.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,241,253;--color-primary-1:128,210,247;--color-primary-2:0,164,239;--color-primary-3:0,82,120;--color-primary-4:0,25,36;--color-secondary-0:250,231,224;--color-secondary-1:238,174,150;--color-secondary-2:221,93,45;--color-secondary-3:111,47,23;--color-secondary-4:33,14,7;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Arial";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#kOTumebavGlrF6udbMEJWxlZzemUK7wd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container { display: none; }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .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); }#VPfqGDARE0ufW8UVoTvXGk2iSDIHC3LJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VPfqGDARE0ufW8UVoTvXGk2iSDIHC3LJ > .row .container { background-color: transparent; background-image: none; }#VPfqGDARE0ufW8UVoTvXGk2iSDIHC3LJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPfqGDARE0ufW8UVoTvXGk2iSDIHC3LJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPfqGDARE0ufW8UVoTvXGk2iSDIHC3LJ > .row .container > .video-iframe-container { display: none; }#VPfqGDARE0ufW8UVoTvXGk2iSDIHC3LJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPfqGDARE0ufW8UVoTvXGk2iSDIHC3LJ > .row > .video-iframe-container { display: none; }#VPfqGDARE0ufW8UVoTvXGk2iSDIHC3LJ > .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); }#VPfqGDARE0ufW8UVoTvXGk2iSDIHC3LJ > .row .container { border-width: 0; border-radius: 0; }#VPfqGDARE0ufW8UVoTvXGk2iSDIHC3LJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VPfqGDARE0ufW8UVoTvXGk2iSDIHC3LJ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.125rem;width:75rem;position:relative;display:block; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/77514896-b591-448a-a91a-048811a08047/JoburgeventlandingPageDesktop_DesktopHero.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH.adaptive-delivery-prevent-bg, #pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH.lazyload, #pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH.lazyloading { background-image: none; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row .container { background-color: transparent; background-image: none; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row .container > .video-iframe-container { display: none; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row > .video-iframe-container { display: none; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .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); }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row .container { border-width: 0; border-radius: 0; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row .container { width:75rem;height:37rem;font-size:0.875rem;font-family:var(--headlines-font-family);position:relative;display:block; }#sm5xpyi9rGBa6hTnfa3hGoHonT5ngWys { color:rgba(var(--color-tertiary-0),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.9375rem;left:4.75rem;height:9.44925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TgRnUTKLTNL0lsvTUaZ5kl1RZpqR0O3o { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.4375rem;left:4.75rem;display:block; }
#lsXAg8MccOu3WsVmPrrnAWXJLwlmELhL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wG5eXrBn7TEzcnoIindP4WEy47SiFt3s { color:rgba(var(--color-tertiary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:13.125rem;left:4.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ApMktpqGDDUMC4D2dCHTu5q3T7NBtG97 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.625rem 0.625rem 0.0625rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.625rem;left:2.1875rem;display:none; }
#TQ4RDqn3gUgxugTvZRRUcN6BgC37pch2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ybnizReFlueH2P9vpC4UXiZ524CDSDaa { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:24.4375rem;left:4.75rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DLuC1nLeFUE2Iic69lPWh8ZUf1qBnh1N { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:24.0625rem;top:2.9375rem;left:50.9375rem;overflow:hidden;display:block; }
#BGalsmsQ2oq7EWTGZqDdwvcTvO6cHUN4 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:29.25rem;left:4.75rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CMmuUB87QTwg5T3GJw9RBmp2mwAZJMTB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.4375rem;left:4.75rem;display:none; }
#h5abr9I80C4MPU0slLBB597xTw6LF4Dh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I1cdEG3Mzbd5Lo4RPzsJmfQ5f5PRt3BV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I1cdEG3Mzbd5Lo4RPzsJmfQ5f5PRt3BV > .row .container { background-color: transparent; background-image: none; }#I1cdEG3Mzbd5Lo4RPzsJmfQ5f5PRt3BV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1cdEG3Mzbd5Lo4RPzsJmfQ5f5PRt3BV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1cdEG3Mzbd5Lo4RPzsJmfQ5f5PRt3BV > .row .container > .video-iframe-container { display: none; }#I1cdEG3Mzbd5Lo4RPzsJmfQ5f5PRt3BV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1cdEG3Mzbd5Lo4RPzsJmfQ5f5PRt3BV > .row > .video-iframe-container { display: none; }#I1cdEG3Mzbd5Lo4RPzsJmfQ5f5PRt3BV > .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); }#I1cdEG3Mzbd5Lo4RPzsJmfQ5f5PRt3BV > .row .container { border-width: 0; border-radius: 0; }#I1cdEG3Mzbd5Lo4RPzsJmfQ5f5PRt3BV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1cdEG3Mzbd5Lo4RPzsJmfQ5f5PRt3BV > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:22.125rem;width:75rem;position:relative;display:block; }#bqXOSgsITuoPiwe9QR2MpXW6sPRAk4oJ { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:2.265625rem;left:4.71875rem;height:17.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TLvW2DNWS2lvU5u9MQ073aHA7dtybPfu { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.1875rem;left:4.625rem;height:20.6163125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Bh9kaXCoFO9EIKBqlui8OQupLAVLFR9k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Bh9kaXCoFO9EIKBqlui8OQupLAVLFR9k > .row .container { border-width: 0; border-radius: 0; }#Bh9kaXCoFO9EIKBqlui8OQupLAVLFR9k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bh9kaXCoFO9EIKBqlui8OQupLAVLFR9k > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:22.125rem;width:75rem;position:relative;display:none; }#lQdkBkFFK64iNBXOxQlCaDc2HXS8JhNl { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:2.265625rem;left:4.71875rem;height:17.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rPTxwu7fgcXnmVpaMbsFsyBwdrTLTZsN { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.1875rem;left:4.625rem;height:20.6163125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#eDvRRCpfSGBT8A4crd49q2d5716vIMsM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eDvRRCpfSGBT8A4crd49q2d5716vIMsM > .row .container { background-color: transparent; background-image: none; }#eDvRRCpfSGBT8A4crd49q2d5716vIMsM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDvRRCpfSGBT8A4crd49q2d5716vIMsM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDvRRCpfSGBT8A4crd49q2d5716vIMsM > .row .container > .video-iframe-container { display: none; }#eDvRRCpfSGBT8A4crd49q2d5716vIMsM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDvRRCpfSGBT8A4crd49q2d5716vIMsM > .row > .video-iframe-container { display: none; }#eDvRRCpfSGBT8A4crd49q2d5716vIMsM > .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); }#eDvRRCpfSGBT8A4crd49q2d5716vIMsM > .row .container { border-width: 0; border-radius: 0; }#eDvRRCpfSGBT8A4crd49q2d5716vIMsM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eDvRRCpfSGBT8A4crd49q2d5716vIMsM > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:32.1875rem;width:75rem;position:relative;display:block; }#VDJvrcFwQ82helGI4AT64BbAoTf6hgI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.1875rem;left:4.75rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nSVWWlNlnp1yRQTAaC9oTKgCuShD8SfW { position:absolute;display:block;z-index:15007;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:27.8125rem;width:27.125rem;top:4.375rem;left:44.3271484375rem;overflow:hidden;display:block; }
#IP04StmOMLUavdT5R4FvZ9fEATTTPtt8 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.1875rem;left:4.625rem;height:20.6163125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#G3yLLUUONWxrEa7GMBFUD6ndJLtahCeQ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.1875rem;left:4.75rem;height:23.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#G3yLLUUONWxrEa7GMBFUD6ndJLtahCeQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G3yLLUUONWxrEa7GMBFUD6ndJLtahCeQ li:before{  }
#bcclWx8Hx7RSyo9pF4zN9XCsExoJML77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bcclWx8Hx7RSyo9pF4zN9XCsExoJML77 > .row .container { border-width: 0; border-radius: 0; }#bcclWx8Hx7RSyo9pF4zN9XCsExoJML77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bcclWx8Hx7RSyo9pF4zN9XCsExoJML77 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:4.375rem;width:75rem;position:relative;display:none; }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1116212d-b31a-4e81-bfa3-bc9c06a38c28/JoburgeventlandingPageDesktop_BodyBackground.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q.adaptive-delivery-prevent-bg, #QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q.lazyload, #QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q.lazyloading { background-image: none; }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .row .container { background-color: transparent; background-image: none; }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .row .container > .video-iframe-container { display: none; }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .row > .video-iframe-container { display: none; }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .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); }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .row .container { border-width: 0; border-radius: 0; }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:16.375rem;width:75rem;position:relative;display:block; }#yW5EaBAOmMqnko5R10xXTgP8U2DMTfNw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:1.8125rem;left:29.40625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HdotUr8JBFFwgwM3b8FkoOcty2dTWzE5 { box-sizing:content-box;height:3.375rem;width:21.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.5rem;left:4.5rem;display:block; }
#TOZN0iBwqoGPLF0sEVDWbJBt43p5N81B { box-sizing:content-box;height:3.375rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.5rem;left:27rem;display:block; }
#S1sbq0DKf69ZQTGSuGSL8ITI13uFRZMl { box-sizing:content-box;height:3.375rem;width:21.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.5rem;left:49.3125rem;display:block; }
#zRW2GRnUsDEKidCeBJsbSkZxZdLhEZ7n { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7rem;left:5.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#T3cTxySDeEQtpDl8OaGstb6zi7RqQKD8 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.96875rem;left:28.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#eq3Gn6Mc2bfO99qSGsuBkS5bO38TTJ05 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7rem;left:50.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .row .container { background-color: transparent; background-image: none; }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .row .container > .video-iframe-container { display: none; }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .row > .video-iframe-container { display: none; }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .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); }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .row .container { border-width: 0; border-radius: 0; }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:27.125rem;width:75rem;position:relative;display:block; }#uWhDX6bc9F3VudtDZmIJSwAkcTGZwlUC { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:2.2;letter-spacing:0;top:6.4375rem;left:4.625rem;height:12.3730625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kbxSBbMi5wu1o5dW0fFDhCiMHP6Stxx1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:21.8125rem;top:0.25rem;left:47.6640625rem;overflow:hidden;display:block; }
#Ulu7F4fQCpHyoe7MLST26sSQxd6W2mB4 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.375rem;left:4.625rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T4IBsPBU8xauSJK3gDRTLnWKiVzsET6d { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.5rem;left:4.625rem;display:block; }
#VEd9MLOKIQ7tTXTpdcN83mM6tIgrha2t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F2JohNDcLLW76zCc78Z8esWGcEySMvMn { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:2.2;letter-spacing:0;top:6.6875rem;left:4.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#FcuLN47zqVB58XUTJntR0eDTWErRkgK3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.5rem;left:4.625rem;display:none; }
#iay6zLdMSaL4ss9e1QT0ECMPIe3Dpuiz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .row .container { background-color: transparent; background-image: none; }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .row .container > .video-iframe-container { display: none; }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .row > .video-iframe-container { display: none; }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .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); }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .row .container { border-width: 0; border-radius: 0; }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:4.375rem;width:75rem;position:relative;display:block; }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .row .container { background-color: transparent; background-image: none; }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .row .container > .video-iframe-container { display: none; }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .row > .video-iframe-container { display: none; }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .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); }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .row .container { border-width: 0; border-radius: 0; }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:43.75rem;width:75rem;position:relative;display:block; }#HoCTX2HyxVuATtVsnPqm4zOmR2LCHOzz { position:absolute;display:block;z-index:15001;height:21.75rem;width:38.75rem;top:3.625rem;left:18.125rem;display:block; }
#iLs9oXn3wUKVnTHn6sphKR7egnlsmfGd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iLs9oXn3wUKVnTHn6sphKR7egnlsmfGd > .row .container { background-color: transparent; background-image: none; }#iLs9oXn3wUKVnTHn6sphKR7egnlsmfGd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLs9oXn3wUKVnTHn6sphKR7egnlsmfGd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLs9oXn3wUKVnTHn6sphKR7egnlsmfGd > .row .container > .video-iframe-container { display: none; }#iLs9oXn3wUKVnTHn6sphKR7egnlsmfGd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLs9oXn3wUKVnTHn6sphKR7egnlsmfGd > .row > .video-iframe-container { display: none; }#iLs9oXn3wUKVnTHn6sphKR7egnlsmfGd > .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); }#iLs9oXn3wUKVnTHn6sphKR7egnlsmfGd > .row .container { border-width: 0; border-radius: 0; }#iLs9oXn3wUKVnTHn6sphKR7egnlsmfGd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iLs9oXn3wUKVnTHn6sphKR7egnlsmfGd > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:8.5rem;width:75rem;position:relative;display:block; }#omTWSaT3MexyMGJsnQsrC6xy3yItxZVS { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.544921875rem;left:14.09375rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VPfqGDARE0ufW8UVoTvXGk2iSDIHC3LJ { display:block; }#VPfqGDARE0ufW8UVoTvXGk2iSDIHC3LJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/QWyUzFgn/Blacfox_Webinar_Banner_top.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH.adaptive-delivery-prevent-bg, #pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH.lazyload, #pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH.lazyloading { background-image: none; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row .container { background-color: transparent; background-image: none; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row .container > .video-iframe-container { display: none; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row > .video-iframe-container { display: none; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .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); }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row .container { width:47.75rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sm5xpyi9rGBa6hTnfa3hGoHonT5ngWys { width:20.0625rem;height:15rem;top:10.625rem;left:0.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgRnUTKLTNL0lsvTUaZ5kl1RZpqR0O3o { width:19.4375rem;height:3.4375rem;top:24.75rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsXAg8MccOu3WsVmPrrnAWXJLwlmELhL { display:block; }
 }@media only screen and (max-width: 763px) { #wG5eXrBn7TEzcnoIindP4WEy47SiFt3s { width:26.3125rem;height:1.19921875rem;top:11.625rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApMktpqGDDUMC4D2dCHTu5q3T7NBtG97 { width:19.4375rem;height:3.4375rem;top:24.75rem;left:0.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ4RDqn3gUgxugTvZRRUcN6BgC37pch2 { display:block; }
 }@media only screen and (max-width: 763px) { #ybnizReFlueH2P9vpC4UXiZ524CDSDaa { width:26.3125rem;height:6.9970625rem;top:11.625rem;left:21.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLuC1nLeFUE2Iic69lPWh8ZUf1qBnh1N { width:4.5rem;height:1.25rem;top:0.6875rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGalsmsQ2oq7EWTGZqDdwvcTvO6cHUN4 { width:26.3125rem;height:6.9970625rem;top:11.625rem;left:21.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMmuUB87QTwg5T3GJw9RBmp2mwAZJMTB { width:19.4375rem;height:3.4375rem;top:24.75rem;left:0.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5abr9I80C4MPU0slLBB597xTw6LF4Dh { display:block; }
 }@media only screen and (max-width: 763px) { #I1cdEG3Mzbd5Lo4RPzsJmfQ5f5PRt3BV { display:block; }#I1cdEG3Mzbd5Lo4RPzsJmfQ5f5PRt3BV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqXOSgsITuoPiwe9QR2MpXW6sPRAk4oJ { width:26.3125rem;height:23.994125rem;top:11.625rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLvW2DNWS2lvU5u9MQ073aHA7dtybPfu { width:26.3125rem;height:6.9970625rem;top:11.625rem;left:21.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bh9kaXCoFO9EIKBqlui8OQupLAVLFR9k { display:none; }#Bh9kaXCoFO9EIKBqlui8OQupLAVLFR9k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lQdkBkFFK64iNBXOxQlCaDc2HXS8JhNl { width:26.3125rem;height:6.9970625rem;top:11.625rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPTxwu7fgcXnmVpaMbsFsyBwdrTLTZsN { width:26.3125rem;height:6.9970625rem;top:11.625rem;left:21.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDvRRCpfSGBT8A4crd49q2d5716vIMsM { display:block; }#eDvRRCpfSGBT8A4crd49q2d5716vIMsM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDJvrcFwQ82helGI4AT64BbAoTf6hgI8 { width:26.3125rem;height:1.5rem;top:11.625rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSVWWlNlnp1yRQTAaC9oTKgCuShD8SfW { width:27.125rem;height:27.8125rem;top:4.375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP04StmOMLUavdT5R4FvZ9fEATTTPtt8 { width:26.3125rem;height:6.9970625rem;top:11.625rem;left:21.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3yLLUUONWxrEa7GMBFUD6ndJLtahCeQ { width:26.3125rem;height:23.75rem;top:11.625rem;left:21.4375rem;font-size:1rem;display:block; }#G3yLLUUONWxrEa7GMBFUD6ndJLtahCeQ li:before{  }
 }@media only screen and (max-width: 763px) { #bcclWx8Hx7RSyo9pF4zN9XCsExoJML77 { display:none; }#bcclWx8Hx7RSyo9pF4zN9XCsExoJML77 > .row .container { width:47.75rem;height:37.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q { display:block; }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yW5EaBAOmMqnko5R10xXTgP8U2DMTfNw { width:26.3125rem;height:1.5rem;top:11.625rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdotUr8JBFFwgwM3b8FkoOcty2dTWzE5 { width:21.25rem;height:3.375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOZN0iBwqoGPLF0sEVDWbJBt43p5N81B { width:21.25rem;height:3.375rem;top:6.5rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1sbq0DKf69ZQTGSuGSL8ITI13uFRZMl { width:21.25rem;height:3.375rem;top:6.5rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRW2GRnUsDEKidCeBJsbSkZxZdLhEZ7n { width:18.75rem;height:2.4375rem;top:7rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3cTxySDeEQtpDl8OaGstb6zi7RqQKD8 { width:18.75rem;height:2.4375rem;top:6.9375rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq3Gn6Mc2bfO99qSGsuBkS5bO38TTJ05 { width:18.75rem;height:2.4375rem;top:7rem;left:29rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWkI9olV8unfhKF0oWwbk5sBWd86KpcI { display:block; }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .row .container { width:47.75rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWhDX6bc9F3VudtDZmIJSwAkcTGZwlUC { width:26.3125rem;height:15.3945rem;top:11.625rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbxSBbMi5wu1o5dW0fFDhCiMHP6Stxx1 { width:21.8125rem;height:26.875rem;top:0.25rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ulu7F4fQCpHyoe7MLST26sSQxd6W2mB4 { width:26.3125rem;height:1.5rem;top:11.625rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4IBsPBU8xauSJK3gDRTLnWKiVzsET6d { width:19.4375rem;height:3.4375rem;top:24.75rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEd9MLOKIQ7tTXTpdcN83mM6tIgrha2t { display:block; }
 }@media only screen and (max-width: 763px) { #F2JohNDcLLW76zCc78Z8esWGcEySMvMn { width:26.3125rem;height:6.9970625rem;top:11.625rem;left:21.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcuLN47zqVB58XUTJntR0eDTWErRkgK3 { width:19.4375rem;height:3.4375rem;top:24.75rem;left:0.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iay6zLdMSaL4ss9e1QT0ECMPIe3Dpuiz { display:block; }
 }@media only screen and (max-width: 763px) { #VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp { display:none; }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .row .container { width:47.75rem;height:37.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w { display:none; }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .row .container { width:47.75rem;height:37.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HoCTX2HyxVuATtVsnPqm4zOmR2LCHOzz { width:38.75rem;height:21.75rem;top:3.625rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLs9oXn3wUKVnTHn6sphKR7egnlsmfGd { display:block; }#iLs9oXn3wUKVnTHn6sphKR7egnlsmfGd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omTWSaT3MexyMGJsnQsrC6xy3yItxZVS { width:46.8125rem;height:3.375rem;top:2.5rem;left:0.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VPfqGDARE0ufW8UVoTvXGk2iSDIHC3LJ { display:block; }#VPfqGDARE0ufW8UVoTvXGk2iSDIHC3LJ > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/2e12090c-6086-4d87-9faa-6d6310708b8d/JoburgeventlandingPageMobile.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH.adaptive-delivery-prevent-bg, #pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH.lazyload, #pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH.lazyloading { background-image: none; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row .container { background-color: transparent; background-image: none; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row .container > .video-iframe-container { display: none; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row > .video-iframe-container { display: none; }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .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); }#pMSFIehWfFb0oB5VvKJ3KyAbGpLcTazH > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sm5xpyi9rGBa6hTnfa3hGoHonT5ngWys { width:19rem;height:4.5rem;top:6.875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TgRnUTKLTNL0lsvTUaZ5kl1RZpqR0O3o { width:18.1875rem;height:2.8125rem;top:49.1875rem;left:0.90625rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #lsXAg8MccOu3WsVmPrrnAWXJLwlmELhL { display:block; }
 }@media only screen and (max-width: 763px) { #wG5eXrBn7TEzcnoIindP4WEy47SiFt3s { width:17.5rem;height:3rem;top:12.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ApMktpqGDDUMC4D2dCHTu5q3T7NBtG97 { width:14.6230625rem;height:2.8125rem;top:46.5625rem;left:2.6875rem;font-size:0.9375rem;z-index:15008;font-family:montserrat;display:none; }
 }@media only screen and (max-width: 763px) { #TQ4RDqn3gUgxugTvZRRUcN6BgC37pch2 { display:block; }
 }@media only screen and (max-width: 763px) { #ybnizReFlueH2P9vpC4UXiZ524CDSDaa { width:20rem;height:0;top:29.935546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #DLuC1nLeFUE2Iic69lPWh8ZUf1qBnh1N { width:12rem;height:3.375rem;top:3.3125rem;left:0.84375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #BGalsmsQ2oq7EWTGZqDdwvcTvO6cHUN4 { width:20rem;height:auto;top:29.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #CMmuUB87QTwg5T3GJw9RBmp2mwAZJMTB { width:18.1875rem;height:2.8125rem;top:16.6875rem;left:0.90625rem;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #h5abr9I80C4MPU0slLBB597xTw6LF4Dh { display:block; }
 }@media only screen and (max-width: 763px) { #I1cdEG3Mzbd5Lo4RPzsJmfQ5f5PRt3BV { display:none; }#I1cdEG3Mzbd5Lo4RPzsJmfQ5f5PRt3BV > .row .container { width:20rem;height:34.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bqXOSgsITuoPiwe9QR2MpXW6sPRAk4oJ { width:19.25rem;height:30rem;top:2.21875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TLvW2DNWS2lvU5u9MQ073aHA7dtybPfu { width:17.8125rem;height:0;top:14.749349117279rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #Bh9kaXCoFO9EIKBqlui8OQupLAVLFR9k { display:block; }#Bh9kaXCoFO9EIKBqlui8OQupLAVLFR9k > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQdkBkFFK64iNBXOxQlCaDc2HXS8JhNl { width:19.25rem;height:30rem;top:2.09375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rPTxwu7fgcXnmVpaMbsFsyBwdrTLTZsN { width:17.8125rem;height:0;top:14.749349117279rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #eDvRRCpfSGBT8A4crd49q2d5716vIMsM { display:block; }#eDvRRCpfSGBT8A4crd49q2d5716vIMsM > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDJvrcFwQ82helGI4AT64BbAoTf6hgI8 { width:17.624rem;height:2.25rem;top:1.625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nSVWWlNlnp1yRQTAaC9oTKgCuShD8SfW { width:20rem;height:20.5rem;top:41.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IP04StmOMLUavdT5R4FvZ9fEATTTPtt8 { width:17.8125rem;height:0;top:14.749349117279rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #G3yLLUUONWxrEa7GMBFUD6ndJLtahCeQ { width:19.0625rem;height:34.25rem;top:5.5625rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;display:block; }#G3yLLUUONWxrEa7GMBFUD6ndJLtahCeQ li:before{  }
 }@media only screen and (max-width: 763px) { #bcclWx8Hx7RSyo9pF4zN9XCsExoJML77 { background-color:#000000;background-image:none;display:block; }#bcclWx8Hx7RSyo9pF4zN9XCsExoJML77 > .row .container { background-color: transparent; background-image: none; }#bcclWx8Hx7RSyo9pF4zN9XCsExoJML77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcclWx8Hx7RSyo9pF4zN9XCsExoJML77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcclWx8Hx7RSyo9pF4zN9XCsExoJML77 > .row .container > .video-iframe-container { display: none; }#bcclWx8Hx7RSyo9pF4zN9XCsExoJML77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcclWx8Hx7RSyo9pF4zN9XCsExoJML77 > .row > .video-iframe-container { display: none; }#bcclWx8Hx7RSyo9pF4zN9XCsExoJML77 > .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); }#bcclWx8Hx7RSyo9pF4zN9XCsExoJML77 > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39b79fde-18f4-410a-939d-e216d00cdf3b/JoburgeventlandingPageMobile_BodyBackground.crop_917x936_0,3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q.adaptive-delivery-prevent-bg, #QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q.lazyload, #QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q.lazyloading { background-image: none; }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .row .container { background-color: transparent; background-image: none; }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .row .container > .video-iframe-container { display: none; }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .row > .video-iframe-container { display: none; }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .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); }#QG5NTo8w8r8W9eiENNpKMysDPlN6dr5Q > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yW5EaBAOmMqnko5R10xXTgP8U2DMTfNw { width:20rem;height:2.25rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HdotUr8JBFFwgwM3b8FkoOcty2dTWzE5 { width:19.5625rem;height:3.375rem;top:6.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOZN0iBwqoGPLF0sEVDWbJBt43p5N81B { width:19.5625rem;height:3.375rem;top:11rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1sbq0DKf69ZQTGSuGSL8ITI13uFRZMl { width:19.5625rem;height:3.375rem;top:15.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRW2GRnUsDEKidCeBJsbSkZxZdLhEZ7n { width:18.75rem;height:2.4375rem;top:6.875rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3cTxySDeEQtpDl8OaGstb6zi7RqQKD8 { width:18.75rem;height:2.4375rem;top:11.5rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq3Gn6Mc2bfO99qSGsuBkS5bO38TTJ05 { width:18.75rem;height:2.4375rem;top:16.125rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWkI9olV8unfhKF0oWwbk5sBWd86KpcI { background-color:#ffffff;background-image:none;display:block; }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .row .container { background-color: transparent; background-image: none; }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .row .container > .video-iframe-container { display: none; }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .row > .video-iframe-container { display: none; }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .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); }#HWkI9olV8unfhKF0oWwbk5sBWd86KpcI > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWhDX6bc9F3VudtDZmIJSwAkcTGZwlUC { width:17.625rem;height:0;top:6.6240234375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #kbxSBbMi5wu1o5dW0fFDhCiMHP6Stxx1 { width:16.3125rem;height:19.9375rem;top:27.740234375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ulu7F4fQCpHyoe7MLST26sSQxd6W2mB4 { width:7.625rem;height:2.25rem;top:2.396484375rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #T4IBsPBU8xauSJK3gDRTLnWKiVzsET6d { width:17.875rem;height:3rem;top:22.34375rem;left:1.0625rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #VEd9MLOKIQ7tTXTpdcN83mM6tIgrha2t { display:block; }
 }@media only screen and (max-width: 763px) { #F2JohNDcLLW76zCc78Z8esWGcEySMvMn { width:18.1875rem;height:14.4375rem;top:5.8115234375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;line-height:1.4;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #FcuLN47zqVB58XUTJntR0eDTWErRkgK3 { width:17.875rem;height:3rem;top:22.34375rem;left:1.0625rem;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #iay6zLdMSaL4ss9e1QT0ECMPIe3Dpuiz { display:block; }
 }@media only screen and (max-width: 763px) { #VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp { background-color:#00a4ef;background-image:none;display:block; }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .row .container { background-color: transparent; background-image: none; }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .row .container > .video-iframe-container { display: none; }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .row > .video-iframe-container { display: none; }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .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); }#VePxDpPaGc4RkyIEhDmoMKbxOT6O9nRp > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w { background-color:#000000;background-image:none;display:block; }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .row .container { background-color: transparent; background-image: none; }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .row .container > .video-iframe-container { display: none; }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .row > .video-iframe-container { display: none; }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .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); }#PE5hW1mwGg8Td15dOheDHVPttBZ2zg9w > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoCTX2HyxVuATtVsnPqm4zOmR2LCHOzz { width:20rem;height:21.75rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLs9oXn3wUKVnTHn6sphKR7egnlsmfGd { display:block; }#iLs9oXn3wUKVnTHn6sphKR7egnlsmfGd > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omTWSaT3MexyMGJsnQsrC6xy3yItxZVS { width:20rem;height:3.1669875rem;top:2.287109375rem;left:0rem;font-size:0.8125rem;display:block; }
 }