.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:url("https://images.assets-landingi.com/5xx52ff7/bg_01.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { background-color: transparent; background-image: none; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container > .video-iframe-container { display: none; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row > .video-iframe-container { display: none; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .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); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { border-width: 0; border-radius: 0; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { font-size:14px;font-family:dosis;height:111px;width:960px;position:relative;display:block; }#DyGCKmAEK0ZtF7dsaAVAU7ZfyTRbhhNT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90px;width:300px;top:9.981616973877px;left:329.98159790039px;overflow:hidden;display:block; }
#zAKNfqkPqynzi5iqksEuJ4bgaae5eg7N { position:absolute;display:block;z-index:99998;background-color:rgba(100,69,147,0.75);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.5) ;height:50px;width:648px;top:143.5px;left:121px;display:block; }
#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/41iYxDrd/Psychology_and_Child_Development.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { background-color: transparent; background-image: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .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); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { border-width: 0; border-radius: 0; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { width:960px;height:530px;font-size:14px;font-family:dosis;position:relative;display:block; }#hPhiKTdPO4tTcUcT6yR7nK7yIarxeqR3 { color:#ffffff;display:block;width:226.973px;position:absolute;font-family:"sari 3";font-size:22px;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:159.43359375px;left:171.484375px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#avHc3vziWzqp5il5zmhAwFzrZctiEEtQ { color:#fafafa;display:block;width:924px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100000;line-height:1.7;letter-spacing:0;text-shadow:1px 1px 0 #000000;top:10.953125px;left:36px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dGc6KxWG8dz06ViSMeG2VwL3IbdAzM7T { background-color:#c421ca;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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:168px;height:44px;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:26.453125px;left:23.953125px;display:none; }
#sQJ4uGKsJlAFA3asdera15T9QEMMGKg7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Q06BK60yDbumVNUCeQgT6a4CO658K3fR { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#G044lH80VFoTCRvTukWI84VKT44HNyta { color:#000000;display:block;width:723px;position:absolute;font-family:kids;font-size:28px;font-weight:400;z-index:100029;line-height:1.7;letter-spacing:0;top:339px;left:86px;height:141px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BbqrkFQNU07srQB428tWMITTDVMi0zTt { position:absolute;display:block;z-index:100036;background-color:rgba(227,227,227,0.25);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:89px;width:763px;top:124.5px;left:66px;display:block; }
#oCinoMPG2pyBkEwUI1zOcTgORbftSywi { color:#e6e502;display:block;width:714px;position:absolute;font-family:kids;font-size:31px;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:149px;left:90.5px;height:40px;text-align:center;text-align-last:center;display:block; }
#JAteoH5N9BETKp4x4NUCnlEGqZ17TgXB { z-index:100001;top:241px;left:335px;background-color:#fbf1f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(235,226,241,0.6) ;box-sizing:border-box;color:#ed0378;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:kids;font-size:24px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LLh3bA86hfyXOGDK3fo0engkGBgNCwoo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#a0TUPXF6rt9yc2grd4Jzdda8fSel3q2D { position:absolute;display:block;z-index:100037;background-color:rgba(227,227,227,0.25);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:161px;width:763px;top:326px;left:63.5px;display:block; }
#S5DQ1sILTDc5HJVaEMwCHgNNKcTFaT9b { color:#000000;display:block;width:762px;position:absolute;font-family:kids;font-size:25px;font-weight:400;z-index:100034;line-height:2.1;letter-spacing:0;top:31px;left:66.5px;height:52px;text-align:center;text-align-last:center;font-style:normal;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; }
#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP { position:relative;display:block; }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP { background-color: transparent; background-image: none; }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row .container > .video-iframe-container { display: none; }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row > .video-iframe-container { display: none; }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .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); }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP { border-width: 0; border-radius: 0; }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f386a0, #ccbbc0);background-image: -moz-linear-gradient(180deg, #f386a0, #ccbbc0);background-image: -ms-linear-gradient(180deg, #f386a0, #ccbbc0);background-image: -o-linear-gradient(180deg, #f386a0, #ccbbc0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f386a0', endColorstr='#ccbbc0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f386a0', endColorstr='#ccbbc0' );";background-image: linear-gradient(180deg, #f386a0, #ccbbc0);font-size:14px;font-family:arial;height:488px;width:960px;position:relative;display:block; }#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-form-header {  }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-regular-label { height:auto;display:block;font-family:"sari 3";font-size:14px;font-weight:400;color:#00308a;width:256px;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;text-align:right;text-align-last:right;overflow:hidden;text-shadow:1px 1px 3px rgba(0,0,0,0);line-height:1.6;font-style:normal; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top: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:256px;box-sizing:border-box;height:41px;color:#161616;font-size:13px;overflow:hidden;font-family:hekaya;box-shadow: 0 0 0 #000000 ;text-align:center;text-align-last:center; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:256px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:hekaya;box-shadow: 0 0 0 #000000 ;text-align:center;text-align-last:center; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .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:256px;box-sizing:border-box;height:40px;color:#161616;font-family:hekaya;font-size:24px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;text-align:center;text-align-last:center; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .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:#f18da7;background-image:none;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:22px;font-weight:400;color:#ffffff;width:256px;height:55px;font-family:"sari 3";overflow:hidden;text-shadow:1px 1px 1px #000000;font-style:normal; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW [class*="-text"]:-moz-placeholder { color:#000000;font-family:hekaya;font-size:22px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW [class*="-text"]::-moz-placeholder { color:#000000;font-family:hekaya;font-size:22px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:hekaya;font-size:22px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:hekaya;font-size:22px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .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:dosis;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:237px;overflow:hidden;font-style:normal; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .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; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .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:dosis;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-container:first-of-type{padding-top:0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-container:last-of-type{padding-bottom:0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW  { background-color:rgba(100,69,147,0.75);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:256px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:106.984375px;top:35.984375px;z-index:100028;position:absolute;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:256px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-info-text { display:block;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:dosis;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW {display:block;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW { background-color:rgba(100,69,147,0.75);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:256px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:106.984375px;top:35.984375px;z-index:100028;position:absolute;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #mZiTQksbBkNLVILQW6te6fXa0eZJt3bW { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #O6FQQT7y4ReEfr0BTEFqgSuv4Gr8GR4T { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #aVmEXbVIDpbAbNJ3AOSpOW1dA7QLJNOp { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #Vt5otAKAlmdgWBblsRTu7BzENthPkn8f { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #PmCuQmGwOlTsEetOqI0u6q0p5WWTCXll { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #Me7ni1BIfUBTey5tQqZAkoe2FEDxpeqq { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #rOniSiqpFq8GhQXe6MPxEb5Am90ut0Pa { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #IrZKDS7HmwhhJAe60SwrJOFFNnVflM3r { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #ioUgXb7f45ZOhxhxAT95qfUaJUl7Qz9Q { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #bosyBaZdLtRiNcqSX0MS6NDS9gRT5lky { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #D7dXIMn30wxRHpotBTiCWAuPldXKpCnP { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #N60WaVBX9JrhzfNkdfTTfdGMgK4IZoOn { position:relative; }
#UZi23x9ytWK8PbkMHgsUQnnM3Aap9CEo { position:relative;display:block; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #FLrh2BPRPJKevQeQz9Ko7713GPpyl3sI { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #JCEnB279cG4hq6CduZTwUO0XdyclIIRl { position:relative; }
#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00308a;background-image:url("https://images.assets-landingi.com/afF36COF/333.jpg");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:none; }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row .container { border-width: 0; border-radius: 0; }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row .container { font-size:14px;font-family:arial;height:555px;width:960px;position:relative;display:none; }#e0uTdHUgJFOfAFJog4p3RlWlQsoBfRsT { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100.984px;width:132.984px;top:25.984375px;left:21px;overflow:hidden;display:block; }
#AzX2UM0SKRdyFTsaKHEoT2QyS7u1WOqI { color:#ffffff;display:block;width:640px;position:absolute;font-family:harmattan;font-size:23px;font-weight:400;z-index:100016;line-height:1.7;letter-spacing:0;top:125.96875px;left:189.921875px;height:117px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UhISAmwVirhTMZ4rz440MmxQKuqa3mbK { color:#000000;display:block;width:380px;position:absolute;font-family:harmattan;font-size:30px;font-weight:400;z-index:100017;line-height:1.7;letter-spacing:0;top:79.97265625px;left:445.90625px;height:51px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#P6k7CkgeeepNbBGlokKcwdw0PV6JHUm6 { color:#000000;display:block;width:574px;position:absolute;font-family:harmattan;font-size:30px;font-weight:400;z-index:100018;line-height:1.7;letter-spacing:0;top:255.7734375px;left:254.92578125px;height:51px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#F8AzIJfywOH8vfdKt680ETgwvxnEgQUk { color:#000000;display:block;width:770px;position:absolute;font-family:harmattan;font-size:22px;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:303.7890625px;left:53px;height:231px;text-align:right;text-align-last:right;display:block; }
#rA59n7T6eiennHII73AZh4PnV4Zh8dK1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00308a;background-image:url("https://images.assets-landingi.com/afF36COF/333.jpg");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:none; }#rA59n7T6eiennHII73AZh4PnV4Zh8dK1 > .row .container { border-width: 0; border-radius: 0; }#rA59n7T6eiennHII73AZh4PnV4Zh8dK1 > .row .container { font-size:14px;font-family:arial;height:555px;width:960px;position:relative;display:none; }#X9ncdba1p4eBlKgQAhzva6qXIdUNXCPa { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100.984px;width:132.984px;top:25.984375px;left:21px;overflow:hidden;display:block; }
#Voi4iENvFeU4Lo0XDUrwV9qL5SV6oOmx { color:#ffffff;display:block;width:640px;position:absolute;font-family:harmattan;font-size:23px;font-weight:400;z-index:100016;line-height:1.7;letter-spacing:0;top:125.96875px;left:189.921875px;height:117px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MHbBhNvK75TfQikgCJ5thE8CzimhfZRT { color:#000000;display:block;width:380px;position:absolute;font-family:harmattan;font-size:30px;font-weight:400;z-index:100017;line-height:1.7;letter-spacing:0;top:79.97265625px;left:445.90625px;height:51px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Iee1OkeA3Bn0AXDR4N6k62ld3xymTv8r { color:#000000;display:block;width:574px;position:absolute;font-family:harmattan;font-size:30px;font-weight:400;z-index:100018;line-height:1.7;letter-spacing:0;top:255.7734375px;left:254.92578125px;height:51px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TFeBVvpJcCKZgxJbBP9DbEoKK2m7d8Bt { color:#000000;display:block;width:770px;position:absolute;font-family:harmattan;font-size:22px;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:303.7890625px;left:53px;height:231px;text-align:right;text-align-last:right;display:block; }
#FOt33asau6DqpqSKFfQi8LokAWTMXBqR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00308a;background-image:url("https://images.assets-landingi.com/afF36COF/333.jpg");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:none; }#FOt33asau6DqpqSKFfQi8LokAWTMXBqR > .row .container { border-width: 0; border-radius: 0; }#FOt33asau6DqpqSKFfQi8LokAWTMXBqR > .row .container { font-size:14px;font-family:arial;height:555px;width:960px;position:relative;display:none; }#nFJ1cJbiO0qIGVAgWZD2Hs4kQc2Ln3fL { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100.984px;width:132.984px;top:25.984375px;left:21px;overflow:hidden;display:block; }
#ZuELdd2445JolUDKFAv9WltJUFtIpDW0 { color:#ffffff;display:block;width:640px;position:absolute;font-family:harmattan;font-size:23px;font-weight:400;z-index:100016;line-height:1.7;letter-spacing:0;top:125.96875px;left:189.921875px;height:117px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#B4mvAgQ3d6OksHp7qhWVN0yDovuRoAXB { color:#000000;display:block;width:380px;position:absolute;font-family:harmattan;font-size:30px;font-weight:400;z-index:100017;line-height:1.7;letter-spacing:0;top:79.97265625px;left:445.90625px;height:51px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Pt578Bix8UzaRu9gCLXz5lKO6Zf8ozLh { color:#000000;display:block;width:574px;position:absolute;font-family:harmattan;font-size:30px;font-weight:400;z-index:100018;line-height:1.7;letter-spacing:0;top:255.7734375px;left:254.92578125px;height:51px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IksgvB6VIDGko39gzoqkeRdccplay7A9 { color:#000000;display:block;width:770px;position:absolute;font-family:harmattan;font-size:22px;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:303.7890625px;left:53px;height:231px;text-align:right;text-align-last:right;display:block; }
#yiuu1J9UzhVfdZ54NgquNx7gHLiCNIUb { position:relative;display:none; }#yiuu1J9UzhVfdZ54NgquNx7gHLiCNIUb { border-width: 0; border-radius: 0; }#yiuu1J9UzhVfdZ54NgquNx7gHLiCNIUb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dcb7c1;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#ArycaGQPFpeAWH5s0Xvk4vE1Hi6u44Fa { position:relative;display:none; }#ArycaGQPFpeAWH5s0Xvk4vE1Hi6u44Fa { border-width: 0; border-radius: 0; }#ArycaGQPFpeAWH5s0Xvk4vE1Hi6u44Fa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dcb7c1;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8499f0;background-image:none;position:relative;display:block; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { background-color: transparent; background-image: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .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); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { border-width: 0; border-radius: 0; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { font-size:14px;font-family:dosis;height:480px;width:960px;position:relative;display:block; }#a4ssyDUkEafANptDItz0dZUINPqsG9fk { color:#ffffff;display:block;width:674px;position:absolute;font-family:"sari 3";font-size:30px;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:8.953125px;left:161px;height:90px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1xCQlreaxcTTeUao45yKz3esx0a3aBm { color:#ffffff;display:block;width:960px;position:absolute;font-family:cairo;font-size:21px;font-weight:700;z-index:100003;line-height:1.7;letter-spacing:0;top:113.90625px;left:-0.1171875px;height:35px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cgDeU8ipuAVcpgfFPIz1p6JT6Ue841os { color:#ffffff;display:block;width:326px;position:absolute;font-family:"sari 3";font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:217.5px;left:573.828125px;height:26px;text-align:right;text-align-last:right;display:block; }
#znT0zVfXm2ler4F3bC3NS3nOAuBql9yp { color:#ffffff;display:block;width:253px;position:absolute;font-family:"sari 3";font-size:20px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:260.015625px;left:649.3125px;height:26px;text-align:right;text-align-last:right;display:block; }
#b3OBrx5tQHcT1LIGUK0IrQ8syRp2Tpcv { color:#ffffff;display:block;width:253px;position:absolute;font-family:"sari 3";font-size:20px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:346px;left:649px;height:26px;text-align:right;text-align-last:right;display:block; }
#bWGMATtW96gSqnhf0IdwHQ7lCaPu2LWG { color:#ffffff;display:block;width:253px;position:absolute;font-family:"sari 3";font-size:20px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:304px;left:649px;height:26px;text-align:right;text-align-last:right;display:block; }
#i7PJNVc5H29xloN27SR7VyRlAfS539Cz { color:#ffffff;display:block;width:253px;position:absolute;font-family:"sari 3";font-size:20px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:422.984375px;left:649.984375px;height:26px;text-align:right;text-align-last:right;display:block; }
#RqHNDrH6ECRzDTt0bGyxvQturkMTn5aW { color:#ffffff;display:block;width:325px;position:absolute;font-family:"sari 3";font-size:20px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:385.984375px;left:575.984375px;height:26px;text-align:right;text-align-last:right;display:block; }
#oc82SMk30r27hap8RiHtkVZcZnobvl2x { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21px;width:27px;top:223.00735473633px;left:919.77938842773px;overflow:hidden;display:block; }
#LNnmm4WJ1y0Zb8hdXCV2iGbJlsNo3f6o { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21px;width:27px;top:267.54043579102px;left:919.74264526367px;overflow:hidden;display:block; }
#EMPqZz1xeNwaCvBapr2keNNP4cfMWDAi { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21px;width:27px;top:312.49261474609px;left:919.74264526367px;overflow:hidden;display:block; }
#kOeRHheWR9kCT6krwQS2ITIsIB703E76 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21px;width:27px;top:351.47790527344px;left:919.74264526367px;overflow:hidden;display:block; }
#TJtUFpDpnf82ioyeCc6U55NS4EgL4x7d { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21px;width:27px;top:392.46319580078px;left:919.74264526367px;overflow:hidden;display:block; }
#FQf09q0hVtnTlDNLEzIiwkVJyJ7x9R9h { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21px;width:27px;top:430.46319580078px;left:919.74264526367px;overflow:hidden;display:block; }
#FwZfTItQOm2W1709pPZy1t7XGkTyu1Eo { color:#000000;display:block;width:382px;position:absolute;font-family:kids;font-size:39px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:205.5px;left:0px;height:50px;text-align:right;text-align-last:right;display:block; }
#dTd86Tbd7Q70T8DuCzTL9hV2cPGsCaC8 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:188px;width:188px;top:260.015625px;left:159px;overflow:hidden;display:block; }
#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdfdf;background-image:none;position:relative;display:block; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { background-color: transparent; background-image: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .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); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { border-width: 0; border-radius: 0; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { font-size:14px;font-family:arial;height:263px;width:960px;position:relative;display:block; }#Xqa2rwl21ZvJmpF6c9u6zJs78zqaWqGz { color:#000000;display:block;width:311px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:235px;left:344.5px;height:20px;font-style:normal;display:block; }
#XRUMTy0d8T5ArCaEpFf52FHTaViMV9TR { color:#000000;display:block;width:426px;position:absolute;font-family:cairo;font-size:28px;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:20px;left:287px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f372HqFheIxH5OEML0MX239tnPvbEBry { color:#000000;display:block;width:366px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:100026;line-height:1.7;letter-spacing:0;top:135px;left:307px;height:60px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VfMtpG7ViO5E8kJctxmiRUm3p4LuDRQZ { box-sizing:content-box;color:#df4a8d;font-size:35px;font-weight:400;line-height:1;height:50px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:75px;left:475.5px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu { display:block; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyGCKmAEK0ZtF7dsaAVAU7ZfyTRbhhNT { top:9px;left:231.98159790039px;width:300px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #zAKNfqkPqynzi5iqksEuJ4bgaae5eg7N { top:143px;left:23px;width:648px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPhiKTdPO4tTcUcT6yR7nK7yIarxeqR3 { top:159px;left:73.484375px;width:226px;height:27px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #avHc3vziWzqp5il5zmhAwFzrZctiEEtQ { width:764px;height:84px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dGc6KxWG8dz06ViSMeG2VwL3IbdAzM7T { width:168px;height:44px;top:26px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sQJ4uGKsJlAFA3asdera15T9QEMMGKg7 { display:block; }
 }@media only screen and (max-width: 763px) { #Q06BK60yDbumVNUCeQgT6a4CO658K3fR { display:none; }
 }@media only screen and (max-width: 763px) { #G044lH80VFoTCRvTukWI84VKT44HNyta { top:339px;left:0px;width:723px;height:141px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BbqrkFQNU07srQB428tWMITTDVMi0zTt { top:124px;left:0px;width:763px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #oCinoMPG2pyBkEwUI1zOcTgORbftSywi { top:149px;left:0px;width:714px;height:40px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #JAteoH5N9BETKp4x4NUCnlEGqZ17TgXB { top:241px;left:237px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #LLh3bA86hfyXOGDK3fo0engkGBgNCwoo { display:block; }
 }@media only screen and (max-width: 763px) { #a0TUPXF6rt9yc2grd4Jzdda8fSel3q2D { top:326px;left:0px;width:763px;height:161px;display:block; }
 }@media only screen and (max-width: 763px) { #S5DQ1sILTDc5HJVaEMwCHgNNKcTFaT9b { top:31px;left:0px;width:762px;height:52px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP { display:block; }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-regular-label { width:225px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-textarea { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-button { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-checkbox-label { width:206px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW  { width:225px;height:auto;top:83px;left:0px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .radio-container { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW {display:block;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW { width:225px;height:auto;top:83px;left:0px; }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #mZiTQksbBkNLVILQW6te6fXa0eZJt3bW {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #O6FQQT7y4ReEfr0BTEFqgSuv4Gr8GR4T {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #aVmEXbVIDpbAbNJ3AOSpOW1dA7QLJNOp {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #Vt5otAKAlmdgWBblsRTu7BzENthPkn8f {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #PmCuQmGwOlTsEetOqI0u6q0p5WWTCXll {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #Me7ni1BIfUBTey5tQqZAkoe2FEDxpeqq {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #rOniSiqpFq8GhQXe6MPxEb5Am90ut0Pa {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #IrZKDS7HmwhhJAe60SwrJOFFNnVflM3r {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #ioUgXb7f45ZOhxhxAT95qfUaJUl7Qz9Q {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #bosyBaZdLtRiNcqSX0MS6NDS9gRT5lky {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #D7dXIMn30wxRHpotBTiCWAuPldXKpCnP {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #N60WaVBX9JrhzfNkdfTTfdGMgK4IZoOn {  }
 }@media only screen and (max-width: 763px) { #UZi23x9ytWK8PbkMHgsUQnnM3Aap9CEo { display:block; }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #FLrh2BPRPJKevQeQz9Ko7713GPpyl3sI {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #JCEnB279cG4hq6CduZTwUO0XdyclIIRl {  }
 }@media only screen and (max-width: 763px) { #sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd { display:block; }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0uTdHUgJFOfAFJog4p3RlWlQsoBfRsT { top:25px;left:0px;width:132px;height:100.23678036456px;display:block; }
 }@media only screen and (max-width: 763px) { #AzX2UM0SKRdyFTsaKHEoT2QyS7u1WOqI { width:640px;height:116px;top:125px;left:91.921875px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UhISAmwVirhTMZ4rz440MmxQKuqa3mbK { width:380px;height:50px;top:79px;left:328px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #P6k7CkgeeepNbBGlokKcwdw0PV6JHUm6 { width:574px;height:50px;top:255px;left:156.92578125px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #F8AzIJfywOH8vfdKt680ETgwvxnEgQUk { top:303px;left:0px;width:764px;height:227px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rA59n7T6eiennHII73AZh4PnV4Zh8dK1 { display:block; }#rA59n7T6eiennHII73AZh4PnV4Zh8dK1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9ncdba1p4eBlKgQAhzva6qXIdUNXCPa { top:25px;left:0px;width:132px;height:100.23678036456px;display:block; }
 }@media only screen and (max-width: 763px) { #Voi4iENvFeU4Lo0XDUrwV9qL5SV6oOmx { width:640px;height:116px;top:125px;left:91.921875px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MHbBhNvK75TfQikgCJ5thE8CzimhfZRT { width:380px;height:50px;top:79px;left:328px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Iee1OkeA3Bn0AXDR4N6k62ld3xymTv8r { width:574px;height:50px;top:255px;left:156.92578125px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #TFeBVvpJcCKZgxJbBP9DbEoKK2m7d8Bt { top:303px;left:0px;width:764px;height:227px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #FOt33asau6DqpqSKFfQi8LokAWTMXBqR { display:block; }#FOt33asau6DqpqSKFfQi8LokAWTMXBqR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFJ1cJbiO0qIGVAgWZD2Hs4kQc2Ln3fL { top:25px;left:0px;width:132px;height:100.23678036456px;display:block; }
 }@media only screen and (max-width: 763px) { #ZuELdd2445JolUDKFAv9WltJUFtIpDW0 { width:640px;height:116px;top:125px;left:91.921875px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #B4mvAgQ3d6OksHp7qhWVN0yDovuRoAXB { width:380px;height:50px;top:79px;left:328px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Pt578Bix8UzaRu9gCLXz5lKO6Zf8ozLh { width:574px;height:50px;top:255px;left:156.92578125px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IksgvB6VIDGko39gzoqkeRdccplay7A9 { top:303px;left:0px;width:764px;height:227px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #yiuu1J9UzhVfdZ54NgquNx7gHLiCNIUb { display:block; }#yiuu1J9UzhVfdZ54NgquNx7gHLiCNIUb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArycaGQPFpeAWH5s0Xvk4vE1Hi6u44Fa { display:block; }#ArycaGQPFpeAWH5s0Xvk4vE1Hi6u44Fa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 { display:block; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4ssyDUkEafANptDItz0dZUINPqsG9fk { width:673px;height:90px;top:8px;left:62.99609375px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #P1xCQlreaxcTTeUao45yKz3esx0a3aBm { width:764px;height:70px;top:113px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #cgDeU8ipuAVcpgfFPIz1p6JT6Ue841os { top:217px;left:438px;width:326px;height:26px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #znT0zVfXm2ler4F3bC3NS3nOAuBql9yp { top:260px;left:511px;width:253px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b3OBrx5tQHcT1LIGUK0IrQ8syRp2Tpcv { top:346px;left:511px;width:253px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bWGMATtW96gSqnhf0IdwHQ7lCaPu2LWG { top:304px;left:511px;width:253px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i7PJNVc5H29xloN27SR7VyRlAfS539Cz { top:422px;left:510px;width:254px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RqHNDrH6ECRzDTt0bGyxvQturkMTn5aW { top:385px;left:439px;width:325px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oc82SMk30r27hap8RiHtkVZcZnobvl2x { top:223px;left:737px;width:27px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #LNnmm4WJ1y0Zb8hdXCV2iGbJlsNo3f6o { top:267px;left:737px;width:27px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #EMPqZz1xeNwaCvBapr2keNNP4cfMWDAi { top:312px;left:737px;width:27px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #kOeRHheWR9kCT6krwQS2ITIsIB703E76 { top:351px;left:737px;width:27px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TJtUFpDpnf82ioyeCc6U55NS4EgL4x7d { top:392px;left:737px;width:27px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #FQf09q0hVtnTlDNLEzIiwkVJyJ7x9R9h { top:430px;left:737px;width:27px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #FwZfTItQOm2W1709pPZy1t7XGkTyu1Eo { top:205px;left:0px;width:382px;height:50px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #dTd86Tbd7Q70T8DuCzTL9hV2cPGsCaC8 { top:260px;left:61px;width:188px;height:188px;display:block; }
 }@media only screen and (max-width: 763px) { #Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv { display:block; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqa2rwl21ZvJmpF6c9u6zJs78zqaWqGz { top:235px;left:246.4921875px;width:310px;height:20px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #XRUMTy0d8T5ArCaEpFf52FHTaViMV9TR { width:426px;height:39px;top:20px;left:189px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #f372HqFheIxH5OEML0MX239tnPvbEBry { top:135px;left:208.9921875px;width:365px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VfMtpG7ViO5E8kJctxmiRUm3p4LuDRQZ { top:75px;left:377.5px;width:49px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); } }@media only screen and (max-width: 763px) { #AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu { display:block; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { width:320px;height:82px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyGCKmAEK0ZtF7dsaAVAU7ZfyTRbhhNT { width:234px;height:68px;top:6px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #zAKNfqkPqynzi5iqksEuJ4bgaae5eg7N { width:320px;height:82px;top:10.96875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { background-color: transparent; background-image: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .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); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { border-width: 0; border-radius: 0; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { width:320px;height:726px;background-color:transparent;background-image:url("https://images.assets-landingi.com/J0ZAOrbr/01.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPhiKTdPO4tTcUcT6yR7nK7yIarxeqR3 { width:255px;height:28px;top:158.96875px;left:32.5px;text-align:center;text-align-last:center;font-size:22px;color:#b20129;display:none; }
 }@media only screen and (max-width: 763px) { #avHc3vziWzqp5il5zmhAwFzrZctiEEtQ { width:320px;height:0;top:44px;left:0px;text-align:center;text-align-last:center;font-size:26px;color:#fdfdfd;display:none; }
 }@media only screen and (max-width: 763px) { #dGc6KxWG8dz06ViSMeG2VwL3IbdAzM7T { width:168px;height:44px;top:557px;left:76px;display:none; }
 }@media only screen and (max-width: 763px) { #sQJ4uGKsJlAFA3asdera15T9QEMMGKg7 { display:block; }
 }@media only screen and (max-width: 763px) { #Q06BK60yDbumVNUCeQgT6a4CO658K3fR { top:537.984375px;left:0px;width:321px;height:171.984px;z-index:100003;background-color:#877f7e;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top:2px solid #0e9ae5;border-left:2px solid #0e9ae5;border-right:2px solid #0e9ae5;border-bottom:2px solid #0e9ae5;display:none; }
 }@media only screen and (max-width: 763px) { #G044lH80VFoTCRvTukWI84VKT44HNyta { width:320px;height:190px;top:466px;left:0px;text-align:center;text-align-last:center;font-size:20px;color:#000000;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #BbqrkFQNU07srQB428tWMITTDVMi0zTt { width:320px;height:99px;top:32px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oCinoMPG2pyBkEwUI1zOcTgORbftSywi { width:320px;height:120px;top:154px;left:0px;font-size:31px;color:#fdda00;display:block; }
 }@media only screen and (max-width: 763px) { #JAteoH5N9BETKp4x4NUCnlEGqZ17TgXB { top:306px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #LLh3bA86hfyXOGDK3fo0engkGBgNCwoo { display:block; }
 }@media only screen and (max-width: 763px) { #a0TUPXF6rt9yc2grd4Jzdda8fSel3q2D { width:320px;height:224px;top:449px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #S5DQ1sILTDc5HJVaEMwCHgNNKcTFaT9b { width:319.969px;height:90px;top:38px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP { display:block; }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row .container { width:320px;height:463px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-regular-label { width:239px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text { width:239px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-textarea { width:239px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select { width:239px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-button { width:239px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;background-color:#fdda00;background-image:none;color:#000000;font-family:kids; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-checkbox-label { width:220px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW  { width:239px;height:auto;top:51.5px;left:20.5px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .radio-container { width:239px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW {display:block;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW { width:239px;height:auto;top:51.5px;left:20.5px; }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #mZiTQksbBkNLVILQW6te6fXa0eZJt3bW {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #O6FQQT7y4ReEfr0BTEFqgSuv4Gr8GR4T {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #aVmEXbVIDpbAbNJ3AOSpOW1dA7QLJNOp {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #Vt5otAKAlmdgWBblsRTu7BzENthPkn8f {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #PmCuQmGwOlTsEetOqI0u6q0p5WWTCXll {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #Me7ni1BIfUBTey5tQqZAkoe2FEDxpeqq {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #rOniSiqpFq8GhQXe6MPxEb5Am90ut0Pa {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #IrZKDS7HmwhhJAe60SwrJOFFNnVflM3r {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #ioUgXb7f45ZOhxhxAT95qfUaJUl7Qz9Q {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #bosyBaZdLtRiNcqSX0MS6NDS9gRT5lky {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #D7dXIMn30wxRHpotBTiCWAuPldXKpCnP {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #N60WaVBX9JrhzfNkdfTTfdGMgK4IZoOn {  }
 }@media only screen and (max-width: 763px) { #UZi23x9ytWK8PbkMHgsUQnnM3Aap9CEo { display:block; }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #FLrh2BPRPJKevQeQz9Ko7713GPpyl3sI {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #JCEnB279cG4hq6CduZTwUO0XdyclIIRl {  }
 }@media only screen and (max-width: 763px) { #sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bez4ce0m/5.png");background-position:center;background-repeat:repeat;background-attachment:scroll;display:none; }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row .container { width:320px;height:786px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e0uTdHUgJFOfAFJog4p3RlWlQsoBfRsT { width:75px;height:57.9861px;top:18.95832824707px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #AzX2UM0SKRdyFTsaKHEoT2QyS7u1WOqI { width:294px;height:150px;top:89.982635498047px;left:10.979168891907px;text-align:right;text-align-last:right;font-size:15px;font-family:"sari 3";display:block; }
 }@media only screen and (max-width: 763px) { #UhISAmwVirhTMZ4rz440MmxQKuqa3mbK { width:261.997px;height:60px;top:17.98609161377px;left:28.993058204651px;text-align:center;text-align-last:center;font-size:18px;font-weight:700;font-style:normal;font-family:"sari 3";display:block; }
 }@media only screen and (max-width: 763px) { #P6k7CkgeeepNbBGlokKcwdw0PV6JHUm6 { width:284px;height:60px;top:250.4375px;left:18px;text-align:center;text-align-last:center;font-size:18px;font-weight:700;font-style:normal;font-family:"sari 3";display:block; }
 }@media only screen and (max-width: 763px) { #F8AzIJfywOH8vfdKt680ETgwvxnEgQUk { width:293.984px;height:408px;top:326.421875px;left:12.984375px;text-align:right;text-align-last:right;font-size:16px;font-family:"sari 3";display:block; }
 }@media only screen and (max-width: 763px) { #rA59n7T6eiennHII73AZh4PnV4Zh8dK1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bez4ce0m/5.png");background-position:center;background-repeat:repeat;background-attachment:scroll;display:none; }#rA59n7T6eiennHII73AZh4PnV4Zh8dK1 > .row .container { width:320px;height:786px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X9ncdba1p4eBlKgQAhzva6qXIdUNXCPa { width:75px;height:57.9861px;top:18.95832824707px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Voi4iENvFeU4Lo0XDUrwV9qL5SV6oOmx { width:294px;height:150px;top:89.982635498047px;left:10.979168891907px;text-align:right;text-align-last:right;font-size:15px;font-family:"sari 3";display:block; }
 }@media only screen and (max-width: 763px) { #MHbBhNvK75TfQikgCJ5thE8CzimhfZRT { width:261.997px;height:60px;top:17.98609161377px;left:28.993058204651px;text-align:center;text-align-last:center;font-size:18px;font-weight:700;font-style:normal;font-family:"sari 3";display:none; }
 }@media only screen and (max-width: 763px) { #Iee1OkeA3Bn0AXDR4N6k62ld3xymTv8r { width:284px;height:60px;top:250.4375px;left:18px;text-align:center;text-align-last:center;font-size:18px;font-weight:700;font-style:normal;font-family:"sari 3";display:block; }
 }@media only screen and (max-width: 763px) { #TFeBVvpJcCKZgxJbBP9DbEoKK2m7d8Bt { width:293.984px;height:408px;top:326.421875px;left:12.984375px;text-align:right;text-align-last:right;font-size:16px;font-family:"sari 3";display:block; }
 }@media only screen and (max-width: 763px) { #FOt33asau6DqpqSKFfQi8LokAWTMXBqR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bez4ce0m/5.png");background-position:center;background-repeat:repeat;background-attachment:scroll;display:none; }#FOt33asau6DqpqSKFfQi8LokAWTMXBqR > .row .container { width:320px;height:786px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nFJ1cJbiO0qIGVAgWZD2Hs4kQc2Ln3fL { width:75px;height:57.9861px;top:18.95832824707px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ZuELdd2445JolUDKFAv9WltJUFtIpDW0 { width:294px;height:150px;top:89.982635498047px;left:10.979168891907px;text-align:right;text-align-last:right;font-size:15px;font-family:"sari 3";display:block; }
 }@media only screen and (max-width: 763px) { #B4mvAgQ3d6OksHp7qhWVN0yDovuRoAXB { width:261.997px;height:60px;top:17.98609161377px;left:28.993058204651px;text-align:center;text-align-last:center;font-size:18px;font-weight:700;font-style:normal;font-family:"sari 3";display:none; }
 }@media only screen and (max-width: 763px) { #Pt578Bix8UzaRu9gCLXz5lKO6Zf8ozLh { width:284px;height:60px;top:250.4375px;left:18px;text-align:center;text-align-last:center;font-size:18px;font-weight:700;font-style:normal;font-family:"sari 3";display:block; }
 }@media only screen and (max-width: 763px) { #IksgvB6VIDGko39gzoqkeRdccplay7A9 { width:293.984px;height:408px;top:326.421875px;left:12.984375px;text-align:right;text-align-last:right;font-size:16px;font-family:"sari 3";display:block; }
 }@media only screen and (max-width: 763px) { #yiuu1J9UzhVfdZ54NgquNx7gHLiCNIUb { display:none; }#yiuu1J9UzhVfdZ54NgquNx7gHLiCNIUb > .row .container { width:320px;height:378px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ArycaGQPFpeAWH5s0Xvk4vE1Hi6u44Fa { display:none; }#ArycaGQPFpeAWH5s0Xvk4vE1Hi6u44Fa > .row .container { width:320px;height:378px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 { background-color:#a66bb2;background-image:none;display:block; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { background-color: transparent; background-image: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .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); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { width:320px;height:868px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4ssyDUkEafANptDItz0dZUINPqsG9fk { width:320px;height:80px;top:9px;left:0px;text-align:center;text-align-last:center;font-size:27px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P1xCQlreaxcTTeUao45yKz3esx0a3aBm { width:319.992px;height:128px;top:95.984375px;left:0.015625px;text-align:center;text-align-last:center;color:#000000;font-size:19px;font-family:"sari 3";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cgDeU8ipuAVcpgfFPIz1p6JT6Ue841os { width:253px;height:48px;top:233.984375px;left:17.484375px;text-align:right;text-align-last:right;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #znT0zVfXm2ler4F3bC3NS3nOAuBql9yp { width:258px;height:20px;top:291.453125px;left:12.46875px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #b3OBrx5tQHcT1LIGUK0IrQ8syRp2Tpcv { width:180.984px;height:20px;top:379.734375px;left:89.4375px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bWGMATtW96gSqnhf0IdwHQ7lCaPu2LWG { width:133px;height:20px;top:335px;left:138px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i7PJNVc5H29xloN27SR7VyRlAfS539Cz { width:226px;height:20px;top:462.9375px;left:39.984375px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RqHNDrH6ECRzDTt0bGyxvQturkMTn5aW { width:321px;height:22px;top:426.9375px;left:-55px;text-align:right;text-align-last:right;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #oc82SMk30r27hap8RiHtkVZcZnobvl2x { width:27px;height:21px;top:238.96875px;left:280.46875px;display:block; }
 }@media only screen and (max-width: 763px) { #LNnmm4WJ1y0Zb8hdXCV2iGbJlsNo3f6o { width:27px;height:21px;top:293.953125px;left:280.46875px;display:block; }
 }@media only screen and (max-width: 763px) { #EMPqZz1xeNwaCvBapr2keNNP4cfMWDAi { width:27px;height:21px;top:337px;left:278px;display:block; }
 }@media only screen and (max-width: 763px) { #kOeRHheWR9kCT6krwQS2ITIsIB703E76 { width:27px;height:21px;top:382px;left:278px;display:block; }
 }@media only screen and (max-width: 763px) { #TJtUFpDpnf82ioyeCc6U55NS4EgL4x7d { width:27px;height:21px;top:431.46875px;left:277.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FQf09q0hVtnTlDNLEzIiwkVJyJ7x9R9h { width:27px;height:21px;top:468.953125px;left:275.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #FwZfTItQOm2W1709pPZy1t7XGkTyu1Eo { width:320px;height:33px;top:502px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTd86Tbd7Q70T8DuCzTL9hV2cPGsCaC8 { width:260px;height:260px;top:549px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv { background-color:#ce6de5;background-image:none;display:block; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { background-color: transparent; background-image: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .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); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqa2rwl21ZvJmpF6c9u6zJs78zqaWqGz { width:311px;height:14px;top:191.97265625px;left:3.4765625px;text-align:center;text-align-last:center;font-family:"sari 3";font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #XRUMTy0d8T5ArCaEpFf52FHTaViMV9TR { width:320px;height:43px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:23px;color:#ffffff;line-height:1.9;font-family:"sari 3";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f372HqFheIxH5OEML0MX239tnPvbEBry { width:320px;height:40px;top:122.96875px;left:0.1171875px;text-align:center;text-align-last:center;font-size:12px;font-family:"sari 3";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VfMtpG7ViO5E8kJctxmiRUm3p4LuDRQZ { width:49px;height:50px;top:62.98828125px;left:136.484375px;font-size:35px;display:block; }
 }