.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:236,221,248;--color-primary-1:192,142,232;--color-primary-2:128,29,209;--color-primary-3:64,15,105;--color-primary-4:19,4,31;--color-secondary-0:217,252,253;--color-secondary-1:129,246,249;--color-secondary-2:2,237,243;--color-secondary-3:1,119,122;--color-secondary-4:0,36,36;--color-tertiary-0:255,255,255;--color-tertiary-1:247,247,247;--color-tertiary-2:229,229,229;--color-tertiary-3:115,115,115;--color-tertiary-4:23,23,23;--headlines-font-family:"Oswald";--paragraphs-font-family:"Lato"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWCXtmh9FhD7dQ34oH8q1nlXHt857J2F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(4,2,105,0.88);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iWCXtmh9FhD7dQ34oH8q1nlXHt857J2F > .row .container { background-color: transparent; background-image: none; }#iWCXtmh9FhD7dQ34oH8q1nlXHt857J2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWCXtmh9FhD7dQ34oH8q1nlXHt857J2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWCXtmh9FhD7dQ34oH8q1nlXHt857J2F > .row .container > .video-iframe-container { display: none; }#iWCXtmh9FhD7dQ34oH8q1nlXHt857J2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWCXtmh9FhD7dQ34oH8q1nlXHt857J2F > .row > .video-iframe-container { display: none; }#iWCXtmh9FhD7dQ34oH8q1nlXHt857J2F > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWCXtmh9FhD7dQ34oH8q1nlXHt857J2F > .row .container { border-width: 0; border-radius: 0; }#iWCXtmh9FhD7dQ34oH8q1nlXHt857J2F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iWCXtmh9FhD7dQ34oH8q1nlXHt857J2F > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#z7rhsSlOQ99vX75muTLPSQxuxXnacHGt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:figtree;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:43rem;display:block; }
#nAKZdC6TwHZX0E0ELUzdIB94ZZJvH09K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPKqRvHpQA5XhAfiyiPIfdtnFQmSyJpm { background-color:#1c51d1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:50.3759765625rem;display:block; }
#OJM44BIJqSbHoiypuRczZ5GLTJeRTzww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fVi492XAHTCT4mPnLh9wcbfBCcoJvdEG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.3125rem;top:0.8125rem;left:0.8134765625rem;overflow:hidden;display:block; }
#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e35c5a56-b8f6-4317-8968-f942c657df6c/background.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.adaptive-delivery-prevent-bg, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyload, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyloading { background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,105,0.88); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,105,0.88); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:60rem;position:relative;display:block; }#DagxTdOJq9dgztip4HA4XInKwpO2N9SE { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:figtree;font-size:4.5rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:6.875rem;left:2.0625rem;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:left;text-align-last:left;display:block; }
#f5gl1CoRdxSVIQBWNvsOvpSNVnSFk1MJ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.125rem;left:2.0625rem;height:1.54361875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { z-index:15003;top:44.25rem;left:12.4375rem;background-color:#1c51d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:figtree;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HZD7sUMNGzoa3U2n8Uf4HgXtnb5gwMoF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:figtree;font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.625rem;left:2.0625rem;height:2.51855625rem;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; }
#I7OLZuUENztcxgwiLl2uikT8CUA5SFLk { color:#00a8fa;display:block;width:28.9375rem;position:absolute;font-family:figtree;font-size:4.75rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:17.375rem;left:2.0625rem;height:5.2246125rem;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; }
#uCOkllapAGXwQ5Hd98xRbxbGbkAs6feZ { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:29.6259765625rem;left:2.0625rem;height:12.9980625rem;font-style:normal;display:block; }
#fxtTkBMtdiFID2wLm5B2fKMgfLclIdz1 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:27.8125rem;top:6.1435546875rem;left:32.1875rem;overflow:hidden;display:block; }
#VDRF3IilwBBtIXP8eQop3iDTqJux2qJn { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.41796875rem;left:2.0625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e35c5a56-b8f6-4317-8968-f942c657df6c/background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd.adaptive-delivery-prevent-bg, #l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd.lazyload, #l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd.lazyloading { background-image: none; }#l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd > .row .container { background-color: transparent; background-image: none; }#l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd > .row .container > .video-iframe-container { display: none; }#l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd > .row > .video-iframe-container { display: none; }#l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd > .row .container { border-width: 0; border-radius: 0; }#l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:60rem;position:relative;display:block; }#y0wBT3zl4i994ks5i7FIREJQaSH6ugXm { color:#040269;display:block;width:29.8125rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:11.861328125rem;left:2.09375rem;height:7.3125rem;display:block; }
#obH1TntSMGLwvneozgNkmGe3r9SPZkkm { color:#00a8fa;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:20.880859375rem;left:2.09375rem;height:1.4622375rem;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; }
#UtQD4SbbdwI4aQ9UeTR84qfz5Cri9nwg { z-index:15005;top:38.552734375rem;left:2.09375rem;background-color:#1c51d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:figtree;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FLkcFkrnwGSHZDJ5318wQSOxI3L6r72E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQigQzuSDAFeG5MgoSmMuH1zsplGIs69 { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:24rem;top:7.302734375rem;left:33.78125rem;overflow:hidden;display:block; }
#DKQ0mhqWJDQwPGcitC1RVJmThTS8Mw9z { color:#040269;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:23.908203125rem;left:2.09375rem;height:10.2333875rem;display:block; }
#Kf0lE76758oCDwlmR5P7u6xT0MxRQbW8 { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:7.1240234375rem;left:0rem;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:center;text-align-last:center;display:block; }
#y3ZFqCZZLTPqlD35nZPFfTGvDAantGRk { box-sizing:content-box;height:2.4375rem;width:13.3125rem;position:absolute;display:block;z-index:15045;background-color:#1c51d1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5966796875rem;left:2.09375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ksiQOfl8sVX1TKpy4vyEnn3CfL9MB969 { color:#00a8fa;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:38.552734375rem;left:33.78125rem;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;display:block; }
#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/568aa97f-2868-41e0-bf97-4431d69e3fb7/Sportpesa_graphic_device_Sportpesa_graphic_device.svg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd.adaptive-delivery-prevent-bg, #Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd.lazyload, #Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd.lazyloading { background-image: none; }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row .container { background-color: transparent; background-image: none; }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,105,0.88); }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row .container > .video-iframe-container { display: none; }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,105,0.88); }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row > .video-iframe-container { display: none; }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row .container { border-width: 0; border-radius: 0; }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row .container { font-size:0.875rem;font-family:arial;height:116.0625rem;width:60rem;position:relative;display:block; }#hTMDledfLhztVxDa8Z75FXKQvZKOnUKl { color:#00a8fa;display:block;width:28.9375rem;position:absolute;font-family:figtree;font-size:4.75rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:9.4375rem;left:29.625rem;height:10.44925rem;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; }
#VRSuIKPIXxpldvOUz7iWtvreWCH6nNTJ { z-index:15003;top:37.0625rem;left:36.5rem;background-color:#75055e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:figtree;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#f1v1RKZgFB2E6Btt5IseCsaPevtkRdfW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B3AM4qlVHFTp0nnIn5uJZ0SQ2qv1uOdh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:figtree;font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7rem;left:30.25rem;height:2.51855625rem;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; }
#aiGVTWdRUu9PtMha10zpPZLwiWEJu82d { color:#00a8fa;display:block;width:28.9375rem;position:absolute;font-family:figtree;font-size:4.75rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:19.875rem;left:29.625rem;height:5.2246125rem;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; }
#i8ZlgvpTHngXhE4UnGhWRQOLcrRWOf97 { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:27.5625rem;left:29.625rem;height:7.79883125rem;display:block; }
#sDcOIvG3IRLXIAcfFd29Ir1QqJ14G5hE { color:#cdcbe0;display:block;width:20rem;position:absolute;font-family:figtree;font-size:2.625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:50.5625rem;left:5.75rem;height:3.4121125rem;font-style:normal;display:block; }
#xmtGi5oziOL3KM2vkTXuuuTnoy7htesJ { color:#75055e;display:block;width:21.625rem;position:absolute;font-family:figtree;font-size:3.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:53.9375rem;left:5.75rem;height:9.75rem;display:block; }
#BaqzGSE8wyRvZf7nnbmXXBlcK7tgrOW8 { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #1c51d1;top:64.5rem;left:6rem;height:2.1933625rem;font-style:normal;display:block; }
#TZvnBGKmB5JuR4XHtsEhr0XoLPFxi1B2 { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:67.4375rem;left:6rem;height:5.19921875rem;display:block; }
#TJ2oiHLIdB8fESyae7OWzLs4Je4eTueR { z-index:15004;top:74.4375rem;left:5.75rem;background-color:#75055e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:figtree;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RXE0awJTonTbOikAxcHyImJnU8IZvPCh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bVRq9WabE8XUgO9FXaGoWZFgMXUfybyf { color:#ffffff;display:block;width:44.5rem;position:absolute;font-family:figtree;font-size:3.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:87.3125rem;left:7.75rem;height:4.875rem;display:block; }
#xAyTEfAtLkZ8DPa4aRvhlzxATsH0s6bx { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:92.1875rem;left:16.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#CipugT3gikSrQycRJa5ks7PtUMk4D3Nh { position:absolute;display:block;z-index:15006;background-color:rgba(28,81,209,0.34);background-image:none;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:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:16.3125rem;width:17.625rem;top:96.375rem;left:1.625rem;display:block; }
#UsveX3O6cINJnmJ3ZakvSQOLRsdCCeBP { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:103.25rem;left:3.3125rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#mkls1l6uf2WLz9MBthRJH3CCZ5pdqoTD { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:106.625rem;left:3.25rem;height:2.44921875rem;text-align:center;text-align-last:center;display:block; }
#Upz0MWrSqC942qI1KNTLH1QKD5dB3OkN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:98.3125rem;left:8.875rem; }
#G3cIhLRT3eDX9I0haKFKrsczTSSq1xiL { position:absolute;display:block;z-index:15010;background-color:rgba(28,81,209,0.34);background-image:none;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.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:16.3125rem;width:17.625rem;top:96.375rem;left:21.25rem;display:block; }
#NceHhZ3f75i3Sh1tP49p6KGMZUDwe2Bc { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:106.625rem;left:22.875rem;height:3.673825rem;text-align:center;text-align-last:center;display:block; }
#ZiamsIudcCtqLfuOb5hLb8zWTJTZDw0N { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:103.4375rem;left:22.5rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#SLt5v9dllfpA8m1daFMecHXn5M5nJGo3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:98.3125rem;left:28.5rem; }
#VHmXc0R9DuJFw3H2CPeQwZXr8ScwbWkd { position:absolute;display:block;z-index:15014;background-color:rgba(28,81,209,0.34);background-image:none;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:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:16.3125rem;width:17.625rem;top:96.375rem;left:40.75rem;display:block; }
#qzdpxOz0MbLbq6Rhu9ZnwXK5XUP7R7EQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:106.625rem;left:41.875rem;height:2.44921875rem;text-align:center;text-align-last:center;display:block; }
#ydiHBZG7mWCq3ivAwnNNNnCCyax19Gvc { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:103.25rem;left:42.4375rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#O39qgxHAzfNR8xRGMeI2zmxcTB3DmcP5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:98.3125rem;left:48rem; }
#PAgVePCnHI5sTXQvbZTgOTEtWSXq3Zwx { color:#ffffff;display:block;width:20rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:48rem;left:3.8125rem;height:1.3808625rem;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; }
#miTlue6NB2T7kOAsSZU0EwPnTkTQDSKn { box-sizing:content-box;height:2.4375rem;width:15.5625rem;position:absolute;display:block;z-index:15041;background-color:#75055e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.4375rem;left:5.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#G1IWBH0rhuwQTWToAJfhDBTfpylpwRUt { color:#ffffff;display:block;width:20rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:85.4375rem;left:20rem;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:center;text-align-last:center;display:block; }
#WOPN8QBrWkFmWfTDP1TPZKm5a1tOI0mc { box-sizing:content-box;height:2.4375rem;width:12.0625rem;position:absolute;display:block;z-index:15043;background-color:#75055e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:84.9375rem;left:23.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oyThzUEFxZlL2tLyugBgm1kndLgSJaHp { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:23.0625rem;top:6.3385419845581rem;left:3.3125rem;overflow:hidden;display:block; }
#IhLTzHhL9QqrBnVZcwsD6eO2uHMxEGVw { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.75rem;width:18.75rem;top:53.974609375rem;left:29rem;display:block; }
#haHt9ccKtJlHQxobtxACmQU4wspL29qI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e35c5a56-b8f6-4317-8968-f942c657df6c/background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI.adaptive-delivery-prevent-bg, #haHt9ccKtJlHQxobtxACmQU4wspL29qI.lazyload, #haHt9ccKtJlHQxobtxACmQU4wspL29qI.lazyloading { background-image: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { background-color: transparent; background-image: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { border-width: 0; border-radius: 0; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#ApBEpbDvf3kBaSnUTKHC53ztQKawusul { color:#1c51d1;display:block;width:27.375rem;position:absolute;font-family:figtree;font-size:2rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.94921875rem;left:2.09375rem;height:2.5996125rem;font-style:normal;display:block; }
#Bte0ZTJ7ny6w7uFRCIPyOSruGD6CmWIP { color:#040269;display:block;width:30.75rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.548828125rem;left:2.09375rem;height:;display:block; }
#SLv0cra49vmxQQbHKWk5cTkn53AAmRbR { color:#088257;display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:23.798828125rem;left:2.09375rem;height:4.38574375rem;display:block; }
#Ih2HudV5xfIi1QnwTELu6Q9nnoGlRptT { z-index:15005;top:36.802734375rem;left:2.09375rem;background-color:#1c51d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:figtree;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#okMaiMLfyQzUAKXqdZV1WmHsNvb0ppg1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTTO6t4nrtGPNGuTloU9ym0h8geIw0Bd { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.1875rem;width:24.125rem;top:7.302734375rem;left:33.78125rem;overflow:hidden;display:block; }
#SAwxhPslKB1GglihCFV6bCSmnXTSWTNr { color:#088257;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:29.642578125rem;left:2.125rem;height:4.38574375rem;display:block; }
#DPUTH65pgLFnEboAqeGNVI48QmyI5BOe { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:7.1240234375rem;left:0rem;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:center;text-align-last:center;display:block; }
#HTZX0e5BkMHgMThu1DOrHMOK3VkZgOFS { box-sizing:content-box;height:2.4375rem;width:13.3125rem;position:absolute;display:block;z-index:15045;background-color:#1c51d1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5966796875rem;left:2.09375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/568aa97f-2868-41e0-bf97-4431d69e3fb7/Sportpesa_graphic_device_Sportpesa_graphic_device.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.adaptive-delivery-prevent-bg, #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.lazyload, #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.lazyloading { background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { background-color: transparent; background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,105,0.88); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,105,0.88); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { border-width: 0; border-radius: 0; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;position:relative;display:block; }#xaawTRJQF9yOd0mKdT94S4ls1tpkl8CQ { position:absolute;display:block;z-index:15018;background-color:rgba(28,81,209,0.34);background-image:none;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:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:16.3125rem;width:17.625rem;top:3.6875rem;left:1.625rem;display:block; }
#Cv75p3km1BKcVLPWSMGVMhu9Kz0EQc7x { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:9.650390625rem;left:3.3125rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#g52KRHy65h8yWoxhAM4XK9DM6HldGuxf { position:absolute;display:block;z-index:15022;background-color:rgba(28,81,209,0.34);background-image:none;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.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:16.3125rem;width:17.625rem;top:3.6875rem;left:21.25rem;display:block; }
#vNJdob4gFcP26DFbksevbFQyJUv2k6F2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:9.4654960632325rem;left:22.4375rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#TsFg426t6nGNElly2SpuRHkTSEIw33X4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.24975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:5.072021484375rem;left:28.87451171875rem; }
#EVBahtfTllnZvsg69cdqJ4aSbDyS3uT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:14.5625rem;left:3.28125rem;height:3.673825rem;text-align:center;text-align-last:center;display:block; }
#AxVD285uuVODfkv8qfs6JHmpqzWvy4en { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:14.5625rem;left:21.84375rem;height:4.8984375rem;text-align:center;text-align-last:center;display:block; }
#Tkl7io2R3KmxUTBRizLT6CV92x6gMPAX { position:absolute;display:block;z-index:15026;background-color:rgba(28,81,209,0.34);background-image:none;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:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:16.3125rem;width:17.625rem;top:3.6875rem;left:40.75rem;display:block; }
#cZHuu0pWEvh4QsPPl4c7Vpd0TZRrI3DM { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:14.561851501465rem;left:42.28125rem;height:3.673825rem;text-align:center;text-align-last:center;display:block; }
#xshFSmxvNHw9pzWvTA2xsr2W3Ntxymxv { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:9.650390625rem;left:42.65625rem;height:4.386725rem;text-align:center;text-align-last:center;display:block; }
#aKkaezmkMQ6UoZcBwlLlCIhd33xFmKUD { box-sizing:content-box;height:3.2495125rem;width:3.2495125rem;position:absolute;display:block;z-index:15044;background-color:#f7be34;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.57275390625rem;left:28.375244140625rem;display:block; }
#gOLfiFhRncVgTmUcCradgJ8kPwbLnZ3E { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31176875rem;width:3.31176875rem;top:4.541015625rem;left:8.343505859375rem;overflow:hidden;display:block; }
#Wmf9BRiflq0xd9VoLd7wsTKKyFO9S1p9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.24975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:5.072021484375rem;left:48.436279296875rem; }
#AKynN6fuEmhCn38HQkn5rH1G22Rb1Kwa { box-sizing:content-box;height:3.2495125rem;width:3.2495125rem;position:absolute;display:block;z-index:15046;background-color:#00a8fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.571533203125rem;left:47.935791015625rem;display:block; }
#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020120;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container { background-color: transparent; background-image: none; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container > .video-iframe-container { display: none; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row > .video-iframe-container { display: none; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container { border-width: 0; border-radius: 0; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:60rem;position:relative;display:block; }#B5TET378Botlx6x6J2uldrWZ7fshNMDr { color:#ffffff;display:block;width:44.5rem;position:absolute;font-family:figtree;font-size:3.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:2.724609375rem;left:7.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#EU9hDU16TqXHCBkSSCJ3zDIfpPfI6D0m { color:#00a8fa;display:block;width:44.5rem;position:absolute;font-family:figtree;font-size:3.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:6.599609375rem;left:7.75rem;height:;text-align:center;text-align-last:center;display:block; }
#iaLBbVMlCzoqHc13HI46zu5OEXVkZqJE { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:14rem;left:9.3125rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#z6vaiu6LMtPeS2TedvWNxfQVSFssCt9C { z-index:15006;top:34.5625rem;left:21.6875rem;background-color:#1c51d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:figtree;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:4.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yQ7WLvZkSgwnQ39JPlWGS2op3srvqKmG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wf3oIDnlLBJS9Nup5SPk5pxv4FAxxnpF { z-index:15003;top:45.4375rem;left:15.625rem;background-color:transparent;background-image:none;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: none;box-sizing:border-box;color:#00a8fa;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J6WOrJP0iyGhC6R7l6aa374m51eCxGnR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pqJdJnzh0GTbzetygWvLsTbBHGLmpN3a { z-index:15004;top:45.4375rem;left:35.5625rem;background-color:transparent;background-image:none;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: none;box-sizing:border-box;color:#00a8fa;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eEdcGAfIJNxgiCVQcNeBnlNDZeRsAoal { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iD2VUpvSB6mQRraqkeTPA5K6StkTQtvL { z-index:15005;top:45.4375rem;left:25.5625rem;background-color:transparent;background-image:none;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: none;box-sizing:border-box;color:#00a8fa;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.81225rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cuskD5pBu3XAPysM05pcarOZcwpay9wO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcS66IKq2hbRBxO5GdTeRflPJHpIbJWV { color:#088257;display:block;width:20rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:55.375rem;left:32.3125rem;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:center;text-align-last:center;font-style:normal;display:block; }
#w8Z3WDZZCiTxU5pVtwPnmhL1DGTCQiqD { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:25.8125rem;top:19.375rem;left:3rem;overflow:hidden;display:block; }
#MkZbzdlesx0kls91drDcsAJu7DCvFewv { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:26.9375rem;top:19.4375rem;left:33.0625rem;overflow:hidden;display:block; }
#G3q4g4ukJHLk9RJzzmDEIr9ofMI5zQLw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020120;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G3q4g4ukJHLk9RJzzmDEIr9ofMI5zQLw > .row .container { background-color: transparent; background-image: none; }#G3q4g4ukJHLk9RJzzmDEIr9ofMI5zQLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3q4g4ukJHLk9RJzzmDEIr9ofMI5zQLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3q4g4ukJHLk9RJzzmDEIr9ofMI5zQLw > .row .container > .video-iframe-container { display: none; }#G3q4g4ukJHLk9RJzzmDEIr9ofMI5zQLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3q4g4ukJHLk9RJzzmDEIr9ofMI5zQLw > .row > .video-iframe-container { display: none; }#G3q4g4ukJHLk9RJzzmDEIr9ofMI5zQLw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3q4g4ukJHLk9RJzzmDEIr9ofMI5zQLw > .row .container { border-width: 0; border-radius: 0; }#G3q4g4ukJHLk9RJzzmDEIr9ofMI5zQLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G3q4g4ukJHLk9RJzzmDEIr9ofMI5zQLw > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#bxLdRy4B7izrU6pIKOTcorhKExSqfGSp { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:6.162109375rem;left:1.125rem;height:2.92448125rem;text-align:left;text-align-last:left;display:block; }
#GIgKLUASX1mOfbeAV13nBImNBH2dQR5o { box-sizing:content-box;height:8.1875rem;width:13.625rem;position:absolute;display:block;z-index:15029;background-color:#0f0e2b;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.529296875rem;left:43.53125rem;display:block; }
#rwK9e0IHaBl1kT11O4NTJMhQWQIhSViy { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:4.6875rem;top:6.9375rem;left:48.25rem;overflow:hidden;display:block; }
#mv48oVZyvuaMbZPG4Oz6OoNyNX7CeeH8 { box-sizing:content-box;height:4.4375rem;width:12.1875rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.25rem solid #040269;border-left:0.25rem solid #040269;border-right:0.25rem solid #040269;border-bottom:0.25rem solid #040269;top:6.1875rem;left:44.25rem;display:block; }
#sroVSiGWXKgt0g25aXSZ6TscZte3ziT1 { box-sizing:content-box;height:8.1875rem;width:13.625rem;position:absolute;display:block;z-index:15030;background-color:#0f0e2b;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.529296875rem;left:27.40625rem;display:block; }
#cx27B7sXqNOKnhfXFIaDsQ1nT0nC9piO { box-sizing:content-box;height:4.4375rem;width:4.9375rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.25rem solid #040269;border-left:0.25rem solid #040269;border-right:0.25rem solid #040269;border-bottom:0.25rem solid #040269;top:6.162109375rem;left:28.34375rem;display:block; }
#NvlIrdfDo8Fi5osvD5cvoTTBGIR2nwnm { box-sizing:content-box;height:4.4375rem;width:4.9375rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.25rem solid #040269;border-left:0.25rem solid #040269;border-right:0.25rem solid #040269;border-bottom:0.25rem solid #040269;top:6.162109375rem;left:35.15625rem;display:block; }
#zCi2lfn1OAaD6e4MpNtXymJ06Rk7Ui0M { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.1875rem;top:6.78125rem;left:28.96875rem;overflow:hidden;display:block; }
#tDIc8Uw7UBsfsA9CZOxP2pE8cp0suU5W { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:2.8125rem;top:6.71875rem;left:36.46875rem;overflow:hidden;display:block; }
#XRM1RX99FWShDOwfagF0MOi0fExWKIhr { box-sizing:content-box;height:11.5rem;width:56.625rem;position:absolute;display:block;z-index:15031;background-color:#0f0e2b;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.9375rem;left:1.21875rem;display:block; }
#NAaNsKZywgD0CDdl6SL7pZ0zgefGcAEG { color:#ffffff;display:block;width:55.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:14.6650390625rem;left:2.09375rem;height:10.23046875rem;text-align:left;text-align-last:left;display:block; }
#lOb1EatDTT7dsTNuiBes7LnD1hc7m2l2 { box-sizing:content-box;height:6.1875rem;width:27.1875rem;position:absolute;display:block;z-index:15032;background-color:#0f0e2b;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:28.625rem;left:1.125rem;display:block; }
#GAcT5M4BLv5eV40pKE6AXJhTmewknNXu { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:28.9375rem;left:2.09375rem;height:5.68359375rem;text-align:left;text-align-last:left;display:block; }
#FI9DV91VdhTDmAAWHybvWcic03TAg5n6 { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:28.625rem;left:34.8125rem;height:4.546875rem;text-align:left;text-align-last:left;display:block; }
#IdFVq3M3lCa7zcr0SrWTTlluqZM9zN06 { box-sizing:content-box;height:6.1875rem;width:27.1875rem;position:absolute;display:block;z-index:15033;background-color:#0f0e2b;background-image:none;box-shadow: none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;top:28.625rem;left:30.71875rem;display:block; }
#fUdlfHC5VbG0g5SoX24ZcawdTJ39fbBe { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:28.9375rem;left:31.78125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#T2W3rb603LMmfXNhzz5cnTJAWZg1MtbX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:30.6875rem;left:31.28125rem; }
#RZAxhOmeITdsrqkd5HhTXdxZfN6HJ7RA { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.75rem;top:3.287109375rem;left:1.125rem;overflow:hidden;display:block; }
#M1F7XMSswd32TGfnowgN5lvkgIL9y0xW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:4.1875rem;left:27.96875rem;height:0.9746125rem;display:block; }
#XiNaih5GBihURNxpyIwWPoiHTGT2Tu0G { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:4.267578125rem;left:44.71875rem;height:0.9746125rem;display:block; }
#HMp1hiMoS6PN1R8Lo8WWZntQbExZtK5Z { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HMp1hiMoS6PN1R8Lo8WWZntQbExZtK5Z > .row .container { background-color: transparent; background-image: none; }#HMp1hiMoS6PN1R8Lo8WWZntQbExZtK5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMp1hiMoS6PN1R8Lo8WWZntQbExZtK5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMp1hiMoS6PN1R8Lo8WWZntQbExZtK5Z > .row .container > .video-iframe-container { display: none; }#HMp1hiMoS6PN1R8Lo8WWZntQbExZtK5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMp1hiMoS6PN1R8Lo8WWZntQbExZtK5Z > .row > .video-iframe-container { display: none; }#HMp1hiMoS6PN1R8Lo8WWZntQbExZtK5Z > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMp1hiMoS6PN1R8Lo8WWZntQbExZtK5Z > .row .container { border-width: 0; border-radius: 0; }#HMp1hiMoS6PN1R8Lo8WWZntQbExZtK5Z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HMp1hiMoS6PN1R8Lo8WWZntQbExZtK5Z > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#l1yqT1SoReNT1WXkyNyrOxhJnB5qfxzu { color:#cdcbe0;display:block;width:9.375rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:8.3125rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AOTbFepEcMgSnNxL1l9eLKW4PBoe7FaS { color:#cdcbe0;display:block;width:9.375rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:18.6875rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cQy02qJKGLloI56Ru14N24Ds4W2TAH6U { color:#cdcbe0;display:block;width:9.375rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:26.0625rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SX9m3hCHDVH87wo5KOzC1xskxPISxTZa { color:#cdcbe0;display:block;width:9.375rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:35.4375rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RRQV1qTqSIQHe2cvPbACxGanBoorvVsF { color:#cdcbe0;display:block;width:9.375rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:42.375rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iWCXtmh9FhD7dQ34oH8q1nlXHt857J2F { display:block; }#iWCXtmh9FhD7dQ34oH8q1nlXHt857J2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7rhsSlOQ99vX75muTLPSQxuxXnacHGt { width:6.5rem;height:2.1875rem;top:1.1875rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAKZdC6TwHZX0E0ELUzdIB94ZZJvH09K { display:block; }
 }@media only screen and (max-width: 763px) { #PPKqRvHpQA5XhAfiyiPIfdtnFQmSyJpm { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJM44BIJqSbHoiypuRczZ5GLTJeRTzww { display:block; }
 }@media only screen and (max-width: 763px) { #fVi492XAHTCT4mPnLh9wcbfBCcoJvdEG { width:9.3125rem;height:3rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { top:6.875rem;left:0rem;width:38.375rem;height:;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5gl1CoRdxSVIQBWNvsOvpSNVnSFk1MJ { top:27.125rem;left:0rem;width:29.5rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { top:44.25rem;left:6.3125rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZD7sUMNGzoa3U2n8Uf4HgXtnb5gwMoF { display:block; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { top:3.625rem;left:0rem;width:26.25rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7OLZuUENztcxgwiLl2uikT8CUA5SFLk { top:17.375rem;left:0rem;width:28.9375rem;height:5.1875rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCOkllapAGXwQ5Hd98xRbxbGbkAs6feZ { width:33.25rem;height:12.9375rem;top:29.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxtTkBMtdiFID2wLm5B2fKMgfLclIdz1 { width:27.8125rem;height:34.875rem;top:6.125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDRF3IilwBBtIXP8eQop3iDTqJux2qJn { top:24.375rem;left:0rem;width:27.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd { display:block; }#l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0wBT3zl4i994ks5i7FIREJQaSH6ugXm { width:29.8125rem;height:7.3125rem;top:11.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obH1TntSMGLwvneozgNkmGe3r9SPZkkm { width:23.1875rem;height:1.4375rem;top:20.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtQD4SbbdwI4aQ9UeTR84qfz5Cri9nwg { top:38.5rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLkcFkrnwGSHZDJ5318wQSOxI3L6r72E { display:block; }
 }@media only screen and (max-width: 763px) { #zQigQzuSDAFeG5MgoSmMuH1zsplGIs69 { width:24rem;height:30.0625rem;top:7.25rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKQ0mhqWJDQwPGcitC1RVJmThTS8Mw9z { width:27.3125rem;height:10.1875rem;top:23.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf0lE76758oCDwlmR5P7u6xT0MxRQbW8 { width:17.6875rem;height:;top:7.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3ZFqCZZLTPqlD35nZPFfTGvDAantGRk { width:13.3125rem;height:2.4375rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksiQOfl8sVX1TKpy4vyEnn3CfL9MB969 { width:23.1875rem;height:;top:38.5rem;left:24.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd { display:block; }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTMDledfLhztVxDa8Z75FXKQvZKOnUKl { top:9.4375rem;left:18.8125rem;width:28.9375rem;height:10.4375rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRSuIKPIXxpldvOUz7iWtvreWCH6nNTJ { top:37.0625rem;left:30.375rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1v1RKZgFB2E6Btt5IseCsaPevtkRdfW { display:block; }
 }@media only screen and (max-width: 763px) { #B3AM4qlVHFTp0nnIn5uJZ0SQ2qv1uOdh { top:7rem;left:24.125rem;width:20.5625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiGVTWdRUu9PtMha10zpPZLwiWEJu82d { top:19.875rem;left:18.8125rem;width:28.9375rem;height:5.1875rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8ZlgvpTHngXhE4UnGhWRQOLcrRWOf97 { width:27.9375rem;height:7.75rem;top:27.5625rem;left:19.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDcOIvG3IRLXIAcfFd29Ir1QqJ14G5hE { width:20rem;height:3.375rem;top:50.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmtGi5oziOL3KM2vkTXuuuTnoy7htesJ { width:21.625rem;height:9.75rem;top:53.9375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaqzGSE8wyRvZf7nnbmXXBlcK7tgrOW8 { width:21.875rem;height:2.1875rem;top:64.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZvnBGKmB5JuR4XHtsEhr0XoLPFxi1B2 { width:23.1875rem;height:5.1875rem;top:67.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ2oiHLIdB8fESyae7OWzLs4Je4eTueR { top:74.4375rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXE0awJTonTbOikAxcHyImJnU8IZvPCh { display:block; }
 }@media only screen and (max-width: 763px) { #bVRq9WabE8XUgO9FXaGoWZFgMXUfybyf { width:44.5rem;height:4.875rem;top:87.3125rem;left:1.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAyTEfAtLkZ8DPa4aRvhlzxATsH0s6bx { width:27.25rem;height:1.25rem;top:92.1875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CipugT3gikSrQycRJa5ks7PtUMk4D3Nh { top:96.375rem;left:0rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsveX3O6cINJnmJ3ZakvSQOLRsdCCeBP { top:103.25rem;left:0rem;width:14.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkls1l6uf2WLz9MBthRJH3CCZ5pdqoTD { top:106.625rem;left:0rem;width:14.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upz0MWrSqC942qI1KNTLH1QKD5dB3OkN { width:3.125rem;height:3.125rem;top:98.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3cIhLRT3eDX9I0haKFKrsczTSSq1xiL { top:96.375rem;left:15.125rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NceHhZ3f75i3Sh1tP49p6KGMZUDwe2Bc { top:106.625rem;left:16.75rem;width:14.3125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiamsIudcCtqLfuOb5hLb8zWTJTZDw0N { top:103.4375rem;left:16.375rem;width:15.0625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLt5v9dllfpA8m1daFMecHXn5M5nJGo3 { width:3.125rem;height:3.125rem;top:98.3125rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHmXc0R9DuJFw3H2CPeQwZXr8ScwbWkd { top:96.375rem;left:30.125rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzdpxOz0MbLbq6Rhu9ZnwXK5XUP7R7EQ { top:106.625rem;left:32.3125rem;width:15.4375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydiHBZG7mWCq3ivAwnNNNnCCyax19Gvc { top:103.25rem;left:33.5rem;width:14.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O39qgxHAzfNR8xRGMeI2zmxcTB3DmcP5 { width:3.125rem;height:3.125rem;top:98.3125rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAgVePCnHI5sTXQvbZTgOTEtWSXq3Zwx { width:20rem;height:1.375rem;top:48rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miTlue6NB2T7kOAsSZU0EwPnTkTQDSKn { width:15.5625rem;height:2.4375rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1IWBH0rhuwQTWToAJfhDBTfpylpwRUt { width:20rem;height:;top:85.4375rem;left:13.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOPN8QBrWkFmWfTDP1TPZKm5a1tOI0mc { width:12.0625rem;height:2.4375rem;top:84.9375rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyThzUEFxZlL2tLyugBgm1kndLgSJaHp { width:23.0625rem;height:28.875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhLTzHhL9QqrBnVZcwsD6eO2uHMxEGVw { width:18.75rem;height:18.75rem;top:53.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApBEpbDvf3kBaSnUTKHC53ztQKawusul { width:27.375rem;height:2.5625rem;top:9.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bte0ZTJ7ny6w7uFRCIPyOSruGD6CmWIP { width:30.75rem;height:;top:14.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLv0cra49vmxQQbHKWk5cTkn53AAmRbR { width:26.6875rem;height:4.375rem;top:23.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih2HudV5xfIi1QnwTELu6Q9nnoGlRptT { top:36.75rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okMaiMLfyQzUAKXqdZV1WmHsNvb0ppg1 { display:block; }
 }@media only screen and (max-width: 763px) { #tTTO6t4nrtGPNGuTloU9ym0h8geIw0Bd { width:24.125rem;height:30.1875rem;top:7.25rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAwxhPslKB1GglihCFV6bCSmnXTSWTNr { width:27.3125rem;height:4.375rem;top:29.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPUTH65pgLFnEboAqeGNVI48QmyI5BOe { width:17.6875rem;height:;top:7.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTZX0e5BkMHgMThu1DOrHMOK3VkZgOFS { width:13.3125rem;height:2.4375rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaawTRJQF9yOd0mKdT94S4ls1tpkl8CQ { top:3.6875rem;left:0rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv75p3km1BKcVLPWSMGVMhu9Kz0EQc7x { top:9.625rem;left:1.25rem;width:14.25rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g52KRHy65h8yWoxhAM4XK9DM6HldGuxf { top:3.6875rem;left:14.125rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNJdob4gFcP26DFbksevbFQyJUv2k6F2 { top:9.4375rem;left:16.25rem;width:15.25rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsFg426t6nGNElly2SpuRHkTSEIw33X4 { width:2.1875rem;height:2.1875rem;top:5.0625rem;left:22.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVBahtfTllnZvsg69cdqJ4aSbDyS3uT6 { top:14.5625rem;left:1.21875rem;width:14.3125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxVD285uuVODfkv8qfs6JHmpqzWvy4en { top:14.5625rem;left:15.4375rem;width:16.3125rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkl7io2R3KmxUTBRizLT6CV92x6gMPAX { top:3.6875rem;left:30rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZHuu0pWEvh4QsPPl4c7Vpd0TZRrI3DM { top:14.5rem;left:31.96875rem;width:15.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xshFSmxvNHw9pzWvTA2xsr2W3Ntxymxv { top:9.625rem;left:32.34375rem;width:14.6875rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKkaezmkMQ6UoZcBwlLlCIhd33xFmKUD { width:3.1875rem;height:3.1875rem;top:4.5625rem;left:22.187744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOLfiFhRncVgTmUcCradgJ8kPwbLnZ3E { width:3.25rem;height:3.25rem;top:4.5rem;left:6.281005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmf9BRiflq0xd9VoLd7wsTKKyFO9S1p9 { width:2.1875rem;height:2.1875rem;top:5.0625rem;left:38.123779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKynN6fuEmhCn38HQkn5rH1G22Rb1Kwa { width:3.1875rem;height:3.1875rem;top:4.5625rem;left:37.623291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK { display:block; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5TET378Botlx6x6J2uldrWZ7fshNMDr { width:44.5rem;height:;top:2.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU9hDU16TqXHCBkSSCJ3zDIfpPfI6D0m { width:44.5rem;height:;top:6.5625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaLBbVMlCzoqHc13HI46zu5OEXVkZqJE { width:41.375rem;height:2.875rem;top:14rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6vaiu6LMtPeS2TedvWNxfQVSFssCt9C { top:34.5625rem;left:15.125rem;width:16.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ7WLvZkSgwnQ39JPlWGS2op3srvqKmG { display:block; }
 }@media only screen and (max-width: 763px) { #wf3oIDnlLBJS9Nup5SPk5pxv4FAxxnpF { top:45.4375rem;left:7.0625rem;width:8.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6WOrJP0iyGhC6R7l6aa374m51eCxGnR { display:block; }
 }@media only screen and (max-width: 763px) { #pqJdJnzh0GTbzetygWvLsTbBHGLmpN3a { top:45.4375rem;left:22.9375rem;width:8.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEdcGAfIJNxgiCVQcNeBnlNDZeRsAoal { display:block; }
 }@media only screen and (max-width: 763px) { #iD2VUpvSB6mQRraqkeTPA5K6StkTQtvL { top:45.4375rem;left:19.375rem;width:8.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuskD5pBu3XAPysM05pcarOZcwpay9wO { display:block; }
 }@media only screen and (max-width: 763px) { #TcS66IKq2hbRBxO5GdTeRflPJHpIbJWV { width:20rem;height:;top:55.375rem;left:11.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Z3WDZZCiTxU5pVtwPnmhL1DGTCQiqD { width:25.8125rem;height:11.0625rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkZbzdlesx0kls91drDcsAJu7DCvFewv { width:26.9375rem;height:11rem;top:19.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3q4g4ukJHLk9RJzzmDEIr9ofMI5zQLw { display:block; }#G3q4g4ukJHLk9RJzzmDEIr9ofMI5zQLw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxLdRy4B7izrU6pIKOTcorhKExSqfGSp { width:23.4375rem;height:2.9375rem;top:6.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIgKLUASX1mOfbeAV13nBImNBH2dQR5o { width:13.625rem;height:8.1875rem;top:3.5rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwK9e0IHaBl1kT11O4NTJMhQWQIhSViy { width:4.6875rem;height:3.375rem;top:6.9375rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv48oVZyvuaMbZPG4Oz6OoNyNX7CeeH8 { width:12.1875rem;height:4.4375rem;top:6.1875rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sroVSiGWXKgt0g25aXSZ6TscZte3ziT1 { width:13.625rem;height:8.1875rem;top:3.5rem;left:21.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx27B7sXqNOKnhfXFIaDsQ1nT0nC9piO { width:4.9375rem;height:4.4375rem;top:6.125rem;left:22.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvlIrdfDo8Fi5osvD5cvoTTBGIR2nwnm { width:4.9375rem;height:4.4375rem;top:6.125rem;left:29.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCi2lfn1OAaD6e4MpNtXymJ06Rk7Ui0M { width:4.1875rem;height:3.6875rem;top:6.75rem;left:22.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDIc8Uw7UBsfsA9CZOxP2pE8cp0suU5W { width:2.8125rem;height:3.8125rem;top:6.6875rem;left:30.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRM1RX99FWShDOwfagF0MOi0fExWKIhr { width:47.25rem;height:11.5rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAaNsKZywgD0CDdl6SL7pZ0zgefGcAEG { width:47.75rem;height:10.1875rem;top:14.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOb1EatDTT7dsTNuiBes7LnD1hc7m2l2 { width:27.1875rem;height:6.1875rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAcT5M4BLv5eV40pKE6AXJhTmewknNXu { width:25.375rem;height:5.875rem;top:28.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI9DV91VdhTDmAAWHybvWcic03TAg5n6 { width:22.1875rem;height:4.5rem;top:28.625rem;left:25.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdFVq3M3lCa7zcr0SrWTTlluqZM9zN06 { width:27.1875rem;height:6.1875rem;top:28.625rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUdlfHC5VbG0g5SoX24ZcawdTJ39fbBe { width:22.1875rem;height:1.125rem;top:28.9375rem;left:25.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2W3rb603LMmfXNhzz5cnTJAWZg1MtbX { width:2.5625rem;height:2.5625rem;top:30.6875rem;left:25.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZAxhOmeITdsrqkd5HhTXdxZfN6HJ7RA { width:11.75rem;height:2.9375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1F7XMSswd32TGfnowgN5lvkgIL9y0xW { width:12.5rem;height:0.9375rem;top:4.1875rem;left:21.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiNaih5GBihURNxpyIwWPoiHTGT2Tu0G { width:12.5rem;height:0.9375rem;top:4.25rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMp1hiMoS6PN1R8Lo8WWZntQbExZtK5Z { display:block; }#HMp1hiMoS6PN1R8Lo8WWZntQbExZtK5Z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1yqT1SoReNT1WXkyNyrOxhJnB5qfxzu { width:9.375rem;height:0.875rem;top:2.6875rem;left:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOTbFepEcMgSnNxL1l9eLKW4PBoe7FaS { width:9.375rem;height:0.875rem;top:2.6875rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQy02qJKGLloI56Ru14N24Ds4W2TAH6U { width:9.375rem;height:0.875rem;top:2.6875rem;left:19.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX9m3hCHDVH87wo5KOzC1xskxPISxTZa { width:9.375rem;height:0.875rem;top:2.6875rem;left:29.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRQV1qTqSIQHe2cvPbACxGanBoorvVsF { width:9.375rem;height:0.875rem;top:2.6875rem;left:36.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iWCXtmh9FhD7dQ34oH8q1nlXHt857J2F { position:relative;z-index:auto;display:block; }#iWCXtmh9FhD7dQ34oH8q1nlXHt857J2F > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7rhsSlOQ99vX75muTLPSQxuxXnacHGt { width:8.6875rem;height:2.0625rem;top:4.46875rem;left:0.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nAKZdC6TwHZX0E0ELUzdIB94ZZJvH09K { display:block; }
 }@media only screen and (max-width: 763px) { #PPKqRvHpQA5XhAfiyiPIfdtnFQmSyJpm { width:8.6875rem;height:2.125rem;top:4.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJM44BIJqSbHoiypuRczZ5GLTJeRTzww { display:block; }
 }@media only screen and (max-width: 763px) { #fVi492XAHTCT4mPnLh9wcbfBCcoJvdEG { width:5.375rem;height:1.6875rem;top:1.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/568aa97f-2868-41e0-bf97-4431d69e3fb7/Sportpesa_graphic_device_Sportpesa_graphic_device.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.adaptive-delivery-prevent-bg, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyload, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyloading { background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,105,0.88); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,105,0.88); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { width:19rem;height:4.3984375rem;top:2.66796875rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5gl1CoRdxSVIQBWNvsOvpSNVnSFk1MJ { width:18.5rem;height:0.9746125rem;top:13.037109375rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { top:35.8603515625rem;left:3.7919921875rem;width:12.4150625rem;height:3.6640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZD7sUMNGzoa3U2n8Uf4HgXtnb5gwMoF { display:block; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { width:14.625rem;height:1.05615rem;top:1.0693359375rem;left:2.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7OLZuUENztcxgwiLl2uikT8CUA5SFLk { width:20rem;height:2.19921875rem;top:7.69140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCOkllapAGXwQ5Hd98xRbxbGbkAs6feZ { width:20rem;height:18.19725rem;top:15.587890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:figtree;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fxtTkBMtdiFID2wLm5B2fKMgfLclIdz1 { width:20rem;height:25.04854368932rem;top:44.00536875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDRF3IilwBBtIXP8eQop3iDTqJux2qJn { width:20rem;height:1.29980625rem;top:10.83984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd { display:block; }#l8zeUnhx9kT33bkbvEG85LMhZR5CmAHd > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0wBT3zl4i994ks5i7FIREJQaSH6ugXm { width:17.25rem;height:7.7988125rem;top:5.861328125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#040269;display:block; }
 }@media only screen and (max-width: 763px) { #obH1TntSMGLwvneozgNkmGe3r9SPZkkm { width:20rem;height:1.4619125rem;top:32.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UtQD4SbbdwI4aQ9UeTR84qfz5Cri9nwg { top:50.5703125rem;left:3.7919921875rem;width:12.416rem;height:3.6660125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLkcFkrnwGSHZDJ5318wQSOxI3L6r72E { display:block; }
 }@media only screen and (max-width: 763px) { #zQigQzuSDAFeG5MgoSmMuH1zsplGIs69 { width:12.4375rem;height:15.5625rem;top:15.3828125rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKQ0mhqWJDQwPGcitC1RVJmThTS8Mw9z { width:20rem;height:13.1572125rem;top:35.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kf0lE76758oCDwlmR5P7u6xT0MxRQbW8 { width:12.5625rem;height:1.3808625rem;top:2.9013671875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3ZFqCZZLTPqlD35nZPFfTGvDAantGRk { width:13.75rem;height:2.0625rem;top:2.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksiQOfl8sVX1TKpy4vyEnn3CfL9MB969 { width:20rem;height:3.8984375rem;top:56.2978515625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/568aa97f-2868-41e0-bf97-4431d69e3fb7/Sportpesa_graphic_device_Sportpesa_graphic_device.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd.adaptive-delivery-prevent-bg, #Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd.lazyload, #Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd.lazyloading { background-image: none; }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row .container { background-color: transparent; background-image: none; }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,105,0.88); }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row .container > .video-iframe-container { display: none; }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,105,0.88); }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row > .video-iframe-container { display: none; }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af1gAX2y8qyhUZhab2Gnp1A74FChx7nd > .row .container { width:20rem;height:156.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTMDledfLhztVxDa8Z75FXKQvZKOnUKl { width:19rem;height:2.19921875rem;top:1.25rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRSuIKPIXxpldvOUz7iWtvreWCH6nNTJ { top:43.5625rem;left:3.7910157442093rem;width:12.333354125rem;height:3.583335375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1v1RKZgFB2E6Btt5IseCsaPevtkRdfW { display:block; }
 }@media only screen and (max-width: 763px) { #B3AM4qlVHFTp0nnIn5uJZ0SQ2qv1uOdh { width:14.625rem;height:1.05590625rem;top:8.203125rem;left:2.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aiGVTWdRUu9PtMha10zpPZLwiWEJu82d { width:20rem;height:2.19921875rem;top:4.06640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i8ZlgvpTHngXhE4UnGhWRQOLcrRWOf97 { width:20rem;height:10.39841875rem;top:31.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:figtree;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sDcOIvG3IRLXIAcfFd29Ir1QqJ14G5hE { width:13.5625rem;height:1.29980625rem;top:66.6308625rem;left:3.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmtGi5oziOL3KM2vkTXuuuTnoy7htesJ { width:15.625rem;height:5.19921875rem;top:69.18034375rem;left:2.1875rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BaqzGSE8wyRvZf7nnbmXXBlcK7tgrOW8 { width:18.0625rem;height:1.7871125rem;top:75.6295625rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZvnBGKmB5JuR4XHtsEhr0XoLPFxi1B2 { width:17.875rem;height:4.22363125rem;top:78.666675rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJ2oiHLIdB8fESyae7OWzLs4Je4eTueR { top:84.13998125rem;left:3.75rem;width:12.416666625rem;height:3.666666625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXE0awJTonTbOikAxcHyImJnU8IZvPCh { display:block; }
 }@media only screen and (max-width: 763px) { #bVRq9WabE8XUgO9FXaGoWZFgMXUfybyf { width:20rem;height:5.19921875rem;top:89.05665rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xAyTEfAtLkZ8DPa4aRvhlzxATsH0s6bx { width:20rem;height:2.5996125rem;top:98.69336875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CipugT3gikSrQycRJa5ks7PtUMk4D3Nh { width:17.625rem;height:16.3125rem;top:102.541675rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsveX3O6cINJnmJ3ZakvSQOLRsdCCeBP { width:14.25rem;height:2.1933625rem;top:109.416675rem;left:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkls1l6uf2WLz9MBthRJH3CCZ5pdqoTD { width:14.3125rem;height:2.44921875rem;top:112.791675rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upz0MWrSqC942qI1KNTLH1QKD5dB3OkN { display:flex;width:3.125rem;height:3.125rem;top:104.479175rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #G3cIhLRT3eDX9I0haKFKrsczTSSq1xiL { width:17.625rem;height:16.3125rem;top:120.104175rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NceHhZ3f75i3Sh1tP49p6KGMZUDwe2Bc { width:14.3125rem;height:3.673825rem;top:130.354175rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiamsIudcCtqLfuOb5hLb8zWTJTZDw0N { width:15.0625rem;height:2.1933625rem;top:127.16342487793rem;left:2.40625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLt5v9dllfpA8m1daFMecHXn5M5nJGo3 { display:flex;width:3.125rem;height:3.125rem;top:122.041675rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #VHmXc0R9DuJFw3H2CPeQwZXr8ScwbWkd { width:17.625rem;height:16.3125rem;top:137.666675rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzdpxOz0MbLbq6Rhu9ZnwXK5XUP7R7EQ { width:15.4375rem;height:2.44921875rem;top:147.916675rem;left:2.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydiHBZG7mWCq3ivAwnNNNnCCyax19Gvc { width:14.25rem;height:2.1933625rem;top:144.541675rem;left:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O39qgxHAzfNR8xRGMeI2zmxcTB3DmcP5 { display:flex;width:3.125rem;height:3.125rem;top:139.604175rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #PAgVePCnHI5sTXQvbZTgOTEtWSXq3Zwx { width:20rem;height:1.3808625rem;top:50.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miTlue6NB2T7kOAsSZU0EwPnTkTQDSKn { width:15.5625rem;height:2.4375rem;top:49.75rem;left:2.1875rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #G1IWBH0rhuwQTWToAJfhDBTfpylpwRUt { width:20rem;height:1.3808625rem;top:95.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOPN8QBrWkFmWfTDP1TPZKm5a1tOI0mc { width:12.0625rem;height:2.4375rem;top:95.25rem;left:3.9375rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oyThzUEFxZlL2tLyugBgm1kndLgSJaHp { width:13.4375rem;height:16.8125rem;top:10.916015625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhLTzHhL9QqrBnVZcwsD6eO2uHMxEGVw { height:11.221532091097rem;width:20rem;top:54.291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApBEpbDvf3kBaSnUTKHC53ztQKawusul { width:13.4375rem;height:1.625rem;top:5.8600254058838rem;left:1.4166666269302rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bte0ZTJ7ny6w7uFRCIPyOSruGD6CmWIP { width:15.25rem;height:7.7988125rem;top:7.986328125rem;left:1.416015625rem;font-size:2rem;text-align:left;text-align-last:left;color:#040269;display:block; }
 }@media only screen and (max-width: 763px) { #SLv0cra49vmxQQbHKWk5cTkn53AAmRbR { width:20rem;height:5.84765625rem;top:16.41016875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ih2HudV5xfIi1QnwTELu6Q9nnoGlRptT { top:49.070325rem;left:3.75rem;width:12.416666625rem;height:3.666666625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okMaiMLfyQzUAKXqdZV1WmHsNvb0ppg1 { display:block; }
 }@media only screen and (max-width: 763px) { #tTTO6t4nrtGPNGuTloU9ym0h8geIw0Bd { width:13.9375rem;height:17.5rem;top:30.3203125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAwxhPslKB1GglihCFV6bCSmnXTSWTNr { width:20rem;height:4.38574375rem;top:23.859375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DPUTH65pgLFnEboAqeGNVI48QmyI5BOe { width:12.5625rem;height:1.3808625rem;top:2.7138671875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTZX0e5BkMHgMThu1DOrHMOK3VkZgOFS { width:15.5625rem;height:2.4375rem;top:2.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaawTRJQF9yOd0mKdT94S4ls1tpkl8CQ { width:17.625rem;height:16.3125rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv75p3km1BKcVLPWSMGVMhu9Kz0EQc7x { width:14.25rem;height:4.38671875rem;top:6.462890625rem;left:2.8750001192093rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g52KRHy65h8yWoxhAM4XK9DM6HldGuxf { width:17.625rem;height:16.3125rem;top:18.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNJdob4gFcP26DFbksevbFQyJUv2k6F2 { width:15.0625rem;height:4.38671875rem;top:23.32421875rem;left:2.4687501192093rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsFg426t6nGNElly2SpuRHkTSEIw33X4 { display:flex;width:2.25rem;height:2.25rem;top:20.19921875rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #EVBahtfTllnZvsg69cdqJ4aSbDyS3uT6 { width:14.3125rem;height:3.673825rem;top:12.125rem;left:2.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxVD285uuVODfkv8qfs6JHmpqzWvy4en { width:14.3125rem;height:6.12305rem;top:28.352214813233rem;left:2.8437501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkl7io2R3KmxUTBRizLT6CV92x6gMPAX { width:17.625rem;height:16.3125rem;top:37.06055rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZHuu0pWEvh4QsPPl4c7Vpd0TZRrI3DM { width:15.4375rem;height:3.673825rem;top:47.372398376465rem;left:2.2812501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xshFSmxvNHw9pzWvTA2xsr2W3Ntxymxv { width:14.25rem;height:4.386725rem;top:42.0859375rem;left:2.8750001192093rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKkaezmkMQ6UoZcBwlLlCIhd33xFmKUD { width:3.25rem;height:3.25rem;top:19.69921875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOLfiFhRncVgTmUcCradgJ8kPwbLnZ3E { width:3.3125rem;height:3.3125rem;top:2.10546875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmf9BRiflq0xd9VoLd7wsTKKyFO9S1p9 { display:flex;width:2.25rem;height:2.25rem;top:38.43555rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #AKynN6fuEmhCn38HQkn5rH1G22Rb1Kwa { width:3.25rem;height:3.25rem;top:37.93555rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK { display:block; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5TET378Botlx6x6J2uldrWZ7fshNMDr { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EU9hDU16TqXHCBkSSCJ3zDIfpPfI6D0m { width:20rem;height:2.5996125rem;top:3.849609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iaLBbVMlCzoqHc13HI46zu5OEXVkZqJE { width:20rem;height:3.8994125rem;top:7.57421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6vaiu6LMtPeS2TedvWNxfQVSFssCt9C { top:30.0830078125rem;left:1.7294921875rem;width:16.541rem;height:4.7910125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ7WLvZkSgwnQ39JPlWGS2op3srvqKmG { display:block; }
 }@media only screen and (max-width: 763px) { #wf3oIDnlLBJS9Nup5SPk5pxv4FAxxnpF { top:37.375rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6WOrJP0iyGhC6R7l6aa374m51eCxGnR { display:block; }
 }@media only screen and (max-width: 763px) { #pqJdJnzh0GTbzetygWvLsTbBHGLmpN3a { top:44.8125rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEdcGAfIJNxgiCVQcNeBnlNDZeRsAoal { display:block; }
 }@media only screen and (max-width: 763px) { #iD2VUpvSB6mQRraqkeTPA5K6StkTQtvL { top:40.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuskD5pBu3XAPysM05pcarOZcwpay9wO { display:block; }
 }@media only screen and (max-width: 763px) { #TcS66IKq2hbRBxO5GdTeRflPJHpIbJWV { width:20rem;height:1.21875rem;top:19.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Z3WDZZCiTxU5pVtwPnmhL1DGTCQiqD { width:20rem;height:8.5703125rem;top:8.7858085632325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkZbzdlesx0kls91drDcsAJu7DCvFewv { width:20rem;height:8.1666875rem;top:18.856121063233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3q4g4ukJHLk9RJzzmDEIr9ofMI5zQLw { display:block; }#G3q4g4ukJHLk9RJzzmDEIr9ofMI5zQLw > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxLdRy4B7izrU6pIKOTcorhKExSqfGSp { width:17.6875rem;height:3.41015625rem;top:5.3125rem;left:0.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GIgKLUASX1mOfbeAV13nBImNBH2dQR5o { width:17.75rem;height:8.1875rem;top:17.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwK9e0IHaBl1kT11O4NTJMhQWQIhSViy { width:4.6875rem;height:3.375rem;top:21.09375rem;left:7.6562505960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv48oVZyvuaMbZPG4Oz6OoNyNX7CeeH8 { width:15.1875rem;height:4.4375rem;top:20.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sroVSiGWXKgt0g25aXSZ6TscZte3ziT1 { width:17.375rem;height:8.1875rem;top:9.4375rem;left:1.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx27B7sXqNOKnhfXFIaDsQ1nT0nC9piO { width:4.9375rem;height:4.4375rem;top:12.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvlIrdfDo8Fi5osvD5cvoTTBGIR2nwnm { width:4.9375rem;height:4.4375rem;top:12.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCi2lfn1OAaD6e4MpNtXymJ06Rk7Ui0M { width:4.1875rem;height:3.6875rem;top:13rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDIc8Uw7UBsfsA9CZOxP2pE8cp0suU5W { width:2.8125rem;height:3.8125rem;top:12.9375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRM1RX99FWShDOwfagF0MOi0fExWKIhr { width:19.5rem;height:19.125rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAaNsKZywgD0CDdl6SL7pZ0zgefGcAEG { width:18.25rem;height:18.1875rem;top:28rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lOb1EatDTT7dsTNuiBes7LnD1hc7m2l2 { width:19.5rem;height:7.5rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAcT5M4BLv5eV40pKE6AXJhTmewknNXu { width:18.25rem;height:6.8203125rem;top:47.712242126465rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FI9DV91VdhTDmAAWHybvWcic03TAg5n6 { width:16.0625rem;height:5.68359375rem;top:55.875rem;left:3.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IdFVq3M3lCa7zcr0SrWTTlluqZM9zN06 { width:19.5rem;height:7.0625rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUdlfHC5VbG0g5SoX24ZcawdTJ39fbBe { width:16.3125rem;height:1.13769375rem;top:56.1875rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T2W3rb603LMmfXNhzz5cnTJAWZg1MtbX { display:flex;width:2rem;height:2rem;top:57.9375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #RZAxhOmeITdsrqkd5HhTXdxZfN6HJ7RA { width:11.75rem;height:2.9375rem;top:2.4166669845581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1F7XMSswd32TGfnowgN5lvkgIL9y0xW { width:12.5rem;height:0.9746125rem;top:10.82421875rem;left:1.6875001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiNaih5GBihURNxpyIwWPoiHTGT2Tu0G { width:12.5rem;height:0.9746125rem;top:18.779296875rem;left:1.6875001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMp1hiMoS6PN1R8Lo8WWZntQbExZtK5Z { display:block; }#HMp1hiMoS6PN1R8Lo8WWZntQbExZtK5Z > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1yqT1SoReNT1WXkyNyrOxhJnB5qfxzu { width:8.75rem;height:0.89355625rem;top:1.25rem;left:5.625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOTbFepEcMgSnNxL1l9eLKW4PBoe7FaS { width:9.375rem;height:0.89355625rem;top:3.39323125rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQy02qJKGLloI56Ru14N24Ds4W2TAH6U { width:9.375rem;height:0.89355625rem;top:5.5364625rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX9m3hCHDVH87wo5KOzC1xskxPISxTZa { width:9.375rem;height:0.89355625rem;top:7.67969375rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRQV1qTqSIQHe2cvPbACxGanBoorvVsF { width:9.375rem;height:0.89355625rem;top:9.822925rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }