.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M { background-color:#d4d9df;background-image:url("https://images.assets-landingi.com/4OUK9GQP/test_12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M.adaptive-delivery-prevent-bg, #uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M.lazyload, #uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M.lazyloading { background-image: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { background-color: transparent; background-image: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .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); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { border-width: 0; border-radius: 0; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#XvnkiTV12yrbniSrvIUffL0zzvI4y9Hv { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.249rem;width:12.249rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#fTDaWB199SqzhMwZh76nxxNrxCSv5Xnc { color:#e1097d;display:block;width:33.3125rem;position:absolute;font-family:"sari 3";font-size:2.375rem;font-weight:400;z-index:100019;line-height:1.5;letter-spacing:0;top:2.08203125rem;left:24.186197280884rem;height:3.56323125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WkZasvwfVFwd7woI1x339xvlMQoWauH7 { color:#e1097d;display:block;width:33rem;position:absolute;font-family:"sari 3";font-size:1.4375rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:5.875rem;left:24.342447280884rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s9O6Az13ISoHgILmydVtOD8eKOlbcBAM { background-color:rgba(93,92,92,0.6);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.95833375rem;height:2.20833375rem;text-decoration:none;z-index:100076;text-align:center;text-align-last:center;top:16.3125rem;left:11.187501907349rem;display:block; }
#B18ulFg64STEGbWvfOn4StGTAHBO7abS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E1WFyACFwToREMdhlzZEuMHRK7X4nvIB { position:absolute;display:block;z-index:100075;background-color:rgba(81,81,81,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3rem;width:60rem;top:15.875rem;left:0rem;display:block; }
#Z8Iw2m01GFJSDypeWpEkNT6xgxDszCJA { background-color:rgba(85,85,85,0.6);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:2.3125rem;text-decoration:none;z-index:100077;text-align:center;text-align-last:center;top:16.0625rem;left:34.750001907349rem;display:block; }
#GWD0BNtAyuBnRu8mCOi0yJsnQkAVZe5p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gxt2L2cTyxPRAnuD9cDq47bXbTDO9gtZ { position:absolute;display:block;z-index:100000;background-color:rgba(227,227,227,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#Vf3dBTgebzH1gGzJvip91ttbo5aeMTUq { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:300;z-index:100079;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:11.875rem;left:27.560546875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CvPcyC9bvTgHAB9KgWez7DwOOXRxwqtF { position:absolute;display:block;z-index:100081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.3125rem;width:23.3125rem;top:13.5rem;left:0.935546875rem;overflow:hidden;display:block; }
#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1eqM2ZIh/IMGL7039_copy.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z.adaptive-delivery-prevent-bg, #TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z.lazyload, #TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z.lazyloading { background-image: none; }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .row .container { background-color: transparent; background-image: none; }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .row .container > .video-iframe-container { display: none; }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .row > .video-iframe-container { display: none; }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .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); }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .row .container { border-width: 0; border-radius: 0; }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:block; }#WfaVDN2pk9RRtUk0mMElAJ9VTAic71Lm { color:#ffffff;display:block;width:22.8730625rem;position:absolute;font-family:hekaya;font-size:1.8125rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:8.875rem;left:18.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-form-header {  }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-regular-label { height:auto;display:block;font-family:"sari 3";font-size:1.625rem;font-weight:400;color:#dfdfdf;width:18.6875rem;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:right;text-align-last:right;line-height:1;font-style:normal; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:18.6875rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-input-text {padding-top: 0; padding-bottom: 0;}#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:18.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-input-select { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:18.6875rem;box-sizing:border-box;height:2.3125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-input-select {padding-top: 0; padding-bottom: 0;}#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .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; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#e1096b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:#f2f9ff;width:18.6875rem;height:2.8125rem;font-family:cairo;overflow:hidden;font-style:normal; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:17.5rem;overflow:hidden;font-style:normal; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .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; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.1875rem;vertical-align:middle;font-family:cairo;font-size:1.25rem;font-weight:400;color:#dfdfdf;overflow:hidden;font-style:normal;line-height:1.5; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-container:first-of-type{padding-top:0;}#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-container:last-of-type{padding-bottom:0;}#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.042188644409rem;top:7.4812507629394rem;z-index:100038;position:absolute; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.6875rem;display:block;vertical-align:top; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn {display:block;}#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.042188644409rem;top:7.4812507629394rem;z-index:100038;position:absolute; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #wQV8AqBtwzgGvM1ToCD8rkOFU2Rf0bIy { position:relative; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #tfvSoVG8Q3POwu1EXIO2Tozfa36lBT5o { position:relative; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #FFHcNO6rmRvv56wgh5AnhW07PGNkQbZ4 { position:relative; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #pT53dmy248StxcqrtC2uThCtkScHJnfB { position:relative; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #WsVdcRmO4oBs0msOS3EHwdvzSgoCHWTe { position:relative; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #N3xS5PhBfZ5xXie1gMZllDUXsdVRia3n { position:relative; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #T9OSEK5LtMGbOHc30HwnTroainvUrM66 { position:relative; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #AbI9nB9kQ5AcVzgh820B1cf9BgFFf4C0 { position:relative; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #K4xG24Iltbvzo5ANDXnosOgPXRKIscTL { position:relative; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #D5TegM2ttKwNct6UMdOiDcVDoBTAWO0f { position:relative; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #iW39BLT8Jb0TZ7EVQH1CeVsJK9u9T5Sw { position:relative; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #ABATnm9ztfMHE1yk1z0yfOaDBLNHaDvX { position:relative; }
#y2TSmqmKHTKm1poTFV6ZoKSpst3o0cI5 { position:relative;display:block; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #LP0tK2Ia10yfAJobBFE3QbyZKKzuUpoT { position:relative; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #A1QTl7OEZ91odG2wi8aNUHgmmcAxO30f { position:relative; }
#UJ9fO90LIo1eTFWVmXESs7JpqxsykfyC { position:absolute;display:block;z-index:100036;background-color:#026499;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:36rem;width:23.25rem;top:2.8958339691162rem;left:35.014322280884rem;display:block; }
#rhmU68A3DKAJAe5BcrAAafnTWVSPAszH { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:"sari 3";font-size:2rem;font-weight:normal;z-index:100040;line-height:1.7;letter-spacing:0;top:13.18359375rem;left:0rem;height:6.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LGyuzfsDBFtKSbP5mPIuBqM9mXrbBiBc { color:#fef7da;display:block;width:16.0595625rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:4.1953125rem;left:38.609375rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EiDh9i3EIcyETJoWkCrCDrhnGfKs15ZV { color:#ffffff;display:block;width:23.558625rem;position:absolute;font-family:"sari 3";font-size:1.875rem;font-weight:normal;z-index:100074;line-height:1.3;letter-spacing:0;top:39rem;left:4.6875rem;height:0;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#BTvrvqvhTdGRGauoIR02AnBgJkKwwxlt { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:100074;text-align:center;text-align-last:center;top:42.75rem;left:13.5rem;display:none; }
#r8XMkBBzrEWBGdS5v9HsAiZOd6enzMbk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RXtVOBExmddix7V6pWmipBsFU5d74EGc { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:100075;text-align:center;text-align-last:center;top:42.75rem;left:3.625rem;display:none; }
#inWp0HqL73vWLt4DRaqnATAOehrbgNBe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J6V9aOa0pvk2lUwyimHbAW3TeXQBXmtA { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:100077;text-align:center;text-align-last:center;top:42.75rem;left:23.375rem;display:none; }
#yUKKKGr5eEziLAT1uCAsTsRRBtE2d6CT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l7sDHbC4li6nTFvsq78v6OmgRDdB5AEA { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:100076;text-align:center;text-align-last:center;top:46.6875rem;left:23.375rem;display:none; }
#TEB7P7HvgiAGyIKLiG7tVZDyDqMQvUBd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TFczVisBMuhkASql6xqa8bnQ5VyL8FTm { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:100079;text-align:center;text-align-last:center;top:46.6875rem;left:13.5rem;display:none; }
#gBNw8eXATRp5fanA7vz4KqDLysdDUInB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NVPcJm4Ztx9VM5oTDkpwldtygx1LRv51 { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:100080;text-align:center;text-align-last:center;top:46.6875rem;left:3.625rem;display:none; }
#OWHWi8zwBNBQCg2iwPIBSp9P5c6E782c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI { position:relative;display:block; }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI { background-color: transparent; background-image: none; }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row .container > .video-iframe-container { display: none; }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row > .video-iframe-container { display: none; }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .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); }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI { border-width: 0; border-radius: 0; }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bdc0c4;background-image:url("https://images.assets-landingi.com/EVpThUyS/0000.jfif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:46.5rem;width:60rem;position:relative;display:block; }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row .container.adaptive-delivery-prevent-bg, #pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row .container.lazyload, #pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row .container.lazyloading { background-image: none; }#a5ATUWifTIcmwL9ynveFNd1SMzET5E5W { color:#000000;display:block;width:15.371125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100121;line-height:1.6;letter-spacing:0;top:27.6875rem;left:24.9375rem;height:3.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cMBeudgJs3PhLhgyKnFSxD5iSsUrdSOr { color:#a0111b;display:block;width:12.496125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:100164;line-height:1.3;letter-spacing:0;top:29.3125rem;left:18.0625rem;height:6.25625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FULc317Pf9bOhGw9lJd9l0vr6ZHPCI9b { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100128;line-height:1.6;letter-spacing:0;top:10.9375rem;left:0rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KsxxU0kImHbyKw6aEwFALw6i4dtEmgMN { color:#a0111b;display:block;width:12.4970625rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:100171;line-height:1.3;letter-spacing:0;top:13.0625rem;left:0rem;height:6.25625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqGGNElM66itAZJFJXc0pcDzeBM6rE06 { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.561525rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:23.3125rem;left:0.9375rem;display:block; }
#bF6ds3Mp33LkLr1STtN7DkUDmOZ4865C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Du9P0PbfEt74hxKi0VTU4E89WHKudQvw { color:#000000;display:block;width:12.24975rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:400;z-index:100148;line-height:1.7;letter-spacing:0;top:15.5rem;left:10.125rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cXhMZMNXw5L46A4GzXQSNmMfQqzLPoHT { color:#000000;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100131;line-height:1.7;letter-spacing:0;top:32.5rem;left:30.5625rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SNACO9EQo9oITByfyRQ4iM06usOn0dL6 { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #bdc0c4, #ffffff);background-image: -moz-linear-gradient(302deg, #bdc0c4, #ffffff);background-image: -ms-linear-gradient(302deg, #bdc0c4, #ffffff);background-image: -o-linear-gradient(302deg, #bdc0c4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc0c4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc0c4', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #bdc0c4, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.1875rem;width:25.875rem;top:10.4375rem;left:0rem;display:block; }
#ToA8gcUkBVH4DmKko9s83nIgDixMhLrN { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #bdc0c4, #ffffff);background-image: -moz-linear-gradient(302deg, #bdc0c4, #ffffff);background-image: -ms-linear-gradient(302deg, #bdc0c4, #ffffff);background-image: -o-linear-gradient(302deg, #bdc0c4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc0c4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc0c4', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #bdc0c4, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:26.8125rem;left:18.0625rem;display:block; }
#F9nTLKSDXfVlDToAcEbbWz98Pcg8CaNE { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.308625rem;height:2.624025rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:39.9375rem;left:21.5rem;display:block; }
#o2JtSEtl8Om9TWFHssDq0IGGRaqLmOzK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tp2TMIxbbyuZ4pBCazqNvgGttG6cVTNV { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#qBxixz2qLJGXleRVAm5MufPzZ3oo0LEs { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #bdc0c4, rgba(0,0,0,0));background-image: -moz-linear-gradient(55deg, #bdc0c4, rgba(0,0,0,0));background-image: -ms-linear-gradient(55deg, #bdc0c4, rgba(0,0,0,0));background-image: -o-linear-gradient(55deg, #bdc0c4, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc0c4', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc0c4', endColorstr='#00000000' );";background-image: linear-gradient(55deg, #bdc0c4, rgba(0,0,0,0));background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #999999 ;height:8.125rem;width:34rem;top:0.5625rem;left:12.3125rem;display:block; }
#ycdmeRPvALCnKsgp8olQXhsOxA6hxgOR { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#H90T3WLZFTe79JhyVyuEl9hZNftUPvFQ { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#Z3VRrbHWMJJnuvOHaerWFoQERT6AlzbX { color:#10610f;display:block;width:1.811525rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100189;line-height:1.7;letter-spacing:0;top:18.6875rem;left:2.625rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kG1u5SdMMd5RKwQVISm2mgevDaFbQbN2 { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:23.6875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#OKctuvWmxV0bgS91hX1SmUaRWOHtxu8m { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100138;line-height:1.6;letter-spacing:0;top:10.4375rem;left:34rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yT5ArrT7FBFOfx44UT0qB4fIG91LARCS { color:#414247;display:block;width:13.4375rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:100181;line-height:1.3;letter-spacing:0;top:14.8125rem;left:46.1875rem;height:7.9625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yqDhJd4vxHuz3EJsUtlTuuJ8B5qHNmWz { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:22.4375rem;left:36.375rem;display:block; }
#yZCqk9scWr58G6gz7SWp92UoQqKu8TQw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EWBSd7yDK6OGmX6DXluMwWss3yJVqTvn { color:#10610f;display:block;width:2.8125rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100189;line-height:1.7;letter-spacing:0;top:35.3359375rem;left:22.5rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XwSQC762FD3K3kJmqMEX5BsZvo7o096H { color:#bdc0c4;display:block;width:34.3125rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:700;z-index:100175;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem #999999;top:1.3367187380791rem;left:12.25rem;height:6.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K1eDCvU7pGKLTL6Uqe3oShQtTZ7TmCTX { color:#a0111b;display:block;width:11.4375rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:100172;line-height:1.3;letter-spacing:0;top:14.1875rem;left:34.8125rem;height:6.25625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2yOAklgmp0Afu8iM3gaMssw23m7kJRp { color:#10610f;display:block;width:2.4375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100190;line-height:1.7;letter-spacing:0;top:19.5rem;left:39.5rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZqgoRzd1XylvpnU1Z7l0KAJ7tx6XU2wk { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:23.6875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#NZGuM4s7TPvz7pdrlcmCINUN0t5loLW4 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #bdc0c4, #ffffff);background-image: -moz-linear-gradient(302deg, #bdc0c4, #ffffff);background-image: -ms-linear-gradient(302deg, #bdc0c4, #ffffff);background-image: -o-linear-gradient(302deg, #bdc0c4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc0c4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc0c4', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #bdc0c4, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.1875rem;width:25.875rem;top:9.9375rem;left:33.875rem;display:block; }
#qrTTVJ9ZdlshWBPeS20LBeGKFMnxuk8O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qrTTVJ9ZdlshWBPeS20LBeGKFMnxuk8O > .row .container { background-color: transparent; background-image: none; }#qrTTVJ9ZdlshWBPeS20LBeGKFMnxuk8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrTTVJ9ZdlshWBPeS20LBeGKFMnxuk8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrTTVJ9ZdlshWBPeS20LBeGKFMnxuk8O > .row .container > .video-iframe-container { display: none; }#qrTTVJ9ZdlshWBPeS20LBeGKFMnxuk8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrTTVJ9ZdlshWBPeS20LBeGKFMnxuk8O > .row > .video-iframe-container { display: none; }#qrTTVJ9ZdlshWBPeS20LBeGKFMnxuk8O > .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); }#qrTTVJ9ZdlshWBPeS20LBeGKFMnxuk8O > .row .container { border-width: 0; border-radius: 0; }#qrTTVJ9ZdlshWBPeS20LBeGKFMnxuk8O > .row .container { font-size:0.875rem;font-family:arial;height:184.5625rem;width:60rem;position:relative;display:block; }#XIIQsuxMlwq4HxZL7CXo0otJzsb20v2J { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.8125rem;text-decoration:none;z-index:100152;text-align:center;text-align-last:center;top:64.375rem;left:45.3125rem;display:block; }
#xaRNfxDDFgKupotip3oSyr4TBpqxlVFU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lcXlLXg0VtaVZwMxKfBpZoeZAcFrdANn { position:absolute;display:block;z-index:100037;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:5.4375rem;width:16.8125rem;top:60.25rem;left:42rem;display:block; }
#EAtlVlG8HNEeqISIzDizzR6vQTAoJncA { position:absolute;display:block;z-index:100168;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.5rem;width:14.5625rem;top:58.8125rem;left:43.4375rem;display:block; }
#huTPI36K9tgcUeBx1caWwT7QhlqDvENO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.8125rem;font-weight:normal;z-index:100169;line-height:1.3;letter-spacing:0;top:58.875rem;left:44.375rem;height:;text-align:center;text-align-last:center;display:block; }
#C3goWKfIToAZw54hXgkad2eWtG3HBUmA { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.0625rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:47.375rem;left:44.09375rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#bEziBTQ5OSla9pT0lIGCn3LgWVGlL5mQ { position:absolute;display:block;z-index:100036;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:41.375rem;left:42.0625rem;display:block; }
#yZIvGQQ3gIQsOLneLt4Ein7TRmL6KdM4 { position:absolute;display:block;z-index:100170;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.625rem;width:15.75rem;top:40.25rem;left:42.9375rem;display:block; }
#pF9goSCARXJnZGq06xg65zx7rvX2mH9k { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100171;line-height:1.3;letter-spacing:0;top:40.4375rem;left:44.3125rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#ur9mgGCZSNIFpczAWVO2pktcMoy5GOqO { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.7470625rem;height:2.8125rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:53.4375rem;left:45.5625rem;display:block; }
#MGvvITi2nbLrn32CoQMfMHy14qs8Cf1Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s8SCHUDkEsKlI0t1Nd04KXgTxfd9XIRf { position:absolute;display:block;z-index:100043;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:2.875rem;left:23.1875rem;display:block; }
#WKzMItQJDn7bTR3DgsrqNFZFlkipRWzR { position:absolute;display:block;z-index:100177;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.5rem;width:15.8125rem;top:1.75rem;left:24.0625rem;display:block; }
#qHqk5Fg7IP2NUAng47OqmlvXArlcGANP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100178;line-height:1.3;letter-spacing:0;top:1.9375rem;left:25.4375rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#hL0O0DnE2qswkwq46NtgcUnFt65C14yD { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.747375rem;height:2.8125rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:15.5625rem;left:26.8125rem;display:block; }
#LToz1viQzRNprekRHuys6OPJSRQyyKbV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KANMEARkDHSWthA5bsMGD667vCGf3hvy { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:26.64453125rem;left:6.875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#nCkfvTXbScyyey8fNgHlzvKpOA67IMzr { position:absolute;display:block;z-index:100050;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:21.875rem;left:4.75rem;display:block; }
#LGHXGqs0XKGmKgROL11l1LqtR9yfB7Nb { position:absolute;display:block;z-index:100184;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.375rem;width:15.8125rem;top:20.75rem;left:5.625rem;display:block; }
#BJ5W7e2WsNXkwBTbnPKPXiK3XZQKnn2C { color:#fdfdfd;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100185;line-height:1.3;letter-spacing:0;top:20.9375rem;left:7rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#F4mt2RICoIddeSVdkEUzgKGn0uLA9Chn { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:33.9375rem;left:8.3447265625rem;display:block; }
#csIJU1zGiR1tgCSWcZMlhZNNFOdNMu9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#npa8xxMf9TTInm5Pk1a0pwZWI59Ifa3W { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:6.546875rem;left:24.8125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#yGFKWrJ1mOKb5f3wxdcTcmiBN8TDXgxZ { position:absolute;display:block;z-index:100046;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.5625rem;width:16.75rem;top:71.375rem;left:42.125rem;display:block; }
#vPkB6bevB1B3paPvnh5udSeR8Qs34fdJ { position:absolute;display:block;z-index:100180;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.375rem;width:15.75rem;top:69.75rem;left:42.8125rem;display:block; }
#N1kbtIUtbda5Xp5PFGTwAqUi2ge3ExOw { color:#efefef;display:block;width:13.75rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100181;line-height:1.3;letter-spacing:0;top:69.9375rem;left:44.4375rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#lPgyulPJDHbuCT6N9KX0E8naGJAEonv0 { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:kids;font-size:0.875rem;font-weight:normal;z-index:100050;line-height:1.3;letter-spacing:0;top:74.1875rem;left:42.75rem;height:3.4130875rem;text-align:center;text-align-last:center;display:block; }
#RK0H6h4q7KUHQrbTSpkBdllfyehpf7qq { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:78.3125rem;left:45.8125rem;display:block; }
#xBXaMF9qu2wnTBTF8bX1s1IKMTQ0Lv3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FFRWCPb9WTzip5TuH6WV1ssqvqaOm1AV { position:absolute;display:block;z-index:100055;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:21.375rem;left:42rem;display:block; }
#bezJF0SfLVGDE1sJvQWCzizPVPFB9HoG { position:absolute;display:block;z-index:100189;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.375rem;width:15.8125rem;top:21.375rem;left:42.875rem;display:block; }
#c5Ugqodq7cETuLVHotVBLNTvon56CDPT { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100059;line-height:1.3;letter-spacing:0;top:28.625rem;left:44.09375rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#ew47hhDhJoe9QyiUOoC0mXbanpKaIgfo { color:#fdfdfd;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100190;line-height:1.3;letter-spacing:0;top:21.5625rem;left:44.25rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#lb4GIMa8GbLSsd6b6JvwATDS4W7RRQQE { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:33.4375rem;left:45.625rem;display:block; }
#ffX1zIpSFE5OoL4grB9dRMI6HWTJtoU8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FGiL0eI18JgCMISxTCMxSAxWC3fn461I { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:kids;font-size:0.875rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:66.625rem;left:5.4375rem;height:3.4130875rem;text-align:center;text-align-last:center;display:block; }
#wTEfZ2rwW8uTWQMJlhTdJx5SLuIx7hUI { position:absolute;display:block;z-index:100051;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.5625rem;width:16.75rem;top:63.625rem;left:4.9375rem;display:block; }
#ckid3whs3P9HiiJG7qdtcTAqOmqtwQqv { position:absolute;display:block;z-index:100185;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.375rem;width:15.75rem;top:62rem;left:5.625rem;display:block; }
#pS642Rp3WAsMywHXTN7muuoJzTFZk0ga { color:#efefef;display:block;width:13.75rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100186;line-height:1.3;letter-spacing:0;top:62.1875rem;left:7.25rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#Hlwfyn4s1Wu9B83Tfz5GX2UWZSxaeHDs { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:73.123779296875rem;left:8.406982421875rem;display:block; }
#ZvZ7VHtNQBI3dCnWmxLMWV6iX3DWxZt9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rre2deVmZXBaNy1H2SatpmPv1ucUBZlL { position:absolute;display:block;z-index:100041;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:103.9375rem;left:6.1875rem;display:block; }
#GoOG9FTlNitTNH5tARzfQgzsoSFbQxHE { position:absolute;display:block;z-index:100175;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.625rem;width:15.75rem;top:102.8125rem;left:7.0625rem;display:block; }
#Ui6iPmRmCUET4aFc3ndiXLVdaDkhiaW3 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:107.4365234375rem;left:8.3447265625rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#agfLCTXK3ZR6QVfkVbGmQeVtHK2CMixC { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:103.875rem;left:8.25rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#Ge1kKJlToJcTJcS5yXEH1GTiHr17w4lq { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.7470625rem;height:2.8125rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:116rem;left:9.6875rem;display:block; }
#TA7ay7MyGbPfIS6lE2u46fxpk8EaI6kV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sgCToVoN7BmPSWzuFTyDOi2deZFR7xtB { position:absolute;display:block;z-index:100180;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.625rem;width:15.75rem;top:85.75rem;left:6.3125rem;display:block; }
#RwNK0ila5cQJtctGMbiwEpWHpN7axe9r { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100181;line-height:1.3;letter-spacing:0;top:86.8125rem;left:7.5rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#g6fxsJbMZBFHeadqaF6Qw9T8NIUTsERG { position:absolute;display:block;z-index:100046;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:86.625rem;left:5.4375rem;display:block; }
#EIc25lPr6EpLuFAPy4Gs0kmUJ8nDX8fr { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.0625rem;font-weight:normal;z-index:100050;line-height:1.3;letter-spacing:0;top:93.0625rem;left:7.3125rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#yr7h7tfL67sTX7VbTTJLSd8IkQBIVqW8 { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:98.125rem;left:9.5625rem;display:block; }
#b9OyVzaAt9CPsbVQ8sdmkOXFSse2H5oe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wgaZw1aAmoNcLI1zCBDCMSfUer3b9ekS { position:absolute;display:block;z-index:100049;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6.0625rem;width:17.25rem;top:86.4375rem;left:41.875rem;display:block; }
#AgB4vFvz89I5xWlNCZ3eSvaztGFZz425 { position:absolute;display:block;z-index:100180;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.5rem;width:14.5625rem;top:85rem;left:43.3125rem;display:block; }
#NKpkbfT8pw8TRtM1wbCninkxVG2dUTD1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.8125rem;font-weight:normal;z-index:100181;line-height:1.3;letter-spacing:0;top:85.0625rem;left:44.25rem;height:;text-align:center;text-align-last:center;display:block; }
#K4ySKEALIagyc6nP7OD6DJKNHAT2VO4L { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100066;text-align:center;text-align-last:center;top:91.5625rem;left:45.8125rem;display:block; }
#rwQx76ftrNu3J8rLWp4MIuqvBqhIHF7E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SAGlVUsPhCVFayer8tauHo2MmuOGLyJl { position:absolute;display:block;z-index:100046;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:43.1875rem;left:4.875rem;display:block; }
#I9mXr1kfNUWVpS0KW9c0HtHdMyENiymC { position:absolute;display:block;z-index:100180;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.625rem;width:15.75rem;top:42.0625rem;left:5.75rem;display:block; }
#eZbG7hA3od3LgBnrN26AXlwwhPIgN5ko { color:#efefef;display:block;width:13.8125rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100181;line-height:1.3;letter-spacing:0;top:42.1875rem;left:6.9375rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#WRB2H4ewTumHOXWzk6JfsOTCPDVtEiGw { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1rem;font-weight:normal;z-index:100050;line-height:1.3;letter-spacing:0;top:47.374267578125rem;left:6.875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#GR0Kc6nogmoEClm27odUvO9rGveClshn { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:54.8095703125rem;left:8.6572265625rem;display:block; }
#M0QXDQZZuTTD9hzDCsIFBG3ZMPc24SNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VksOw4c9gK23GBKJ6UHnef4GZBRvkdgF { position:absolute;display:block;z-index:100053;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6.0625rem;width:17.25rem;top:99.5rem;left:41.75rem;display:block; }
#H4uEgZtgQFu0gSdoDNhrfJeb1ZFhP5Nm { position:absolute;display:block;z-index:100184;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.5rem;width:14.5625rem;top:98.0625rem;left:43.1875rem;display:block; }
#HHws5iR5qB3buD6Fk0HsnTkJQZ3d4Ars { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.8125rem;font-weight:normal;z-index:100185;line-height:1.3;letter-spacing:0;top:98.125rem;left:44.125rem;height:;text-align:center;text-align-last:center;display:block; }
#sNbHcXOfDxAy0CF7CdvJbhexQG80KTzz { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100070;text-align:center;text-align-last:center;top:104.625rem;left:45.6875rem;display:block; }
#aekhPKaSz4nfmhNcT9em9iXnD6XfNZoo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wcGcUNCeUBPQzITaGcpszz3ipQOEUmo6 { position:absolute;display:block;z-index:100057;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6.0625rem;width:17.25rem;top:112.375rem;left:41.875rem;display:block; }
#a6buiHEBwbSxezGDxdUJ9iBKtExFJ2vS { position:absolute;display:block;z-index:100188;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.5rem;width:14.5625rem;top:110.9375rem;left:43.3125rem;display:block; }
#AE5LoX67cSOhLA5ypnnGg8MzwAPMitg2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100189;line-height:1.3;letter-spacing:0;top:111rem;left:44.25rem;height:;text-align:center;text-align-last:center;display:block; }
#t4MStgOGeH57HX0CGm9oRg0uwTQadJDT { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100074;text-align:center;text-align-last:center;top:117.373046875rem;left:49.453125rem;display:block; }
#zK3zTmkEa4MhmklmdR1t3TvT5ZkK5MHd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rFImvegbEyKHFuGRXaBwbNMXwtDxsmW4 { position:absolute;display:block;z-index:100046;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:84.25rem;left:4.875rem;display:none; }
#mph4uNtsOGI9v3zEXcaIN6NDDLi0uXMi { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:78.3125rem;left:8.625rem;display:none; }
#ydcIVODmA4Q8J3a4xfklAhyhgdFSTyTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q959TZPT7dm5idLPvm0fZxGnqPHGazep { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100075;text-align:center;text-align-last:center;top:117.5rem;left:38.625rem;display:block; }
#MdDwnHNeFhudHOqqX1wQHeDwPyx6Pr9D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I7JgTNXJQHzfTIG09zhqyA6fwOaWuGgb { position:absolute;display:block;z-index:100093;background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.24902375rem;width:2.99926875rem;top:118.64135742188rem;left:51.3671875rem;display:block; }
#QcpD68yMWbiZV4Gz5An5z2a4I4mfnPqU { position:absolute;display:block;z-index:100046;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:124.3125rem;left:41.3125rem;display:block; }
#PADuIakJVVCZ2PDsiWWp8Wzy0C9ST1Lf { position:absolute;display:block;z-index:100180;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.624025rem;width:15.7495rem;top:123.2666015625rem;left:41.99951171875rem;display:block; }
#RKG9xxtSqsLzEEnIiOFMNqTE0AwTiiVy { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.5rem;font-weight:normal;z-index:100181;line-height:1.3;letter-spacing:0;top:123.2666015625rem;left:43.26416015625rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#UXHM9ZUlF0Tz3954vXu9q5psy5EKBPwH { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100050;line-height:1.3;letter-spacing:0;top:129.11376953125rem;left:44.093017578125rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#Ty4UzRCNAhTVrmL7yeglV0KBhEKwdn7Q { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:136.5869140625rem;left:45.3125rem;display:block; }
#xenWd6Dy9iwsoMe6AIKPFXwm7mh9mdm4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H6cho8uEkqirTADd2Vy30tlQ0sbBKF7x { position:absolute;display:block;z-index:100051;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:123.1875rem;left:6.5rem;display:block; }
#R6n9ZJcDktTuaBi8cARDCukBOd92Ctl8 { position:absolute;display:block;z-index:100185;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.624025rem;width:15.7495rem;top:122.09594726562rem;left:6.875rem;display:block; }
#weNSHcQGEdLIr7IXIIpc53cg59zIQIsu { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100186;line-height:1.3;letter-spacing:0;top:123.14086914062rem;left:8.3447265625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#AIxVtHRTKiXTXSFHhKeUmPITwMDFGQ7D { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:128.83666992188rem;left:8.701171875rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#nIuddSTuoF859hxEzathmTRBStmWo1k6 { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:136.06201171875rem;left:10.018310546875rem;display:block; }
#OSHxr3FvJTcC67oaHDmibKTzKdm5LrU0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KJEPtkpysd9XRn83iXCopQMFd49ies9y { position:absolute;display:block;z-index:100056;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:146.0625rem;left:39rem;display:block; }
#xqFpWRW98ErCgQTuzyLbecgGEO21fOc0 { position:absolute;display:block;z-index:100190;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.624025rem;width:15.7495rem;top:144.9375rem;left:39.375rem;display:block; }
#yFxrsi19fPI3gJRQnAcJMn4L2fU0SuTQ { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100191;line-height:1.3;letter-spacing:0;top:146rem;left:40.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#L38Qz6KhgmKki6MG8DBC7yJ9fFuX4n9O { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100060;line-height:1.3;letter-spacing:0;top:151.6875rem;left:41.1875rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#xc35TQPHPvTxttsIaNTTwRWJFqSiNh51 { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:158.9375rem;left:42.5625rem;display:block; }
#pfRQdIaHScIOiu8S3TSnwP22ooUVoryO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZprR62NLgZ6L0GzPPx5QwaKvHHPdhubI { position:absolute;display:block;z-index:100061;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:145.4375rem;left:6.5rem;display:block; }
#OJ3TVMwuzFE4fNGETM3ktrN9ziVwl43s { position:absolute;display:block;z-index:100195;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.624025rem;width:15.7495rem;top:144.375rem;left:6.875rem;display:block; }
#pCLANhnAKpnOaS4F30Wo1Kr8Q3l0sShd { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100196;line-height:1.3;letter-spacing:0;top:145.4375rem;left:8.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#PoeIFWZD96Nz794ORsUS2AwK32kKtq9c { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100065;line-height:1.3;letter-spacing:0;top:151.125rem;left:8.6875rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#mvZB4SHroViHiVzZsGSNkcaldSgO0JMV { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:158.3125rem;left:10rem;display:block; }
#d6tInfbFyRladix46ZKr4osVLoPMc6ex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rZVfGSl2AHowzVWr7bFTX5rtDr856xsP { position:absolute;display:block;z-index:100066;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:166.25rem;left:20.9375rem;display:block; }
#mkTh1J4H7qd7RGW1Cb0aTEFr7IFSgTZI { position:absolute;display:block;z-index:100200;background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.624025rem;width:15.7495rem;top:165.125rem;left:21.3125rem;display:block; }
#tsKmg3aaP8gTQK0cgeUSBHpn65PvLR8U { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100201;line-height:1.3;letter-spacing:0;top:165.6875rem;left:23.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#p0ykfwPsssPOm8DqIRD3mIlJ6SMDUCQS { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100070;line-height:1.3;letter-spacing:0;top:171.875rem;left:23.125rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#kUxQ6RrpL68lpqL4SaLzQvGdozQ9NlIR { background-color:#b20129;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100067;text-align:center;text-align-last:center;top:179rem;left:24.4375rem;display:block; }
#LLRQiQchoT49zAcJpyUxLbbQJobfHkOJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eUFTiILbiXv7pqBIm666veQFVUlQNaJR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4cee9;background-image:none;position:relative;display:block; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container { background-color: transparent; background-image: none; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container > .video-iframe-container { display: none; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row > .video-iframe-container { display: none; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .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); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container { border-width: 0; border-radius: 0; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#MKcCIpPOUEBXHR3K8ICgA1Ogwp64UTxv { color:#0d1976;display:block;width:38.9375rem;position:absolute;font-family:cairo;font-size:2.8125rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:0.75rem;left:11.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rs3BF6Qkchl1hOkD4PLAEKwT34FzrWEb { color:#ba0484;display:block;width:52.9986875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:6.1875003129244rem;left:4.3411464691162rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NahbAspGOb28O7IOxkPxZ7MRp9VyCmtI { color:#0d1976;display:block;width:21.1875rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:16rem;left:35.9375rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T2cNFkOTD3nFssyQ0kO3aCRJpIuk7BAt { color:#ba0484;display:block;width:51.875rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:18.75rem;left:5.4375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wCsBx06ptBot8HJqeXdceczfcy8nRcQO { color:#0d1976;display:block;width:34rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:20.9375rem;left:23.3125rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#b3puXAg7bbkZ2dIifaFITUeFUKAz8Nlr { color:#0d1976;display:block;width:41.4375rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:23.5rem;left:15.8125rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GytbQBPlkJBGXmaGv8D3XD2kxMxXa8px { color:#0d1976;display:block;width:55.4985rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:31.43701171875rem;left:1.7197265625rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fuqBTi60aow1w9XXOonKgVTnpDMeDfVC { color:#0d1976;display:block;width:55.6245rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:27.2490234375rem;left:1.59375rem;height:3.73779375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ye6v64dPkLqOdItzbf6JlRS2GE82aX3e { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:27.2490234375rem;left:58.18798828125rem;display:block; }
#mLATcMKhLFbKRUSBcUQfmyIpU74n5F97 { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:31.41943359375rem;left:58.18798828125rem;display:block; }
#LcWczDhxsRtamCqlXTyDpOrr9iJNc5Pi { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:23.5625rem;left:58.125rem;display:block; }
#t6zdJLv5RyMZuxA1heXi23cXm4FZunCo { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:20.875rem;left:58.125rem;display:block; }
#vnXn5WC4XRIOpaPw3pArluWS8RbuEe7u { box-sizing:content-box;color:#0d1976;font-size:1.3125rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:16.6875rem;left:58.0625rem;display:block; }
#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d669d;background-image:none;position:relative;display:block; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { background-color: transparent; background-image: none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container > .video-iframe-container { display: none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row > .video-iframe-container { display: none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .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); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { border-width: 0; border-radius: 0; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#ntMvR60dK2WKKGUhI9gaRekmq8fX2FS0 { color:#ffffff;display:block;width:51.5625rem;position:absolute;font-family:hekaya;font-size:2.3125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:1.53125rem;left:3.8115234375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQEAaQv80Es56K10DAigQOPin8Lp4d7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940141;background-image:none;position:relative;display:block; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { background-color: transparent; background-image: none; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container > .video-iframe-container { display: none; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row > .video-iframe-container { display: none; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .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); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { border-width: 0; border-radius: 0; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#gsTUP2O8iF9Tt2I2C6cNJhbAIttBXssF { color:#ffffff;display:block;width:56.0623125rem;position:absolute;font-family:hekaya;font-size:1.5625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:3.5362396240234rem;left:3.0859375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/qYvqB6Aw/IMGL7564_copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd.adaptive-delivery-prevent-bg, #eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd.lazyload, #eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd.lazyloading { background-image: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { background-color: transparent; background-image: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container > .video-iframe-container { display: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row > .video-iframe-container { display: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .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); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { border-width: 0; border-radius: 0; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:60rem;position:relative;display:block; }#pUOVv6eTkXqvw5L6qazPw76hJE4y4Dg0 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:hekaya;font-size:1.4375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:9.9375rem;left:33.0625rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#X6sT9FLgAgcF9mZA12QD0vF6xpILLAOM { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:10.1875rem;left:54.6875rem;display:block; }
#TMKOtLOTdRq4CsFNcwiGAfnMqZlk8raT { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:hekaya;font-size:1.5625rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:4.935546875rem;left:24.2509765625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6QC27ps4xQ7byz3AHwg2dLUOU7iHcZh { box-sizing:content-box;color:#ffffff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:12.5rem;left:54.8125rem;display:block; }
#aVe7UFyMTTB96pxzkMQ3wMUFtdTNUSIe { box-sizing:content-box;color:#ffffff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:14.9375rem;left:54.8125rem;display:block; }
#VgSWBJU4p8SitOo3bb5i5bKRf4TR1uHg { box-sizing:content-box;color:#ffffff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:17.0625rem;left:54.8125rem;display:block; }
#s5waCyn8GdTdJRdvLTby9w669k4TQNNw { color:#ffffff;display:block;width:33.9995625rem;position:absolute;font-family:hekaya;font-size:1.4375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:12.5rem;left:20.3125rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EigyMyEhtaxEypcoQRI5BUMEbBxE8esG { color:#ffffff;display:block;width:41.436625rem;position:absolute;font-family:hekaya;font-size:1.4375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:14.9375rem;left:12.875rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Dwtiui4QmhphgxMkSBfkXiAKOT11UZ5h { color:#ffffff;display:block;width:43.4985625rem;position:absolute;font-family:hekaya;font-size:1.1875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:17.25rem;left:10.8125rem;height:1.54385625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sShV1pWTSQKe82Mhv9s8sxWzsUmDhKXF { z-index:100005;top:13.7763671875rem;left:4.0908203125rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#19232e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8730625rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K00Vt9OQshQUukFcO6nNzIrvu6XXJOZg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { color:#ffffff;display:block;width:38.9355625rem;position:absolute;font-family:hekaya;font-size:3.625rem;font-weight:400;z-index:100009;line-height:1.2;letter-spacing:0;top:0.560546875rem;left:9.46875rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#48b5ce;background-image:none;position:relative;display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { background-color: transparent; background-image: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container > .video-iframe-container { display: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row > .video-iframe-container { display: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .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); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { border-width: 0; border-radius: 0; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#AkN69xS04F96SBAtS5EC0siqFUao8aJc { color:#ffffff;display:block;width:22.7480625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:18.6875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { box-sizing:content-box;color:#fbfeff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:0.8125rem;left:45.3125rem;display:none; }
#R3zxdrF5co39JyD4bgAWuPJDymzv021o { color:#ffffff;display:block;width:41.749rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.44140625rem;left:1.8134765625rem;height:0;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M { display:block; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvnkiTV12yrbniSrvIUffL0zzvI4y9Hv { top:0rem;left:0rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDaWB199SqzhMwZh76nxxNrxCSv5Xnc { top:2.0625rem;left:14.4375rem;width:33.3125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkZasvwfVFwd7woI1x339xvlMQoWauH7 { top:5.875rem;left:14.75rem;width:33rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9O6Az13ISoHgILmydVtOD8eKOlbcBAM { width:17.9375rem;height:2.1875rem;top:16.3125rem;left:5.0625019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #B18ulFg64STEGbWvfOn4StGTAHBO7abS { display:block; }
 }@media only screen and (max-width: 763px) { #E1WFyACFwToREMdhlzZEuMHRK7X4nvIB { top:15.875rem;left:0rem;width:47.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Iw2m01GFJSDypeWpEkNT6xgxDszCJA { width:15.25rem;height:2.3125rem;top:16.0625rem;left:28.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWD0BNtAyuBnRu8mCOi0yJsnQkAVZe5p { display:block; }
 }@media only screen and (max-width: 763px) { #Gxt2L2cTyxPRAnuD9cDq47bXbTDO9gtZ { top:0rem;left:0rem;width:47.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf3dBTgebzH1gGzJvip91ttbo5aeMTUq { top:11.875rem;left:21.1875rem;width:26.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvPcyC9bvTgHAB9KgWez7DwOOXRxwqtF { top:13.5rem;left:0rem;width:23.3125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z { display:block; }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfaVDN2pk9RRtUk0mMElAJ9VTAic71Lm { width:22.8125rem;height:0;top:8.875rem;left:12.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn  { width:18.6875rem;height:auto; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn {display:block;}#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn { width:18.6875rem;height:auto; }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #wQV8AqBtwzgGvM1ToCD8rkOFU2Rf0bIy {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #tfvSoVG8Q3POwu1EXIO2Tozfa36lBT5o {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #FFHcNO6rmRvv56wgh5AnhW07PGNkQbZ4 {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #pT53dmy248StxcqrtC2uThCtkScHJnfB {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #WsVdcRmO4oBs0msOS3EHwdvzSgoCHWTe {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #N3xS5PhBfZ5xXie1gMZllDUXsdVRia3n {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #T9OSEK5LtMGbOHc30HwnTroainvUrM66 {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #AbI9nB9kQ5AcVzgh820B1cf9BgFFf4C0 {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #K4xG24Iltbvzo5ANDXnosOgPXRKIscTL {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #D5TegM2ttKwNct6UMdOiDcVDoBTAWO0f {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #iW39BLT8Jb0TZ7EVQH1CeVsJK9u9T5Sw {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #ABATnm9ztfMHE1yk1z0yfOaDBLNHaDvX {  }
 }@media only screen and (max-width: 763px) { #y2TSmqmKHTKm1poTFV6ZoKSpst3o0cI5 { display:block; }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #LP0tK2Ia10yfAJobBFE3QbyZKKzuUpoT {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #A1QTl7OEZ91odG2wi8aNUHgmmcAxO30f {  }
 }@media only screen and (max-width: 763px) { #UJ9fO90LIo1eTFWVmXESs7JpqxsykfyC { top:2.875rem;left:24.5rem;width:23.25rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhmU68A3DKAJAe5BcrAAafnTWVSPAszH { top:13.125rem;left:0rem;width:31.3125rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGyuzfsDBFtKSbP5mPIuBqM9mXrbBiBc { top:4.1875rem;left:31.75rem;width:16rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiDh9i3EIcyETJoWkCrCDrhnGfKs15ZV { top:39rem;left:0rem;width:23.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTvrvqvhTdGRGauoIR02AnBgJkKwwxlt { width:8rem;height:2.5rem;top:42.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8XMkBBzrEWBGdS5v9HsAiZOd6enzMbk { display:block; }
 }@media only screen and (max-width: 763px) { #RXtVOBExmddix7V6pWmipBsFU5d74EGc { width:8rem;height:2.5rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inWp0HqL73vWLt4DRaqnATAOehrbgNBe { display:block; }
 }@media only screen and (max-width: 763px) { #J6V9aOa0pvk2lUwyimHbAW3TeXQBXmtA { width:8rem;height:2.5rem;top:42.75rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUKKKGr5eEziLAT1uCAsTsRRBtE2d6CT { display:block; }
 }@media only screen and (max-width: 763px) { #l7sDHbC4li6nTFvsq78v6OmgRDdB5AEA { width:8rem;height:2.5rem;top:46.6875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEB7P7HvgiAGyIKLiG7tVZDyDqMQvUBd { display:block; }
 }@media only screen and (max-width: 763px) { #TFczVisBMuhkASql6xqa8bnQ5VyL8FTm { width:8rem;height:2.5rem;top:46.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBNw8eXATRp5fanA7vz4KqDLysdDUInB { display:block; }
 }@media only screen and (max-width: 763px) { #NVPcJm4Ztx9VM5oTDkpwldtygx1LRv51 { width:8rem;height:2.5rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWHWi8zwBNBQCg2iwPIBSp9P5c6E782c { display:block; }
 }@media only screen and (max-width: 763px) { #pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI { display:block; }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5ATUWifTIcmwL9ynveFNd1SMzET5E5W { top:27.6875rem;left:18.8125rem;width:15.3125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMBeudgJs3PhLhgyKnFSxD5iSsUrdSOr { top:29.3125rem;left:11.9375rem;width:12.4375rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FULc317Pf9bOhGw9lJd9l0vr6ZHPCI9b { top:10.9375rem;left:0rem;width:22.5rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsxxU0kImHbyKw6aEwFALw6i4dtEmgMN { top:13.0625rem;left:0rem;width:12.4375rem;height:6.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqGGNElM66itAZJFJXc0pcDzeBM6rE06 { width:9.1875rem;height:2.5rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF6ds3Mp33LkLr1STtN7DkUDmOZ4865C { display:block; }
 }@media only screen and (max-width: 763px) { #Du9P0PbfEt74hxKi0VTU4E89WHKudQvw { top:15.5rem;left:4rem;width:12.1875rem;height:6.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXhMZMNXw5L46A4GzXQSNmMfQqzLPoHT { top:32.5rem;left:24.4375rem;width:11.875rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNACO9EQo9oITByfyRQ4iM06usOn0dL6 { top:10.4375rem;left:0rem;width:25.875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToA8gcUkBVH4DmKko9s83nIgDixMhLrN { top:26.8125rem;left:11.9375rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9nTLKSDXfVlDToAcEbbWz98Pcg8CaNE { width:9.25rem;height:2.5625rem;top:39.9375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2JtSEtl8Om9TWFHssDq0IGGRaqLmOzK { display:block; }
 }@media only screen and (max-width: 763px) { #Tp2TMIxbbyuZ4pBCazqNvgGttG6cVTNV { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBxixz2qLJGXleRVAm5MufPzZ3oo0LEs { top:0.5625rem;left:6.1875rem;width:34rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycdmeRPvALCnKsgp8olQXhsOxA6hxgOR { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H90T3WLZFTe79JhyVyuEl9hZNftUPvFQ { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3VRrbHWMJJnuvOHaerWFoQERT6AlzbX { top:18.6875rem;left:0rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG1u5SdMMd5RKwQVISm2mgevDaFbQbN2 { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKctuvWmxV0bgS91hX1SmUaRWOHtxu8m { top:10.4375rem;left:25.25rem;width:22.5rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT5ArrT7FBFOfx44UT0qB4fIG91LARCS { top:14.8125rem;left:34.3125rem;width:13.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqDhJd4vxHuz3EJsUtlTuuJ8B5qHNmWz { width:9.1875rem;height:2.5rem;top:22.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZCqk9scWr58G6gz7SWp92UoQqKu8TQw { display:block; }
 }@media only screen and (max-width: 763px) { #EWBSd7yDK6OGmX6DXluMwWss3yJVqTvn { top:35.3125rem;left:16.375rem;width:2.8125rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwSQC762FD3K3kJmqMEX5BsZvo7o096H { top:1.3125rem;left:6.125rem;width:34.3125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1eDCvU7pGKLTL6Uqe3oShQtTZ7TmCTX { top:14.1875rem;left:28.6875rem;width:11.4375rem;height:6.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2yOAklgmp0Afu8iM3gaMssw23m7kJRp { top:19.5rem;left:33.375rem;width:2.4375rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqgoRzd1XylvpnU1Z7l0KAJ7tx6XU2wk { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZGuM4s7TPvz7pdrlcmCINUN0t5loLW4 { top:9.9375rem;left:21.625rem;width:25.875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrTTVJ9ZdlshWBPeS20LBeGKFMnxuk8O { display:block; }#qrTTVJ9ZdlshWBPeS20LBeGKFMnxuk8O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIIQsuxMlwq4HxZL7CXo0otJzsb20v2J { width:10.375rem;height:2.8125rem;top:64.375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaRNfxDDFgKupotip3oSyr4TBpqxlVFU { display:block; }
 }@media only screen and (max-width: 763px) { #lcXlLXg0VtaVZwMxKfBpZoeZAcFrdANn { top:60.25rem;left:30.6875rem;width:16.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAtlVlG8HNEeqISIzDizzR6vQTAoJncA { top:58.8125rem;left:33.1875rem;width:14.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #huTPI36K9tgcUeBx1caWwT7QhlqDvENO { top:58.875rem;left:35.25rem;width:12.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3goWKfIToAZw54hXgkad2eWtG3HBUmA { top:47.3125rem;left:34.9375rem;width:12.8125rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEziBTQ5OSla9pT0lIGCn3LgWVGlL5mQ { top:41.375rem;left:30.6875rem;width:16.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZIvGQQ3gIQsOLneLt4Ein7TRmL6KdM4 { top:40.25rem;left:32rem;width:15.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF9goSCARXJnZGq06xg65zx7rvX2mH9k { top:40.4375rem;left:35.25rem;width:12.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur9mgGCZSNIFpczAWVO2pktcMoy5GOqO { width:9.6875rem;height:2.8125rem;top:53.4375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGvvITi2nbLrn32CoQMfMHy14qs8Cf1Z { display:block; }
 }@media only screen and (max-width: 763px) { #s8SCHUDkEsKlI0t1Nd04KXgTxfd9XIRf { top:2.875rem;left:17.0625rem;width:16.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKzMItQJDn7bTR3DgsrqNFZFlkipRWzR { top:1.75rem;left:17.9375rem;width:15.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHqk5Fg7IP2NUAng47OqmlvXArlcGANP { top:1.9375rem;left:19.3125rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL0O0DnE2qswkwq46NtgcUnFt65C14yD { width:9.6875rem;height:2.8125rem;top:15.5625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LToz1viQzRNprekRHuys6OPJSRQyyKbV { display:block; }
 }@media only screen and (max-width: 763px) { #KANMEARkDHSWthA5bsMGD667vCGf3hvy { top:26.625rem;left:0.75rem;width:12.8125rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCkfvTXbScyyey8fNgHlzvKpOA67IMzr { top:21.875rem;left:0rem;width:16.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGHXGqs0XKGmKgROL11l1LqtR9yfB7Nb { top:20.75rem;left:0rem;width:15.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ5W7e2WsNXkwBTbnPKPXiK3XZQKnn2C { top:20.9375rem;left:0.875rem;width:12.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4mt2RICoIddeSVdkEUzgKGn0uLA9Chn { width:9.6875rem;height:2.8125rem;top:33.9375rem;left:2.2197265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csIJU1zGiR1tgCSWcZMlhZNNFOdNMu9S { display:block; }
 }@media only screen and (max-width: 763px) { #npa8xxMf9TTInm5Pk1a0pwZWI59Ifa3W { top:6.5rem;left:18.6875rem;width:13.8125rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGFKWrJ1mOKb5f3wxdcTcmiBN8TDXgxZ { top:71.375rem;left:30.75rem;width:16.75rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPkB6bevB1B3paPvnh5udSeR8Qs34fdJ { top:69.75rem;left:32rem;width:15.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1kbtIUtbda5Xp5PFGTwAqUi2ge3ExOw { top:69.9375rem;left:34rem;width:13.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPgyulPJDHbuCT6N9KX0E8naGJAEonv0 { top:74.1875rem;left:31.9375rem;width:15.8125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK0H6h4q7KUHQrbTSpkBdllfyehpf7qq { width:9.6875rem;height:2.8125rem;top:78.3125rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBXaMF9qu2wnTBTF8bX1s1IKMTQ0Lv3n { display:block; }
 }@media only screen and (max-width: 763px) { #FFRWCPb9WTzip5TuH6WV1ssqvqaOm1AV { top:21.375rem;left:30.6875rem;width:16.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bezJF0SfLVGDE1sJvQWCzizPVPFB9HoG { top:21.375rem;left:31.9375rem;width:15.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5Ugqodq7cETuLVHotVBLNTvon56CDPT { top:28.625rem;left:34.9375rem;width:12.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew47hhDhJoe9QyiUOoC0mXbanpKaIgfo { top:21.5625rem;left:35.25rem;width:12.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb4GIMa8GbLSsd6b6JvwATDS4W7RRQQE { width:9.6875rem;height:2.8125rem;top:33.4375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffX1zIpSFE5OoL4grB9dRMI6HWTJtoU8 { display:block; }
 }@media only screen and (max-width: 763px) { #FGiL0eI18JgCMISxTCMxSAxWC3fn461I { top:66.625rem;left:0rem;width:15.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTEfZ2rwW8uTWQMJlhTdJx5SLuIx7hUI { top:63.625rem;left:0rem;width:16.6875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckid3whs3P9HiiJG7qdtcTAqOmqtwQqv { top:62rem;left:0rem;width:15.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS642Rp3WAsMywHXTN7muuoJzTFZk0ga { top:62.1875rem;left:1.125rem;width:13.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlwfyn4s1Wu9B83Tfz5GX2UWZSxaeHDs { width:9.6875rem;height:2.8125rem;top:73.0625rem;left:2.281982421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvZ7VHtNQBI3dCnWmxLMWV6iX3DWxZt9 { display:block; }
 }@media only screen and (max-width: 763px) { #rre2deVmZXBaNy1H2SatpmPv1ucUBZlL { top:103.9375rem;left:0.0625rem;width:16.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoOG9FTlNitTNH5tARzfQgzsoSFbQxHE { top:102.8125rem;left:0.9375rem;width:15.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui6iPmRmCUET4aFc3ndiXLVdaDkhiaW3 { top:107.375rem;left:2.2197265625rem;width:12.8125rem;height:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agfLCTXK3ZR6QVfkVbGmQeVtHK2CMixC { top:103.875rem;left:2.125rem;width:12.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge1kKJlToJcTJcS5yXEH1GTiHr17w4lq { width:9.6875rem;height:2.8125rem;top:116rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA7ay7MyGbPfIS6lE2u46fxpk8EaI6kV { display:block; }
 }@media only screen and (max-width: 763px) { #sgCToVoN7BmPSWzuFTyDOi2deZFR7xtB { top:85.75rem;left:0.1875rem;width:15.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwNK0ila5cQJtctGMbiwEpWHpN7axe9r { top:86.8125rem;left:1.375rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6fxsJbMZBFHeadqaF6Qw9T8NIUTsERG { top:86.625rem;left:0rem;width:16.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIc25lPr6EpLuFAPy4Gs0kmUJ8nDX8fr { top:93.0625rem;left:1.1875rem;width:12.8125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr7h7tfL67sTX7VbTTJLSd8IkQBIVqW8 { width:9.6875rem;height:2.8125rem;top:98.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9OyVzaAt9CPsbVQ8sdmkOXFSse2H5oe { display:block; }
 }@media only screen and (max-width: 763px) { #wgaZw1aAmoNcLI1zCBDCMSfUer3b9ekS { top:86.4375rem;left:30.25rem;width:17.25rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgB4vFvz89I5xWlNCZ3eSvaztGFZz425 { top:85rem;left:33.1875rem;width:14.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKpkbfT8pw8TRtM1wbCninkxVG2dUTD1 { top:85.0625rem;left:35.25rem;width:12.5rem;height:7.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4ySKEALIagyc6nP7OD6DJKNHAT2VO4L { width:9.6875rem;height:2.8125rem;top:91.5625rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwQx76ftrNu3J8rLWp4MIuqvBqhIHF7E { display:block; }
 }@media only screen and (max-width: 763px) { #SAGlVUsPhCVFayer8tauHo2MmuOGLyJl { top:43.1875rem;left:0rem;width:16.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9mXr1kfNUWVpS0KW9c0HtHdMyENiymC { top:42.0625rem;left:0rem;width:15.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZbG7hA3od3LgBnrN26AXlwwhPIgN5ko { top:42.1875rem;left:0.8125rem;width:13.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRB2H4ewTumHOXWzk6JfsOTCPDVtEiGw { top:47.3125rem;left:0.75rem;width:12.8125rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR0Kc6nogmoEClm27odUvO9rGveClshn { width:9.6875rem;height:2.8125rem;top:54.75rem;left:2.5322265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0QXDQZZuTTD9hzDCsIFBG3ZMPc24SNz { display:block; }
 }@media only screen and (max-width: 763px) { #VksOw4c9gK23GBKJ6UHnef4GZBRvkdgF { top:99.5rem;left:30.25rem;width:17.25rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4uEgZtgQFu0gSdoDNhrfJeb1ZFhP5Nm { top:98.0625rem;left:33.1875rem;width:14.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHws5iR5qB3buD6Fk0HsnTkJQZ3d4Ars { top:98.125rem;left:35.25rem;width:12.5rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNbHcXOfDxAy0CF7CdvJbhexQG80KTzz { width:9.6875rem;height:2.8125rem;top:104.625rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aekhPKaSz4nfmhNcT9em9iXnD6XfNZoo { display:block; }
 }@media only screen and (max-width: 763px) { #wcGcUNCeUBPQzITaGcpszz3ipQOEUmo6 { top:112.375rem;left:30.25rem;width:17.25rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6buiHEBwbSxezGDxdUJ9iBKtExFJ2vS { top:110.9375rem;left:33.1875rem;width:14.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE5LoX67cSOhLA5ypnnGg8MzwAPMitg2 { top:111rem;left:35.25rem;width:12.5rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4MStgOGeH57HX0CGm9oRg0uwTQadJDT { width:9.6875rem;height:2.8125rem;top:117.3125rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK3zTmkEa4MhmklmdR1t3TvT5ZkK5MHd { display:block; }
 }@media only screen and (max-width: 763px) { #rFImvegbEyKHFuGRXaBwbNMXwtDxsmW4 { top:84.25rem;left:0rem;width:16.8125rem;height:13.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mph4uNtsOGI9v3zEXcaIN6NDDLi0uXMi { width:9.6875rem;height:2.8125rem;top:78.3125rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydcIVODmA4Q8J3a4xfklAhyhgdFSTyTa { display:block; }
 }@media only screen and (max-width: 763px) { #Q959TZPT7dm5idLPvm0fZxGnqPHGazep { width:9.6875rem;height:2.8125rem;top:117.5rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdDwnHNeFhudHOqqX1wQHeDwPyx6Pr9D { display:block; }
 }@media only screen and (max-width: 763px) { #I7JgTNXJQHzfTIG09zhqyA6fwOaWuGgb { top:118.625rem;left:44.8125rem;width:2.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcpD68yMWbiZV4Gz5An5z2a4I4mfnPqU { top:124.3125rem;left:30.6875rem;width:16.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PADuIakJVVCZ2PDsiWWp8Wzy0C9ST1Lf { top:123.25rem;left:32.0625rem;width:15.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKG9xxtSqsLzEEnIiOFMNqTE0AwTiiVy { top:123.25rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXHM9ZUlF0Tz3954vXu9q5psy5EKBPwH { top:129.0625rem;left:34.9375rem;width:12.8125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty4UzRCNAhTVrmL7yeglV0KBhEKwdn7Q { width:9.6875rem;height:2.8125rem;top:136.5625rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xenWd6Dy9iwsoMe6AIKPFXwm7mh9mdm4 { display:block; }
 }@media only screen and (max-width: 763px) { #H6cho8uEkqirTADd2Vy30tlQ0sbBKF7x { top:123.1875rem;left:0.375rem;width:16.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6n9ZJcDktTuaBi8cARDCukBOd92Ctl8 { top:122.0625rem;left:0.75rem;width:15.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weNSHcQGEdLIr7IXIIpc53cg59zIQIsu { top:123.125rem;left:2.2197265625rem;width:12.5rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIxVtHRTKiXTXSFHhKeUmPITwMDFGQ7D { top:128.8125rem;left:2.576171875rem;width:12.8125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIuddSTuoF859hxEzathmTRBStmWo1k6 { width:9.6875rem;height:2.8125rem;top:136rem;left:3.893310546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSHxr3FvJTcC67oaHDmibKTzKdm5LrU0 { display:block; }
 }@media only screen and (max-width: 763px) { #KJEPtkpysd9XRn83iXCopQMFd49ies9y { top:146.0625rem;left:30.75rem;width:16.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqFpWRW98ErCgQTuzyLbecgGEO21fOc0 { top:144.9375rem;left:32.0625rem;width:15.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFxrsi19fPI3gJRQnAcJMn4L2fU0SuTQ { top:146rem;left:34.75rem;width:12.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L38Qz6KhgmKki6MG8DBC7yJ9fFuX4n9O { top:151.6875rem;left:34.9375rem;width:12.8125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc35TQPHPvTxttsIaNTTwRWJFqSiNh51 { width:9.6875rem;height:2.8125rem;top:158.9375rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfRQdIaHScIOiu8S3TSnwP22ooUVoryO { display:block; }
 }@media only screen and (max-width: 763px) { #ZprR62NLgZ6L0GzPPx5QwaKvHHPdhubI { top:145.4375rem;left:0.375rem;width:16.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ3TVMwuzFE4fNGETM3ktrN9ziVwl43s { top:144.375rem;left:0.75rem;width:15.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCLANhnAKpnOaS4F30Wo1Kr8Q3l0sShd { top:145.4375rem;left:2.1875rem;width:12.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoeIFWZD96Nz794ORsUS2AwK32kKtq9c { top:151.125rem;left:2.5625rem;width:12.8125rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvZB4SHroViHiVzZsGSNkcaldSgO0JMV { width:9.6875rem;height:2.8125rem;top:158.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6tInfbFyRladix46ZKr4osVLoPMc6ex { display:block; }
 }@media only screen and (max-width: 763px) { #rZVfGSl2AHowzVWr7bFTX5rtDr856xsP { top:166.25rem;left:14.8125rem;width:16.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkTh1J4H7qd7RGW1Cb0aTEFr7IFSgTZI { top:165.125rem;left:15.1875rem;width:15.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsKmg3aaP8gTQK0cgeUSBHpn65PvLR8U { top:165.6875rem;left:16.9375rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0ykfwPsssPOm8DqIRD3mIlJ6SMDUCQS { top:171.875rem;left:17rem;width:12.8125rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUxQ6RrpL68lpqL4SaLzQvGdozQ9NlIR { width:9.6875rem;height:2.8125rem;top:179rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLRQiQchoT49zAcJpyUxLbbQJobfHkOJ { display:block; }
 }@media only screen and (max-width: 763px) { #eUFTiILbiXv7pqBIm666veQFVUlQNaJR { display:block; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKcCIpPOUEBXHR3K8ICgA1Ogwp64UTxv { width:38.875rem;height:3.625rem;top:0.75rem;left:5.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs3BF6Qkchl1hOkD4PLAEKwT34FzrWEb { width:47.75rem;height:3.25rem;top:6.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NahbAspGOb28O7IOxkPxZ7MRp9VyCmtI { top:16rem;left:26.5625rem;width:21.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2cNFkOTD3nFssyQ0kO3aCRJpIuk7BAt { top:18.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCsBx06ptBot8HJqeXdceczfcy8nRcQO { top:20.9375rem;left:13.75rem;width:33.9375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3puXAg7bbkZ2dIifaFITUeFUKAz8Nlr { top:23.5rem;left:6.3125rem;width:41.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GytbQBPlkJBGXmaGv8D3XD2kxMxXa8px { top:31.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuqBTi60aow1w9XXOonKgVTnpDMeDfVC { top:27.1875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye6v64dPkLqOdItzbf6JlRS2GE82aX3e { top:27.1875rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLATcMKhLFbKRUSBcUQfmyIpU74n5F97 { top:31.375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcWczDhxsRtamCqlXTyDpOrr9iJNc5Pi { top:23.5625rem;left:46rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6zdJLv5RyMZuxA1heXi23cXm4FZunCo { top:20.875rem;left:46rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnXn5WC4XRIOpaPw3pArluWS8RbuEe7u { top:16.6875rem;left:45.9375rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { display:block; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntMvR60dK2WKKGUhI9gaRekmq8fX2FS0 { width:47.75rem;height:6rem;top:1.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQEAaQv80Es56K10DAigQOPin8Lp4d7b { display:block; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsTUP2O8iF9Tt2I2C6cNJhbAIttBXssF { width:47.75rem;height:4.0625rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd { display:block; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUOVv6eTkXqvw5L6qazPw76hJE4y4Dg0 { top:9.9375rem;left:26.5625rem;width:21.1875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6sT9FLgAgcF9mZA12QD0vF6xpILLAOM { top:10.1875rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKOtLOTdRq4CsFNcwiGAfnMqZlk8raT { width:8.3125rem;height:2rem;top:4.875rem;left:18.1259765625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6QC27ps4xQ7byz3AHwg2dLUOU7iHcZh { top:12.5rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVe7UFyMTTB96pxzkMQ3wMUFtdTNUSIe { top:14.9375rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgSWBJU4p8SitOo3bb5i5bKRf4TR1uHg { top:17.0625rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5waCyn8GdTdJRdvLTby9w669k4TQNNw { top:12.5rem;left:13.8125rem;width:33.9375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EigyMyEhtaxEypcoQRI5BUMEbBxE8esG { top:14.9375rem;left:6.375rem;width:41.375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwtiui4QmhphgxMkSBfkXiAKOT11UZ5h { top:17.25rem;left:4.3125rem;width:43.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sShV1pWTSQKe82Mhv9s8sxWzsUmDhKXF { top:13.75rem;left:0rem;width:10.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K00Vt9OQshQUukFcO6nNzIrvu6XXJOZg { display:block; }
 }@media only screen and (max-width: 763px) { #h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { width:38.875rem;height:6.3125rem;top:0.5rem;left:3.34375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { top:4.5625rem;left:12.5625rem;width:22.6875rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { top:0.8125rem;left:39.1875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { top:1.4375rem;left:0rem;width:41.6875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { background-color: transparent; background-image: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .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); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { border-width: 0; border-radius: 0; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvnkiTV12yrbniSrvIUffL0zzvI4y9Hv { width:6.936875rem;height:7.061625rem;top:0rem;left:6.5310330986975rem;z-index:100079;display:block; }
 }@media only screen and (max-width: 763px) { #fTDaWB199SqzhMwZh76nxxNrxCSv5Xnc { width:20rem;height:1.875rem;top:7.0605473518369rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:hekaya;line-height:1.5;color:#1f4a79;font-weight:400;font-style:normal;z-index:100080;display:block; }
 }@media only screen and (max-width: 763px) { #WkZasvwfVFwd7woI1x339xvlMQoWauH7 { width:20rem;height:4.14375rem;top:8.935546875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9O6Az13ISoHgILmydVtOD8eKOlbcBAM { width:7.78908375rem;height:2.415365rem;top:17.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B18ulFg64STEGbWvfOn4StGTAHBO7abS { display:block; }
 }@media only screen and (max-width: 763px) { #E1WFyACFwToREMdhlzZEuMHRK7X4nvIB { width:20rem;height:3.75rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Iw2m01GFJSDypeWpEkNT6xgxDszCJA { width:7.89583375rem;height:2.375rem;top:17.8125rem;left:11.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWD0BNtAyuBnRu8mCOi0yJsnQkAVZe5p { display:block; }
 }@media only screen and (max-width: 763px) { #Gxt2L2cTyxPRAnuD9cDq47bXbTDO9gtZ { width:20rem;height:16.8125rem;top:22.95556640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vf3dBTgebzH1gGzJvip91ttbo5aeMTUq { width:20rem;height:2.925rem;top:13.437500953674rem;left:0rem;font-size:1.125rem;text-shadow:0.25rem 0.25rem 0.375rem rgba(0,0,0,0.5);font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CvPcyC9bvTgHAB9KgWez7DwOOXRxwqtF { width:9.8125rem;height:9.8125rem;top:20.6875rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z { background-color:transparent;background-image:none;display:block; }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .row .container { background-color: transparent; background-image: none; }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .row .container > .video-iframe-container { display: none; }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .row > .video-iframe-container { display: none; }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .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); }#TAXVK3CbvTTlF9RMKAHqgToVhJbdkB3Z > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfaVDN2pk9RRtUk0mMElAJ9VTAic71Lm { width:20rem;height:0;top:7.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-form-header {  }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#dfdfdf;width:14.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:right;text-align-last:right;line-height:1.3; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:14.75rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-input-text {padding-top: 0; padding-bottom: 0;}#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:14.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:14.75rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-input-select {padding-top: 0; padding-bottom: 0;}#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .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; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-input-button { background-color:#e1096b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:14.75rem;height:2.8125rem;font-family:montserrat;overflow:hidden; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.5625rem;overflow:hidden;font-style:normal; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .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; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#dfdfdf;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-container:first-of-type{padding-top:0;}#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-container:last-of-type{padding-bottom:0;}#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.4375rem;top:8.25rem;z-index:100041; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.75rem;display:block;vertical-align:top; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn {display:block;}#sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.4375rem;top:8.25rem;z-index:100041; }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #wQV8AqBtwzgGvM1ToCD8rkOFU2Rf0bIy {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #tfvSoVG8Q3POwu1EXIO2Tozfa36lBT5o {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #FFHcNO6rmRvv56wgh5AnhW07PGNkQbZ4 {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #pT53dmy248StxcqrtC2uThCtkScHJnfB {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #WsVdcRmO4oBs0msOS3EHwdvzSgoCHWTe {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #N3xS5PhBfZ5xXie1gMZllDUXsdVRia3n {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #T9OSEK5LtMGbOHc30HwnTroainvUrM66 {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #AbI9nB9kQ5AcVzgh820B1cf9BgFFf4C0 {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #K4xG24Iltbvzo5ANDXnosOgPXRKIscTL {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #D5TegM2ttKwNct6UMdOiDcVDoBTAWO0f {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #iW39BLT8Jb0TZ7EVQH1CeVsJK9u9T5Sw {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #ABATnm9ztfMHE1yk1z0yfOaDBLNHaDvX {  }
 }@media only screen and (max-width: 763px) { #y2TSmqmKHTKm1poTFV6ZoKSpst3o0cI5 { display:block; }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #LP0tK2Ia10yfAJobBFE3QbyZKKzuUpoT {  }
 }@media only screen and (max-width: 763px) { #sG0yCz1iuHzzv3ELTJARBxozRSTIuTEn #A1QTl7OEZ91odG2wi8aNUHgmmcAxO30f {  }
 }@media only screen and (max-width: 763px) { #UJ9fO90LIo1eTFWVmXESs7JpqxsykfyC { width:16.9375rem;height:26.5625rem;top:6.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhmU68A3DKAJAe5BcrAAafnTWVSPAszH { width:19.9375rem;height:4.25rem;top:1rem;left:-0.125rem;font-size:1.25rem;color:#150c0d;display:block; }
 }@media only screen and (max-width: 763px) { #LGyuzfsDBFtKSbP5mPIuBqM9mXrbBiBc { width:14.25rem;height:1.4625rem;top:6.8125rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiDh9i3EIcyETJoWkCrCDrhnGfKs15ZV { width:19.9980625rem;height:1.4375rem;top:27.28125rem;left:0rem;font-size:1.125rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #BTvrvqvhTdGRGauoIR02AnBgJkKwwxlt { width:8rem;height:2.5rem;top:30.25rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8XMkBBzrEWBGdS5v9HsAiZOd6enzMbk { display:block; }
 }@media only screen and (max-width: 763px) { #RXtVOBExmddix7V6pWmipBsFU5d74EGc { width:8rem;height:2.5rem;top:34.1875rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #inWp0HqL73vWLt4DRaqnATAOehrbgNBe { display:block; }
 }@media only screen and (max-width: 763px) { #J6V9aOa0pvk2lUwyimHbAW3TeXQBXmtA { width:8rem;height:2.5rem;top:30.25rem;left:10.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUKKKGr5eEziLAT1uCAsTsRRBtE2d6CT { display:block; }
 }@media only screen and (max-width: 763px) { #l7sDHbC4li6nTFvsq78v6OmgRDdB5AEA { width:8rem;height:2.5rem;top:34.1875rem;left:10.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEB7P7HvgiAGyIKLiG7tVZDyDqMQvUBd { display:block; }
 }@media only screen and (max-width: 763px) { #TFczVisBMuhkASql6xqa8bnQ5VyL8FTm { width:8rem;height:2.5rem;top:38rem;left:10.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBNw8eXATRp5fanA7vz4KqDLysdDUInB { display:block; }
 }@media only screen and (max-width: 763px) { #NVPcJm4Ztx9VM5oTDkpwldtygx1LRv51 { width:8rem;height:2.5rem;top:38rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWHWi8zwBNBQCg2iwPIBSp9P5c6E782c { display:block; }
 }@media only screen and (max-width: 763px) { #pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI { display:block; }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI { background-color: transparent; background-image: none; }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row .container > .video-iframe-container { display: none; }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row > .video-iframe-container { display: none; }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .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); }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI { border-width: 0; border-radius: 0; }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row .container { width:20rem;height:58.6875rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row .container.adaptive-delivery-prevent-bg, #pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row .container.lazyload, #pWkDyNFhcEVidmdwbDaBoyvWw9cRo5BI > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #a5ATUWifTIcmwL9ynveFNd1SMzET5E5W { width:15.3105625rem;height:2.475rem;top:41.9375rem;left:2.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cMBeudgJs3PhLhgyKnFSxD5iSsUrdSOr { width:7.5rem;height:4.0625rem;top:47.9599609375rem;left:0.65234375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FULc317Pf9bOhGw9lJd9l0vr6ZHPCI9b { width:16.0625rem;height:1.375rem;top:24.5625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KsxxU0kImHbyKw6aEwFALw6i4dtEmgMN { width:7.1220625rem;height:3.9rem;top:31.6220703125rem;left:0.8408203125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqGGNElM66itAZJFJXc0pcDzeBM6rE06 { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF6ds3Mp33LkLr1STtN7DkUDmOZ4865C { display:block; }
 }@media only screen and (max-width: 763px) { #Du9P0PbfEt74hxKi0VTU4E89WHKudQvw { width:15.2480625rem;height:4.95rem;top:26.7353515625rem;left:2.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cXhMZMNXw5L46A4GzXQSNmMfQqzLPoHT { width:18.3115rem;height:4.4625rem;top:44.412109375rem;left:0.8427734375rem;font-size:0.875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SNACO9EQo9oITByfyRQ4iM06usOn0dL6 { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToA8gcUkBVH4DmKko9s83nIgDixMhLrN { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9nTLKSDXfVlDToAcEbbWz98Pcg8CaNE { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2JtSEtl8Om9TWFHssDq0IGGRaqLmOzK { display:block; }
 }@media only screen and (max-width: 763px) { #Tp2TMIxbbyuZ4pBCazqNvgGttG6cVTNV { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBxixz2qLJGXleRVAm5MufPzZ3oo0LEs { width:18.9375rem;height:4.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycdmeRPvALCnKsgp8olQXhsOxA6hxgOR { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #bdc0c4, #ffffff);background-image: -moz-linear-gradient(302deg, #bdc0c4, #ffffff);background-image: -ms-linear-gradient(302deg, #bdc0c4, #ffffff);background-image: -o-linear-gradient(302deg, #bdc0c4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc0c4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc0c4', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #bdc0c4, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #H90T3WLZFTe79JhyVyuEl9hZNftUPvFQ { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #bdc0c4, #ffffff);background-image: -moz-linear-gradient(302deg, #bdc0c4, #ffffff);background-image: -ms-linear-gradient(302deg, #bdc0c4, #ffffff);background-image: -o-linear-gradient(302deg, #bdc0c4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc0c4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc0c4', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #bdc0c4, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z3VRrbHWMJJnuvOHaerWFoQERT6AlzbX { width:2.875rem;height:0;top:57.58203125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #kG1u5SdMMd5RKwQVISm2mgevDaFbQbN2 { width:4.6875rem;height:1.8rem;top:34.9501953125rem;left:2.34375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;z-index:100182;display:block; }
 }@media only screen and (max-width: 763px) { #OKctuvWmxV0bgS91hX1SmUaRWOHtxu8m { width:20rem;height:1.375rem;top:7.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yT5ArrT7FBFOfx44UT0qB4fIG91LARCS { width:12.4375rem;height:4.875rem;top:11.34375rem;left:6.77734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqDhJd4vxHuz3EJsUtlTuuJ8B5qHNmWz { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZCqk9scWr58G6gz7SWp92UoQqKu8TQw { display:block; }
 }@media only screen and (max-width: 763px) { #EWBSd7yDK6OGmX6DXluMwWss3yJVqTvn { width:5.061525rem;height:1.6875rem;top:51.9599609375rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #XwSQC762FD3K3kJmqMEX5BsZvo7o096H { width:19.6875rem;height:3.4125rem;top:0.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.3125rem 0.3125rem 6.25rem #999999;display:block; }
 }@media only screen and (max-width: 763px) { #K1eDCvU7pGKLTL6Uqe3oShQtTZ7TmCTX { width:4.875rem;height:2.6rem;top:11.34375rem;left:1.96484375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2yOAklgmp0Afu8iM3gaMssw23m7kJRp { width:2.4375rem;height:auto;top:19.5rem;left:8.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #ZqgoRzd1XylvpnU1Z7l0KAJ7tx6XU2wk { width:4.6875rem;height:1.8rem;top:14.48046875rem;left:0.8408203125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;z-index:100183;display:block; }
 }@media only screen and (max-width: 763px) { #NZGuM4s7TPvz7pdrlcmCINUN0t5loLW4 { width:19.75rem;height:14.1875rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrTTVJ9ZdlshWBPeS20LBeGKFMnxuk8O { display:block; }#qrTTVJ9ZdlshWBPeS20LBeGKFMnxuk8O > .row .container { width:20rem;height:291rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIIQsuxMlwq4HxZL7CXo0otJzsb20v2J { width:10.375rem;height:2.8125rem;top:51.9375rem;left:5.625rem;z-index:100125;display:block; }
 }@media only screen and (max-width: 763px) { #xaRNfxDDFgKupotip3oSyr4TBpqxlVFU { display:block; }
 }@media only screen and (max-width: 763px) { #lcXlLXg0VtaVZwMxKfBpZoeZAcFrdANn { width:16.8125rem;height:5.4375rem;top:47.8125rem;left:2.3125rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EAtlVlG8HNEeqISIzDizzR6vQTAoJncA { width:14.5625rem;height:2.5rem;top:47.1875rem;left:3.5625rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #huTPI36K9tgcUeBx1caWwT7QhlqDvENO { width:12.5rem;height:2.35625rem;top:47.25rem;left:4.625rem;font-size:1.8125rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #C3goWKfIToAZw54hXgkad2eWtG3HBUmA { width:12.8125rem;height:3.65625rem;top:37.3740234375rem;left:3.311767578125rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #bEziBTQ5OSla9pT0lIGCn3LgWVGlL5mQ { width:16.8125rem;height:8.4375rem;top:33.875rem;left:1.5rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yZIvGQQ3gIQsOLneLt4Ein7TRmL6KdM4 { width:15.75rem;height:4.625rem;top:32.125rem;left:2.3125rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #pF9goSCARXJnZGq06xg65zx7rvX2mH9k { width:12.5rem;height:3.575rem;top:32.3125rem;left:3.6875rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #ur9mgGCZSNIFpczAWVO2pktcMoy5GOqO { width:9.6875rem;height:2.8125rem;top:41.937255859375rem;left:5.15625rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #MGvvITi2nbLrn32CoQMfMHy14qs8Cf1Z { display:block; }
 }@media only screen and (max-width: 763px) { #s8SCHUDkEsKlI0t1Nd04KXgTxfd9XIRf { width:16.8125rem;height:10.5rem;top:1.3125rem;left:1.75rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WKzMItQJDn7bTR3DgsrqNFZFlkipRWzR { width:15.8125rem;height:2.5rem;top:0rem;left:2.1875rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #qHqk5Fg7IP2NUAng47OqmlvXArlcGANP { width:12.5rem;height:1.7875rem;top:0.375rem;left:3.875rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #hL0O0DnE2qswkwq46NtgcUnFt65C14yD { width:9.6875rem;height:2.8125rem;top:11.078125rem;left:5.15625rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #LToz1viQzRNprekRHuys6OPJSRQyyKbV { display:block; }
 }@media only screen and (max-width: 763px) { #KANMEARkDHSWthA5bsMGD667vCGf3hvy { width:12.8125rem;height:3.65625rem;top:22.5625rem;left:3.90625rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #nCkfvTXbScyyey8fNgHlzvKpOA67IMzr { width:16.8125rem;height:10.125rem;top:17.875rem;left:1.9375rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LGHXGqs0XKGmKgROL11l1LqtR9yfB7Nb { width:15.8125rem;height:4.375rem;top:16.25rem;left:2.625rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #BJ5W7e2WsNXkwBTbnPKPXiK3XZQKnn2C { width:12.5rem;height:3.575rem;top:16.4375rem;left:4rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #F4mt2RICoIddeSVdkEUzgKGn0uLA9Chn { width:9.6875rem;height:2.8125rem;top:27.0625rem;left:5.5rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #csIJU1zGiR1tgCSWcZMlhZNNFOdNMu9S { display:block; }
 }@media only screen and (max-width: 763px) { #npa8xxMf9TTInm5Pk1a0pwZWI59Ifa3W { width:13.8125rem;height:6.09375rem;top:3.640625rem;left:3.09375rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #yGFKWrJ1mOKb5f3wxdcTcmiBN8TDXgxZ { width:16.75rem;height:8.5625rem;top:60.4375rem;left:2.4375rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vPkB6bevB1B3paPvnh5udSeR8Qs34fdJ { width:15.75rem;height:3.375rem;top:59.375rem;left:3.0625rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #N1kbtIUtbda5Xp5PFGTwAqUi2ge3ExOw { width:13.75rem;height:1.7875rem;top:59.75rem;left:4.3125rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #lPgyulPJDHbuCT6N9KX0E8naGJAEonv0 { width:16.0625rem;height:3.4130875rem;top:63.125rem;left:2.9375rem;font-size:0.875rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #RK0H6h4q7KUHQrbTSpkBdllfyehpf7qq { width:9.6875rem;height:2.8125rem;top:67.3125rem;left:6.125rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #xBXaMF9qu2wnTBTF8bX1s1IKMTQ0Lv3n { display:block; }
 }@media only screen and (max-width: 763px) { #FFRWCPb9WTzip5TuH6WV1ssqvqaOm1AV { width:16.8125rem;height:9rem;top:131.5rem;left:1.625rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bezJF0SfLVGDE1sJvQWCzizPVPFB9HoG { width:15.8125rem;height:4.375rem;top:131.5rem;left:2.5rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #c5Ugqodq7cETuLVHotVBLNTvon56CDPT { width:12.8125rem;height:1.21875rem;top:137.25rem;left:3.625rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #ew47hhDhJoe9QyiUOoC0mXbanpKaIgfo { width:12.5rem;height:1.7875rem;top:132.375rem;left:4.4375rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #lb4GIMa8GbLSsd6b6JvwATDS4W7RRQQE { width:9.6875rem;height:2.8125rem;top:139.9375rem;left:5.4375rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #ffX1zIpSFE5OoL4grB9dRMI6HWTJtoU8 { display:block; }
 }@media only screen and (max-width: 763px) { #FGiL0eI18JgCMISxTCMxSAxWC3fn461I { width:16.375rem;height:3.4130875rem;top:76.625rem;left:2rem;font-size:0.875rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #wTEfZ2rwW8uTWQMJlhTdJx5SLuIx7hUI { width:16.75rem;height:8.5625rem;top:214.625rem;left:1.9375rem;z-index:99961;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ckid3whs3P9HiiJG7qdtcTAqOmqtwQqv { width:15.75rem;height:3.375rem;top:72.625rem;left:2.125rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #pS642Rp3WAsMywHXTN7muuoJzTFZk0ga { width:13.75rem;height:1.7875rem;top:73.4375rem;left:3.75rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #Hlwfyn4s1Wu9B83Tfz5GX2UWZSxaeHDs { width:9.6875rem;height:2.8125rem;top:221.5625rem;left:5.625rem;z-index:99989;display:none; }
 }@media only screen and (max-width: 763px) { #ZvZ7VHtNQBI3dCnWmxLMWV6iX3DWxZt9 { display:block; }
 }@media only screen and (max-width: 763px) { #rre2deVmZXBaNy1H2SatpmPv1ucUBZlL { width:16.875rem;height:9.125rem;top:88.8125rem;left:1.5625rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GoOG9FTlNitTNH5tARzfQgzsoSFbQxHE { width:15.75rem;height:4.625rem;top:86.5625rem;left:2.25rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #Ui6iPmRmCUET4aFc3ndiXLVdaDkhiaW3 { width:12.8125rem;height:6.09375rem;top:91.25rem;left:3.5625rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #agfLCTXK3ZR6QVfkVbGmQeVtHK2CMixC { width:12.5rem;height:3.575rem;top:87.6875rem;left:3.4375rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #Ge1kKJlToJcTJcS5yXEH1GTiHr17w4lq { width:9.6875rem;height:2.8125rem;top:97.5rem;left:5.125rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #TA7ay7MyGbPfIS6lE2u46fxpk8EaI6kV { display:block; }
 }@media only screen and (max-width: 763px) { #sgCToVoN7BmPSWzuFTyDOi2deZFR7xtB { width:15.75rem;height:4.625rem;top:103.3125rem;left:2.125rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #RwNK0ila5cQJtctGMbiwEpWHpN7axe9r { width:12.5rem;height:1.7875rem;top:104.375rem;left:3.3125rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #g6fxsJbMZBFHeadqaF6Qw9T8NIUTsERG { width:16.8125rem;height:9.75rem;top:104.4375rem;left:1.4375rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EIc25lPr6EpLuFAPy4Gs0kmUJ8nDX8fr { width:12.8125rem;height:2.4375rem;top:109.5625rem;left:3.3125rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #yr7h7tfL67sTX7VbTTJLSd8IkQBIVqW8 { width:9.6875rem;height:2.8125rem;top:113.6875rem;left:4.875rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #b9OyVzaAt9CPsbVQ8sdmkOXFSse2H5oe { display:block; }
 }@media only screen and (max-width: 763px) { #wgaZw1aAmoNcLI1zCBDCMSfUer3b9ekS { width:17.25rem;height:6.0625rem;top:121.125rem;left:2.1875rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AgB4vFvz89I5xWlNCZ3eSvaztGFZz425 { width:14.5625rem;height:4.5rem;top:120.75rem;left:3.75rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #NKpkbfT8pw8TRtM1wbCninkxVG2dUTD1 { width:12.5rem;height:3.9rem;top:122.1875rem;left:4.8125rem;font-size:1.5rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #K4ySKEALIagyc6nP7OD6DJKNHAT2VO4L { width:9.6875rem;height:2.8125rem;top:126.25rem;left:6.125rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #rwQx76ftrNu3J8rLWp4MIuqvBqhIHF7E { display:block; }
 }@media only screen and (max-width: 763px) { #SAGlVUsPhCVFayer8tauHo2MmuOGLyJl { width:16.8125rem;height:9.375rem;top:148.5rem;left:1.625rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #I9mXr1kfNUWVpS0KW9c0HtHdMyENiymC { width:15.75rem;height:4.625rem;top:146.1875rem;left:2.3125rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #eZbG7hA3od3LgBnrN26AXlwwhPIgN5ko { width:13.8125rem;height:3.575rem;top:147.1875rem;left:3.25rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #WRB2H4ewTumHOXWzk6JfsOTCPDVtEiGw { width:12.8125rem;height:4.55rem;top:151.8125rem;left:3.75rem;font-size:0.875rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #GR0Kc6nogmoEClm27odUvO9rGveClshn { width:9.6875rem;height:2.8125rem;top:157rem;left:5.3125rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #M0QXDQZZuTTD9hzDCsIFBG3ZMPc24SNz { display:block; }
 }@media only screen and (max-width: 763px) { #VksOw4c9gK23GBKJ6UHnef4GZBRvkdgF { width:17.25rem;height:6.0625rem;top:163.3125rem;left:1.4375rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #H4uEgZtgQFu0gSdoDNhrfJeb1ZFhP5Nm { width:14.5625rem;height:4.5rem;top:162.0625rem;left:2.9375rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #HHws5iR5qB3buD6Fk0HsnTkJQZ3d4Ars { width:12.5rem;height:2.03125rem;top:163.125rem;left:3.9375rem;font-size:1.5625rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #sNbHcXOfDxAy0CF7CdvJbhexQG80KTzz { width:9.6875rem;height:2.8125rem;top:168.4375rem;left:5.375rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #aekhPKaSz4nfmhNcT9em9iXnD6XfNZoo { display:block; }
 }@media only screen and (max-width: 763px) { #wcGcUNCeUBPQzITaGcpszz3ipQOEUmo6 { width:17.25rem;height:6.0625rem;top:174.75rem;left:1.4375rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #a6buiHEBwbSxezGDxdUJ9iBKtExFJ2vS { width:14.5625rem;height:4.5rem;top:173.3125rem;left:2.9375rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #AE5LoX67cSOhLA5ypnnGg8MzwAPMitg2 { width:12.5rem;height:4.14375rem;top:173.375rem;left:3.875rem;font-size:1.0625rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #t4MStgOGeH57HX0CGm9oRg0uwTQadJDT { width:6.6875rem;height:2.9375rem;top:179.625rem;left:11.5rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #zK3zTmkEa4MhmklmdR1t3TvT5ZkK5MHd { display:block; }
 }@media only screen and (max-width: 763px) { #rFImvegbEyKHFuGRXaBwbNMXwtDxsmW4 { width:17.4375rem;height:9.5625rem;top:72.875rem;left:1.3125rem;z-index:99962;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mph4uNtsOGI9v3zEXcaIN6NDDLi0uXMi { width:9.6875rem;height:2.8125rem;top:80.875rem;left:5.5rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #ydcIVODmA4Q8J3a4xfklAhyhgdFSTyTa { display:block; }
 }@media only screen and (max-width: 763px) { #Q959TZPT7dm5idLPvm0fZxGnqPHGazep { width:7.125rem;height:2.9375rem;top:179.625rem;left:2.125rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #MdDwnHNeFhudHOqqX1wQHeDwPyx6Pr9D { display:block; }
 }@media only screen and (max-width: 763px) { #I7JgTNXJQHzfTIG09zhqyA6fwOaWuGgb { width:2.99926875rem;height:0.24902375rem;top:180.875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcpD68yMWbiZV4Gz5An5z2a4I4mfnPqU { width:16.75rem;height:13.125rem;top:210.25rem;left:1.5rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PADuIakJVVCZ2PDsiWWp8Wzy0C9ST1Lf { width:15.6875rem;height:4.5625rem;top:207.875rem;left:2.125rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #RKG9xxtSqsLzEEnIiOFMNqTE0AwTiiVy { width:12.5rem;height:5.85rem;top:207.875rem;left:3.375rem;font-size:1.5rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #UXHM9ZUlF0Tz3954vXu9q5psy5EKBPwH { width:12.8125rem;height:2.4375rem;top:215.0625rem;left:4.25rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #Ty4UzRCNAhTVrmL7yeglV0KBhEKwdn7Q { width:9.6875rem;height:2.8125rem;top:222.6875rem;left:4.5625rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #xenWd6Dy9iwsoMe6AIKPFXwm7mh9mdm4 { display:block; }
 }@media only screen and (max-width: 763px) { #H6cho8uEkqirTADd2Vy30tlQ0sbBKF7x { width:16.75rem;height:13.125rem;top:188.9375rem;left:1.5rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R6n9ZJcDktTuaBi8cARDCukBOd92Ctl8 { width:15.6875rem;height:4.5625rem;top:186.4375rem;left:2.125rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #weNSHcQGEdLIr7IXIIpc53cg59zIQIsu { width:12.5rem;height:4.875rem;top:187.5rem;left:3.625rem;font-size:1.25rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #AIxVtHRTKiXTXSFHhKeUmPITwMDFGQ7D { width:12.8125rem;height:3.65625rem;top:194.5625rem;left:3.6875rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #nIuddSTuoF859hxEzathmTRBStmWo1k6 { width:9.6875rem;height:2.8125rem;top:201.8125rem;left:5rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #OSHxr3FvJTcC67oaHDmibKTzKdm5LrU0 { display:block; }
 }@media only screen and (max-width: 763px) { #KJEPtkpysd9XRn83iXCopQMFd49ies9y { width:16.75rem;height:13.125rem;top:250.0625rem;left:2.3125rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xqFpWRW98ErCgQTuzyLbecgGEO21fOc0 { width:15.6875rem;height:4.5625rem;top:248.875rem;left:2.9375rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #yFxrsi19fPI3gJRQnAcJMn4L2fU0SuTQ { width:12.5rem;height:3.25rem;top:249.9375rem;left:4.4375rem;font-size:1.25rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #L38Qz6KhgmKki6MG8DBC7yJ9fFuX4n9O { width:12.8125rem;height:3.65625rem;top:255.6875rem;left:4.5rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #xc35TQPHPvTxttsIaNTTwRWJFqSiNh51 { width:9.6875rem;height:2.8125rem;top:262.9375rem;left:5.875rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #pfRQdIaHScIOiu8S3TSnwP22ooUVoryO { display:block; }
 }@media only screen and (max-width: 763px) { #ZprR62NLgZ6L0GzPPx5QwaKvHHPdhubI { width:16.75rem;height:13.125rem;top:230.5rem;left:2.3125rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OJ3TVMwuzFE4fNGETM3ktrN9ziVwl43s { width:15.6875rem;height:4.5625rem;top:229.8125rem;left:2.875rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #pCLANhnAKpnOaS4F30Wo1Kr8Q3l0sShd { width:12.5rem;height:3.25rem;top:230.5rem;left:4.125rem;font-size:1.25rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #PoeIFWZD96Nz794ORsUS2AwK32kKtq9c { width:12.8125rem;height:4.875rem;top:236.1875rem;left:4.5rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #mvZB4SHroViHiVzZsGSNkcaldSgO0JMV { width:9.6875rem;height:2.8125rem;top:243.375rem;left:5.8125rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #d6tInfbFyRladix46ZKr4osVLoPMc6ex { display:block; }
 }@media only screen and (max-width: 763px) { #rZVfGSl2AHowzVWr7bFTX5rtDr856xsP { width:16.75rem;height:13.125rem;top:272.3125rem;left:1.5rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mkTh1J4H7qd7RGW1Cb0aTEFr7IFSgTZI { width:15.6875rem;height:4.5625rem;top:270.875rem;left:2.0625rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #tsKmg3aaP8gTQK0cgeUSBHpn65PvLR8U { width:12.5rem;height:1.625rem;top:271.4375rem;left:3.8125rem;font-size:1.25rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #p0ykfwPsssPOm8DqIRD3mIlJ6SMDUCQS { width:12.8125rem;height:3.65625rem;top:277.9375rem;left:3.6875rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #kUxQ6RrpL68lpqL4SaLzQvGdozQ9NlIR { width:9.6875rem;height:2.8125rem;top:285.0625rem;left:5rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #LLRQiQchoT49zAcJpyUxLbbQJobfHkOJ { display:block; }
 }@media only screen and (max-width: 763px) { #eUFTiILbiXv7pqBIm666veQFVUlQNaJR { display:block; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR { background-color: transparent; background-image: none; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container > .video-iframe-container { display: none; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row > .video-iframe-container { display: none; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .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); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container { width:20rem;height:50rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKcCIpPOUEBXHR3K8ICgA1Ogwp64UTxv { width:19.9995rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs3BF6Qkchl1hOkD4PLAEKwT34FzrWEb { width:19.9995rem;height:5.525rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NahbAspGOb28O7IOxkPxZ7MRp9VyCmtI { width:19.9995rem;height:1.38139375rem;top:18.499267578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2cNFkOTD3nFssyQ0kO3aCRJpIuk7BAt { width:19.0625rem;height:2.1125rem;top:14.9365234375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCsBx06ptBot8HJqeXdceczfcy8nRcQO { width:19.9995rem;height:1.38139375rem;top:24rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3puXAg7bbkZ2dIifaFITUeFUKAz8Nlr { width:19.9995rem;height:2.7625rem;top:29.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GytbQBPlkJBGXmaGv8D3XD2kxMxXa8px { width:19.9995rem;height:2.7625rem;top:44.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuqBTi60aow1w9XXOonKgVTnpDMeDfVC { width:19.9995rem;height:4.14375rem;top:36.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye6v64dPkLqOdItzbf6JlRS2GE82aX3e { width:1.6875rem;height:1.6875rem;top:41.5rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLATcMKhLFbKRUSBcUQfmyIpU74n5F97 { width:1.6875rem;height:1.6875rem;top:48.3125rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcWczDhxsRtamCqlXTyDpOrr9iJNc5Pi { width:1.6875rem;height:1.6875rem;top:33.375rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6zdJLv5RyMZuxA1heXi23cXm4FZunCo { width:1.6875rem;height:1.6875rem;top:26.5625rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnXn5WC4XRIOpaPw3pArluWS8RbuEe7u { width:1.75rem;height:1.75rem;top:20.6240234375rem;left:9.124755859375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { display:block; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntMvR60dK2WKKGUhI9gaRekmq8fX2FS0 { width:14.7480625rem;height:5.11875rem;top:0.6875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;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; }
 }@media only screen and (max-width: 763px) { #nQEAaQv80Es56K10DAigQOPin8Lp4d7b { display:block; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsTUP2O8iF9Tt2I2C6cNJhbAIttBXssF { width:20rem;height:5.85rem;top:1.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd { background-color:rgba(0,0,0,0.56);background-image:none;display:block; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { background-color: transparent; background-image: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container > .video-iframe-container { display: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row > .video-iframe-container { display: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .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); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUOVv6eTkXqvw5L6qazPw76hJE4y4Dg0 { width:15.1855625rem;height:1.3rem;top:6.375rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6sT9FLgAgcF9mZA12QD0vF6xpILLAOM { width:1.936525rem;height:1.936525rem;top:7.625rem;left:9.03125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKOtLOTdRq4CsFNcwiGAfnMqZlk8raT { width:18.2480625rem;height:1.38139375rem;top:3.6875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6QC27ps4xQ7byz3AHwg2dLUOU7iHcZh { width:1.749025rem;height:1.749025rem;top:10.75rem;left:9.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVe7UFyMTTB96pxzkMQ3wMUFtdTNUSIe { width:1.749025rem;height:1.936525rem;top:20.87109375rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgSWBJU4p8SitOo3bb5i5bKRf4TR1uHg { width:1.749025rem;height:1.811525rem;top:25.3076171875rem;left:9.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5waCyn8GdTdJRdvLTby9w669k4TQNNw { width:18.1855625rem;height:1.3rem;top:12.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EigyMyEhtaxEypcoQRI5BUMEbBxE8esG { width:17.2480625rem;height:2.7625rem;top:18.12109375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwtiui4QmhphgxMkSBfkXiAKOT11UZ5h { width:16.625rem;height:2.6rem;top:22.8076171875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sShV1pWTSQKe82Mhv9s8sxWzsUmDhKXF { top:14.5595703125rem;left:4.59375rem;width:10.8105625rem;height:2.624025rem;font-size:1.25rem;font-family:hekaya;display:block; }
 }@media only screen and (max-width: 763px) { #K00Vt9OQshQUukFcO6nNzIrvu6XXJOZg { display:block; }
 }@media only screen and (max-width: 763px) { #h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { width:18.8105625rem;height:3.825rem;top:1.25rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { width:20rem;height:0.73125rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { width:3.125rem;height:3.125rem;top:1.1875rem;left:16.875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { width:16.4375rem;height:0;top:1.375rem;left:0rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:none; }
 }