.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 {
  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);
  width: 100%;
  z-index: 1;
}
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-popupcloser {
  z-index: 2147483647 !important;
}
.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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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);background-size:auto !important;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:0.875rem;font-family:arial;height:7.0625rem;width:60rem;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:8.125rem;width:30.8125rem;top:0rem;left:15.5390625rem;overflow:hidden;display:block; }
#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur { background-color:transparent;background-image:url("https://images.assets-landingi.com/cK6lCP7g/0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur.adaptive-delivery-prevent-bg, #lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur.lazyload, #lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur.lazyloading { background-image: none; }#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:0.875rem;font-family:"open sans";height:43.9375rem;width:60rem;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);background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.625rem 0.375rem 0.0625rem rgba(131,46,84,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.5625rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:1.62451171875rem;left:3.64013671875rem;display:none; }
#Rk0fIJQI4aVBmLdz8lUGctBTLdw0i3iS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sp4yiPDLrJ88vX7y4TNZVl0TS1zJGmB4 { color:#df4a8d;display:block;width:36.875rem;position:absolute;font-family:kids;font-size:2.4375rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:6.624755859375rem;left:23.125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZE2fdBt1JSopBkb56UxI76vSebm22fH3 { color:#000000;display:block;width:34.75rem;position:absolute;font-family:kids;font-size:1.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:0rem;left:12.625rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#mfdotLOVKOHUw3wITDf9D897BJ06vBxh { color:#9b244c;display:block;width:28.875rem;position:absolute;font-family:"sari 3";font-size:1.5rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:8.875rem;left:15.5625rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#DllyZUiixrSEiUmZLfKHR61Zx3FGXg2Q { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.875rem;width:27.5625rem;top:16.25rem;left:27.5rem;display:block; }
#ICuXPuAcFRhMng75NhEt11AcH5qxN5gM { color:#644593;display:block;width:21.875rem;position:absolute;font-family:kids;font-size:2.125rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:17rem;left:30.3125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-form-header {  }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.8125rem;font-weight:700;color:#070571;width:19.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.1875rem;box-sizing:border-box;height:3.125rem;color:#7f1aa9;font-size:0.875rem;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.1875rem;box-sizing:border-box;height:4.375rem;color:#7f1aa9;font-size:0.875rem;overflow:hidden;font-family:"sari 3";text-align:center;text-align-last:center; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.1875rem;box-sizing:border-box;height:2.3125rem;color:#000000;font-family:kids;font-size:1rem;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:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#644593;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#f2f9ff;width:19.1875rem;height:3.4375rem;font-family:kids;overflow:hidden;font-style:normal; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT [class*="-text"]:-moz-placeholder { color:#000000;font-family:kids;font-size:1rem; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT [class*="-text"]::-moz-placeholder { color:#000000;font-family:kids;font-size:1rem; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:kids;font-size:1rem; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:kids;font-size:1rem; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:17.8125rem;overflow:hidden;font-style:normal; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;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:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100016;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:18.4375rem;left:30.4375rem; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.1875rem; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT {display:block;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT { background-color:rgba(255,250,251,0.5);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100016;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:18.4375rem;left:30.4375rem; }
#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; }
#u2RUMTV9Dqx24kqQsHbouSCG8ndnvyDi { background-color:#477cc7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:25.8125rem;left:3.625rem;display:block; }
#Wyfp2EkThI19NAZ3MamAbRTv1rv7i9uy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T1e6ow2qacgvcEqrRIzQlAJv7hrnRnrc { background-color:#5bb56c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:30.75rem;left:3.625rem;display:block; }
#SILeUz4Dg4Gzo9TO9CH6xTkRnehdSrNI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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 !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5.adaptive-delivery-prevent-bg, #Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5.lazyload, #Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5.lazyloading { background-image: none; }#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:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#sbVUXGTkpVGVymf4l0pnGkCc285TLlNo { color:#9b244c;display:block;width:18.125rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.2;letter-spacing:0;top:8.53125rem;left:4.65625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#tdNTPEVlDIHIaPWsErty5dxkdixdTRfb { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.25rem solid #9b244c;border-left:0.25rem solid #9b244c;border-right:0.25rem solid #9b244c;border-bottom:0.25rem solid #9b244c;border-top-left-radius:5.6875rem;border-top-right-radius:5.6875rem;border-bottom-left-radius:5.6875rem;border-bottom-right-radius:5.6875rem;height:6.4375rem;width:23.375rem;top:17.875rem;left:2.375rem;display:block; }
#H4egRTiDc1ARSbpZsJRA8pIoTVOw4pFO { color:#9b244c;display:block;width:20.6875rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.9;letter-spacing:0;top:18.96875rem;left:3.375rem;height:4.75rem;text-align:center;text-align-last:center;display:block; }
#V2qRDggQO7zcL8Z5yKv0AV4lcws8JpyQ { position:absolute;display:block;z-index:99998;background-color:rgba(255,255,255,0.91);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;height:24.6875rem;width:57.0625rem;top:2.5rem;left:1.375rem;display:block; }
#vJsHlJ6dVefJJe97f7eVa6xuuuOM8O6w { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"sari 3";font-size:1.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:13.75rem;left:21.15625rem;height:2.1933625rem;text-align:right;text-align-last:right;display:block; }
#FkJvtNRRRWt4EvSgFT01l2RyWSg0X8uu { color:#9b244c;display:block;width:15.5625rem;position:absolute;font-family:"sari 3";font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:15.34375rem;left:5.0625rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#PtxC71hPa3XVgw8V0MHi9Jc0TK3BBpJt { z-index:100002;top:23.875rem;left:4.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #de0065, #ffffff);background-image: -moz-linear-gradient(178deg, #de0065, #ffffff);background-image: -ms-linear-gradient(178deg, #de0065, #ffffff);background-image: -o-linear-gradient(178deg, #de0065, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0065', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0065', endColorstr='#ffffff' );";background-image: linear-gradient(178deg, #de0065, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#011d2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rzXVfr9VboRz9Gc6J2BNxQxN70OGPxWv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zTb7G2axHnvE04b9t4PvAp2fETQernbq { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.25rem solid #9b244c;border-left:0.25rem solid #9b244c;border-right:0.25rem solid #9b244c;border-bottom:0.25rem solid #9b244c;border-top-left-radius:5.6875rem;border-top-right-radius:5.6875rem;border-bottom-left-radius:5.6875rem;border-bottom-right-radius:5.6875rem;height:6.4375rem;width:23.375rem;top:6.1875rem;left:2.375rem;display:block; }
#ehPdaQTvTVEVi4ioVsvP9zWTvfmu3VOZ { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:0.25rem solid #9b244c;border-left:0.25rem solid #9b244c;border-right:0.25rem solid #9b244c;border-bottom:0.25rem solid #9b244c;border-top-left-radius:5.6875rem;border-top-right-radius:5.6875rem;border-bottom-left-radius:5.6875rem;border-bottom-right-radius:5.6875rem;height:6.4375rem;width:23.375rem;top:6.1875rem;left:33.0625rem;display:block; }
#g7JRrqhuru7cWM7MNmTRaqGhURbWowS4 { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:none;border-top:0.25rem solid #9b244c;border-left:0.25rem solid #9b244c;border-right:0.25rem solid #9b244c;border-bottom:0.25rem solid #9b244c;border-top-left-radius:5.6875rem;border-top-right-radius:5.6875rem;border-bottom-left-radius:5.6875rem;border-bottom-right-radius:5.6875rem;height:6.4375rem;width:23.375rem;top:17.875rem;left:33.0625rem;display:block; }
#i7G7HeJwhMnNBEmI3PmA8Vocuxm9rMma { color:#9b244c;display:block;width:21.9375rem;position:absolute;font-family:"sari 3";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.96875rem;left:3.34375rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#rpOpWtup1mBiZhMfNsFeIzIVOxqBgKmz { z-index:100003;top:12rem;left:4.875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #de0065, #ffffff);background-image: -moz-linear-gradient(178deg, #de0065, #ffffff);background-image: -ms-linear-gradient(178deg, #de0065, #ffffff);background-image: -o-linear-gradient(178deg, #de0065, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0065', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0065', endColorstr='#ffffff' );";background-image: linear-gradient(178deg, #de0065, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#011d2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BTLDQ328AnXiKLoHUpmTwALltTplOXxd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dtaFN20BM4TXBL6t9ChuLrLgvc1S9J4r { color:#9b244c;display:block;width:20.125rem;position:absolute;font-family:"sari 3";font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.8125rem;left:34.53125rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#mes747VqNLb6cfi8u7CF1oiMdmVHiOIW { color:#9b244c;display:block;width:25.1875rem;position:absolute;font-family:"sari 3";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:15.46875rem;left:30rem;height:1.54296875rem;text-align:right;text-align-last:right;display:block; }
#gD6vAUVW6ePtTH6PoITkPr4a3dH6TlCe { color:#9b244c;display:block;width:20.1875rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:2.2;letter-spacing:0;top:7.59375rem;left:34.90625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#LaCPk0J02pKxilGqluMOhEwJ6Q2LJNTa { color:#9b244c;display:block;width:20.9375rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:19.09375rem;left:34.53125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#wqT0EePIMMNnnuMqQHXmg4gZ5k3JUdRh { z-index:100004;top:12rem;left:36.375rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #de0065, #ffffff);background-image: -moz-linear-gradient(178deg, #de0065, #ffffff);background-image: -ms-linear-gradient(178deg, #de0065, #ffffff);background-image: -o-linear-gradient(178deg, #de0065, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0065', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0065', endColorstr='#ffffff' );";background-image: linear-gradient(178deg, #de0065, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#011d2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qH2OhJIOoUZyS59TZrOVvQUlJ0g1LNvD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cszVtGXJoc9iP7rDDniawxIT9VBx7gHi { z-index:100005;top:23.875rem;left:35.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #de0065, #ffffff);background-image: -moz-linear-gradient(178deg, #de0065, #ffffff);background-image: -ms-linear-gradient(178deg, #de0065, #ffffff);background-image: -o-linear-gradient(178deg, #de0065, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0065', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0065', endColorstr='#ffffff' );";background-image: linear-gradient(178deg, #de0065, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#011d2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cNIvvsvalxpudqMq7ccPDr7PHUa7TPOf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:0.875rem;font-family:"open sans";height:45rem;width:60rem;position:relative;display:block; }#TbHvuf1vcMkekGNzW6ic01zvMqbgyhfA { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:kids;font-size:2rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:2.935791015625rem;left:10.0615234375rem;height:2.5996125rem;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:28.93675rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:11.483154296875rem;left:24.99755859375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E8drc3BtEhMF4RsU0Mmm0JshhQ5dWXZt { color:#000000;display:block;width:23.75rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:6.568603515625rem;left:30.184326171875rem;height:2.4500875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#afRoSlMWtaeltrg7CghMseJXKJMa5y8H { color:#000000;display:block;width:10.625rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:15.701904296875rem;left:43.309326171875rem;height:2.4500875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdTBiOmnZZmv2paAXpIf9USWHTnhGflz { color:#644593;display:block;width:41.625rem;position:absolute;font-family:kids;font-size:2.25rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:21.622802734375rem;left:9.96923828125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTFS4fN7pTcf8cTusEhfmcD11dgRvPoD { color:#000000;display:block;width:21.8115rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:37.23388671875rem;left:32.122802734375rem;height:2.2744125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Dvd0lwTQxR0Z6ZSy44TpUIBiDkRU4Vxz { color:#000000;display:block;width:15.8728125rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:32.85888671875rem;left:38.060302734375rem;height:2.2744125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fIgkUFwSsOIDXF2y4pasB1EogHsensSp { color:#000000;display:block;width:28.374rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:28.616943359375rem;left:25.560302734375rem;height:2.2744125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DHJLEF6XPLV9D2TDVDuSuIXtJ8NnF8dG { color:#000000;display:block;width:17.99925rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:41.636962890625rem;left:35.93505859375rem;height:2.2744125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#W05XHbVGguEkwTtdNupT0ZplAe7Q02Fm { box-sizing:content-box;color:#f18da7;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:2.467041015625rem;left:54.55810546875rem;display:block; }
#byCTW4KPJCaCsf84u8auf9NyyMwUmT4W { box-sizing:content-box;color:#f18da7;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:6.217041015625rem;left:54.55810546875rem;display:block; }
#nWhT7sgxdZmwNQVRNtfEe7ohcLLMQTSt { box-sizing:content-box;color:#f18da7;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:10.5615234375rem;left:54.55810546875rem;display:block; }
#X0RXmbuwHnOFn5Mlla6N5m0oLHtJ6Vtm { box-sizing:content-box;color:#f18da7;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:14.9365234375rem;left:54.55810546875rem;display:block; }
#hmElMaeMZvrizpzeTThVERBKxzXq2ASH { position:absolute;display:block;z-index:100033;background-color:#644593;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:43.75rem;top:20.810546875rem;left:8.465576171875rem;display:block; }
#BofSOXPvm2IqXBJt5uupFZ4pRO2SqUFJ { box-sizing:content-box;color:#f18da7;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:36.3125rem;left:54.8125rem;display:block; }
#LwVsVmxLODyFFEXHCBxMtzSrQf5cEGHD { box-sizing:content-box;color:#f18da7;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:40.6875rem;left:54.8125rem;display:block; }
#n3QJUQJ5oFgKBgPKnGPlCZBHU5n1XbnX { box-sizing:content-box;color:#f18da7;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:31.9375rem;left:54.8125rem;display:block; }
#FPJvUTaeIlv3ZQPV85rhLxiO0CCfLFid { box-sizing:content-box;color:#f18da7;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:28.1875rem;left:54.8125rem;display:block; }
#SSCv86dwGanimpeidSBTpTV5keffwM6h { position:absolute;display:block;z-index:100034;background-color:#644593;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:43.75rem;top:25.185546875rem;left:9.090576171875rem;display:block; }
#BkX0B05iMIMtyBcDKKtxBVFLU1UfIl1a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BkX0B05iMIMtyBcDKKtxBVFLU1UfIl1a > .row .container { background-color: transparent; background-image: none; }#BkX0B05iMIMtyBcDKKtxBVFLU1UfIl1a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BkX0B05iMIMtyBcDKKtxBVFLU1UfIl1a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BkX0B05iMIMtyBcDKKtxBVFLU1UfIl1a > .row .container > .video-iframe-container { display: none; }#BkX0B05iMIMtyBcDKKtxBVFLU1UfIl1a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BkX0B05iMIMtyBcDKKtxBVFLU1UfIl1a > .row > .video-iframe-container { display: none; }#BkX0B05iMIMtyBcDKKtxBVFLU1UfIl1a > .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); }#BkX0B05iMIMtyBcDKKtxBVFLU1UfIl1a > .row .container { border-width: 0; border-radius: 0; }#BkX0B05iMIMtyBcDKKtxBVFLU1UfIl1a > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#TV1nhED32n6tJsT8ubmXbeE8CMlHrQrw { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"sari 3";font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.7771272659302rem;left:9.375rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#KR7loB0AyoEgggA3BlsS6v5ZEvc6J8wO { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:normal;z-index:100004;line-height:1.4;letter-spacing:0;top:7.6650390625rem;left:42.25rem;height:2.4500875rem;text-align:right;text-align-last:right;display:block; }
#O2WGro4qlxg2wfZTvS1KeEuIxtsUndMy { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:normal;z-index:100005;line-height:1.4;letter-spacing:0;top:10.1025390625rem;left:37.5625rem;height:2.4500875rem;text-align:right;text-align-last:right;display:block; }
#Pa2mNJ8wTFlfuS94EebbyVaL2fdpwvdU { color:#000000;display:block;width:35.8125rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:12.5400390625rem;left:21.6875rem;height:2.4500875rem;text-align:right;text-align-last:right;display:block; }
#encTebHt8bsguODFwUdKAf4lT4tPOZyW { position:absolute;display:block;z-index:100009;background-color:#561313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.81163125rem;width:59.9370625rem;top:19.124125rem;left:0rem;display:block; }
#FNnWdlJMJnSMzH44xybZ2tUrTgtAySFS { color:#644593;display:block;width:21.374rem;position:absolute;font-family:kids;font-size:2.8125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:0rem;left:38.6259765625rem;height:3.65625rem;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;text-align:center;text-align-last:center;display:block; }
#mRidqpBR97VNAxnSHOQq6u4uwxO7vE7W { box-sizing:content-box;color:#f18da7;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:0rem;left:55.90625rem;display:block; }
#TEFhwT4ggHIagoOcO0ZTIDtEk3srUuCz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TEFhwT4ggHIagoOcO0ZTIDtEk3srUuCz > .row .container { background-color: transparent; background-image: none; }#TEFhwT4ggHIagoOcO0ZTIDtEk3srUuCz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TEFhwT4ggHIagoOcO0ZTIDtEk3srUuCz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TEFhwT4ggHIagoOcO0ZTIDtEk3srUuCz > .row .container > .video-iframe-container { display: none; }#TEFhwT4ggHIagoOcO0ZTIDtEk3srUuCz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TEFhwT4ggHIagoOcO0ZTIDtEk3srUuCz > .row > .video-iframe-container { display: none; }#TEFhwT4ggHIagoOcO0ZTIDtEk3srUuCz > .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); }#TEFhwT4ggHIagoOcO0ZTIDtEk3srUuCz > .row .container { border-width: 0; border-radius: 0; }#TEFhwT4ggHIagoOcO0ZTIDtEk3srUuCz > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;position:relative;display:block; }#diLNcZK12tnLSpx1TTfoslpeni0C99xD { color:#644593;display:block;width:24.6245625rem;position:absolute;font-family:kids;font-size:2.8125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:35.375434875488rem;height:3.65625rem;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;text-align:center;text-align-last:center;display:block; }
#ZunlhUKqJqi1r4yOIRxX71GiZk93yd3H { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:normal;z-index:100003;line-height:1.4;letter-spacing:0;top:4.2144088745117rem;left:32.248916625976rem;height:4.8984375rem;text-align:right;text-align-last:right;display:block; }
#ILwFWwzHZquz87BtTHS4esy9QikHW5qB { color:#000000;display:block;width:37.5rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:normal;z-index:100004;line-height:1.4;letter-spacing:0;top:10.289714813233rem;left:21.999347686767rem;height:2.4500875rem;text-align:right;text-align-last:right;display:block; }
#kpCeKBKcIUs0VkNOeUy5k84kHNgwtIQL { color:#000000;display:block;width:23.875rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:normal;z-index:100005;line-height:1.4;letter-spacing:0;top:12.720268249512rem;left:35.624351501465rem;height:2.4500875rem;text-align:right;text-align-last:right;display:block; }
#gbOtWRIXXEDTARyLT2h0Z18TMp93Gso5 { color:#000000;display:block;width:19.625rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:15.150825500488rem;left:39.751087188721rem;height:2.4500875rem;text-align:right;text-align-last:right;display:block; }
#dOfgcIb5gey9hw4s58mxD9QmkeRHVvQH { position:absolute;display:block;z-index:100011;background-color:#561313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.81055rem;width:59.936rem;top:18.436416625976rem;left:0.064018249511719rem;display:block; }
#JLVFzUyO7QOT1tT4PrgiwcTRhqlg9G2U { box-sizing:content-box;color:#f18da7;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:0.5625rem;left:55.15625rem;display:block; }
#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#414247;background-image:none;position:relative;display:block; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container { background-color: transparent; background-image: none; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container > .video-iframe-container { display: none; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row > .video-iframe-container { display: none; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .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); }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container { border-width: 0; border-radius: 0; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container { font-size:0.875rem;font-family:"open sans";height:20.5rem;width:60rem;position:relative;display:block; }#sNzrWNVi2xS9aLZDAL0N1rZfBWhNIxE5 { color:#df4a8d;display:block;width:41.125rem;position:absolute;font-family:kids;font-size:4.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:0rem;left:18.875rem;height:5.5244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0BVMlPks9zukVuzmfZwpcM9t0MqVHiE { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:400;z-index:100032;line-height:1.6;letter-spacing:0;top:5.5rem;left:18.875rem;height:12rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mLRt1lftfVnkI78Um9IRm18hoFUmuE1N { position:absolute;display:block;z-index:100033;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.375rem;width:9.375rem;top:2.529296875rem;left:5.05859375rem;overflow:hidden;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:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#liVARoTlEIZNmcRAo6saz0eSTrk0hmT5 { z-index:100000;top:1.875rem;left:25.875rem;background-color:#644593;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #1e2c39 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.999025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HxBpVTaWRDx2UEGWl3kitGclqqW8rLZt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mAofSBqcGuto6fTzFvaf1qUecfcznvLd { color:#000000;display:block;width:23.0605625rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:400;z-index:100028;line-height:1.4;letter-spacing:0;top:7.25rem;left:21.4375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m2m6dMpkA6UCVidfyHdLiBT3c1l5fvHZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#414247;background-image:none;position:relative;display:none; }#m2m6dMpkA6UCVidfyHdLiBT3c1l5fvHZ > .row .container { border-width: 0; border-radius: 0; }#m2m6dMpkA6UCVidfyHdLiBT3c1l5fvHZ > .row .container { font-size:0.875rem;font-family:"open sans";height:16.3125rem;width:60rem;position:relative;display:none; }#QH1bisqrm4zbbzaJTgFDw3ybF0nQ5apc { color:#df4a8d;display:block;width:29.1875rem;position:absolute;font-family:kids;font-size:4.3125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:0.8408203125rem;left:30.82763671875rem;height:5.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vzrcJwB1EH5mCVz370zxLehdAw32nfJN { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:400;z-index:100032;line-height:1.6;letter-spacing:0;top:6.40283203125rem;left:29.888671875rem;height:8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yCIItRFQeMCTigaRiNZqByt3dvi0cO21 { position:absolute;display:block;z-index:100033;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:11.3748125rem;width:11.3748125rem;top:2.0920140147209rem;left:3.80859375rem;overflow:hidden;display:block; }
#knc7fto08O44DJ6licgnwmoXpvTwkUQL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5e4ec;background-image:none;position:relative;display:none; }#knc7fto08O44DJ6licgnwmoXpvTwkUQL > .row .container { border-width: 0; border-radius: 0; }#knc7fto08O44DJ6licgnwmoXpvTwkUQL > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:none; }#t1sTo4TlSfXonLpLeyqUqJyWmB1FF28S { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem dashed #8499f0;border-left:0.25rem dashed #8499f0;border-right:0.25rem dashed #8499f0;border-bottom:0.25rem dashed #8499f0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:6.4995625rem;width:0.0618489375rem;top:8.2497825622556rem;left:45.437282562256rem;display:none; }
#FmqpnnNpV9SSc0dLi7NZnvdW5SV1eR4g { position:absolute;display:block;z-index:100020;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.185546875rem;width:3.75rem;top:13.187500953674rem;left:4.5rem;display:none; }
#FABJTZF0axHdtAmvTPpynl7Ab3VUFaNS { position:absolute;display:block;z-index:100019;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.185546875rem;width:3.75rem;top:26.437500953674rem;left:4.375rem;display:none; }
#pHqG3P8uVwxcrwECeQM1bayutTXOmICv { position:absolute;display:block;z-index:100067;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6rem;width:11.5625rem;top:8.8125rem;left:39.375rem;display:block; }
#K0THUQ0LpCIT4ndND5L85tknd3s7AsVo { color:#000000;display:block;width:23.558625rem;position:absolute;font-family:"sari 3";font-size:2.3125rem;font-weight:normal;z-index:100076;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.3125rem;left:18.220052719116rem;height:2.9861125rem;text-align:center;text-align-last:center;display:block; }
#hmDSQJtiwov4T1yJmmatDpxZVhQOMcCD { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100077;line-height:1.3;letter-spacing:0;top:9.0625rem;left:40.6875rem;height:3.19444375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VNy4EN9TQN0pscOm4rHTrrKLE4TJsdNT { position:absolute;display:block;z-index:100069;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:5.5625rem;width:11.5625rem;top:8.9375rem;left:24.5625rem;display:block; }
#s8gcEP5Q4So6uo8ziJRU6G4WxswvMAEZ { color:#000000;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:9.1875002384187rem;left:24.625001907349rem;height:1.597225rem;text-align:center;text-align-last:center;display:block; }
#lU3fOU0ZQEe8atfBAOEciH8vkI0aMNLW { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:9.0625rem;left:9.0625rem;height:3.19444375rem;text-align:center;text-align-last:center;display:block; }
#e9v8aiZxqnpmMGKz1zb7e7hgarUsKma4 { position:absolute;display:block;z-index:100069;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:5.5625rem;width:11.5625rem;top:9rem;left:9.4375rem;display:block; }
#FVUzXUyZ3AHNnxOkSK00eyqDCKcDU5Zm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:12.769535064698rem;left:39.031251907349rem;height:1.597225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qy6qilPIqNry3nXbxJrgpVzX3mTsG08v { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.8125rem;text-decoration:none;z-index:100081;text-align:center;text-align-last:center;top:15.000001192093rem;left:41.875001907349rem;display:block; }
#ermzgP7u83TLpqFUXFn2feeDia9QDrzg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FUihulgnIpZtwJEvTnLFdJVQ2NSLnewk { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.8125rem;text-decoration:none;z-index:100082;text-align:center;text-align-last:center;top:14.708333015442rem;left:27.062501907349rem;display:block; }
#hmHpsnDk79osnt7f5aHTVPMxsWGFmXDe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v4KnoaJAZs10zc22WVc9LWqBb6IqTJVZ { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.8125rem;text-decoration:none;z-index:100083;text-align:center;text-align-last:center;top:14.770833015442rem;left:11.937501907349rem;display:block; }
#q73qIPC6izQNIG17mvRBLvxsE1A4bO7U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qDPbOXunC3WH95JTH5zuBcJMAu3oTeD0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100081;line-height:1.3;letter-spacing:0;top:12.354167222977rem;left:24.024740219116rem;height:1.597225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EsQWlyPuJBmqtmJxQQm3vKRVZFD0uP8M { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:12.229167222977rem;left:8.9687519073488rem;height:1.597225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UbJOLtufysmeHcaWBXfW1p78Hq9L50WM { position:absolute;display:block;z-index:100071;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6rem;width:11.5625rem;top:21.1875rem;left:39.6875rem;display:block; }
#lsxSHWlNcSSzoQqII1fprHQFImhxTNdq { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100081;line-height:1.3;letter-spacing:0;top:21.4375rem;left:41rem;height:1.597225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ELtmdnqFUfoZkCr5vDgWREJeHSqtfWJD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:25.125rem;left:39.375rem;height:1.597225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QzLxz2SFD15gg3xpRXKFHf9a5UsdeFoW { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.8125rem;text-decoration:none;z-index:100085;text-align:center;text-align-last:center;top:27.375rem;left:42.1875rem;display:block; }
#X2uuEGQTIwIlRW8wRfJeyL0iGafBrnTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JA87T5uBXlaakckwBXVRgC3qpIfPivC8 { position:absolute;display:block;z-index:100075;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6rem;width:11.5625rem;top:21.1875rem;left:24.5625rem;display:block; }
#IHqbRtEvvVQa0hTdg2DsMx7EdTNULcW3 { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100085;line-height:1.3;letter-spacing:0;top:21.4375rem;left:25.875rem;height:1.597225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a7e3XgoonMo43TQVkg2xR6OufyFgca5W { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:25.125rem;left:24.25rem;height:1.597225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u6chg97bpydSESxNWnRw40CdF20tqmOq { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.8125rem;text-decoration:none;z-index:100089;text-align:center;text-align-last:center;top:27.437500476837rem;left:27.062501907349rem;display:block; }
#TG5gUTQykRG5eWTRT7QzMHLwTWFIaatZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GA9aGfRLLxgbe3HD8y5dgfxbtotqeEOr { position:absolute;display:block;z-index:100079;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6rem;width:11.5625rem;top:21.1875rem;left:9.3125rem;display:block; }
#dwTK0PiUZhTR0ssfvE592bvh6Vs4TNmH { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100089;line-height:1.3;letter-spacing:0;top:21.4375rem;left:10.625rem;height:3.19444375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fbWeFXHkcqdl9LaTpC9r7lDLc2H8db1P { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100092;line-height:1.3;letter-spacing:0;top:25.125rem;left:9rem;height:1.597225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lkHtMt7h21r6138KTCxltmfyLwgZUJTO { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.8125rem;text-decoration:none;z-index:100093;text-align:center;text-align-last:center;top:27.437500476837rem;left:11.937501907349rem;display:block; }
#KzpM4wULnmgZHhgF09R8liU2cCbzzDlS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:0.875rem;font-family:"open sans";height:18.75rem;width:60rem;position:relative;display:block; }#WErABTVTGI8ApztIpBI7DMTpEIeysw2W { color:#ffffff;display:block;width:33.186875rem;position:absolute;font-family:kids;font-size:2.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.81271171569825rem;left:13.404947280884rem;height:3.7380625rem;text-align:center;text-align-last:center;display:block; }
#Kxd4oo4aXHlgwxQmXHmswJKu7MsOU4ME { color:#ffffff;display:block;width:45.37475rem;position:absolute;font-family:kids;font-size:1.8125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.743896484375rem;left:6.685791015625rem;height:7.06640625rem;text-align:center;text-align-last:center;display:block; }
#ZoArBvHPC6989O5UpSMZNOR04lAOhnsI { box-sizing:content-box;color:#ffffff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:5.05810546875rem;left:29.4375rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT2cJ2afZcM7eQCBS42iWM4GafzOsqLh { top:0rem;left:9.4140625rem;width:30.8125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur { display:block; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pC0gyPN4MQVEuKNrMcVhbT6RuebxJNUd { width:6.625rem;height:3.5625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk0fIJQI4aVBmLdz8lUGctBTLdw0i3iS { display:block; }
 }@media only screen and (max-width: 763px) { #sp4yiPDLrJ88vX7y4TNZVl0TS1zJGmB4 { width:36.875rem;height:6.6875rem;top:6.5625rem;left:10.875rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZE2fdBt1JSopBkb56UxI76vSebm22fH3 { top:0rem;left:6.5rem;width:34.75rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfdotLOVKOHUw3wITDf9D897BJ06vBxh { top:8.875rem;left:9.4375rem;width:28.875rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DllyZUiixrSEiUmZLfKHR61Zx3FGXg2Q { top:16.25rem;left:20.1875rem;width:27.5625rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICuXPuAcFRhMng75NhEt11AcH5qxN5gM { width:21.875rem;height:2.75rem;top:17rem;left:24.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-text {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT  { width:17.5rem;height:auto;top:8.4375rem;left:0rem; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT {display:block;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT { width:17.5rem;height:auto;top:8.4375rem;left:0rem; }
 }@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) { #u2RUMTV9Dqx24kqQsHbouSCG8ndnvyDi { width:17.5rem;height:3.4375rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyfp2EkThI19NAZ3MamAbRTv1rv7i9uy { display:block; }
 }@media only screen and (max-width: 763px) { #T1e6ow2qacgvcEqrRIzQlAJv7hrnRnrc { width:17.5rem;height:3.4375rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SILeUz4Dg4Gzo9TO9CH6xTkRnehdSrNI { display:block; }
 }@media only screen and (max-width: 763px) { #Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 { display:block; }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbVUXGTkpVGVymf4l0pnGkCc285TLlNo { top:8.5rem;left:1.59375rem;width:18.125rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdNTPEVlDIHIaPWsErty5dxkdixdTRfb { top:17.875rem;left:0rem;width:23.375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4egRTiDc1ARSbpZsJRA8pIoTVOw4pFO { top:18.9375rem;left:0.3125rem;width:20.6875rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2qRDggQO7zcL8Z5yKv0AV4lcws8JpyQ { width:47.75rem;height:24.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJsHlJ6dVefJJe97f7eVa6xuuuOM8O6w { top:13.75rem;left:8.3125rem;width:15.5625rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkJvtNRRRWt4EvSgFT01l2RyWSg0X8uu { top:15.3125rem;left:2rem;width:15.5625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtxC71hPa3XVgw8V0MHi9Jc0TK3BBpJt { top:23.875rem;left:1.5rem;width:18rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzXVfr9VboRz9Gc6J2BNxQxN70OGPxWv { display:block; }
 }@media only screen and (max-width: 763px) { #zTb7G2axHnvE04b9t4PvAp2fETQernbq { top:6.1875rem;left:0rem;width:23.375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehPdaQTvTVEVi4ioVsvP9zWTvfmu3VOZ { top:6.1875rem;left:23.875rem;width:23.375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7JRrqhuru7cWM7MNmTRaqGhURbWowS4 { top:17.875rem;left:23.875rem;width:23.375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7G7HeJwhMnNBEmI3PmA8Vocuxm9rMma { top:3.9375rem;left:0.28125rem;width:21.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpOpWtup1mBiZhMfNsFeIzIVOxqBgKmz { top:12rem;left:1.8125rem;width:18.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTLDQ328AnXiKLoHUpmTwALltTplOXxd { display:block; }
 }@media only screen and (max-width: 763px) { #dtaFN20BM4TXBL6t9ChuLrLgvc1S9J4r { top:3.8125rem;left:25.34375rem;width:20.125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mes747VqNLb6cfi8u7CF1oiMdmVHiOIW { top:15.4375rem;left:22.5625rem;width:25.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD6vAUVW6ePtTH6PoITkPr4a3dH6TlCe { top:7.5625rem;left:25.71875rem;width:20.1875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaCPk0J02pKxilGqluMOhEwJ6Q2LJNTa { top:19.0625rem;left:25.34375rem;width:20.9375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqT0EePIMMNnnuMqQHXmg4gZ5k3JUdRh { top:12rem;left:27.1875rem;width:17.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH2OhJIOoUZyS59TZrOVvQUlJ0g1LNvD { display:block; }
 }@media only screen and (max-width: 763px) { #cszVtGXJoc9iP7rDDniawxIT9VBx7gHi { top:23.875rem;left:26.78125rem;width:17.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNIvvsvalxpudqMq7ccPDr7PHUa7TPOf { display:block; }
 }@media only screen and (max-width: 763px) { #l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX { display:block; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbHvuf1vcMkekGNzW6ic01zvMqbgyhfA { width:43.3125rem;height:2.5625rem;top:2.875rem;left:3.9365234375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0bPmnxhkE0ym7W7NfFe6rif6htnFTDq { width:28.875rem;height:2.25rem;top:11.4375rem;left:18.87255859375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8drc3BtEhMF4RsU0Mmm0JshhQ5dWXZt { width:23.75rem;height:2.375rem;top:6.5625rem;left:24rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #afRoSlMWtaeltrg7CghMseJXKJMa5y8H { width:10.625rem;height:2.375rem;top:15.6875rem;left:37.125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdTBiOmnZZmv2paAXpIf9USWHTnhGflz { width:41.5625rem;height:2.875rem;top:21.5625rem;left:3.84423828125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTFS4fN7pTcf8cTusEhfmcD11dgRvPoD { width:21.75rem;height:2.25rem;top:37.1875rem;left:25.997802734375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dvd0lwTQxR0Z6ZSy44TpUIBiDkRU4Vxz { width:15.8125rem;height:2.25rem;top:32.8125rem;left:31.935302734375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIgkUFwSsOIDXF2y4pasB1EogHsensSp { width:28.3125rem;height:2.25rem;top:28.5625rem;left:19.435302734375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHJLEF6XPLV9D2TDVDuSuIXtJ8NnF8dG { width:17.9375rem;height:2.25rem;top:41.625rem;left:29.81005859375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W05XHbVGguEkwTtdNupT0ZplAe7Q02Fm { top:2.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byCTW4KPJCaCsf84u8auf9NyyMwUmT4W { top:6.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWhT7sgxdZmwNQVRNtfEe7ohcLLMQTSt { top:10.5rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0RXmbuwHnOFn5Mlla6N5m0oLHtJ6Vtm { top:14.875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmElMaeMZvrizpzeTThVERBKxzXq2ASH { top:20.75rem;left:2.340576171875rem;width:43.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BofSOXPvm2IqXBJt5uupFZ4pRO2SqUFJ { top:36.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwVsVmxLODyFFEXHCBxMtzSrQf5cEGHD { top:40.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3QJUQJ5oFgKBgPKnGPlCZBHU5n1XbnX { top:31.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPJvUTaeIlv3ZQPV85rhLxiO0CCfLFid { top:28.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSCv86dwGanimpeidSBTpTV5keffwM6h { top:25.125rem;left:2.965576171875rem;width:43.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkX0B05iMIMtyBcDKKtxBVFLU1UfIl1a { display:block; }#BkX0B05iMIMtyBcDKKtxBVFLU1UfIl1a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV1nhED32n6tJsT8ubmXbeE8CMlHrQrw { top:3.75rem;left:3.25rem;width:41.25rem;height:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR7loB0AyoEgggA3BlsS6v5ZEvc6J8wO { top:7.625rem;left:32.5625rem;width:15.1875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2WGro4qlxg2wfZTvS1KeEuIxtsUndMy { top:10.0625rem;left:27.8125rem;width:19.9375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa2mNJ8wTFlfuS94EebbyVaL2fdpwvdU { top:12.5rem;left:11.9375rem;width:35.8125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #encTebHt8bsguODFwUdKAf4lT4tPOZyW { top:19.0625rem;left:0rem;width:47.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNnWdlJMJnSMzH44xybZ2tUrTgtAySFS { width:21.3125rem;height:3.625rem;top:0rem;left:26.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRidqpBR97VNAxnSHOQq6u4uwxO7vE7W { top:0rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEFhwT4ggHIagoOcO0ZTIDtEk3srUuCz { display:block; }#TEFhwT4ggHIagoOcO0ZTIDtEk3srUuCz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diLNcZK12tnLSpx1TTfoslpeni0C99xD { width:24.5625rem;height:3.5625rem;top:0rem;left:23.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZunlhUKqJqi1r4yOIRxX71GiZk93yd3H { top:4.1875rem;left:20.3125rem;width:27.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILwFWwzHZquz87BtTHS4esy9QikHW5qB { top:10.25rem;left:10.25rem;width:37.5rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpCeKBKcIUs0VkNOeUy5k84kHNgwtIQL { top:12.6875rem;left:23.9375rem;width:23.8125rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbOtWRIXXEDTARyLT2h0Z18TMp93Gso5 { top:15.125rem;left:28.1875rem;width:19.5625rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOfgcIb5gey9hw4s58mxD9QmkeRHVvQH { top:18.375rem;left:0rem;width:47.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLVFzUyO7QOT1tT4PrgiwcTRhqlg9G2U { top:0.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO { display:block; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNzrWNVi2xS9aLZDAL0N1rZfBWhNIxE5 { width:41.125rem;height:5.5rem;top:0rem;left:6.625rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0BVMlPks9zukVuzmfZwpcM9t0MqVHiE { width:38.8125rem;height:12rem;top:5.5rem;left:8.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLRt1lftfVnkI78Um9IRm18hoFUmuE1N { top:2.5rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK4pRowMJxN19wAfe3PplF1AkvcaWrxW { display:block; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liVARoTlEIZNmcRAo6saz0eSTrk0hmT5 { top:1.875rem;left:19.75rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxBpVTaWRDx2UEGWl3kitGclqqW8rLZt { display:block; }
 }@media only screen and (max-width: 763px) { #mAofSBqcGuto6fTzFvaf1qUecfcznvLd { width:23rem;height:2.25rem;top:7.25rem;left:15.3125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2m6dMpkA6UCVidfyHdLiBT3c1l5fvHZ { display:block; }#m2m6dMpkA6UCVidfyHdLiBT3c1l5fvHZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QH1bisqrm4zbbzaJTgFDw3ybF0nQ5apc { width:29.125rem;height:5.5rem;top:0.8125rem;left:18.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzrcJwB1EH5mCVz370zxLehdAw32nfJN { width:29.125rem;height:7.75rem;top:6.375rem;left:18.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCIItRFQeMCTigaRiNZqByt3dvi0cO21 { top:2.0625rem;left:0rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knc7fto08O44DJ6licgnwmoXpvTwkUQL { display:block; }#knc7fto08O44DJ6licgnwmoXpvTwkUQL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1sTo4TlSfXonLpLeyqUqJyWmB1FF28S { top:8.1875rem;left:39.312282562256rem;width:0;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmqpnnNpV9SSc0dLi7NZnvdW5SV1eR4g { top:13.1875rem;left:0rem;width:3.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FABJTZF0axHdtAmvTPpynl7Ab3VUFaNS { top:26.4375rem;left:0rem;width:3.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHqG3P8uVwxcrwECeQM1bayutTXOmICv { top:8.8125rem;left:33.25rem;width:11.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0THUQ0LpCIT4ndND5L85tknd3s7AsVo { top:2.3125rem;left:12.095052719116rem;width:23.5rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmDSQJtiwov4T1yJmmatDpxZVhQOMcCD { top:9.0625rem;left:34.5625rem;width:9.1875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNy4EN9TQN0pscOm4rHTrrKLE4TJsdNT { top:8.9375rem;left:18.4375rem;width:11.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8gcEP5Q4So6uo8ziJRU6G4WxswvMAEZ { top:9.1875rem;left:18.500001907349rem;width:11.5rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU3fOU0ZQEe8atfBAOEciH8vkI0aMNLW { top:9.0625rem;left:2.9375rem;width:12.3125rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9v8aiZxqnpmMGKz1zb7e7hgarUsKma4 { top:9rem;left:3.3125rem;width:11.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVUzXUyZ3AHNnxOkSK00eyqDCKcDU5Zm { top:12.75rem;left:32.906251907349rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy6qilPIqNry3nXbxJrgpVzX3mTsG08v { width:6.8125rem;height:2.8125rem;top:15rem;left:35.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ermzgP7u83TLpqFUXFn2feeDia9QDrzg { display:block; }
 }@media only screen and (max-width: 763px) { #FUihulgnIpZtwJEvTnLFdJVQ2NSLnewk { width:6.8125rem;height:2.8125rem;top:14.6875rem;left:20.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmHpsnDk79osnt7f5aHTVPMxsWGFmXDe { display:block; }
 }@media only screen and (max-width: 763px) { #v4KnoaJAZs10zc22WVc9LWqBb6IqTJVZ { width:6.8125rem;height:2.8125rem;top:14.75rem;left:5.8125019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #q73qIPC6izQNIG17mvRBLvxsE1A4bO7U { display:block; }
 }@media only screen and (max-width: 763px) { #qDPbOXunC3WH95JTH5zuBcJMAu3oTeD0 { top:12.3125rem;left:17.899740219116rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsQWlyPuJBmqtmJxQQm3vKRVZFD0uP8M { top:12.1875rem;left:2.8437519073486rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbJOLtufysmeHcaWBXfW1p78Hq9L50WM { top:21.1875rem;left:33.5625rem;width:11.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsxSHWlNcSSzoQqII1fprHQFImhxTNdq { top:21.4375rem;left:34.875rem;width:9.1875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELtmdnqFUfoZkCr5vDgWREJeHSqtfWJD { top:25.125rem;left:33.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzLxz2SFD15gg3xpRXKFHf9a5UsdeFoW { width:6.8125rem;height:2.8125rem;top:27.375rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2uuEGQTIwIlRW8wRfJeyL0iGafBrnTg { display:block; }
 }@media only screen and (max-width: 763px) { #JA87T5uBXlaakckwBXVRgC3qpIfPivC8 { top:21.1875rem;left:18.4375rem;width:11.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHqbRtEvvVQa0hTdg2DsMx7EdTNULcW3 { top:21.4375rem;left:19.75rem;width:9.1875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7e3XgoonMo43TQVkg2xR6OufyFgca5W { top:25.125rem;left:18.125rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6chg97bpydSESxNWnRw40CdF20tqmOq { width:6.8125rem;height:2.8125rem;top:27.4375rem;left:20.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG5gUTQykRG5eWTRT7QzMHLwTWFIaatZ { display:block; }
 }@media only screen and (max-width: 763px) { #GA9aGfRLLxgbe3HD8y5dgfxbtotqeEOr { top:21.1875rem;left:3.1875rem;width:11.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTK0PiUZhTR0ssfvE592bvh6Vs4TNmH { top:21.4375rem;left:4.5rem;width:9.1875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbWeFXHkcqdl9LaTpC9r7lDLc2H8db1P { top:25.125rem;left:2.875rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkHtMt7h21r6138KTCxltmfyLwgZUJTO { width:6.8125rem;height:2.8125rem;top:27.4375rem;left:5.8125019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzpM4wULnmgZHhgF09R8liU2cCbzzDlS { display:block; }
 }@media only screen and (max-width: 763px) { #pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz { display:block; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WErABTVTGI8ApztIpBI7DMTpEIeysw2W { top:0.8125rem;left:7.2799472808837rem;width:33.125rem;height:3.625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxd4oo4aXHlgwxQmXHmswJKu7MsOU4ME { top:8.6875rem;left:0.560546875rem;width:45.3125rem;height:6.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoArBvHPC6989O5UpSMZNOR04lAOhnsI { top:5rem;left:23.3125rem;width:3.5625rem;height:3.6875rem;font-size:2.5625rem;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:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT2cJ2afZcM7eQCBS42iWM4GafzOsqLh { width:20rem;height:5.375rem;top:1.375rem;left:0rem;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 !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur.adaptive-delivery-prevent-bg, #lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur.lazyload, #lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur.lazyloading { background-image: none; }#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.14); }#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.14); }#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:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pC0gyPN4MQVEuKNrMcVhbT6RuebxJNUd { width:4.126953125rem;height:2.75rem;top:0.0615234375rem;left:0.01611328125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rk0fIJQI4aVBmLdz8lUGctBTLdw0i3iS { display:block; }
 }@media only screen and (max-width: 763px) { #sp4yiPDLrJ88vX7y4TNZVl0TS1zJGmB4 { width:20rem;height:0;top:39.060546875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#000000;line-height:1.6;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #ZE2fdBt1JSopBkb56UxI76vSebm22fH3 { width:20rem;height:5.4375rem;top:36.998046875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfdotLOVKOHUw3wITDf9D897BJ06vBxh { width:20rem;height:4.203125rem;top:1.4375rem;left:0rem;font-size:1.0625rem;font-family:"sari 3";z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #DllyZUiixrSEiUmZLfKHR61Zx3FGXg2Q { width:19.6875rem;height:24.3125rem;top:0.875rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICuXPuAcFRhMng75NhEt11AcH5qxN5gM { width:19.9980625rem;height:4.337675rem;top:10.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;line-height:1.8;z-index:100017;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-text {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT  { width:17.5rem;height:auto;top:12.875rem;left:0rem; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT {display:block;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT { width:17.5rem;height:auto;top:12.875rem;left:0rem; }
 }@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) { #u2RUMTV9Dqx24kqQsHbouSCG8ndnvyDi { width:17.5rem;height:3.4375rem;top:36.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wyfp2EkThI19NAZ3MamAbRTv1rv7i9uy { display:block; }
 }@media only screen and (max-width: 763px) { #T1e6ow2qacgvcEqrRIzQlAJv7hrnRnrc { width:17.5rem;height:3.4375rem;top:6.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SILeUz4Dg4Gzo9TO9CH6xTkRnehdSrNI { display:block; }
 }@media only screen and (max-width: 763px) { #Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f8d9e1);background-image: -moz-linear-gradient(180deg, #ffffff, #f8d9e1);background-image: -ms-linear-gradient(180deg, #ffffff, #f8d9e1);background-image: -o-linear-gradient(180deg, #ffffff, #f8d9e1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8d9e1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8d9e1' );";background-image: linear-gradient(180deg, #ffffff, #f8d9e1);background-size:contain !important;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:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbVUXGTkpVGVymf4l0pnGkCc285TLlNo { width:14.6875rem;height:7.0084375rem;top:24.5rem;left:2.65625rem;font-size:1.0625rem;line-height:2.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tdNTPEVlDIHIaPWsErty5dxkdixdTRfb { width:19.5rem;height:7.875rem;top:9.0625rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #H4egRTiDc1ARSbpZsJRA8pIoTVOw4pFO { width:15.625rem;height:3.5612rem;top:10.8125rem;left:2.375rem;font-size:0.9375rem;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #V2qRDggQO7zcL8Z5yKv0AV4lcws8JpyQ { width:20rem;height:24.6875rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJsHlJ6dVefJJe97f7eVa6xuuuOM8O6w { width:14rem;height:2.03125rem;top:2.25rem;left:3rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FkJvtNRRRWt4EvSgFT01l2RyWSg0X8uu { width:15.5625rem;height:1.462675rem;top:6.5rem;left:2.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PtxC71hPa3XVgw8V0MHi9Jc0TK3BBpJt { top:16.4375rem;left:1.84375rem;width:16.3125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzXVfr9VboRz9Gc6J2BNxQxN70OGPxWv { display:block; }
 }@media only screen and (max-width: 763px) { #zTb7G2axHnvE04b9t4PvAp2fETQernbq { width:19.5rem;height:6.4375rem;top:23.875rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #ehPdaQTvTVEVi4ioVsvP9zWTvfmu3VOZ { width:19.5rem;height:6.4375rem;top:35.6875rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #g7JRrqhuru7cWM7MNmTRaqGhURbWowS4 { width:19.5rem;height:6.4375rem;top:47.0625rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #i7G7HeJwhMnNBEmI3PmA8Vocuxm9rMma { width:15.5625rem;height:2.92535rem;top:21.0625rem;left:2.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rpOpWtup1mBiZhMfNsFeIzIVOxqBgKmz { top:29.6875rem;left:1.78125rem;width:16.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTLDQ328AnXiKLoHUpmTwALltTplOXxd { display:block; }
 }@media only screen and (max-width: 763px) { #dtaFN20BM4TXBL6t9ChuLrLgvc1S9J4r { width:15.5625rem;height:1.462675rem;top:33rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mes747VqNLb6cfi8u7CF1oiMdmVHiOIW { width:15.5625rem;height:2.92535rem;top:44.25rem;left:2.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gD6vAUVW6ePtTH6PoITkPr4a3dH6TlCe { width:15.5rem;height:4.1232625rem;top:37.09375rem;left:1.90625rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LaCPk0J02pKxilGqluMOhEwJ6Q2LJNTa { width:16.1875rem;height:5.00216875rem;top:48.03125rem;left:1.90625rem;font-size:1rem;line-height:2.5;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wqT0EePIMMNnnuMqQHXmg4gZ5k3JUdRh { top:41.8125rem;left:1.5rem;width:17rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH2OhJIOoUZyS59TZrOVvQUlJ0g1LNvD { display:block; }
 }@media only screen and (max-width: 763px) { #cszVtGXJoc9iP7rDDniawxIT9VBx7gHi { top:53.0625rem;left:1.6875rem;width:16.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNIvvsvalxpudqMq7ccPDr7PHUa7TPOf { 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:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbHvuf1vcMkekGNzW6ic01zvMqbgyhfA { width:19.5605625rem;height:3.79774375rem;top:2.873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #v0bPmnxhkE0ym7W7NfFe6rif6htnFTDq { width:15.8105625rem;height:3.79774375rem;top:21.810546875rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #E8drc3BtEhMF4RsU0Mmm0JshhQ5dWXZt { width:15.8105625rem;height:1.89886875rem;top:13.185546875rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #afRoSlMWtaeltrg7CghMseJXKJMa5y8H { width:15.8105625rem;height:1.89886875rem;top:31.373046875rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #TdTBiOmnZZmv2paAXpIf9USWHTnhGflz { width:20rem;height:3.79774375rem;top:37.185546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#f10078;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dTFS4fN7pTcf8cTusEhfmcD11dgRvPoD { width:15.8105625rem;height:1.89886875rem;top:59.935546875rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #Dvd0lwTQxR0Z6ZSy44TpUIBiDkRU4Vxz { width:15.8105625rem;height:1.89886875rem;top:52.748046875rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #fIgkUFwSsOIDXF2y4pasB1EogHsensSp { width:15.8105625rem;height:3.79774375rem;top:43.685546875rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #DHJLEF6XPLV9D2TDVDuSuIXtJ8NnF8dG { width:15.8105625rem;height:1.89886875rem;top:67.560546875rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #W05XHbVGguEkwTtdNupT0ZplAe7Q02Fm { width:3.125rem;height:3.125rem;top:8.498046875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byCTW4KPJCaCsf84u8auf9NyyMwUmT4W { width:3.125rem;height:3.125rem;top:16.810546875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWhT7sgxdZmwNQVRNtfEe7ohcLLMQTSt { width:3.125rem;height:3.125rem;top:26.685546875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0RXmbuwHnOFn5Mlla6N5m0oLHtJ6Vtm { width:3.125rem;height:3.125rem;top:37.185546875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmElMaeMZvrizpzeTThVERBKxzXq2ASH { width:20rem;height:0.25rem;top:35.060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BofSOXPvm2IqXBJt5uupFZ4pRO2SqUFJ { width:3.125rem;height:3.125rem;top:62.873046875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwVsVmxLODyFFEXHCBxMtzSrQf5cEGHD { width:3.125rem;height:3.125rem;top:71.560546875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3QJUQJ5oFgKBgPKnGPlCZBHU5n1XbnX { width:3.125rem;height:3.125rem;top:55.748046875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPJvUTaeIlv3ZQPV85rhLxiO0CCfLFid { width:3.125rem;height:3.125rem;top:48.810546875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSCv86dwGanimpeidSBTpTV5keffwM6h { width:20rem;height:0.1875rem;top:41.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkX0B05iMIMtyBcDKKtxBVFLU1UfIl1a { display:block; }#BkX0B05iMIMtyBcDKKtxBVFLU1UfIl1a > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV1nhED32n6tJsT8ubmXbeE8CMlHrQrw { width:19.9989375rem;height:8.12175rem;top:1.3096780776977rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KR7loB0AyoEgggA3BlsS6v5ZEvc6J8wO { width:15.1855625rem;height:1.75rem;top:8.8856344223025rem;left:4.8133683800698rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #O2WGro4qlxg2wfZTvS1KeEuIxtsUndMy { width:19.9370625rem;height:1.75rem;top:11.4375rem;left:0rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Pa2mNJ8wTFlfuS94EebbyVaL2fdpwvdU { width:20rem;height:3.4982625rem;top:14.99783039093rem;left:0rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #encTebHt8bsguODFwUdKAf4lT4tPOZyW { width:20rem;height:0.74978125rem;top:22.010634422302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNnWdlJMJnSMzH44xybZ2tUrTgtAySFS { width:20rem;height:2.4375rem;top:24.008790625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRidqpBR97VNAxnSHOQq6u4uwxO7vE7W { width:3.125rem;height:3.125rem;top:27.696290625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEFhwT4ggHIagoOcO0ZTIDtEk3srUuCz { display:block; }#TEFhwT4ggHIagoOcO0ZTIDtEk3srUuCz > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diLNcZK12tnLSpx1TTfoslpeni0C99xD { width:19.0625rem;height:2.03125rem;top:0.6240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #ZunlhUKqJqi1r4yOIRxX71GiZk93yd3H { width:19.9995rem;height:4.87305rem;top:5.375rem;left:0rem;font-size:1.25rem;text-align:right;text-align-last:right;font-family:cairo;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ILwFWwzHZquz87BtTHS4esy9QikHW5qB { width:19.9989375rem;height:2.92535rem;top:12.9375rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;font-family:cairo;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kpCeKBKcIUs0VkNOeUy5k84kHNgwtIQL { width:19.9989375rem;height:1.462675rem;top:20.5625rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;font-family:cairo;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gbOtWRIXXEDTARyLT2h0Z18TMp93Gso5 { width:19.6245rem;height:1.6369375rem;top:17.4375rem;left:0.25rem;font-size:1.125rem;text-align:right;text-align-last:right;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #dOfgcIb5gey9hw4s58mxD9QmkeRHVvQH { width:20rem;height:0.74978125rem;top:23.837892055511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLVFzUyO7QOT1tT4PrgiwcTRhqlg9G2U { width:3.125rem;height:3.125rem;top:25.836915625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO { display:block; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container { width:20rem;height:37.062500476837rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNzrWNVi2xS9aLZDAL0N1rZfBWhNIxE5 { width:20rem;height:6.5rem;top:10.935546875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0BVMlPks9zukVuzmfZwpcM9t0MqVHiE { width:20rem;height:18.9887125rem;top:18.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLRt1lftfVnkI78Um9IRm18hoFUmuE1N { width:9.375rem;height:9.375rem;top:0.810546875rem;left:3.9680991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK4pRowMJxN19wAfe3PplF1AkvcaWrxW { display:block; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liVARoTlEIZNmcRAo6saz0eSTrk0hmT5 { top:1.25rem;left:3.75rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxBpVTaWRDx2UEGWl3kitGclqqW8rLZt { display:block; }
 }@media only screen and (max-width: 763px) { #mAofSBqcGuto6fTzFvaf1qUecfcznvLd { width:19.1865rem;height:1.89886875rem;top:6.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #m2m6dMpkA6UCVidfyHdLiBT3c1l5fvHZ { display:none; }#m2m6dMpkA6UCVidfyHdLiBT3c1l5fvHZ > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QH1bisqrm4zbbzaJTgFDw3ybF0nQ5apc { width:20rem;height:3.25rem;top:13.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzrcJwB1EH5mCVz370zxLehdAw32nfJN { width:20rem;height:11.25rem;top:18.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCIItRFQeMCTigaRiNZqByt3dvi0cO21 { width:11.3125rem;height:11.3125rem;top:0.810546875rem;left:3.9680991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #knc7fto08O44DJ6licgnwmoXpvTwkUQL { background-color:rgba(212,217,223,0.5);background-image:none;display:none; }#knc7fto08O44DJ6licgnwmoXpvTwkUQL > .row .container { width:20rem;height:67.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t1sTo4TlSfXonLpLeyqUqJyWmB1FF28S { width:13.3745625rem;height:4.93706875rem;top:34.871515rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmqpnnNpV9SSc0dLi7NZnvdW5SV1eR4g { width:3.75rem;height:0.124511875rem;top:23.1875rem;left:-9.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #FABJTZF0axHdtAmvTPpynl7Ab3VUFaNS { width:3.75rem;height:0.124511875rem;top:66.3125rem;left:-9.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #pHqG3P8uVwxcrwECeQM1bayutTXOmICv { width:11.5625rem;height:6rem;top:25.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0THUQ0LpCIT4ndND5L85tknd3s7AsVo { width:20rem;height:2.5625rem;top:0.62499523162842rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmDSQJtiwov4T1yJmmatDpxZVhQOMcCD { width:9.1875rem;height:3.25rem;top:25.5rem;left:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNy4EN9TQN0pscOm4rHTrrKLE4TJsdNT { width:11.5625rem;height:5.5625rem;top:15.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8gcEP5Q4So6uo8ziJRU6G4WxswvMAEZ { width:11.5rem;height:3.25rem;top:16.0625rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU3fOU0ZQEe8atfBAOEciH8vkI0aMNLW { width:12.3125rem;height:3.25rem;top:5.4375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9v8aiZxqnpmMGKz1zb7e7hgarUsKma4 { width:11.5625rem;height:5.5625rem;top:5.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVUzXUyZ3AHNnxOkSK00eyqDCKcDU5Zm { width:12.5rem;height:1.625rem;top:29.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy6qilPIqNry3nXbxJrgpVzX3mTsG08v { width:6.8125rem;height:2.8125rem;top:31.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ermzgP7u83TLpqFUXFn2feeDia9QDrzg { display:block; }
 }@media only screen and (max-width: 763px) { #FUihulgnIpZtwJEvTnLFdJVQ2NSLnewk { width:6.8125rem;height:2.8125rem;top:21.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmHpsnDk79osnt7f5aHTVPMxsWGFmXDe { display:block; }
 }@media only screen and (max-width: 763px) { #v4KnoaJAZs10zc22WVc9LWqBb6IqTJVZ { width:6.8125rem;height:2.8125rem;top:11.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q73qIPC6izQNIG17mvRBLvxsE1A4bO7U { display:block; }
 }@media only screen and (max-width: 763px) { #qDPbOXunC3WH95JTH5zuBcJMAu3oTeD0 { width:12.5rem;height:1.625rem;top:19.375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsQWlyPuJBmqtmJxQQm3vKRVZFD0uP8M { width:12.5rem;height:1.625rem;top:9.125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbJOLtufysmeHcaWBXfW1p78Hq9L50WM { width:11.5625rem;height:6rem;top:56.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsxSHWlNcSSzoQqII1fprHQFImhxTNdq { width:9.1875rem;height:3.25rem;top:59.3125rem;left:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELtmdnqFUfoZkCr5vDgWREJeHSqtfWJD { width:12.5rem;height:1.625rem;top:57.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzLxz2SFD15gg3xpRXKFHf9a5UsdeFoW { width:6.8125rem;height:2.8125rem;top:52.125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2uuEGQTIwIlRW8wRfJeyL0iGafBrnTg { display:block; }
 }@media only screen and (max-width: 763px) { #JA87T5uBXlaakckwBXVRgC3qpIfPivC8 { width:11.5625rem;height:6rem;top:46.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHqbRtEvvVQa0hTdg2DsMx7EdTNULcW3 { width:9.1875rem;height:3.25rem;top:48.8125rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7e3XgoonMo43TQVkg2xR6OufyFgca5W { width:12.5rem;height:1.625rem;top:46.75rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6chg97bpydSESxNWnRw40CdF20tqmOq { width:6.8125rem;height:2.8125rem;top:62.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG5gUTQykRG5eWTRT7QzMHLwTWFIaatZ { display:block; }
 }@media only screen and (max-width: 763px) { #GA9aGfRLLxgbe3HD8y5dgfxbtotqeEOr { width:11.5625rem;height:6rem;top:35.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTK0PiUZhTR0ssfvE592bvh6Vs4TNmH { width:9.1875rem;height:3.25rem;top:37.3125rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbWeFXHkcqdl9LaTpC9r7lDLc2H8db1P { width:12.5rem;height:1.625rem;top:35.5625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkHtMt7h21r6138KTCxltmfyLwgZUJTO { width:6.8125rem;height:2.8125rem;top:40.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzpM4wULnmgZHhgF09R8liU2cCbzzDlS { display:block; }
 }@media only screen and (max-width: 763px) { #pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz { display:block; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WErABTVTGI8ApztIpBI7DMTpEIeysw2W { width:20rem;height:2.3556875rem;top:0.310546875rem;left:0.01611328125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kxd4oo4aXHlgwxQmXHmswJKu7MsOU4ME { width:20rem;height:9.48524375rem;top:7.3740234375rem;left:0.01611328125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZoArBvHPC6989O5UpSMZNOR04lAOhnsI { width:3.5625rem;height:3.6875rem;top:2.748046875rem;left:8.2177734375rem;font-size:2.5625rem;display:block; }
 }