<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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 &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 &gt; .row &gt; .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq { background-color:#1c6890;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row .container { background-color: transparent; background-image: none; }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row .container &gt; .video-iframe-container { display: none; }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row &gt; .video-iframe-container { display: none; }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row .container { border-width: 0; border-radius: 0; }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row &gt; .video-iframe-container {  }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#MgZJDuQ5OHoxRKFnfyL2H9vxbl3bUWWL { color:#dc317e;display:block;width:14.4365rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:0.625rem;left:21.9375rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVrqGNadp9AXJWIkCNbdxAZPJFfRcF1b { position:absolute;display:block;z-index:100013;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;height:5.561525rem;width:5.561525rem;top:0rem;left:45.375rem;overflow:hidden;display:block; }
#IXt17tfwAtHC6KNlDFxUnxiMHKqr09Ui { position:absolute;display:block;z-index:100000;background-color:rgba(250,250,250,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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:4.375rem;width:36.75rem;top:0.5625rem;left:9.4375rem;display:block; }
#tT4PbpCtONKqMSzLvsRMIlOdEn2Pze6h { position:absolute;display:block;z-index:100089;background-color:rgba(177,187,193,0.48);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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:10.0625rem;width:27rem;top:40.375rem;left:6.0625rem;display:block; }
#rTgWEQRCbSDIgfa92LHs86JXJvxhs6Xl { color:#0b0909;display:block;width:23.625rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:400;z-index:100090;line-height:1.3;letter-spacing:0;top:40.390625rem;left:7.75rem;height:;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; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-form-header {  }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1rem;font-weight:bold;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-text {padding-top: 0; padding-bottom: 0;}#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-select {padding-top: 0; padding-bottom: 0;}#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e1093f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:17.5rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .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:lato;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .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; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-container:first-of-type{padding-top:0;}#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-container:last-of-type{padding-bottom:0;}#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa  { background-color:#37a9a9;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;position:absolute;top:11.15234375rem;left:35.9345703125rem; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa {display:block;}#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa { background-color:#37a9a9;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;position:absolute;top:11.15234375rem;left:35.9345703125rem; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #zVi5KVFNOM6sKG1kJK72Dfb01FkraH1o { position:relative; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #JITdhwyp12MnWTTwueUpeT6qVoVGlDaS { position:relative; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #Dsf71C7qfM29BlPy60rVV6SEEMmf9zT9 { position:relative; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #FVfybhoIhg1Xk0tEldQcu8TrtTvsAUzH { position:relative; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #gEmlMa4mtl5QzTqXSqBOuV4UuiluPllg { position:relative; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #pWdQkVEeOvXCv3uXH85X4eseZeZbboR0 { position:relative; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #SsQ3fWSKfE8sbpUl3SxDhrUmk6NLdc6W { position:relative; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #bf6PJw8NCukZxQrv9Qzf00kTdJ36TNKU { position:relative; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #CQK7zquLFFEPguMTH5QJQvOqLdK5xqWz { position:relative; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #i5NU58pKuRMh1X9k4iDVrgSs2mAWKF3u { position:relative; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #kPcWfyPqpihXq4Cu2NoIqzFvsiVXpB2R { position:relative; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #O9z4vPXOzNpbiOkZ8bfvJgU6smJv3Hmy { position:relative; }
#OvHywqvu1G8zbks5UBnTVA8Bc8N7K5NF { position:relative;display:block; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #ZydTcHsk5e8XoxZNHUchOeD6bq6bQuCv { position:relative; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #cM7iLD398HEcuKMy7ae4KhFVRe1onkGZ { position:relative; }
#TqHbbRJs2O2RTT0TuQGe7yUsqlKGKJXu { position:absolute;display:block;z-index:99994;background-color:#37a9a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:3.4375rem;width:60rem;top:6.0625rem;left:0rem;display:block; }
#NG81CvtDOAOAQG5wkPHoOzsFatRGOLpq { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.5620125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:6.5625rem;left:44.9375rem;display:none; }
#nLLPPevIigT72cRUIr2tnI32rGLA403D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Cz5hiEXeAdLWI3Szaz4Ayz0ETdlCsysy { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6855625rem;height:2.561525rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:6.5rem;left:25.7802734375rem;display:block; }
#g734dzCp9QG5aoLJbbUJ0Tcmu8MFr2eB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LFk49PI07PmouGkBgd5SnqNMXB8N4dEo { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.5620125rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:6.5625rem;left:1.375rem;display:none; }
#TFB6bnOs0TU2hgk7fVtvsmktEysInbg5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HWBQbSPWC54lHdT1EsED3Xm8E2dX0Wey { position:absolute;display:block;z-index:99993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;height:28.4375rem;width:42.875rem;top:11.21875rem;left:0rem;overflow:hidden;display:block; }
#XP9pzxmZa5yLaTEr0hPDuZPlKx8hoc2f { color:#151515;display:block;width:37rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:3rem;left:9.125rem;height:;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; }
#eCAqQXqSuPOxExaSWqlpfaeKw7kCHMtH { position:absolute;display:block;z-index:100091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:42.53125rem;left:42.875rem;overflow:hidden;display:block; }
#mHhr9GoZSn79w175ekA5gL9AvfhlMbFW { position:absolute;display:block;z-index:100181;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:15.4375rem;top:52.76953125rem;left:24.904296875rem;overflow:hidden;display:block; }
#XT2OyTaMbTHaHgJqQgE63aTIPTriKR8C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c6890;background-image:none;position:relative;display:block; }#XT2OyTaMbTHaHgJqQgE63aTIPTriKR8C &gt; .row .container { background-color: transparent; background-image: none; }#XT2OyTaMbTHaHgJqQgE63aTIPTriKR8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT2OyTaMbTHaHgJqQgE63aTIPTriKR8C &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT2OyTaMbTHaHgJqQgE63aTIPTriKR8C &gt; .row .container &gt; .video-iframe-container { display: none; }#XT2OyTaMbTHaHgJqQgE63aTIPTriKR8C &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT2OyTaMbTHaHgJqQgE63aTIPTriKR8C &gt; .row &gt; .video-iframe-container { display: none; }#XT2OyTaMbTHaHgJqQgE63aTIPTriKR8C &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT2OyTaMbTHaHgJqQgE63aTIPTriKR8C &gt; .row .container { border-width: 0; border-radius: 0; }#XT2OyTaMbTHaHgJqQgE63aTIPTriKR8C &gt; .row &gt; .video-iframe-container {  }#XT2OyTaMbTHaHgJqQgE63aTIPTriKR8C &gt; .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;position:relative;display:block; }#d6FurQyt1qbGTx0n7srogdBVVQG66hht { color:#070571;display:block;width:22.8721875rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:5rem;left:31.5rem;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;font-style:normal;display:block; }
#qeZdPW9zNMlkqh3QIdT2qmQoCc51kTEU { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6rem;width:14.9375rem;top:8.625rem;left:35.5rem;display:block; }
#zPNRHSvkdwMk6bfNI3xriZUQWoDO1EO8 { color:#000000;display:block;width:9.0595625rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:9.818359375rem;left:38.4052734375rem;height:3.736325rem;text-align:center;text-align-last:center;display:block; }
#f9RxEr8mxWhMAJXC2eIU9w6C6pGbTKbR { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.375rem 0.625rem 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:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.5rem;text-decoration:none;z-index:100068;text-align:center;text-align-last:center;top:15.125rem;left:36.091796875rem;display:block; }
#VN5MTQ3mwxGKVwqxn1gemmMXcZlSz865 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bRG900RV9nC69DtxFoLQJrTqThkgUgAp { color:#ffffff;display:block;width:16.749rem;position:absolute;font-family:kids;font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.7646484375rem;left:5.0576171875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gENTLsymoqNo617Gz3Tv5pDFllqsBbhx { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.4;letter-spacing:0;top:3.8125rem;left:3.0576171875rem;height:29.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Hs07ZtPwOxKnGJSBIIInKAFGikP5Eknz { z-index:100097;top:20.4375rem;left:39.4638671875rem;background-color:#0cac28;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #1e2c39 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E4t7MvI4K0O1IO8WzoEMBDR8VByR3FBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qEBFeC1T5AHm3d6ff1movZhOpUdLCUVy { z-index:100093;top:14.0625rem;left:3.53125rem;background-color:#0cac28;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #1e2c39 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#CdA2yqcsMuNInJKhE4iJGRVffr1Zzct3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gJVqNCwNBA9WB4P0cU2xn5UrTMaR9IM2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c6890;background-image:none;position:relative;display:block; }#gJVqNCwNBA9WB4P0cU2xn5UrTMaR9IM2 &gt; .row .container { background-color: transparent; background-image: none; }#gJVqNCwNBA9WB4P0cU2xn5UrTMaR9IM2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJVqNCwNBA9WB4P0cU2xn5UrTMaR9IM2 &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJVqNCwNBA9WB4P0cU2xn5UrTMaR9IM2 &gt; .row .container &gt; .video-iframe-container { display: none; }#gJVqNCwNBA9WB4P0cU2xn5UrTMaR9IM2 &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJVqNCwNBA9WB4P0cU2xn5UrTMaR9IM2 &gt; .row &gt; .video-iframe-container { display: none; }#gJVqNCwNBA9WB4P0cU2xn5UrTMaR9IM2 &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJVqNCwNBA9WB4P0cU2xn5UrTMaR9IM2 &gt; .row .container { border-width: 0; border-radius: 0; }#gJVqNCwNBA9WB4P0cU2xn5UrTMaR9IM2 &gt; .row &gt; .video-iframe-container {  }#gJVqNCwNBA9WB4P0cU2xn5UrTMaR9IM2 &gt; .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#mtTP8Hm1yuamHSU2XolENfX6KrOnNcsK { color:#ffffff;display:block;width:16.7480625rem;position:absolute;font-family:kids;font-size:1.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:2rem;left:3.4052734375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QHCXxyQ0RP5IHXklOcZTRIEQBtdEdNEh { color:#000000;display:block;width:25.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:7.365234375rem;left:1.8427734375rem;height:14.69725rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aUiyv3RON1bm1UQLad5lf83QZ8AnXHxn { color:#070571;display:block;width:22.8721875rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:5.625rem;left:32.8125rem;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;font-style:normal;display:block; }
#sAhi7rwDQuDJ4chiCeMJQW4QIn8wlNEs { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6rem;width:14.9375rem;top:9.25rem;left:36.8125rem;display:block; }
#sLpBrDrKLOJ2mLwx8tuvUK7Bvv6ATlae { color:#000000;display:block;width:9.058625rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:10.443359375rem;left:39.71875rem;height:3.736325rem;text-align:center;text-align-last:center;display:block; }
#UGTB6WR5NkDaz04TMZmBNHpzUR3WrrAo { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.375rem 0.625rem 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:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.5rem;text-decoration:none;z-index:100075;text-align:center;text-align-last:center;top:15.25rem;left:37.404296875rem;display:block; }
#XDlFUTRvpLuxyLn9mLkZln2hQlRtF0zP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P5P82ZcUdOaIXVKtHWVvTnTzPO7AMzfl { z-index:100104;top:22rem;left:40.216796875rem;background-color:#0cac28;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #1e2c39 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#l6wqCf2SogfJ6IKAnKwFlioHihCnkAq2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c6890;background-image:none;position:relative;display:block; }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row .container { background-color: transparent; background-image: none; }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row .container &gt; .video-iframe-container { display: none; }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row &gt; .video-iframe-container { display: none; }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row .container { border-width: 0; border-radius: 0; }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row &gt; .video-iframe-container {  }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row .container { font-size:0.875rem;font-family:arial;height:146rem;width:60rem;position:relative;display:block; }#X7sH4LXn7yLm8mxDMrPQXER2sMfb0xM9 { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:73.5rem;left:6.5rem;height:1.4619125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BtPdmnTECnG3NdQWzQM2Vz3UPB4aQOnA { color:#1b57c7;display:block;width:19.625rem;position:absolute;font-family:"sari 1";font-size:1.3125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:76.5625rem;left:4.125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#NJ91Hi54NkMm8B2iVozEZiKNGoIdUCrB { color:#1b57c7;display:block;width:24.4375rem;position:absolute;font-family:"sari 2";font-size:1.25rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:39.0625rem;left:34.4375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#QGZLAvFDxtsmQhxKTSHXEyDnDP4IDgKq { color:#000000;display:block;width:16rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:35.1875rem;left:38.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S7bx6kwIq74T0PEtySrFtCN1r1tgm6cD { position:absolute;display:block;z-index:100031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:15.625rem;left:33.3125rem;display:block; }
#hWIoTGTvy1XT2WqMlayLmxHckAi7tUrD { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:15.9375rem;left:39.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EtDgS200Q0RuCBqHRTgSQVk5GOGMpzIL { color:#1b57c7;display:block;width:16.5625rem;position:absolute;font-family:"sari 2";font-size:1.125rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:19.8125rem;left:40.375rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#HFsmkPOZL7nHHOQiIf5s083m67WGr3C6 { color:#1b57c7;display:block;width:17.9355625rem;position:absolute;font-family:"sari 1";font-size:1.3125rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:58.1875rem;left:37.6875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#Jz7vez6FKBOVRvT3CVJeQoESE1eamVeJ { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.6875rem;width:18rem;top:1.75rem;left:15.1875rem;display:block; }
#vUUwmfmQViZWkS0oc1CHnpOU8uhQ3ogb { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:1.75rem;left:20rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QLusvePxWgWTL98zJ83gqrRZwthUoMpr { color:#1b57c7;display:block;width:11.4375rem;position:absolute;font-family:"sari 1";font-size:1.25rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:4.25rem;left:19.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#WO5o3k8w6oxxKtOovZe2t8gWNgekvweB { color:#1b57c7;display:block;width:12.9375rem;position:absolute;font-family:"sari 1";font-size:1.3125rem;font-weight:normal;z-index:100059;line-height:1.3;letter-spacing:0;top:59rem;left:5.8125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#QGmbu9Qyx1QKsMFJuec5FvDeltqMT4CQ { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.375rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1230625rem;height:3.62305rem;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:26rem;left:41.9375rem;display:block; }
#JnJDsR0Z5Om8BnU531ByPHneBvDWJ3Pb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DIefpLnaDWtRoCFatqNzHTLgWdQA1tq4 { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.25rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1230625rem;height:3.62206875rem;text-decoration:none;z-index:100063;text-align:center;text-align-last:center;top:44.0625rem;left:42.375rem;display:block; }
#Ee5IuucSmXTSquCE996atvsWyxDXT5vs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KhnuMIFNn2mTOAbal5TXSCShDwVETQV9 { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.25rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1220625rem;height:3.62206875rem;text-decoration:none;z-index:100064;text-align:center;text-align-last:center;top:63.1875rem;left:41.5625rem;display:block; }
#TIzqdFfTIAhJW1H7EbsDGs4iQXPvmtkx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jq8rS1PTGgNaPgEoQyVThk24a95qUaxK { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.25rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.625rem;text-decoration:none;z-index:100066;text-align:center;text-align-last:center;top:2.8125rem;left:2.5625rem;display:block; }
#z3JMo5fo3PW445aiZtPb6hlPTfhnL89M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZD3IpXrm8cy6At5v4XNOE4kGJRBaiHvt { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.25rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.121125rem;height:3.62109375rem;text-decoration:none;z-index:100066;text-align:center;text-align-last:center;top:81.5rem;left:7.625rem;display:block; }
#xm7eEnF90LI7Hv6fywR6TZoOVtEdhfb7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pspx2twno7DU68qfDpfXN08KJyCvBH7S { color:#000000;display:block;width:12.375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:19.5rem;left:6.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vc853RAuA4tc1nXx7VbXJV2ekq4bqoPS { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.375rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6855625rem;height:3.75rem;text-decoration:none;z-index:100065;text-align:center;text-align-last:center;top:26.6875rem;left:5.125rem;display:block; }
#Xewui1VzOq0EKkLhTUUkzb4rnT7I72EC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dhpOvRueKlZFBecsgyug10nAisnz63yF { color:#fef7da;display:block;width:5.0625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:30.3125rem;left:44.4375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QkfHUfOFuL4kgMBXGe7fVMZ6xpmZ3bLJ { position:absolute;display:block;z-index:100086;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.1875rem;width:3rem;top:30.9375rem;left:44.4375rem;display:block; }
#CMlDAdBfoSsR4bRuTDp89kzmIqIoCMHm { color:#fef7da;display:block;width:5.875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:67.5rem;left:44.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HDSMil7qPsd92X1cHgAJeM5AhkuI1Jy6 { position:absolute;display:block;z-index:100087;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.1875rem;width:3rem;top:68.125rem;left:44.4375rem;display:block; }
#VuJCWCJwftadrQQcO4ObnOOBLEqqQABm { color:#fef7da;display:block;width:5.875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100087;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:48.625rem;left:43.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GkdETqWZOm45cl2DJNSdV4VeIdzTVOL5 { position:absolute;display:block;z-index:100089;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.1875rem;width:3rem;top:49.375rem;left:44.4375rem;display:block; }
#TRTDcwiA2TXVQPPHPh6F2kzqT29gekdy { color:#fef7da;display:block;width:6.8125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100090;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:86.625rem;left:8.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AfIhAfSp31X1e4FdONRhqRHLo5yRtuIQ { position:absolute;display:block;z-index:100091;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.1875rem;width:3rem;top:87.375rem;left:9.5625rem;display:block; }
#bdRsX5Ql9pfnd1mfMih4iwJZfTz0G0fl { color:#000000;display:block;width:13.625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:55.1875rem;left:4.875rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OnwPF3JtTLwwrzle48IGVt8h8O4EQ1cf { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.25rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.121125rem;height:3.62109375rem;text-decoration:none;z-index:100067;text-align:center;text-align-last:center;top:63.875rem;left:6.25rem;display:block; }
#Dc8hAqbiX6KcO19PPN4Go7DLvxNpe5XJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J4XJnAFgUSnGvVnJkMn5b9UaAkdvAKJv { color:#1b57c7;display:block;width:11.5625rem;position:absolute;font-family:"sari 1";font-size:1.125rem;font-weight:normal;z-index:100063;line-height:1.3;letter-spacing:0;top:95.375rem;left:40.875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#wnGLIRhuAE8MUSZdxpu7NZ5IACvWe67V { color:#000000;display:block;width:17.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:91.9375rem;left:37.9375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UyvZrIq6EXVVHtlM51xk498XJTHUgyhu { color:#000000;display:block;width:4.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:26.4375rem;left:46.65625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D6xp8IHDnQuVNcWktD6qVt4QL1T7FsK8 { z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TdlOMWPTtMnyJVr28eauPOvtS7Q7oFvW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EPN8A50V77ZIo74s7lAla21ZCD3q5eqQ { position:absolute;display:block;z-index:100092;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.25rem;width:3rem;top:105.10546875rem;left:43.875rem;display:block; }
#T2wGKEliHOs3OiSFQhIXW9VyJ7zBal7V { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.25rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.121125rem;height:3.62109375rem;text-decoration:none;z-index:100072;text-align:center;text-align-last:center;top:99.625rem;left:41.625rem;display:block; }
#UFeQCxlrQ7l7pczVzpuaRfc74iMwycOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qUIEVLgVQNfuL2ve9eW2Hr1uqs7LFGsd { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.25rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.121125rem;height:3.62109375rem;text-decoration:none;z-index:100080;text-align:center;text-align-last:center;top:119.50390625rem;left:7.2197265625rem;display:block; }
#uyypoIqUKJKZIl8bHdLlqMaUZbF2S9T7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nEr1gwNKm9mPZqRapLMmz551zxffT7CD { color:#000000;display:block;width:8.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:111.75rem;left:9.625rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VGIz1AlBOkp6OpMpT0V9eZZ2ToVR7wR3 { color:#1b57c7;display:block;width:12.9375rem;position:absolute;font-family:"sari 1";font-size:1.125rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:114.837890625rem;left:8.03125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#XJHsKrwkMKo1SOnq69trfOsv27KT4TLR { position:absolute;display:block;z-index:100100;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.25rem;width:3rem;top:125.3125rem;left:8.875rem;display:block; }
#t7cg3DhaF17RSzr3cnAstPEGQFt3P2bt { position:absolute;display:block;z-index:100089;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.1875rem;width:3rem;top:26.7734375rem;left:32.0625rem;display:none; }
#hmE5SGClbZMecoEMci1cQaTL44gZZ8Wo { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.25rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.121125rem;height:3.62109375rem;text-decoration:none;z-index:100084;text-align:center;text-align-last:center;top:100.3125rem;left:7.25rem;display:block; }
#uphkq1D8B2OL9NZdMOd8CTCbXh8c28vf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PL75mndQ6WTms8Vor4XC4ashaurRSIbd { color:#1b57c7;display:block;width:13.625rem;position:absolute;font-family:"sari 1";font-size:1.1875rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:96.0625rem;left:8rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#scgCx6LsfmlzSWo5lJSSqHeVuObCd1lm { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;top:92.625rem;left:5.4375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AWwsVWNph7ukaIRO1cpuhh2nDSIiURX9 { position:absolute;display:block;z-index:100104;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.25rem;width:3rem;top:105.8125rem;left:9.625rem;display:block; }
#f1SVqIBQgnIyG6aA2K2XJmZtxB4bwX9v { color:#fef7da;display:block;width:5.8125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100087;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:68.1875rem;left:7.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JhG0Ad6ukTTIXH1fzIzoXxkv7Sg5pxs6 { position:absolute;display:block;z-index:100088;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.1875rem;width:3rem;top:68.9375rem;left:8.0625rem;display:block; }
#UCHADN7ZlVT95CBIccc6ikn0ZsHISC6r { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.25rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.121125rem;height:3.62109375rem;text-decoration:none;z-index:100086;text-align:center;text-align-last:center;top:118.8125rem;left:41.625rem;display:block; }
#u1UWRak5fMAZLImhdqoC1TTi1aTn9Hut { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Rxq3dmkNFgZzAtTlsIniXbHm7pJSJisT { color:#1b57c7;display:block;width:18.5625rem;position:absolute;font-family:"sari 1";font-size:1.125rem;font-weight:400;z-index:100077;line-height:1.3;letter-spacing:0;top:113.3125rem;left:36.1875rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WuNcunmISDau1AkIXTklO9pIE2ThdyTo { color:#000000;display:block;width:20rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:110rem;left:36.3125rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HUa8cQeWTuH1w5eedCpN9gCuIIHVwKKs { position:absolute;display:block;z-index:100106;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.25rem;width:3rem;top:124rem;left:44.375rem;display:block; }
#RsiL8M8Kq0G8gp8TGMxErlFQ9QhRXhKM { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.25rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.121125rem;height:3.62109375rem;text-decoration:none;z-index:100092;text-align:center;text-align-last:center;top:137.1875rem;left:42.125rem;display:block; }
#o7H15NFTRe6NNC2Rpo9JlsndPiR45iHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LQdhlDrqOaK3kboBE5lAWfW6M4ggpSP0 { color:#1b57c7;display:block;width:18.5625rem;position:absolute;font-family:"sari 1";font-size:1.25rem;font-weight:normal;z-index:100083;line-height:1.3;letter-spacing:0;top:132.75rem;left:37.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#P0HETrkad5R48QbrFlHAJ3bVyyHRFvxd { color:#000000;display:block;width:17.875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:129.5rem;left:36.4375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Kaya5MlbP1oJP1nCE2iQE2z72JzEQy4m { position:absolute;display:block;z-index:100112;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.25rem;width:3rem;top:143.375rem;left:45.1875rem;display:block; }
#ck2r0CVa1LukdS359xsBgO1hdc2aIAD7 { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.25rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.121125rem;height:3.62109375rem;text-decoration:none;z-index:100098;text-align:center;text-align-last:center;top:137.875rem;left:7.25rem;display:block; }
#tROHPhBnxhJ65kI7KI7HyWmb81bdF3mE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dknWHvK27a9md5L8upL4dfTKI7tC2uNq { color:#1b57c7;display:block;width:18.5625rem;position:absolute;font-family:"sari 1";font-size:1.1875rem;font-weight:normal;z-index:100089;line-height:1.3;letter-spacing:0;top:132.62109375rem;left:4.65625rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#W3cBTiJzmUpuM4bUHeibTid02Iz7Rlyt { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100091;line-height:1.3;letter-spacing:0;top:130.25rem;left:2.5625rem;height:1.4619125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#N05TG9lJvhFtiSbyoqgIpgPJ27QVMc7r { position:absolute;display:block;z-index:100118;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.25rem;width:3rem;top:144.125rem;left:8.375rem;display:block; }
#RPdgKsKIkxy98AOZSlkCCQzdTTCMiuCa { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.25rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.121125rem;height:3.62109375rem;text-decoration:none;z-index:100098;text-align:center;text-align-last:center;top:80.75rem;left:41.75rem;display:block; }
#DRwzTNC1o7RT4JJDShkNGadTtZKbrlls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mNtbP7lreUeOkfLcDUk2zzDdTtB6EeFk { color:#1b57c7;display:block;width:18.5625rem;position:absolute;font-family:"sari 1";font-size:1.25rem;font-weight:normal;z-index:100089;line-height:1.3;letter-spacing:0;top:74.75rem;left:37.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#PBh8r5UaCGhoTsFc1zwCbe4OHtGTna6W { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100091;line-height:1.3;letter-spacing:0;top:72.0625rem;left:37.0625rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#E0AeTN90A9k7uG1wo6HxDXwcP9qTcBOA { position:absolute;display:block;z-index:100118;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.25rem;width:3rem;top:86.4375rem;left:43.875rem;display:block; }
#TL7t4kZv1qi5gT8IpXkkQIzUwuNgasTU { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.25rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.121125rem;height:3.62109375rem;text-decoration:none;z-index:100104;text-align:center;text-align-last:center;top:44.75rem;left:7.6875rem;display:block; }
#sqSMnorwRs8d2EAUvARPuga7XLhS8rrp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#g2h0hnuPJ37pcAOUH9WZpsWQbgoBTCED { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100097;line-height:1.3;letter-spacing:0;top:38.75rem;left:4.375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gUF3fsZ0oqUCsFcbIH59HmJQ5tPyHFtb { color:#000000;display:block;width:13.375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:53.6875rem;left:39.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WqqeAuKa4l6Giyg9bqxbEnZXyFcVf95g { color:#000000;display:block;width:13.375rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:35.6640625rem;left:39.5rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#OaFtylQrLt9b2MhyQfysXUBzEJSUT0tA { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:33.6875rem;left:33.3125rem;display:block; }
#PyTB2THtRi72LoHHETM6OBfeglkt2VCC { position:absolute;display:block;z-index:99996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:52.75rem;left:33.3125rem;display:block; }
#IWCocXxLy0wKRJ3oJOp8g9W4b8a9NcAx { position:absolute;display:block;z-index:99995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:70.4375rem;left:33.3125rem;display:block; }
#La2aC1HtswwdFd7io7dylBaHNgAHqSpR { color:#fef7da;display:block;width:6.125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100087;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:85.8125rem;left:43.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6kA3dVONm7dT1znHIec67UIIQg2xCdz { position:absolute;display:block;z-index:99994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:89.25rem;left:33.3125rem;display:block; }
#nH6wI7fTuP0iuletWs7EuLFpqWOKuBmy { color:#fef7da;display:block;width:5rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:104.5rem;left:44.4375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPSSlIGTOBIJCUWhpOP3pPMRGqvldLUe { position:absolute;display:block;z-index:99995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:108.4375rem;left:33.3125rem;display:block; }
#ysTslnQz6SobBscQDcrJqTKlTzoaJTWe { color:#fef7da;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:123.4375rem;left:40.8125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rovpcq7MPfAm3LT9J0qW8rT7TL3PDQ3K { color:#fef7da;display:block;width:5rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:142.75rem;left:45.25rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LIzZyLpFJH9hXInWbwKHc8t0CPzCF6oD { position:absolute;display:block;z-index:99996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:126.8125rem;left:33.3125rem;display:block; }
#BMEyxKR5XOldR51J6Pz5lVC4NyGZa3Qe { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:16.3125rem;left:0rem;display:block; }
#NcZuHSdHAETlxhVJSayxGf7RoFwzC1qS { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:34.4375rem;left:0.4375rem;display:block; }
#NQqFgpLKaOCE8REeDIyxQHBgGBvpeTD4 { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:53.5625rem;left:0.4375rem;display:block; }
#yl6G39guIOVVg1lkFAgiXWtG0506RQHK { position:absolute;display:block;z-index:99996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:71.125rem;left:0rem;display:block; }
#s6u1ccmEfd4SoQzzrzZWTfRwUv1OxeoM { position:absolute;display:block;z-index:99995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:90rem;left:1.0625rem;display:block; }
#aZMIURMbL8fm3uqXwwRa3T1GbgwXPnA3 { color:#fef7da;display:block;width:5rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:105.1875rem;left:9.9375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJUzXZL2UHwhObaqoNmVdh6m2yVzFLVu { position:absolute;display:block;z-index:99996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:109.1875rem;left:0.875rem;display:block; }
#UbRae02LClmGh5bSWDinUCKe8ruTOI8W { color:#fef7da;display:block;width:5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:124.6875rem;left:8.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0ePQuNcehqKThroZdNagh0ZlnFG5mQt { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:127.5625rem;left:0.875rem;display:block; }
#HWNaAea4Qd4u2peLGyLDAieOFLawnvUa { color:#fef7da;display:block;width:5rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100090;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:143.4375rem;left:8.875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZHBxRR0xa1PtQNy9DSQk0T3m7STqhSEl { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:10.125rem;left:0.9375rem;display:none; }
#nm0Oif0mPaUHmyC5ToaqDQPG1IK3ZRAD { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:10.125rem;left:0.9375rem;display:none; }
#izFHLmDRySF6TZa8btP9IrUhqs3gp71a { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:10.125rem;left:0.9375rem;display:none; }
#gOT6TCaX4k2elXztIJ9FMFG3ilPcKx8c { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:10.125rem;left:0.9375rem;display:none; }
#TSepTNM5XaRLwL4o6d1dGdOgr4tUlDOL { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:10.125rem;left:0.9375rem;display:none; }
#cJpBRa3Ki0S2110a9fHGsrkfFDigX5Jo { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:10.125rem;left:0.9375rem;display:none; }
#FCZO0J1EcJBigTLqH6a0lWzMApEaeosF { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:10.125rem;left:0.9375rem;display:none; }
#vq4b1xeBrWirGIBR9388CLX68MV6Zct0 { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:10.125rem;left:0.9375rem;display:none; }
#D2FnMCVfZQH3n6P8EwW9bgTCEd3NVh7Z { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:10.125rem;left:0.9375rem;display:none; }
#bvTxSK336sWkXQoznH701NP8vm9loWLq { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:10.125rem;left:0.9375rem;display:none; }
#SuTc2toeQxIe6p1l5w8gWu0bfUM7I13U { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:10.125rem;left:0.9375rem;display:none; }
#D87p2pIldrMU3iHbTyHRC5kxCVnQrT9m { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:10.125rem;left:0.9375rem;display:none; }
#I5tFgpPd2LzNmeM91duCpxKUpF089BTU { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:10.125rem;left:0.9375rem;display:none; }
#xdSVa2WZI1rnfvFRuFwQSNPq654cNqaC { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:10.125rem;left:0.9375rem;display:none; }
#UGLTp7iWIXbxDMDISZhUVDBI0QXFTZ4P { position:absolute;display:block;z-index:100091;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.1875rem;width:3rem;top:81.1875rem;left:10.5rem;display:none; }
#TWoeKdgDopNniqit1gM4TaPz3tqzPhOK { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100090;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:80.4375rem;left:9.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#umlxwCzS75AHrWMvyTTIDM7SRweQFofg { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.6875rem;width:18rem;top:1.75rem;left:42rem;display:block; }
#n8IdEsWbAluvDkpNJ9EBhCslcfcgzUo0 { color:#000000;display:block;width:15.125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:3.578125rem;left:43.8125rem;height:2.03125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gNMns2PADmV0Dlqg9qh7TbwM4ytdVzZw { background-color:#c11111;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.25rem 0.625rem 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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.121125rem;height:3.62109375rem;text-decoration:none;z-index:100081;text-align:center;text-align-last:center;top:7.4375rem;left:46.8779296875rem;display:block; }
#Htrwy3n9J0yX3gKGKzHBbRy2sNNQxGou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LBCtqwbZ4MtqZ5Rz2mLOTlW9s1ohUqO0 { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:26.6875rem;top:16.3125rem;left:0rem;display:none; }
#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c6890;background-image:none;position:relative;display:block; }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row .container { background-color: transparent; background-image: none; }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row .container &gt; .video-iframe-container { display: none; }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row &gt; .video-iframe-container { display: none; }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row .container { border-width: 0; border-radius: 0; }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row &gt; .video-iframe-container {  }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#UBVP7nP89kFAoXCSsMyzgEGtXEwJ3CO3 { color:#fef7da;display:block;width:45.687rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:4.99658203125rem;left:12.18603515625rem;height:7.87109375rem;text-align:right;text-align-last:right;display:block; }
#yfFSSmTJLRxfi3qQLbnkDTcNJoGwLgrI { color:#fee179;display:block;width:31.6230625rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.87451171875rem;left:26.3408203125rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#aGItSw2nebXDAfIV2RxZ4KZKfHQFvmvT { position:absolute;display:block;z-index:100005;background-color:#fee179;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.81163125rem;width:59.9370625rem;top:14.498699188233rem;left:0.06293296813965rem;display:block; }
#tK1HMESTKCQJ96bAS6NeVMbhEw5hAqgA { background-color:rgba(0,0,0,0);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:0;height:0;text-decoration:none;z-index:100075;text-align:center;text-align-last:center;top:0rem;left:45.125869750976rem;display:block; }
#F0wy53QMMKfSHOxMvxi4aTXecTqmWiL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QQTvSR1iP3UgaT9hlBhJ3NJGSqmP4EtU { 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:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:4.5625rem;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:4.9375rem;left:5.84375rem;display:block; }
#lhxd9xXcdCd4rvdWzfBLQBUbd00LZgLc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c6890;background-image:none;position:relative;display:block; }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row .container { background-color: transparent; background-image: none; }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row .container &gt; .video-iframe-container { display: none; }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row &gt; .video-iframe-container { display: none; }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row .container { border-width: 0; border-radius: 0; }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row &gt; .video-iframe-container {  }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:60rem;position:relative;display:block; }#fHFwTHMB4s1mvCcOguilqnEV6hDiW6sq { color:#fee179;display:block;width:24.75rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:1.8720703125rem;left:33.62548828125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDhMQSglDOTyZphirxFNaTA3DnEzC9i3 { color:#fef7da;display:block;width:49.5rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.4;letter-spacing:0;top:5.244140625rem;left:8.96923828125rem;height:4.69921875rem;text-align:right;text-align-last:right;display:block; }
#X7D7JIalVTSCgC9HmBLTlzoHB7nEuK0d { position:absolute;display:block;z-index:100014;background-color:#fee179;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.81055rem;width:59.934875rem;top:11.063376426697rem;left:0rem;display:block; }
#p0PBMfFU1cMQegnaA4RmqC1eReAqlBLW { 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:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:4.5625rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:3.6875rem;left:5.28125rem;display:block; }
#EkfxXaO97qiew4tbD28bvEZrZTQ4M64N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c6890;background-image:none;position:relative;display:block; }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row .container { background-color: transparent; background-image: none; }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row .container &gt; .video-iframe-container { display: none; }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row &gt; .video-iframe-container { display: none; }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row .container { border-width: 0; border-radius: 0; }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row &gt; .video-iframe-container {  }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#bxNB23gdSA8QvD8guITbMrpLLX6TNTJ4 { color:#fee179;display:block;width:9.0615rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:0.9990234375rem;left:48.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ks0s1zPtyfSspsX4S5OKybz8sKDTWGBt { color:#fef7da;display:block;width:37.25rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.4;letter-spacing:0;top:3.8125rem;left:20.6875rem;height:1.57421875rem;text-align:right;text-align-last:right;display:block; }
#ici0VeflHX9MIhe1fitsTb9Qiqx3fShJ { color:#fef7da;display:block;width:37.5rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.4;letter-spacing:0;top:6.25rem;left:20.4375rem;height:1.57421875rem;text-align:right;text-align-last:right;display:block; }
#NG2wux0UWJKvuk51Kn8X1TavoRbq14lZ { color:#fef7da;display:block;width:24.8125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.4;letter-spacing:0;top:8.6875rem;left:33.125rem;height:1.57421875rem;text-align:right;text-align-last:right;display:block; }
#y8Xdbp34tssCDuK3D7zUTKrI5pEvhqK8 { color:#fef7da;display:block;width:19.625rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:11.125rem;left:38.3125rem;height:1.57421875rem;text-align:right;text-align-last:right;display:block; }
#UqoQ4GrqoArtK7ekJZytdysoXBMWkOPP { color:#fef7da;display:block;width:24.8123125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.4;letter-spacing:0;top:13.311632685363rem;left:33.067493438721rem;height:1.57421875rem;text-align:right;text-align-last:right;display:block; }
#pRksdS7Heh0OmEHVOZZpNvI6BChWLSrT { 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:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:4.5625rem;text-decoration:none;z-index:100063;text-align:center;text-align-last:center;top:7.193359375rem;left:5.46875rem;display:block; }
#v5D9Psxpx8rbWvxxao4ZsD2cs615l8Me { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QLlcSo4ws06qaebgBEVUm8WORgbTkTcf { position:relative;display:none; }#QLlcSo4ws06qaebgBEVUm8WORgbTkTcf { border-width: 0; border-radius: 0; }#QLlcSo4ws06qaebgBEVUm8WORgbTkTcf &gt; .row .container &gt; .video-iframe-container {  }#QLlcSo4ws06qaebgBEVUm8WORgbTkTcf &gt; .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:none; }#eQQTNuUatDXp2EyUxnV2EOPZH2SnGL54 { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:3.8115234375rem;left:23.27783203125rem;height:7.87109375rem;text-align:right;text-align-last:right;display:block; }
#baNUTANIzer4a5OoylIQeeWtUfQaHJBt { color:#561313;display:block;width:31.6230625rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:0.5625rem;left:26.18701171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#bBdAthbMqlwSQV12mmEemS7ZQLTcf78i { position:absolute;display:block;z-index:100006;background-color:#561313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.81055rem;width:59.936rem;top:12.749555587769rem;left:0rem;display:block; }
#SyTL3aLgvCCWsBO4Ror57z2N2iatUT8p { z-index:100020;top:4.5323371887207rem;left:10.388454437256rem;background-color:#e1093f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #1e2c39 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.7478125rem;height:3.56228125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OQk11KRTmmuTo5z88Mx6KqbCAyTFxnZP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm &gt; .row .container { border-width: 0; border-radius: 0; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm &gt; .row &gt; .video-iframe-container {  }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm &gt; .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:none; }#B1kNTgHcJEAlq0opbkWUrwoXx2XTH3GS { color:#070571;display:block;width:29.187rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:15.404296875rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d2cx4XVH6b5V4TWfDEloDTTe3eyf2ElD { color:#202125;display:block;width:29.187rem;position:absolute;font-family:kids;font-size:1rem;font-weight:400;z-index:100032;line-height:1.6;letter-spacing:0;top:6.08935546875rem;left:28.3095703125rem;height:14.39649375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SfIEHIxU0cDTom4PMnViSik1dKyquaXN { position:absolute;display:block;z-index:100015;background-color:#561313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.81055rem;width:59.9355625rem;top:23.1875rem;left:0.0634765625rem;display:block; }
#f9GMXKDy0PQ7Mno8SsAxzOQ0qMXK77QC { color:#000000;display:block;width:12.4995rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:3.1875rem;left:24.08935546875rem;height:1.3rem;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; }
#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.94);background-image:none;position:relative;z-index:auto;display:block; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row .container { background-color: transparent; background-image: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row .container &gt; .video-iframe-container { display: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row &gt; .video-iframe-container { display: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row .container { border-width: 0; border-radius: 0; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row &gt; .video-iframe-container {  }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row .container { font-size:0.875rem;font-family:"open sans";height:25.6875rem;width:60rem;position:relative;display:block; }#cisH2GSffdZhF5Vt56seP16TwJkTTc9y { position:absolute;display:block;z-index:100008;background-color:#1799eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:7.6875rem;left:28.4375rem;display:block; }
#f99dwwIH7ObI0v66VMORXtTAUiJoNXVS { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:7.6875rem;left:28.4375rem;display:block; }
#W32n1mhxIWhutFdpXhZAW0goTFCegHMr { color:#0d1976;display:block;width:21.1875rem;position:absolute;font-family:kids;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:10.875rem;left:34.5rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PHd4RNnNz3e45NlkIQ1Ea5hfGiiIK89m { 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:100011;top:10.5625rem;left:56.5rem;display:block; }
#KKQMkW24tqTfQorMotgi4KaA8L08ztoo { color:#ba0484;display:block;width:52.999125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:5.3049097061158rem;left:4.2241764068604rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLDLEhulmwABkTnCfur99ypkOKUQiRSm { color:#0d1976;display:block;width:38.9375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:0.9912109375rem;left:10.53125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nO0sWCwtwi5k6hlxbI803REQwJwGkzPo { 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:100012;top:14.75rem;left:56.5625rem;display:block; }
#D9B7qlA358RmdnG26FM1ICfDXKhN840a { 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:100013;top:17.4375rem;left:56.5625rem;display:block; }
#uE3D0lZtbx9JiCs0tTvc12TawxuoT05Z { 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:100014;top:19.6875rem;left:56.5625rem;display:block; }
#EcIoaCQ1q46XM9zuAbggKuf3GlT0yhVa { color:#0d1976;display:block;width:33.999rem;position:absolute;font-family:kids;font-size:1rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:15.0625rem;left:21.5625rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MGAUgmWgwF2UxMVtasB5WWnTdG2GETrm { color:#0d1976;display:block;width:41.4375rem;position:absolute;font-family:kids;font-size:1rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:17.375rem;left:14.25rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#c2H4sxaC3kbpMsJVT0DW9zVrTmZcsq57 { color:#0d1976;display:block;width:55.4985rem;position:absolute;font-family:kids;font-size:1rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:20rem;left:0.125rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CCF7obH8SLB5txoV61g3k91xIC27Qvhu { color:#ba0484;display:block;width:51.875rem;position:absolute;font-family:kids;font-size:1rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:12.625rem;left:3.875rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#twbJBOMf4LsKJX9m9qaDR6KadAKvVmXB { 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:100016;top:22.625rem;left:56.75rem;display:block; }
#NTcfllV8Ka5mzsvsG4WgCC5vS1UXp3uR { color:#0d1976;display:block;width:55.6245rem;position:absolute;font-family:kids;font-size:1rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:22.9375rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb0ad;background-image:none;position:relative;display:block; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p &gt; .row .container { background-color: transparent; background-image: none; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p &gt; .row .container &gt; .video-iframe-container { display: none; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p &gt; .row &gt; .video-iframe-container { display: none; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p &gt; .row .container { border-width: 0; border-radius: 0; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p &gt; .row &gt; .video-iframe-container {  }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p &gt; .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#M5Q93W553GOz3QJPZ8g3WDsQu3OMWB94 { color:#ffffff;display:block;width:22.7470625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:8.125rem;left:20rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#pWOBTrOBfhFEGTpOA4rwnP5TnD41OuJU { 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:1.125rem;left:45.25rem;display:none; }
#IZLxwkvLg2ssfaPA7bQGrINyueNfTTtW { 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.75390625rem;left:8.3740234375rem;height:0;text-align:center;text-align-last:center;display:none; }
#LH1CvPwaMl42PTLVMhpGEkQFKHms2xIT { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.249025rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:3.87109375rem;left:32.5rem;display:block; }
#XuOrrI9QieL4VcgyGchi7wTF8bTtQ3e2 { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:4.12890625rem;left:23.875rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#EQv4BgsrlwDaKOMmh2bTfGbWduEpLBfy { color:#ffffff;display:block;width:41.74925rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:10.5rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#lQNqH6CiEaGoZf03fBa0Zrk8nT060IJa { 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:100005;top:0.8125rem;left:46.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq { display:block; }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgZJDuQ5OHoxRKFnfyL2H9vxbl3bUWWL { width:14.375rem;height:1.875rem;top:0.625rem;left:15.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVrqGNadp9AXJWIkCNbdxAZPJFfRcF1b { top:0rem;left:39.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXt17tfwAtHC6KNlDFxUnxiMHKqr09Ui { top:0.5625rem;left:3.3125rem;width:36.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT4PbpCtONKqMSzLvsRMIlOdEn2Pze6h { top:40.375rem;left:0rem;width:27rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTgWEQRCbSDIgfa92LHs86JXJvxhs6Xl { top:40.375rem;left:1.625rem;width:23.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-text {padding-top: 0; padding-bottom: 0;}#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-select {padding-top: 0; padding-bottom: 0;}#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa {display:block;}#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #zVi5KVFNOM6sKG1kJK72Dfb01FkraH1o {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #JITdhwyp12MnWTTwueUpeT6qVoVGlDaS {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #Dsf71C7qfM29BlPy60rVV6SEEMmf9zT9 {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #FVfybhoIhg1Xk0tEldQcu8TrtTvsAUzH {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #gEmlMa4mtl5QzTqXSqBOuV4UuiluPllg {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #pWdQkVEeOvXCv3uXH85X4eseZeZbboR0 {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #SsQ3fWSKfE8sbpUl3SxDhrUmk6NLdc6W {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #bf6PJw8NCukZxQrv9Qzf00kTdJ36TNKU {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #CQK7zquLFFEPguMTH5QJQvOqLdK5xqWz {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #i5NU58pKuRMh1X9k4iDVrgSs2mAWKF3u {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #kPcWfyPqpihXq4Cu2NoIqzFvsiVXpB2R {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #O9z4vPXOzNpbiOkZ8bfvJgU6smJv3Hmy {  }
 }@media only screen and (max-width: 763px) { #OvHywqvu1G8zbks5UBnTVA8Bc8N7K5NF { display:block; }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #ZydTcHsk5e8XoxZNHUchOeD6bq6bQuCv {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #cM7iLD398HEcuKMy7ae4KhFVRe1onkGZ {  }
 }@media only screen and (max-width: 763px) { #TqHbbRJs2O2RTT0TuQGe7yUsqlKGKJXu { top:6.0625rem;left:0rem;width:47.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG81CvtDOAOAQG5wkPHoOzsFatRGOLpq { width:13.6875rem;height:2.5rem;top:6.5625rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLLPPevIigT72cRUIr2tnI32rGLA403D { display:block; }
 }@media only screen and (max-width: 763px) { #Cz5hiEXeAdLWI3Szaz4Ayz0ETdlCsysy { width:13.625rem;height:2.5rem;top:6.5rem;left:19.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g734dzCp9QG5aoLJbbUJ0Tcmu8MFr2eB { display:block; }
 }@media only screen and (max-width: 763px) { #LFk49PI07PmouGkBgd5SnqNMXB8N4dEo { width:13.6875rem;height:2.5rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFB6bnOs0TU2hgk7fVtvsmktEysInbg5 { display:block; }
 }@media only screen and (max-width: 763px) { #HWBQbSPWC54lHdT1EsED3Xm8E2dX0Wey { top:11.1875rem;left:0rem;width:42.875rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP9pzxmZa5yLaTEr0hPDuZPlKx8hoc2f { top:3rem;left:3rem;width:37rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCAqQXqSuPOxExaSWqlpfaeKw7kCHMtH { top:42.5rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHhr9GoZSn79w175ekA5gL9AvfhlMbFW { top:52.75rem;left:18.779296875rem;width:15.4375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2OyTaMbTHaHgJqQgE63aTIPTriKR8C { display:block; }#XT2OyTaMbTHaHgJqQgE63aTIPTriKR8C &gt; .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6FurQyt1qbGTx0n7srogdBVVQG66hht { top:5rem;left:24.9375rem;width:22.8125rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeZdPW9zNMlkqh3QIdT2qmQoCc51kTEU { top:8.625rem;left:29.375rem;width:14.875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPNRHSvkdwMk6bfNI3xriZUQWoDO1EO8 { top:9.8125rem;left:32.2802734375rem;width:9rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9RxEr8mxWhMAJXC2eIU9w6C6pGbTKbR { width:13.6875rem;height:4.5rem;top:15.125rem;left:29.966796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN5MTQ3mwxGKVwqxn1gemmMXcZlSz865 { display:block; }
 }@media only screen and (max-width: 763px) { #bRG900RV9nC69DtxFoLQJrTqThkgUgAp { top:0.75rem;left:0rem;width:16.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gENTLsymoqNo617Gz3Tv5pDFllqsBbhx { top:3.8125rem;left:0rem;width:15.5625rem;height:29.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs07ZtPwOxKnGJSBIIInKAFGikP5Eknz { top:20.4375rem;left:33.3388671875rem;width:8.0625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4t7MvI4K0O1IO8WzoEMBDR8VByR3FBg { display:block; }
 }@media only screen and (max-width: 763px) { #qEBFeC1T5AHm3d6ff1movZhOpUdLCUVy { top:14.0625rem;left:0rem;width:8.0625rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdA2yqcsMuNInJKhE4iJGRVffr1Zzct3 { display:block; }
 }@media only screen and (max-width: 763px) { #gJVqNCwNBA9WB4P0cU2xn5UrTMaR9IM2 { display:block; }#gJVqNCwNBA9WB4P0cU2xn5UrTMaR9IM2 &gt; .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtTP8Hm1yuamHSU2XolENfX6KrOnNcsK { top:2rem;left:0rem;width:16.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHCXxyQ0RP5IHXklOcZTRIEQBtdEdNEh { top:7.3125rem;left:0rem;width:25.5rem;height:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUiyv3RON1bm1UQLad5lf83QZ8AnXHxn { top:5.625rem;left:24.9375rem;width:22.8125rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAhi7rwDQuDJ4chiCeMJQW4QIn8wlNEs { top:9.25rem;left:30.6875rem;width:14.9375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLpBrDrKLOJ2mLwx8tuvUK7Bvv6ATlae { top:10.4375rem;left:33.59375rem;width:9rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTB6WR5NkDaz04TMZmBNHpzUR3WrrAo { width:13.6875rem;height:4.5rem;top:15.25rem;left:31.279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDlFUTRvpLuxyLn9mLkZln2hQlRtF0zP { display:block; }
 }@media only screen and (max-width: 763px) { #P5P82ZcUdOaIXVKtHWVvTnTzPO7AMzfl { top:22rem;left:34.091796875rem;width:8.0625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6wqCf2SogfJ6IKAnKwFlioHihCnkAq2 { display:block; }
 }@media only screen and (max-width: 763px) { #RdQZ3614OeoUdHWMmixdHlaXim8ipPBb { display:block; }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7sH4LXn7yLm8mxDMrPQXER2sMfb0xM9 { top:73.5rem;left:0.375rem;width:11.5625rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtPdmnTECnG3NdQWzQM2Vz3UPB4aQOnA { top:76.5625rem;left:0rem;width:19.625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ91Hi54NkMm8B2iVozEZiKNGoIdUCrB { top:39.0625rem;left:23.3125rem;width:24.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGZLAvFDxtsmQhxKTSHXEyDnDP4IDgKq { top:35.1875rem;left:31.75rem;width:16rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7bx6kwIq74T0PEtySrFtCN1r1tgm6cD { top:15.625rem;left:21.0625rem;width:26.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWIoTGTvy1XT2WqMlayLmxHckAi7tUrD { top:15.9375rem;left:30.6875rem;width:17.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtDgS200Q0RuCBqHRTgSQVk5GOGMpzIL { top:19.8125rem;left:31.1875rem;width:16.5625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFsmkPOZL7nHHOQiIf5s083m67WGr3C6 { top:58.1875rem;left:29.875rem;width:17.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz7vez6FKBOVRvT3CVJeQoESE1eamVeJ { top:1.75rem;left:9.0625rem;width:18rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUUwmfmQViZWkS0oc1CHnpOU8uhQ3ogb { top:1.75rem;left:13.875rem;width:8.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLusvePxWgWTL98zJ83gqrRZwthUoMpr { top:4.25rem;left:13.125rem;width:11.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO5o3k8w6oxxKtOovZe2t8gWNgekvweB { top:59rem;left:0rem;width:12.9375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGmbu9Qyx1QKsMFJuec5FvDeltqMT4CQ { width:10.0625rem;height:3.5625rem;top:26rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnJDsR0Z5Om8BnU531ByPHneBvDWJ3Pb { display:block; }
 }@media only screen and (max-width: 763px) { #DIefpLnaDWtRoCFatqNzHTLgWdQA1tq4 { width:10.0625rem;height:3.5625rem;top:44.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee5IuucSmXTSquCE996atvsWyxDXT5vs { display:block; }
 }@media only screen and (max-width: 763px) { #KhnuMIFNn2mTOAbal5TXSCShDwVETQV9 { width:10.0625rem;height:3.5625rem;top:63.1875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIzqdFfTIAhJW1H7EbsDGs4iQXPvmtkx { display:block; }
 }@media only screen and (max-width: 763px) { #Jq8rS1PTGgNaPgEoQyVThk24a95qUaxK { width:14.75rem;height:3.625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3JMo5fo3PW445aiZtPb6hlPTfhnL89M { display:block; }
 }@media only screen and (max-width: 763px) { #ZD3IpXrm8cy6At5v4XNOE4kGJRBaiHvt { width:10.0625rem;height:3.5625rem;top:81.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm7eEnF90LI7Hv6fywR6TZoOVtEdhfb7 { display:block; }
 }@media only screen and (max-width: 763px) { #pspx2twno7DU68qfDpfXN08KJyCvBH7S { top:19.5rem;left:0.375rem;width:12.375rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc853RAuA4tc1nXx7VbXJV2ekq4bqoPS { width:13.625rem;height:3.75rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xewui1VzOq0EKkLhTUUkzb4rnT7I72EC { display:block; }
 }@media only screen and (max-width: 763px) { #dhpOvRueKlZFBecsgyug10nAisnz63yF { top:30.3125rem;left:38.3125rem;width:5.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkfHUfOFuL4kgMBXGe7fVMZ6xpmZ3bLJ { top:30.9375rem;left:38.3125rem;width:3rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMlDAdBfoSsR4bRuTDp89kzmIqIoCMHm { top:67.5rem;left:38.25rem;width:5.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDSMil7qPsd92X1cHgAJeM5AhkuI1Jy6 { top:68.125rem;left:38.3125rem;width:3rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuJCWCJwftadrQQcO4ObnOOBLEqqQABm { top:48.625rem;left:37.75rem;width:5.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkdETqWZOm45cl2DJNSdV4VeIdzTVOL5 { top:49.375rem;left:38.3125rem;width:3rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTDcwiA2TXVQPPHPh6F2kzqT29gekdy { top:86.625rem;left:2.75rem;width:6.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfIhAfSp31X1e4FdONRhqRHLo5yRtuIQ { top:87.375rem;left:3.4375rem;width:3rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdRsX5Ql9pfnd1mfMih4iwJZfTz0G0fl { top:55.1875rem;left:0rem;width:13.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnwPF3JtTLwwrzle48IGVt8h8O4EQ1cf { width:10.0625rem;height:3.5625rem;top:63.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc8hAqbiX6KcO19PPN4Go7DLvxNpe5XJ { display:block; }
 }@media only screen and (max-width: 763px) { #J4XJnAFgUSnGvVnJkMn5b9UaAkdvAKJv { top:95.375rem;left:34.75rem;width:11.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnGLIRhuAE8MUSZdxpu7NZ5IACvWe67V { top:91.9375rem;left:30.25rem;width:17.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyvZrIq6EXVVHtlM51xk498XJTHUgyhu { top:27.0625rem;left:41.15625rem;width:4.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6xp8IHDnQuVNcWktD6qVt4QL1T7FsK8 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TdlOMWPTtMnyJVr28eauPOvtS7Q7oFvW { display:block; }
 }@media only screen and (max-width: 763px) { #EPN8A50V77ZIo74s7lAla21ZCD3q5eqQ { top:105.0625rem;left:37.75rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2wGKEliHOs3OiSFQhIXW9VyJ7zBal7V { width:10.0625rem;height:3.5625rem;top:99.625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFeQCxlrQ7l7pczVzpuaRfc74iMwycOn { display:block; }
 }@media only screen and (max-width: 763px) { #qUIEVLgVQNfuL2ve9eW2Hr1uqs7LFGsd { width:10.0625rem;height:3.5625rem;top:119.5rem;left:1.0947265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyypoIqUKJKZIl8bHdLlqMaUZbF2S9T7 { display:block; }
 }@media only screen and (max-width: 763px) { #nEr1gwNKm9mPZqRapLMmz551zxffT7CD { top:111.75rem;left:3.5rem;width:8.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGIz1AlBOkp6OpMpT0V9eZZ2ToVR7wR3 { top:114.8125rem;left:1.90625rem;width:12.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJHsKrwkMKo1SOnq69trfOsv27KT4TLR { top:125.3125rem;left:2.75rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7cg3DhaF17RSzr3cnAstPEGQFt3P2bt { top:26.75rem;left:25.9375rem;width:3rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmE5SGClbZMecoEMci1cQaTL44gZZ8Wo { width:10.0625rem;height:3.5625rem;top:100.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uphkq1D8B2OL9NZdMOd8CTCbXh8c28vf { display:block; }
 }@media only screen and (max-width: 763px) { #PL75mndQ6WTms8Vor4XC4ashaurRSIbd { top:96.0625rem;left:1.875rem;width:13.625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scgCx6LsfmlzSWo5lJSSqHeVuObCd1lm { top:92.625rem;left:0rem;width:15.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWwsVWNph7ukaIRO1cpuhh2nDSIiURX9 { top:105.8125rem;left:3.5rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1SVqIBQgnIyG6aA2K2XJmZtxB4bwX9v { top:68.1875rem;left:1.5625rem;width:5.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhG0Ad6ukTTIXH1fzIzoXxkv7Sg5pxs6 { top:68.9375rem;left:1.9375rem;width:3rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCHADN7ZlVT95CBIccc6ikn0ZsHISC6r { width:10.0625rem;height:3.5625rem;top:118.8125rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1UWRak5fMAZLImhdqoC1TTi1aTn9Hut { display:block; }
 }@media only screen and (max-width: 763px) { #Rxq3dmkNFgZzAtTlsIniXbHm7pJSJisT { top:113.3125rem;left:29.1875rem;width:18.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuNcunmISDau1AkIXTklO9pIE2ThdyTo { top:110rem;left:27.75rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUa8cQeWTuH1w5eedCpN9gCuIIHVwKKs { top:124rem;left:38.25rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsiL8M8Kq0G8gp8TGMxErlFQ9QhRXhKM { width:10.0625rem;height:3.5625rem;top:137.1875rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7H15NFTRe6NNC2Rpo9JlsndPiR45iHT { display:block; }
 }@media only screen and (max-width: 763px) { #LQdhlDrqOaK3kboBE5lAWfW6M4ggpSP0 { top:132.75rem;left:29.1875rem;width:18.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0HETrkad5R48QbrFlHAJ3bVyyHRFvxd { top:129.5rem;left:29.875rem;width:17.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kaya5MlbP1oJP1nCE2iQE2z72JzEQy4m { top:143.375rem;left:39.0625rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck2r0CVa1LukdS359xsBgO1hdc2aIAD7 { width:10.0625rem;height:3.5625rem;top:137.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tROHPhBnxhJ65kI7KI7HyWmb81bdF3mE { display:block; }
 }@media only screen and (max-width: 763px) { #dknWHvK27a9md5L8upL4dfTKI7tC2uNq { top:132.5625rem;left:0rem;width:18.5625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3cBTiJzmUpuM4bUHeibTid02Iz7Rlyt { top:130.25rem;left:0rem;width:19.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N05TG9lJvhFtiSbyoqgIpgPJ27QVMc7r { top:144.125rem;left:2.25rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPdgKsKIkxy98AOZSlkCCQzdTTCMiuCa { width:10.0625rem;height:3.5625rem;top:80.75rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRwzTNC1o7RT4JJDShkNGadTtZKbrlls { display:block; }
 }@media only screen and (max-width: 763px) { #mNtbP7lreUeOkfLcDUk2zzDdTtB6EeFk { top:74.75rem;left:29.1875rem;width:18.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBh8r5UaCGhoTsFc1zwCbe4OHtGTna6W { top:72.0625rem;left:28.5625rem;width:19.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0AeTN90A9k7uG1wo6HxDXwcP9qTcBOA { top:86.4375rem;left:37.75rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL7t4kZv1qi5gT8IpXkkQIzUwuNgasTU { width:10.0625rem;height:3.5625rem;top:44.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqSMnorwRs8d2EAUvARPuga7XLhS8rrp { display:block; }
 }@media only screen and (max-width: 763px) { #g2h0hnuPJ37pcAOUH9WZpsWQbgoBTCED { top:38.75rem;left:0rem;width:16.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUF3fsZ0oqUCsFcbIH59HmJQ5tPyHFtb { top:53.6875rem;left:33.625rem;width:13.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqqeAuKa4l6Giyg9bqxbEnZXyFcVf95g { top:35.625rem;left:33.375rem;width:13.375rem;height:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaFtylQrLt9b2MhyQfysXUBzEJSUT0tA { top:33.6875rem;left:21.0625rem;width:26.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyTB2THtRi72LoHHETM6OBfeglkt2VCC { top:52.75rem;left:21.0625rem;width:26.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWCocXxLy0wKRJ3oJOp8g9W4b8a9NcAx { top:70.4375rem;left:21.0625rem;width:26.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #La2aC1HtswwdFd7io7dylBaHNgAHqSpR { top:85.8125rem;left:37.5rem;width:6.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6kA3dVONm7dT1znHIec67UIIQg2xCdz { top:89.25rem;left:21.0625rem;width:26.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH6wI7fTuP0iuletWs7EuLFpqWOKuBmy { top:104.5rem;left:38.3125rem;width:5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPSSlIGTOBIJCUWhpOP3pPMRGqvldLUe { top:108.4375rem;left:21.0625rem;width:26.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysTslnQz6SobBscQDcrJqTKlTzoaJTWe { top:123.4375rem;left:34.6875rem;width:11.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rovpcq7MPfAm3LT9J0qW8rT7TL3PDQ3K { top:142.75rem;left:39.125rem;width:5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIzZyLpFJH9hXInWbwKHc8t0CPzCF6oD { top:126.8125rem;left:21.0625rem;width:26.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMEyxKR5XOldR51J6Pz5lVC4NyGZa3Qe { top:16.3125rem;left:0rem;width:26.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcZuHSdHAETlxhVJSayxGf7RoFwzC1qS { top:34.4375rem;left:0rem;width:26.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQqFgpLKaOCE8REeDIyxQHBgGBvpeTD4 { top:53.5625rem;left:0rem;width:26.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl6G39guIOVVg1lkFAgiXWtG0506RQHK { top:71.125rem;left:0rem;width:26.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6u1ccmEfd4SoQzzrzZWTfRwUv1OxeoM { top:90rem;left:0rem;width:26.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZMIURMbL8fm3uqXwwRa3T1GbgwXPnA3 { top:105.1875rem;left:3.8125rem;width:5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJUzXZL2UHwhObaqoNmVdh6m2yVzFLVu { top:109.1875rem;left:0rem;width:26.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbRae02LClmGh5bSWDinUCKe8ruTOI8W { top:124.6875rem;left:2.75rem;width:5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ePQuNcehqKThroZdNagh0ZlnFG5mQt { top:127.5625rem;left:0rem;width:26.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWNaAea4Qd4u2peLGyLDAieOFLawnvUa { top:143.4375rem;left:2.75rem;width:5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHBxRR0xa1PtQNy9DSQk0T3m7STqhSEl { top:10.125rem;left:0rem;width:26.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nm0Oif0mPaUHmyC5ToaqDQPG1IK3ZRAD { top:10.125rem;left:0rem;width:26.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #izFHLmDRySF6TZa8btP9IrUhqs3gp71a { top:10.125rem;left:0rem;width:26.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOT6TCaX4k2elXztIJ9FMFG3ilPcKx8c { top:10.125rem;left:0rem;width:26.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSepTNM5XaRLwL4o6d1dGdOgr4tUlDOL { top:10.125rem;left:0rem;width:26.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJpBRa3Ki0S2110a9fHGsrkfFDigX5Jo { top:10.125rem;left:0rem;width:26.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCZO0J1EcJBigTLqH6a0lWzMApEaeosF { top:10.125rem;left:0rem;width:26.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vq4b1xeBrWirGIBR9388CLX68MV6Zct0 { top:10.125rem;left:0rem;width:26.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2FnMCVfZQH3n6P8EwW9bgTCEd3NVh7Z { top:10.125rem;left:0rem;width:26.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvTxSK336sWkXQoznH701NP8vm9loWLq { top:10.125rem;left:0rem;width:26.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuTc2toeQxIe6p1l5w8gWu0bfUM7I13U { top:10.125rem;left:0rem;width:26.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D87p2pIldrMU3iHbTyHRC5kxCVnQrT9m { top:10.125rem;left:0rem;width:26.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5tFgpPd2LzNmeM91duCpxKUpF089BTU { top:10.125rem;left:0rem;width:26.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdSVa2WZI1rnfvFRuFwQSNPq654cNqaC { top:10.125rem;left:0rem;width:26.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGLTp7iWIXbxDMDISZhUVDBI0QXFTZ4P { top:81.1875rem;left:4.375rem;width:3rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWoeKdgDopNniqit1gM4TaPz3tqzPhOK { top:80.4375rem;left:3.6875rem;width:6.8125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #umlxwCzS75AHrWMvyTTIDM7SRweQFofg { top:1.75rem;left:29.75rem;width:18rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8IdEsWbAluvDkpNJ9EBhCslcfcgzUo0 { top:3.5625rem;left:32.625rem;width:15.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNMns2PADmV0Dlqg9qh7TbwM4ytdVzZw { width:10.0625rem;height:3.5625rem;top:7.4375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htrwy3n9J0yX3gKGKzHBbRy2sNNQxGou { display:block; }
 }@media only screen and (max-width: 763px) { #LBCtqwbZ4MtqZ5Rz2mLOTlW9s1ohUqO0 { top:16.3125rem;left:0rem;width:26.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv { display:block; }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBVP7nP89kFAoXCSsMyzgEGtXEwJ3CO3 { top:4.9375rem;left:2.125rem;width:45.625rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfFSSmTJLRxfi3qQLbnkDTcNJoGwLgrI { top:0.8125rem;left:16.1875rem;width:31.5625rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGItSw2nebXDAfIV2RxZ4KZKfHQFvmvT { top:14.4375rem;left:0rem;width:47.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK1HMESTKCQJ96bAS6NeVMbhEw5hAqgA { width:0;height:0;top:0rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0wy53QMMKfSHOxMvxi4aTXecTqmWiL8 { display:block; }
 }@media only screen and (max-width: 763px) { #QQTvSR1iP3UgaT9hlBhJ3NJGSqmP4EtU { width:9.3125rem;height:4.5625rem;top:5.5625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhxd9xXcdCd4rvdWzfBLQBUbd00LZgLc { display:block; }
 }@media only screen and (max-width: 763px) { #HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O { display:block; }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHFwTHMB4s1mvCcOguilqnEV6hDiW6sq { width:24.75rem;height:1.9375rem;top:1.8125rem;left:23rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDhMQSglDOTyZphirxFNaTA3DnEzC9i3 { top:5.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7D7JIalVTSCgC9HmBLTlzoHB7nEuK0d { top:11.0625rem;left:0rem;width:47.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0PBMfFU1cMQegnaA4RmqC1eReAqlBLW { width:9.3125rem;height:4.5625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkfxXaO97qiew4tbD28bvEZrZTQ4M64N { display:block; }
 }@media only screen and (max-width: 763px) { #Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX { display:block; }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxNB23gdSA8QvD8guITbMrpLLX6TNTJ4 { width:9rem;height:;top:0.9375rem;left:38.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks0s1zPtyfSspsX4S5OKybz8sKDTWGBt { top:3.8125rem;left:10.5625rem;width:37.1875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ici0VeflHX9MIhe1fitsTb9Qiqx3fShJ { top:6.25rem;left:10.25rem;width:37.5rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG2wux0UWJKvuk51Kn8X1TavoRbq14lZ { top:8.6875rem;left:23rem;width:24.75rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8Xdbp34tssCDuK3D7zUTKrI5pEvhqK8 { top:11.125rem;left:28.1875rem;width:19.5625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqoQ4GrqoArtK7ekJZytdysoXBMWkOPP { top:13.25rem;left:23rem;width:24.75rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRksdS7Heh0OmEHVOZZpNvI6BChWLSrT { width:9.3125rem;height:4.5625rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5D9Psxpx8rbWvxxao4ZsD2cs615l8Me { display:block; }
 }@media only screen and (max-width: 763px) { #QLlcSo4ws06qaebgBEVUm8WORgbTkTcf { display:block; }#QLlcSo4ws06qaebgBEVUm8WORgbTkTcf &gt; .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQQTNuUatDXp2EyUxnV2EOPZH2SnGL54 { top:3.75rem;left:13.0625rem;width:34.6875rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baNUTANIzer4a5OoylIQeeWtUfQaHJBt { top:0.5625rem;left:16.1875rem;width:31.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBdAthbMqlwSQV12mmEemS7ZQLTcf78i { top:12.6875rem;left:0rem;width:47.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTL3aLgvCCWsBO4Ror57z2N2iatUT8p { top:4.5rem;left:4.2634544372559rem;width:8.6875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQk11KRTmmuTo5z88Mx6KqbCAyTFxnZP { display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm &gt; .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1kNTgHcJEAlq0opbkWUrwoXx2XTH3GS { width:29.125rem;height:2.25rem;top:0.9375rem;left:9.279296875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2cx4XVH6b5V4TWfDEloDTTe3eyf2ElD { width:29.125rem;height:14.1875rem;top:6.0625rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfIEHIxU0cDTom4PMnViSik1dKyquaXN { top:23.1875rem;left:0rem;width:47.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9GMXKDy0PQ7Mno8SsAxzOQ0qMXK77QC { top:3.1875rem;left:17.963541030884rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO { display:block; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cisH2GSffdZhF5Vt56seP16TwJkTTc9y { width:3.125rem;height:0.125rem;top:7.6875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f99dwwIH7ObI0v66VMORXtTAUiJoNXVS { width:3.125rem;height:0.125rem;top:7.6875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W32n1mhxIWhutFdpXhZAW0goTFCegHMr { top:10.875rem;left:26.5625rem;width:21.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHd4RNnNz3e45NlkIQ1Ea5hfGiiIK89m { top:10.5625rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKQMkW24tqTfQorMotgi4KaA8L08ztoo { width:47.75rem;height:2.8125rem;top:5.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLDLEhulmwABkTnCfur99ypkOKUQiRSm { width:38.875rem;height:1.9375rem;top:0.9375rem;left:4.40576171875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO0sWCwtwi5k6hlxbI803REQwJwGkzPo { top:14.75rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9B7qlA358RmdnG26FM1ICfDXKhN840a { top:17.4375rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE3D0lZtbx9JiCs0tTvc12TawxuoT05Z { top:19.6875rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcIoaCQ1q46XM9zuAbggKuf3GlT0yhVa { top:15.0625rem;left:13.8125rem;width:33.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGAUgmWgwF2UxMVtasB5WWnTdG2GETrm { top:17.375rem;left:6.3125rem;width:41.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2H4sxaC3kbpMsJVT0DW9zVrTmZcsq57 { top:20rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCF7obH8SLB5txoV61g3k91xIC27Qvhu { top:12.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbJBOMf4LsKJX9m9qaDR6KadAKvVmXB { top:22.625rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcfllV8Ka5mzsvsG4WgCC5vS1UXp3uR { top:22.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p { display:block; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p &gt; .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5Q93W553GOz3QJPZ8g3WDsQu3OMWB94 { top:8.125rem;left:13.875rem;width:22.6875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWOBTrOBfhFEGTpOA4rwnP5TnD41OuJU { top:1.0625rem;left:39.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZLxwkvLg2ssfaPA7bQGrINyueNfTTtW { top:1.75rem;left:2.2490234375rem;width:41.6875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH1CvPwaMl42PTLVMhpGEkQFKHms2xIT { top:3.8125rem;left:26.375rem;width:2.1875rem;height:2.249025rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuOrrI9QieL4VcgyGchi7wTF8bTtQ3e2 { top:4.125rem;left:17.75rem;width:9.9375rem;height:1.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQv4BgsrlwDaKOMmh2bTfGbWduEpLBfy { top:1.4375rem;left:4.375rem;width:41.6875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQNqH6CiEaGoZf03fBa0Zrk8nT060IJa { top:0.8125rem;left:40.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 &gt; .row &gt; .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq { background-color:#1c6890;background-image:none;display:block; }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row .container { background-color: transparent; background-image: none; }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row .container &gt; .video-iframe-container { display: none; }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row &gt; .video-iframe-container { display: none; }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQkiIPE5VWl26KVHWDqdIXeZvJ5Cc6dq &gt; .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgZJDuQ5OHoxRKFnfyL2H9vxbl3bUWWL { width:8.5595625rem;height:1.3rem;top:0.4326171875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xVrqGNadp9AXJWIkCNbdxAZPJFfRcF1b { width:5.7495125rem;height:5.7495125rem;top:0rem;left:13.65380859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXt17tfwAtHC6KNlDFxUnxiMHKqr09Ui { width:18.25rem;height:5.25rem;top:0.341796875rem;left:0.6875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tT4PbpCtONKqMSzLvsRMIlOdEn2Pze6h { width:20rem;height:6rem;top:20.135635197163rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTgWEQRCbSDIgfa92LHs86JXJvxhs6Xl { width:13.9980625rem;height:6.499rem;top:48.8134765625rem;left:3rem;font-size:1rem;line-height:1.3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#fef7da;display:block; }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-size:1rem;overflow:hidden;line-height:1.6; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-text {padding-top: 0; padding-bottom: 0;}#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-select {padding-top: 0; padding-bottom: 0;}#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-checkbox-label { width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-container:first-of-type{padding-top:0;}#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .widget-container:last-of-type{padding-bottom:0;}#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa  { width:16.75rem;height:auto;top:21.2080078125rem;left:0.375rem; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa {display:block;}#iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa { width:16.75rem;height:auto;top:21.2080078125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #zVi5KVFNOM6sKG1kJK72Dfb01FkraH1o {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #JITdhwyp12MnWTTwueUpeT6qVoVGlDaS {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #Dsf71C7qfM29BlPy60rVV6SEEMmf9zT9 {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #FVfybhoIhg1Xk0tEldQcu8TrtTvsAUzH {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #gEmlMa4mtl5QzTqXSqBOuV4UuiluPllg {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #pWdQkVEeOvXCv3uXH85X4eseZeZbboR0 {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #SsQ3fWSKfE8sbpUl3SxDhrUmk6NLdc6W {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #bf6PJw8NCukZxQrv9Qzf00kTdJ36TNKU {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #CQK7zquLFFEPguMTH5QJQvOqLdK5xqWz {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #i5NU58pKuRMh1X9k4iDVrgSs2mAWKF3u {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #kPcWfyPqpihXq4Cu2NoIqzFvsiVXpB2R {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #O9z4vPXOzNpbiOkZ8bfvJgU6smJv3Hmy {  }
 }@media only screen and (max-width: 763px) { #OvHywqvu1G8zbks5UBnTVA8Bc8N7K5NF { display:block; }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #ZydTcHsk5e8XoxZNHUchOeD6bq6bQuCv {  }
 }@media only screen and (max-width: 763px) { #iVdZKGE22UMzg8WGCpthHrZeUTl5zdwa #cM7iLD398HEcuKMy7ae4KhFVRe1onkGZ {  }
 }@media only screen and (max-width: 763px) { #TqHbbRJs2O2RTT0TuQGe7yUsqlKGKJXu { width:20rem;height:3.375rem;top:48.107421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NG81CvtDOAOAQG5wkPHoOzsFatRGOLpq { width:13.6875rem;height:2.5rem;top:10.45654296875rem;left:3.1552734375rem;z-index:100031;display:none; }
 }@media only screen and (max-width: 763px) { #nLLPPevIigT72cRUIr2tnI32rGLA403D { display:block; }
 }@media only screen and (max-width: 763px) { #Cz5hiEXeAdLWI3Szaz4Ayz0ETdlCsysy { width:7.5rem;height:2.5rem;top:18.708594322204rem;left:12.121875166893rem;z-index:100034;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g734dzCp9QG5aoLJbbUJ0Tcmu8MFr2eB { display:block; }
 }@media only screen and (max-width: 763px) { #LFk49PI07PmouGkBgd5SnqNMXB8N4dEo { width:12.5rem;height:2.5625rem;top:17.6875rem;left:3.75rem;z-index:100033;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFB6bnOs0TU2hgk7fVtvsmktEysInbg5 { display:block; }
 }@media only screen and (max-width: 763px) { #HWBQbSPWC54lHdT1EsED3Xm8E2dX0Wey { width:19.8125rem;height:12.8125rem;top:7.4580078125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP9pzxmZa5yLaTEr0hPDuZPlKx8hoc2f { width:12.6230625rem;height:3.8994125rem;top:1.732421875rem;left:1.5302734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCAqQXqSuPOxExaSWqlpfaeKw7kCHMtH { width:15.625rem;height:15.625rem;top:51.1865234375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHhr9GoZSn79w175ekA5gL9AvfhlMbFW { width:13.125rem;height:4.5rem;top:62.9365234375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2OyTaMbTHaHgJqQgE63aTIPTriKR8C { display:block; }#XT2OyTaMbTHaHgJqQgE63aTIPTriKR8C &gt; .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6FurQyt1qbGTx0n7srogdBVVQG66hht { width:12.25rem;height:2.1933625rem;top:0.73046875rem;left:3.875rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qeZdPW9zNMlkqh3QIdT2qmQoCc51kTEU { width:14.875rem;height:5.9375rem;top:36.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPNRHSvkdwMk6bfNI3xriZUQWoDO1EO8 { width:8.9980625rem;height:4.0625rem;top:37.3125rem;left:5.5rem;font-size:1.5625rem;color:#df4a8d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f9RxEr8mxWhMAJXC2eIU9w6C6pGbTKbR { width:13.625rem;height:3.75rem;top:43.125rem;left:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN5MTQ3mwxGKVwqxn1gemmMXcZlSz865 { display:block; }
 }@media only screen and (max-width: 763px) { #bRG900RV9nC69DtxFoLQJrTqThkgUgAp { width:16.625rem;height:2.4375rem;top:4.375rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gENTLsymoqNo617Gz3Tv5pDFllqsBbhx { width:14.375rem;height:26.76175rem;top:7.9375rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hs07ZtPwOxKnGJSBIIInKAFGikP5Eknz { top:20.4375rem;left:5.9375rem;width:8.0625rem;height:4.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4t7MvI4K0O1IO8WzoEMBDR8VByR3FBg { display:block; }
 }@media only screen and (max-width: 763px) { #qEBFeC1T5AHm3d6ff1movZhOpUdLCUVy { top:47.75rem;left:6.0625rem;width:7.9375rem;height:5rem;font-size:1.5625rem;z-index:100097;display:block; }
 }@media only screen and (max-width: 763px) { #CdA2yqcsMuNInJKhE4iJGRVffr1Zzct3 { display:block; }
 }@media only screen and (max-width: 763px) { #gJVqNCwNBA9WB4P0cU2xn5UrTMaR9IM2 { display:block; }#gJVqNCwNBA9WB4P0cU2xn5UrTMaR9IM2 &gt; .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtTP8Hm1yuamHSU2XolENfX6KrOnNcsK { width:16.6875rem;height:2.4375rem;top:5.9375rem;left:1.65625rem;font-size:1.875rem;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; }
 }@media only screen and (max-width: 763px) { #QHCXxyQ0RP5IHXklOcZTRIEQBtdEdNEh { width:20rem;height:11.01953125rem;top:9.880859375rem;left:0.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aUiyv3RON1bm1UQLad5lf83QZ8AnXHxn { width:20rem;height:2.1933625rem;top:1.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sAhi7rwDQuDJ4chiCeMJQW4QIn8wlNEs { width:14.9375rem;height:6rem;top:22.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLpBrDrKLOJ2mLwx8tuvUK7Bvv6ATlae { width:9rem;height:4.0625rem;top:23.1875rem;left:5.5rem;font-size:1.5625rem;color:#df4a8d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UGTB6WR5NkDaz04TMZmBNHpzUR3WrrAo { width:13.6875rem;height:4.5rem;top:29.5625rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDlFUTRvpLuxyLn9mLkZln2hQlRtF0zP { display:block; }
 }@media only screen and (max-width: 763px) { #P5P82ZcUdOaIXVKtHWVvTnTzPO7AMzfl { top:35.25rem;left:5.9375rem;width:8.0625rem;height:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6wqCf2SogfJ6IKAnKwFlioHihCnkAq2 { display:block; }
 }@media only screen and (max-width: 763px) { #RdQZ3614OeoUdHWMmixdHlaXim8ipPBb { background-color:#1c6890;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row .container { background-color: transparent; background-image: none; }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row .container &gt; .video-iframe-container { display: none; }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row &gt; .video-iframe-container { display: none; }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row .container { border-width: 0; border-radius: 0; }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row &gt; .video-iframe-container {  }#RdQZ3614OeoUdHWMmixdHlaXim8ipPBb &gt; .row .container { width:20rem;height:289.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7sH4LXn7yLm8mxDMrPQXER2sMfb0xM9 { width:11.875rem;height:1.625rem;top:145.4375rem;left:4.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #BtPdmnTECnG3NdQWzQM2Vz3UPB4aQOnA { width:10.9375rem;height:2.923825rem;top:148.4375rem;left:4.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#1b57c7;font-family:"sari 1";display:block; }
 }@media only screen and (max-width: 763px) { #NJ91Hi54NkMm8B2iVozEZiKNGoIdUCrB { width:13.1875rem;height:4.38574375rem;top:167.5625rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#1b57c7;font-family:"sari 1";z-index:100068;display:block; }
 }@media only screen and (max-width: 763px) { #QGZLAvFDxtsmQhxKTSHXEyDnDP4IDgKq { width:15.9375rem;height:3.25rem;top:163.375rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#151515;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #S7bx6kwIq74T0PEtySrFtCN1r1tgm6cD { width:12.4375rem;height:9.9375rem;top:73.25rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWIoTGTvy1XT2WqMlayLmxHckAi7tUrD { width:14.875rem;height:2.76171875rem;top:107.125rem;left:2.5625rem;font-size:1.0625rem;color:#151515;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EtDgS200Q0RuCBqHRTgSQVk5GOGMpzIL { width:18.6875rem;height:4.38574375rem;top:110.875rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#1b57c7;font-family:"sari 1";display:block; }
 }@media only screen and (max-width: 763px) { #HFsmkPOZL7nHHOQiIf5s083m67WGr3C6 { width:13.3125rem;height:2.923825rem;top:129.6875rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#1b57c7;font-family:"sari 1";z-index:100064;display:block; }
 }@media only screen and (max-width: 763px) { #Jz7vez6FKBOVRvT3CVJeQoESE1eamVeJ { width:12.3125rem;height:7.3125rem;top:94.375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUUwmfmQViZWkS0oc1CHnpOU8uhQ3ogb { width:12.5rem;height:1.3808625rem;top:2.6875rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #QLusvePxWgWTL98zJ83gqrRZwthUoMpr { width:14rem;height:1.54296875rem;top:6.0625rem;left:3rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#1b57c7;font-family:"sari 1";display:block; }
 }@media only screen and (max-width: 763px) { #WO5o3k8w6oxxKtOovZe2t8gWNgekvweB { width:11rem;height:2.923825rem;top:187.0625rem;left:4.5rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#1b57c7;font-family:"sari 1";z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #QGmbu9Qyx1QKsMFJuec5FvDeltqMT4CQ { width:10.0611875rem;height:3.5612rem;top:116.625rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnJDsR0Z5Om8BnU531ByPHneBvDWJ3Pb { display:block; }
 }@media only screen and (max-width: 763px) { #DIefpLnaDWtRoCFatqNzHTLgWdQA1tq4 { width:10.0605625rem;height:3.561525rem;top:172.6875rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee5IuucSmXTSquCE996atvsWyxDXT5vs { display:block; }
 }@media only screen and (max-width: 763px) { #KhnuMIFNn2mTOAbal5TXSCShDwVETQV9 { width:10.0605625rem;height:3.56055rem;top:134.8125rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIzqdFfTIAhJW1H7EbsDGs4iQXPvmtkx { display:block; }
 }@media only screen and (max-width: 763px) { #Jq8rS1PTGgNaPgEoQyVThk24a95qUaxK { width:13.3125rem;height:3.5625rem;top:11.0625rem;left:3.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3JMo5fo3PW445aiZtPb6hlPTfhnL89M { display:block; }
 }@media only screen and (max-width: 763px) { #ZD3IpXrm8cy6At5v4XNOE4kGJRBaiHvt { width:10.0605625rem;height:3.56055rem;top:153.875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm7eEnF90LI7Hv6fywR6TZoOVtEdhfb7 { display:block; }
 }@media only screen and (max-width: 763px) { #pspx2twno7DU68qfDpfXN08KJyCvBH7S { width:11rem;height:1.54296875rem;top:38.8125rem;left:4.5rem;font-size:1.1875rem;color:#151515;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vc853RAuA4tc1nXx7VbXJV2ekq4bqoPS { width:14.124rem;height:3.624025rem;top:44.75rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xewui1VzOq0EKkLhTUUkzb4rnT7I72EC { display:block; }
 }@media only screen and (max-width: 763px) { #dhpOvRueKlZFBecsgyug10nAisnz63yF { width:4.5625rem;height:1.3808625rem;top:121.4375rem;left:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkfHUfOFuL4kgMBXGe7fVMZ6xpmZ3bLJ { width:3rem;height:0.125rem;top:122.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMlDAdBfoSsR4bRuTDp89kzmIqIoCMHm { width:4.75rem;height:1.3808625rem;top:139.6875rem;left:7.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDSMil7qPsd92X1cHgAJeM5AhkuI1Jy6 { width:3rem;height:0.1875rem;top:178.1875rem;left:7.5625rem;z-index:100093;display:block; }
 }@media only screen and (max-width: 763px) { #VuJCWCJwftadrQQcO4ObnOOBLEqqQABm { width:4.5625rem;height:1.3808625rem;top:177.5625rem;left:7.875rem;font-size:1.0625rem;z-index:100092;display:block; }
 }@media only screen and (max-width: 763px) { #GkdETqWZOm45cl2DJNSdV4VeIdzTVOL5 { width:3rem;height:0.1875rem;top:51.0341796875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRTDcwiA2TXVQPPHPh6F2kzqT29gekdy { width:4.6875rem;height:1.3808625rem;top:158.5625rem;left:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfIhAfSp31X1e4FdONRhqRHLo5yRtuIQ { width:3rem;height:0.1875rem;top:159.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdRsX5Ql9pfnd1mfMih4iwJZfTz0G0fl { width:13.5625rem;height:1.625rem;top:183.1875rem;left:3.25rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #OnwPF3JtTLwwrzle48IGVt8h8O4EQ1cf { width:10.0605625rem;height:3.56055rem;top:191.75rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc8hAqbiX6KcO19PPN4Go7DLvxNpe5XJ { display:block; }
 }@media only screen and (max-width: 763px) { #J4XJnAFgUSnGvVnJkMn5b9UaAkdvAKJv { width:12.9375rem;height:1.4619125rem;top:205.5rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#1b57c7;font-family:"sari 1";z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #wnGLIRhuAE8MUSZdxpu7NZ5IACvWe67V { width:16.0625rem;height:1.625rem;top:201.625rem;left:2rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #UyvZrIq6EXVVHtlM51xk498XJTHUgyhu { width:5.0625rem;height:0;top:113.1240234375rem;left:7.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6xp8IHDnQuVNcWktD6qVt4QL1T7FsK8 { top:117.1923859375rem;left:9.6875rem;z-index:100027;width:0.625rem;height:0.625rem;font-family:"sari 3";font-weight:400;font-style:normal;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdlOMWPTtMnyJVr28eauPOvtS7Q7oFvW { display:block; }
 }@media only screen and (max-width: 763px) { #EPN8A50V77ZIo74s7lAla21ZCD3q5eqQ { width:3rem;height:0.25rem;top:233.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2wGKEliHOs3OiSFQhIXW9VyJ7zBal7V { width:7.75rem;height:3.5625rem;top:209.9375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFeQCxlrQ7l7pczVzpuaRfc74iMwycOn { display:block; }
 }@media only screen and (max-width: 763px) { #qUIEVLgVQNfuL2ve9eW2Hr1uqs7LFGsd { width:8.5625rem;height:3.5625rem;top:228rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyypoIqUKJKZIl8bHdLlqMaUZbF2S9T7 { display:block; }
 }@media only screen and (max-width: 763px) { #nEr1gwNKm9mPZqRapLMmz551zxffT7CD { width:13.5625rem;height:1.625rem;top:220.1875rem;left:3.25rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #VGIz1AlBOkp6OpMpT0V9eZZ2ToVR7wR3 { width:12.9375rem;height:2.923825rem;top:223.1875rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#1b57c7;font-family:"sari 1";z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #XJHsKrwkMKo1SOnq69trfOsv27KT4TLR { width:3rem;height:0.25rem;top:215rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7cg3DhaF17RSzr3cnAstPEGQFt3P2bt { width:3rem;height:0.1875rem;top:140.3125rem;left:7.75rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #hmE5SGClbZMecoEMci1cQaTL44gZZ8Wo { width:8.125rem;height:3.5625rem;top:79.5625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uphkq1D8B2OL9NZdMOd8CTCbXh8c28vf { display:block; }
 }@media only screen and (max-width: 763px) { #PL75mndQ6WTms8Vor4XC4ashaurRSIbd { width:11.5625rem;height:1.4619125rem;top:75.5rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#1b57c7;font-family:"sari 1";z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #scgCx6LsfmlzSWo5lJSSqHeVuObCd1lm { width:12.4375rem;height:1.3808625rem;top:71.75rem;left:3.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#151515;font-family:cairo;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AWwsVWNph7ukaIRO1cpuhh2nDSIiURX9 { width:3rem;height:0.25rem;top:144.5673859375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1SVqIBQgnIyG6aA2K2XJmZtxB4bwX9v { width:4.4375rem;height:0;top:126.8740234375rem;left:7.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhG0Ad6ukTTIXH1fzIzoXxkv7Sg5pxs6 { width:3rem;height:0.1875rem;top:84.625rem;left:7.75rem;z-index:100093;display:block; }
 }@media only screen and (max-width: 763px) { #UCHADN7ZlVT95CBIccc6ikn0ZsHISC6r { width:7.625rem;height:3.5625rem;top:246.3125rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1UWRak5fMAZLImhdqoC1TTi1aTn9Hut { display:block; }
 }@media only screen and (max-width: 763px) { #Rxq3dmkNFgZzAtTlsIniXbHm7pJSJisT { width:18.5625rem;height:4.38574375rem;top:240.6875rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#1b57c7;font-family:"sari 1";z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #WuNcunmISDau1AkIXTklO9pIE2ThdyTo { width:15rem;height:3.25rem;top:236.625rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #HUa8cQeWTuH1w5eedCpN9gCuIIHVwKKs { width:3rem;height:0.25rem;top:251.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsiL8M8Kq0G8gp8TGMxErlFQ9QhRXhKM { width:8.0625rem;height:3.5625rem;top:282.5rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7H15NFTRe6NNC2Rpo9JlsndPiR45iHT { display:block; }
 }@media only screen and (max-width: 763px) { #LQdhlDrqOaK3kboBE5lAWfW6M4ggpSP0 { width:18.5625rem;height:2.923825rem;top:277.3125rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#1b57c7;font-family:"sari 1";z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #P0HETrkad5R48QbrFlHAJ3bVyyHRFvxd { width:15rem;height:3.25rem;top:272.875rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #Kaya5MlbP1oJP1nCE2iQE2z72JzEQy4m { width:3rem;height:0.25rem;top:287.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck2r0CVa1LukdS359xsBgO1hdc2aIAD7 { width:7.625rem;height:3.5625rem;top:264.5rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tROHPhBnxhJ65kI7KI7HyWmb81bdF3mE { display:block; }
 }@media only screen and (max-width: 763px) { #dknWHvK27a9md5L8upL4dfTKI7tC2uNq { width:18.5625rem;height:4.38574375rem;top:259.1875rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#1b57c7;font-family:"sari 1";z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #W3cBTiJzmUpuM4bUHeibTid02Iz7Rlyt { width:15rem;height:3.25rem;top:254.875rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #N05TG9lJvhFtiSbyoqgIpgPJ27QVMc7r { width:3rem;height:0.25rem;top:269.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPdgKsKIkxy98AOZSlkCCQzdTTCMiuCa { width:7.3125rem;height:3.5625rem;top:97.6875rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRwzTNC1o7RT4JJDShkNGadTtZKbrlls { display:block; }
 }@media only screen and (max-width: 763px) { #mNtbP7lreUeOkfLcDUk2zzDdTtB6EeFk { width:18.5625rem;height:4.38574375rem;top:92.8125rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#1b57c7;font-family:"sari 1";z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #PBh8r5UaCGhoTsFc1zwCbe4OHtGTna6W { width:15.5rem;height:2.923825rem;top:88.375rem;left:2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #E0AeTN90A9k7uG1wo6HxDXwcP9qTcBOA { width:3rem;height:0.25rem;top:103.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL7t4kZv1qi5gT8IpXkkQIzUwuNgasTU { width:10.0625rem;height:3.5625rem;top:62.625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqSMnorwRs8d2EAUvARPuga7XLhS8rrp { display:block; }
 }@media only screen and (max-width: 763px) { #g2h0hnuPJ37pcAOUH9WZpsWQbgoBTCED { width:10.125rem;height:3.25rem;top:55.8125rem;left:4.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #gUF3fsZ0oqUCsFcbIH59HmJQ5tPyHFtb { width:13.375rem;height:0;top:195.0625rem;left:3.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#df4a8d;z-index:100066;display:none; }
 }@media only screen and (max-width: 763px) { #WqqeAuKa4l6Giyg9bqxbEnZXyFcVf95g { width:14.8125rem;height:1.3808625rem;top:126.875rem;left:2.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#151515;z-index:100067;font-family:cairo;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OaFtylQrLt9b2MhyQfysXUBzEJSUT0tA { width:20rem;height:10.375rem;top:276.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyTB2THtRi72LoHHETM6OBfeglkt2VCC { width:20rem;height:10.375rem;top:299.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWCocXxLy0wKRJ3oJOp8g9W4b8a9NcAx { width:20rem;height:10.375rem;top:322.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #La2aC1HtswwdFd7io7dylBaHNgAHqSpR { width:6.125rem;height:1.625rem;top:102.6875rem;left:6.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6kA3dVONm7dT1znHIec67UIIQg2xCdz { width:20rem;height:10.375rem;top:348.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nH6wI7fTuP0iuletWs7EuLFpqWOKuBmy { width:5rem;height:1.4619125rem;top:214.375rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPSSlIGTOBIJCUWhpOP3pPMRGqvldLUe { width:20rem;height:10.375rem;top:377.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysTslnQz6SobBscQDcrJqTKlTzoaJTWe { width:11.75rem;height:1.4619125rem;top:250.4375rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rovpcq7MPfAm3LT9J0qW8rT7TL3PDQ3K { width:5rem;height:1.4619125rem;top:286.875rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIzZyLpFJH9hXInWbwKHc8t0CPzCF6oD { width:20rem;height:10.375rem;top:406.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMEyxKR5XOldR51J6Pz5lVC4NyGZa3Qe { width:17.9375rem;height:10.375rem;top:1.646484375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcZuHSdHAETlxhVJSayxGf7RoFwzC1qS { width:20rem;height:10.375rem;top:264.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQqFgpLKaOCE8REeDIyxQHBgGBvpeTD4 { width:20rem;height:10.375rem;top:287.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yl6G39guIOVVg1lkFAgiXWtG0506RQHK { width:20rem;height:10.375rem;top:311.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6u1ccmEfd4SoQzzrzZWTfRwUv1OxeoM { width:20rem;height:10.375rem;top:337.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZMIURMbL8fm3uqXwwRa3T1GbgwXPnA3 { width:5rem;height:1.4619125rem;top:84rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJUzXZL2UHwhObaqoNmVdh6m2yVzFLVu { width:20rem;height:10.375rem;top:366rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbRae02LClmGh5bSWDinUCKe8ruTOI8W { width:5rem;height:1.625rem;top:232.5rem;left:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ePQuNcehqKThroZdNagh0ZlnFG5mQt { width:20rem;height:10.375rem;top:394.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWNaAea4Qd4u2peLGyLDAieOFLawnvUa { width:5rem;height:1.4619125rem;top:268.625rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHBxRR0xa1PtQNy9DSQk0T3m7STqhSEl { width:17.625rem;height:10.375rem;top:34.375rem;left:1.3125rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #nm0Oif0mPaUHmyC5ToaqDQPG1IK3ZRAD { width:18rem;height:10.375rem;top:69.1875rem;left:1.1875rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #izFHLmDRySF6TZa8btP9IrUhqs3gp71a { width:18.8125rem;height:10.375rem;top:87.375rem;left:0.6875rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #gOT6TCaX4k2elXztIJ9FMFG3ilPcKx8c { width:19.125rem;height:10.375rem;top:106.3125rem;left:0.5rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #TSepTNM5XaRLwL4o6d1dGdOgr4tUlDOL { width:18.0625rem;height:10.375rem;top:124.4375rem;left:1.0625rem;z-index:99994;display:block; }
 }@media only screen and (max-width: 763px) { #cJpBRa3Ki0S2110a9fHGsrkfFDigX5Jo { width:17.375rem;height:10.375rem;top:143.5rem;left:1.375rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #FCZO0J1EcJBigTLqH6a0lWzMApEaeosF { width:18.0625rem;height:10.375rem;top:162.3125rem;left:0.9375rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #vq4b1xeBrWirGIBR9388CLX68MV6Zct0 { width:18.0625rem;height:10.375rem;top:181.375rem;left:1.0625rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #D2FnMCVfZQH3n6P8EwW9bgTCEd3NVh7Z { width:18.3125rem;height:10.375rem;top:199.5625rem;left:0.9375rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #bvTxSK336sWkXQoznH701NP8vm9loWLq { width:17.1875rem;height:10.375rem;top:217.625rem;left:1.4375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #SuTc2toeQxIe6p1l5w8gWu0bfUM7I13U { width:19.1875rem;height:10.375rem;top:235.9375rem;left:0.4375rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #D87p2pIldrMU3iHbTyHRC5kxCVnQrT9m { width:18.875rem;height:10.375rem;top:254.0625rem;left:0.6875rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #I5tFgpPd2LzNmeM91duCpxKUpF089BTU { width:18.6875rem;height:10.375rem;top:272.125rem;left:0.875rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #xdSVa2WZI1rnfvFRuFwQSNPq654cNqaC { width:17.125rem;height:10.375rem;top:52.25rem;left:1.8125rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #UGLTp7iWIXbxDMDISZhUVDBI0QXFTZ4P { width:3rem;height:0.1875rem;top:197.0625rem;left:7.875rem;z-index:100093;display:block; }
 }@media only screen and (max-width: 763px) { #TWoeKdgDopNniqit1gM4TaPz3tqzPhOK { width:4.6875rem;height:1.3808625rem;top:196.4375rem;left:7.6875rem;font-size:1.0625rem;z-index:100092;display:block; }
 }@media only screen and (max-width: 763px) { #umlxwCzS75AHrWMvyTTIDM7SRweQFofg { width:18rem;height:5.6875rem;top:1.75rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8IdEsWbAluvDkpNJ9EBhCslcfcgzUo0 { width:15.5625rem;height:1.7871125rem;top:20.619140625rem;left:1.625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #gNMns2PADmV0Dlqg9qh7TbwM4ytdVzZw { width:10.0625rem;height:3.5625rem;top:26.6875rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htrwy3n9J0yX3gKGKzHBbRy2sNNQxGou { display:block; }
 }@media only screen and (max-width: 763px) { #LBCtqwbZ4MtqZ5Rz2mLOTlW9s1ohUqO0 { width:18rem;height:10.375rem;top:16.3125rem;left:1.0625rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv { background-color:#1c6890;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row .container { background-color: transparent; background-image: none; }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row .container &gt; .video-iframe-container { display: none; }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row &gt; .video-iframe-container { display: none; }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row .container { border-width: 0; border-radius: 0; }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row &gt; .video-iframe-container {  }#rfnW0kq4cBXom5KsgXuwNBZ5vUqe81bv &gt; .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBVP7nP89kFAoXCSsMyzgEGtXEwJ3CO3 { width:19.374rem;height:7.34766875rem;top:3.8701171875rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yfFSSmTJLRxfi3qQLbnkDTcNJoGwLgrI { width:20rem;height:1.70605625rem;top:0.74853515625rem;left:0.01611328125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGItSw2nebXDAfIV2RxZ4KZKfHQFvmvT { width:19.9970625rem;height:0.81055rem;top:19.369140625rem;left:0.0029296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK1HMESTKCQJ96bAS6NeVMbhEw5hAqgA { width:0;height:0;top:18.74348762207rem;left:9.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0wy53QMMKfSHOxMvxi4aTXecTqmWiL8 { display:block; }
 }@media only screen and (max-width: 763px) { #QQTvSR1iP3UgaT9hlBhJ3NJGSqmP4EtU { width:9.875rem;height:4.1875rem;top:12.3046875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhxd9xXcdCd4rvdWzfBLQBUbd00LZgLc { display:block; }
 }@media only screen and (max-width: 763px) { #HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O { background-color:#1c6890;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row .container { background-color: transparent; background-image: none; }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row .container &gt; .video-iframe-container { display: none; }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row &gt; .video-iframe-container { display: none; }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row .container { border-width: 0; border-radius: 0; }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row &gt; .video-iframe-container {  }#HL33vD7T4GecxT9Kymm5WVgVoVUUQP3O &gt; .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHFwTHMB4s1mvCcOguilqnEV6hDiW6sq { width:19.0625rem;height:1.54296875rem;top:0.9296875rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDhMQSglDOTyZphirxFNaTA3DnEzC9i3 { width:19.9980625rem;height:6.13671875rem;top:3.4296875rem;left:0.0009765625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7D7JIalVTSCgC9HmBLTlzoHB7nEuK0d { width:19.9980625rem;height:0.75rem;top:19.30859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0PBMfFU1cMQegnaA4RmqC1eReAqlBLW { width:9.3125rem;height:4.5625rem;top:11.75390625rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkfxXaO97qiew4tbD28bvEZrZTQ4M64N { display:block; }
 }@media only screen and (max-width: 763px) { #Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX { background-color:#1c6890;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row .container { background-color: transparent; background-image: none; }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row .container &gt; .video-iframe-container { display: none; }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row &gt; .video-iframe-container { display: none; }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row .container { border-width: 0; border-radius: 0; }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row &gt; .video-iframe-container {  }#Qxl9MbpN0NJeSBB0P3Tva9oavk9I7VrX &gt; .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxNB23gdSA8QvD8guITbMrpLLX6TNTJ4 { width:19.0625rem;height:1.70605625rem;top:0.5615234375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #Ks0s1zPtyfSspsX4S5OKybz8sKDTWGBt { width:15.1875rem;height:1.2246125rem;top:2.267578125rem;left:3.9375rem;font-size:0.875rem;text-align:right;text-align-last:right;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #ici0VeflHX9MIhe1fitsTb9Qiqx3fShJ { width:20rem;height:3.1484375rem;top:4rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #NG2wux0UWJKvuk51Kn8X1TavoRbq14lZ { width:20rem;height:1.575rem;top:8.125rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #y8Xdbp34tssCDuK3D7zUTKrI5pEvhqK8 { width:19.561625rem;height:1.575rem;top:10.4375rem;left:0.1875rem;font-size:1.125rem;text-align:right;text-align-last:right;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #UqoQ4GrqoArtK7ekJZytdysoXBMWkOPP { width:20rem;height:1.575rem;top:13.5625rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #pRksdS7Heh0OmEHVOZZpNvI6BChWLSrT { width:9.3125rem;height:4.5625rem;top:16.38671875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5D9Psxpx8rbWvxxao4ZsD2cs615l8Me { display:block; }
 }@media only screen and (max-width: 763px) { #QLlcSo4ws06qaebgBEVUm8WORgbTkTcf { display:none; }#QLlcSo4ws06qaebgBEVUm8WORgbTkTcf &gt; .row .container { width:20rem;height:15.5rem;background-color:transparent;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eQQTNuUatDXp2EyUxnV2EOPZH2SnGL54 { width:19.2480625rem;height:6.1230625rem;top:2.6396484375rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #baNUTANIzer4a5OoylIQeeWtUfQaHJBt { width:19.9995rem;height:1.3808625rem;top:0.54638671875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBdAthbMqlwSQV12mmEemS7ZQLTcf78i { width:19.9980625rem;height:0.7485375rem;top:14.76708984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTL3aLgvCCWsBO4Ror57z2N2iatUT8p { top:10.4208984375rem;left:5.654296875rem;width:8.6875rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQk11KRTmmuTo5z88Mx6KqbCAyTFxnZP { display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm &gt; .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B1kNTgHcJEAlq0opbkWUrwoXx2XTH3GS { width:20rem;height:1.38125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2cx4XVH6b5V4TWfDEloDTTe3eyf2ElD { width:19.9980625rem;height:13.994125rem;top:3.8095703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfIEHIxU0cDTom4PMnViSik1dKyquaXN { width:19.9980625rem;height:0.75rem;top:18.873046875rem;left:0.00146484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9GMXKDy0PQ7Mno8SsAxzOQ0qMXK77QC { width:12.434875rem;height:1.3rem;top:1.318359375rem;left:3.7825523018837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO { background-color:rgba(255,255,255,0.94);background-image:none;display:block; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row .container { background-color: transparent; background-image: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row .container &gt; .video-iframe-container { display: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row &gt; .video-iframe-container { display: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO &gt; .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cisH2GSffdZhF5Vt56seP16TwJkTTc9y { width:3.125rem;height:0.125rem;top:3.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f99dwwIH7ObI0v66VMORXtTAUiJoNXVS { width:3.125rem;height:0.125rem;top:3.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W32n1mhxIWhutFdpXhZAW0goTFCegHMr { width:15.1875rem;height:1.3rem;top:8.75rem;left:2.1875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHd4RNnNz3e45NlkIQ1Ea5hfGiiIK89m { width:1.93685rem;height:1.93685rem;top:8.5rem;left:17.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKQMkW24tqTfQorMotgi4KaA8L08ztoo { width:18.25rem;height:4.546875rem;top:3.8741340637207rem;left:0.87456601858137rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLDLEhulmwABkTnCfur99ypkOKUQiRSm { width:18.8125rem;height:1.3rem;top:1rem;left:0.59375005960464rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO0sWCwtwi5k6hlxbI803REQwJwGkzPo { width:1.8125rem;height:1.8125rem;top:13.75rem;left:17.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9B7qlA358RmdnG26FM1ICfDXKhN840a { width:1.75rem;height:1.9375rem;top:17.875rem;left:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE3D0lZtbx9JiCs0tTvc12TawxuoT05Z { width:1.75rem;height:1.8125rem;top:22.4375rem;left:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcIoaCQ1q46XM9zuAbggKuf3GlT0yhVa { width:17.8125rem;height:1.3rem;top:14.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGAUgmWgwF2UxMVtasB5WWnTdG2GETrm { width:17.25rem;height:2.6rem;top:17.875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2H4sxaC3kbpMsJVT0DW9zVrTmZcsq57 { width:16.5rem;height:2.6rem;top:22rem;left:1.1875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCF7obH8SLB5txoV61g3k91xIC27Qvhu { width:20rem;height:2.2734375rem;top:10.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbJBOMf4LsKJX9m9qaDR6KadAKvVmXB { width:1.6875rem;height:1.5rem;top:26.75rem;left:17.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcfllV8Ka5mzsvsG4WgCC5vS1UXp3uR { width:16.8125rem;height:3.9rem;top:25.9375rem;left:0.75rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p { display:block; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p &gt; .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5Q93W553GOz3QJPZ8g3WDsQu3OMWB94 { width:20rem;height:0.9746125rem;top:17.310546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pWOBTrOBfhFEGTpOA4rwnP5TnD41OuJU { width:3.125rem;height:3.125rem;top:2.4136276245117rem;left:15.812067091465rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZLxwkvLg2ssfaPA7bQGrINyueNfTTtW { width:13.186875rem;height:0;top:2.5119361877441rem;left:1.6866319775581rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LH1CvPwaMl42PTLVMhpGEkQFKHms2xIT { width:3.18685rem;height:3.18685rem;top:12.6875rem;left:13.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuOrrI9QieL4VcgyGchi7wTF8bTtQ3e2 { width:9.375rem;height:2.2744125rem;top:13.3935546875rem;left:4.25rem;text-align:right;text-align-last:right;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQv4BgsrlwDaKOMmh2bTfGbWduEpLBfy { width:20rem;height:3.0859375rem;top:8.26953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQNqH6CiEaGoZf03fBa0Zrk8nT060IJa { width:3.125rem;height:3.125rem;top:5.20703125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }</pre></body></html>