.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,237,217;--color-primary-1:254,202,140;--color-primary-2:253,166,63;--color-primary-3:255,83,53;--color-primary-4:248,135,41;--color-secondary-0:236,226,246;--color-secondary-1:192,158,226;--color-secondary-2:128,61,196;--color-secondary-3:64,31,98;--color-secondary-4:19,9,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt2SuiJT4xTVkkvTr49kpIMGE6VTMMSc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lt2SuiJT4xTVkkvTr49kpIMGE6VTMMSc > .row .container { background-color: transparent; background-image: none; }#lt2SuiJT4xTVkkvTr49kpIMGE6VTMMSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt2SuiJT4xTVkkvTr49kpIMGE6VTMMSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt2SuiJT4xTVkkvTr49kpIMGE6VTMMSc > .row .container > .video-iframe-container { display: none; }#lt2SuiJT4xTVkkvTr49kpIMGE6VTMMSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt2SuiJT4xTVkkvTr49kpIMGE6VTMMSc > .row > .video-iframe-container { display: none; }#lt2SuiJT4xTVkkvTr49kpIMGE6VTMMSc > .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); }#lt2SuiJT4xTVkkvTr49kpIMGE6VTMMSc > .row .container { border-width: 0; border-radius: 0; }#lt2SuiJT4xTVkkvTr49kpIMGE6VTMMSc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lt2SuiJT4xTVkkvTr49kpIMGE6VTMMSc > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#n5vGXppGGweJTWdFxwElhsUoNmUhSLLE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:8.4375rem;top:1.5625rem;left:3.0621337890625rem;overflow:hidden;display:block; }
#bNxd1XyQImUIy5GitoGeOn7RzlGdMr1U { z-index:15004;top:1.312255859375rem;left:61.68701171875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(130,85,176,0.47) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8108125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HHrcZF9qCGUUcJEHXuVMGViDFV1aePCK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { background-color: transparent; background-image: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container > .video-iframe-container { display: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container { display: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .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); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { border-width: 0; border-radius: 0; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:0.9375rem;left:43.625rem;height:5.399175rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { background-color: transparent; background-image: none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container > .video-iframe-container { display: none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container { display: none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .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); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { border-width: 0; border-radius: 0; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#uKZNxzN4QxQugiiDqKITDZdTPoqHWc4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:24.49951171875rem;left:53rem;height:1.49963125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LLDpr1ombkrWuN5KD7BC2qK4gBU3KriS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:25.999755859375rem;left:53rem;height:7.437125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JTSH1g5TM5Q7b9LbdevMTop3nJlOoRxE { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.812375rem;width:0.812375rem;top:4.592041015625rem;left:25.5rem;display:block; }
#aBOOfZp1da3CCiTVHycXfVO5dWT1GNoD { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:1.25rem;top:4.9368896484375rem;left:24.25rem;display:block; }
#M5ziuSyC2PxBfT5JoJSSZW6AkeIUG8u2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:20.562133789062rem;left:8.8125rem;height:5.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOHkImVh6KdWIHyoeQzqi8lyUi8WMJZt { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:19.124755859375rem;left:8.8125rem;height:1.49963125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f9WIyMmv6ilcu4nW9saFZbu8bWTwf48w { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:19.437255859375rem;left:25.8125rem;display:block; }
#TTRwc3p14k2zyqg8DMvV5kkaoGg2A1pC { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:19.81201171875rem;left:22.875rem;display:block; }
#OPig41zSmRQMLgpFmuF1PtqRpE8xB3Dm { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:15.999145507812rem;left:53.0625rem;height:4.46228125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gs4IftgU60I36KhRsDyTwplMyWHvsFoB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:14.436645507812rem;left:53.0625rem;height:1.49963125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DlXPM4DiVpAJSWTTa8Ol3wEDOSLT1N12 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:5.7498779296875rem;left:9.5rem;height:4.46228125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lFV0H7Q8rP9ow6BMvRHNwBuc3kSxWXBz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:4.1873779296875rem;left:9.5625rem;height:1.49963125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KMcyRFfcWhwdk7htS4naOVAZRDuBAvRg { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:1.25rem;top:25.186767578125rem;left:50.875rem;display:block; }
#UWI0dIVCHB6hhRtb9ra6wTuxwWAu92TB { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.81176875rem;width:0.81176875rem;top:24.843139648438rem;left:50.125rem;display:block; }
#hs7inRFlL6E2Iwm1oKtZ8mMON53O8d64 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:14.686279296875rem;left:50.1875rem;display:block; }
#kGf3y9W0gZlXSIopPNcC3KW75virPJMA { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:1.5625rem;top:15.061645507812rem;left:51rem;display:block; }
#zZucRWo3UROuPWrERHLo3uxmSyFeIp6n { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:13.600463867188rem;left:66.125rem; }
#FGTxzV3BH1O8iRXXCNzGh4EoBVZZEb9Z { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:4.467041015625rem;left:6.10107421875rem; }
#UQHKoqnN67lpsGakngVZ9VTa953wSa0p { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:19.18701171875rem;left:5.5625rem; }
#zsnxrxzpzQK38xG54ZqCJskGilI29CUb { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:23.905639648438rem;left:66.375rem; }
#ExweLOAGMvCfvEtrJniK1pELqsmvuZIZ { position:absolute;display:block;z-index:15002;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:36.5rem;width:25.3125rem;top:-0.469970703125rem;left:25.875rem;overflow:hidden;display:block; }
#iw9NpQuL2Tpm6Mraihc1iIx1H8pdInwJ { color:rgba(var(--color-primary-2),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:2.8759765625rem;left:61.4990234375rem;height:1.3494875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#USRKTEJ8E4Afdtwy460rHTTEiMhVgNRu { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:1.25rem;top:25.186767578125rem;left:50.875rem;display:none; }
#crq0LpntJdGyVAfW54cmlE6erELWcb1T { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:1.25rem;top:25.186767578125rem;left:50.875rem;display:none; }
#hJ6dqaIfvWwehT5K0gMMN6zXuRRN9rfv { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:1.25rem;top:25.186767578125rem;left:50.875rem;display:none; }
#KuxXFvmRBQSMbMioJHqZnMy3smeGNwMd { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:1.25rem;top:25.186767578125rem;left:50.875rem;display:none; }
#PJ7bv14VyOpNETBAlO85oQl617JnsToA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { border-width: 0; border-radius: 0; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#k6KaIhqurk04EmaAJkc7fqkRsqIQ2zgF { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.75rem;left:8.625rem;height:8.812875rem;font-style:normal;display:block; }
#qyHKiCZbgRQ8UFI25ngQqQnamdiwtGGP { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:13.3125rem;left:8.625rem;height:8.549825rem;font-style:normal;display:block; }
#vEmuuAM4cL4dc2mXntAIAhTq9s8EGfan { z-index:15003;top:23.56103515625rem;left:8.5625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(130,85,176,0.47) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5608125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bLUUJdKCTgnJCi8xO52tP2sZHtA3u3tD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oMVJBIhyq6MRsPWW1X3fWnwbCSkyT8xx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:10.625rem;left:42.4375rem;overflow:hidden;display:block; }
#gL4cVFmCAWnP7Q1HM0iqCwBBSeFHk0i0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:5rem;top:22rem;left:50.1875rem;overflow:hidden;display:block; }
#Zr2i46XCat1g3CK3MvDp556S8e4J81TQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:17.5rem;left:44.9375rem;overflow:hidden;display:block; }
#IElsUNvE3rt8c2MmE6VqMT8OqnrDUPfQ { position:absolute;display:block;z-index:15008;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.5625rem;width:3.5625rem;top:17.5rem;left:57.5rem;overflow:hidden;display:block; }
#TWfr0OOD1ggzWV6gTGf7Tqdz8RklC1G3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
#OwGN2XLdMBPvxVI3tvrtbTM5iX36sFrv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:14.3125rem;width:14.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:.21;top:9.5rem;left:45.5625rem; }
#ZWkcdQMaeiLbWzNdgH8pyGwg07OLiMnK { position:absolute;display:block;z-index:15016;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:3.9995125rem;width:3.9995125rem;top:8.0625rem;left:50.1875rem;overflow:hidden;display:block; }
#O5QaKmFFVwtmOegp8AlfqEU4eTXbnUSv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O5QaKmFFVwtmOegp8AlfqEU4eTXbnUSv > .row .container { background-color: transparent; background-image: none; }#O5QaKmFFVwtmOegp8AlfqEU4eTXbnUSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5QaKmFFVwtmOegp8AlfqEU4eTXbnUSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5QaKmFFVwtmOegp8AlfqEU4eTXbnUSv > .row .container > .video-iframe-container { display: none; }#O5QaKmFFVwtmOegp8AlfqEU4eTXbnUSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5QaKmFFVwtmOegp8AlfqEU4eTXbnUSv > .row > .video-iframe-container { display: none; }#O5QaKmFFVwtmOegp8AlfqEU4eTXbnUSv > .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); }#O5QaKmFFVwtmOegp8AlfqEU4eTXbnUSv > .row .container { border-width: 0; border-radius: 0; }#O5QaKmFFVwtmOegp8AlfqEU4eTXbnUSv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5QaKmFFVwtmOegp8AlfqEU4eTXbnUSv > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#K5JqHEulW6WlEAAKlocu5xM8tbsdJ8cV { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0885009765625rem;left:3.1875rem;height:2.9235875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AKl8GyfGSqXq4lwm66w8CyIEdmIOfTnQ { position:absolute;display:block;z-index:15003;background-color:#ff1c41;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.125rem;left:2rem;display:block; }
#OS3FHv09PVGBTrFsWMinDI6ypJ6LZ5Ap { position:absolute;display:block;z-index:15009;background-color:#0f18a3;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.125rem;left:21.25rem;display:block; }
#PnAqBukbexItsShQntrNUSbygaBxblgb { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0885009765625rem;left:22.375rem;height:2.9235875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QqvqWUVnwVlkD9KgZKsgdCHKi7UIasCS { position:absolute;display:block;z-index:15015;background-color:#ff1c41;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.125rem;left:40rem;display:block; }
#ic9Td2HXzLOi4aHgfsIVTnEFVLlupluS { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.0885009765625rem;left:41.125rem;height:2.92358125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2O4g9H1cVrm0uQWTsWL1EU9pmGXFrml { position:absolute;display:block;z-index:15021;background-color:#0f18a3;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.125rem;left:58.6875rem;display:block; }
#Fupx63OGRtHB7780NMHzeNwuQzgypfNQ { color:#050b26;display:block;width:11.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.08837890625rem;left:59.875rem;height:2.92358125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G7St4h9XWIZKMfDEdKvJpAk5uXv6rnug { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.6875rem;width:14.0625rem;top:1.6875rem;left:21.25rem;display:block; }
#zkpTicTVxXU2BZvIZF1I7iuNaFT2qwad { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.625rem;width:14.0625rem;top:1.75rem;left:2rem;display:block; }
#eAdm5FB8oGNSvNRwkbS5i4G5J5vuRKDg { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.75rem;width:14.0625rem;top:1.6875rem;left:39.9375rem;display:block; }
#wnuTnOLfW4fzsZtlJPcCpeSEpMon710C { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.6875rem;width:14.0625rem;top:1.6875rem;left:58.75rem;display:block; }
#kJErWk1NhSUrCy4wx0TgZM5K6lxTLISE { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:8.125rem;left:7.1875rem;display:block; }
#LpVImIVWywqSqlwK2lWb9dLAOFLOwKb3 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.125rem;width:1.125rem;top:9.12451171875rem;left:28.625rem;display:block; }
#kIfdHh43GbnPueAfOA4uCM0yqn7xe19U { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2rem;width:2rem;top:9.375rem;left:47.125rem;display:block; }
#Jo5hXzl2AHkrwzVrQx9rLTKKM4HUdX3c { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.49963125rem;width:1.49963125rem;top:7.1246337890625rem;left:64.4375rem;display:block; }
#RfEfUbBerTG2zPSuKaZVuMIcChGTphBJ { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:9.75rem;left:9.6875rem;display:block; }
#Z1rh23EkPrh5qUffurxPJNmtXPiawXKM { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.4375rem;top:8.6248779296875rem;left:25.9375rem;display:block; }
#XB84OMz9fTx2hxAqinqoeNaF9N7wA2vi { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:7.8125rem;left:44.75rem;display:block; }
#hRweMnQAyJHDP6myXEcrT4n6H4rS6Flk { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:9rem;left:67.1875rem;display:block; }
#TfWPqWwa0BuZQJZWQntwlZCaRXIsZHxl { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:7.093505859375rem;left:7.625rem; }
#Upl3qwzBlLM082u6Va0kWIqGDXSEySNJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:7.249755859375rem;left:26.5625rem; }
#SNqo3rZOfcAV7gmVkBQkgSw13RtXhSCG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:7.249755859375rem;left:45.3125rem; }
#EQAuPuW7o7wrm3LrDTKOqLDn3w3QTVnc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:7.249755859375rem;left:64.0625rem; }
#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/0OXXP90N/circle_background.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM.adaptive-delivery-prevent-bg, #dAOymUlZvp70x0dJWt5nFhitfJwTa1AM.lazyload, #dAOymUlZvp70x0dJWt5nFhitfJwTa1AM.lazyloading { background-image: none; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row .container { background-color: transparent; background-image: none; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row .container > .video-iframe-container { display: none; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row > .video-iframe-container { display: none; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .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); }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row .container { border-width: 0; border-radius: 0; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#kRhpKOrSXHGzN8haI4id5tKhL8F8igJE { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:8.5rem;left:0rem;height:2.6245125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFKQMkEGlmCzAIEywdSTqATnXTqPxoKm { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.875rem;left:0rem;height:1.64978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tikkTJUXwoGBPAK0c6Z0CftiVnlpuMwe { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:8.875rem;left:27.5rem;height:1.64978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AiPoBDXL5A2BF8nXU7CL1z6zbJnvgvsf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:20.75rem;left:53.8125rem;height:8.49609375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h9zRul4UNMbBhGBvTbOpKnz3vy4uUdfD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:20.75rem;left:4.4375rem;height:8.49609375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dJcayEQOh6LexQ9u9WGNyooZnK08xeMN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:20.75rem;left:28.1875rem;height:8.49609375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZgQ6iUB9fA3N8MUWXwhrxWTSq0HpANyr { position:absolute;display:block;z-index:15022;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.3125rem;width:2.3125rem;top:31.625rem;left:43.3125rem;overflow:hidden;display:block; }
#ylNzeRWEnSSDwFI0O1Z8G51QRS9AdULX { position:absolute;display:block;z-index:15017;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:3.375rem;width:3.375rem;top:31.1875rem;left:8rem;overflow:hidden;display:block; }
#fmRXxKJiXV7xe9fyzhVTNKFb5hNobTh4 { position:absolute;display:block;z-index:15018;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.3125rem;width:3.0625rem;top:31.6875rem;left:4.625rem;overflow:hidden;display:block; }
#rThCzf6KumxJrvEFFkA6eZtQ7RtdcUcT { position:absolute;display:block;z-index:15019;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.3125rem;width:2.3125rem;top:31.625rem;left:55.375rem;overflow:hidden;display:block; }
#tKEwRQtZxvUM8Cu3Kv8f0QRHV11CePPd { position:absolute;display:block;z-index:15020;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.3125rem;width:2.3125rem;top:31.8125rem;left:29.875rem;overflow:hidden;display:block; }
#BkrRd1dJXdTiDgmvqi8h6IVlURLbIdNS { position:absolute;display:block;z-index:15020;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.3125rem;width:1.875rem;top:31.625rem;left:58.5rem;overflow:hidden;display:block; }
#nGKbTwud6vM9ihiNySD45hChkB07l2Ng { position:absolute;display:block;z-index:15021;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.3125rem;width:2.3125rem;top:31.625rem;left:61.25rem;overflow:hidden;display:block; }
#FBDyZAE7m3aczbyzGBwvrU2xn8A6enb3 { position:absolute;display:block;z-index:15019;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.3125rem;width:3.0625rem;top:31.8125rem;left:33rem;overflow:hidden;display:block; }
#R3G3yeXtLLorVJ7GU5ykmZPB0qAJ4Adq { position:absolute;display:block;z-index:15021;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.3125rem;width:1.875rem;top:31.8125rem;left:37.1875rem;overflow:hidden;display:block; }
#AL0k8mz69i2FaCrPiwa10wrf8RvVLQwa { position:absolute;display:block;z-index:15022;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.3125rem;width:2.3125rem;top:31.8125rem;left:40rem;overflow:hidden;display:block; }
#wqitae535GSlwmioWgZllIHrBGgOJt01 { 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.3125rem;width:1.625rem;top:31.6875rem;left:12.0625rem;overflow:hidden;display:block; }
#JQfG1dauAOwBMIiyF9JOHLVJTvh4VleN { 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.875rem;width:2.875rem;top:31.4375rem;left:14.4375rem;overflow:hidden;display:block; }
#Jl64ypk24tulduDZ83uBvboy68QSTnZd { 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.3125rem;width:2.3125rem;top:31.625rem;left:67.375rem;overflow:hidden;display:block; }
#SZivwz2CwkExt2WhQNfqNtHOvxai4ZVW { 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:3.3125rem;width:3.3125rem;top:31.125rem;left:63.8125rem;overflow:hidden;display:block; }
#OTQDLEFBu8vD0ZkJITf2wedFb7f7tvkp { color:rgba(var(--color-tertiary-0),1);display:block;width:20.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:8.98681640625rem;left:52.467651367188rem;height:1.64978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cn84s4zNNI2w3VPXTLLfgtyJG7bUROkE { 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.4375rem;width:2.4375rem;top:31.5625rem;left:17.75rem;overflow:hidden;display:block; }
#h8MVpZANwb0g6OGMiCLDTC9wL2R0KQrN { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:5.37475625rem;width:18.937375rem;top:13.1875rem;left:53rem;overflow:hidden;display:block; }
#JlAFc3XpBDB6H5RlHSSKbT4aOgMM5vqW { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:5.3125rem;width:18.4375rem;top:13.1875rem;left:28rem;overflow:hidden;display:block; }
#zzVR7nG15JwEQ30rit9fOgqybTaFlrGO { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:5.25rem;width:18.4375rem;top:13.25rem;left:3.3125rem;overflow:hidden;display:block; }
#GbTf1CtuFHzET3x2caTzWE6X7quozo3r { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#c5wcW2DiByBRmxXh4VdVVcHFnvTJZA6F { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#HWBoJkg2ztmdzsB3iGazWQCxR4VnVGHm { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:2.8118896484375rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qBJIGH8SDBT9KUCKL9fDkOg0ItoRMM3U { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3396fe;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;z-index:auto;display:block; }#qBJIGH8SDBT9KUCKL9fDkOg0ItoRMM3U > .row .container { background-color: transparent; background-image: none; }#qBJIGH8SDBT9KUCKL9fDkOg0ItoRMM3U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBJIGH8SDBT9KUCKL9fDkOg0ItoRMM3U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBJIGH8SDBT9KUCKL9fDkOg0ItoRMM3U > .row .container > .video-iframe-container { display: none; }#qBJIGH8SDBT9KUCKL9fDkOg0ItoRMM3U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBJIGH8SDBT9KUCKL9fDkOg0ItoRMM3U > .row > .video-iframe-container { display: none; }#qBJIGH8SDBT9KUCKL9fDkOg0ItoRMM3U > .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); }#qBJIGH8SDBT9KUCKL9fDkOg0ItoRMM3U > .row .container { border-width: 0; border-radius: 0; }#qBJIGH8SDBT9KUCKL9fDkOg0ItoRMM3U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qBJIGH8SDBT9KUCKL9fDkOg0ItoRMM3U > .row .container { font-size:0.875rem;font-family:"open sans";height:6.0625rem;width:75rem;position:relative;display:block; }#wN6kmfluZPXJHkdRZf9dUKowixNNWCVO { display:block;width:20rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:2.3125rem;left:27.75rem;height:1.13769375rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZutGC9rXBskrDVeMszRGgdwmM3ikHT8T { display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.3125rem;left:8.375rem;height:1.13769375rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.3025rem;padding-right:0.269375rem;padding-bottom:0.3025rem;padding-left:0.269375rem;display:block;align-items:center;width:1.616875rem;min-width:1.616875rem;height:1.625625rem;position:relative;font-family:"open sans";font-size:1.21rem;font-weight:700;line-height:26.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.18875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.155625rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.45375rem;font-weight:400;line-height:10.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.625rem;height:3.481875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.3125rem;left:12.1875rem;z-index:15000; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #t3qkCGW8iy6cfvA83wDatJ3EZ9kVzkqN { display:flex;position:relative;top:0rem;left:0rem; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #Z51Ws0IJC5uB4NXvWuwnHI2RxkS6lgU6 { width:auto; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #Wn99TAixQ1bi47PZwJ0AaUE3oDSC6GOC {  }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #v7rJGCsquZt3ulPiU0D8KGtPHL52uVbI { display:flex;position:relative;top:0rem;left:0rem; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #dJbVaEepE3A1mgPqguTptUHu185oR7wV {  }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #WcQrbIpJsVefeQvr5ZQwpJrCxS7xTFTC {  }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #eQ3xtKkO1ArUdewH3xHlaBRQG9LOrUvT { display:flex;position:relative;top:0rem;left:0rem; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #lDU30anozxMvkWO1exrq8puL5su4TaAE {  }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #K5bn9gFCg5Lp2ucfDkGnSrwqsSC65Uyh {  }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #zGz4AIJFRDGtmGNyHpaz4VZVrupdXbZK { display:flex;position:relative;top:0rem;left:0rem; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #WECkTVxWfTRTGtTrBEpAKd50ONO3R7yf {  }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #CKnSfnDVc6hHqur7ViTqEmuoRBf7uNM9 {  }
#GQ7Jo1XElDyQLDDiJTM94S1aDu0q9lsy { z-index:15005;top:1.625rem;left:51rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(130,85,176,0.47) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#B29W7yTekpSOyR83ORnAQ7ibTclIKpS9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { position:relative;display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { background-color: transparent; background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .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); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { border-width: 0; border-radius: 0; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:24rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#O1SFkedwIcGkD8RS0HoJgzFaGdNkmaa8 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.937125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.561767578125rem;left:4.375rem;height:2.6245125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nBVOcvXoFPrlJ9JbIWKsVIu7kApvpe0w { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:7.1185302734375rem;left:4.437255859375rem;height:9.56115625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTT5yECVTBq4sxVDQVEcavVILZAwLV3h { position:absolute;display:block;z-index:15001;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:6rem;width:18.75rem;top:6.8125rem;left:46.875rem;overflow:hidden;display:block; }
#yBs0VMpmlBDK6PmGIPr7m2bkEpDxFa4W { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:18.75rem;top:10.4375rem;left:46.875rem;overflow:hidden;display:block; }
#i7MsgFIr0Pr1ilO2WTRUVuvitzUPcctE { background-color:#3396fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:14.375rem;left:48.5625rem;display:block; }
#DDxCcVkZBGtnlIFgRD5hkoHCAN5UddWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8nhfaNmHV6TZqlHq3cuo2dIuqkpK7GJ { z-index:15007;top:19.186401367188rem;left:4.375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(130,85,176,0.47) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#idWksdc6Usx0FcSW6ZoPs5HKAJ8OpBUe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w3SID5K6zLhe8Ztoxb8HIglCEK9z5DNB { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#P1ppRbSUM65a8Ig3bkQ9HE65f5u8izxh { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#HVEb7gq5pmbfk5Rq7R9HTHuoXADlc9JC { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HVEb7gq5pmbfk5Rq7R9HTHuoXADlc9JC > .row .container { background-color: transparent; background-image: none; }#HVEb7gq5pmbfk5Rq7R9HTHuoXADlc9JC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVEb7gq5pmbfk5Rq7R9HTHuoXADlc9JC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVEb7gq5pmbfk5Rq7R9HTHuoXADlc9JC > .row .container > .video-iframe-container { display: none; }#HVEb7gq5pmbfk5Rq7R9HTHuoXADlc9JC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVEb7gq5pmbfk5Rq7R9HTHuoXADlc9JC > .row > .video-iframe-container { display: none; }#HVEb7gq5pmbfk5Rq7R9HTHuoXADlc9JC > .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); }#HVEb7gq5pmbfk5Rq7R9HTHuoXADlc9JC > .row .container { border-width: 0; border-radius: 0; }#HVEb7gq5pmbfk5Rq7R9HTHuoXADlc9JC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HVEb7gq5pmbfk5Rq7R9HTHuoXADlc9JC > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#ddoLFdFED3QuHLVUgISvoSaPkEKkfyKA { color:rgba(var(--color-tertiary-0),1);display:block;width:20.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.99951171875rem;left:27.40478515625rem;height:3.07434375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lpAJRDI9P6Jn9oRvwTwvqkFH9CvXmSm7 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.72119140625rem;left:-0.125rem;display:block; }
#WBDn207KxcgAsF7CJpC9DQKpQMT94SzE { position:absolute;display:block;z-index:15007;height:53.625rem;width:71.9375rem;top:6.4996337890625rem;left:1.5618896484375rem;display:block; }
#PLNTMQPq2mct5zF7se05ZxZLVTuqfE0D { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PLNTMQPq2mct5zF7se05ZxZLVTuqfE0D > .row .container { background-color: transparent; background-image: none; }#PLNTMQPq2mct5zF7se05ZxZLVTuqfE0D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLNTMQPq2mct5zF7se05ZxZLVTuqfE0D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLNTMQPq2mct5zF7se05ZxZLVTuqfE0D > .row .container > .video-iframe-container { display: none; }#PLNTMQPq2mct5zF7se05ZxZLVTuqfE0D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLNTMQPq2mct5zF7se05ZxZLVTuqfE0D > .row > .video-iframe-container { display: none; }#PLNTMQPq2mct5zF7se05ZxZLVTuqfE0D > .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); }#PLNTMQPq2mct5zF7se05ZxZLVTuqfE0D > .row .container { border-width: 0; border-radius: 0; }#PLNTMQPq2mct5zF7se05ZxZLVTuqfE0D > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PLNTMQPq2mct5zF7se05ZxZLVTuqfE0D > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#AOpX1hNrO86h2fnbzpcWWLCeC3UxtFdE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.06213125rem;width:8.937375rem;top:1.9373779296875rem;left:50.810546875rem;overflow:hidden;display:block; }
#vLqABdZq2Vmr3es6r5IKr2pXVBGZk7tW { color:rgba(var(--color-tertiary-0),1);display:block;width:20.2484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.3748779296875rem;left:4.249267578125rem;height:1.499025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OE48ubfOP5PnNaX0AR5ms2JroifzF3bT { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.72119140625rem;left:-0.125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lt2SuiJT4xTVkkvTr49kpIMGE6VTMMSc { display:block; }#lt2SuiJT4xTVkkvTr49kpIMGE6VTMMSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5vGXppGGweJTWdFxwElhsUoNmUhSLLE { width:8.4375rem;height:2.9375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNxd1XyQImUIy5GitoGeOn7RzlGdMr1U { top:1.25rem;left:38rem;width:9.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHrcZF9qCGUUcJEHXuVMGViDFV1aePCK { display:block; }
 }@media only screen and (max-width: 763px) { #TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { display:block; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { top:0.9375rem;left:19.5625rem;width:28.1875rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { display:block; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKZNxzN4QxQugiiDqKITDZdTPoqHWc4Q { top:24.4375rem;left:33.5rem;width:14.25rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLDpr1ombkrWuN5KD7BC2qK4gBU3KriS { top:25.9375rem;left:36.3125rem;width:11.4375rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTSH1g5TM5Q7b9LbdevMTop3nJlOoRxE { top:4.5625rem;left:11.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBOOfZp1da3CCiTVHycXfVO5dWT1GNoD { top:4.875rem;left:10.625rem;width:1.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ziuSyC2PxBfT5JoJSSZW6AkeIUG8u2 { top:20.5rem;left:0rem;width:14.5625rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOHkImVh6KdWIHyoeQzqi8lyUi8WMJZt { top:19.0625rem;left:0rem;width:14.75rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9WIyMmv6ilcu4nW9saFZbu8bWTwf48w { top:19.375rem;left:12.1875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTRwc3p14k2zyqg8DMvV5kkaoGg2A1pC { top:19.75rem;left:9.25rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPig41zSmRQMLgpFmuF1PtqRpE8xB3Dm { top:15.9375rem;left:33.375rem;width:14.375rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs4IftgU60I36KhRsDyTwplMyWHvsFoB { top:14.375rem;left:33rem;width:14.75rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlXPM4DiVpAJSWTTa8Ol3wEDOSLT1N12 { top:5.6875rem;left:0rem;width:14.75rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFV0H7Q8rP9ow6BMvRHNwBuc3kSxWXBz { top:4.125rem;left:0rem;width:16.625rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMcyRFfcWhwdk7htS4naOVAZRDuBAvRg { top:25.125rem;left:37.25rem;width:1.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWI0dIVCHB6hhRtb9ra6wTuxwWAu92TB { top:24.8125rem;left:36.5rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs7inRFlL6E2Iwm1oKtZ8mMON53O8d64 { top:14.625rem;left:36.5625rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGf3y9W0gZlXSIopPNcC3KW75virPJMA { top:15rem;left:37.375rem;width:1.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZucRWo3UROuPWrERHLo3uxmSyFeIp6n { width:2.8125rem;height:2.8125rem;top:13.5625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGTxzV3BH1O8iRXXCNzGh4EoBVZZEb9Z { width:2.8125rem;height:2.8125rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQHKoqnN67lpsGakngVZ9VTa953wSa0p { width:2.8125rem;height:2.8125rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsnxrxzpzQK38xG54ZqCJskGilI29CUb { width:2.8125rem;height:2.8125rem;top:23.875rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExweLOAGMvCfvEtrJniK1pELqsmvuZIZ { top:-0.4375rem;left:12.25rem;width:25.3125rem;height:36.499625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw9NpQuL2Tpm6Mraihc1iIx1H8pdInwJ { top:2.875rem;left:37.4375rem;width:10.3125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USRKTEJ8E4Afdtwy460rHTTEiMhVgNRu { top:25.125rem;left:37.25rem;width:1.25rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #crq0LpntJdGyVAfW54cmlE6erELWcb1T { top:25.125rem;left:37.25rem;width:1.25rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJ6dqaIfvWwehT5K0gMMN6zXuRRN9rfv { top:25.125rem;left:37.25rem;width:1.25rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuxXFvmRBQSMbMioJHqZnMy3smeGNwMd { top:25.125rem;left:37.25rem;width:1.25rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6KaIhqurk04EmaAJkc7fqkRsqIQ2zgF { top:2.6875rem;left:0rem;width:32.1875rem;height:8.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyHKiCZbgRQ8UFI25ngQqQnamdiwtGGP { top:13.25rem;left:0rem;width:30.9375rem;height:8.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEmuuAM4cL4dc2mXntAIAhTq9s8EGfan { top:23.5rem;left:0rem;width:8.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLUUJdKCTgnJCi8xO52tP2sZHtA3u3tD { display:block; }
 }@media only screen and (max-width: 763px) { #oMVJBIhyq6MRsPWW1X3fWnwbCSkyT8xx { top:10.625rem;left:28.8125rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL4cVFmCAWnP7Q1HM0iqCwBBSeFHk0i0 { top:21.9375rem;left:36.5625rem;width:5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr2i46XCat1g3CK3MvDp556S8e4J81TQ { top:17.5rem;left:31.3125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IElsUNvE3rt8c2MmE6VqMT8OqnrDUPfQ { top:17.5rem;left:43.875rem;width:3.5rem;height:4.4829467892098rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWfr0OOD1ggzWV6gTGf7Tqdz8RklC1G3 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwGN2XLdMBPvxVI3tvrtbTM5iX36sFrv { top:9.4375rem;left:31.9375rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWkcdQMaeiLbWzNdgH8pyGwg07OLiMnK { top:8rem;left:36.5625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5QaKmFFVwtmOegp8AlfqEU4eTXbnUSv { display:block; }#O5QaKmFFVwtmOegp8AlfqEU4eTXbnUSv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5JqHEulW6WlEAAKlocu5xM8tbsdJ8cV { width:11.375rem;height:2.875rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKl8GyfGSqXq4lwm66w8CyIEdmIOfTnQ { width:14.0625rem;height:0.0625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS3FHv09PVGBTrFsWMinDI6ypJ6LZ5Ap { width:14.0625rem;height:0.0625rem;top:13.125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnAqBukbexItsShQntrNUSbygaBxblgb { width:11.375rem;height:2.875rem;top:3.0625rem;left:12.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqvqWUVnwVlkD9KgZKsgdCHKi7UIasCS { width:14.0625rem;height:0.0625rem;top:13.125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic9Td2HXzLOi4aHgfsIVTnEFVLlupluS { width:11.375rem;height:2.875rem;top:3.0625rem;left:24.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2O4g9H1cVrm0uQWTsWL1EU9pmGXFrml { width:14.0625rem;height:0.0625rem;top:13.125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fupx63OGRtHB7780NMHzeNwuQzgypfNQ { width:11.875rem;height:4.375rem;top:3.0625rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7St4h9XWIZKMfDEdKvJpAk5uXv6rnug { width:14.0625rem;height:11.625rem;top:1.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkpTicTVxXU2BZvIZF1I7iuNaFT2qwad { width:14.0625rem;height:11.5625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAdm5FB8oGNSvNRwkbS5i4G5J5vuRKDg { width:14.0625rem;height:11.6875rem;top:1.625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnuTnOLfW4fzsZtlJPcCpeSEpMon710C { width:14.0625rem;height:11.625rem;top:1.625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJErWk1NhSUrCy4wx0TgZM5K6lxTLISE { width:1.3125rem;height:1.3125rem;top:8.125rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpVImIVWywqSqlwK2lWb9dLAOFLOwKb3 { width:1.0625rem;height:1.0625rem;top:9.0625rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIfdHh43GbnPueAfOA4uCM0yqn7xe19U { width:1.9375rem;height:1.9375rem;top:9.375rem;left:30.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo5hXzl2AHkrwzVrQx9rLTKKM4HUdX3c { width:1.4375rem;height:1.4375rem;top:7.0625rem;left:40.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfEfUbBerTG2zPSuKaZVuMIcChGTphBJ { width:1rem;height:0.5rem;top:9.6875rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1rh23EkPrh5qUffurxPJNmtXPiawXKM { width:1.375rem;height:0.5rem;top:8.5625rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB84OMz9fTx2hxAqinqoeNaF9N7wA2vi { width:1.5625rem;height:1.5625rem;top:7.8125rem;left:27.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRweMnQAyJHDP6myXEcrT4n6H4rS6Flk { width:0.75rem;height:0.75rem;top:8.9375rem;left:43.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfWPqWwa0BuZQJZWQntwlZCaRXIsZHxl { width:3.4375rem;height:3.4375rem;top:7.0625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upl3qwzBlLM082u6Va0kWIqGDXSEySNJ { width:3.125rem;height:3.125rem;top:7.1875rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNqo3rZOfcAV7gmVkBQkgSw13RtXhSCG { width:3.125rem;height:3.125rem;top:7.1875rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQAuPuW7o7wrm3LrDTKOqLDn3w3QTVnc { width:3.125rem;height:3.125rem;top:7.1875rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAOymUlZvp70x0dJWt5nFhitfJwTa1AM { display:block; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRhpKOrSXHGzN8haI4id5tKhL8F8igJE { top:8.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFKQMkEGlmCzAIEywdSTqATnXTqPxoKm { top:8.8125rem;left:0rem;width:20rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tikkTJUXwoGBPAK0c6Z0CftiVnlpuMwe { top:8.8125rem;left:11.75rem;width:20rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiPoBDXL5A2BF8nXU7CL1z6zbJnvgvsf { top:20.6875rem;left:30.25rem;width:17.375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9zRul4UNMbBhGBvTbOpKnz3vy4uUdfD { top:20.6875rem;left:0rem;width:16rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJcayEQOh6LexQ9u9WGNyooZnK08xeMN { top:20.6875rem;left:13.25rem;width:18.5rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgQ6iUB9fA3N8MUWXwhrxWTSq0HpANyr { top:31.5625rem;left:29.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylNzeRWEnSSDwFI0O1Z8G51QRS9AdULX { top:31.125rem;left:3.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmRXxKJiXV7xe9fyzhVTNKFb5hNobTh4 { top:31.625rem;left:0.0625rem;width:3rem;height:2.2651013081167rem;display:block; }
 }@media only screen and (max-width: 763px) { #rThCzf6KumxJrvEFFkA6eZtQ7RtdcUcT { top:31.5625rem;left:32.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKEwRQtZxvUM8Cu3Kv8f0QRHV11CePPd { top:31.75rem;left:16.1875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkrRd1dJXdTiDgmvqi8h6IVlURLbIdNS { top:31.5625rem;left:35.6875rem;width:1.875rem;height:2.3120125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGKbTwud6vM9ihiNySD45hChkB07l2Ng { top:31.5625rem;left:38.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBDyZAE7m3aczbyzGBwvrU2xn8A6enb3 { top:31.75rem;left:19.3125rem;width:3rem;height:2.2651013081167rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3G3yeXtLLorVJ7GU5ykmZPB0qAJ4Adq { top:31.75rem;left:23.5rem;width:1.875rem;height:2.3120125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL0k8mz69i2FaCrPiwa10wrf8RvVLQwa { top:31.75rem;left:26.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqitae535GSlwmioWgZllIHrBGgOJt01 { top:31.625rem;left:7.5rem;width:1.5625rem;height:2.223422455676rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQfG1dauAOwBMIiyF9JOHLVJTvh4VleN { top:31.375rem;left:9.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl64ypk24tulduDZ83uBvboy68QSTnZd { top:31.5625rem;left:44.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZivwz2CwkExt2WhQNfqNtHOvxai4ZVW { top:31.0625rem;left:41rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQDLEFBu8vD0ZkJITf2wedFb7f7tvkp { top:8.9375rem;left:27.625rem;width:20rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn84s4zNNI2w3VPXTLLfgtyJG7bUROkE { top:31.5625rem;left:13.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8MVpZANwb0g6OGMiCLDTC9wL2R0KQrN { top:13.125rem;left:28.75rem;width:18.875rem;height:5.3572299480507rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlAFc3XpBDB6H5RlHSSKbT4aOgMM5vqW { top:13.125rem;left:13.3125rem;width:18.4375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzVR7nG15JwEQ30rit9fOgqybTaFlrGO { top:13.1875rem;left:0rem;width:18.4375rem;height:5.24963125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbTf1CtuFHzET3x2caTzWE6X7quozo3r { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #c5wcW2DiByBRmxXh4VdVVcHFnvTJZA6F { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #HWBoJkg2ztmdzsB3iGazWQCxR4VnVGHm { top:2.75rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBJIGH8SDBT9KUCKL9fDkOg0ItoRMM3U { display:block; }#qBJIGH8SDBT9KUCKL9fDkOg0ItoRMM3U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN6kmfluZPXJHkdRZf9dUKowixNNWCVO { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZutGC9rXBskrDVeMszRGgdwmM3ikHT8T { width:4.375rem;height:1.125rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #t3qkCGW8iy6cfvA83wDatJ3EZ9kVzkqN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #Z51Ws0IJC5uB4NXvWuwnHI2RxkS6lgU6 {  }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #Wn99TAixQ1bi47PZwJ0AaUE3oDSC6GOC {  }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #v7rJGCsquZt3ulPiU0D8KGtPHL52uVbI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #dJbVaEepE3A1mgPqguTptUHu185oR7wV {  }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #WcQrbIpJsVefeQvr5ZQwpJrCxS7xTFTC {  }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #eQ3xtKkO1ArUdewH3xHlaBRQG9LOrUvT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #lDU30anozxMvkWO1exrq8puL5su4TaAE {  }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #K5bn9gFCg5Lp2ucfDkGnSrwqsSC65Uyh {  }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #zGz4AIJFRDGtmGNyHpaz4VZVrupdXbZK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #WECkTVxWfTRTGtTrBEpAKd50ONO3R7yf {  }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #CKnSfnDVc6hHqur7ViTqEmuoRBf7uNM9 {  }
 }@media only screen and (max-width: 763px) { #GQ7Jo1XElDyQLDDiJTM94S1aDu0q9lsy { top:1.5625rem;left:35.3125rem;width:12.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B29W7yTekpSOyR83ORnAQ7ibTclIKpS9 { display:block; }
 }@media only screen and (max-width: 763px) { #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1SFkedwIcGkD8RS0HoJgzFaGdNkmaa8 { top:2.5rem;left:0rem;width:29.875rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBVOcvXoFPrlJ9JbIWKsVIu7kApvpe0w { top:7.0625rem;left:0rem;width:29.1875rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTT5yECVTBq4sxVDQVEcavVILZAwLV3h { top:6.8125rem;left:26.4375rem;width:18.75rem;height:5.99975625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBs0VMpmlBDK6PmGIPr7m2bkEpDxFa4W { top:10.4375rem;left:26.4375rem;width:18.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7MsgFIr0Pr1ilO2WTRUVuvitzUPcctE { width:15.375rem;height:2.6875rem;top:14.375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDxCcVkZBGtnlIFgRD5hkoHCAN5UddWB { display:block; }
 }@media only screen and (max-width: 763px) { #s8nhfaNmHV6TZqlHq3cuo2dIuqkpK7GJ { top:19.125rem;left:0rem;width:20.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idWksdc6Usx0FcSW6ZoPs5HKAJ8OpBUe { display:block; }
 }@media only screen and (max-width: 763px) { #w3SID5K6zLhe8Ztoxb8HIglCEK9z5DNB { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #P1ppRbSUM65a8Ig3bkQ9HE65f5u8izxh { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #HVEb7gq5pmbfk5Rq7R9HTHuoXADlc9JC { display:block; }#HVEb7gq5pmbfk5Rq7R9HTHuoXADlc9JC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddoLFdFED3QuHLVUgISvoSaPkEKkfyKA { top:1.9375rem;left:13.77978515625rem;width:20.125rem;height:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpAJRDI9P6Jn9oRvwTwvqkFH9CvXmSm7 { top:0.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBDn207KxcgAsF7CJpC9DQKpQMT94SzE { top:6.4375rem;left:0rem;width:47.75rem;height:53.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLNTMQPq2mct5zF7se05ZxZLVTuqfE0D { display:block; }#PLNTMQPq2mct5zF7se05ZxZLVTuqfE0D > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOpX1hNrO86h2fnbzpcWWLCeC3UxtFdE { width:8.875rem;height:3.0407602728709rem;top:1.875rem;left:37.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLqABdZq2Vmr3es6r5IKr2pXVBGZk7tW { top:2.3125rem;left:0rem;width:20.1875rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE48ubfOP5PnNaX0AR5ms2JroifzF3bT { top:0.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lt2SuiJT4xTVkkvTr49kpIMGE6VTMMSc { display:block; }#lt2SuiJT4xTVkkvTr49kpIMGE6VTMMSc > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5vGXppGGweJTWdFxwElhsUoNmUhSLLE { width:6.625rem;height:2.3125rem;top:1.4373779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNxd1XyQImUIy5GitoGeOn7RzlGdMr1U { top:1.312255859375rem;left:10.3125rem;width:9.6875rem;height:2.6245125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHrcZF9qCGUUcJEHXuVMGViDFV1aePCK { display:block; }
 }@media only screen and (max-width: 763px) { #TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { background-color: transparent; background-image: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container > .video-iframe-container { display: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container { display: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .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); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { width:20rem;height:4.199225rem;top:1.055908203125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { display:block; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { width:20rem;height:92.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKZNxzN4QxQugiiDqKITDZdTPoqHWc4Q { width:18.6875rem;height:1.49963125rem;top:38.061645507812rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLDpr1ombkrWuN5KD7BC2qK4gBU3KriS { width:16.812125rem;height:4.46228125rem;top:40.061767578125rem;left:1.624755859375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTSH1g5TM5Q7b9LbdevMTop3nJlOoRxE { width:0.8125rem;height:0.8125rem;top:49.436767578125rem;left:0.8123779296875rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aBOOfZp1da3CCiTVHycXfVO5dWT1GNoD { width:6.25rem;height:0.125rem;top:49.749267578125rem;left:1.5625rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #M5ziuSyC2PxBfT5JoJSSZW6AkeIUG8u2 { width:17.6245rem;height:4.46228125rem;top:68.874267578125rem;left:1.1248779296875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOHkImVh6KdWIHyoeQzqi8lyUi8WMJZt { width:18.625rem;height:1.49963125rem;top:66.811889648438rem;left:0.687255859375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f9WIyMmv6ilcu4nW9saFZbu8bWTwf48w { width:0.812375rem;height:0.812375rem;top:79.499267578125rem;left:0.8746337890625rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TTRwc3p14k2zyqg8DMvV5kkaoGg2A1pC { width:6.25rem;height:0.125rem;top:79.874633789062rem;left:1.624755859375rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OPig41zSmRQMLgpFmuF1PtqRpE8xB3Dm { width:14.3115rem;height:4.46228125rem;top:84.436401367188rem;left:2.8436279296875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gs4IftgU60I36KhRsDyTwplMyWHvsFoB { width:18.6875rem;height:1.49963125rem;top:81.999267578125rem;left:0.687255859375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlXPM4DiVpAJSWTTa8Ol3wEDOSLT1N12 { width:14.74975rem;height:4.46228125rem;top:54.37451171875rem;left:2.562255859375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFV0H7Q8rP9ow6BMvRHNwBuc3kSxWXBz { width:18.5625rem;height:1.49963125rem;top:52.18701171875rem;left:0.687255859375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMcyRFfcWhwdk7htS4naOVAZRDuBAvRg { width:6.25rem;height:0.125rem;top:35.93701171875rem;left:1.5625rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UWI0dIVCHB6hhRtb9ra6wTuxwWAu92TB { width:0.8125rem;height:0.8125rem;top:35.561645507812rem;left:0.8123779296875rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hs7inRFlL6E2Iwm1oKtZ8mMON53O8d64 { width:0.812375rem;height:0.812375rem;top:64.186767578125rem;left:0.8123779296875rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kGf3y9W0gZlXSIopPNcC3KW75virPJMA { width:6.25rem;height:0.125rem;top:64.562133789062rem;left:1.37451171875rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zZucRWo3UROuPWrERHLo3uxmSyFeIp6n { width:2.5rem;height:2.5rem;top:78.624633789062rem;left:8.812255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGTxzV3BH1O8iRXXCNzGh4EoBVZZEb9Z { width:2.5rem;height:2.5rem;top:48.562133789062rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQHKoqnN67lpsGakngVZ9VTa953wSa0p { width:2.8125rem;height:2.8125rem;top:63.18701171875rem;left:8.6248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsnxrxzpzQK38xG54ZqCJskGilI29CUb { width:2.5rem;height:2.5rem;top:33.912353515625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExweLOAGMvCfvEtrJniK1pELqsmvuZIZ { width:20rem;height:28.7994375rem;top:2.4368896484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw9NpQuL2Tpm6Mraihc1iIx1H8pdInwJ { width:11.9375rem;height:1.3494875rem;top:0rem;left:7.9375rem;font-size:1.125rem;color:#f88729;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #USRKTEJ8E4Afdtwy460rHTTEiMhVgNRu { width:17.8125rem;height:0.0625rem;top:32.608276367188rem;left:0.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #crq0LpntJdGyVAfW54cmlE6erELWcb1T { width:6.25rem;height:0.0625rem;top:46.6015625rem;left:6.875rem;background-color:rgba(var(--color-primary-4),1);background-image:none;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #hJ6dqaIfvWwehT5K0gMMN6zXuRRN9rfv { width:6.25rem;height:0.0625rem;top:60.851440429688rem;left:6.875rem;background-color:rgba(var(--color-primary-4),1);background-image:none;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #KuxXFvmRBQSMbMioJHqZnMy3smeGNwMd { width:6.25rem;height:0.0625rem;top:76.600952148438rem;left:6.875rem;background-color:rgba(var(--color-primary-4),1);background-image:none;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { background-color:#000000;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; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { border-width: 0; border-radius: 0; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6KaIhqurk04EmaAJkc7fqkRsqIQ2zgF { width:17.6875rem;height:8.0005rem;top:22.1875rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyHKiCZbgRQ8UFI25ngQqQnamdiwtGGP { width:16.062rem;height:10.79588125rem;top:37.875rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEmuuAM4cL4dc2mXntAIAhTq9s8EGfan { top:33.0625rem;left:3rem;width:14.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLUUJdKCTgnJCi8xO52tP2sZHtA3u3tD { display:block; }
 }@media only screen and (max-width: 763px) { #oMVJBIhyq6MRsPWW1X3fWnwbCSkyT8xx { width:6.373875rem;height:6.373875rem;top:5.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL4cVFmCAWnP7Q1HM0iqCwBBSeFHk0i0 { width:4.43725625rem;height:3.061525rem;top:12.999877929688rem;left:1.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr2i46XCat1g3CK3MvDp556S8e4J81TQ { width:4.562375rem;height:4.562375rem;top:7.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IElsUNvE3rt8c2MmE6VqMT8OqnrDUPfQ { width:3.5620125rem;height:4.4995125rem;top:15.499877929688rem;left:8.218994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWfr0OOD1ggzWV6gTGf7Tqdz8RklC1G3 { top:13.914184570312rem;left:14.099731445312rem;width:3.999025rem;height:3.999025rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OwGN2XLdMBPvxVI3tvrtbTM5iX36sFrv { display:flex;width:13.75rem;height:13.75rem;top:4.125rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #ZWkcdQMaeiLbWzNdgH8pyGwg07OLiMnK { width:3.937375rem;height:3.937375rem;top:2.31201171875rem;left:8.0303955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5QaKmFFVwtmOegp8AlfqEU4eTXbnUSv { display:block; }#O5QaKmFFVwtmOegp8AlfqEU4eTXbnUSv > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5JqHEulW6WlEAAKlocu5xM8tbsdJ8cV { width:11rem;height:2.598875rem;top:3.061767578125rem;left:4.5623779296875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKl8GyfGSqXq4lwm66w8CyIEdmIOfTnQ { width:14.0625rem;height:0.125rem;top:11.43701171875rem;left:3.031005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS3FHv09PVGBTrFsWMinDI6ypJ6LZ5Ap { width:14.0625rem;height:0.125rem;top:22.624145507812rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnAqBukbexItsShQntrNUSbygaBxblgb { width:11rem;height:2.598875rem;top:14.186645507812rem;left:4.5623779296875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QqvqWUVnwVlkD9KgZKsgdCHKi7UIasCS { width:14.0625rem;height:0.125rem;top:33.999267578125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic9Td2HXzLOi4aHgfsIVTnEFVLlupluS { width:9.812rem;height:2.598875rem;top:25.311279296875rem;left:5.0927734375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2O4g9H1cVrm0uQWTsWL1EU9pmGXFrml { width:14.0625rem;height:0.125rem;top:45.56201171875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fupx63OGRtHB7780NMHzeNwuQzgypfNQ { width:10.5625rem;height:2.598875rem;top:37.186279296875rem;left:4.5623779296875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G7St4h9XWIZKMfDEdKvJpAk5uXv6rnug { width:14.0625rem;height:10.375rem;top:12.311645507812rem;left:2.9998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkpTicTVxXU2BZvIZF1I7iuNaFT2qwad { width:14.0625rem;height:10.375rem;top:1.12451171875rem;left:2.9998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAdm5FB8oGNSvNRwkbS5i4G5J5vuRKDg { width:14.0625rem;height:10.375rem;top:23.686767578125rem;left:2.9998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnuTnOLfW4fzsZtlJPcCpeSEpMon710C { width:14.0625rem;height:10.375rem;top:35.24951171875rem;left:2.9998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJErWk1NhSUrCy4wx0TgZM5K6lxTLISE { width:1.1875rem;height:1.1875rem;top:7.6241455078125rem;left:8.031005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpVImIVWywqSqlwK2lWb9dLAOFLOwKb3 { width:0.9375rem;height:0.9375rem;top:18.93701171875rem;left:8.187255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIfdHh43GbnPueAfOA4uCM0yqn7xe19U { width:1.25rem;height:1.25rem;top:30.49951171875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo5hXzl2AHkrwzVrQx9rLTKKM4HUdX3c { width:1.3125rem;height:1.3125rem;top:41.5615234375rem;left:8.3123779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfEfUbBerTG2zPSuKaZVuMIcChGTphBJ { width:1.0625rem;height:0.5625rem;top:9.311767578125rem;left:10.413208007812rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1rh23EkPrh5qUffurxPJNmtXPiawXKM { width:1.4375rem;height:0.5625rem;top:20.874267578125rem;left:10.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB84OMz9fTx2hxAqinqoeNaF9N7wA2vi { width:1.625rem;height:1.625rem;top:31.936889648438rem;left:9.437255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRweMnQAyJHDP6myXEcrT4n6H4rS6Flk { width:0.8125rem;height:0.8125rem;top:43.312255859375rem;left:10.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfWPqWwa0BuZQJZWQntwlZCaRXIsZHxl { width:2.5rem;height:2.5rem;top:7.6241455078125rem;left:8.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upl3qwzBlLM082u6Va0kWIqGDXSEySNJ { width:2.5rem;height:2.5rem;top:18.93701171875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNqo3rZOfcAV7gmVkBQkgSw13RtXhSCG { width:2.5rem;height:2.5rem;top:30.49951171875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQAuPuW7o7wrm3LrDTKOqLDn3w3QTVnc { width:2.5rem;height:2.5rem;top:41.5615234375rem;left:8.6871337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAOymUlZvp70x0dJWt5nFhitfJwTa1AM { display:block; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRhpKOrSXHGzN8haI4id5tKhL8F8igJE { width:20rem;height:2.0996125rem;top:1.8746337890625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFKQMkEGlmCzAIEywdSTqATnXTqPxoKm { width:20rem;height:1.64978125rem;top:42.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tikkTJUXwoGBPAK0c6Z0CftiVnlpuMwe { width:20rem;height:1.64978125rem;top:12.935791015625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiPoBDXL5A2BF8nXU7CL1z6zbJnvgvsf { width:17.124rem;height:8.49609375rem;top:78.312377929688rem;left:1.4373779296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9zRul4UNMbBhGBvTbOpKnz3vy4uUdfD { width:16.93725rem;height:6.796875rem;top:52.125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJcayEQOh6LexQ9u9WGNyooZnK08xeMN { width:18.6875rem;height:8.49609375rem;top:23.74951171875rem;left:0.74951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgQ6iUB9fA3N8MUWXwhrxWTSq0HpANyr { width:2.3125rem;height:2.3125rem;top:34.06201171875rem;left:16.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylNzeRWEnSSDwFI0O1Z8G51QRS9AdULX { width:3.375rem;height:3.375rem;top:60.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmRXxKJiXV7xe9fyzhVTNKFb5hNobTh4 { width:3.0625rem;height:2.3125rem;top:60.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rThCzf6KumxJrvEFFkA6eZtQ7RtdcUcT { width:2.3125rem;height:2.3125rem;top:87.874755859375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKEwRQtZxvUM8Cu3Kv8f0QRHV11CePPd { width:2.3125rem;height:2.3125rem;top:33.9375rem;left:1.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkrRd1dJXdTiDgmvqi8h6IVlURLbIdNS { width:1.875rem;height:2.3125rem;top:87.874755859375rem;left:5.8123779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGKbTwud6vM9ihiNySD45hChkB07l2Ng { width:2.3125rem;height:2.3125rem;top:87.874755859375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBDyZAE7m3aczbyzGBwvrU2xn8A6enb3 { width:3.0625rem;height:2.3125rem;top:34.06201171875rem;left:5.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3G3yeXtLLorVJ7GU5ykmZPB0qAJ4Adq { width:1.875rem;height:2.3125rem;top:34.06201171875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL0k8mz69i2FaCrPiwa10wrf8RvVLQwa { width:2.3125rem;height:2.3125rem;top:34.06201171875rem;left:12.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqitae535GSlwmioWgZllIHrBGgOJt01 { width:1.625rem;height:2.3125rem;top:60.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQfG1dauAOwBMIiyF9JOHLVJTvh4VleN { width:2.875rem;height:2.875rem;top:60.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl64ypk24tulduDZ83uBvboy68QSTnZd { width:2.3125rem;height:2.3125rem;top:87.874755859375rem;left:15.187377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZivwz2CwkExt2WhQNfqNtHOvxai4ZVW { width:3.3125rem;height:3.3125rem;top:87.374877929688rem;left:11.749877929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQDLEFBu8vD0ZkJITf2wedFb7f7tvkp { width:20rem;height:1.64978125rem;top:67.811889648438rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn84s4zNNI2w3VPXTLLfgtyJG7bUROkE { width:2.4375rem;height:2.4375rem;top:60.5625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8MVpZANwb0g6OGMiCLDTC9wL2R0KQrN { width:18.873875rem;height:5.35705625rem;top:71.187133789062rem;left:0.5621337890625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #JlAFc3XpBDB6H5RlHSSKbT4aOgMM5vqW { width:18.4375rem;height:5.3125rem;top:16.123779296875rem;left:0.78125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #zzVR7nG15JwEQ30rit9fOgqybTaFlrGO { width:18.4375rem;height:5.249025rem;top:45.3125rem;left:0.78125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #GbTf1CtuFHzET3x2caTzWE6X7quozo3r { top:39.875rem;left:2.5rem;width:14.9365rem;height:0.0625rem;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #c5wcW2DiByBRmxXh4VdVVcHFnvTJZA6F { top:65.74951171875rem;left:2.53173828125rem;width:14.9359375rem;height:0.0625rem;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HWBoJkg2ztmdzsB3iGazWQCxR4VnVGHm { width:20rem;height:7.1996875rem;top:2.7490234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBJIGH8SDBT9KUCKL9fDkOg0ItoRMM3U { position:relative;z-index:auto;display:block; }#qBJIGH8SDBT9KUCKL9fDkOg0ItoRMM3U > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN6kmfluZPXJHkdRZf9dUKowixNNWCVO { width:13.125rem;height:2.598875rem;top:2.2650146484375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZutGC9rXBskrDVeMszRGgdwmM3ikHT8T { width:4.375rem;height:1.29980625rem;top:7.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT .widget-text.counter-number { padding-top:0.28375rem;padding-right:0.253125rem;padding-bottom:0.28375rem;padding-left:0.253125rem;width:1.518125rem;min-width:1.518125rem;height:1.52625rem;font-size:1.135625rem;line-height:24.42px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1775rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02375rem;height:0.603125rem;font-size:0.425625rem;line-height:9.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#r30A35EALEyK6y8uMSCXIz9OzMHLQVUT { display:flex;width:12.125rem;height:2.874375rem;top:6.3125rem;left:6.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #t3qkCGW8iy6cfvA83wDatJ3EZ9kVzkqN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #Z51Ws0IJC5uB4NXvWuwnHI2RxkS6lgU6 {  }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #Wn99TAixQ1bi47PZwJ0AaUE3oDSC6GOC {  }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #v7rJGCsquZt3ulPiU0D8KGtPHL52uVbI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #dJbVaEepE3A1mgPqguTptUHu185oR7wV {  }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #WcQrbIpJsVefeQvr5ZQwpJrCxS7xTFTC {  }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #eQ3xtKkO1ArUdewH3xHlaBRQG9LOrUvT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #lDU30anozxMvkWO1exrq8puL5su4TaAE {  }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #K5bn9gFCg5Lp2ucfDkGnSrwqsSC65Uyh {  }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #zGz4AIJFRDGtmGNyHpaz4VZVrupdXbZK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #WECkTVxWfTRTGtTrBEpAKd50ONO3R7yf {  }
 }@media only screen and (max-width: 763px) { #r30A35EALEyK6y8uMSCXIz9OzMHLQVUT #CKnSfnDVc6hHqur7ViTqEmuoRBf7uNM9 {  }
 }@media only screen and (max-width: 763px) { #GQ7Jo1XElDyQLDDiJTM94S1aDu0q9lsy { top:10.9375rem;left:2.0625rem;width:16.625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #B29W7yTekpSOyR83ORnAQ7ibTclIKpS9 { display:block; }
 }@media only screen and (max-width: 763px) { #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { background-color:rgba(0,0,0,0);background-image:none;display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { background-color: transparent; background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .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); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1SFkedwIcGkD8RS0HoJgzFaGdNkmaa8 { width:12.8125rem;height:4.19921875rem;top:2.4368896484375rem;left:3.59375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBVOcvXoFPrlJ9JbIWKsVIu7kApvpe0w { width:17.68675rem;height:13.59378125rem;top:8.0615234375rem;left:1.156005859375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTT5yECVTBq4sxVDQVEcavVILZAwLV3h { width:18.75rem;height:6rem;top:33rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBs0VMpmlBDK6PmGIPr7m2bkEpDxFa4W { width:18.375rem;height:5.625rem;top:36.749389648438rem;left:1.6876220703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #i7MsgFIr0Pr1ilO2WTRUVuvitzUPcctE { width:15.437rem;height:2.74963125rem;top:41.124389648438rem;left:2.249755859375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #DDxCcVkZBGtnlIFgRD5hkoHCAN5UddWB { display:block; }
 }@media only screen and (max-width: 763px) { #s8nhfaNmHV6TZqlHq3cuo2dIuqkpK7GJ { top:24.090576171875rem;left:3.81103515625rem;width:12.374875rem;height:4.874875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idWksdc6Usx0FcSW6ZoPs5HKAJ8OpBUe { display:block; }
 }@media only screen and (max-width: 763px) { #w3SID5K6zLhe8Ztoxb8HIglCEK9z5DNB { top:31.436889648438rem;left:2.53173828125rem;width:14.9359375rem;height:0.0625rem;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #P1ppRbSUM65a8Ig3bkQ9HE65f5u8izxh { top:45.734375rem;left:2.53173828125rem;width:14.9359375rem;height:0.062255875rem;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HVEb7gq5pmbfk5Rq7R9HTHuoXADlc9JC { display:block; }#HVEb7gq5pmbfk5Rq7R9HTHuoXADlc9JC > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddoLFdFED3QuHLVUgISvoSaPkEKkfyKA { width:20rem;height:2.3999rem;top:1.4678955078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lpAJRDI9P6Jn9oRvwTwvqkFH9CvXmSm7 { width:20rem;height:0.0625rem;top:6.5924087890625rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WBDn207KxcgAsF7CJpC9DQKpQMT94SzE { width:20rem;height:47.437125rem;top:5.8416748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLNTMQPq2mct5zF7se05ZxZLVTuqfE0D { display:block; }#PLNTMQPq2mct5zF7se05ZxZLVTuqfE0D > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOpX1hNrO86h2fnbzpcWWLCeC3UxtFdE { width:5.7495125rem;height:1.9995125rem;top:0.7171630859375rem;left:7.125244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLqABdZq2Vmr3es6r5IKr2pXVBGZk7tW { width:20rem;height:1.499025rem;top:3.8433837890625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OE48ubfOP5PnNaX0AR5ms2JroifzF3bT { width:20rem;height:0.0625rem;top:6.5924087890625rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }