.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:255,230,223;--color-primary-1:254,217,188;--color-primary-2:255,132,94;--color-primary-3:153,79,56;--color-primary-4:51,26,19;--color-secondary-0:247,227,233;--color-secondary-1:231,172,190;--color-secondary-2:215,117,147;--color-secondary-3:107,44,67;--color-secondary-4:43,23,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--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:#f0f0f0;background-image:none;position:relative;display:block; }
 #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV *:focus-visible, #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV input[type="text"]:focus-visible, #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV input[type="email"]:focus-visible, #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV input[type="tel"]:focus-visible, #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV textarea:focus-visible { outline:0.125rem solid #000000;; } #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container { display: none; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .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); }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e964fcf-d589-4c84-aa45-a9068d427fdd/stellenbosch.jpg");background-position:top 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; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp.adaptive-delivery-prevent-bg, #zinntZaClQ5Mgei4VVCZW8wGiS3SCskp.lazyload, #zinntZaClQ5Mgei4VVCZW8wGiS3SCskp.lazyloading { background-image: none; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row .container { background-color: transparent; background-image: none; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(68,28,85,0.6); }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row .container > .video-iframe-container { display: none; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(68,28,85,0.6); }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row > .video-iframe-container { display: none; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .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); }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row .container { border-width: 0; border-radius: 0; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp::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; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:60rem;position:relative;display:block; }#CfClgy2g0MLAzwkmKy3G4CByPsk3Nx2c { color:#2d62ae;display:block;width:47.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:31.4375rem;left:6.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w1z7qNE1N7nP6vvOsOmJdguy52fvpECA { color:#712ba0;display:block;width:35.25rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:28.3125rem;left:12.375rem;height:3.0244125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MD7TJLtli6faVDn1UNdu7ONtvooVsasy { color:#000000;display:block;width:42.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:35.0625rem;left:8.6875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lqKMzT124DPT5okrkuvRtJyKOzwXVwO0 { background-color:#ffcc00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#441c55;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:41.75rem;left:17.5rem;display:block; }
#pSNLfXN7TGEPs6WdVDwZ5edDNfsUyphF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rlMGGCHEoigkbBgam1iEx5qGsdURuWZu { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #3a7ec1, #471756);background-image: -moz-linear-gradient(148deg, #3a7ec1, #471756);background-image: -ms-linear-gradient(148deg, #3a7ec1, #471756);background-image: -o-linear-gradient(148deg, #3a7ec1, #471756);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a7ec1', endColorstr='#471756' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a7ec1', endColorstr='#471756' );";background-image: linear-gradient(148deg, #3a7ec1, #471756);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:6.25rem;width:6.25rem;top:20.75rem;left:20.0625rem;display:block; }
#OdzeChAmlqQPO5CLMTpGybkg3totoOOZ { position:absolute;display:block;z-index:14999;background-color:#f0f0f0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.6875rem;width:52rem;top:23.875rem;left:4rem;display:block; }
#lWxBVM0VTRKbyG807ag8n0TDHhX7InlX { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #3a7ec1, #471756);background-image: -moz-linear-gradient(147deg, #3a7ec1, #471756);background-image: -ms-linear-gradient(147deg, #3a7ec1, #471756);background-image: -o-linear-gradient(147deg, #3a7ec1, #471756);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a7ec1', endColorstr='#471756' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a7ec1', endColorstr='#471756' );";background-image: linear-gradient(147deg, #3a7ec1, #471756);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:6.25rem;width:6.25rem;top:20.75rem;left:26.875rem;display:block; }
#TVVSJxoJKRmRwpT2La8ndaRhhW24QSHT { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #3a7ec1, #471756);background-image: -moz-linear-gradient(148deg, #3a7ec1, #471756);background-image: -ms-linear-gradient(148deg, #3a7ec1, #471756);background-image: -o-linear-gradient(148deg, #3a7ec1, #471756);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a7ec1', endColorstr='#471756' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a7ec1', endColorstr='#471756' );";background-image: linear-gradient(148deg, #3a7ec1, #471756);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:6.25rem;width:6.25rem;top:20.75rem;left:33.75rem;display:block; }
#avZyBdFaC4DiD6lyoTyLRcuemnJOHwlQ { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"kulim park";font-size:3.0625rem;font-weight:700;z-index:15004;line-height:.8;letter-spacing:0;top:8.6875rem;left:18rem;height:2.44921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kG329QbxDRMLOOrz93g7r1WN8Cv4aiPk { position:absolute;display:block;z-index:15010;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.3125rem;width:12.5rem;top:8.75rem;left:29.6875rem;overflow:hidden;display:block; }
#fJSeIlHioGhF37uH5eSZT9VB3NK94WHg { color:#ffffff;display:block;width:29rem;position:absolute;font-family:"kulim park";font-size:5rem;font-weight:400;z-index:15001;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.3125rem;left:15.5rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HJyDga33XWX3E4GNrWFqz2N6sEHD2mhi { position:absolute;display:block;z-index:15049;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:4.375rem;width:4.375rem;top:21.6875rem;left:21rem;overflow:hidden;display:none; }
#NTFTUUGkGrHqe1TUlw7lCf6yHnOBHZps { position:absolute;display:block;z-index:15050;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:4.375rem;width:4.375rem;top:21.6875rem;left:34.6875rem;overflow:hidden;display:none; }
#tokD9XTAvqtTrt77BtxdgzLwcX4xDvbD { position:absolute;display:block;z-index:15051;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:4.375rem;width:4.375rem;top:21.6875rem;left:27.8125rem;overflow:hidden;display:none; }
#kXPTkAf9yivmAbUoawB7RneI0aVhZuTF { color:#2d62ae;display:block;width:47.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:31.0625rem;left:6.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rd1ysikMw5BVVUlzm5FmunI4KOWQ9pTm { position:absolute;display:block;z-index:15050;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:4.375rem;width:4.375rem;top:21.6875rem;left:34.6875rem;overflow:hidden;display:block; }
#KKzfpR9zgfiKMBD0kNSDxsd9WmsTyyx5 { position:absolute;display:block;z-index:15051;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:4.375rem;width:4.375rem;top:21.6875rem;left:27.8125rem;overflow:hidden;display:block; }
#HVi1B4AN5TCKpsGHgtpWwpCaPcK0tFxr { position:absolute;display:block;z-index:15052;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:4.375rem;width:4.375rem;top:21.6875rem;left:21rem;overflow:hidden;display:block; }
#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#441c55;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; }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row .container { background-color: transparent; background-image: none; }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row .container > .video-iframe-container { display: none; }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row > .video-iframe-container { display: none; }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .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); }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row .container { border-width: 0; border-radius: 0; }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:block; }#TrfCL1nTHDORVXswh8IZ0LZSJ90dXUD6 { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.75rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VlrLnhio9zyBtVHE1xNG2QD8fKSiObEp { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:5.5rem;left:6.5625rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AOUEWBFafzFqmrWc9IF3LV6kzP3c4HrH { position:absolute;display:block;z-index:15004;height:1.375rem;width:2.5rem;top:9.78515625rem;left:0.8125rem;display:block; }
#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container { background-color: transparent; background-image: none; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container > .video-iframe-container { display: none; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row > .video-iframe-container { display: none; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .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); }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container { border-width: 0; border-radius: 0; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#H789yxa3NIEkfUTtBN1ZoG5oQT05Wptk { color:#712ba0;display:block;width:59.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.5146484375rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { background-color: transparent; background-image: none; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container > .video-iframe-container { display: none; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row > .video-iframe-container { display: none; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .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); }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { border-width: 0; border-radius: 0; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#r40vTRc3iTwciD33r5B0Hbq5w0O4TzS7 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:22.8095703125rem;left:0.9375rem;height:3.41015625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z7dE8cvGONTnso9CvQfDffyevMlAysE7 { color:#000000;display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:3.673828125rem;left:26.4375rem;height:26.58886875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J6bFT173yoDiMPlD3pP3RNZTekosQrcg { position:absolute;display:block;z-index:15002;height:1.375rem;width:2.5rem;top:32.25rem;left:0rem;display:block; }
#JnMVN702XmdaHIh5pMzX8ahQu2VUvkts { position:absolute;display:block;z-index:15003;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:30.5625rem;width:39.6875rem;top:1.6875rem;left:20.4375rem;display:block; }
#Ks3TpeIpxkEnSBo54ERbzEv56dmz29pB { position:absolute;display:block;z-index:15041;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:18.625rem;width:25rem;top:3.7685546875rem;left:0rem;overflow:hidden;display:block; }
#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { background-color: transparent; background-image: none; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container > .video-iframe-container { display: none; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row > .video-iframe-container { display: none; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .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); }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { border-width: 0; border-radius: 0; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#Zqrmxzx5PuhaRXtxRZNDhyHflT6pwxuh { display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:3.57470625rem;text-align:left;text-align-last:left;color:#712ba0;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; }
#QD55hTU61GudfpQz7oCCZrrKzoL1RPKo { color:#000000;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.9375rem;left:5rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k47Btggh1M7VQF8fzwGO5niAaqFcN5Va { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#k47Btggh1M7VQF8fzwGO5niAaqFcN5Va > .row .container { background-color: transparent; background-image: none; }#k47Btggh1M7VQF8fzwGO5niAaqFcN5Va::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k47Btggh1M7VQF8fzwGO5niAaqFcN5Va > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k47Btggh1M7VQF8fzwGO5niAaqFcN5Va > .row .container > .video-iframe-container { display: none; }#k47Btggh1M7VQF8fzwGO5niAaqFcN5Va > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k47Btggh1M7VQF8fzwGO5niAaqFcN5Va > .row > .video-iframe-container { display: none; }#k47Btggh1M7VQF8fzwGO5niAaqFcN5Va > .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); }#k47Btggh1M7VQF8fzwGO5niAaqFcN5Va > .row .container { border-width: 0; border-radius: 0; }#k47Btggh1M7VQF8fzwGO5niAaqFcN5Va > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k47Btggh1M7VQF8fzwGO5niAaqFcN5Va > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#L2zEX2hPFqws5RpW0fKRgtgwRTI54do0 { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:18.75rem;width:10.5rem;top:1.3125rem;left:1.5rem;overflow:hidden;display:block; }
#HgL2ywWmuxRvWFNDpIpHJIOMiGNpmrIo { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:18.75rem;width:29.125rem;position:absolute;display:block;z-index:15000;top:1.3125rem;left:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#n5eNUiqrHPww2xhVaZ4oNFUPJUnRTURM { display:block;width:15.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:2.5rem;left:12.875rem;height:11.25rem;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#H5cEuSnnMhif1Z8zwva9JS23TxxRrMFy { display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.40625rem;left:12rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;color:#2d62ae;display:block; }
#nwAWGvRANhQ2M3QfdkzwlqTZJ1IROd1v { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:18.75rem;width:29.125rem;position:absolute;display:block;z-index:15004;top:1.3125rem;left:30.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#zlmhKiLkRhyO1BnbBwa2FzuIdbLt4qGE { display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.40625rem;left:41.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;color:#2d62ae;display:block; }
#Oe6tPigobAFZRQTPiC1wJxQeZ9FHc9tb { display:block;width:15.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.5rem;left:42.875rem;height:12.65625rem;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JTsK1hUqlWTMgVO5fHVTii46b6uSiZ7l { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:18.75rem;width:10.5rem;top:1.3125rem;left:31.5rem;overflow:hidden;display:block; }
#fDBNq8o4Jq5HDQSIPJ7Diu2zroLt3yzn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#fDBNq8o4Jq5HDQSIPJ7Diu2zroLt3yzn > .row .container { background-color: transparent; background-image: none; }#fDBNq8o4Jq5HDQSIPJ7Diu2zroLt3yzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDBNq8o4Jq5HDQSIPJ7Diu2zroLt3yzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDBNq8o4Jq5HDQSIPJ7Diu2zroLt3yzn > .row .container > .video-iframe-container { display: none; }#fDBNq8o4Jq5HDQSIPJ7Diu2zroLt3yzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDBNq8o4Jq5HDQSIPJ7Diu2zroLt3yzn > .row > .video-iframe-container { display: none; }#fDBNq8o4Jq5HDQSIPJ7Diu2zroLt3yzn > .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); }#fDBNq8o4Jq5HDQSIPJ7Diu2zroLt3yzn > .row .container { border-width: 0; border-radius: 0; }#fDBNq8o4Jq5HDQSIPJ7Diu2zroLt3yzn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fDBNq8o4Jq5HDQSIPJ7Diu2zroLt3yzn > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:60rem;position:relative;display:block; }#m6NtW0PFLuDhckA9z6hMKvV3cvu0fxkO { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:18.75rem;width:10.5625rem;top:0.4375rem;left:1.4375rem;overflow:hidden;display:block; }
#sDXNusTO8HDPF61nClX1kSIwGO7pelhw { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:18.75rem;width:29.125rem;position:absolute;display:block;z-index:15000;top:0.4375rem;left:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#HdT6a0lJVdgxBy11RzQQp8AK9NzgmuCH { display:block;width:15.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:1.6875rem;left:12.8125rem;height:12.65625rem;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#BTusmUlnZSmcnfa4TvSiQIbRwdrTIamv { display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5625rem;left:11.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;color:#2d62ae;display:block; }
#IkyqM6wkw3xdxgipUp3qhwk2ol22vnMC { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:18.75rem;width:29.125rem;position:absolute;display:block;z-index:15004;top:0.4375rem;left:30.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#bA6kZsyEARMc9mNoTOheAFx5lQ3k6tAv { display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.5625rem;left:41.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;color:#2d62ae;display:block; }
#pn4RbNZycJuMO7oLw3CoCeZtqlx4E3Ax { display:block;width:15.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.625rem;left:42.875rem;height:11.25rem;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XIXqx9TkkJ6wR8ba6dgG0Wm0iKOsubds { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:18.75rem;width:10.4375rem;top:0.4375rem;left:31.5rem;overflow:hidden;display:block; }
#ZSSCLRl3B9oDDFphXRs5ReEEzhT3RToa { position:absolute;display:block;z-index:15003;height:1.375rem;width:2.5rem;top:20.0625rem;left:0.375rem;display:block; }
#TLlJgPZiP9zAslfvHv7hXJsFPlwtzIIp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#441c55;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; }#TLlJgPZiP9zAslfvHv7hXJsFPlwtzIIp > .row .container { background-color: transparent; background-image: none; }#TLlJgPZiP9zAslfvHv7hXJsFPlwtzIIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLlJgPZiP9zAslfvHv7hXJsFPlwtzIIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLlJgPZiP9zAslfvHv7hXJsFPlwtzIIp > .row .container > .video-iframe-container { display: none; }#TLlJgPZiP9zAslfvHv7hXJsFPlwtzIIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLlJgPZiP9zAslfvHv7hXJsFPlwtzIIp > .row > .video-iframe-container { display: none; }#TLlJgPZiP9zAslfvHv7hXJsFPlwtzIIp > .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); }#TLlJgPZiP9zAslfvHv7hXJsFPlwtzIIp > .row .container { border-width: 0; border-radius: 0; }#TLlJgPZiP9zAslfvHv7hXJsFPlwtzIIp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLlJgPZiP9zAslfvHv7hXJsFPlwtzIIp > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:block; }#FRmMeBDo6LTfBbRU5UAkX0BIVTNuowN4 { color:#ffffff;display:block;width:59.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.61328125rem;left:0rem;height:3.0249rem;font-style:normal;text-align:left;text-align-last:left;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; }
#qB60SPtwTmVJOvTC7SnoMlxhoCHEHpS9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#441c55;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; }#qB60SPtwTmVJOvTC7SnoMlxhoCHEHpS9 > .row .container { background-color: transparent; background-image: none; }#qB60SPtwTmVJOvTC7SnoMlxhoCHEHpS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB60SPtwTmVJOvTC7SnoMlxhoCHEHpS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB60SPtwTmVJOvTC7SnoMlxhoCHEHpS9 > .row .container > .video-iframe-container { display: none; }#qB60SPtwTmVJOvTC7SnoMlxhoCHEHpS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB60SPtwTmVJOvTC7SnoMlxhoCHEHpS9 > .row > .video-iframe-container { display: none; }#qB60SPtwTmVJOvTC7SnoMlxhoCHEHpS9 > .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); }#qB60SPtwTmVJOvTC7SnoMlxhoCHEHpS9 > .row .container { border-width: 0; border-radius: 0; }#qB60SPtwTmVJOvTC7SnoMlxhoCHEHpS9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qB60SPtwTmVJOvTC7SnoMlxhoCHEHpS9 > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;position:relative;display:block; }#Q9AJ6Qofoxo8D1DwrbiM1x7iCR5wKzzu { position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25.0625rem;width:33.4375rem;top:5rem;left:2.5rem;display:block; }
#ko6NLzL9L96KiugHt1ggHORdkzUftg2P { color:#333333;display:block;width:27.4369375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:8.75rem;left:3.75rem;height:9.79589375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NxeoubKvHgsAvXZuXlDLJToqMDf42UX0 { position:absolute;display:block;z-index:15001;background-color:#712ba0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:1.25rem;left:14.375rem;display:block; }
#MLkhqvuXEqKEGNmFZunFtxDqoe2Scmdo { background-color:#712ba0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:19.810901641846rem;left:4.9662628173828rem;display:block; }
#OQdkMVDf4g7fwQfw39hAUOWCwHO9uSRy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MC0GnosLGP5SHn7x70u1xXfiOlS5FKwo { background-color:#712ba0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:23.75rem;left:4.9371452331543rem;display:block; }
#ybw4owSd6IdVPIecBJh6kkx74UBiGNp4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTapWZTqFQunxC38yPiZVfSSsrTUEwv7 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.5rem;left:15.625rem; }
#zOaK5ZsmoIEtAEoyF6TJu5n9ZPB2Hl3c { 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:31.1239375rem;width:25rem;top:1.25rem;left:32.499998092651rem;overflow:hidden;display:block; }
#ShzVznaiL3maPvlikOBVlkeNCGVpfMTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ShzVznaiL3maPvlikOBVlkeNCGVpfMTA > .row .container { background-color: transparent; background-image: none; }#ShzVznaiL3maPvlikOBVlkeNCGVpfMTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShzVznaiL3maPvlikOBVlkeNCGVpfMTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShzVznaiL3maPvlikOBVlkeNCGVpfMTA > .row .container > .video-iframe-container { display: none; }#ShzVznaiL3maPvlikOBVlkeNCGVpfMTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShzVznaiL3maPvlikOBVlkeNCGVpfMTA > .row > .video-iframe-container { display: none; }#ShzVznaiL3maPvlikOBVlkeNCGVpfMTA > .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); }#ShzVznaiL3maPvlikOBVlkeNCGVpfMTA > .row .container { border-width: 0; border-radius: 0; }#ShzVznaiL3maPvlikOBVlkeNCGVpfMTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ShzVznaiL3maPvlikOBVlkeNCGVpfMTA > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:60rem;position:relative;display:block; }#I293btvv3uMmgTeiufCtn6b4cgbLLbZC { color:#000000;display:block;width:58.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:3rem;left:0.9375rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qGuippfst7ct4TWiGDK3aMl5mMztRomP { color:#000000;display:block;width:58.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:8.6875rem;left:0.9375rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2d62ae, #441c55);background-image: -moz-linear-gradient(180deg, #2d62ae, #441c55);background-image: -ms-linear-gradient(180deg, #2d62ae, #441c55);background-image: -o-linear-gradient(180deg, #2d62ae, #441c55);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#441c55' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#441c55' );";background-image: linear-gradient(180deg, #2d62ae, #441c55);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { background-color: transparent; background-image: none; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container > .video-iframe-container { display: none; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row > .video-iframe-container { display: none; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .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); }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { border-width: 0; border-radius: 0; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:block; }#OtsMsG6D2sVvLbu7H5HhTsCEQf9ixOLw { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:13.9994375rem;top:4.9351921081543rem;left:7.9989337921144rem;overflow:hidden;display:block; }
#CfQALCiy9xHvH4K1QKtOA4UIaqaGqETW { position:absolute;display:block;z-index:15023;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:2.5rem;width:2.5rem;top:11.4375rem;left:8.875rem;overflow:hidden;display:block; }
#ownfD3T6UmgzybMW5RHq7RqByWJ2pmEc { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:11.4375rem;left:11.3125rem;overflow:hidden;display:block; }
#Kv9Dn3DuWcfrDH0VEEAz5RfCZNTm6GMS { color:#ffffff;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:14.4375rem;left:11rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xki7vmmdccv2ZgoTf2PCpbrwPfsCVTnW { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:11.4375rem;left:13.75rem;overflow:hidden;display:block; }
#nviyunNFnaGGE0UxlcqfQzv4uOLaXBRz { position:absolute;display:block;z-index:15026;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:2.5rem;width:2.5rem;top:11.4375rem;left:16.1875rem;overflow:hidden;display:block; }
#g0d9rN0f7pyoaaKtObGlJlIC186IpyiE { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:11.4375rem;left:18.625rem;overflow:hidden;display:block; }
#dIf1w0gx7qrt4XyKJpTko0hCo9Cn7Dfk { background-color:#ffcc00;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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#441c55;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:6.875rem;left:35.625rem;display:block; }
#vqdiwXxInlSJxHVPD38iQZPRTQNrSFWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GxFiysleJEC9uawf9Kofc96SV2MzGcET { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.6875rem;left:0rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#uzV7IOCq8AkcsVVdoJPQf39adJw4pJoR { background-color:#ffcc00;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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#441c55;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.0625rem;left:35.625rem;display:block; }
#TGoGZqefZXpGXA5PQf9EMD6r7KJNZhVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zinntZaClQ5Mgei4VVCZW8wGiS3SCskp { display:block; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfClgy2g0MLAzwkmKy3G4CByPsk3Nx2c { top:31.4375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1z7qNE1N7nP6vvOsOmJdguy52fvpECA { width:35.25rem;height:3rem;top:28.3125rem;left:6.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD7TJLtli6faVDn1UNdu7ONtvooVsasy { top:35.0625rem;left:2.5625rem;width:42.625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqKMzT124DPT5okrkuvRtJyKOzwXVwO0 { width:25rem;height:3.4375rem;top:41.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSNLfXN7TGEPs6WdVDwZ5edDNfsUyphF { display:block; }
 }@media only screen and (max-width: 763px) { #rlMGGCHEoigkbBgam1iEx5qGsdURuWZu { width:6.25rem;height:6.25rem;top:20.75rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdzeChAmlqQPO5CLMTpGybkg3totoOOZ { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWxBVM0VTRKbyG807ag8n0TDHhX7InlX { width:6.25rem;height:6.25rem;top:20.75rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVVSJxoJKRmRwpT2La8ndaRhhW24QSHT { width:6.25rem;height:6.25rem;top:20.75rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avZyBdFaC4DiD6lyoTyLRcuemnJOHwlQ { width:11.25rem;height:2.4375rem;top:8.6875rem;left:11.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG329QbxDRMLOOrz93g7r1WN8Cv4aiPk { top:8.75rem;left:23.5625rem;width:12.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJSeIlHioGhF37uH5eSZT9VB3NK94WHg { width:29rem;height:4rem;top:12.3125rem;left:9.375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJyDga33XWX3E4GNrWFqz2N6sEHD2mhi { top:21.6875rem;left:14.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTFTUUGkGrHqe1TUlw7lCf6yHnOBHZps { top:21.6875rem;left:28.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tokD9XTAvqtTrt77BtxdgzLwcX4xDvbD { top:21.6875rem;left:21.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXPTkAf9yivmAbUoawB7RneI0aVhZuTF { top:25.9375rem;left:0rem;width:16.4375rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rd1ysikMw5BVVUlzm5FmunI4KOWQ9pTm { top:21.6875rem;left:28.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKzfpR9zgfiKMBD0kNSDxsd9WmsTyyx5 { top:21.6875rem;left:21.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVi1B4AN5TCKpsGHgtpWwpCaPcK0tFxr { top:21.6875rem;left:14.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh { display:block; }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrfCL1nTHDORVXswh8IZ0LZSJ90dXUD6 { width:47.75rem;height:2.25rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlrLnhio9zyBtVHE1xNG2QD8fKSiObEp { top:5.5rem;left:0.4375rem;width:46.875rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOUEWBFafzFqmrWc9IF3LV6kzP3c4HrH { top:9.75rem;left:0rem;width:2.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU { display:block; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H789yxa3NIEkfUTtBN1ZoG5oQT05Wptk { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhicTJTc9H01UC50AsZoE4sCf6MlpoOk { display:block; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r40vTRc3iTwciD33r5B0Hbq5w0O4TzS7 { top:22.75rem;left:0rem;width:16.125rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7dE8cvGONTnso9CvQfDffyevMlAysE7 { top:3.625rem;left:16.375rem;width:31.375rem;height:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6bFT173yoDiMPlD3pP3RNZTekosQrcg { top:32.25rem;left:0rem;width:2.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnMVN702XmdaHIh5pMzX8ahQu2VUvkts { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks3TpeIpxkEnSBo54ERbzEv56dmz29pB { top:3.75rem;left:0rem;width:25rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 { display:block; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zqrmxzx5PuhaRXtxRZNDhyHflT6pwxuh { width:47.75rem;height:;top:1.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD55hTU61GudfpQz7oCCZrrKzoL1RPKo { top:6.9375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k47Btggh1M7VQF8fzwGO5niAaqFcN5Va { display:block; }#k47Btggh1M7VQF8fzwGO5niAaqFcN5Va > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2zEX2hPFqws5RpW0fKRgtgwRTI54do0 { width:10.5rem;height:18.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgL2ywWmuxRvWFNDpIpHJIOMiGNpmrIo { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5eNUiqrHPww2xhVaZ4oNFUPJUnRTURM { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5cEuSnnMhif1Z8zwva9JS23TxxRrMFy { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwAWGvRANhQ2M3QfdkzwlqTZJ1IROd1v { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlmhKiLkRhyO1BnbBwa2FzuIdbLt4qGE { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe6tPigobAFZRQTPiC1wJxQeZ9FHc9tb { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTsK1hUqlWTMgVO5fHVTii46b6uSiZ7l { width:10.5rem;height:18.75rem;top:1.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDBNq8o4Jq5HDQSIPJ7Diu2zroLt3yzn { display:block; }#fDBNq8o4Jq5HDQSIPJ7Diu2zroLt3yzn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6NtW0PFLuDhckA9z6hMKvV3cvu0fxkO { width:10.5625rem;height:18.75rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDXNusTO8HDPF61nClX1kSIwGO7pelhw { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdT6a0lJVdgxBy11RzQQp8AK9NzgmuCH { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTusmUlnZSmcnfa4TvSiQIbRwdrTIamv { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkyqM6wkw3xdxgipUp3qhwk2ol22vnMC { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA6kZsyEARMc9mNoTOheAFx5lQ3k6tAv { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn4RbNZycJuMO7oLw3CoCeZtqlx4E3Ax { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIXqx9TkkJ6wR8ba6dgG0Wm0iKOsubds { width:10.4375rem;height:18.75rem;top:0.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSSCLRl3B9oDDFphXRs5ReEEzhT3RToa { top:20.0625rem;left:0rem;width:2.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLlJgPZiP9zAslfvHv7hXJsFPlwtzIIp { display:block; }#TLlJgPZiP9zAslfvHv7hXJsFPlwtzIIp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRmMeBDo6LTfBbRU5UAkX0BIVTNuowN4 { width:47.75rem;height:3rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB60SPtwTmVJOvTC7SnoMlxhoCHEHpS9 { display:block; }#qB60SPtwTmVJOvTC7SnoMlxhoCHEHpS9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9AJ6Qofoxo8D1DwrbiM1x7iCR5wKzzu { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko6NLzL9L96KiugHt1ggHORdkzUftg2P { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxeoubKvHgsAvXZuXlDLJToqMDf42UX0 { width:6.25rem;height:6.25rem;top:1.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLkhqvuXEqKEGNmFZunFtxDqoe2Scmdo { width:25rem;height:3.4375rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQdkMVDf4g7fwQfw39hAUOWCwHO9uSRy { display:block; }
 }@media only screen and (max-width: 763px) { #MC0GnosLGP5SHn7x70u1xXfiOlS5FKwo { width:25rem;height:3.4375rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybw4owSd6IdVPIecBJh6kkx74UBiGNp4 { display:block; }
 }@media only screen and (max-width: 763px) { #QTapWZTqFQunxC38yPiZVfSSsrTUEwv7 { top:2.5rem;left:9.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOaK5ZsmoIEtAEoyF6TJu5n9ZPB2Hl3c { top:1.25rem;left:22.75rem;width:25rem;height:31.1239375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShzVznaiL3maPvlikOBVlkeNCGVpfMTA { display:block; }#ShzVznaiL3maPvlikOBVlkeNCGVpfMTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I293btvv3uMmgTeiufCtn6b4cgbLLbZC { top:3rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGuippfst7ct4TWiGDK3aMl5mMztRomP { top:8.6875rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH { display:block; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtsMsG6D2sVvLbu7H5HhTsCEQf9ixOLw { width:13.9375rem;height:4.3556437535437rem;top:4.875rem;left:4.9364337921142rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfQALCiy9xHvH4K1QKtOA4UIaqaGqETW { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ownfD3T6UmgzybMW5RHq7RqByWJ2pmEc { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv9Dn3DuWcfrDH0VEEAz5RfCZNTm6GMS { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xki7vmmdccv2ZgoTf2PCpbrwPfsCVTnW { width:4.0625rem;height:4rem;top:3rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nviyunNFnaGGE0UxlcqfQzv4uOLaXBRz { width:4.0625rem;height:4.0625rem;top:3rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0d9rN0f7pyoaaKtObGlJlIC186IpyiE { width:4rem;height:4rem;top:3rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIf1w0gx7qrt4XyKJpTko0hCo9Cn7Dfk { width:18.75rem;height:3.4375rem;top:6.875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqdiwXxInlSJxHVPD38iQZPRTQNrSFWB { display:block; }
 }@media only screen and (max-width: 763px) { #GxFiysleJEC9uawf9Kofc96SV2MzGcET { top:19.6875rem;left:0rem;width:47.75rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzV7IOCq8AkcsVVdoJPQf39adJw4pJoR { width:18.75rem;height:3.4375rem;top:11.0625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGoGZqefZXpGXA5PQf9EMD6r7KJNZhVU { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eU90ia5I/sekcja8_foto_tlo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container { display: none; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .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); } }@media only screen and (max-width: 763px) { #zinntZaClQ5Mgei4VVCZW8wGiS3SCskp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e964fcf-d589-4c84-aa45-a9068d427fdd/stellenbosch.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp.adaptive-delivery-prevent-bg, #zinntZaClQ5Mgei4VVCZW8wGiS3SCskp.lazyload, #zinntZaClQ5Mgei4VVCZW8wGiS3SCskp.lazyloading { background-image: none; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row .container { background-color: transparent; background-image: none; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,23,86,0.6); }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row .container > .video-iframe-container { display: none; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,23,86,0.6); }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row > .video-iframe-container { display: none; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .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); }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row .container { border-width: 0; border-radius: 0; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp::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; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zinntZaClQ5Mgei4VVCZW8wGiS3SCskp > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfClgy2g0MLAzwkmKy3G4CByPsk3Nx2c { width:16.4375rem;height:0;top:25.5625rem;left:1.75rem;font-size:1.125rem;line-height:1.4;font-family:raleway;display:none; }
 }@media only screen and (max-width: 763px) { #w1z7qNE1N7nP6vvOsOmJdguy52fvpECA { width:20rem;height:4.798825rem;top:21.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MD7TJLtli6faVDn1UNdu7ONtvooVsasy { width:17.8125rem;height:11.1953125rem;top:32.125rem;left:1.125rem;font-size:1rem;line-height:1.4;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #lqKMzT124DPT5okrkuvRtJyKOzwXVwO0 { width:20rem;height:3.4375rem;top:44.75rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;background-color:#fab816;background-image:none;color:#441c55;display:block; }
 }@media only screen and (max-width: 763px) { #pSNLfXN7TGEPs6WdVDwZ5edDNfsUyphF { display:block; }
 }@media only screen and (max-width: 763px) { #rlMGGCHEoigkbBgam1iEx5qGsdURuWZu { width:5.625rem;height:5.625rem;top:14.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdzeChAmlqQPO5CLMTpGybkg3totoOOZ { width:20rem;height:30.4375rem;top:17rem;left:0rem;background-color:#f0f0f0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lWxBVM0VTRKbyG807ag8n0TDHhX7InlX { width:5.625rem;height:5.625rem;top:14.5rem;left:7.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #TVVSJxoJKRmRwpT2La8ndaRhhW24QSHT { width:5.625rem;height:5.625rem;top:14.5rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avZyBdFaC4DiD6lyoTyLRcuemnJOHwlQ { width:8.5625rem;height:1.79980625rem;top:5.125rem;left:1rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG329QbxDRMLOOrz93g7r1WN8Cv4aiPk { width:8.625rem;height:1.625rem;top:5.1875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJSeIlHioGhF37uH5eSZT9VB3NK94WHg { width:20rem;height:3.5rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJyDga33XWX3E4GNrWFqz2N6sEHD2mhi { width:4.375rem;height:4.375rem;top:15.125rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTFTUUGkGrHqe1TUlw7lCf6yHnOBHZps { width:4.375rem;height:4.375rem;top:15.125rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tokD9XTAvqtTrt77BtxdgzLwcX4xDvbD { width:4.375rem;height:4.375rem;top:15.125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXPTkAf9yivmAbUoawB7RneI0aVhZuTF { width:16.4375rem;height:4.72265625rem;top:26rem;left:1.8125rem;font-size:1.125rem;line-height:1.4;font-family:raleway;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #rd1ysikMw5BVVUlzm5FmunI4KOWQ9pTm { width:4.375rem;height:4.375rem;top:15.125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKzfpR9zgfiKMBD0kNSDxsd9WmsTyyx5 { width:4.375rem;height:4.375rem;top:15.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVi1B4AN5TCKpsGHgtpWwpCaPcK0tFxr { width:4.375rem;height:4.375rem;top:15.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh { background-color:#471756;background-image:none;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; }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row .container { background-color: transparent; background-image: none; }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row .container > .video-iframe-container { display: none; }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row > .video-iframe-container { display: none; }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .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); }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row .container { border-width: 0; border-radius: 0; }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xlRoLaG1iU4PkaSdWCbe10hKig6MiLHh > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrfCL1nTHDORVXswh8IZ0LZSJ90dXUD6 { width:20rem;height:3.8994125rem;top:2.08740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlrLnhio9zyBtVHE1xNG2QD8fKSiObEp { width:17.9375rem;height:15.3935625rem;top:7.9375rem;left:1.03125rem;font-size:1rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AOUEWBFafzFqmrWc9IF3LV6kzP3c4HrH { width:2.5rem;height:1.375rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU { display:block; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H789yxa3NIEkfUTtBN1ZoG5oQT05Wptk { width:19rem;height:3.8496125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhicTJTc9H01UC50AsZoE4sCf6MlpoOk { display:block; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r40vTRc3iTwciD33r5B0Hbq5w0O4TzS7 { width:15.6875rem;height:3.41015625rem;top:52.515625rem;left:0.625rem;font-size:0.8125rem;line-height:1.4;color:#000000;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #Z7dE8cvGONTnso9CvQfDffyevMlAysE7 { width:18.625rem;height:35.4375rem;top:0.53125rem;left:0.75rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J6bFT173yoDiMPlD3pP3RNZTekosQrcg { width:2.5rem;height:1.375rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnMVN702XmdaHIh5pMzX8ahQu2VUvkts { width:20rem;height:57.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks3TpeIpxkEnSBo54ERbzEv56dmz29pB { width:18.75rem;height:14rem;top:37.9609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 { display:block; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zqrmxzx5PuhaRXtxRZNDhyHflT6pwxuh { width:20rem;height:4.19921875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QD55hTU61GudfpQz7oCCZrrKzoL1RPKo { width:19rem;height:7.875rem;top:6.69921875rem;left:0.5rem;font-size:0.9375rem;line-height:1.4;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #k47Btggh1M7VQF8fzwGO5niAaqFcN5Va { display:block; }#k47Btggh1M7VQF8fzwGO5niAaqFcN5Va > .row .container { width:20rem;height:96.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2zEX2hPFqws5RpW0fKRgtgwRTI54do0 { width:17.875rem;height:32.25rem;top:0.49560546875rem;left:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #HgL2ywWmuxRvWFNDpIpHJIOMiGNpmrIo { width:20rem;height:46.3125rem;top:0.49560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5eNUiqrHPww2xhVaZ4oNFUPJUnRTURM { width:17.875rem;height:9.1875rem;top:33.5615234375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #H5cEuSnnMhif1Z8zwva9JS23TxxRrMFy { width:17.5rem;height:1.21875rem;top:43.74755859375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwAWGvRANhQ2M3QfdkzwlqTZJ1IROd1v { width:20rem;height:46.9375rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlmhKiLkRhyO1BnbBwa2FzuIdbLt4qGE { width:17.75rem;height:1.21875rem;top:92.8125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe6tPigobAFZRQTPiC1wJxQeZ9FHc9tb { width:17.875rem;height:10.5rem;top:81.125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #JTsK1hUqlWTMgVO5fHVTii46b6uSiZ7l { width:17.875rem;height:31.875rem;top:48.5625rem;left:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #fDBNq8o4Jq5HDQSIPJ7Diu2zroLt3yzn { display:block; }#fDBNq8o4Jq5HDQSIPJ7Diu2zroLt3yzn > .row .container { width:20rem;height:99.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6NtW0PFLuDhckA9z6hMKvV3cvu0fxkO { width:17.875rem;height:31.125rem;top:1.5615234375rem;left:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sDXNusTO8HDPF61nClX1kSIwGO7pelhw { width:20rem;height:47.125rem;top:1.55810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdT6a0lJVdgxBy11RzQQp8AK9NzgmuCH { width:17.625rem;height:10.5rem;top:33.8115234375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #BTusmUlnZSmcnfa4TvSiQIbRwdrTIamv { width:17.5rem;height:1.21875rem;top:45.43505859375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkyqM6wkw3xdxgipUp3qhwk2ol22vnMC { width:20rem;height:45.625rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA6kZsyEARMc9mNoTOheAFx5lQ3k6tAv { width:17.75rem;height:1.21875rem;top:93.875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn4RbNZycJuMO7oLw3CoCeZtqlx4E3Ax { width:17.875rem;height:9.1875rem;top:83.625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #XIXqx9TkkJ6wR8ba6dgG0Wm0iKOsubds { width:17.875rem;height:32.0625rem;top:50.8125rem;left:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZSSCLRl3B9oDDFphXRs5ReEEzhT3RToa { width:2.5rem;height:1.375rem;top:96.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLlJgPZiP9zAslfvHv7hXJsFPlwtzIIp { display:block; }#TLlJgPZiP9zAslfvHv7hXJsFPlwtzIIp > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRmMeBDo6LTfBbRU5UAkX0BIVTNuowN4 { width:20rem;height:4.19921875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qB60SPtwTmVJOvTC7SnoMlxhoCHEHpS9 { display:block; }#qB60SPtwTmVJOvTC7SnoMlxhoCHEHpS9 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9AJ6Qofoxo8D1DwrbiM1x7iCR5wKzzu { width:20rem;height:29.437125rem;top:3.4055397510529rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko6NLzL9L96KiugHt1ggHORdkzUftg2P { width:15.9375rem;height:14.4375rem;top:7.6242895126344rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NxeoubKvHgsAvXZuXlDLJToqMDf42UX0 { width:6.25rem;height:6.25rem;top:0rem;left:6.875rem;background-color:#712ba0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MLkhqvuXEqKEGNmFZunFtxDqoe2Scmdo { width:18.75rem;height:3.4375rem;top:23.809480667114rem;left:0.62411212921143rem;font-size:1rem;font-weight:700;font-style:normal;background-color:#712ba0;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OQdkMVDf4g7fwQfw39hAUOWCwHO9uSRy { display:block; }
 }@media only screen and (max-width: 763px) { #MC0GnosLGP5SHn7x70u1xXfiOlS5FKwo { width:18.75rem;height:3.4375rem;top:27.871091842651rem;left:0.62411212921143rem;font-size:1rem;font-weight:700;font-style:normal;background-color:#712ba0;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ybw4owSd6IdVPIecBJh6kkx74UBiGNp4 { display:block; }
 }@media only screen and (max-width: 763px) { #QTapWZTqFQunxC38yPiZVfSSsrTUEwv7 { display:flex;width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #zOaK5ZsmoIEtAEoyF6TJu5n9ZPB2Hl3c { width:20rem;height:24.89915rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShzVznaiL3maPvlikOBVlkeNCGVpfMTA { display:block; }#ShzVznaiL3maPvlikOBVlkeNCGVpfMTA > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I293btvv3uMmgTeiufCtn6b4cgbLLbZC { width:18.4375rem;height:9.1875rem;top:1.8125rem;left:0.78125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qGuippfst7ct4TWiGDK3aMl5mMztRomP { width:18.4375rem;height:15.75rem;top:12.6875rem;left:0.78125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH { display:block; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtsMsG6D2sVvLbu7H5HhTsCEQf9ixOLw { width:14rem;height:4.375rem;top:3.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfQALCiy9xHvH4K1QKtOA4UIaqaGqETW { width:2.5rem;height:2.5rem;top:10.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ownfD3T6UmgzybMW5RHq7RqByWJ2pmEc { width:2.5rem;height:2.5rem;top:10.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv9Dn3DuWcfrDH0VEEAz5RfCZNTm6GMS { width:8rem;height:1.1998375rem;top:13.5rem;left:6rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xki7vmmdccv2ZgoTf2PCpbrwPfsCVTnW { width:2.5rem;height:2.5rem;top:10.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nviyunNFnaGGE0UxlcqfQzv4uOLaXBRz { width:2.5rem;height:2.5rem;top:10.125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0d9rN0f7pyoaaKtObGlJlIC186IpyiE { width:2.5rem;height:2.5rem;top:10.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIf1w0gx7qrt4XyKJpTko0hCo9Cn7Dfk { width:18.75rem;height:3.4375rem;top:17.124466896057rem;left:0.62411212921143rem;background-color:#ffcc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vqdiwXxInlSJxHVPD38iQZPRTQNrSFWB { display:block; }
 }@media only screen and (max-width: 763px) { #GxFiysleJEC9uawf9Kofc96SV2MzGcET { width:20rem;height:1.4619125rem;top:27.248757362366rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzV7IOCq8AkcsVVdoJPQf39adJw4pJoR { width:18.75rem;height:3.4375rem;top:21.364524841309rem;left:0.62411212921143rem;background-color:#ffcc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TGoGZqefZXpGXA5PQf9EMD6r7KJNZhVU { display:block; }
 }