.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;
}
html,
body {
  font-size: 16px;
}
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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,248,221;--color-primary-1:255,234,150;--color-primary-2:255,221,86;--color-primary-3:255,204,0;--color-primary-4:51,44,17;--color-secondary-0:224,228,238;--color-secondary-1:161,173,203;--color-secondary-2:98,118,169;--color-secondary-3:59,84,147;--color-secondary-4:11,19,64;--color-tertiary-0:255,255,255;--color-tertiary-1:167,170,186;--color-tertiary-2:109,113,140;--color-tertiary-3:65,68,84;--color-tertiary-4:11,19,64;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fcfcf9;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3c02b2d-6720-4f82-9c60-79beebab6a99/EDUKIDOhero.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu.adaptive-delivery-prevent-bg, #AKcqElJJr93KKWoAQFxssUGDRKMMRHTu.lazyload, #AKcqElJJr93KKWoAQFxssUGDRKMMRHTu.lazyloading { background-image: none; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row .container { background-color: transparent; background-image: none; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row .container > .video-iframe-container { display: none; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row > .video-iframe-container { display: none; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .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); }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row .container { border-width: 0; border-radius: 0; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row .container { font-size:0.875rem;font-family:arial;height:64.875rem;width:75rem;position:relative;display:block; }#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-form-header { font-size:0.75rem; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:24.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-text { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#fafafa;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;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:24.75rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-text {padding-top: 0; padding-bottom: 0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-textarea { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#fafafa;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;width:24.75rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:24.75rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-select {padding-top: 0; padding-bottom: 0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-button { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#131f6b;background-image:none;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:5.5625rem;margin-bottom:0.25rem;margin-left:5.5625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:13.5625rem;height:3.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm [class*="-text"]:-moz-placeholder { color:#535a84;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm [class*="-text"]::-moz-placeholder { color:#535a84;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm [class*="-text"]:-ms-input-placeholder { color:#535a84;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm [class*="-text"]::-webkit-input-placeholder { color:#535a84;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.875rem;font-weight:300;color:#3e3200;vertical-align:top;width:23.5rem;overflow:hidden;font-style:normal;float:none; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .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; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-container:first-of-type{padding-top:0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-container:last-of-type{padding-bottom:0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm  { background-color:rgba(var(--color-primary-3),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;font-size:0.75rem;left:47.75rem;top:13.96875rem;z-index:15016;position:absolute; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.75rem;display:block;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm {display:block;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm { background-color:rgba(var(--color-primary-3),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;font-size:0.75rem;left:47.75rem;top:13.96875rem;z-index:15016;position:absolute; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #uAd3dBprtmta9e4CnJIgVZMQHGyEnfmS { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #uw9qx9WUKfrPvbWTMJZuaFrlcTx0EJ6T { position:relative;display:none; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #NlWr3pZDaTUTcgs8Mr3Qu40WqUSUFPp2 { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #T6R9zlRNPUL0CohXoehGXQ5Ofolcz6ER { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #W3RWKHEUchXqV44RZZMeVZeWvLbhqSTF { position:relative;display:none; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #KZCldWTVLamTagrpuObUZ21zdHlS3SN9 { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #gVd37pTRtpW9v8BBQ6ivscFabtbDpyS7 { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #NCdJWoaqJeniE0AstP52nLo7fHhI2tkV { position:relative;display:none; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #RmcXGDylMXmayZFKEyhRbZgRmJxPSq6I { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #TXDZKUFe7l7UW6yVXPc5WXdR4EBrlE3I { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #IAGHuZCHSOGTy3kMxTqyhqUzmZ2GxzlZ { position:relative;display:none; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #CRVa3aD1BmEuui6AKnzvGGVFVG5v048f { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #OsoU3vJgBU2tQwtQK44TCCJiWlG80xwS { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #gX2lnVW1TF1OdELNk4ARinrB8pGC7x70 { position:relative;z-index:2; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #lQb3THZWFBf9TsHTxWLKceNH6RyutrG7 { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #I63523yrdgvp9iXScIDQAr7KN4wtNMZO { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #v9TeOfdVldkRNavTPhmTQL9WimJOdE3N { position:relative; }
#NeBXAHK7UEgyykAo8xPaVDNDPx84AS0U { color:rgba(var(--color-tertiary-0),1);display:block;width:41rem;position:absolute;font-family:righteous;font-size:3.375rem;font-weight:normal;z-index:15017;line-height:1.15;letter-spacing:0;top:16.1875rem;left:0rem;height:11.6425625rem;display:block; }
#EIx5xQIu7RaDg3ev3AVLFlx1cA7o623B { color:rgba(var(--color-tertiary-0),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:29.5rem;left:0rem;height:5.84911875rem;font-style:normal;display:block; }
#X6Mcz8O9l8MJzEoDwIw7H4IlSE9Ct2tF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:14.1875rem;top:5.3125rem;left:0rem;overflow:hidden;display:block; }
#sb8RkwoincErFSFGnVxsym7tznfvCMyc { color:rgba(var(--color-tertiary-0),1);display:block;width:46.1875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15018;line-height:1.15;letter-spacing:0;top:42.375rem;left:0rem;height:2.5874rem;display:block; }
#epxJ4KdT80a5QhisMx5cU6N1FL3fNuKE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:3.9375rem;top:48.21875rem;left:0rem;overflow:hidden;display:block; }
#UnHc1XTvMr3MSTCSV3LwWFD3t3nqtRfZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:48.65625rem;left:4.875rem;height:1.94970625rem;font-style:normal;display:block; }
#X5ZZnZA5IwGfIpFGrm8qMheu2TUFfy13 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:6.0625rem;top:48.25rem;left:27.0625rem;overflow:hidden;display:block; }
#yuX1AKKBWLZomlHyAqyLdyh9fRMVbGJf { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:48.9375rem;left:33.9375rem;height:3.8994125rem;font-style:normal;display:block; }
#PslWw2w9kuivVqRm8EF7gVTJnqzwJ4PX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:49.25rem;left:59.375rem;height:3.8994125rem;font-style:normal;display:block; }
#CO85aHqt7IlAVZT3w6hfhPqTR7O68Ikp { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:6.125rem;top:48.1875rem;left:52.375rem;overflow:hidden;display:block; }
#a1K1kc633B1u5DfsgGEBV0k9cg9VVhK8 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:17.375rem;top:45.1875rem;left:0.0625rem;overflow:hidden;display:block; }
#oO4I6PX2VnxTx4UeHe5JNGvTGNVN7rhw { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:50.71875rem;left:4.875rem;height:2.92480625rem;font-style:normal;display:block; }
#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fcfcf9, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #fcfcf9, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #fcfcf9, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #fcfcf9, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcf9', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcf9', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #fcfcf9, rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row .container { background-color: transparent; background-image: none; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row .container > .video-iframe-container { display: none; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row > .video-iframe-container { display: none; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .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); }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row .container { border-width: 0; border-radius: 0; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#o4UaBWwq5UJs0aEXGqL0AnffsICzRa74 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.15;letter-spacing:0;top:7.25rem;left:0rem;height:5.17480625rem;display:block; }
#SF3XTd7ZxX9U506PHR82aRLIDHnkMHD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:14rem;left:0rem;height:1.57470625rem;font-style:normal;display:block; }
#PCvy7ndWsVRyICH9s7fHrTubVa3E55cT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:16.5rem;left:0rem;height:3.1494125rem;font-style:normal;display:block; }
#ODMeGuciCDe7xMX2GMvDph6hnVOR79B1 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5rem;width:37.3125rem;top:1.375rem;left:37.5rem;overflow:hidden;display:block; }
#nPvniuUTBTxXFqZh529bU0PTykbk6boa { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.4375rem;width:37.3125rem;top:32.875rem;left:0rem;overflow:hidden;display:block; }
#uR3xq9U5if8IUMCsWglXIrT9SLsJK6sL { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:20.125rem;left:0rem;height:5.34911875rem;font-style:normal;display:block; }#uR3xq9U5if8IUMCsWglXIrT9SLsJK6sL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uR3xq9U5if8IUMCsWglXIrT9SLsJK6sL li:before{  }
#h5VTTnZxdtd2C2BbrkeWNEXk15Q7BTh7 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:27.0625rem;left:0rem;height:3.1494125rem;font-style:normal;display:block; }
#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fcfcf9);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fcfcf9);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fcfcf9);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fcfcf9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fcfcf9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fcfcf9' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fcfcf9);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row .container { background-color: transparent; background-image: none; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row .container > .video-iframe-container { display: none; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row > .video-iframe-container { display: none; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .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); }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row .container { border-width: 0; border-radius: 0; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#T1QvEWS1nKt3cMVx28i9gITEntQkErDW { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:2.9375rem;left:40.1875rem;height:8.8110625rem;font-style:normal;display:block; }#T1QvEWS1nKt3cMVx28i9gITEntQkErDW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T1QvEWS1nKt3cMVx28i9gITEntQkErDW li:before{  }
#cm7lbvmZ5UienP3mkdJUaClwEw1ZXqu6 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:14rem;left:40.1875rem;height:3.1494125rem;font-style:normal;display:block; }
#Kx04dnuhsaBMHSCpa8wZT58yiETRcXrA { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:18rem;left:40.1875rem;height:3.1494125rem;font-style:normal;display:block; }
#z0ke7TyR6xqGFU1cOvBypdCuksf4TSgc { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:21.9375rem;left:40.1875rem;height:4.72411875rem;font-style:normal;display:block; }
#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row .container { background-color: transparent; background-image: none; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row .container > .video-iframe-container { display: none; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row > .video-iframe-container { display: none; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .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); }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row .container { border-width: 0; border-radius: 0; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row .container { font-size:0.875rem;font-family:arial;height:91.625rem;width:75rem;position:relative;display:block; }#LTR7fdbuNutFul8X2KEUTSoQQS422IqF { color:rgba(var(--color-tertiary-0),1);display:block;width:73.625rem;position:absolute;font-family:righteous;font-size:3rem;font-weight:normal;z-index:15020;line-height:1.15;letter-spacing:0;top:7.8125rem;left:0.6875rem;height:3.44970625rem;text-align:center;text-align-last:center;display:block; }
#ewE2fnmdqaV2z9zrsyrKbAfDZ9VQqaOo { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9375rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15020;line-height:1.15;letter-spacing:0;top:42.1875rem;left:0rem;height:5.17480625rem;display:block; }
#inyyv9stWfdnLp38lTTJ1BBZV09T97iq { color:rgba(var(--color-tertiary-0),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:48.8125rem;left:0rem;height:5.5625rem;font-style:normal;display:block; }#inyyv9stWfdnLp38lTTJ1BBZV09T97iq li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#inyyv9stWfdnLp38lTTJ1BBZV09T97iq li:before{  }
#QEceiiTxBx8q4riTyDgiTPeJDLnvWnpO { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:72.6875rem;left:15.59375rem;height:5.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VTOctBWTThIWeeeIEZ2IXiKSxZndHbMO { background-color:rgba(var(--color-primary-3),1);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#060920;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.9375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:81.0625rem;left:30.1875rem;display:block; }
#KdZ9BPrAkyVQkTuHGtw2NqVA60vOwLHi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EETZX4hdTkGnNStRgT051TJ1UsF9tyk8 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:7.875rem;top:57.375rem;left:3.0625rem;overflow:hidden;display:block; }
#MacM7nPZm1Fr2CvTclakEATDfPm0zT7T { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:9.125rem;top:45.9375rem;left:58.0625rem;overflow:hidden;display:block; }
#mBvFirivEHG6uurnZSLWmBbUpvco0P8x { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:5rem;top:46.5625rem;left:66.5rem;overflow:hidden;display:block; }
#J2tumbF2SsLT2Ci8tna8N7xBRbk9f0AB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:18.6875rem;display:none; }
#NTE1BKW6sfi6l1qSOLWBkEFsLIKQJl0q { color:rgba(var(--color-tertiary-0),1);display:block;width:42.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:60.8125rem;left:27.5625rem;height:5.5625rem;font-style:normal;display:block; }#NTE1BKW6sfi6l1qSOLWBkEFsLIKQJl0q li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#NTE1BKW6sfi6l1qSOLWBkEFsLIKQJl0q li:before{  }
#P0dMKIwPlg1r3lnInfTJP6c80i9OGD04 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15022;line-height:1.15;letter-spacing:0;top:56.8125rem;left:27.5625rem;height:2.5874rem;display:block; }
#BfuTt3mcblLcAxpBQ3pnOTUHra4eaWtE { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:35.25rem;top:16.75rem;left:39.75rem;overflow:hidden;display:block; }
#aU9JUCiAgutX4H3GHmToHBx28rLr9hyn { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:18.3125rem;left:0rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UC3PzEbDtRMtEL3XbxEsPHOCRNdIh7fE { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:26.4375rem;left:0rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fcfcf9, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #fcfcf9, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #fcfcf9, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #fcfcf9, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcf9', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcf9', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #fcfcf9, rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row .container { background-color: transparent; background-image: none; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row .container > .video-iframe-container { display: none; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row > .video-iframe-container { display: none; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .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); }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row .container { border-width: 0; border-radius: 0; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#EpJXdTTsUqk78TMeHb5v03Xz9c5ARxhz { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.15;letter-spacing:0;top:7.0625rem;left:0rem;height:2.5874rem;display:block; }
#lwDXx66mpqDa4x9CCv69vFbHEvEKpPiB { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:11.75rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#wClA4tSucHEKtRo7GMqUebbZbPLkFCTM { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:35.25rem;top:5.0625rem;left:39.75rem;overflow:hidden;display:block; }
#a8xNzQfAtn0ctAkpiIThWGXpburfhAPL { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:26.3125rem;left:0rem;height:7.875rem;font-style:normal;display:block; }#a8xNzQfAtn0ctAkpiIThWGXpburfhAPL li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#a8xNzQfAtn0ctAkpiIThWGXpburfhAPL li:before{  }
#TaimW2Bfli555Wq5SpAvUaEWE6RKusfw { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:16rem;left:0rem;height:5.0625rem;font-style:normal;display:block; }
#XZy4dDOFamHx5adJJ674v3kXtUBABxKN { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:23.5rem;left:0rem;height:2.0996125rem;font-style:normal;display:block; }
#nJUOslgxwCuXszmgRAzzq4AKiARW1Mpu { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:35.8125rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fcfcf9);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fcfcf9);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fcfcf9);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fcfcf9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fcfcf9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fcfcf9' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fcfcf9);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row .container { background-color: transparent; background-image: none; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row .container > .video-iframe-container { display: none; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row > .video-iframe-container { display: none; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .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); }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row .container { border-width: 0; border-radius: 0; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#HxTsn58HCXhXGGyvNeMrOkHCPg5JNt5q { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.15;letter-spacing:0;top:7.1875rem;left:39.375rem;height:2.5874rem;display:block; }
#Hm5uSUxqGy1rU16ePT7Gfi4eJlgEbWyb { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:12.0625rem;left:39.375rem;height:2.0996125rem;font-style:normal;display:block; }
#iMKxpmDDfzz6IsywSiyn22OkMpoehqTb { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:35.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bSpQrUust4tybMcpoIxVRUT1HP6IfdCt { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:14.8125rem;left:39.375rem;height:13.3125rem;font-style:normal;display:block; }#bSpQrUust4tybMcpoIxVRUT1HP6IfdCt li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#bSpQrUust4tybMcpoIxVRUT1HP6IfdCt li:before{  }
#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ff0ecc6-81aa-41ca-b3a1-57fcf42b1065/EDUKIDObg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu.adaptive-delivery-prevent-bg, #HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu.lazyload, #HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu.lazyloading { background-image: none; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row .container { background-color: transparent; background-image: none; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row .container > .video-iframe-container { display: none; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row > .video-iframe-container { display: none; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .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); }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row .container { border-width: 0; border-radius: 0; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#dnLxGwPyAinsqbVS5HLAZ6pDst2CV35y { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:righteous;font-size:2.625rem;font-weight:normal;z-index:15019;line-height:1.15;letter-spacing:0;top:5.875rem;left:0rem;height:6.0371125rem;display:block; }
#sN4M95l6MSyH8hAnTug7QDTvaDzVQTEe { color:rgba(var(--color-tertiary-0),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:24.9375rem;left:0rem;height:6.2988125rem;font-style:normal;display:block; }
#VkT6MTZilnqSZvmEIFhcFR1PMZDQJ6h0 { color:rgba(var(--color-primary-3),1);display:block;width:13.25rem;position:absolute;font-family:righteous;font-size:5rem;font-weight:normal;z-index:15022;line-height:1.15;letter-spacing:0;top:15.75rem;left:0rem;height:5.75rem;display:block; }
#TC1gBioVSCODQbDVilLPGlopaJbvnbJU { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:21.25rem;left:0rem;height:2.0996125rem;font-style:normal;display:block; }
#kT6Ar2Ve5fzEQbqzoZyaxmzTteNv6TkS { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:21.25rem;left:18.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#D4F6DEBvIlUiVZZnKTopEuCMKqcwuc29 { color:rgba(var(--color-primary-3),1);display:block;width:13.25rem;position:absolute;font-family:righteous;font-size:5rem;font-weight:normal;z-index:15024;line-height:1.15;letter-spacing:0;top:15.75rem;left:18.5625rem;height:5.75rem;display:block; }
#ilX7hwozJH7To0c7rqocFGsxkJMWcp1r { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:17.6875rem;top:6.9375rem;left:48.4853515625rem;overflow:hidden;display:block; }
#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/30a7d8fd-85c0-4797-b2e5-8e0f7f732ff8/EDUKIDObg3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp.adaptive-delivery-prevent-bg, #mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp.lazyload, #mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp.lazyloading { background-image: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container { background-color: transparent; background-image: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container > .video-iframe-container { display: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row > .video-iframe-container { display: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .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); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container { border-width: 0; border-radius: 0; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#KTOHr8oTBuFlD190ss4yLoaMvsuQfXQw { color:#131f6b;display:block;width:33.6875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.15;letter-spacing:0;top:4.0625rem;left:39.25rem;height:2.5874rem;display:block; }
#sTeTWNpBEoTZwL051DJEDaGOq3KKU4Ww { color:#131f6b;display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:17.4375rem;left:39.25rem;height:4.19921875rem;font-style:normal;display:block; }
#JiIAptKC0OTENXswyGZBA9kRHM0EMNJ2 { color:#131f6b;display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:7.6875rem;left:39.25rem;height:6.75rem;font-style:normal;display:block; }
#HKyUumdhEULcwTBrtwJTV2GWtgmni0QB { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:22.1875rem;left:39.5rem;height:15rem;font-style:normal;display:block; }#HKyUumdhEULcwTBrtwJTV2GWtgmni0QB li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#HKyUumdhEULcwTBrtwJTV2GWtgmni0QB li:before{  }
#wbEZSXK36sQcfrRSHHWrUZPho9EgeRMG { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:39.1875rem;left:39.5rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/16f758c4-a569-4635-a0aa-d4c8fdb9e52f/edukidobg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB.adaptive-delivery-prevent-bg, #UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB.lazyload, #UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB.lazyloading { background-image: none; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row .container { background-color: transparent; background-image: none; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row .container > .video-iframe-container { display: none; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row > .video-iframe-container { display: none; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .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); }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row .container { border-width: 0; border-radius: 0; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#Nv9aaO0fzWq3d9WmKV6HbQaS1euCiMak { color:#131f6b;display:block;width:32.3125rem;position:absolute;font-family:righteous;font-size:2.75rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:7.1494375rem;text-align:left;text-align-last:left;display:block; }
#nz22zsGOXp3UHHeLk8x36Tr1kAn3uJWe { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:7rem;left:39.5rem;height:8.3984375rem;text-align:left;text-align-last:left;display:block; }
#PWIJZkdDH87xOKf1uhnLdSXU7VTuwbZP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:15.5625rem;top:17.4375rem;left:4.75rem;overflow:hidden;display:block; }
#TQV4hXE5twsx6u00nQHZZR2HnOKrBCTG { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:16.34375rem;left:39.5rem;height:5.8125rem;font-style:normal;display:block; }#TQV4hXE5twsx6u00nQHZZR2HnOKrBCTG li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#TQV4hXE5twsx6u00nQHZZR2HnOKrBCTG li:before{  }
#hl0iaTA76SKA1J9FKFi4FTXGL8Teh0CA { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:24.53125rem;left:39.5rem;height:2.0996125rem;text-align:left;text-align-last:left;display:block; }
#QP95kI3mRhGEUCK8AXBcgbbDmTO8236T { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:27.40625rem;left:39.5rem;height:5.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VvNn5iHoG6MzWv4FiUe61syT0GGfuv33 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fcfcf9, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #fcfcf9, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #fcfcf9, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #fcfcf9, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcf9', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcf9', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #fcfcf9, rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VvNn5iHoG6MzWv4FiUe61syT0GGfuv33 > .row .container { background-color: transparent; background-image: none; }#VvNn5iHoG6MzWv4FiUe61syT0GGfuv33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvNn5iHoG6MzWv4FiUe61syT0GGfuv33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvNn5iHoG6MzWv4FiUe61syT0GGfuv33 > .row .container > .video-iframe-container { display: none; }#VvNn5iHoG6MzWv4FiUe61syT0GGfuv33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvNn5iHoG6MzWv4FiUe61syT0GGfuv33 > .row > .video-iframe-container { display: none; }#VvNn5iHoG6MzWv4FiUe61syT0GGfuv33 > .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); }#VvNn5iHoG6MzWv4FiUe61syT0GGfuv33 > .row .container { border-width: 0; border-radius: 0; }#VvNn5iHoG6MzWv4FiUe61syT0GGfuv33 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VvNn5iHoG6MzWv4FiUe61syT0GGfuv33 > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#hymBPWXRbC9Vz4X0FDx4le3vOTlpMnGc { box-sizing:content-box;height:28.5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.25rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;display:block; }
#NCwwKOc5v3TaR2ub7SXEJTBS7ZTgfOTH { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:23.625rem;width:23.625rem;top:7.6875rem;left:2.3125rem;overflow:hidden;display:block; }
#rqWDhm0bJstKRsDo6tND5KKydHWdhuIt { color:#ffffff;display:block;width:45.6875rem;position:absolute;font-family:righteous;font-size:2rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.9375rem;left:28.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#xIrCGvHmApRsNu51WqUAyJLWRl4Wor2v { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:12.8125rem;left:28.8125rem;height:4.798825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z3PfNwn9wNByTL8TrG3CNDs3vTxFZhGg { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:19.4375rem;left:28.8125rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s4BUrgogMPiawWrz3PvRSMRheid1L2y5 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:27.5rem;left:28.8125rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X9hPlKTyoMHiCzhh4vvGmTaKRZX82bPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fcfcf9);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fcfcf9);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fcfcf9);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fcfcf9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fcfcf9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fcfcf9' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fcfcf9);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X9hPlKTyoMHiCzhh4vvGmTaKRZX82bPJ > .row .container { background-color: transparent; background-image: none; }#X9hPlKTyoMHiCzhh4vvGmTaKRZX82bPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9hPlKTyoMHiCzhh4vvGmTaKRZX82bPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9hPlKTyoMHiCzhh4vvGmTaKRZX82bPJ > .row .container > .video-iframe-container { display: none; }#X9hPlKTyoMHiCzhh4vvGmTaKRZX82bPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9hPlKTyoMHiCzhh4vvGmTaKRZX82bPJ > .row > .video-iframe-container { display: none; }#X9hPlKTyoMHiCzhh4vvGmTaKRZX82bPJ > .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); }#X9hPlKTyoMHiCzhh4vvGmTaKRZX82bPJ > .row .container { border-width: 0; border-radius: 0; }#X9hPlKTyoMHiCzhh4vvGmTaKRZX82bPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9hPlKTyoMHiCzhh4vvGmTaKRZX82bPJ > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#kOn3DE1NJa6UtL3b5crWCVow0AtUXb3g { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:23.5625rem;width:23.625rem;top:5.5625rem;left:48.8125rem;overflow:hidden;display:block; }
#zNmSRBTG7WeUWM19x0NWcH6mUkEqwEuT { color:rgba(var(--color-tertiary-4),1);display:block;width:42.1875rem;position:absolute;font-family:righteous;font-size:2rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:4.0625rem;left:2.375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#TQ2bRvs7o3gIbdLViXpCT50pgL4sGO75 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:7.75rem;left:2.375rem;height:11.19725rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZflwmuBQN01GH0pQusOA8rGKSpMFl1pR { box-sizing:content-box;height:31.4375rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #58c6f2, #bfeaf4);background-image: -moz-linear-gradient(180deg, #58c6f2, #bfeaf4);background-image: -ms-linear-gradient(180deg, #58c6f2, #bfeaf4);background-image: -o-linear-gradient(180deg, #58c6f2, #bfeaf4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c6f2', endColorstr='#bfeaf4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c6f2', endColorstr='#bfeaf4' );";background-image: linear-gradient(180deg, #58c6f2, #bfeaf4);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;display:block; }
#DHrcMRAhEP289rvXvWIlgB3DwLNog1pS { color:rgba(var(--color-tertiary-4),1);display:block;width:44.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:20.1640625rem;left:2.375rem;height:6.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LEeEwMJXXCBTWqQzUdvZPITtvuAWcQhd { color:rgba(var(--color-tertiary-4),1);display:block;width:44.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:27.75rem;left:2.375rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2d488b);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2d488b);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2d488b);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2d488b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2d488b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2d488b' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2d488b);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row .container { background-color: transparent; background-image: none; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row .container > .video-iframe-container { display: none; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row > .video-iframe-container { display: none; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .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); }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row .container { border-width: 0; border-radius: 0; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row .container { font-size:0.875rem;font-family:arial;height:78.9375rem;width:75rem;position:relative;display:block; }#Pgp3sXPCQkwlfpMKrXeMkZddJbFtx4eK { color:rgba(var(--color-tertiary-0),1);display:block;width:68.6875rem;position:absolute;font-family:righteous;font-size:3rem;font-weight:normal;z-index:15020;line-height:1.15;letter-spacing:0;top:8.0625rem;left:3.15625rem;height:3.44970625rem;text-align:center;text-align-last:center;display:block; }
#yryc5GOkFUx9bbS9DrXsPrI1XaBeWFl0 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:13.5625rem;top:70.9375rem;left:0rem;overflow:hidden;display:block; }
#MGuQZgp5pC6KVt1V7mmPUuLXIiaiLRV4 { box-sizing:content-box;height:5.125rem;width:75rem;position:absolute;display:block;z-index:15030;background-color:#131f6b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.15625rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#UpDQaPqmrbikmbvQlGiohaX2TJee4Rzp { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:18.9375rem;left:2.375rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MoTuwJypgcUlL3a3n6FhmceWwtr0pAtx { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:18.15625rem;left:32.6875rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VDhchG8RgzqALQO6nCb7sMN2niClLJMT { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:23.4375rem;left:32.6875rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e72eNg3TMTxL1RBQLfiOqlKbODd0Nzbv { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:24.1875rem;left:2.375rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nIF1KNHSNdWUW5K4pn4BDiC8B5JUFN8p { box-sizing:content-box;height:5.125rem;width:75rem;position:absolute;display:block;z-index:15033;background-color:#131f6b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.6875rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#SHaPhJbEnGSZ26lAwCvZBfaMxb1bSOuP { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:29.4375rem;left:2.375rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WqyRTJ7Pk036k70fDKowmXltBO66JXw6 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:28.6875rem;left:32.6875rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b8ypUmRsDTRrCxBw0fTkViPc49xW3M0s { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:34.75rem;left:2.375rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fAaGyeMNnbfDMeBwn4y42KBmF9sMK20s { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:33.9375rem;left:32.6875rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dRU4KGOf8mNKAAAUXmrFSX7SBx7ORRSW { box-sizing:content-box;height:5.125rem;width:75rem;position:absolute;display:block;z-index:15036;background-color:#131f6b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.1875rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#tfGTTuK1iTTVu4nRMTnIEbM6E6ImFbd5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15044;line-height:1.6;letter-spacing:0;top:39.9375rem;left:2.375rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TL1NT2QZtRRBuStVINW0aWk2TP5APPeb { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:39.1875rem;left:32.6875rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AdT8hX4vOCmBQnnBi0TtRTTppDAViHLe { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:44.4375rem;left:32.6875rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xS1JaUUBDHmM2K4T2HtMiezG2hTPVJ8w { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15044;line-height:1.6;letter-spacing:0;top:45.25rem;left:2.375rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SEzuK2F3yLIV31pPqNU0Psipv82byRTp { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:50.4375rem;left:2.375rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uZrhoayP8rit1NUg5eFV6w8774a9Arow { box-sizing:content-box;height:5.125rem;width:75rem;position:absolute;display:block;z-index:15039;background-color:#131f6b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.6875rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#oyVC7qQJDwEnXTgNnbsuIIr6w5CAWBm4 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:49.6875rem;left:32.6875rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mS0ksTc4avzV4iuml5cI6czTR6ab5mF6 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:60.3125rem;left:7.96875rem;height:5.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Evsdup9dCSNxFw2TzGMFPfbGivB2c7VK { background-color:rgba(var(--color-primary-3),1);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#060920;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.9375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:68rem;left:30.1875rem;display:block; }
#ERTWAgb8Z5Pxkh7cIf9O6q2LC3kucnwz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e7vAWNgftdIyLeLxHMKTtJ8cKonBsJ0r { box-sizing:content-box;height:36.6875rem;width:0.0625rem;position:absolute;display:block;z-index:15049;background-color:#3b5493;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.15625rem;left:29.8431067753rem;display:block; }
#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4f96516f-ad20-44e6-8574-df3cd6fac1e9/EDUKIDObg5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE.adaptive-delivery-prevent-bg, #qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE.lazyload, #qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE.lazyloading { background-image: none; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row .container { background-color: transparent; background-image: none; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row .container > .video-iframe-container { display: none; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row > .video-iframe-container { display: none; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .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); }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row .container { border-width: 0; border-radius: 0; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#Q5hhsztaespUl0T4lQkh8XdofwUrrfb4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:25rem;width:45.25rem;top:13.0625rem;left:14.6875rem;overflow:hidden;display:block; }
#NLkAUbIWhJ2KXB8KIiCABr92JEruG9Kb { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15023;line-height:1.15;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0rem #131f6b;top:8.1875rem;left:14.6875rem;height:2.5874rem;text-align:left;text-align-last:left;display:block; }
#hnuxLiGkfmqCAf1bi682xWxAJ1wUuIGU { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:6.9375rem;top:4.6875rem;left:59.3125rem;overflow:hidden;display:block; }
#pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/785b112d-bcc7-483f-9dd1-16802a025ed7/EDUKIDObg6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg.adaptive-delivery-prevent-bg, #pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg.lazyload, #pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg.lazyloading { background-image: none; }#pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg > .row .container { background-color: transparent; background-image: none; }#pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg > .row .container > .video-iframe-container { display: none; }#pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg > .row > .video-iframe-container { display: none; }#pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg > .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); }#pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg > .row .container { border-width: 0; border-radius: 0; }#pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#QmGXpaRb8LZONwRTspZFtXCnrMnXXTaT { color:#131f6b;display:block;width:50rem;position:absolute;font-family:righteous;font-size:2.75rem;font-weight:normal;z-index:15020;line-height:1.15;letter-spacing:0;top:6.1875rem;left:12.5rem;height:6.324225rem;text-align:left;text-align-last:left;display:block; }
#cfvGki3wyvmWE5Ai36Uw3lQG40B9IK4T { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:15.8125rem;left:12.5rem;height:4.19921875rem;text-align:left;text-align-last:left;display:block; }
#lVJ5TEBSXl6ELTEdpQsqFr3zg0BS5kWv { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:21.6875rem;left:12.5rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl .accordion-element-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.6;overflow:hidden; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.6;overflow:hidden;height:auto; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl .accordion-trigger.adaptive-delivery-prevent-bg, #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl .accordion-trigger.lazyload, #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl .accordion-trigger.lazyloading { background-image: none; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl { box-sizing:content-box;height:auto;width:50rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15025;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:28.5rem;left:12.5rem; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #rrQAfHoyBeUAapIxLRLAUhO0keZ6lE7b { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #tb8aTZ2XbnEztemclCNaG2tTv6v240Gv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #izP7400pT4Eo2dBEhDEO6yS5GEK25Vv4 { display:block;position:relative; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #XAsoCQ53k2mBh8WsZLLENxtLic8hTnhk {  }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #Tp291esZw6KeWwiZFDJ5ZWASD1cJ1uM7 {  }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #ieBAfzkKrDac618LJs6VNo5levf5roTT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #eTbqGWNanoP3d2LsTUS6irHWFqU75WBA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #hI87ahfZgG4vGmnq7OFCWKqgr3irZ1sq { display:block;position:relative; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #N6UTwWyUeQFBibUdAxK46GJeM8ck8sP6 {  }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #saWIsT2Cd1foGWLMDX3D8pgT4ineKw4D { display:none; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #i5XZiCwdleTrwklKeTXoidXAS9Mm0Oy0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #gpHPtTFgTuqyDASJ0Iga57yXIQ2biwbi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #PDf2novuizpqnksLuKeyEtVuBO4b2SoO { display:block;position:relative; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #ooeBf1ZagW5pDKTz6CGZTal7rmVNxSgt {  }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #BheVoRUzp10w3uWXT8Fo34EK79kqo5Ml { display:none; }
#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a4e4dea-dac0-4155-9d79-7458cfa99b93/edukidobg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA.adaptive-delivery-prevent-bg, #KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA.lazyload, #KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA.lazyloading { background-image: none; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row .container { background-color: transparent; background-image: none; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row .container > .video-iframe-container { display: none; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row > .video-iframe-container { display: none; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .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); }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row .container { border-width: 0; border-radius: 0; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#dHIorELwIedDTnt7kTkEVEtuGPIgFbv8 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.625rem;position:absolute;font-family:righteous;font-size:3rem;font-weight:normal;z-index:15021;line-height:1.15;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0rem #131f6b;top:7.0625rem;left:10.6875rem;height:3.44970625rem;text-align:center;text-align-last:center;display:block; }
#EgNptAnpaNPcicQFOLTTbxVNsFrTSkW0 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:12.1875rem;left:11.25rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#ug9khhmC65ufPk8SVLfH9gAII2DaHa6l { background-color:#131f6b;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:2.9375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:29.625rem;left:28.5625rem;display:block; }
#r0rco8p3iefSTyDXFGVkzT126eoB5t0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2TqJJeuJ8WNTVQAim1HwhccQ4nKIMnA { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.9375rem;left:11.25rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#li3lvWzhh29FSPGFxQkeCgnDxnPkm84x { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:24.8125rem;left:11.25rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row .container { background-color: transparent; background-image: none; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row .container > .video-iframe-container { display: none; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row > .video-iframe-container { display: none; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .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); }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row .container { border-width: 0; border-radius: 0; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#NR6h4vVfeHERJd6W46Gd4w6K6hVVw4fC { color:#131f6b;display:block;width:66.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.75rem;left:3.3125rem;height:2.2744125rem;display:block; }
#miWo4vdOaP2lP1nLOdbbZMNogrVNWzRP { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15008;opacity:1;top:4.9375rem;left:25.125rem; }
#hcEvsOJHsmB2K7i7c6hrhokz6B8xgHTC { color:#131f6b;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5625rem;left:29.375rem;height:1.94970625rem;font-style:normal;display:block; }
#I9lPUAIlPePF5X59JFstwxfocyN3wScF { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15007;opacity:1;top:4.9375rem;left:46rem; }
#Ml8BpuqVtZEbcFFb0vElJTWuwDdATbkA { color:#131f6b;display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:50.4375rem;height:1.94970625rem;font-style:normal;display:block; }
#Uz3ptdLrtACrPhZvuG8g8i5tZCtVumG4 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:17.375rem;top:2.75rem;left:1rem;overflow:hidden;display:block; }
#XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E > .row .container { border-width: 0; border-radius: 0; }#XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#gLT9hi69a7wJlXxFubhlgaNWRTDkTeSB { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:17.375rem;top:2.75rem;left:1rem;overflow:hidden;display:none; }
#qF7PyHvIpMSKILp3RHCHUzKSlBP4fLDF { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15008;opacity:1;top:4.9375rem;left:25.125rem;display:none; }
#ItK85tKUHDp7GGZG5G7AaC4l1F9RGziW { color:#131f6b;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5625rem;left:29.375rem;height:1.9375rem;font-style:normal;display:none; }
#XsNTJwZQFy7xsCCKbHKnJxHHK2xODtN3 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15007;opacity:1;top:4.9375rem;left:46rem;display:none; }
#bVCCuJQT9gJzWJEXpU8ydtORKaMgndJV { color:#131f6b;display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:50.4375rem;height:1.9375rem;font-style:normal;display:none; }
#iTVO6p9Pyn2HaS8CeSxcHFavRuRfSDX8 { color:#131f6b;display:block;width:66.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.75rem;left:3.3125rem;height:2.25rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AKcqElJJr93KKWoAQFxssUGDRKMMRHTu { display:block; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-regular-label { display:block;width:24.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-text { width:24.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-text {padding-top: 0; padding-bottom: 0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-textarea { width:24.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-select { width:24.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-select {padding-top: 0; padding-bottom: 0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-button { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.5625rem; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-checkbox-label { width:23.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm  { width:24.75rem;height:auto;top:13.9375rem;left:20.5rem; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .radio-container { width:24.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm {display:block;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm { width:24.75rem;height:auto;top:13.9375rem;left:20.5rem; }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #uAd3dBprtmta9e4CnJIgVZMQHGyEnfmS {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #uw9qx9WUKfrPvbWTMJZuaFrlcTx0EJ6T {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #NlWr3pZDaTUTcgs8Mr3Qu40WqUSUFPp2 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #T6R9zlRNPUL0CohXoehGXQ5Ofolcz6ER {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #W3RWKHEUchXqV44RZZMeVZeWvLbhqSTF {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #KZCldWTVLamTagrpuObUZ21zdHlS3SN9 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #gVd37pTRtpW9v8BBQ6ivscFabtbDpyS7 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #NCdJWoaqJeniE0AstP52nLo7fHhI2tkV {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #RmcXGDylMXmayZFKEyhRbZgRmJxPSq6I {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #TXDZKUFe7l7UW6yVXPc5WXdR4EBrlE3I {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #IAGHuZCHSOGTy3kMxTqyhqUzmZ2GxzlZ { display:block; }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #CRVa3aD1BmEuui6AKnzvGGVFVG5v048f {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #OsoU3vJgBU2tQwtQK44TCCJiWlG80xwS {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #gX2lnVW1TF1OdELNk4ARinrB8pGC7x70 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #lQb3THZWFBf9TsHTxWLKceNH6RyutrG7 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #I63523yrdgvp9iXScIDQAr7KN4wtNMZO {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #v9TeOfdVldkRNavTPhmTQL9WimJOdE3N {  }
 }@media only screen and (max-width: 763px) { #NeBXAHK7UEgyykAo8xPaVDNDPx84AS0U { top:16.1875rem;left:0rem;width:41rem;height:11.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIx5xQIu7RaDg3ev3AVLFlx1cA7o623B { top:29.5rem;left:0rem;width:39.125rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Mcz8O9l8MJzEoDwIw7H4IlSE9Ct2tF { top:5.3125rem;left:0rem;width:14.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb8RkwoincErFSFGnVxsym7tznfvCMyc { top:42.375rem;left:0rem;width:46.1875rem;height:2.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epxJ4KdT80a5QhisMx5cU6N1FL3fNuKE { top:48.1875rem;left:0rem;width:3.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnHc1XTvMr3MSTCSV3LwWFD3t3nqtRfZ { top:48.625rem;left:0rem;width:18.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5ZZnZA5IwGfIpFGrm8qMheu2TUFfy13 { top:48.25rem;left:13.4375rem;width:6.0625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuX1AKKBWLZomlHyAqyLdyh9fRMVbGJf { top:48.9375rem;left:20.3125rem;width:18.25rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PslWw2w9kuivVqRm8EF7gVTJnqzwJ4PX { top:49.25rem;left:32.125rem;width:15.625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO85aHqt7IlAVZT3w6hfhPqTR7O68Ikp { top:48.1875rem;left:38.75rem;width:6.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1K1kc633B1u5DfsgGEBV0k9cg9VVhK8 { top:45.1875rem;left:0rem;width:17.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO4I6PX2VnxTx4UeHe5JNGvTGNVN7rhw { top:50.6875rem;left:0rem;width:18.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEOmiZEiuKU9UNW94uaQUBke6XfDolAV { display:block; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4UaBWwq5UJs0aEXGqL0AnffsICzRa74 { top:7.25rem;left:0rem;width:34.875rem;height:5.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF3XTd7ZxX9U506PHR82aRLIDHnkMHD0 { top:14rem;left:0rem;width:30.8125rem;height:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCvy7ndWsVRyICH9s7fHrTubVa3E55cT { top:16.5rem;left:0rem;width:34.8125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODMeGuciCDe7xMX2GMvDph6hnVOR79B1 { top:1.375rem;left:10.4375rem;width:37.3125rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPvniuUTBTxXFqZh529bU0PTykbk6boa { top:32.875rem;left:0rem;width:37.3125rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR3xq9U5if8IUMCsWglXIrT9SLsJK6sL { top:20.125rem;left:0rem;width:34.8125rem;height:5.3125rem;font-size:1.125rem;display:block; }#uR3xq9U5if8IUMCsWglXIrT9SLsJK6sL li:before{  }
 }@media only screen and (max-width: 763px) { #h5VTTnZxdtd2C2BbrkeWNEXk15Q7BTh7 { top:27.0625rem;left:0rem;width:34.8125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR { display:block; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1QvEWS1nKt3cMVx28i9gITEntQkErDW { top:2.9375rem;left:12.9375rem;width:34.8125rem;height:8.75rem;font-size:1.125rem;display:block; }#T1QvEWS1nKt3cMVx28i9gITEntQkErDW li:before{  }
 }@media only screen and (max-width: 763px) { #cm7lbvmZ5UienP3mkdJUaClwEw1ZXqu6 { top:14rem;left:12.9375rem;width:34.8125rem;height:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx04dnuhsaBMHSCpa8wZT58yiETRcXrA { top:18rem;left:12.9375rem;width:34.8125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ke7TyR6xqGFU1cOvBypdCuksf4TSgc { top:21.9375rem;left:12.9375rem;width:34.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 { display:block; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTR7fdbuNutFul8X2KEUTSoQQS422IqF { top:7.8125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewE2fnmdqaV2z9zrsyrKbAfDZ9VQqaOo { top:42.1875rem;left:0rem;width:37.9375rem;height:5.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inyyv9stWfdnLp38lTTJ1BBZV09T97iq { top:48.8125rem;left:0rem;width:45.625rem;height:5.5625rem;font-size:1.125rem;display:block; }#inyyv9stWfdnLp38lTTJ1BBZV09T97iq li:before{  }
 }@media only screen and (max-width: 763px) { #QEceiiTxBx8q4riTyDgiTPeJDLnvWnpO { top:72.6875rem;left:1.96875rem;width:43.8125rem;height:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTOctBWTThIWeeeIEZ2IXiKSxZndHbMO { width:14.625rem;height:2.9375rem;top:81.0625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdZ9BPrAkyVQkTuHGtw2NqVA60vOwLHi { display:block; }
 }@media only screen and (max-width: 763px) { #EETZX4hdTkGnNStRgT051TJ1UsF9tyk8 { top:57.375rem;left:0rem;width:7.875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MacM7nPZm1Fr2CvTclakEATDfPm0zT7T { top:45.9375rem;left:38.625rem;width:9.125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBvFirivEHG6uurnZSLWmBbUpvco0P8x { top:46.5625rem;left:42.75rem;width:5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2tumbF2SsLT2Ci8tna8N7xBRbk9f0AB { width:18.6875rem;height:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTE1BKW6sfi6l1qSOLWBkEFsLIKQJl0q { top:60.8125rem;left:5.625rem;width:42.125rem;height:5.5625rem;font-size:1.125rem;display:block; }#NTE1BKW6sfi6l1qSOLWBkEFsLIKQJl0q li:before{  }
 }@media only screen and (max-width: 763px) { #P0dMKIwPlg1r3lnInfTJP6c80i9OGD04 { top:56.8125rem;left:6.5625rem;width:41.1875rem;height:2.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfuTt3mcblLcAxpBQ3pnOTUHra4eaWtE { top:16.75rem;left:12.5rem;width:35.25rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU9JUCiAgutX4H3GHmToHBx28rLr9hyn { top:18.3125rem;left:0rem;width:34.6875rem;height:6.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC3PzEbDtRMtEL3XbxEsPHOCRNdIh7fE { top:26.4375rem;left:0rem;width:34.6875rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW { display:block; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpJXdTTsUqk78TMeHb5v03Xz9c5ARxhz { top:7.0625rem;left:0rem;width:33.6875rem;height:2.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwDXx66mpqDa4x9CCv69vFbHEvEKpPiB { top:11.75rem;left:0rem;width:36.125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wClA4tSucHEKtRo7GMqUebbZbPLkFCTM { top:5.0625rem;left:12.5rem;width:35.25rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8xNzQfAtn0ctAkpiIThWGXpburfhAPL { top:26.3125rem;left:0rem;width:35.5rem;height:7.875rem;font-size:1.125rem;display:block; }#a8xNzQfAtn0ctAkpiIThWGXpburfhAPL li:before{  }
 }@media only screen and (max-width: 763px) { #TaimW2Bfli555Wq5SpAvUaEWE6RKusfw { top:16rem;left:0rem;width:36.125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZy4dDOFamHx5adJJ674v3kXtUBABxKN { top:23.5rem;left:0rem;width:36.125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJUOslgxwCuXszmgRAzzq4AKiARW1Mpu { top:35.8125rem;left:0rem;width:36.125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAypPGUN7ydh7R3hVK6LhdJWFECmwENw { display:block; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxTsn58HCXhXGGyvNeMrOkHCPg5JNt5q { top:7.1875rem;left:14.0625rem;width:33.6875rem;height:2.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm5uSUxqGy1rU16ePT7Gfi4eJlgEbWyb { top:12.0625rem;left:12.125rem;width:35.625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMKxpmDDfzz6IsywSiyn22OkMpoehqTb { top:0rem;left:0rem;width:35.25rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSpQrUust4tybMcpoIxVRUT1HP6IfdCt { top:14.8125rem;left:12.375rem;width:35.375rem;height:13.3125rem;font-size:1.125rem;display:block; }#bSpQrUust4tybMcpoIxVRUT1HP6IfdCt li:before{  }
 }@media only screen and (max-width: 763px) { #HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu { display:block; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnLxGwPyAinsqbVS5HLAZ6pDst2CV35y { top:5.875rem;left:0rem;width:33.6875rem;height:6rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN4M95l6MSyH8hAnTug7QDTvaDzVQTEe { top:24.9375rem;left:0rem;width:35.3125rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkT6MTZilnqSZvmEIFhcFR1PMZDQJ6h0 { top:15.75rem;left:0rem;width:13.25rem;height:5.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC1gBioVSCODQbDVilLPGlopaJbvnbJU { top:21.25rem;left:0rem;width:17.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6Ar2Ve5fzEQbqzoZyaxmzTteNv6TkS { top:21.25rem;left:8.3125rem;width:15.5625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4F6DEBvIlUiVZZnKTopEuCMKqcwuc29 { top:15.75rem;left:10.625rem;width:13.25rem;height:5.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilX7hwozJH7To0c7rqocFGsxkJMWcp1r { top:6.9375rem;left:28.0478515625rem;width:17.6875rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp { display:block; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTOHr8oTBuFlD190ss4yLoaMvsuQfXQw { top:4.0625rem;left:14.0625rem;width:33.6875rem;height:2.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTeTWNpBEoTZwL051DJEDaGOq3KKU4Ww { top:17.4375rem;left:12rem;width:35.75rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiIAptKC0OTENXswyGZBA9kRHM0EMNJ2 { top:7.6875rem;left:12rem;width:35.75rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKyUumdhEULcwTBrtwJTV2GWtgmni0QB { top:22.1875rem;left:12.25rem;width:35.5rem;height:15rem;font-size:1.125rem;display:block; }#HKyUumdhEULcwTBrtwJTV2GWtgmni0QB li:before{  }
 }@media only screen and (max-width: 763px) { #wbEZSXK36sQcfrRSHHWrUZPho9EgeRMG { top:39.1875rem;left:12.25rem;width:35.5rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB { display:block; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nv9aaO0fzWq3d9WmKV6HbQaS1euCiMak { top:6.9375rem;left:0rem;width:32.3125rem;height:7.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz22zsGOXp3UHHeLk8x36Tr1kAn3uJWe { top:7rem;left:14.3125rem;width:33.4375rem;height:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWIJZkdDH87xOKf1uhnLdSXU7VTuwbZP { top:17.4375rem;left:0rem;width:15.5625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQV4hXE5twsx6u00nQHZZR2HnOKrBCTG { top:16.3125rem;left:12.25rem;width:35.5rem;height:5.8125rem;font-size:1.125rem;display:block; }#TQV4hXE5twsx6u00nQHZZR2HnOKrBCTG li:before{  }
 }@media only screen and (max-width: 763px) { #hl0iaTA76SKA1J9FKFi4FTXGL8Teh0CA { top:24.5rem;left:12.25rem;width:35.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP95kI3mRhGEUCK8AXBcgbbDmTO8236T { top:27.375rem;left:12.25rem;width:35.5rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvNn5iHoG6MzWv4FiUe61syT0GGfuv33 { display:block; }#VvNn5iHoG6MzWv4FiUe61syT0GGfuv33 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hymBPWXRbC9Vz4X0FDx4le3vOTlpMnGc { top:5.25rem;left:0rem;width:47.75rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCwwKOc5v3TaR2ub7SXEJTBS7ZTgfOTH { top:7.6875rem;left:0rem;width:23.625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqWDhm0bJstKRsDo6tND5KKydHWdhuIt { top:8.9375rem;left:2.0625rem;width:45.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIrCGvHmApRsNu51WqUAyJLWRl4Wor2v { top:12.8125rem;left:4.0625rem;width:43.6875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3PfNwn9wNByTL8TrG3CNDs3vTxFZhGg { top:19.4375rem;left:4.0625rem;width:43.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4BUrgogMPiawWrz3PvRSMRheid1L2y5 { top:27.5rem;left:4.0625rem;width:43.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9hPlKTyoMHiCzhh4vvGmTaKRZX82bPJ { display:block; }#X9hPlKTyoMHiCzhh4vvGmTaKRZX82bPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOn3DE1NJa6UtL3b5crWCVow0AtUXb3g { top:5.5625rem;left:24rem;width:23.625rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNmSRBTG7WeUWM19x0NWcH6mUkEqwEuT { top:4.0625rem;left:0rem;width:42.1875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2bRvs7o3gIbdLViXpCT50pgL4sGO75 { top:7.75rem;left:0rem;width:44.8125rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZflwmuBQN01GH0pQusOA8rGKSpMFl1pR { top:1.6875rem;left:0rem;width:47.75rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHrcMRAhEP289rvXvWIlgB3DwLNog1pS { top:20.125rem;left:0rem;width:44.8125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEeEwMJXXCBTWqQzUdvZPITtvuAWcQhd { top:27.75rem;left:0rem;width:44.8125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI { display:block; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pgp3sXPCQkwlfpMKrXeMkZddJbFtx4eK { top:8.0625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yryc5GOkFUx9bbS9DrXsPrI1XaBeWFl0 { top:70.9375rem;left:0rem;width:13.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGuQZgp5pC6KVt1V7mmPUuLXIiaiLRV4 { top:17.125rem;left:0rem;width:47.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpDQaPqmrbikmbvQlGiohaX2TJee4Rzp { top:18.9375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoTuwJypgcUlL3a3n6FhmceWwtr0pAtx { top:18.125rem;left:7.8125rem;width:39.9375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDhchG8RgzqALQO6nCb7sMN2niClLJMT { top:23.4375rem;left:6.9375rem;width:40.8125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e72eNg3TMTxL1RBQLfiOqlKbODd0Nzbv { top:24.1875rem;left:0rem;width:22.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIF1KNHSNdWUW5K4pn4BDiC8B5JUFN8p { top:27.6875rem;left:0rem;width:47.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHaPhJbEnGSZ26lAwCvZBfaMxb1bSOuP { top:29.4375rem;left:0rem;width:22.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqyRTJ7Pk036k70fDKowmXltBO66JXw6 { top:28.6875rem;left:7.625rem;width:40.125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ypUmRsDTRrCxBw0fTkViPc49xW3M0s { top:34.75rem;left:0rem;width:21.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAaGyeMNnbfDMeBwn4y42KBmF9sMK20s { top:33.9375rem;left:11.4375rem;width:36.3125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRU4KGOf8mNKAAAUXmrFSX7SBx7ORRSW { top:38.1875rem;left:0rem;width:47.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfGTTuK1iTTVu4nRMTnIEbM6E6ImFbd5 { top:39.9375rem;left:0rem;width:16.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL1NT2QZtRRBuStVINW0aWk2TP5APPeb { top:39.1875rem;left:8.25rem;width:39.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdT8hX4vOCmBQnnBi0TtRTTppDAViHLe { top:44.4375rem;left:9.4375rem;width:38.3125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS1JaUUBDHmM2K4T2HtMiezG2hTPVJ8w { top:45.25rem;left:0rem;width:17.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEzuK2F3yLIV31pPqNU0Psipv82byRTp { top:50.4375rem;left:0rem;width:21.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZrhoayP8rit1NUg5eFV6w8774a9Arow { top:48.6875rem;left:0rem;width:47.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyVC7qQJDwEnXTgNnbsuIIr6w5CAWBm4 { top:49.6875rem;left:6.9375rem;width:40.8125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS0ksTc4avzV4iuml5cI6czTR6ab5mF6 { top:60.3125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evsdup9dCSNxFw2TzGMFPfbGivB2c7VK { width:14.625rem;height:2.9375rem;top:68rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERTWAgb8Z5Pxkh7cIf9O6q2LC3kucnwz { display:block; }
 }@media only screen and (max-width: 763px) { #e7vAWNgftdIyLeLxHMKTtJ8cKonBsJ0r { top:17.125rem;left:16.2181067753rem;width:0.0625rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE { display:block; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5hhsztaespUl0T4lQkh8XdofwUrrfb4 { top:13.0625rem;left:1.0625rem;width:45.25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLkAUbIWhJ2KXB8KIiCABr92JEruG9Kb { top:8.1875rem;left:1.0625rem;width:40.5625rem;height:2.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnuxLiGkfmqCAf1bi682xWxAJ1wUuIGU { top:4.6875rem;left:40.8125rem;width:6.9375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg { display:block; }#pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmGXpaRb8LZONwRTspZFtXCnrMnXXTaT { top:6.1875rem;left:0rem;width:47.75rem;height:6.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfvGki3wyvmWE5Ai36Uw3lQG40B9IK4T { top:15.8125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVJ5TEBSXl6ELTEdpQsqFr3zg0BS5kWv { top:21.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl { display:flex;height:auto;width:27.8125rem;top:34.0625rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #rrQAfHoyBeUAapIxLRLAUhO0keZ6lE7b {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #tb8aTZ2XbnEztemclCNaG2tTv6v240Gv {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #izP7400pT4Eo2dBEhDEO6yS5GEK25Vv4 {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #XAsoCQ53k2mBh8WsZLLENxtLic8hTnhk {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #Tp291esZw6KeWwiZFDJ5ZWASD1cJ1uM7 {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #ieBAfzkKrDac618LJs6VNo5levf5roTT {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #eTbqGWNanoP3d2LsTUS6irHWFqU75WBA {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #hI87ahfZgG4vGmnq7OFCWKqgr3irZ1sq {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #N6UTwWyUeQFBibUdAxK46GJeM8ck8sP6 {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #saWIsT2Cd1foGWLMDX3D8pgT4ineKw4D {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #i5XZiCwdleTrwklKeTXoidXAS9Mm0Oy0 {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #gpHPtTFgTuqyDASJ0Iga57yXIQ2biwbi {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #PDf2novuizpqnksLuKeyEtVuBO4b2SoO {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #ooeBf1ZagW5pDKTz6CGZTal7rmVNxSgt {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #BheVoRUzp10w3uWXT8Fo34EK79kqo5Ml {  }
 }@media only screen and (max-width: 763px) { #KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA { display:block; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHIorELwIedDTnt7kTkEVEtuGPIgFbv8 { top:7.0625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgNptAnpaNPcicQFOLTTbxVNsFrTSkW0 { top:12.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug9khhmC65ufPk8SVLfH9gAII2DaHa6l { width:17.9375rem;height:2.9375rem;top:29.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0rco8p3iefSTyDXFGVkzT126eoB5t0R { display:block; }
 }@media only screen and (max-width: 763px) { #e2TqJJeuJ8WNTVQAim1HwhccQ4nKIMnA { top:19.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #li3lvWzhh29FSPGFxQkeCgnDxnPkm84x { top:24.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p { display:block; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NR6h4vVfeHERJd6W46Gd4w6K6hVVw4fC { top:11.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miWo4vdOaP2lP1nLOdbbZMNogrVNWzRP { top:4.9375rem;left:11.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcEvsOJHsmB2K7i7c6hrhokz6B8xgHTC { top:5.5625rem;left:15.75rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9lPUAIlPePF5X59JFstwxfocyN3wScF { top:4.9375rem;left:32.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml8BpuqVtZEbcFFb0vElJTWuwDdATbkA { top:5.5625rem;left:23.4375rem;width:24.3125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz3ptdLrtACrPhZvuG8g8i5tZCtVumG4 { top:2.75rem;left:0rem;width:17.375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E { display:block; }#XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLT9hi69a7wJlXxFubhlgaNWRTDkTeSB { top:2.75rem;left:0rem;width:17.375rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qF7PyHvIpMSKILp3RHCHUzKSlBP4fLDF { top:4.9375rem;left:11.5rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItK85tKUHDp7GGZG5G7AaC4l1F9RGziW { top:5.5625rem;left:15.75rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsNTJwZQFy7xsCCKbHKnJxHHK2xODtN3 { top:4.9375rem;left:32.375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVCCuJQT9gJzWJEXpU8ydtORKaMgndJV { top:5.5625rem;left:27.375rem;width:20.375rem;height:1.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTVO6p9Pyn2HaS8CeSxcHFavRuRfSDX8 { top:11.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AKcqElJJr93KKWoAQFxssUGDRKMMRHTu { display:block; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row .container { width:20rem;height:95.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.125rem;overflow:hidden;height:auto;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-text {padding-top: 0; padding-bottom: 0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-select {padding-top: 0; padding-bottom: 0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-button { width:9.625rem;margin-top:0.25rem;margin-right:3.9375rem;margin-bottom:0.25rem;margin-left:3.9375rem;height:3.3125rem;font-size:1.125rem;overflow:hidden; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm  { width:17.5rem;height:auto;top:57.0625rem;left:0rem; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm {display:block;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm { width:17.5rem;height:auto;top:57.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #uAd3dBprtmta9e4CnJIgVZMQHGyEnfmS {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #uw9qx9WUKfrPvbWTMJZuaFrlcTx0EJ6T { display:none; }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #NlWr3pZDaTUTcgs8Mr3Qu40WqUSUFPp2 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #T6R9zlRNPUL0CohXoehGXQ5Ofolcz6ER {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #W3RWKHEUchXqV44RZZMeVZeWvLbhqSTF { display:none; }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #KZCldWTVLamTagrpuObUZ21zdHlS3SN9 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #gVd37pTRtpW9v8BBQ6ivscFabtbDpyS7 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #NCdJWoaqJeniE0AstP52nLo7fHhI2tkV { display:none; }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #RmcXGDylMXmayZFKEyhRbZgRmJxPSq6I {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #TXDZKUFe7l7UW6yVXPc5WXdR4EBrlE3I {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #IAGHuZCHSOGTy3kMxTqyhqUzmZ2GxzlZ { display:none; }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #CRVa3aD1BmEuui6AKnzvGGVFVG5v048f {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #OsoU3vJgBU2tQwtQK44TCCJiWlG80xwS {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #gX2lnVW1TF1OdELNk4ARinrB8pGC7x70 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #lQb3THZWFBf9TsHTxWLKceNH6RyutrG7 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #I63523yrdgvp9iXScIDQAr7KN4wtNMZO {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #v9TeOfdVldkRNavTPhmTQL9WimJOdE3N {  }
 }@media only screen and (max-width: 763px) { #NeBXAHK7UEgyykAo8xPaVDNDPx84AS0U { width:20rem;height:6.8994375rem;top:10.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIx5xQIu7RaDg3ev3AVLFlx1cA7o623B { width:18.875rem;height:8.75rem;top:18.5625rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X6Mcz8O9l8MJzEoDwIw7H4IlSE9Ct2tF { width:12.0625rem;height:5.25rem;top:3.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb8RkwoincErFSFGnVxsym7tznfvCMyc { width:18.875rem;height:4.5996125rem;top:28.8125rem;left:0.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #epxJ4KdT80a5QhisMx5cU6N1FL3fNuKE { width:2.625rem;height:4.0625rem;top:37.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnHc1XTvMr3MSTCSV3LwWFD3t3nqtRfZ { width:13.125rem;height:1.625rem;top:36.625rem;left:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5ZZnZA5IwGfIpFGrm8qMheu2TUFfy13 { width:4rem;height:3.9375rem;top:43.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuX1AKKBWLZomlHyAqyLdyh9fRMVbGJf { width:12.5625rem;height:3.25rem;top:44.1875rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PslWw2w9kuivVqRm8EF7gVTJnqzwJ4PX { width:13.375rem;height:3.25rem;top:50.1875rem;left:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO85aHqt7IlAVZT3w6hfhPqTR7O68Ikp { width:3.9375rem;height:3.8125rem;top:49.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1K1kc633B1u5DfsgGEBV0k9cg9VVhK8 { width:19.3125rem;height:0.4375rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO4I6PX2VnxTx4UeHe5JNGvTGNVN7rhw { width:12.875rem;height:4.38720625rem;top:38.25rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEOmiZEiuKU9UNW94uaQUBke6XfDolAV { display:block; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4UaBWwq5UJs0aEXGqL0AnffsICzRa74 { width:20rem;height:6.8994375rem;top:18.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF3XTd7ZxX9U506PHR82aRLIDHnkMHD0 { width:20rem;height:1.92480625rem;top:27.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCvy7ndWsVRyICH9s7fHrTubVa3E55cT { width:20rem;height:4.72411875rem;top:29.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODMeGuciCDe7xMX2GMvDph6hnVOR79B1 { width:20rem;height:19.0283203125rem;top:49.556640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPvniuUTBTxXFqZh529bU0PTykbk6boa { width:20rem;height:18.994140625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR3xq9U5if8IUMCsWglXIrT9SLsJK6sL { width:20rem;height:5.34911875rem;top:35.619140625rem;left:0rem;font-size:1.125rem;display:block; }#uR3xq9U5if8IUMCsWglXIrT9SLsJK6sL li:before{  }
 }@media only screen and (max-width: 763px) { #h5VTTnZxdtd2C2BbrkeWNEXk15Q7BTh7 { width:20rem;height:4.72411875rem;top:42.556640625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR { display:block; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1QvEWS1nKt3cMVx28i9gITEntQkErDW { width:20rem;height:16.6845625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }#T1QvEWS1nKt3cMVx28i9gITEntQkErDW li:before{  }
 }@media only screen and (max-width: 763px) { #cm7lbvmZ5UienP3mkdJUaClwEw1ZXqu6 { width:20rem;height:5.7744125rem;top:19.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx04dnuhsaBMHSCpa8wZT58yiETRcXrA { width:20rem;height:4.72411875rem;top:26.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ke7TyR6xqGFU1cOvBypdCuksf4TSgc { width:20rem;height:6.2988125rem;top:32.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 { display:block; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row .container { width:20rem;height:119.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTR7fdbuNutFul8X2KEUTSoQQS422IqF { width:20rem;height:6.8994375rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewE2fnmdqaV2z9zrsyrKbAfDZ9VQqaOo { width:20rem;height:9.19925rem;top:59.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #inyyv9stWfdnLp38lTTJ1BBZV09T97iq { width:20rem;height:10.625rem;top:70rem;left:0rem;font-size:1.125rem;display:block; }#inyyv9stWfdnLp38lTTJ1BBZV09T97iq li:before{  }
 }@media only screen and (max-width: 763px) { #QEceiiTxBx8q4riTyDgiTPeJDLnvWnpO { width:17.8125rem;height:7.699225rem;top:101.875rem;left:1.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTOctBWTThIWeeeIEZ2IXiKSxZndHbMO { width:14.625rem;height:2.9375rem;top:111rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdZ9BPrAkyVQkTuHGtw2NqVA60vOwLHi { display:block; }
 }@media only screen and (max-width: 763px) { #EETZX4hdTkGnNStRgT051TJ1UsF9tyk8 { width:4.1865234375rem;height:5.625rem;top:74.9375rem;left:14.6884765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MacM7nPZm1Fr2CvTclakEATDfPm0zT7T { width:3.25rem;height:2.25rem;top:3.0708336830139rem;left:16.748959422111rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBvFirivEHG6uurnZSLWmBbUpvco0P8x { width:5rem;height:3.5rem;top:216.6875rem;left:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2tumbF2SsLT2Ci8tna8N7xBRbk9f0AB { top:31.6376953125rem;left:0rem;width:20rem;height:25.5rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NTE1BKW6sfi6l1qSOLWBkEFsLIKQJl0q { width:20rem;height:7.25rem;top:91.25rem;left:0rem;font-size:1.125rem;display:block; }#NTE1BKW6sfi6l1qSOLWBkEFsLIKQJl0q li:before{  }
 }@media only screen and (max-width: 763px) { #P0dMKIwPlg1r3lnInfTJP6c80i9OGD04 { width:20rem;height:6.8994375rem;top:83.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfuTt3mcblLcAxpBQ3pnOTUHra4eaWtE { width:20rem;height:10.212765957447rem;top:127rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aU9JUCiAgutX4H3GHmToHBx28rLr9hyn { width:20rem;height:10.3125rem;top:11.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC3PzEbDtRMtEL3XbxEsPHOCRNdIh7fE { width:20rem;height:6.75rem;top:22.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW { display:block; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpJXdTTsUqk78TMeHb5v03Xz9c5ARxhz { width:20rem;height:2.29980625rem;top:23.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwDXx66mpqDa4x9CCv69vFbHEvEKpPiB { width:20rem;height:6.75rem;top:27.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wClA4tSucHEKtRo7GMqUebbZbPLkFCTM { width:20rem;height:20.03515625rem;top:1.6875rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #a8xNzQfAtn0ctAkpiIThWGXpburfhAPL { width:20rem;height:9.5625rem;top:45.3125rem;left:0rem;font-size:1.125rem;display:block; }#a8xNzQfAtn0ctAkpiIThWGXpburfhAPL li:before{  }
 }@media only screen and (max-width: 763px) { #TaimW2Bfli555Wq5SpAvUaEWE6RKusfw { width:20rem;height:8.4375rem;top:35.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZy4dDOFamHx5adJJ674v3kXtUBABxKN { width:20rem;height:1.92480625rem;top:58.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJUOslgxwCuXszmgRAzzq4AKiARW1Mpu { width:20rem;height:5.0625rem;top:60.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAypPGUN7ydh7R3hVK6LhdJWFECmwENw { display:block; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxTsn58HCXhXGGyvNeMrOkHCPg5JNt5q { width:20rem;height:4.5996125rem;top:23.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm5uSUxqGy1rU16ePT7Gfi4eJlgEbWyb { width:20rem;height:3.5rem;top:29.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMKxpmDDfzz6IsywSiyn22OkMpoehqTb { width:20rem;height:20.03515625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSpQrUust4tybMcpoIxVRUT1HP6IfdCt { width:20rem;height:18.375rem;top:34.375rem;left:0rem;font-size:1.125rem;display:block; }#bSpQrUust4tybMcpoIxVRUT1HP6IfdCt li:before{  }
 }@media only screen and (max-width: 763px) { #HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu { display:block; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnLxGwPyAinsqbVS5HLAZ6pDst2CV35y { width:20rem;height:7.7621875rem;top:3.875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sN4M95l6MSyH8hAnTug7QDTvaDzVQTEe { width:20rem;height:4.72411875rem;top:31.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkT6MTZilnqSZvmEIFhcFR1PMZDQJ6h0 { width:13.25rem;height:5.75rem;top:14.1875rem;left:3.375rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC1gBioVSCODQbDVilLPGlopaJbvnbJU { width:17.75rem;height:1.57470625rem;top:19.9375rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kT6Ar2Ve5fzEQbqzoZyaxmzTteNv6TkS { width:14.5625rem;height:1.57470625rem;top:27.8125rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4F6DEBvIlUiVZZnKTopEuCMKqcwuc29 { width:13.25rem;height:5.75rem;top:22.4375rem;left:3.375rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilX7hwozJH7To0c7rqocFGsxkJMWcp1r { width:5.6875rem;height:6.8125rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7b91916-32c8-43d7-8057-1d684a151fd2/EDUKIDObg3mobile.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp.adaptive-delivery-prevent-bg, #mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp.lazyload, #mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp.lazyloading { background-image: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container { background-color: transparent; background-image: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container > .video-iframe-container { display: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row > .video-iframe-container { display: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .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); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container { width:20rem;height:95.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTOHr8oTBuFlD190ss4yLoaMvsuQfXQw { width:20rem;height:4.5996125rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTeTWNpBEoTZwL051DJEDaGOq3KKU4Ww { width:20rem;height:3.5rem;top:22.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiIAptKC0OTENXswyGZBA9kRHM0EMNJ2 { width:20rem;height:11.8125rem;top:8.6875rem;left:0rem;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #HKyUumdhEULcwTBrtwJTV2GWtgmni0QB { width:20rem;height:23.4375rem;top:26.8125rem;left:0rem;font-size:1.125rem;display:block; }#HKyUumdhEULcwTBrtwJTV2GWtgmni0QB li:before{  }
 }@media only screen and (max-width: 763px) { #wbEZSXK36sQcfrRSHHWrUZPho9EgeRMG { width:20rem;height:11.8125rem;top:52.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB { display:block; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nv9aaO0fzWq3d9WmKV6HbQaS1euCiMak { width:20rem;height:8.5488125rem;top:3.9375rem;left:0rem;font-size:2.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nz22zsGOXp3UHHeLk8x36Tr1kAn3uJWe { width:20rem;height:8.75rem;top:14.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWIJZkdDH87xOKf1uhnLdSXU7VTuwbZP { width:19.3125rem;height:20.125rem;top:8.625rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #TQV4hXE5twsx6u00nQHZZR2HnOKrBCTG { width:20rem;height:7.5rem;top:24.3125rem;left:0rem;font-size:1.125rem;display:block; }#TQV4hXE5twsx6u00nQHZZR2HnOKrBCTG li:before{  }
 }@media only screen and (max-width: 763px) { #hl0iaTA76SKA1J9FKFi4FTXGL8Teh0CA { width:20rem;height:1.92480625rem;top:34.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP95kI3mRhGEUCK8AXBcgbbDmTO8236T { width:20rem;height:8.4375rem;top:36.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvNn5iHoG6MzWv4FiUe61syT0GGfuv33 { display:block; }#VvNn5iHoG6MzWv4FiUe61syT0GGfuv33 > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hymBPWXRbC9Vz4X0FDx4le3vOTlpMnGc { width:20rem;height:71rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCwwKOc5v3TaR2ub7SXEJTBS7ZTgfOTH { width:17.875rem;height:17.875rem;top:2.3125rem;left:1rem;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqWDhm0bJstKRsDo6tND5KKydHWdhuIt { width:17.875rem;height:4.79980625rem;top:23.375rem;left:1.0625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xIrCGvHmApRsNu51WqUAyJLWRl4Wor2v { width:17.875rem;height:11.19725rem;top:30.0625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3PfNwn9wNByTL8TrG3CNDs3vTxFZhGg { width:17.3125rem;height:16.5rem;top:43.1875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4BUrgogMPiawWrz3PvRSMRheid1L2y5 { width:17.9375rem;height:7.5rem;top:61.8125rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9hPlKTyoMHiCzhh4vvGmTaKRZX82bPJ { display:block; }#X9hPlKTyoMHiCzhh4vvGmTaKRZX82bPJ > .row .container { width:20rem;height:84.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOn3DE1NJa6UtL3b5crWCVow0AtUXb3g { width:17.875rem;height:17.8125rem;top:2.375rem;left:1rem;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNmSRBTG7WeUWM19x0NWcH6mUkEqwEuT { width:17.875rem;height:3.57421875rem;top:22.3125rem;left:1.0625rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2bRvs7o3gIbdLViXpCT50pgL4sGO75 { width:17.875rem;height:28.793rem;top:27.75rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZflwmuBQN01GH0pQusOA8rGKSpMFl1pR { width:20rem;height:79.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHrcMRAhEP289rvXvWIlgB3DwLNog1pS { width:17.875rem;height:14.3965rem;top:57.66796875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEeEwMJXXCBTWqQzUdvZPITtvuAWcQhd { width:18.4375rem;height:6.3984375rem;top:72.921875rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI { display:block; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row .container { width:20rem;height:130.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pgp3sXPCQkwlfpMKrXeMkZddJbFtx4eK { width:20rem;height:5.17480625rem;top:4.1923828125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yryc5GOkFUx9bbS9DrXsPrI1XaBeWFl0 { width:9.25rem;height:3.1875rem;top:108.875rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGuQZgp5pC6KVt1V7mmPUuLXIiaiLRV4 { width:20rem;height:17.125rem;top:11.625rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpDQaPqmrbikmbvQlGiohaX2TJee4Rzp { width:17.875rem;height:3.19921875rem;top:13.25rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoTuwJypgcUlL3a3n6FhmceWwtr0pAtx { width:17.875rem;height:9.597625rem;top:17.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDhchG8RgzqALQO6nCb7sMN2niClLJMT { width:17.875rem;height:4.798825rem;top:32.9375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e72eNg3TMTxL1RBQLfiOqlKbODd0Nzbv { width:17.875rem;height:1.5996125rem;top:30.5625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIF1KNHSNdWUW5K4pn4BDiC8B5JUFN8p { width:20rem;height:14.5625rem;top:39.5625rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHaPhJbEnGSZ26lAwCvZBfaMxb1bSOuP { width:17.875rem;height:3.19921875rem;top:41.625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqyRTJ7Pk036k70fDKowmXltBO66JXw6 { width:17.875rem;height:6.3984375rem;top:45.6875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ypUmRsDTRrCxBw0fTkViPc49xW3M0s { width:17.875rem;height:1.5996125rem;top:56.4375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAaGyeMNnbfDMeBwn4y42KBmF9sMK20s { width:17.875rem;height:4.798825rem;top:59.25rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRU4KGOf8mNKAAAUXmrFSX7SBx7ORRSW { width:20rem;height:12.125rem;top:65.6875rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfGTTuK1iTTVu4nRMTnIEbM6E6ImFbd5 { width:17.875rem;height:1.5996125rem;top:67.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL1NT2QZtRRBuStVINW0aWk2TP5APPeb { width:17.875rem;height:6.3984375rem;top:69.6875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdT8hX4vOCmBQnnBi0TtRTTppDAViHLe { width:17.875rem;height:4.798825rem;top:82.6875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS1JaUUBDHmM2K4T2HtMiezG2hTPVJ8w { width:17.875rem;height:1.5996125rem;top:80.125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEzuK2F3yLIV31pPqNU0Psipv82byRTp { width:17.875rem;height:1.5996125rem;top:91.5625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZrhoayP8rit1NUg5eFV6w8774a9Arow { width:20rem;height:15.8125rem;top:89.4375rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyVC7qQJDwEnXTgNnbsuIIr6w5CAWBm4 { width:17.875rem;height:9.597625rem;top:93.8125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS0ksTc4avzV4iuml5cI6czTR6ab5mF6 { width:20rem;height:10.0610625rem;top:107.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evsdup9dCSNxFw2TzGMFPfbGivB2c7VK { width:14.625rem;height:2.9375rem;top:121.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERTWAgb8Z5Pxkh7cIf9O6q2LC3kucnwz { display:block; }
 }@media only screen and (max-width: 763px) { #e7vAWNgftdIyLeLxHMKTtJ8cKonBsJ0r { width:0.0625rem;height:36.6875rem;top:162rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE { display:block; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5hhsztaespUl0T4lQkh8XdofwUrrfb4 { width:19.75rem;height:10.875rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLkAUbIWhJ2KXB8KIiCABr92JEruG9Kb { width:16.875rem;height:4.5996125rem;top:3.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnuxLiGkfmqCAf1bi682xWxAJ1wUuIGU { width:6.9375rem;height:8.4375rem;top:4.6875rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg { display:block; }#pT8SR6EET2STcoRT0Zv0huxlbaO0zhCg > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmGXpaRb8LZONwRTspZFtXCnrMnXXTaT { width:20rem;height:6.46875rem;top:3.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfvGki3wyvmWE5Ai36Uw3lQG40B9IK4T { width:20rem;height:7rem;top:11.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVJ5TEBSXl6ELTEdpQsqFr3zg0BS5kWv { width:20rem;height:6.2988125rem;top:19.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl { display:flex;height:auto;width:20rem;top:28.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #rrQAfHoyBeUAapIxLRLAUhO0keZ6lE7b {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #tb8aTZ2XbnEztemclCNaG2tTv6v240Gv {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #izP7400pT4Eo2dBEhDEO6yS5GEK25Vv4 {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #XAsoCQ53k2mBh8WsZLLENxtLic8hTnhk {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #Tp291esZw6KeWwiZFDJ5ZWASD1cJ1uM7 {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #ieBAfzkKrDac618LJs6VNo5levf5roTT {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #eTbqGWNanoP3d2LsTUS6irHWFqU75WBA {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #hI87ahfZgG4vGmnq7OFCWKqgr3irZ1sq {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #N6UTwWyUeQFBibUdAxK46GJeM8ck8sP6 {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #saWIsT2Cd1foGWLMDX3D8pgT4ineKw4D {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #i5XZiCwdleTrwklKeTXoidXAS9Mm0Oy0 {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #gpHPtTFgTuqyDASJ0Iga57yXIQ2biwbi {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #PDf2novuizpqnksLuKeyEtVuBO4b2SoO {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #ooeBf1ZagW5pDKTz6CGZTal7rmVNxSgt {  }
 }@media only screen and (max-width: 763px) { #fgRaVVMs6Xsfq7bPkuhMAcdQsnWUh3Jl #BheVoRUzp10w3uWXT8Fo34EK79kqo5Ml {  }
 }@media only screen and (max-width: 763px) { #KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA { display:block; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHIorELwIedDTnt7kTkEVEtuGPIgFbv8 { width:20rem;height:4.5996125rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgNptAnpaNPcicQFOLTTbxVNsFrTSkW0 { width:20rem;height:8.125rem;top:9.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug9khhmC65ufPk8SVLfH9gAII2DaHa6l { width:17.9375rem;height:2.9375rem;top:37.5625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0rco8p3iefSTyDXFGVkzT126eoB5t0R { display:block; }
 }@media only screen and (max-width: 763px) { #e2TqJJeuJ8WNTVQAim1HwhccQ4nKIMnA { width:20rem;height:7.7988125rem;top:20.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #li3lvWzhh29FSPGFxQkeCgnDxnPkm84x { width:20rem;height:5.361325rem;top:29.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p { display:none; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row .container { width:20rem;height:94.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NR6h4vVfeHERJd6W46Gd4w6K6hVVw4fC { width:20rem;height:5.625rem;top:18.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #miWo4vdOaP2lP1nLOdbbZMNogrVNWzRP { display:flex;width:3.125rem;height:3.125rem;top:10.1875rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #hcEvsOJHsmB2K7i7c6hrhokz6B8xgHTC { width:12.5rem;height:1.9375rem;top:10.78125rem;left:3.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9lPUAIlPePF5X59JFstwxfocyN3wScF { display:flex;width:3.125rem;height:3.125rem;top:13.8125rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #Ml8BpuqVtZEbcFFb0vElJTWuwDdATbkA { width:15.9375rem;height:1.4375rem;top:14.65625rem;left:4.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uz3ptdLrtACrPhZvuG8g8i5tZCtVumG4 { width:17.375rem;height:7.5625rem;top:1.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E { display:block; }#XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLT9hi69a7wJlXxFubhlgaNWRTDkTeSB { width:17.375rem;height:7.5625rem;top:0.9375rem;left:1.3125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #qF7PyHvIpMSKILp3RHCHUzKSlBP4fLDF { display:flex;width:3.125rem;height:3.125rem;top:8.5rem;left:0rem;font-size:1.5rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #ItK85tKUHDp7GGZG5G7AaC4l1F9RGziW { width:12.5rem;height:1.94970625rem;top:9.09375rem;left:4.0625rem;font-size:1.5rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #XsNTJwZQFy7xsCCKbHKnJxHHK2xODtN3 { display:flex;width:3.125rem;height:3.125rem;top:12.25rem;left:0rem;font-size:1.5rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #bVCCuJQT9gJzWJEXpU8ydtORKaMgndJV { width:15.9375rem;height:1.4624rem;top:13.09375rem;left:4.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #iTVO6p9Pyn2HaS8CeSxcHFavRuRfSDX8 { width:20rem;height:5.6860375rem;top:16.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }