.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:224,222,236;--color-primary-1:151,146,193;--color-primary-2:47,36,131;--color-primary-3:24,18,66;--color-primary-4:7,5,20;--color-secondary-0:37,170,227;--color-secondary-1:12,211,196;--color-secondary-2:29,165,155;--color-secondary-3:19,165,155;--color-secondary-4:0,97,106;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,244;--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:#2f2483;background-image:none;position:relative;top:0rem;left:0rem;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); }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO { position:relative;display:none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO { border-width: 0; border-radius: 0; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WtAlaDrtDvZo0XxeDyPaxWVx0VvUD7CT { 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:1.4375rem;width:10.125rem;top:1.0625rem;left:2.28125rem;overflow:hidden;display:none; }
#JlB479nQo8DEDOryxTcWVFTklXdJHbZe { z-index:15002;top:0.3125rem;left:32.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-secondary-3),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#RQRNwDVF8sR2rCAGZE2fd1L1LNHZDPhF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M3VsOecy2gudMwbe4OVgR6pMnHe50ygp { color:#e5d72c;display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:1.1750001907349rem;left:39.123441696167rem;height:4.00061875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.75);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container { background-color: transparent; background-image: none; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container > .video-iframe-container { display: none; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row > .video-iframe-container { display: none; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .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); }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container { border-width: 0; border-radius: 0; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#q8VqzIaVNddRqdocpz4gHeruHsDUqFga { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4562500715256rem;left:42.812503814698rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s0G7VcWzTdIm67TJV4t70EsOPlGg64K0 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4562500715256rem;left:56.565631866455rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iStoHAp3ULTLm6wR0lGkAeedZILDaMfK { 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:1.9375rem;width:13.4375rem;top:1.2187806367874rem;left:0.61666870117188rem;overflow:hidden;display:block; }
#Wait8rbHeQOeCryTC7ZIPK3N9vSuiO94 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.78125rem;left:64.06250190735rem;display:block; }
#GNGIyQynsnQ2yvZDLAn0DdPnp1WMxcQC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d8O1q21rFU2L9igXtnpmfr9W2Zg6CxbK { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4156250953674rem;left:14.487503051757rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DRBzwaBSwg6nEQTteM5TZeuKDCCRfbBo { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4562500715256rem;left:50.645839691162rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container { background-color: transparent; background-image: none; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container > .video-iframe-container { display: none; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row > .video-iframe-container { display: none; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .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); }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container { border-width: 0; border-radius: 0; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B { position:relative;display:none; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B { border-width: 0; border-radius: 0; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c7c0ff, #fbfaff);background-image: -moz-linear-gradient(180deg, #c7c0ff, #fbfaff);background-image: -ms-linear-gradient(180deg, #c7c0ff, #fbfaff);background-image: -o-linear-gradient(180deg, #c7c0ff, #fbfaff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c0ff', endColorstr='#fbfaff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c0ff', endColorstr='#fbfaff' );";background-image: linear-gradient(180deg, #c7c0ff, #fbfaff);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; }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .row .container { background-color: transparent; background-image: none; }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .row .container > .video-iframe-container { display: none; }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .row > .video-iframe-container { display: none; }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .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); }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .row .container { border-width: 0; border-radius: 0; }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#tydNoK21I4HzRWNDaK2J4kmphkPRpMnV { color:#6c3af6;display:block;width:38.5625rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:400;z-index:15027;line-height:1;letter-spacing:0;top:9.0537109375rem;left:10rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BnTa4pEWPxJ4LvBwu9xnBV33lzwTsCLc { box-sizing:content-box;color:#5d92ff;font-size:4.5625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:7.0625rem;left:3.75rem; }
#ZrHQv9i3Q2v0cCAz71hwbAof7KnSWw58 { color:#000000;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:14999;line-height:1.8;letter-spacing:0;top:14.706250667572rem;left:3.75rem;height:12.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rk6JQZ5sxutUihoCXD34aTR40upsRlCm { background-color:transparent;background-image:none;border-top:0.125rem solid #6c3af6;border-left:0.125rem solid #6c3af6;border-right:0.125rem solid #6c3af6;border-bottom:0.125rem solid #6c3af6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#6c3af6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.513888875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.069793224335rem;left:3.75rem;display:block; }
#ypRiqBTKQF9R7WWDOxEsJr7Oiruhyqzx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pcogr1rGWncISc6MHvBFVAMGlB7UuuLg { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:2.8078126907349rem;left:3.75rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#elMRVN9HbN1bl69KRxeq91d3u797VUxT { color:#2f2483;display:block;width:68.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15077;line-height:1.4;letter-spacing:0;top:34.991668224335rem;left:3.46875rem;height:3.85rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pTwEfnTlZ7oti0l2QuGB8wUitthWXZpE { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:23.75rem;top:1.375rem;left:47.5rem;overflow:hidden;display:block; }
#DwAHHHBCiQcyIJeHnJSO7UrxLUSBc6tR { box-sizing:content-box;height:2.1875rem;width:18.5rem;position:absolute;display:block;z-index:14994;background-color:#65d0c8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.929168701172rem;left:5.1875rem;display:block; }
#uMBgf2KX409urLUZbJraIyhDXLGDJ4Uo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1da59b;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; }#uMBgf2KX409urLUZbJraIyhDXLGDJ4Uo > .row .container { background-color: transparent; background-image: none; }#uMBgf2KX409urLUZbJraIyhDXLGDJ4Uo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMBgf2KX409urLUZbJraIyhDXLGDJ4Uo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMBgf2KX409urLUZbJraIyhDXLGDJ4Uo > .row .container > .video-iframe-container { display: none; }#uMBgf2KX409urLUZbJraIyhDXLGDJ4Uo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMBgf2KX409urLUZbJraIyhDXLGDJ4Uo > .row > .video-iframe-container { display: none; }#uMBgf2KX409urLUZbJraIyhDXLGDJ4Uo > .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); }#uMBgf2KX409urLUZbJraIyhDXLGDJ4Uo > .row .container { border-width: 0; border-radius: 0; }#uMBgf2KX409urLUZbJraIyhDXLGDJ4Uo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMBgf2KX409urLUZbJraIyhDXLGDJ4Uo > .row .container { font-size:0.875rem;font-family:"open sans";height:5.625rem;width:75rem;position:relative;display:block; }#f50ZabLDUMSGQn2wuTDyTMqPHJbg7k6m { display:block;width:28.125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9375rem;left:7.3125rem;height:1.7875rem;color:#fbfaff;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp .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; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#fbfaff;padding-top:0.463125rem;padding-right:0.41rem;padding-bottom:0.463125rem;padding-left:0.41rem;display:block;align-items:center;width:2.460625rem;min-width:2.460625rem;height:2.489375rem;position:relative;font-family:"open sans";font-size:1.85375rem;font-weight:700;line-height:39.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp .widget-text.counter-label { background-color:;background-image:none;color:#fbfaff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.289375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.28125rem;height:0.98375rem;position:relative;font-family:"open sans";font-size:0.695rem;font-weight:400;line-height:15.74px;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; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp { 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:17.125rem;height:4.68875rem;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:0.1875rem;left:37.6875rem;z-index:15000; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #qiXXAFE8FBFF62zX6KmxVSBpp8S7lrZt { display:flex;position:relative;top:0rem;left:0rem; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #eKrhoxVDckT4mI0tGU1F3V73opiIAQeh { width:auto; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #SiZOTD37pPzhP3chaJDrquzeBBwflMsE {  }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #MqTPSt98pi6dnldGmVQPFdyySH6oDMSe { display:flex;position:relative;top:0rem;left:0rem; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #d5JFGlKAqwMKouiLqIBDw2iAbuBsfGoz {  }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #kdQTHmVBlElREAhlBSE3qDqoXbDR5O5S {  }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #NEw11F5bv5rGg5v8JTIbmSuPcn3ex5Tk { display:flex;position:relative;top:0rem;left:0rem; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #CUd61uTb98ZzS4ZJquIGknf17n4nncuN {  }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #wRgPULh3GrJp2t3RLIrXtXsoabPFTdPM {  }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #zkw9qlIhgV7TfkxWVTsTn5WVoVKxoXMG { display:flex;position:relative;top:0rem;left:0rem; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #DVAB9OkJvrkarAwEBOU3CTQoZvA6mlg1 {  }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #uiZBO3Q3IFkaWFREiKAQcOdb8TW5bGIi {  }
#Akpf44Nbxp6WfvIheaMuBDncIlrVE4C4 { background-color:#6c3af6;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.0625rem;left:57.375rem;display:block; }
#xQxfTDCwMJuvTpsohGL1ZS8wSJRE103K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row .container { background-color: transparent; background-image: none; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row .container > .video-iframe-container { display: none; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row > .video-iframe-container { display: none; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .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); }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row .container { border-width: 0; border-radius: 0; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#ZTAn3mpnJlAanBJHmFTU4AfrketvZUmZ { color:#1a0951;display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C64fnJQ61T67a8Ba3ALmN9MExQothMX1 { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:7.1875rem;left:22.875003814698rem;display:block; }
#SCccs35kupuTB6coBrvbETgB7a7qQP7P { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.75rem;left:25.187503814698rem;display:block; }
#MnJZqwMw4rE5D2iSzgoTobuEUTwECaOP { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#Fv3bK1HWpkMUcXJDS1xIHNJxkJEIRkRr { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq { background-color:#fbfaff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container { background-color: transparent; background-image: none; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container > .video-iframe-container { display: none; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row > .video-iframe-container { display: none; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .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); }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container { border-width: 0; border-radius: 0; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#hf4RXXfAlB9ScgNXThCrmyapvpRrd8Rx { color:#000000;display:block;width:46.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:0.93124771118162rem;left:3.75rem;height:16.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFJlwlTKVMBKtgCCea4GTZIWmaOPnES3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:18.75rem;width:18.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:.25;top:0.92916679382325rem;left:51.875003814698rem; }
#JHNgG4RvUb1KSSau1TzCsUbr9ZFlUKyL { color:#000000;display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:20.206253051757rem;left:3.75rem;height:14.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KDbpDA5I9CK4slBxHz00aBL9rQR2s7cb { box-sizing:content-box;height:2.1875rem;width:20.3125rem;position:absolute;display:block;z-index:14975;background-color:#1da59b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.309379577637rem;left:3.25rem;display:block; }
#lWdph2pkc7ph8PMlP26B5tzs95tWWN0c { color:#000000;display:block;width:46.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:0.93124771118162rem;left:3.75rem;height:16.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2483;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; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row .container { background-color: transparent; background-image: none; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row .container > .video-iframe-container { display: none; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row > .video-iframe-container { display: none; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .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); }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row .container { border-width: 0; border-radius: 0; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#R0V7ZV4QM85aWP3Q2vgOTT3Vc7R0stfu { color:#ffffff;display:block;width:58.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o4TVp82s2g2r9Km3hhg1a3rNClVSzCTE { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:7.1875rem;left:60.312503814698rem;display:block; }
#Ux00yh7ZSNhLPSMrm4Wgo5EFsJlo2PVV { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.75rem;left:62.6250038147rem;display:block; }
#ZlZpUS6L7fy4OQqt6t7JNee7UzqMmXht { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#UUPLtoRKwaDT1BP8f9ubLCsgXNtg7xCP { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2483;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; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row .container { background-color: transparent; background-image: none; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row .container > .video-iframe-container { display: none; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row > .video-iframe-container { display: none; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .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); }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row .container { border-width: 0; border-radius: 0; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;position:relative;display:block; }#u0Ax6KKmuie6FHNDxAqHCKqRRZDLqu9w { position:absolute;display:block;z-index:15005;background-color:#1da59b;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:7.8125rem;width:7.8125rem;top:3.2624969482422rem;left:11.25rem;display:block; }
#cTPxOMno7lnIW2zorLVZEJC5uDBBD5MS { position:absolute;display:block;z-index:15008;background-color:#1da59b;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:0.88749694824219rem;left:9.0625rem;display:block; }
#Z9fMPGvEOF5zW1ownRTynpEclHZuQ33l { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.6749954223632rem;left:10.75rem;height:2.7625rem;font-style:normal;display:block; }
#X9f1hfTz9UTnBabV9LRxUsR0gb3O4bgw { position:absolute;display:block;z-index:15009;background-color:#1da59b;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:7.8125rem;width:7.8125rem;top:17.687502162531rem;left:57.812503814698rem;display:block; }
#SIMhCHJyUDg7PlgSfd1CiMXGioRsS45c { position:absolute;display:block;z-index:15015;background-color:#1da59b;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:15.312500255182rem;left:55.625003814698rem;display:block; }
#k0HQAig8yk9EMtCP4x1QQT5e62DqZO96 { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.325001018122rem;left:57.312503814698rem;height:2.7625rem;font-style:normal;display:block; }
#ZhngRUv1rTivinMGTLkITvVsi4VDKBsw { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:22.187503814698rem;height:2.4375rem;font-style:normal;display:block; }
#Of6IWJcoREtX9cloHnCKO4fbQUEgxpvO { color:#000000;display:block;width:36.875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.25rem;left:22.187503814698rem;height:3.575rem;font-style:normal;display:block; }
#maIQMRLxxcZ4s4MIZVRgvbsNmLGdkef2 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.75rem;left:22.187503814698rem;height:2.4375rem;font-style:normal;display:block; }
#R54WhKC8W5cFntqRfnqVzwUhTNsfsRBa { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:19.812492370606rem;left:22.187503814698rem;height:5.3625rem;font-style:normal;display:block; }
#JD49Vk7hXvWQKrayOA5K7I1p53Cv05K8 { position:absolute;display:block;z-index:15001;background-color:#1da59b;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:7.8125rem;width:7.8125rem;top:29.874992370606rem;left:11.25rem;display:block; }
#nZQiCIDxaFVuezTurhRdhyIZspeHSkey { position:absolute;display:block;z-index:15012;background-color:#1da59b;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:27.499992370606rem;left:9.0625rem;display:block; }
#kIrTNzLyW6zgJ2O37LNHyzCHtb1MH9K3 { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.312492370606rem;left:10.75rem;height:2.7625rem;font-style:normal;display:block; }
#TCE32829sOOUHziZC3FupETNw2marEKc { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.873954772949rem;left:22.187503814698rem;height:2.4375rem;font-style:normal;display:block; }
#HPytPOtc4IIToSdvF90BDBssKxD4VpWb { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:32.811454772949rem;left:22.187503814698rem;height:3.575rem;font-style:normal;display:block; }
#h7O3pTCIn25kQwbJTu32R8TcASpNF5Ql { position:absolute;display:block;z-index:15015;background-color:#1da59b;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:7.8125rem;width:7.8125rem;top:43.9375rem;left:57.8125rem;display:block; }
#Rd6ucdZVlDnTManaOuceLbvaPTZrxaK3 { position:absolute;display:block;z-index:15021;background-color:#1da59b;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:41.5625rem;left:55.625rem;display:block; }
#bwdIxhEZpZbqR98GIuuu6hJD6KzCXxwr { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:43.000007629394rem;left:22.187503814698rem;height:2.4375rem;font-style:normal;display:block; }
#oIw23VTteqxXl4oCQ3vOTHPupdnTQNdT { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:42.5625rem;left:57.3125rem;height:2.7625rem;font-style:normal;display:block; }
#Htbo94QNFpoyLnTXg5VZwWi7BhnDKumM { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:46.062507629394rem;left:22.187503814698rem;height:7.15rem;font-style:normal;display:block; }
#ereXvVV2TwDvITFpxQEhOF84O0xXb0gG { 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:15027;opacity:1;top:5.6059026718139rem;left:13.59375rem; }
#N6svT6Rx4ub7VxrHoDr6X85O7k640nmG { 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:15028;opacity:1;top:20.031250953674rem;left:60.15625rem; }
#m3DyfxLfKdJhmmKJUmT2knmcclpqiNB6 { 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:15029;opacity:1;top:32.217883110046rem;left:13.59375rem; }
#ozwoA4A4r8FXhmqIigMUEoeoFhvzyVbD { 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:15030;opacity:1;top:46.124999046326rem;left:60rem; }
#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e5ff;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; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row .container { background-color: transparent; background-image: none; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row .container > .video-iframe-container { display: none; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row > .video-iframe-container { display: none; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .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); }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row .container { border-width: 0; border-radius: 0; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#DKfO65iUZLsGxv55UFi4ZJZ9FV5tTNi0 { color:#1a0951;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J17XLOVBS6BxwifzKiLyUL5E7UdE7Mlt { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:7.1875rem;left:22.250003814698rem;display:block; }
#l20NyqTpHTB4whIEKd6wAbQUQTm6mASx { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.75rem;left:24.562503814698rem;display:block; }
#QAuA0B5lSXwmEWq6lKhtI9R7eBNyClQi { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#kkqvfu1lPlHd1x85BfHUNL6lly7zo2LA { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#c83hRTbDnhqLpiykfci6SI0bekSlKBBB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e5ff;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; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row .container { background-color: transparent; background-image: none; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row .container > .video-iframe-container { display: none; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row > .video-iframe-container { display: none; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .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); }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row .container { border-width: 0; border-radius: 0; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#JyRcPiMUQ2FoWqFH5DeRm02LazCXHPVR { color:rgba(var(--color-tertiary-4),1);display:block;width:23.68625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.619739532471rem;left:0.65346527099612rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#U00ZLq91oGphEzNXkTO2HO2xJ7lwCyog { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0.9375rem;left:8.7493801116944rem;display:block; }
#L1x6xLJ4rbo9v8D08iuk0i4FWA1oFcUt { color:rgba(var(--color-secondary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:10.245666503906rem;left:4.0618801116943rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CFTMlmV9VLEIDCSayQaBbVoCr4zbuS65 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0.9375rem;left:33.75rem;display:block; }
#ycXCv7En4kxoLDDr7zTZ5UV0gAsxO7mQ { color:rgba(var(--color-secondary-2),1);display:block;width:24.43675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:10.246593475342rem;left:25.280010223389rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBbe9LBZxCDN8wqngPivPPTDLpKJtuQ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.12375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:13.618808746338rem;left:27.433475494385rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#vqBF7f7UeqqLG4gu4yp3PTV5MCyfOnCv { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0.9375rem;left:58.749691009521rem;display:block; }
#c2uW9A5yadW1cdcdcNBgBNA9L47uakk7 { color:rgba(var(--color-secondary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:10.245666503906rem;left:53.593441009521rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gZyNDv35ZdkgdcSlw1uy57hSyKexvexD { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:13.616928100586rem;left:51.249229431153rem;height:6.1875rem;text-align:center;text-align-last:center;display:block; }
#DObLtlrgI0EULP5kNNKR2aTqu4LIS0IT { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.93641875rem;width:2.93641875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:3.1875rem;left:11.0625rem; }
#xkizLb5AI0PH8QL09s4D5whrdzSr4Uv3 { 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:15047;top:3.28125rem;left:36.092819213868rem; }
#qlboWFITFvdfKUEHPoW9Bf32zGzWzGrn { 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:15048;top:3.2496891021729rem;left:61.124996185302rem; }
#uXqEK1tu0rC9LuJqHaRCH6tdiy6aMweO { background-color:#6c3af6;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.55312538147rem;left:32.343753814698rem;display:block; }
#nTxAyFQTnDEfW1ctBtKzbVO12FJBiBSC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row .container { background-color: transparent; background-image: none; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row .container > .video-iframe-container { display: none; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row > .video-iframe-container { display: none; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .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); }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row .container { border-width: 0; border-radius: 0; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#pmxcZvrRhXKpHZlGN6XRsJ2orloqlxRc { color:#c7c0ff;display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AlZBXq8lBlcv6wSliSpc7UozaVd4b5vc { position:absolute;display:block;z-index:15074;background-color:#f3fdfc;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.1875rem;width:2.5rem;top:7.1875rem;left:23.187503814698rem;display:block; }
#xwIGvxUMxhAhZrvgMvx2O7T88HzG0NQq { position:absolute;display:block;z-index:15075;background-color:#f3fdfc;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:2.5rem;width:0.1875rem;top:4.75rem;left:25.500003814698rem;display:block; }
#R11J8vfzXJUQRkMGmnNlFKWIZbm1S6EZ { position:absolute;display:block;z-index:15078;background-color:#f3fdfc;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.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#XKHi9oyp5aVIylot5fnRKguZATTC53BX { position:absolute;display:block;z-index:15079;background-color:#f3fdfc;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:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container { background-color: transparent; background-image: none; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container > .video-iframe-container { display: none; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row > .video-iframe-container { display: none; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .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); }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container { border-width: 0; border-radius: 0; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;position:relative;display:block; }#DTDdbBp4ukCLSIdcg35w7K5spcbppPzp { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:5.9375rem;left:26.25rem;height:55.825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NT6xpm8oOdh5fdcVovnResbhE2EvalNM { color:rgba(var(--color-secondary-2),1);display:block;width:48.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:0.92812538146975rem;left:25.937503814698rem;height:3.7375rem;font-style:normal;display:block; }
#GMictXQ7pAe3plz4oh14t8vzKRU4vlsk { 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:15028;opacity:.95;top:42.1875rem;left:12.1875rem; }
#GMictXQ7pAe3plz4oh14t8vzKRU4vlsk > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw { 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:15029;opacity:.95;top:42.1875rem;left:15.9375rem; }
#QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#w4uhieWetXdogb3owUVGtWz643TJmmeQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#SFsWFOP66tH9kAsGZbdziH8tsM8oPib2 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:40.625rem;width:28.125rem;top:0.3037109375rem;left:0rem;overflow:hidden;display:block; }
#QJc7DdudWQXtIySwEtWHvyhQrsQ2Jmg4 { box-sizing:content-box;height:2.1875rem;width:30.3125rem;position:absolute;display:block;z-index:14977;background-color:#65d0c8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:35.09375rem;display:block; }
#avFBkgT38ZI5R8otZ334aH8gVpDuIimu { box-sizing:content-box;height:2.1875rem;width:24.0625rem;position:absolute;display:block;z-index:14976;background-color:#65d0c8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:37.03125rem;display:block; }
#FRF09CMfDsPnc1uXNyoCxQ1hRmpbqMkI { box-sizing:content-box;height:2.1875rem;width:35.1875rem;position:absolute;display:block;z-index:14974;background-color:#65d0c8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.4375rem;left:26.062503814698rem;display:block; }
#T1QveWwwMGNSDhqokaQdeCops4SHDoRV { 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:15029;opacity:.95;top:42.1875rem;left:8.4375rem; }
#T1QveWwwMGNSDhqokaQdeCops4SHDoRV > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#uXLgm18IG1SNKQT7tSPrbokC9Wcr097X { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:"marck script";font-size:2.4375rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:62.51144218445rem;left:26.250003814698rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MsI8aNoWrskk19VqpV5wBf92O6BfUOrX { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:5.9375rem;left:26.25rem;height:55.825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qmIQnWUo2u8ICWDvmByU3FXTEpqPh7nW { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:23.75rem;top:1.375rem;left:47.5rem;overflow:hidden;display:none; }
#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row .container { background-color: transparent; background-image: none; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row .container > .video-iframe-container { display: none; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row > .video-iframe-container { display: none; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .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); }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row .container { border-width: 0; border-radius: 0; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#Ey7kSZgpmhAzb65tET8BTyc2ipJK1K7K { color:#ffffff;display:block;width:64.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#egPDrImIp8sQhTzl27sQJdCwgtCxZIhP { position:absolute;display:block;z-index:15074;background-color:#f3fdfc;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.1875rem;width:2.5rem;top:7.1875rem;left:66.5625rem;display:block; }
#BOWVEcTpwNg23mLVXDLCV0OsZhn6n2AQ { position:absolute;display:block;z-index:15075;background-color:#f3fdfc;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:2.5rem;width:0.1875rem;top:4.75rem;left:68.875rem;display:block; }
#ES1oLPtqIdWcndZWT8rZb0mON3Z6ddm1 { position:absolute;display:block;z-index:15078;background-color:#f3fdfc;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.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#UBPNNuX8eT2U7Ct09PiWlTH1z1FDIsA7 { position:absolute;display:block;z-index:15079;background-color:#f3fdfc;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:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row .container { background-color: transparent; background-image: none; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row .container > .video-iframe-container { display: none; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row > .video-iframe-container { display: none; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .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); }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row .container { border-width: 0; border-radius: 0; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#oXLku29mDvZHXNU1An3kEu3vkJ0HmdML { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;height:28.875rem;width:51.5625rem;top:6.54167175293rem;left:3.75rem;display:block; }
#LNLeqFLFIRxFSZg0qb9214oBPob7TysG { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:1.5625rem;left:44.6875rem;height:1.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QRV0VrUcxhdDDOZP1kT337FTgkFQlGob { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:0.90625rem;left:3.75rem;height:3.85rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RkuBVh4KELIx8aJ5RQu6i195P58JcUve { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:37.166665554047rem;left:3.75rem;height:3.85rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QAUx4ZMqtcKguJKcF2KnA1DDsr7b2iQL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QAUx4ZMqtcKguJKcF2KnA1DDsr7b2iQL > .row .container { border-width: 0; border-radius: 0; }#QAUx4ZMqtcKguJKcF2KnA1DDsr7b2iQL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAUx4ZMqtcKguJKcF2KnA1DDsr7b2iQL > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:none; }#uMLERyCmIbtA4eNBJTgLJyKZT1OPo7Lk { box-sizing:content-box;color:#1da59b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:5rem;left:51.062503814698rem;display:block; }
#g0Tla3t33TrbMMQyAJAbm9pkLVrn6XC7 { box-sizing:content-box;color:#1da59b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:5rem;left:54.125003814698rem;display:block; }
#KSaUtn3cnuuLSW94VgsN3PhStu4E7XhG { box-sizing:content-box;color:#1da59b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:5rem;left:57.312503814698rem;display:block; }
#Q6E2KlGnGfdAfq7MEnolqIc3MTRLnv9O { box-sizing:content-box;color:#1da59b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:5rem;left:60.500003814698rem;display:block; }
#xPPubCVQRRu1hUqxXTwA3zueCJriiNgz { box-sizing:content-box;color:#1da59b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:5rem;left:63.6250038147rem;display:block; }
#eANk7f7poLP0kWQJMOdnt1gv01AEoG3s { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.125001907349rem;left:47.500003814698rem;height:5.3625rem;text-align:center;text-align-last:center;display:block; }
#l98ZgElbwN3nzMyAfsxcTcLfrA93LUPy { color:#1da59b;display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.75rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:6.875rem;left:50.500003814698rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qu6WyuhTp01mJubOH2rIbtOk1lwAfRTC { box-sizing:content-box;color:rgba(123,210,203,0.3);font-size:17.1875rem;font-weight:400;line-height:1;height:24.5625rem;width:32.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0rem;left:42.750003814698rem;display:block; }
#CVsJrESy1OHePTAPg4SERvUM5NIand2m { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;height:22.5rem;width:39.99925rem;top:2.1875rem;left:3.75rem;display:block; }
#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row .container { background-color: transparent; background-image: none; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row .container > .video-iframe-container { display: none; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row > .video-iframe-container { display: none; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .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); }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row .container { border-width: 0; border-radius: 0; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#rMzpToklqq7bAJxa5AIiJAuiVfFbpT89 { color:#1a0951;display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IyaBtbTPo53d2Trxvbv1FgvFi9QMGD42 { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:7.1875rem;left:34.375003814698rem;display:block; }
#NZIWgT1u920c8HHUATCMZfwJAFz1OWXx { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.75rem;left:36.687503814698rem;display:block; }
#TFiZ5xwTaV1NaBJVtH5lX5CxcTywCoEP { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#IJBNOVGBXz3lnkUZSr19VPLUtSUozlyd { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container { background-color: transparent; background-image: none; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container > .video-iframe-container { display: none; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row > .video-iframe-container { display: none; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .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); }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container { border-width: 0; border-radius: 0; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container { font-size:0.875rem;font-family:arial;height:115.3125rem;width:75rem;position:relative;display:block; }#Dhf5eIELIFmD1QznLNgu24ufbxLFlZVr { color:rgba(var(--color-primary-1),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:5.3135375976562rem;left:6.25rem;height:2.925rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eQCWwqEEIpcRl3pixnvJK0P77azJgc5r { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:5.8718872070312rem;left:23.18542098999rem;height:5.775rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#mxocW8kzZhW7cdXNkzVX3O5NbSqeN4c6 { color:rgba(var(--color-secondary-3),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:41.250003814698rem;left:6.25rem;height:2.925rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T { color:#040015;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:41.750003814698rem;left:23.187503814698rem;height:7.7rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
#wxUlpnkz24licUryIOhDDC6C7CvJhwcm { color:rgba(var(--color-tertiary-1),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:1.1494140625rem;left:4.244140625rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ROUsGVr4tgrc5zdNINOeVZT4TQfNfzeZ { position:absolute;display:block;z-index:15030;background-color:#6c3af6;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.6875rem;width:32.5rem;top:0.9375rem;left:3.75rem;display:block; }
#Hzd2AFLkoOabmMEsRC4PMoUrRu9Vlc2r { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),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:105rem;width:0.125rem;top:2.2041625976562rem;left:20.49792098999rem;display:block; }
#WpntytbXwrtuzcsO4EFA83i2D8tawJ3r { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:5.870849609375rem;left:19.623958587646rem;display:block; }
#s50NsUqoH5bJJ1lMD4v3X0xcpBtbMrPL { box-sizing:content-box;color:#2f2483;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:5.2479248046875rem;left:18.998958587646rem;display:block; }
#QOmDgeROFowmrip9wvftCP1OS9cs6Is8 { box-sizing:content-box;color:#2f2483;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:41.187503814698rem;left:19.000003814698rem;display:block; }
#fIcMS7UCre6ZzNTSsaVnEy0mVBZyqvps { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:41.812503814698rem;left:19.625003814698rem;display:block; }
#FfzqiFut5gm5EzEyWV36Q4VPihat4CXs { box-sizing:content-box;color:#2f2483;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:68.250004768369rem;left:18.998958587646rem;display:block; }
#eq1TEOfKKQpvHuog5oQyDpPslZIymGrZ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:68.873963356019rem;left:23.186458587646rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pIyGA8uQ3WzwNNQqii4PGTPX8S4A7uoF { box-sizing:content-box;color:#2f2483;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:73.998963356019rem;left:18.998958587646rem;display:block; }
#IES3csPRNlSbEv4T3mFOoCReZURIJy4v { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:74.653130531312rem;left:19.65417098999rem;display:block; }
#L078KWvddBMMw0aqoxtwOg9IBlNcPzuP { color:rgba(var(--color-secondary-3),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:74.061463356019rem;left:6.2489585876465rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SU63pAwstxT82w8QaCmMNMv0DVG7HsDt { color:#2f2483;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:74.687504768369rem;left:23.186458587646rem;height:7.7rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Avd5BpK0ih7e62mcbJTKngoH9C0loIQn { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5621875rem;width:1.5621875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15053;top:106.37396621704rem;left:19.81042098999rem;display:block; }
#v0BlBe0FZL3fgI5uo0bWCm5m33e75CHl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;display:none; }
#FnhyTuHW6ULX58NEmp4xIN84MwMpxIGH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:5.5625rem;left:3.6875rem;display:none; }
#yXshyNiKGA3ur274ofeHI3esPpyGvfCD { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:68.873963356019rem;left:10.6875rem;height:1.8rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZFBVf4t29vbV51ht8LEtVIzFt42fkaA5 { color:rgba(var(--color-secondary-3),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:105.62396621704rem;left:6.2489585876465rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VnWaPkXSHJTcV32TULTZAopvxvesiXmR { color:rgba(var(--color-secondary-3),1);display:block;width:40.18625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:106.31146621704rem;left:23.186458587646rem;height:5.775rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#o8TJ9e8eaxFsJIcNW6IiXrWQVHsv4OOF { box-sizing:content-box;color:#2f2483;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:105.62396621704rem;left:18.998958587646rem;display:block; }
#JN9rOJBvffryDOymRvTTSz5Pdt5IMrAE { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:69.000004768369rem;left:19.811458587646rem;display:block; }
#TSI0BskfzsCm2WK4gxHfkn1Q5bpmV7pC { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:94.375rem;left:28.4375rem;display:none; }
#TLi6kgZrb9tifDUnJE4ttUTXxtBbHdgn { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:49.873449325561rem;left:28.43595123291rem;display:none; }
#Lh2l6trReZyvIWg3cX2DegLqCFyef7kH { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:49.873449325561rem;left:28.43595123291rem;display:none; }
#iDzTtMMdzxTLUU8GEFNSu6xFWUe3gU5F { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:77.3125rem;left:19rem;display:none; }
#XAftRBqxuZFTUunZ4zGsDcvqDSkDqaz6 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:0.84003734588625rem;left:4.0583229064941rem;height:2.17574375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#XK8Hp9Ac27fMa0hlHphyNw24pTO6eB4t { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:84.687505722044rem;left:23.18542098999rem;height:17.4375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#XK8Hp9Ac27fMa0hlHphyNw24pTO6eB4t li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XK8Hp9Ac27fMa0hlHphyNw24pTO6eB4t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a3b0e664-c32c-450a-ba4a-76856ecddcde/logoDMarketing.png); }
#MXsDzghep2fWp8McvDplWF2Io9efqppp { color:#040015;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:51.812503814698rem;left:23.18542098999rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#MXsDzghep2fWp8McvDplWF2Io9efqppp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MXsDzghep2fWp8McvDplWF2Io9efqppp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a3b0e664-c32c-450a-ba4a-76856ecddcde/logoDMarketing.png); }
#NplOceqs8lrGAS104lWDMoiaSbKeJLT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:13.996887207031rem;left:23.18542098999rem;height:23.9375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#NplOceqs8lrGAS104lWDMoiaSbKeJLT7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NplOceqs8lrGAS104lWDMoiaSbKeJLT7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a3b0e664-c32c-450a-ba4a-76856ecddcde/logoDMarketing.png); }
#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d5d5d;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; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row .container { background-color: transparent; background-image: none; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row .container > .video-iframe-container { display: none; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row > .video-iframe-container { display: none; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .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); }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row .container { border-width: 0; border-radius: 0; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fdfc;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; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row .container { background-color: transparent; background-image: none; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row .container > .video-iframe-container { display: none; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row > .video-iframe-container { display: none; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .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); }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row .container { border-width: 0; border-radius: 0; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#s659E8wli6PVskDvNDdeuLG0byHZO52X { color:#1a0951;display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ElJPbTRLNac6ZEw4USfmD8Z4GWd5M7SE { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:7.1875rem;left:35.312503814698rem;display:block; }
#oGHGtTnv5TzT0X62SzwBebI6n8P3gEdV { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.75rem;left:37.625003814698rem;display:block; }
#yeDG8xJxVcv9m1hKagDpq05cccTQ1ERJ { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#uUJPZpXndQ78KgxBgXN1XrpSq0ZcWTTT { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#PxSI2krKDr5KlirG260eUichqD9SI1Bf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fdfc;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; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row .container { background-color: transparent; background-image: none; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row .container > .video-iframe-container { display: none; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row > .video-iframe-container { display: none; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .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); }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row .container { border-width: 0; border-radius: 0; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#ItaTcGfwEEyH71SHKIUG28Doyr91otU4 { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1da59b;border-left:0.125rem solid #1da59b;border-right:0.125rem solid #1da59b;border-bottom:0.125rem solid #1da59b;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:46.5625rem;width:21.125rem;top:1.2473983764649rem;left:40.3125rem;display:block; }
#TJfcGM8bFA2V3PCnTds1LADOSB15l10x { background-color:#1da59b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:42.174480438233rem;left:42.625rem;display:block; }
#DlTFHIKhnNroB0U9GFBpTvUwx2eDqeCQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:17.812503814698rem;left:42.625003814698rem;height:22.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9ce7887e61b9a57652102eb680a3caba.svg); }
#guEHpwQ5LxTQRdoPn3wDxwaWs7ooTB0g { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:37.5rem;width:20.9375rem;top:3.125rem;left:13.75rem;display:block; }
#WAO6XSWDL0GzlrHvNufLBWZnWo5wn0FI { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:8.5625rem;left:15.625rem;height:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LBMVWE93ABhsNauep3dypbZTTuMFFRNU { position:absolute;display:block;z-index:15019;background-color:#ededed;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:15.625rem;top:16.6875rem;left:15.9375rem;display:block; }
#uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:14999;line-height:1.8;letter-spacing:0;top:17.9375rem;left:15.9375rem;height:15.3375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9ce7887e61b9a57652102eb680a3caba.svg); }
#eUuuT5wiyqgHbgP1V8n1TQ1nQueEKGfS { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:8.4500045776369rem;left:42.097919464111rem;height:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kgRscgbArT3qfOsTVD4J1WevdEwOD56o { color:#1da59b;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.375rem;left:54.75rem;height:2.35625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tvw1h32Inix0WXWZDXJVDJUmq5DB5Fx5 { color:#1da59b;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:4.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.625rem;left:43.625rem;height:5.28125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ELHJ4QEaUeRc8dr2FaHmtOrSGl3VTqRJ { position:absolute;display:block;z-index:15020;background-color:#ededed;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:15.625rem;top:16.562503814698rem;left:42.625003814698rem;display:block; }
#WC9LHHBUevT7h1630CanoWUXcqHHVTUm { background-color:#2f2483;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.8125rem;left:15.9375rem;display:block; }
#iXb8VNUiwOJbI66fvxZwayXBgR7XtUg1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JakJQQ4Q6FcqyzIH3oSTNNxyGp4ebR83 { color:#2f2483;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.8125rem;left:16.875rem;height:3.0875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#truG31ZmCVcb1wdy1zsZzaPXP6zaLTvC { color:#2f2483;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.5rem;left:26.875rem;height:2.35625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MVLDJpvVk2XAo68ktu59NVydq575hJN5 { color:#2f2483;display:block;width:7.5rem;position:absolute;font-family:roboto;font-size:4.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.75rem;left:19.0625rem;height:5.28125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EKQGIdmdk2r00Z5iycZhmoIiOOqKrDkz { color:#1da59b;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.6666717529297rem;left:43.504169464111rem;height:3.0875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ReElbTiahuXecCOkL9GdrnMMa6vcJBwR { color:#000000;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:42.8125rem;left:13.75rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2483;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; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row .container { background-color: transparent; background-image: none; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row .container > .video-iframe-container { display: none; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row > .video-iframe-container { display: none; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .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); }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row .container { border-width: 0; border-radius: 0; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#XOw6a0WKa89TXaumPuuv58U4QGhHmXTt { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tyAIHu5nZzFu186EEnFLdapNP7RiQha4 { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:7.1875rem;left:44.062503814698rem;display:block; }
#VQT30HLZZQhrn1VFVQLep2E3NinexItZ { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.75rem;left:46.375003814698rem;display:block; }
#N6O6MEC8LvbZMlHnFRSDOOoTXCvxJpxw { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#VZQT0cO2eDSzFdF8gLT7PJMikUdbnrBt { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2483;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; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container { background-color: transparent; background-image: none; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container > .video-iframe-container { display: none; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row > .video-iframe-container { display: none; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .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); }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container { border-width: 0; border-radius: 0; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:75rem;position:relative;display:block; }#fTiTQIAgHfvuS1esOOJ3XtRzxqEFBTfX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:49.812561035156rem;left:12.1875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kQsg8wIQSJyTmu8DLLmoBvBciT4kOTTw { color:rgba(var(--color-tertiary-0),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:51.687561035156rem;left:12.1875rem;height:2.7625rem;text-align:left;text-align-last:left;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-form-header { font-size:0.875rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:9.9375rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:middle;overflow:hidden; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #939598;border-left:0.0625rem solid #939598;border-right:0.0625rem solid #939598;border-bottom:0.0625rem solid #939598;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:36.75rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:avalon;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #939598;border-left:0.0625rem solid #939598;border-right:0.0625rem solid #939598;border-bottom:0.0625rem solid #939598;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:36.75rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:avalon;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #939598;border-left:0.0625rem solid #939598;border-right:0.0625rem solid #939598;border-bottom:0.0625rem solid #939598;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:36.75rem;box-sizing:border-box;height:2.1875rem;color:#1e1e1e;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:10.5625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#2f2483;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:22.0625rem;margin-bottom:0.25rem;margin-left:10.5625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:14.6875rem;height:3.4375rem;font-family:"source sans pro";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp [class*="-text"]:-moz-placeholder { color:#1e1e1e;font-family:"open sans";font-size:0.8125rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp [class*="-text"]::-moz-placeholder { color:#1e1e1e;font-family:"open sans";font-size:0.8125rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp [class*="-text"]:-ms-input-placeholder { color:#1e1e1e;font-family:"open sans";font-size:0.8125rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp [class*="-text"]::-webkit-input-placeholder { color:#1e1e1e;font-family:"open sans";font-size:0.8125rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:35.6875rem;overflow:hidden;font-style:normal;float:none;line-height:1.3; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.4375rem;vertical-align:middle;font-family:"open sans";font-size:0.8125rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.6;float:none;text-align:left;text-align-last:left; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:first-of-type{padding-top:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:last-of-type{padding-bottom:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp  { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:47.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:12.1875rem;top:2.8125rem;z-index:15002;position:absolute;font-size:0.875rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.75rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1.1875rem;line-height:1.5;font-weight:700;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp {display:block;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:47.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:12.1875rem;top:2.8125rem;z-index:15002;position:absolute;font-size:0.875rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #qoziPiETkhTvL2c0h7V0O7pDfTfTfoRg { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tCKWRpheZyICJwo6BcrHiXqS7ZCABPbi { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #F7C13DVrxXDzUZgUzMnXmHx1JtAJcXNm { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #RUvD4y6phPhbVsvMZ9KHBv0FdlMbzhd9 { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XLld0e4h3CPbn97SICznlA6AHfcD1peo { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #yGPkdts3HTyhddKMSu0lZeTMUuTxGxTp { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #uGV8B4B4FRiLsCAX0Mx7ubM8L0BUJ9w2 { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #QMJgaMf0P50TRM2GMwJWJ9s7THdOts75 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #L9pm0QpeOxdat4gZZf3mxDnMXx9dSwET { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #siBOuTwwTfhCccm20ftJk968tO2u8EEd { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #aG1dN8fbbvTrHNMEO7VtEThAT8zIygC4 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #m1ZgyDqLwXkDKTACCgchSs0kWATog8Aa { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #t1SUVxsRtwdrrHM8PMR0ODo7vETJIHbC { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tdkP7wULwuybBgnxIp56otwS4WeBr9zw { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #owXWdWMg1LoA7zewCHgqu61UHWFO75Qd { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #h7gsddESelQ30SZSgZVIf8us4mcWnTtT { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Dl3hvgQ2ThNtPWGqph9zGqRtGzw8Jf2w { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JO2z04toS1o6k0zTst9CKE5t7tmb0XcB { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XAckdr91aaaJRNSViplbrTNkZ7UNhNl6 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #eqhh037LtGFoCBcNb9D5pETomGqPfwfk { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #B3CdNPcApybM7iT61quDf7MTJkBDAtvo { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #wcgf1dOZuf9tMADxcIyu4LKts23XMyP9 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #R4b5XyiGq32J60H23HrxHBoOGuOKyTVa { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #zQI5UesECXgKA8WHTOGTfybcJPCN2rgE { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #TZxZx92KIRCURuFT1WZL7s4L0wodRbCa { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #a427UiK3J6wV24tXyRD8CMrsL1ZlwI8K { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Qxu5c8hSrD5BGoucA7o1pyGJkp889FAr { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #gqrxSJ4uSMm4oiQ6mKfpTndUevv0uZwC { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #VESM2zug9vR3daSmko3wgHMoZu5FTwZc { position:relative;z-index:2; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Z18t4lt5P68l4v4B4SxzUsw3g8q5MDJg { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #wE5tmDsqn68NfNQahlcfJ3Um7ezriwsh { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #q2mwJxVc4t6KizMFnp2QMSH0NK52wvfc { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #VHcPtxz5n7ZvUzf4HL2GxenFPuVklEz7 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #zMogCstcxC3yCFf8N2i6DQJziHSIlzTK { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #MywVPacDkHTsNr1R9pGi6Xz7EEVu5sId { position:relative;z-index:2; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #CJmLD2y3TMzLGXATeSdbH5Sy25D7ZULH { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #U5p1QOKToDdANgQwi2VT37PXltMsrGTL { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JPXa7QMQ80nyvLB7LF9eAc6a8PeFcXkT { position:relative;z-index:2; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #AuGNxbMsRJePIX1d5ZnpaxNRPW5TtrKp { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #nHmMkKpcGOodUkgOxhcSBgdhRg8F7iM0 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #hz7LXzATm3JaML4IZ7KdE67CxUOJ9iiL { position:relative;z-index:2; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #NXUTRgHTRvKGczXzxLS8KKG44wVCN6r4 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #lsAXAT7CeE7xFVbLDIAdxHy7m0Vk6ANA { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #elT70aT7NLnBB2XIzMPlkCoNHC5e2bUq { position:relative; }
#FIBhzNdOhWbRPJNhCbqGwNtWhSZJB8Is { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#FIBhzNdOhWbRPJNhCbqGwNtWhSZJB8Is > .row .container { background-color: transparent; background-image: none; }#FIBhzNdOhWbRPJNhCbqGwNtWhSZJB8Is::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIBhzNdOhWbRPJNhCbqGwNtWhSZJB8Is > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIBhzNdOhWbRPJNhCbqGwNtWhSZJB8Is > .row .container > .video-iframe-container { display: none; }#FIBhzNdOhWbRPJNhCbqGwNtWhSZJB8Is > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIBhzNdOhWbRPJNhCbqGwNtWhSZJB8Is > .row > .video-iframe-container { display: none; }#FIBhzNdOhWbRPJNhCbqGwNtWhSZJB8Is > .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); }#FIBhzNdOhWbRPJNhCbqGwNtWhSZJB8Is > .row .container { border-width: 0; border-radius: 0; }#FIBhzNdOhWbRPJNhCbqGwNtWhSZJB8Is > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FIBhzNdOhWbRPJNhCbqGwNtWhSZJB8Is > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#uv9FhG6qcscqsCMy12TG2edil5Olb7iT { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:7.1874980926512rem;left:21.250003814698rem;display:block; }
#oLTwVrVcswKFleVrbiDn77Wp0pdwrCoa { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.7499980926514rem;left:23.562503814698rem;display:block; }
#ykMOaJQGLXhP8eyDFmCOAGwiEClaaCPn { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#K5XgalIQ76yGxKTBPz9zRXS0iqgOUJQX { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#B5kkD03wcwQgJTly5epo7WeI4GKnrFkJ { 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.4375rem;width:17.1875rem;top:3.6875rem;left:4.7708358764649rem;overflow:hidden;display:block; }
#kxdHLiKTK7Rv8KL10hmZWWZzwoewJ9er { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#kxdHLiKTK7Rv8KL10hmZWWZzwoewJ9er > .row .container { background-color: transparent; background-image: none; }#kxdHLiKTK7Rv8KL10hmZWWZzwoewJ9er::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxdHLiKTK7Rv8KL10hmZWWZzwoewJ9er > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxdHLiKTK7Rv8KL10hmZWWZzwoewJ9er > .row .container > .video-iframe-container { display: none; }#kxdHLiKTK7Rv8KL10hmZWWZzwoewJ9er > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxdHLiKTK7Rv8KL10hmZWWZzwoewJ9er > .row > .video-iframe-container { display: none; }#kxdHLiKTK7Rv8KL10hmZWWZzwoewJ9er > .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); }#kxdHLiKTK7Rv8KL10hmZWWZzwoewJ9er > .row .container { border-width: 0; border-radius: 0; }#kxdHLiKTK7Rv8KL10hmZWWZzwoewJ9er > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxdHLiKTK7Rv8KL10hmZWWZzwoewJ9er > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#IxVvrLN888zTniI8tg8IZ57g0Eysp5uc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:oswald;font-size:9.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:8.8125rem;left:33.250003814698rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pZ3mHQUmcDLHg0QbCETxH5FVH97xgkUh { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:0.9364585876465rem;left:3.75rem;height:16.3625rem;text-align:left;text-align-last:left;display:block; }
#XBzklMnhPsw3Rxu7Ld6ZTeiUPvzFFWxF { background-color:#1da59b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.25rem;left:3.75rem;display:block; }
#MXag4LycxT9UmM2kikonUSECFlQtnW5S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LIB5xhBFhQGd4ByCogpWevsexXOptwfB { background-color:#1da59b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:18.25rem;left:20.25rem;display:block; }
#ZSEywSs87B8zvSK0qrl4es9NRlccdVUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x14bKvves6tZPmTPLLAs5AaiS9JKIA7g { background-color:#1da59b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:18.25rem;left:34.875rem;display:block; }
#AI0OiVTxZNVq9aiGsn1TrkGcyX2ewFsd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2483;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; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container { background-color: transparent; background-image: none; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container > .video-iframe-container { display: none; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row > .video-iframe-container { display: none; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .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); }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container { border-width: 0; border-radius: 0; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#WW56JoHDh3f7TTp3u2xwPtJtnbHp4FPR { color:#c7c0ff;display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.8812522888184rem;left:0.625rem;height:5.3625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NhTtBFJSghkCkBnTACfo1qS2f3B5Eu37 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:3.872917175293rem;left:60.24792098999rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JlVByAxhsKeFl5SzIQSTtF2LZeSSTd1p { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:5.9989585876465rem;left:60.24792098999rem;height:3.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J7retR1wlHuiJqPm0lJAaCHVzHs82vIo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:5.9989585876465rem;left:33.87292098999rem;height:3.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ntpq18BcWHOuRW7RBpZAxb39RLIHH4A0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:3.872917175293rem;left:33.873958587646rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aTEo6fD0qX2kUT84uT53Vzz7fmke24PX { position:absolute;display:block;z-index:15025;border-top:0.25rem solid #c7c0ff;border-left:0.25rem solid #c7c0ff;border-right:0.25rem solid #c7c0ff;border-bottom:0.25rem solid #c7c0ff;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.5rem;width:7.5rem;top:2.497917175293rem;left:24.56042098999rem;overflow:hidden;display:block; }
#esmEoNLHgtJNuZVFmlI6VtAt1N72hN8B { position:absolute;display:block;z-index:15006;border-top:0.25rem solid #c7c0ff;border-left:0.25rem solid #c7c0ff;border-right:0.25rem solid #c7c0ff;border-bottom:0.25rem solid #c7c0ff;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.5rem;width:7.5rem;top:2.4989585876465rem;left:50.936458587646rem;overflow:hidden;display:block; }
#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row .container { background-color: transparent; background-image: none; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row .container > .video-iframe-container { display: none; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row > .video-iframe-container { display: none; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .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); }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row .container { border-width: 0; border-radius: 0; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:7.4375rem;width:75rem;position:relative;display:block; }#guAa8S9mQdICMDcvGhHGJBWLDoLZMel6 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9364624023438rem;left:60.9375rem;height:1.38125rem;display:block; }
#EowCTE6rcsaMMuukbvhilAOFfFubOyFq { color:#8faace;display:block;width:13.3125rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:1.9375rem;left:27.1875rem;height:3.5625rem;display:block; }
#tlWqv7XZwVtuHX0XnlCESMS4HKu16a9g { box-sizing:content-box;color:#8faace;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.9375rem;left:10.25rem;display:block; }
#s4FpDTtB1qsOqKdwOKC62ICzkv2bxV02 { box-sizing:content-box;color:#8faace;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.875rem;left:10.375rem;display:block; }
#a01OADZ9obMxuclKEia1i1n5uVNDnLH7 { 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:1rem;width:1rem;top:4.9375rem;left:10.625rem;overflow:hidden;display:block; }
#JUDEPg46waPKAx4ZweTmfd5cTh45wv2G { position:absolute;display:block;z-index:15010;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:1.625rem;width:0.625rem;top:2.5625rem;left:25.8125rem;overflow:hidden;display:block; }
#u4vIfG5vcTxSVUCsFr2mQEzmDg7kWb4H { background-color:transparent;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.0625rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:1.25rem;left:12.5rem;display:block; }
#QzALAqU0KmdsBM6Na47MO2BdqXR93LtD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTn8VNcMyO10Er5Zrf3mVx3JDqQrsqO9 { background-color:transparent;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:3.125rem;left:12.5rem;display:block; }
#PHy5mEiJwwpbmK9XTkArIz5RsAeUedrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VnEwsi5cicToZb87ZT46TzaQx0LdN0fg { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:2.0614624023438rem;left:71.875rem;display:block; }
#wCeexTEW0ZB0WeBts9iJSuZdCHLqZ9KL { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:2.0614624023438rem;left:68.438537597656rem;display:block; }
#MIQOP3MT42nUaaN9aHTtve7UG6KKwUVI { 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:2.875rem;width:7.25rem;top:2.5302124023438rem;left:0.3125rem;overflow:hidden;display:block; }
#KKGnXlM9B6LtpTEc51SqLJdqzdf035to { color:#8faace;display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:5rem;left:12.5rem;height:1.21875rem;display:block; }
#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 { position:relative;display:none; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 { border-width: 0; border-radius: 0; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lHgqdMFy7HSxr8aqwlS5TWoe2plLkLT1 { z-index:15002;top:0.3125rem;left:32.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-secondary-3),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Q8akGykA16svDpf6i9TbE1kVTO7vqiT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu { position:relative;display:none; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu { border-width: 0; border-radius: 0; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mS4Nd7CatgsAN41ApWK8o19oFTCf46I3 { background-color:rgba(var(--color-secondary-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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.34375rem;left:21.78125rem;display:none; }
#DXqTRe4RO7qWbir29X8yZZwE6ZH9eLQ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sh0Zx8tOAqzNHR9pnDbncPHmQuQVn5GS { z-index:15002;top:0.3125rem;left:32.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-secondary-3),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#gC18fpTLLSlrZnnWgfMziKQgNwB7CH1o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#paKv6rA28m5zNPuLZcc3ML4kiDvFi5Gv { background-color:transparent;background-image:none;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);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6249375rem;height:2.4994375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.0625rem;left:58.25rem;display:none; }
#pTfKwyscMBRFH1tT8X2nPqS94MMT5WDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO { display:none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WtAlaDrtDvZo0XxeDyPaxWVx0VvUD7CT { top:1.0625rem;left:0rem;width:10.125rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlB479nQo8DEDOryxTcWVFTklXdJHbZe { top:0.3125rem;left:19.03125rem;width:10.625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQRNwDVF8sR2rCAGZE2fd1L1LNHZDPhF { display:block; }
 }@media only screen and (max-width: 763px) { #M3VsOecy2gudMwbe4OVgR6pMnHe50ygp { top:1.3125rem;left:0rem;width:7.5rem;height:1.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp { display:block; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8VqzIaVNddRqdocpz4gHeruHsDUqFga { top:1.4375rem;left:29.187503814698rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0G7VcWzTdIm67TJV4t70EsOPlGg64K0 { top:1.4375rem;left:42.4375rem;width:5.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iStoHAp3ULTLm6wR0lGkAeedZILDaMfK { top:1.1875rem;left:0rem;width:13.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wait8rbHeQOeCryTC7ZIPK3N9vSuiO94 { width:10.3125rem;height:2.8125rem;top:0.75rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNGIyQynsnQ2yvZDLAn0DdPnp1WMxcQC { display:block; }
 }@media only screen and (max-width: 763px) { #d8O1q21rFU2L9igXtnpmfr9W2Zg6CxbK { width:27.75rem;height:1.5rem;top:1.375rem;left:0.86250305175781rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRBzwaBSwg6nEQTteM5TZeuKDCCRfbBo { top:1.4375rem;left:37.020839691162rem;width:3.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM { display:block; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B { display:none; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP { display:block; }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tydNoK21I4HzRWNDaK2J4kmphkPRpMnV { top:9rem;left:0rem;width:38.5625rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnTa4pEWPxJ4LvBwu9xnBV33lzwTsCLc { top:7.0625rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrHQv9i3Q2v0cCAz71hwbAof7KnSWw58 { top:14.6875rem;left:0rem;width:45.625rem;height:12.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk6JQZ5sxutUihoCXD34aTR40upsRlCm { width:15.5rem;height:3.4375rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypRiqBTKQF9R7WWDOxEsJr7Oiruhyqzx { display:block; }
 }@media only screen and (max-width: 763px) { #pcogr1rGWncISc6MHvBFVAMGlB7UuuLg { top:2.75rem;left:0rem;width:24.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elMRVN9HbN1bl69KRxeq91d3u797VUxT { top:34.9375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTwEfnTlZ7oti0l2QuGB8wUitthWXZpE { top:1.375rem;left:24rem;width:23.75rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwAHHHBCiQcyIJeHnJSO7UrxLUSBc6tR { top:34.875rem;left:0rem;width:18.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMBgf2KX409urLUZbJraIyhDXLGDJ4Uo { display:block; }#uMBgf2KX409urLUZbJraIyhDXLGDJ4Uo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f50ZabLDUMSGQn2wuTDyTMqPHJbg7k6m { width:28.125rem;height:1.75rem;top:1.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp .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; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp .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; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #qiXXAFE8FBFF62zX6KmxVSBpp8S7lrZt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #eKrhoxVDckT4mI0tGU1F3V73opiIAQeh {  }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #SiZOTD37pPzhP3chaJDrquzeBBwflMsE {  }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #MqTPSt98pi6dnldGmVQPFdyySH6oDMSe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #d5JFGlKAqwMKouiLqIBDw2iAbuBsfGoz {  }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #kdQTHmVBlElREAhlBSE3qDqoXbDR5O5S {  }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #NEw11F5bv5rGg5v8JTIbmSuPcn3ex5Tk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #CUd61uTb98ZzS4ZJquIGknf17n4nncuN {  }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #wRgPULh3GrJp2t3RLIrXtXsoabPFTdPM {  }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #zkw9qlIhgV7TfkxWVTsTn5WVoVKxoXMG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #DVAB9OkJvrkarAwEBOU3CTQoZvA6mlg1 {  }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #uiZBO3Q3IFkaWFREiKAQcOdb8TW5bGIi {  }
 }@media only screen and (max-width: 763px) { #Akpf44Nbxp6WfvIheaMuBDncIlrVE4C4 { width:10.3125rem;height:3.4375rem;top:1.0625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQxfTDCwMJuvTpsohGL1ZS8wSJRE103K { display:block; }
 }@media only screen and (max-width: 763px) { #Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH { display:block; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTAn3mpnJlAanBJHmFTU4AfrketvZUmZ { width:20.625rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C64fnJQ61T67a8Ba3ALmN9MExQothMX1 { top:7.1875rem;left:9.2500038146975rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCccs35kupuTB6coBrvbETgB7a7qQP7P { top:4.75rem;left:11.562503814698rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnJZqwMw4rE5D2iSzgoTobuEUTwECaOP { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv3bK1HWpkMUcXJDS1xIHNJxkJEIRkRr { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq { display:block; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hf4RXXfAlB9ScgNXThCrmyapvpRrd8Rx { top:0.875rem;left:0rem;width:46.125rem;height:16.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFJlwlTKVMBKtgCCea4GTZIWmaOPnES3 { top:0.875rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHNgG4RvUb1KSSau1TzCsUbr9ZFlUKyL { top:20.1875rem;left:0rem;width:47.75rem;height:14.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDbpDA5I9CK4slBxHz00aBL9rQR2s7cb { top:15.25rem;left:0rem;width:20.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWdph2pkc7ph8PMlP26B5tzs95tWWN0c { top:1.25rem;left:0rem;width:19.9375rem;height:24.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi { display:block; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0V7ZV4QM85aWP3Q2vgOTT3Vc7R0stfu { width:47.75rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4TVp82s2g2r9Km3hhg1a3rNClVSzCTE { top:7.1875rem;left:45.25rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux00yh7ZSNhLPSMrm4Wgo5EFsJlo2PVV { top:4.75rem;left:47.5625rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlZpUS6L7fy4OQqt6t7JNee7UzqMmXht { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUPLtoRKwaDT1BP8f9ubLCsgXNtg7xCP { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD { display:block; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0Ax6KKmuie6FHNDxAqHCKqRRZDLqu9w { top:3.25rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTPxOMno7lnIW2zorLVZEJC5uDBBD5MS { top:0.875rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9fMPGvEOF5zW1ownRTynpEclHZuQ33l { top:1.625rem;left:0rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9f1hfTz9UTnBabV9LRxUsR0gb3O4bgw { top:17.6875rem;left:39.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIMhCHJyUDg7PlgSfd1CiMXGioRsS45c { top:15.3125rem;left:42.000003814698rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0HQAig8yk9EMtCP4x1QQT5e62DqZO96 { top:16.3125rem;left:43.687503814698rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhngRUv1rTivinMGTLkITvVsi4VDKBsw { top:3.25rem;left:4.3125rem;width:43.4375rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of6IWJcoREtX9cloHnCKO4fbQUEgxpvO { top:6.25rem;left:8.5625038146975rem;width:36.875rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maIQMRLxxcZ4s4MIZVRgvbsNmLGdkef2 { top:16.75rem;left:8.5625038146975rem;width:31.25rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R54WhKC8W5cFntqRfnqVzwUhTNsfsRBa { top:19.75rem;left:8.5625038146975rem;width:28.1875rem;height:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD49Vk7hXvWQKrayOA5K7I1p53Cv05K8 { top:29.8125rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZQiCIDxaFVuezTurhRdhyIZspeHSkey { top:27.4375rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIrTNzLyW6zgJ2O37LNHyzCHtb1MH9K3 { top:28.25rem;left:0rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCE32829sOOUHziZC3FupETNw2marEKc { top:29.8125rem;left:8.5625038146975rem;width:33.125rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPytPOtc4IIToSdvF90BDBssKxD4VpWb { top:32.75rem;left:8.5625038146975rem;width:32.8125rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7O3pTCIn25kQwbJTu32R8TcASpNF5Ql { top:43.9375rem;left:39.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd6ucdZVlDnTManaOuceLbvaPTZrxaK3 { top:41.5625rem;left:42rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwdIxhEZpZbqR98GIuuu6hJD6KzCXxwr { top:43rem;left:8.5625038146975rem;width:31.25rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIw23VTteqxXl4oCQ3vOTHPupdnTQNdT { top:42.5625rem;left:43.6875rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htbo94QNFpoyLnTXg5VZwWi7BhnDKumM { top:46.0625rem;left:8.5625038146975rem;width:28.1875rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ereXvVV2TwDvITFpxQEhOF84O0xXb0gG { top:5.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6svT6Rx4ub7VxrHoDr6X85O7k640nmG { top:20rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3DyfxLfKdJhmmKJUmT2knmcclpqiNB6 { top:32.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozwoA4A4r8FXhmqIigMUEoeoFhvzyVbD { top:46.0625rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ { display:block; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKfO65iUZLsGxv55UFi4ZJZ9FV5tTNi0 { width:20rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17XLOVBS6BxwifzKiLyUL5E7UdE7Mlt { top:7.1875rem;left:8.6250038146975rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l20NyqTpHTB4whIEKd6wAbQUQTm6mASx { top:4.75rem;left:10.937503814698rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAuA0B5lSXwmEWq6lKhtI9R7eBNyClQi { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkqvfu1lPlHd1x85BfHUNL6lly7zo2LA { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c83hRTbDnhqLpiykfci6SI0bekSlKBBB { display:block; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyRcPiMUQ2FoWqFH5DeRm02LazCXHPVR { top:13.5625rem;left:0rem;width:23.625rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U00ZLq91oGphEzNXkTO2HO2xJ7lwCyog { width:7.4375rem;height:7.4375rem;top:0.9375rem;left:4.1868801116943rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1x6xLJ4rbo9v8D08iuk0i4FWA1oFcUt { top:10.1875rem;left:0rem;width:16.875rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFTMlmV9VLEIDCSayQaBbVoCr4zbuS65 { width:7.4375rem;height:7.4375rem;top:0.9375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycXCv7En4kxoLDDr7zTZ5UV0gAsxO7mQ { top:10.1875rem;left:7.375rem;width:24.375rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBbe9LBZxCDN8wqngPivPPTDLpKJtuQ3 { top:13.5625rem;left:11.6875rem;width:20.0625rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqBF7f7UeqqLG4gu4yp3PTV5MCyfOnCv { width:7.4375rem;height:7.4375rem;top:0.9375rem;left:35.937191009521rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2uW9A5yadW1cdcdcNBgBNA9L47uakk7 { top:10.1875rem;left:29.8125rem;width:17.8125rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZyNDv35ZdkgdcSlw1uy57hSyKexvexD { top:13.5625rem;left:25.125rem;width:22.5rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObLtlrgI0EULP5kNNKR2aTqu4LIS0IT { width:2.875rem;height:2.875rem;top:3.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkizLb5AI0PH8QL09s4D5whrdzSr4Uv3 { width:2.8125rem;height:2.8125rem;top:3.25rem;left:22.405319213868rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlboWFITFvdfKUEHPoW9Bf32zGzWzGrn { width:2.8125rem;height:2.8125rem;top:3.1875rem;left:38.312496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXqEK1tu0rC9LuJqHaRCH6tdiy6aMweO { width:10.3125rem;height:3.4375rem;top:21.5rem;left:18.656253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTxAyFQTnDEfW1ctBtKzbVO12FJBiBSC { display:block; }
 }@media only screen and (max-width: 763px) { #cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb { display:block; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmxcZvrRhXKpHZlGN6XRsJ2orloqlxRc { width:20.9375rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlZBXq8lBlcv6wSliSpc7UozaVd4b5vc { top:7.1875rem;left:9.5625038146975rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwIGvxUMxhAhZrvgMvx2O7T88HzG0NQq { top:4.75rem;left:11.875003814698rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R11J8vfzXJUQRkMGmnNlFKWIZbm1S6EZ { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKHi9oyp5aVIylot5fnRKguZATTC53BX { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm { display:block; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTDdbBp4ukCLSIdcg35w7K5spcbppPzp { width:45.3125rem;height:;top:5.9375rem;left:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT6xpm8oOdh5fdcVovnResbhE2EvalNM { top:0.875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMictXQ7pAe3plz4oh14t8vzKRU4vlsk { top:42.1875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
#GMictXQ7pAe3plz4oh14t8vzKRU4vlsk > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw { top:42.1875rem;left:2.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
#QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #w4uhieWetXdogb3owUVGtWz643TJmmeQ { display:none; }
 }@media only screen and (max-width: 763px) { #SFsWFOP66tH9kAsGZbdziH8tsM8oPib2 { top:0.25rem;left:0rem;width:28.125rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJc7DdudWQXtIySwEtWHvyhQrsQ2Jmg4 { top:25rem;left:17.4375rem;width:30.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avFBkgT38ZI5R8otZ334aH8gVpDuIimu { top:5.9375rem;left:23.375rem;width:24.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRF09CMfDsPnc1uXNyoCxQ1hRmpbqMkI { top:42.4375rem;left:12.4375rem;width:35.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1QveWwwMGNSDhqokaQdeCops4SHDoRV { top:42.1875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
#T1QveWwwMGNSDhqokaQdeCops4SHDoRV > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #uXLgm18IG1SNKQT7tSPrbokC9Wcr097X { width:45.3125rem;height:3.375rem;top:62.5rem;left:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsI8aNoWrskk19VqpV5wBf92O6BfUOrX { width:20rem;height:;top:19.5625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmIQnWUo2u8ICWDvmByU3FXTEpqPh7nW { top:1.375rem;left:24rem;width:23.75rem;height:31.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 { display:block; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ey7kSZgpmhAzb65tET8BTyc2ipJK1K7K { width:47.75rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egPDrImIp8sQhTzl27sQJdCwgtCxZIhP { top:7.1875rem;left:45.25rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOWVEcTpwNg23mLVXDLCV0OsZhn6n2AQ { top:4.75rem;left:47.5625rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES1oLPtqIdWcndZWT8rZb0mON3Z6ddm1 { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBPNNuX8eT2U7Ct09PiWlTH1z1FDIsA7 { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i { display:block; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXLku29mDvZHXNU1An3kEu3vkJ0HmdML { top:6.5rem;left:0rem;width:47.75rem;height:26.74rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNLeqFLFIRxFSZg0qb9214oBPob7TysG { width:26.5625rem;height:;top:1.5625rem;left:21.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRV0VrUcxhdDDOZP1kT337FTgkFQlGob { width:47.75rem;height:;top:0.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkuBVh4KELIx8aJ5RQu6i195P58JcUve { width:47.75rem;height:3.8125rem;top:37.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAUx4ZMqtcKguJKcF2KnA1DDsr7b2iQL { display:block; }#QAUx4ZMqtcKguJKcF2KnA1DDsr7b2iQL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMLERyCmIbtA4eNBJTgLJyKZT1OPo7Lk { top:5rem;left:37.437503814698rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0Tla3t33TrbMMQyAJAbm9pkLVrn6XC7 { top:5rem;left:40.500003814698rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSaUtn3cnuuLSW94VgsN3PhStu4E7XhG { top:5rem;left:43.687503814698rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6E2KlGnGfdAfq7MEnolqIc3MTRLnv9O { top:5rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPPubCVQRRu1hUqxXTwA3zueCJriiNgz { top:5rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eANk7f7poLP0kWQJMOdnt1gv01AEoG3s { top:18.125rem;left:25rem;width:22.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l98ZgElbwN3nzMyAfsxcTcLfrA93LUPy { top:6.875rem;left:30.8125rem;width:16.9375rem;height:10.5rem;font-size:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu6WyuhTp01mJubOH2rIbtOk1lwAfRTC { top:0rem;left:15.5rem;width:32.25rem;height:24.5625rem;font-size:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVsJrESy1OHePTAPg4SERvUM5NIand2m { top:2.1875rem;left:0rem;width:39.9375rem;height:22.465300076408rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q { display:block; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMzpToklqq7bAJxa5AIiJAuiVfFbpT89 { width:32.1875rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyaBtbTPo53d2Trxvbv1FgvFi9QMGD42 { top:7.1875rem;left:20.750003814698rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZIWgT1u920c8HHUATCMZfwJAFz1OWXx { top:4.75rem;left:23.062503814698rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFiZ5xwTaV1NaBJVtH5lX5CxcTywCoEP { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJBNOVGBXz3lnkUZSr19VPLUtSUozlyd { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm { display:block; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dhf5eIELIFmD1QznLNgu24ufbxLFlZVr { top:5.3125rem;left:0rem;width:11.875rem;height:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQCWwqEEIpcRl3pixnvJK0P77azJgc5r { top:5.8125rem;left:4rem;width:43.75rem;height:5.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxocW8kzZhW7cdXNkzVX3O5NbSqeN4c6 { top:41.25rem;left:0rem;width:11.875rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T { top:41.75rem;left:4rem;width:43.75rem;height:;font-size:1.3125rem;display:block; }#nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
 }@media only screen and (max-width: 763px) { #wxUlpnkz24licUryIOhDDC6C7CvJhwcm { top:1.125rem;left:0rem;width:31.875rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROUsGVr4tgrc5zdNINOeVZT4TQfNfzeZ { top:0.9375rem;left:0rem;width:32.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzd2AFLkoOabmMEsRC4PMoUrRu9Vlc2r { top:2.1875rem;left:6.87292098999rem;width:0.125rem;height:105rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpntytbXwrtuzcsO4EFA83i2D8tawJ3r { top:5.8125rem;left:5.9989585876465rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s50NsUqoH5bJJ1lMD4v3X0xcpBtbMrPL { top:5.1875rem;left:5.3739585876465rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOmDgeROFowmrip9wvftCP1OS9cs6Is8 { top:41.1875rem;left:5.3750038146972rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIcMS7UCre6ZzNTSsaVnEy0mVBZyqvps { top:41.8125rem;left:6.0000038146972rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfzqiFut5gm5EzEyWV36Q4VPihat4CXs { top:68.25rem;left:5.3739585876465rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq1TEOfKKQpvHuog5oQyDpPslZIymGrZ { top:68.8125rem;left:9.5614585876462rem;width:25rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIyGA8uQ3WzwNNQqii4PGTPX8S4A7uoF { top:73.9375rem;left:5.3739585876465rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IES3csPRNlSbEv4T3mFOoCReZURIJy4v { top:74.625rem;left:6.0291709899903rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L078KWvddBMMw0aqoxtwOg9IBlNcPzuP { top:74rem;left:0rem;width:11.875rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU63pAwstxT82w8QaCmMNMv0DVG7HsDt { top:74.6875rem;left:4rem;width:43.75rem;height:0;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avd5BpK0ih7e62mcbJTKngoH9C0loIQn { top:106.3125rem;left:6.1854209899903rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0BlBe0FZL3fgI5uo0bWCm5m33e75CHl { display:none; }
 }@media only screen and (max-width: 763px) { #FnhyTuHW6ULX58NEmp4xIN84MwMpxIGH { top:5.5625rem;left:0rem;width:12.4375rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXshyNiKGA3ur274ofeHI3esPpyGvfCD { top:68.8125rem;left:0rem;width:7.5rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFBVf4t29vbV51ht8LEtVIzFt42fkaA5 { top:105.5625rem;left:0rem;width:11.875rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnWaPkXSHJTcV32TULTZAopvxvesiXmR { top:106.25rem;left:7.625rem;width:40.125rem;height:5.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8TJ9e8eaxFsJIcNW6IiXrWQVHsv4OOF { top:105.5625rem;left:5.3739585876465rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN9rOJBvffryDOymRvTTSz5Pdt5IMrAE { top:69rem;left:6.1864585876465rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSI0BskfzsCm2WK4gxHfkn1Q5bpmV7pC { top:94.375rem;left:14.8125rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLi6kgZrb9tifDUnJE4ttUTXxtBbHdgn { top:49.8125rem;left:14.81095123291rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lh2l6trReZyvIWg3cX2DegLqCFyef7kH { top:49.8125rem;left:14.81095123291rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iDzTtMMdzxTLUU8GEFNSu6xFWUe3gU5F { top:77.3125rem;left:5.375rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAftRBqxuZFTUunZ4zGsDcvqDSkDqaz6 { top:1.4375rem;left:0rem;width:20rem;height:1.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XK8Hp9Ac27fMa0hlHphyNw24pTO6eB4t { top:84.6875rem;left:4rem;width:43.75rem;height:17.4375rem;font-size:1.1875rem;display:block; }#XK8Hp9Ac27fMa0hlHphyNw24pTO6eB4t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a3b0e664-c32c-450a-ba4a-76856ecddcde/logoDMarketing.png); }
 }@media only screen and (max-width: 763px) { #MXsDzghep2fWp8McvDplWF2Io9efqppp { top:51.8125rem;left:4rem;width:43.75rem;height:13rem;font-size:1.1875rem;display:block; }#MXsDzghep2fWp8McvDplWF2Io9efqppp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a3b0e664-c32c-450a-ba4a-76856ecddcde/logoDMarketing.png); }
 }@media only screen and (max-width: 763px) { #NplOceqs8lrGAS104lWDMoiaSbKeJLT7 { top:13.9375rem;left:4rem;width:43.75rem;height:;font-size:1.1875rem;display:block; }#NplOceqs8lrGAS104lWDMoiaSbKeJLT7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a3b0e664-c32c-450a-ba4a-76856ecddcde/logoDMarketing.png); }
 }@media only screen and (max-width: 763px) { #U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo { display:block; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 { display:block; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s659E8wli6PVskDvNDdeuLG0byHZO52X { width:33.125rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElJPbTRLNac6ZEw4USfmD8Z4GWd5M7SE { top:7.1875rem;left:21.687503814698rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGHGtTnv5TzT0X62SzwBebI6n8P3gEdV { top:4.75rem;left:24.000003814698rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeDG8xJxVcv9m1hKagDpq05cccTQ1ERJ { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUJPZpXndQ78KgxBgXN1XrpSq0ZcWTTT { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxSI2krKDr5KlirG260eUichqD9SI1Bf { display:block; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItaTcGfwEEyH71SHKIUG28Doyr91otU4 { top:1.1875rem;left:23.875rem;width:21.125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJfcGM8bFA2V3PCnTds1LADOSB15l10x { width:11.5625rem;height:3.4375rem;top:42.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlTFHIKhnNroB0U9GFBpTvUwx2eDqeCQ { display:block; }
 }@media only screen and (max-width: 763px) { #xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw { width:16.5625rem;height:;top:17.8125rem;left:23.875rem;font-size:1.1875rem;display:block; }#xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9ce7887e61b9a57652102eb680a3caba.svg); }
 }@media only screen and (max-width: 763px) { #guEHpwQ5LxTQRdoPn3wDxwaWs7ooTB0g { top:3.125rem;left:2.9375rem;width:20.9375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAO6XSWDL0GzlrHvNufLBWZnWo5wn0FI { width:17.1875rem;height:1.6875rem;top:8.5625rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBMVWE93ABhsNauep3dypbZTTuMFFRNU { top:16.6875rem;left:8.25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR { width:16.5625rem;height:15.3125rem;top:17.9375rem;left:7.3125rem;font-size:1.1875rem;display:block; }#uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9ce7887e61b9a57652102eb680a3caba.svg); }
 }@media only screen and (max-width: 763px) { #eUuuT5wiyqgHbgP1V8n1TQ1nQueEKGfS { width:17.5rem;height:1.6875rem;top:8.4375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgRscgbArT3qfOsTVD4J1WevdEwOD56o { width:2.5rem;height:2.3125rem;top:11.375rem;left:34.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvw1h32Inix0WXWZDXJVDJUmq5DB5Fx5 { width:10.625rem;height:5.25rem;top:10.625rem;left:23.875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELHJ4QEaUeRc8dr2FaHmtOrSGl3VTqRJ { top:16.5625rem;left:23.875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC9LHHBUevT7h1630CanoWUXcqHHVTUm { width:10.3125rem;height:3.4375rem;top:34.8125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXb8VNUiwOJbI66fvxZwayXBgR7XtUg1 { display:block; }
 }@media only screen and (max-width: 763px) { #JakJQQ4Q6FcqyzIH3oSTNNxyGp4ebR83 { width:14.6875rem;height:3.0625rem;top:4.8125rem;left:9.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #truG31ZmCVcb1wdy1zsZzaPXP6zaLTvC { width:2.5rem;height:2.3125rem;top:11.5rem;left:20.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVLDJpvVk2XAo68ktu59NVydq575hJN5 { width:7.5rem;height:5.25rem;top:10.75rem;left:12.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKQGIdmdk2r00Z5iycZhmoIiOOqKrDkz { width:14.6875rem;height:3.0625rem;top:4.625rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReElbTiahuXecCOkL9GdrnMMa6vcJBwR { width:23.75rem;height:3.375rem;top:42.8125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 { display:block; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOw6a0WKa89TXaumPuuv58U4QGhHmXTt { width:41.875rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyAIHu5nZzFu186EEnFLdapNP7RiQha4 { top:7.1875rem;left:30.437503814698rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQT30HLZZQhrn1VFVQLep2E3NinexItZ { top:4.75rem;left:32.750003814698rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6O6MEC8LvbZMlHnFRSDOOoTXCvxJpxw { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZQT0cO2eDSzFdF8gLT7PJMikUdbnrBt { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 { display:block; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTiTQIAgHfvuS1esOOJ3XtRzxqEFBTfX { width:7rem;height:1.5rem;top:9.125rem;left:20.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQsg8wIQSJyTmu8DLLmoBvBciT4kOTTw { top:51.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-regular-label { width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-textarea { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-button { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-checkbox-label { width:36.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container { display:flex;align-items:center;justify-content:flex-end; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:first-of-type{padding-top:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:last-of-type{padding-bottom:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp  { width:45.25rem;height:auto;top:2.8125rem;left:0rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .radio-container { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp {display:block;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp { width:45.25rem;height:auto;top:2.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #qoziPiETkhTvL2c0h7V0O7pDfTfTfoRg {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tCKWRpheZyICJwo6BcrHiXqS7ZCABPbi { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #F7C13DVrxXDzUZgUzMnXmHx1JtAJcXNm {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #RUvD4y6phPhbVsvMZ9KHBv0FdlMbzhd9 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XLld0e4h3CPbn97SICznlA6AHfcD1peo {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #yGPkdts3HTyhddKMSu0lZeTMUuTxGxTp {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #uGV8B4B4FRiLsCAX0Mx7ubM8L0BUJ9w2 { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #QMJgaMf0P50TRM2GMwJWJ9s7THdOts75 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #L9pm0QpeOxdat4gZZf3mxDnMXx9dSwET {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #siBOuTwwTfhCccm20ftJk968tO2u8EEd { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #aG1dN8fbbvTrHNMEO7VtEThAT8zIygC4 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #m1ZgyDqLwXkDKTACCgchSs0kWATog8Aa {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #t1SUVxsRtwdrrHM8PMR0ODo7vETJIHbC {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tdkP7wULwuybBgnxIp56otwS4WeBr9zw {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #owXWdWMg1LoA7zewCHgqu61UHWFO75Qd { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #h7gsddESelQ30SZSgZVIf8us4mcWnTtT {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Dl3hvgQ2ThNtPWGqph9zGqRtGzw8Jf2w {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JO2z04toS1o6k0zTst9CKE5t7tmb0XcB { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XAckdr91aaaJRNSViplbrTNkZ7UNhNl6 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #eqhh037LtGFoCBcNb9D5pETomGqPfwfk {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #B3CdNPcApybM7iT61quDf7MTJkBDAtvo { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #wcgf1dOZuf9tMADxcIyu4LKts23XMyP9 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #R4b5XyiGq32J60H23HrxHBoOGuOKyTVa {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #zQI5UesECXgKA8WHTOGTfybcJPCN2rgE { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #TZxZx92KIRCURuFT1WZL7s4L0wodRbCa {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #a427UiK3J6wV24tXyRD8CMrsL1ZlwI8K {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Qxu5c8hSrD5BGoucA7o1pyGJkp889FAr {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #gqrxSJ4uSMm4oiQ6mKfpTndUevv0uZwC {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #VESM2zug9vR3daSmko3wgHMoZu5FTwZc {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Z18t4lt5P68l4v4B4SxzUsw3g8q5MDJg {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #wE5tmDsqn68NfNQahlcfJ3Um7ezriwsh {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #q2mwJxVc4t6KizMFnp2QMSH0NK52wvfc { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #VHcPtxz5n7ZvUzf4HL2GxenFPuVklEz7 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #zMogCstcxC3yCFf8N2i6DQJziHSIlzTK {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #MywVPacDkHTsNr1R9pGi6Xz7EEVu5sId {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #CJmLD2y3TMzLGXATeSdbH5Sy25D7ZULH {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #U5p1QOKToDdANgQwi2VT37PXltMsrGTL {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JPXa7QMQ80nyvLB7LF9eAc6a8PeFcXkT {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #AuGNxbMsRJePIX1d5ZnpaxNRPW5TtrKp {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #nHmMkKpcGOodUkgOxhcSBgdhRg8F7iM0 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #hz7LXzATm3JaML4IZ7KdE67CxUOJ9iiL {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #NXUTRgHTRvKGczXzxLS8KKG44wVCN6r4 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #lsAXAT7CeE7xFVbLDIAdxHy7m0Vk6ANA {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #elT70aT7NLnBB2XIzMPlkCoNHC5e2bUq {  }
 }@media only screen and (max-width: 763px) { #FIBhzNdOhWbRPJNhCbqGwNtWhSZJB8Is { display:block; }#FIBhzNdOhWbRPJNhCbqGwNtWhSZJB8Is > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uv9FhG6qcscqsCMy12TG2edil5Olb7iT { top:7.125rem;left:7.6250038146975rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLTwVrVcswKFleVrbiDn77Wp0pdwrCoa { top:4.6875rem;left:9.9375038146975rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMOaJQGLXhP8eyDFmCOAGwiEClaaCPn { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5XgalIQ76yGxKTBPz9zRXS0iqgOUJQX { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5kkD03wcwQgJTly5epo7WeI4GKnrFkJ { top:3.6875rem;left:0rem;width:17.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxdHLiKTK7Rv8KL10hmZWWZzwoewJ9er { display:block; }#kxdHLiKTK7Rv8KL10hmZWWZzwoewJ9er > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxVvrLN888zTniI8tg8IZ57g0Eysp5uc { top:8.8125rem;left:19.625003814698rem;width:16.3125rem;height:2rem;font-size:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ3mHQUmcDLHg0QbCETxH5FVH97xgkUh { top:0.875rem;left:0rem;width:47.75rem;height:16.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBzklMnhPsw3Rxu7Ld6ZTeiUPvzFFWxF { width:15.625rem;height:3.4375rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXag4LycxT9UmM2kikonUSECFlQtnW5S { display:block; }
 }@media only screen and (max-width: 763px) { #LIB5xhBFhQGd4ByCogpWevsexXOptwfB { width:13.75rem;height:3.4375rem;top:18.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSEywSs87B8zvSK0qrl4es9NRlccdVUT { display:block; }
 }@media only screen and (max-width: 763px) { #x14bKvves6tZPmTPLLAs5AaiS9JKIA7g { width:12.5rem;height:3.4375rem;top:18.25rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI0OiVTxZNVq9aiGsn1TrkGcyX2ewFsd { display:block; }
 }@media only screen and (max-width: 763px) { #Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG { display:block; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WW56JoHDh3f7TTp3u2xwPtJtnbHp4FPR { width:21.25rem;height:5.375rem;top:3.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhTtBFJSghkCkBnTACfo1qS2f3B5Eu37 { top:3.8125rem;left:36.5rem;width:11.25rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlVByAxhsKeFl5SzIQSTtF2LZeSSTd1p { top:5.9375rem;left:33.0625rem;width:14.6875rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7retR1wlHuiJqPm0lJAaCHVzHs82vIo { top:5.9375rem;left:20.24792098999rem;width:14.6875rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntpq18BcWHOuRW7RBpZAxb39RLIHH4A0 { top:3.8125rem;left:20.248958587646rem;width:11.25rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTEo6fD0qX2kUT84uT53Vzz7fmke24PX { top:2.4375rem;left:10.93542098999rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #esmEoNLHgtJNuZVFmlI6VtAt1N72hN8B { top:2.4375rem;left:37.311458587646rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve { display:block; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guAa8S9mQdICMDcvGhHGJBWLDoLZMel6 { top:2.875rem;left:40.9375rem;width:6.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EowCTE6rcsaMMuukbvhilAOFfFubOyFq { top:1.9375rem;left:13.5625rem;width:13.3125rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlWqv7XZwVtuHX0XnlCESMS4HKu16a9g { top:0.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4FpDTtB1qsOqKdwOKC62ICzkv2bxV02 { top:2.875rem;left:0rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a01OADZ9obMxuclKEia1i1n5uVNDnLH7 { top:4.9375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUDEPg46waPKAx4ZweTmfd5cTh45wv2G { top:2.5625rem;left:12.1875rem;width:0.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4vIfG5vcTxSVUCsFr2mQEzmDg7kWb4H { width:6.8125rem;height:1.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzALAqU0KmdsBM6Na47MO2BdqXR93LtD { display:block; }
 }@media only screen and (max-width: 763px) { #WTn8VNcMyO10Er5Zrf3mVx3JDqQrsqO9 { width:11.6875rem;height:1.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHy5mEiJwwpbmK9XTkArIz5RsAeUedrZ { display:block; }
 }@media only screen and (max-width: 763px) { #VnEwsi5cicToZb87ZT46TzaQx0LdN0fg { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCeexTEW0ZB0WeBts9iJSuZdCHLqZ9KL { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIQOP3MT42nUaaN9aHTtve7UG6KKwUVI { top:2.5rem;left:0rem;width:7.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKGnXlM9B6LtpTEc51SqLJdqzdf035to { top:5rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 { display:none; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lHgqdMFy7HSxr8aqwlS5TWoe2plLkLT1 { top:0.3125rem;left:19.03125rem;width:10.625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8akGykA16svDpf6i9TbE1kVTO7vqiT3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu { display:none; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mS4Nd7CatgsAN41ApWK8o19oFTCf46I3 { width:10.625rem;height:3.4375rem;top:0.3125rem;left:8.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXqTRe4RO7qWbir29X8yZZwE6ZH9eLQ4 { display:block; }
 }@media only screen and (max-width: 763px) { #Sh0Zx8tOAqzNHR9pnDbncPHmQuQVn5GS { top:0.3125rem;left:19.03125rem;width:10.625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gC18fpTLLSlrZnnWgfMziKQgNwB7CH1o { display:block; }
 }@media only screen and (max-width: 763px) { #paKv6rA28m5zNPuLZcc3ML4kiDvFi5Gv { width:6.5625rem;height:2.4375rem;top:1.0625rem;left:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTfKwyscMBRFH1tT8X2nPqS94MMT5WDJ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;background-color:#18204a;background-image:none;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); } }@media only screen and (max-width: 763px) { #ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO { background-color:rgba(0,0,0,0.75);background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;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; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container { background-color: transparent; background-image: none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container > .video-iframe-container { display: none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row > .video-iframe-container { display: none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .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); }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container { border-width: 0; border-radius: 0; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtAlaDrtDvZo0XxeDyPaxWVx0VvUD7CT { width:10.9375rem;height:1.4375rem;top:1.1562501192093rem;left:0.625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JlB479nQo8DEDOryxTcWVFTklXdJHbZe { top:3.2493813037873rem;left:5.9371130466461rem;z-index:15002;width:8.125rem;height:1.875rem;background-color:#13a59b;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(19,165,155,0.6) ;font-size:0.875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQRNwDVF8sR2rCAGZE2fd1L1LNHZDPhF { display:block; }
 }@media only screen and (max-width: 763px) { #M3VsOecy2gudMwbe4OVgR6pMnHe50ygp { width:7.5rem;height:1.0625rem;top:1.3125rem;left:11.687500774861rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15000;color:#0832ff;display:block; }
 }@media only screen and (max-width: 763px) { #dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp { position:relative;z-index:auto;display:none; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container { width:20rem;height:7.3737622499466rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q8VqzIaVNddRqdocpz4gHeruHsDUqFga { width:5.625rem;height:auto;top:1.5625rem;left:7.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s0G7VcWzTdIm67TJV4t70EsOPlGg64K0 { width:4.75rem;height:0;top:0.75rem;left:2.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iStoHAp3ULTLm6wR0lGkAeedZILDaMfK { width:8.625rem;height:1.25rem;top:1.3737622499466rem;left:5.3423148393631rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wait8rbHeQOeCryTC7ZIPK3N9vSuiO94 { width:6.45448925rem;height:2.328983rem;top:2.0488297939301rem;left:11.687104821205rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNGIyQynsnQ2yvZDLAn0DdPnp1WMxcQC { display:block; }
 }@media only screen and (max-width: 763px) { #d8O1q21rFU2L9igXtnpmfr9W2Zg6CxbK { width:19.9375rem;height:3.25rem;top:4.1237622499466rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRBzwaBSwg6nEQTteM5TZeuKDCCRfbBo { width:3.75rem;height:auto;top:1.4375rem;left:8.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM { position:relative;z-index:auto;display:none; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container { width:20rem;height:4.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B { background-color:#000000;background-image:none;position:relative;z-index:auto;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; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container { background-color: transparent; background-image: none; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container > .video-iframe-container { display: none; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row > .video-iframe-container { display: none; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .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); }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container { border-width: 0; border-radius: 0; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c7c0ff, #fbfaff);background-image: -moz-linear-gradient(180deg, #c7c0ff, #fbfaff);background-image: -ms-linear-gradient(180deg, #c7c0ff, #fbfaff);background-image: -o-linear-gradient(180deg, #c7c0ff, #fbfaff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c0ff', endColorstr='#fbfaff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c0ff', endColorstr='#fbfaff' );";background-image: linear-gradient(180deg, #c7c0ff, #fbfaff);background-size:cover !important;display:block; }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .row .container { background-color: transparent; background-image: none; }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .row .container > .video-iframe-container { display: none; }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .row > .video-iframe-container { display: none; }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .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); }#o6k4JgVdTpBG0mM9PfU2tkFbNKIdFpnP > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tydNoK21I4HzRWNDaK2J4kmphkPRpMnV { width:13.9375rem;height:3.75rem;top:5rem;left:4.5625002980232rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BnTa4pEWPxJ4LvBwu9xnBV33lzwTsCLc { display:flex;width:3.125rem;height:3.125rem;top:4.3125rem;left:1.4375000596046rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #ZrHQv9i3Q2v0cCAz71hwbAof7KnSWw58 { width:19.9979375rem;height:14.25rem;top:22.1875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rk6JQZ5sxutUihoCXD34aTR40upsRlCm { width:12.80416625rem;height:2.49166625rem;top:37.500003814698rem;left:3.6250002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypRiqBTKQF9R7WWDOxEsJr7Oiruhyqzx { display:block; }
 }@media only screen and (max-width: 763px) { #pcogr1rGWncISc6MHvBFVAMGlB7UuuLg { width:20rem;height:1.35rem;top:1.5625rem;left:-0.18749970197678rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #elMRVN9HbN1bl69KRxeq91d3u797VUxT { width:20rem;height:12.46875rem;top:41.860412597656rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15077;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pTwEfnTlZ7oti0l2QuGB8wUitthWXZpE { width:9rem;height:11.8125rem;top:9.375rem;left:5.5000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwAHHHBCiQcyIJeHnJSO7UrxLUSBc6tR { width:16.125rem;height:1.875rem;top:41.860412597656rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMBgf2KX409urLUZbJraIyhDXLGDJ4Uo { position:relative;z-index:auto;display:block; }#uMBgf2KX409urLUZbJraIyhDXLGDJ4Uo > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f50ZabLDUMSGQn2wuTDyTMqPHJbg7k6m { width:20rem;height:3.0875rem;top:0.9364585876465rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp .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; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp .widget-text.counter-number { padding-top:0.450625rem;padding-right:0.423125rem;padding-bottom:0.450625rem;padding-left:0.423125rem;width:2.534375rem;min-width:2.534375rem;height:2.42375rem;font-size:1.80375rem;line-height:38.78px;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; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.376875rem;height:0.9575rem;font-size:0.675625rem;line-height:15.32px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WElIfiwgV94cbkGZssAUOTeA7tC8EPyp { display:flex;width:20rem;height:4.3125rem;top:4.3447914123535rem;left:0rem;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) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #qiXXAFE8FBFF62zX6KmxVSBpp8S7lrZt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #eKrhoxVDckT4mI0tGU1F3V73opiIAQeh {  }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #SiZOTD37pPzhP3chaJDrquzeBBwflMsE {  }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #MqTPSt98pi6dnldGmVQPFdyySH6oDMSe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #d5JFGlKAqwMKouiLqIBDw2iAbuBsfGoz {  }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #kdQTHmVBlElREAhlBSE3qDqoXbDR5O5S {  }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #NEw11F5bv5rGg5v8JTIbmSuPcn3ex5Tk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #CUd61uTb98ZzS4ZJquIGknf17n4nncuN {  }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #wRgPULh3GrJp2t3RLIrXtXsoabPFTdPM {  }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #zkw9qlIhgV7TfkxWVTsTn5WVoVKxoXMG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #DVAB9OkJvrkarAwEBOU3CTQoZvA6mlg1 {  }
 }@media only screen and (max-width: 763px) { #WElIfiwgV94cbkGZssAUOTeA7tC8EPyp #uiZBO3Q3IFkaWFREiKAQcOdb8TW5bGIi {  }
 }@media only screen and (max-width: 763px) { #Akpf44Nbxp6WfvIheaMuBDncIlrVE4C4 { width:8.4375rem;height:2.5rem;top:10.282291412354rem;left:5.7812502980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQxfTDCwMJuvTpsohGL1ZS8wSJRE103K { display:block; }
 }@media only screen and (max-width: 763px) { #Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH { display:block; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTAn3mpnJlAanBJHmFTU4AfrketvZUmZ { width:20rem;height:2.03125rem;top:1.5614624023438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C64fnJQ61T67a8Ba3ALmN9MExQothMX1 { width:2.5rem;height:0.1875rem;top:3.9375rem;left:13.687500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCccs35kupuTB6coBrvbETgB7a7qQP7P { width:0.1875rem;height:2.5rem;top:1.625rem;left:16.125001728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnJZqwMw4rE5D2iSzgoTobuEUTwECaOP { width:2.5rem;height:0.1875rem;top:0.9375rem;left:3.6250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv3bK1HWpkMUcXJDS1xIHNJxkJEIRkRr { width:0.1875rem;height:2.5rem;top:0.9375rem;left:3.6250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq { display:block; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hf4RXXfAlB9ScgNXThCrmyapvpRrd8Rx { width:19.9979375rem;height:0;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #zFJlwlTKVMBKtgCCea4GTZIWmaOPnES3 { display:flex;width:18.75rem;height:18.75rem;top:4.34375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHNgG4RvUb1KSSau1TzCsUbr9ZFlUKyL { width:20rem;height:23.15625rem;top:28.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KDbpDA5I9CK4slBxHz00aBL9rQR2s7cb { width:18.4375rem;height:2.1875rem;top:24.066669464111rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWdph2pkc7ph8PMlP26B5tzs95tWWN0c { width:19.9979375rem;height:24.9375rem;top:1.2583351135254rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:14974;display:block; }
 }@media only screen and (max-width: 763px) { #mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi { display:block; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0V7ZV4QM85aWP3Q2vgOTT3Vc7R0stfu { width:17.8125rem;height:4.0625rem;top:1.5625rem;left:1.0937500596046rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #o4TVp82s2g2r9Km3hhg1a3rNClVSzCTE { width:2.5rem;height:0.1875rem;top:6.1875038146972rem;left:17.375001728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux00yh7ZSNhLPSMrm4Wgo5EFsJlo2PVV { width:0.1875rem;height:2.5rem;top:3.875rem;left:19.812501728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlZpUS6L7fy4OQqt6t7JNee7UzqMmXht { width:2.5rem;height:0.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUPLtoRKwaDT1BP8f9ubLCsgXNtg7xCP { width:0.1875rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD { display:block; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row .container { width:20rem;height:93.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0Ax6KKmuie6FHNDxAqHCKqRRZDLqu9w { width:7.8125rem;height:7.8125rem;top:2.6875rem;left:6.5000000596044rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #cTPxOMno7lnIW2zorLVZEJC5uDBBD5MS { width:4.75rem;height:4.75rem;top:0.4375rem;left:4.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9fMPGvEOF5zW1ownRTynpEclHZuQ33l { width:1.375rem;height:2.6rem;top:1.1875rem;left:5.9375000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9f1hfTz9UTnBabV9LRxUsR0gb3O4bgw { width:7.8125rem;height:7.8125rem;top:26.125rem;left:6.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #SIMhCHJyUDg7PlgSfd1CiMXGioRsS45c { width:4.75rem;height:4.75rem;top:23.875rem;left:4.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0HQAig8yk9EMtCP4x1QQT5e62DqZO96 { width:1.375rem;height:2.6rem;top:24.875rem;left:5.9375000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZhngRUv1rTivinMGTLkITvVsi4VDKBsw { width:20rem;height:3.4125rem;top:11.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Of6IWJcoREtX9cloHnCKO4fbQUEgxpvO { width:18.6875rem;height:7.125rem;top:15.598957061767rem;left:0.65625005960463rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #maIQMRLxxcZ4s4MIZVRgvbsNmLGdkef2 { width:20rem;height:1.70625rem;top:35.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R54WhKC8W5cFntqRfnqVzwUhTNsfsRBa { width:18.6875rem;height:7.125rem;top:37.331252098084rem;left:0.65625005960463rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JD49Vk7hXvWQKrayOA5K7I1p53Cv05K8 { width:7.8125rem;height:7.8125rem;top:48rem;left:6.5rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #nZQiCIDxaFVuezTurhRdhyIZspeHSkey { width:4.75rem;height:4.75rem;top:45.750007629394rem;left:4.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIrTNzLyW6zgJ2O37LNHyzCHtb1MH9K3 { width:1.375rem;height:2.6rem;top:46.562507629394rem;left:5.9375000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCE32829sOOUHziZC3FupETNw2marEKc { width:20rem;height:3.4125rem;top:57.187501907349rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPytPOtc4IIToSdvF90BDBssKxD4VpWb { width:18.6875rem;height:5.34375rem;top:60.912504196167rem;left:0.65625005960463rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #h7O3pTCIn25kQwbJTu32R8TcASpNF5Ql { width:7.8125rem;height:7.8125rem;top:69.75rem;left:6.5rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #Rd6ucdZVlDnTManaOuceLbvaPTZrxaK3 { width:4.75rem;height:4.75rem;top:67.500007629394rem;left:4.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwdIxhEZpZbqR98GIuuu6hJD6KzCXxwr { width:20rem;height:3.4125rem;top:79.062505722044rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIw23VTteqxXl4oCQ3vOTHPupdnTQNdT { width:1.375rem;height:2.6rem;top:68.500007629394rem;left:5.9375000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Htbo94QNFpoyLnTXg5VZwWi7BhnDKumM { width:18.6875rem;height:8.90625rem;top:82.787504196169rem;left:0.65625005960463rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ereXvVV2TwDvITFpxQEhOF84O0xXb0gG { display:flex;width:3.125rem;height:3.125rem;top:5.0303955078125rem;left:8.8437505364419rem;font-size:2.1875rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #N6svT6Rx4ub7VxrHoDr6X85O7k640nmG { display:flex;width:3.125rem;height:3.125rem;top:28.46787071228rem;left:8.7812505364419rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #m3DyfxLfKdJhmmKJUmT2knmcclpqiNB6 { display:flex;width:3.125rem;height:3.125rem;top:50.343760490418rem;left:8.7812505364419rem; }
 }@media only screen and (max-width: 763px) { #ozwoA4A4r8FXhmqIigMUEoeoFhvzyVbD { display:flex;width:3.4375rem;height:3.4375rem;top:71.936632156375rem;left:8.6250005364419rem; }
 }@media only screen and (max-width: 763px) { #ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ { display:block; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKfO65iUZLsGxv55UFi4ZJZ9FV5tTNi0 { width:20rem;height:2.03125rem;top:1.5614624023438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17XLOVBS6BxwifzKiLyUL5E7UdE7Mlt { width:2.5rem;height:0.1875rem;top:3.9375rem;left:13.687500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #l20NyqTpHTB4whIEKd6wAbQUQTm6mASx { width:0.1875rem;height:2.5rem;top:1.625rem;left:16.125001728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAuA0B5lSXwmEWq6lKhtI9R7eBNyClQi { width:2.5rem;height:0.1875rem;top:0.9375rem;left:3.6250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkqvfu1lPlHd1x85BfHUNL6lly7zo2LA { width:0.1875rem;height:2.5rem;top:0.9375rem;left:3.6250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #c83hRTbDnhqLpiykfci6SI0bekSlKBBB { display:block; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyRcPiMUQ2FoWqFH5DeRm02LazCXHPVR { width:20rem;height:3.5625rem;top:11.821876525879rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U00ZLq91oGphEzNXkTO2HO2xJ7lwCyog { width:7.5rem;height:7.5rem;top:1.1864547729493rem;left:6.2468751072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1x6xLJ4rbo9v8D08iuk0i4FWA1oFcUt { width:18.75rem;height:1.575rem;top:9.9354171752931rem;left:0.62291663885117rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CFTMlmV9VLEIDCSayQaBbVoCr4zbuS65 { width:7.5rem;height:7.5rem;top:17.1875rem;left:6.2500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycXCv7En4kxoLDDr7zTZ5UV0gAsxO7mQ { width:16.875rem;height:1.575rem;top:25.9375rem;left:1.5625000596046rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PBbe9LBZxCDN8wqngPivPPTDLpKJtuQ3 { width:20rem;height:3.5625rem;top:27.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqBF7f7UeqqLG4gu4yp3PTV5MCyfOnCv { width:7.5rem;height:7.5rem;top:33.125rem;left:6.2500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2uW9A5yadW1cdcdcNBgBNA9L47uakk7 { width:16.875rem;height:1.575rem;top:41.875rem;left:1.5625000596046rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gZyNDv35ZdkgdcSlw1uy57hSyKexvexD { width:20rem;height:5.34375rem;top:43.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObLtlrgI0EULP5kNNKR2aTqu4LIS0IT { width:2.9375rem;height:2.9375rem;top:3.466667175293rem;left:8.5302084088325rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkizLb5AI0PH8QL09s4D5whrdzSr4Uv3 { width:3.12438125rem;height:3.12438125rem;top:19.375rem;left:8.4375007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlboWFITFvdfKUEHPoW9Bf32zGzWzGrn { width:2.8125rem;height:2.8125rem;top:35.4375rem;left:8.5625007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXqEK1tu0rC9LuJqHaRCH6tdiy6aMweO { width:8.75rem;height:2.5rem;top:49.994792938233rem;left:5.6250002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTxAyFQTnDEfW1ctBtKzbVO12FJBiBSC { display:block; }
 }@media only screen and (max-width: 763px) { #cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb { display:block; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmxcZvrRhXKpHZlGN6XRsJ2orloqlxRc { width:20rem;height:2.03125rem;top:1.5614624023438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlZBXq8lBlcv6wSliSpc7UozaVd4b5vc { width:2.5rem;height:0.1875rem;top:3.9375rem;left:13.687500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwIGvxUMxhAhZrvgMvx2O7T88HzG0NQq { width:0.1875rem;height:2.5rem;top:1.625rem;left:16.125001728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #R11J8vfzXJUQRkMGmnNlFKWIZbm1S6EZ { width:2.5rem;height:0.1875rem;top:0.9375rem;left:3.6250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKHi9oyp5aVIylot5fnRKguZATTC53BX { width:0.1875rem;height:2.5rem;top:0.9375rem;left:3.6250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm { display:block; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container { width:20rem;height:99.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTDdbBp4ukCLSIdcg35w7K5spcbppPzp { width:20rem;height:0;top:18.0625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #NT6xpm8oOdh5fdcVovnResbhE2EvalNM { width:14.375rem;height:3.4125rem;top:14.376031875611rem;left:2.8125000596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMictXQ7pAe3plz4oh14t8vzKRU4vlsk { display:flex;width:1.875rem;height:1.875rem;top:95.937507629394rem;left:11.562500774861rem;font-size:1.3125rem; }
#GMictXQ7pAe3plz4oh14t8vzKRU4vlsk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw { display:flex;width:1.875rem;height:1.875rem;top:95.937507629394rem;left:9.0625007748606rem;font-size:1.3125rem; }
#QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #w4uhieWetXdogb3owUVGtWz643TJmmeQ { top:0.94686889648438rem;left:5.6875rem;width:14.3125rem;height:0.125rem;z-index:15028;background-color:#f4fffc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #SFsWFOP66tH9kAsGZbdziH8tsM8oPib2 { width:8.75rem;height:12.75rem;top:0.939582824707rem;left:5.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJc7DdudWQXtIySwEtWHvyhQrsQ2Jmg4 { width:20rem;height:2.1875rem;top:88.5625rem;left:0rem;z-index:14972;display:none; }
 }@media only screen and (max-width: 763px) { #avFBkgT38ZI5R8otZ334aH8gVpDuIimu { width:20rem;height:2.1875rem;top:85.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRF09CMfDsPnc1uXNyoCxQ1hRmpbqMkI { width:20rem;height:1.5625rem;top:102.62500762939rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1QveWwwMGNSDhqokaQdeCops4SHDoRV { display:flex;width:1.875rem;height:1.875rem;top:95.937507629394rem;left:6.5625002980231rem;font-size:1.3125rem; }
#T1QveWwwMGNSDhqokaQdeCops4SHDoRV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #uXLgm18IG1SNKQT7tSPrbokC9Wcr097X { width:20rem;height:2.03125rem;top:93.097923278806rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;font-family:"marck script";display:block; }
 }@media only screen and (max-width: 763px) { #MsI8aNoWrskk19VqpV5wBf92O6BfUOrX { width:20rem;height:74.1rem;top:18.730207443238rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:"source sans pro";z-index:14971;display:block; }
 }@media only screen and (max-width: 763px) { #qmIQnWUo2u8ICWDvmByU3FXTEpqPh7nW { width:9rem;height:11.8125rem;top:2.9999980926514rem;left:9.1875007748606rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 { display:block; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ey7kSZgpmhAzb65tET8BTyc2ipJK1K7K { width:16.5625rem;height:4.0625rem;top:1.53125rem;left:1.7187500596046rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egPDrImIp8sQhTzl27sQJdCwgtCxZIhP { width:2.5rem;height:0.1875rem;top:5.9375rem;left:17.375001728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOWVEcTpwNg23mLVXDLCV0OsZhn6n2AQ { width:0.1875rem;height:2.5rem;top:3.625rem;left:19.812501728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES1oLPtqIdWcndZWT8rZb0mON3Z6ddm1 { width:2.5rem;height:0.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBPNNuX8eT2U7Ct09PiWlTH1z1FDIsA7 { width:0.1875rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i { display:block; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXLku29mDvZHXNU1An3kEu3vkJ0HmdML { height:11.25rem;width:20rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNLeqFLFIRxFSZg0qb9214oBPob7TysG { width:20rem;height:1.54375rem;top:14.375rem;left:0rem;text-align:center;text-align-last:center;color:#002a84;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #QRV0VrUcxhdDDOZP1kT337FTgkFQlGob { width:20rem;height:9.2625rem;top:1.5416679382324rem;left:0rem;text-align:center;text-align-last:center;color:#002a84;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #RkuBVh4KELIx8aJ5RQu6i195P58JcUve { width:20rem;height:9.2625rem;top:25.014755249024rem;left:0rem;text-align:center;text-align-last:center;color:#002a84;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #QAUx4ZMqtcKguJKcF2KnA1DDsr7b2iQL { display:none; }#QAUx4ZMqtcKguJKcF2KnA1DDsr7b2iQL > .row .container { width:20rem;height:28.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uMLERyCmIbtA4eNBJTgLJyKZT1OPo7Lk { width:3.125rem;height:3.125rem;top:32.259125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0Tla3t33TrbMMQyAJAbm9pkLVrn6XC7 { width:3.125rem;height:3.125rem;top:40.27865625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSaUtn3cnuuLSW94VgsN3PhStu4E7XhG { width:3.125rem;height:3.125rem;top:44.71615625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6E2KlGnGfdAfq7MEnolqIc3MTRLnv9O { width:3.125rem;height:3.125rem;top:49.09115625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPPubCVQRRu1hUqxXTwA3zueCJriiNgz { width:3.125rem;height:3.125rem;top:53.52865625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eANk7f7poLP0kWQJMOdnt1gv01AEoG3s { width:19.9989375rem;height:4.63125rem;top:21.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l98ZgElbwN3nzMyAfsxcTcLfrA93LUPy { width:13.1875rem;height:2.1rem;top:16.855209350586rem;left:3.4062502980233rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qu6WyuhTp01mJubOH2rIbtOk1lwAfRTC { width:13.811875rem;height:10.4373125rem;top:12.8125rem;left:3.0000000596046rem;font-size:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVsJrESy1OHePTAPg4SERvUM5NIand2m { height:11.250210941455rem;width:20rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q { display:block; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMzpToklqq7bAJxa5AIiJAuiVfFbpT89 { width:9.4375rem;height:4.0625rem;top:1.5625rem;left:5.2812502980232rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyaBtbTPo53d2Trxvbv1FgvFi9QMGD42 { width:2.5rem;height:0.1875rem;top:6.0625rem;left:13.125000774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZIWgT1u920c8HHUATCMZfwJAFz1OWXx { width:0.1875rem;height:2.5rem;top:3.75rem;left:15.562501728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFiZ5xwTaV1NaBJVtH5lX5CxcTywCoEP { width:2.5rem;height:0.1875rem;top:0.9375rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJBNOVGBXz3lnkUZSr19VPLUtSUozlyd { width:0.1875rem;height:2.5rem;top:0.9375rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm { display:block; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container { width:20rem;height:140rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dhf5eIELIFmD1QznLNgu24ufbxLFlZVr { width:8.75rem;height:1.875rem;top:5.3125rem;left:5.6250002980232rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eQCWwqEEIpcRl3pixnvJK0P77azJgc5r { width:19.9979375rem;height:6.3rem;top:7.8124961853025rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mxocW8kzZhW7cdXNkzVX3O5NbSqeN4c6 { width:8.75rem;height:1.875rem;top:50.625rem;left:5.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T { width:19.996875rem;height:7.875rem;top:53.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }#nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
 }@media only screen and (max-width: 763px) { #wxUlpnkz24licUryIOhDDC6C7CvJhwcm { width:20rem;height:0;top:1.4614562988281rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #ROUsGVr4tgrc5zdNINOeVZT4TQfNfzeZ { width:16.875rem;height:2.1875rem;top:1.3125rem;left:1.6250000596046rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Hzd2AFLkoOabmMEsRC4PMoUrRu9Vlc2r { width:0.125rem;height:105rem;top:102.37371826172rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpntytbXwrtuzcsO4EFA83i2D8tawJ3r { width:1.8120875rem;height:1.8120875rem;top:14.175948619843rem;left:9.0934401750562rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s50NsUqoH5bJJ1lMD4v3X0xcpBtbMrPL { width:3.125rem;height:3.125rem;top:13.52083125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOmDgeROFowmrip9wvftCP1OS9cs6Is8 { width:3.12438125rem;height:3.12438125rem;top:41.1875rem;left:8.4375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIcMS7UCre6ZzNTSsaVnEy0mVBZyqvps { width:1.8125rem;height:1.8125rem;top:41.8125rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfzqiFut5gm5EzEyWV36Q4VPihat4CXs { width:3.125rem;height:3.125rem;top:68.25rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eq1TEOfKKQpvHuog5oQyDpPslZIymGrZ { width:6.5625rem;height:1.575rem;top:84.375rem;left:6.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pIyGA8uQ3WzwNNQqii4PGTPX8S4A7uoF { width:2.18645625rem;height:2.18645625rem;top:99.64166875rem;left:8.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IES3csPRNlSbEv4T3mFOoCReZURIJy4v { width:1.8125rem;height:1.8125rem;top:74.625rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L078KWvddBMMw0aqoxtwOg9IBlNcPzuP { width:8.75rem;height:1.875rem;top:90.3125rem;left:5.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SU63pAwstxT82w8QaCmMNMv0DVG7HsDt { width:20rem;height:9.45rem;top:92.8125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Avd5BpK0ih7e62mcbJTKngoH9C0loIQn { width:1.5625rem;height:1.5625rem;top:106.3125rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0BlBe0FZL3fgI5uo0bWCm5m33e75CHl { top:6.3125rem;left:4.3333333134651rem;width:12.5rem;height:0;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #FnhyTuHW6ULX58NEmp4xIN84MwMpxIGH { top:5.6167478561401rem;left:3.7500001192093rem;width:12.5rem;height:0;z-index:15055;color:#ffffff;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"source sans pro";font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #yXshyNiKGA3ur274ofeHI3esPpyGvfCD { width:5.9375rem;height:1.575rem;top:86.25rem;left:7rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZFBVf4t29vbV51ht8LEtVIzFt42fkaA5 { width:8.75rem;height:1.875rem;top:131.25rem;left:5.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VnWaPkXSHJTcV32TULTZAopvxvesiXmR { width:19.9979375rem;height:4.725rem;top:133.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o8TJ9e8eaxFsJIcNW6IiXrWQVHsv4OOF { width:2.18645625rem;height:2.18645625rem;top:147.46250625rem;left:8.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JN9rOJBvffryDOymRvTTSz5Pdt5IMrAE { width:1.4375rem;height:1.4375rem;top:69rem;left:9.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSI0BskfzsCm2WK4gxHfkn1Q5bpmV7pC { width:3.0621875rem;height:3.0621875rem;top:153.84838867188rem;left:8.4672023057937rem;font-size:2.125rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #TLi6kgZrb9tifDUnJE4ttUTXxtBbHdgn { width:2.1875rem;height:2.1875rem;top:87.57916875rem;left:8.875rem;font-size:1.5rem;z-index:15040;color:#001680;display:none; }
 }@media only screen and (max-width: 763px) { #Lh2l6trReZyvIWg3cX2DegLqCFyef7kH { width:2.18645625rem;height:2.18645625rem;top:84.14375rem;left:8.875rem;font-size:1.5rem;z-index:15041;color:#001680;display:none; }
 }@media only screen and (max-width: 763px) { #iDzTtMMdzxTLUU8GEFNSu6xFWUe3gU5F { width:2.18645625rem;height:2.18645625rem;top:103.0770875rem;left:8.875rem;font-size:1.5rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #XAftRBqxuZFTUunZ4zGsDcvqDSkDqaz6 { width:20rem;height:1.575rem;top:1.5552062988281rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #XK8Hp9Ac27fMa0hlHphyNw24pTO6eB4t { width:20rem;height:25.875rem;top:103.125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#XK8Hp9Ac27fMa0hlHphyNw24pTO6eB4t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a3b0e664-c32c-450a-ba4a-76856ecddcde/logoDMarketing.png); }
 }@media only screen and (max-width: 763px) { #MXsDzghep2fWp8McvDplWF2Io9efqppp { width:20rem;height:20.21875rem;top:61.875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#MXsDzghep2fWp8McvDplWF2Io9efqppp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a3b0e664-c32c-450a-ba4a-76856ecddcde/logoDMarketing.png); }
 }@media only screen and (max-width: 763px) { #NplOceqs8lrGAS104lWDMoiaSbKeJLT7 { width:20rem;height:33.3125rem;top:14.986440658569rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }#NplOceqs8lrGAS104lWDMoiaSbKeJLT7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a3b0e664-c32c-450a-ba4a-76856ecddcde/logoDMarketing.png); }
 }@media only screen and (max-width: 763px) { #U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo { display:block; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 { display:block; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s659E8wli6PVskDvNDdeuLG0byHZO52X { width:11.375rem;height:4.0625rem;top:2.15625rem;left:4.3125002980232rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElJPbTRLNac6ZEw4USfmD8Z4GWd5M7SE { width:2.5rem;height:0.1875rem;top:6.5625rem;left:14.000000774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGHGtTnv5TzT0X62SzwBebI6n8P3gEdV { width:0.1875rem;height:2.5rem;top:4.25rem;left:16.437501728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeDG8xJxVcv9m1hKagDpq05cccTQ1ERJ { width:2.5rem;height:0.1875rem;top:1.5625rem;left:3.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUJPZpXndQ78KgxBgXN1XrpSq0ZcWTTT { width:0.1875rem;height:2.5rem;top:1.5625rem;left:3.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxSI2krKDr5KlirG260eUichqD9SI1Bf { display:block; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItaTcGfwEEyH71SHKIUG28Doyr91otU4 { width:19.8125rem;height:43.125rem;top:40rem;left:0.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TJfcGM8bFA2V3PCnTds1LADOSB15l10x { width:8.4375rem;height:2.5rem;top:78.75rem;left:5.8125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlTFHIKhnNroB0U9GFBpTvUwx2eDqeCQ { display:block; }
 }@media only screen and (max-width: 763px) { #xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw { width:17.5rem;height:26.1875rem;top:51.1875rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:1.1875rem;z-index:14999;line-height:1.5;display:block; }#xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9ce7887e61b9a57652102eb680a3caba.svg); }
 }@media only screen and (max-width: 763px) { #guEHpwQ5LxTQRdoPn3wDxwaWs7ooTB0g { width:20rem;height:32.5rem;top:5.625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #WAO6XSWDL0GzlrHvNufLBWZnWo5wn0FI { width:20rem;height:1.5rem;top:9.34375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14999;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LBMVWE93ABhsNauep3dypbZTTuMFFRNU { width:15.625rem;height:0.125rem;top:15.5rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR { width:17.5rem;height:15.1875rem;top:16.875rem;left:1.5625000596046rem;text-align:left;text-align-last:left;font-size:1.1875rem;z-index:14999;line-height:1.5;display:block; }#uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9ce7887e61b9a57652102eb680a3caba.svg); }
 }@media only screen and (max-width: 763px) { #eUuuT5wiyqgHbgP1V8n1TQ1nQueEKGfS { width:20rem;height:1.5rem;top:44rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14999;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kgRscgbArT3qfOsTVD4J1WevdEwOD56o { width:3rem;height:2.6rem;top:46.5rem;left:11.625000536442rem;text-align:left;text-align-last:left;font-size:2rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Tvw1h32Inix0WXWZDXJVDJUmq5DB5Fx5 { width:6.25rem;height:2.6rem;top:46.5rem;left:5.3750000596046rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ELHJ4QEaUeRc8dr2FaHmtOrSGl3VTqRJ { width:15.625rem;height:0.125rem;top:49.9375rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC9LHHBUevT7h1630CanoWUXcqHHVTUm { width:8.4375rem;height:2.5rem;top:33.436630249024rem;left:5.7812500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXb8VNUiwOJbI66fvxZwayXBgR7XtUg1 { display:block; }
 }@media only screen and (max-width: 763px) { #JakJQQ4Q6FcqyzIH3oSTNNxyGp4ebR83 { width:14.5625rem;height:2.03125rem;top:6.875rem;left:2.7187500596046rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #truG31ZmCVcb1wdy1zsZzaPXP6zaLTvC { width:3.125rem;height:2.6rem;top:11.875rem;left:10.8125rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MVLDJpvVk2XAo68ktu59NVydq575hJN5 { width:4.6875rem;height:2.6rem;top:11.875rem;left:6.125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #EKQGIdmdk2r00Z5iycZhmoIiOOqKrDkz { width:14.5625rem;height:2.03125rem;top:41.5rem;left:2.7500000596046rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ReElbTiahuXecCOkL9GdrnMMa6vcJBwR { width:20rem;height:3rem;top:1.2500019073486rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 { display:block; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOw6a0WKa89TXaumPuuv58U4QGhHmXTt { width:11.6875rem;height:4.0625rem;top:1.5625rem;left:4.1562502980232rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyAIHu5nZzFu186EEnFLdapNP7RiQha4 { width:2.5rem;height:0.1875rem;top:6.0625rem;left:14.375000774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQT30HLZZQhrn1VFVQLep2E3NinexItZ { width:0.1875rem;height:2.5rem;top:3.75rem;left:16.812501728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6O6MEC8LvbZMlHnFRSDOOoTXCvxJpxw { width:2.5rem;height:0.1875rem;top:0.9375rem;left:2.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZQT0cO2eDSzFdF8gLT7PJMikUdbnrBt { width:0.1875rem;height:2.5rem;top:0.9375rem;left:2.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 { display:block; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTiTQIAgHfvuS1esOOJ3XtRzxqEFBTfX { width:13.6875rem;height:1.21875rem;top:51.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQsg8wIQSJyTmu8DLLmoBvBciT4kOTTw { width:20rem;height:3.65625rem;top:53.436462402344rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.875rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.5rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:5.25rem;margin-bottom:0.25rem;margin-left:0;font-family:peugeot;height:2.5rem;font-size:1rem;overflow:hidden;text-align:center;text-align-last:center; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-radio-label { text-align:left;text-align-last:left;line-height:1.6;overflow:hidden;font-size:0.75rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:first-of-type{padding-top:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:last-of-type{padding-bottom:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp  { width:17.5rem;height:auto;top:1.5625rem;left:0rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-info-text { font-size:1.0625rem;overflow:hidden;height:auto; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp {display:block;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp { width:17.5rem;height:auto;top:1.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #qoziPiETkhTvL2c0h7V0O7pDfTfTfoRg {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tCKWRpheZyICJwo6BcrHiXqS7ZCABPbi { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #F7C13DVrxXDzUZgUzMnXmHx1JtAJcXNm {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #RUvD4y6phPhbVsvMZ9KHBv0FdlMbzhd9 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XLld0e4h3CPbn97SICznlA6AHfcD1peo {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #yGPkdts3HTyhddKMSu0lZeTMUuTxGxTp {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #uGV8B4B4FRiLsCAX0Mx7ubM8L0BUJ9w2 { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #QMJgaMf0P50TRM2GMwJWJ9s7THdOts75 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #L9pm0QpeOxdat4gZZf3mxDnMXx9dSwET {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #siBOuTwwTfhCccm20ftJk968tO2u8EEd { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #aG1dN8fbbvTrHNMEO7VtEThAT8zIygC4 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #m1ZgyDqLwXkDKTACCgchSs0kWATog8Aa {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #t1SUVxsRtwdrrHM8PMR0ODo7vETJIHbC {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tdkP7wULwuybBgnxIp56otwS4WeBr9zw {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #owXWdWMg1LoA7zewCHgqu61UHWFO75Qd { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #h7gsddESelQ30SZSgZVIf8us4mcWnTtT {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Dl3hvgQ2ThNtPWGqph9zGqRtGzw8Jf2w {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JO2z04toS1o6k0zTst9CKE5t7tmb0XcB { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XAckdr91aaaJRNSViplbrTNkZ7UNhNl6 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #eqhh037LtGFoCBcNb9D5pETomGqPfwfk {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #B3CdNPcApybM7iT61quDf7MTJkBDAtvo { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #wcgf1dOZuf9tMADxcIyu4LKts23XMyP9 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #R4b5XyiGq32J60H23HrxHBoOGuOKyTVa {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #zQI5UesECXgKA8WHTOGTfybcJPCN2rgE { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #TZxZx92KIRCURuFT1WZL7s4L0wodRbCa {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #a427UiK3J6wV24tXyRD8CMrsL1ZlwI8K {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Qxu5c8hSrD5BGoucA7o1pyGJkp889FAr {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #gqrxSJ4uSMm4oiQ6mKfpTndUevv0uZwC {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #VESM2zug9vR3daSmko3wgHMoZu5FTwZc {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Z18t4lt5P68l4v4B4SxzUsw3g8q5MDJg {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #wE5tmDsqn68NfNQahlcfJ3Um7ezriwsh {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #q2mwJxVc4t6KizMFnp2QMSH0NK52wvfc { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #VHcPtxz5n7ZvUzf4HL2GxenFPuVklEz7 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #zMogCstcxC3yCFf8N2i6DQJziHSIlzTK {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #MywVPacDkHTsNr1R9pGi6Xz7EEVu5sId {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #CJmLD2y3TMzLGXATeSdbH5Sy25D7ZULH {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #U5p1QOKToDdANgQwi2VT37PXltMsrGTL {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JPXa7QMQ80nyvLB7LF9eAc6a8PeFcXkT {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #AuGNxbMsRJePIX1d5ZnpaxNRPW5TtrKp {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #nHmMkKpcGOodUkgOxhcSBgdhRg8F7iM0 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #hz7LXzATm3JaML4IZ7KdE67CxUOJ9iiL {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #NXUTRgHTRvKGczXzxLS8KKG44wVCN6r4 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #lsAXAT7CeE7xFVbLDIAdxHy7m0Vk6ANA {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #elT70aT7NLnBB2XIzMPlkCoNHC5e2bUq {  }
 }@media only screen and (max-width: 763px) { #FIBhzNdOhWbRPJNhCbqGwNtWhSZJB8Is { display:block; }#FIBhzNdOhWbRPJNhCbqGwNtWhSZJB8Is > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uv9FhG6qcscqsCMy12TG2edil5Olb7iT { width:2.5rem;height:0.1875rem;top:4.375rem;left:15.312500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLTwVrVcswKFleVrbiDn77Wp0pdwrCoa { width:0.1875rem;height:2.5rem;top:2.0625rem;left:17.687501728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMOaJQGLXhP8eyDFmCOAGwiEClaaCPn { width:2.5rem;height:0.1875rem;top:0.9375rem;left:1.8750002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5XgalIQ76yGxKTBPz9zRXS0iqgOUJQX { width:0.1875rem;height:2.5rem;top:0.9375rem;left:1.8750002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5kkD03wcwQgJTly5epo7WeI4GKnrFkJ { width:12.8125rem;height:1.8125rem;top:1.8791694641113rem;left:3.5937502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxdHLiKTK7Rv8KL10hmZWWZzwoewJ9er { display:block; }#kxdHLiKTK7Rv8KL10hmZWWZzwoewJ9er > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxVvrLN888zTniI8tg8IZ57g0Eysp5uc { width:16.3125rem;height:0;top:38.580732345581rem;left:1.8437500596046rem;font-size:2rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #pZ3mHQUmcDLHg0QbCETxH5FVH97xgkUh { width:20rem;height:28.5rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XBzklMnhPsw3Rxu7Ld6ZTeiUPvzFFWxF { width:13.125rem;height:2.5rem;top:30.629165649414rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXag4LycxT9UmM2kikonUSECFlQtnW5S { display:block; }
 }@media only screen and (max-width: 763px) { #LIB5xhBFhQGd4ByCogpWevsexXOptwfB { width:13.125rem;height:2.5rem;top:34.379165649414rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSEywSs87B8zvSK0qrl4es9NRlccdVUT { display:block; }
 }@media only screen and (max-width: 763px) { #x14bKvves6tZPmTPLLAs5AaiS9JKIA7g { width:13.125rem;height:2.5rem;top:38.125rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI0OiVTxZNVq9aiGsn1TrkGcyX2ewFsd { display:block; }
 }@media only screen and (max-width: 763px) { #Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG { display:block; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WW56JoHDh3f7TTp3u2xwPtJtnbHp4FPR { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhTtBFJSghkCkBnTACfo1qS2f3B5Eu37 { width:9.625rem;height:1.5rem;top:15.3125rem;left:6.5625002980231rem;font-size:0.9375rem;font-family:roboto;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JlVByAxhsKeFl5SzIQSTtF2LZeSSTd1p { width:13.4375rem;height:3rem;top:17.123962402344rem;left:6.5625002980231rem;font-size:0.9375rem;font-family:roboto;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J7retR1wlHuiJqPm0lJAaCHVzHs82vIo { width:13.4375rem;height:3rem;top:9.6239624023438rem;left:6.5625002980231rem;font-size:0.9375rem;font-family:roboto;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ntpq18BcWHOuRW7RBpZAxb39RLIHH4A0 { width:9.5618125rem;height:1.5rem;top:7.8125rem;left:6.5625002980231rem;font-size:0.9375rem;font-family:roboto;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTEo6fD0qX2kUT84uT53Vzz7fmke24PX { width:5.3125rem;height:5.3125rem;top:7.1875rem;left:0.0625rem;border-top:0.1875rem solid #c7c0ff;border-left:0.1875rem solid #c7c0ff;border-right:0.1875rem solid #c7c0ff;border-bottom:0.1875rem solid #c7c0ff;display:block; }
 }@media only screen and (max-width: 763px) { #esmEoNLHgtJNuZVFmlI6VtAt1N72hN8B { width:5.3125rem;height:5.3125rem;top:14.748962402344rem;left:0.0625rem;border-top:0.1875rem solid #c7c0ff;border-left:0.1875rem solid #c7c0ff;border-right:0.1875rem solid #c7c0ff;border-bottom:0.1875rem solid #c7c0ff;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve { display:block; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guAa8S9mQdICMDcvGhHGJBWLDoLZMel6 { width:6.8125rem;height:auto;top:2.875rem;left:6.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EowCTE6rcsaMMuukbvhilAOFfFubOyFq { width:12.5rem;height:2.45rem;top:11.0625rem;left:5.6865717172623rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tlWqv7XZwVtuHX0XnlCESMS4HKu16a9g { width:1.5625rem;height:1.5625rem;top:4.6875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4FpDTtB1qsOqKdwOKC62ICzkv2bxV02 { width:1.5rem;height:1.5rem;top:6.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a01OADZ9obMxuclKEia1i1n5uVNDnLH7 { width:1rem;height:1rem;top:9.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUDEPg46waPKAx4ZweTmfd5cTh45wv2G { width:0.625rem;height:1.1875rem;top:11.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4vIfG5vcTxSVUCsFr2mQEzmDg7kWb4H { width:6.8125rem;height:1.0625rem;top:4.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzALAqU0KmdsBM6Na47MO2BdqXR93LtD { display:block; }
 }@media only screen and (max-width: 763px) { #WTn8VNcMyO10Er5Zrf3mVx3JDqQrsqO9 { width:11.6875rem;height:2.1875rem;top:6.4371337890625rem;left:5.1249996423721rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHy5mEiJwwpbmK9XTkArIz5RsAeUedrZ { display:block; }
 }@media only screen and (max-width: 763px) { #VnEwsi5cicToZb87ZT46TzaQx0LdN0fg { width:3.125rem;height:3.125rem;top:14.0625rem;left:10.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCeexTEW0ZB0WeBts9iJSuZdCHLqZ9KL { width:3.125rem;height:3.125rem;top:14.0625rem;left:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIQOP3MT42nUaaN9aHTtve7UG6KKwUVI { width:7.25rem;height:2.875rem;top:1.1875rem;left:6.3749998211863rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #KKGnXlM9B6LtpTEc51SqLJdqzdf035to { width:12.5rem;height:1.1375rem;top:9.0621337890625rem;left:5.6243807077408rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 { background-color:#000000;background-image:none;position:relative;z-index:auto;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; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container { background-color: transparent; background-image: none; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container > .video-iframe-container { display: none; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row > .video-iframe-container { display: none; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .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); }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container { border-width: 0; border-radius: 0; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHgqdMFy7HSxr8aqwlS5TWoe2plLkLT1 { top:3.2493813037873rem;left:5.9371130466461rem;z-index:15002;width:8.125rem;height:1.875rem;background-color:#13a59b;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(19,165,155,0.6) ;font-size:0.875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8akGykA16svDpf6i9TbE1kVTO7vqiT3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu { background-color:#000000;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;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; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container { background-color: transparent; background-image: none; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container > .video-iframe-container { display: none; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row > .video-iframe-container { display: none; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .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); }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container { border-width: 0; border-radius: 0; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mS4Nd7CatgsAN41ApWK8o19oFTCf46I3 { width:10.3125rem;height:2.1875rem;top:0.78125rem;left:0.3125rem;z-index:15001;font-size:0.875rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #DXqTRe4RO7qWbir29X8yZZwE6ZH9eLQ4 { display:block; }
 }@media only screen and (max-width: 763px) { #Sh0Zx8tOAqzNHR9pnDbncPHmQuQVn5GS { top:3.2493813037873rem;left:5.9371130466461rem;z-index:15002;width:8.125rem;height:1.875rem;background-color:#13a59b;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(19,165,155,0.6) ;font-size:0.875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gC18fpTLLSlrZnnWgfMziKQgNwB7CH1o { display:block; }
 }@media only screen and (max-width: 763px) { #paKv6rA28m5zNPuLZcc3ML4kiDvFi5Gv { width:6.25rem;height:2.25rem;top:0.75rem;left:1.8750000596046rem;z-index:15020;font-family:"open sans";font-size:0.9375rem;background-color:#6c3af6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pTfKwyscMBRFH1tT8X2nPqS94MMT5WDJ { display:block; }
 }