.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg.adaptive-delivery-prevent-bg, #oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg.lazyload, #oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg.lazyloading { background-image: none; }#oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg > .row .container { background-color: transparent; background-image: none; }#oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.85); }#oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg > .row .container > .video-iframe-container { display: none; }#oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.85); }#oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg > .row > .video-iframe-container { display: none; }#oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg > .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); }#oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg > .row .container { border-width: 0; border-radius: 0; }#oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg > .row .container { font-size:0.875rem;font-family:comfortaa;height:50rem;width:75rem;position:relative;display:block; }#cMrE1vTkGrfLJ0lGeiu5BVs0Sw4Wcym6 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:8.375rem;left:45rem;height:2.0996125rem;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; }
#KRBNJRxCzEHT2RKJuSiBoizb5uSIfIBq { color:#ffffff;display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:10.5rem;left:45rem;height:3.67480625rem;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; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-form-header {  }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-regular-label { height:auto;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;color:#ffffff;width:25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:block;width:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:comfortaa; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-text {padding-top: 0; padding-bottom: 0;}#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:comfortaa; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;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:block;width:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:comfortaa;font-size:1rem;overflow:hidden; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-select {padding-top: 0; padding-bottom: 0;}#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .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:#1c1b24;background-image:none;background-position:center !important;background-repeat:no-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:12.5rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3.4375rem;font-family:comfortaa;overflow:hidden; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .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:comfortaa;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:comfortaa;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-container:first-of-type{padding-top:0;}#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-container:last-of-type{padding-bottom:0;}#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.787109375rem;left:43.75rem; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-info-text { display:block;height:auto;font-family:comfortaa;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K {display:block;}#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.787109375rem;left:43.75rem; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #EABSU7gZzMH9bbMPPEHsPwR7sKnxGMKa { position:relative; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #AHXzVQl1coMrpCKyrpPKI9es9KJDo5TM { position:relative;display:block; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #WndSqmMbTPbM787cUHhTAEMVmh2McOMd { position:relative; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #A3zytQqfolab53UyWxwSRHTvxxRgT00N { position:relative; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #F8aNK49H58HmQEeyBgnxBSo4mrzm4G4T { position:relative;display:block; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #uGrZ3ZpUEE9sL9rDGTtEoQi3Ok2OoLQz { position:relative; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #VF3XDylPLz6SVCBZmdBZla8oyG1aoBFS { position:relative; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #nSLEzCKyxAblS2qQXT43qVViOdtxu40d { position:relative;display:block; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #hF7mNm2RTETxPAfyMfbZpQ3eQIi5BsTD { position:relative; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #SfTh5vkDwO9W8n5JR5NttUhpgZ4WMkWp { position:relative; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #f9DcHDOw5EFkIEWdpAUiE3nFmkAUx0IR { position:relative;z-index:2; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #kS1LF2WtmSU5enqkqB7kdVUPUd8GVV8x { position:relative; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #cOqecMwApCQyT6W3qbzZ8IvAxGd17xcT { position:relative; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #z4yMsUvoUIboTmz2WhMKh0G6lmRvLvGA { position:relative; }
#xHOe3SmLKUs0gJDwH19SHpL7wXOOHDGJ { position:absolute;display:block;z-index:15029;background-color:#7a62f3;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:40.625rem;width:35rem;top:4.3125rem;left:40rem;display:block; }
#aXVaJmqQbdRg5WVTs8Qz89TyGX6LWLG1 { color:#b5b5b5;display:block;width:33.1875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:27.5rem;left:0rem;height:1.69921875rem;display:block; }
#uLhpMVnmXEpRNHACwMKoraPTyHMT0xTO { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.125rem;left:0rem;height:9.2988125rem;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; }
#mH8bMfr66M6r3Z6roQwT9rAbwXU2DaOZ { background-color:#7a62f3;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;box-sizing:border-box;color:#1c1b24;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.375rem;left:0rem;display:block; }
#vfTyOGGQA84QxHikHcZeK6CkSkAyaptT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b7WcNClpnbNfEzkwx6DKHOTzD9MXM2xT { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:35.25rem;display:block; }
#VsAtZnxRlSg7sBbSL4u4Tmd0WnL78vuy { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:37.625rem;display:block; }
#aJvxVcXItl6f74FeS2enT90QJOi0By0v { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:42.375rem;display:block; }
#T7wkNfev5o7MQr3Xm5ZcfUhUqSdyD6gc { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:40rem;display:block; }
#y5BrFu71aMVwndePbLnag59tZwEevmPw { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:31.25rem;width:0.5rem;top:18.75rem;left:63.625rem;display:block; }
#yp54ixMcBxClh8DUC9NJN1Kh1i4vzMLc { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:31.25rem;width:0.5rem;top:18.75rem;left:66rem;display:block; }
#eT75g9D2WdsJcF3rgzsP6Xgo1UU8kH8O { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:31.25rem;width:0.5rem;top:18.75rem;left:68.375rem;display:block; }
#M0FU0yCvsuhtnVlTIfS5R01nmEdTt1kZ { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:31.25rem;width:0.5rem;top:18.75rem;left:70.75rem;display:block; }
#EP2TES3Ex2oTAv0HB49c5JVoD4PPIyTr { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:11.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;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; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { background-color: transparent; background-image: none; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container > .video-iframe-container { display: none; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row > .video-iframe-container { display: none; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .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); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { border-width: 0; border-radius: 0; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { font-size:0.875rem;font-family:comfortaa;height:50rem;width:75rem;position:relative;display:block; }#UHJfZZM5NGdMJpLXkQ5crRoGwScpWo3k { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:18.375rem;left:0rem;height:6.796875rem;display:block; }
#TgOgiAbeHr880qPggnugG4AFzTBTFuIB { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:12.8125rem;left:0rem;height:3.67480625rem;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; }
#usrb3kcmXbxczF35e2wGFNziSE8EbeFm { color:#7a62f3;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:11.125rem;left:0rem;height:1.69970625rem;font-style:normal;display:block; }
#TJJSkqgfepd42Nb9CxTdzJnnkX9T1vvm { position:absolute;display:block;z-index:15029;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:37.5rem;width:37.5rem;top:6.25rem;left:37.5rem;overflow:hidden;display:block; }
#mCExmSqBiJfkEIc2S9Suk7nN5WcHuk2m { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#rsSeQDrVI8tIEmKLwTaQOs8vmiFzV541 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#tLqRKoTgQ0bF1S3M7azkSkfb6dAa43G4 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#rvw6PPeONB2zuRyG2klqFzm7bncFQ9mT { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#PxUShPiTwTFzNJTftqgHsNEIG9nC80ny { color:#ffffff;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:31.375rem;left:0rem;height:1.9121125rem;font-style:normal;display:block; }
#E17xq6cB9QmQd9xUSTgmaVTmetaGdkUn { color:#ededed;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:33.8125rem;left:0rem;height:3.3984375rem;font-style:normal;display:block; }
#bfx37nFEK3hTQuQGzduhtSLFiUDyHGKh { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15020;opacity:1;top:29.3125rem;left:0rem; }
#KO7edpEuwFNFtm05provUhUKbr6tmxxx { color:#ededed;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:33.8125rem;left:17.5625rem;height:5.09765625rem;font-style:normal;display:block; }
#B73WPduqhkhWV4hTthiNrqZUDPPDGWtJ { color:#ffffff;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:31.375rem;left:17.5625rem;height:1.9121125rem;font-style:normal;display:block; }
#MAalANkfpWRUlo88W6XFKqoVTPTTwITw { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15023;opacity:1;top:29.3125rem;left:17.5625rem; }
#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;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; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row .container { background-color: transparent; background-image: none; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row .container > .video-iframe-container { display: none; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row > .video-iframe-container { display: none; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .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); }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row .container { border-width: 0; border-radius: 0; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row .container { font-size:0.875rem;font-family:comfortaa;height:64.0625rem;width:75rem;position:relative;display:block; }#h5tiKpaVAz1PxM6SHn2JATHAdLBw3zut { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));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:17.1875rem;width:21.25rem;top:16.25rem;left:30.0625rem;display:block; }
#HXlWAGQxbop6kMGp0qg6wcobAhSrPChT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.125rem;left:31.9375rem; }
#f0o2a07ImllJZ9QWg5TOvAnUmlaHfiFw { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:21.1875rem;left:31.9375rem;height:2.54980625rem;font-style:normal;display:block; }
#lTT4kkHpWBGUSvFDDJ2ZJmJBPMeT2TzA { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:24.125rem;left:31.9375rem;height:3.3984375rem;font-style:normal;display:block; }
#rMGCD2P5iwb9XX9DF5SCOeeq0ikGtmty { color:#7a62f3;display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:18.125rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#axOnsNi8i80QvkVWZsccN2JEH7J7NycC { color:#ffffff;display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:20.4375rem;left:0rem;height:3.67480625rem;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; }
#t4til9gMF4ZIUOD3BiLQmdq4oqEhJ2po { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#iL1OTSCWGiR0AU2U5T56ffATBFkF30Lr { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#e8PFyyiqycBFBXdC6d2FuvrDJc0hrww4 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#bAv59mNFT0ngiAuW4WFxqPVOPRO2x834 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#ioh7AaLMJXnOqRuuaZTLXp7SOIGFkQd6 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));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:17.1875rem;width:21.25rem;top:35.9375rem;left:30.0625rem;display:block; }
#HymS529FQ4gVIFQ9QktilqWVOavquMc2 { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:43.8125rem;left:31.9375rem;height:3.3994125rem;font-style:normal;display:block; }
#g8iAxVGv89NQOduG0UKE8AuvLR3wm8D8 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:40.875rem;left:31.9375rem;height:2.54980625rem;font-style:normal;display:block; }
#MGnucw0nMc2akR3XBTgr3TbHVnTw7ULp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:37.8125rem;left:31.9375rem; }
#fdPvbDf9bLMTIDCU7ons8eyikpIO7rbr { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));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:17.1875rem;width:21.25rem;top:35.9375rem;left:53.75rem;display:block; }
#a4fTZENLCxgyzoeq3pgTKxgSZ2pec7Jd { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:43.81201171875rem;left:55.625rem;height:3.3984375rem;font-style:normal;display:block; }
#LkQWcQyNSmVk5uLnybnPRT7ox4LSJDxo { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:38.38720703125rem;left:59.125rem;height:5.0996125rem;font-style:normal;display:block; }
#f9nPEq762ComuKzxuQl90Rfcw5Od7Bib { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:37.8125rem;left:55.625rem; }
#mxL46HTksB8x0I4oUCR5RIO1dzQhv7VV { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));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:17.1875rem;width:21.25rem;top:16.25rem;left:53.75rem;display:block; }
#hQQbIfAKAbgJ0haSloRZOPKTB7aIS1pB { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:24.125rem;left:55.625rem;height:3.3994125rem;font-style:normal;display:block; }
#EI2hqvsqa5XZmeAbAXzZloVJPErZ5Lmv { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:21.1875rem;left:55.625rem;height:2.54980625rem;font-style:normal;display:block; }
#qQ71aknD4mnxgGq10c70ph6HAvSmATID { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:18.125rem;left:55.625rem; }
#dfgEzqOE4gE5RUSTnkftTbxTpRCWJ960 { color:#b5b5b5;display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:26.125rem;left:0rem;height:10.1953125rem;display:block; }
#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;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; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container { background-color: transparent; background-image: none; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container > .video-iframe-container { display: none; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row > .video-iframe-container { display: none; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .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); }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container { border-width: 0; border-radius: 0; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container { font-size:0.875rem;font-family:comfortaa;height:35.625rem;width:75rem;position:relative;display:block; }#ynoJoyrf8h5Xv7e5THR6eFBF75xaR37C { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.375rem;left:10.1875rem; }
#yLhCiZ4zz49Pu7JX1VgoUMFlHSiyTSy2 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.25rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bkQsflqNcQ5r2ieoTJzlZtmKHdFBZWby { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.1875rem;left:0rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAS5XIXpkhGIwDy27ymN1c9UTh2ONkkc { color:#7a62f3;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJ4CsH1UM5KtEFvOiULNezO8i31GO54y { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uetxyiDXW73zBDWqyxNlsu6RlTddBBJZ { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#SEhOfMprrMnFNNzpC3bo4fTfnkvTqK1X { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#iPzZFXLWA3DXO1Iimh7RBXJHEimdeX5W { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#dOzOcTU2qszwpwv61l1ACBBVDVP9TsSQ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#yP2osvoz9fEp6qtwAAr9hyBKqoa7WqOQ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.1875rem;left:9rem;display:block; }
#viwtahdukNpmnBTuN79Jbq7VwQ8dmdVC { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23rem;left:26.25rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Av9Z6eu5Blxp6PFkza9r8d3dt2zIcOk3 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.0625rem;left:26.25rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KCLHOD77dsA4BFETf8Z6oLsh0RXIc4Nx { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(181deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:35.25rem;display:block; }
#pELOXA3M7ihAqKfQSOhNiB193xuQsO59 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.1875rem;left:36.4375rem; }
#RBbwkEpbXApX21Pr9JJXc8C1Zdv0TSms { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23rem;left:52.5rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LaxEhBzDwGM3zKQWMeK2sWqFo1PHemrK { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.0625rem;left:52.5rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFc2p5scktE4rNnIxc0cZo7tzMzSDIaU { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(285deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(285deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(285deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(285deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:61.5rem;display:block; }
#W6yndudFPv9IeCJzJWkxr9l4UrrDJrI5 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.1875rem;left:62.6875rem; }
#BfM1BFK42Xy24lRl2e2VzDpqE4upmf2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;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; }#BfM1BFK42Xy24lRl2e2VzDpqE4upmf2S > .row .container { background-color: transparent; background-image: none; }#BfM1BFK42Xy24lRl2e2VzDpqE4upmf2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfM1BFK42Xy24lRl2e2VzDpqE4upmf2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfM1BFK42Xy24lRl2e2VzDpqE4upmf2S > .row .container > .video-iframe-container { display: none; }#BfM1BFK42Xy24lRl2e2VzDpqE4upmf2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfM1BFK42Xy24lRl2e2VzDpqE4upmf2S > .row > .video-iframe-container { display: none; }#BfM1BFK42Xy24lRl2e2VzDpqE4upmf2S > .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); }#BfM1BFK42Xy24lRl2e2VzDpqE4upmf2S > .row .container { border-width: 0; border-radius: 0; }#BfM1BFK42Xy24lRl2e2VzDpqE4upmf2S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BfM1BFK42Xy24lRl2e2VzDpqE4upmf2S > .row .container { font-size:0.875rem;font-family:comfortaa;height:40rem;width:75rem;position:relative;display:block; }#Km88WSgUd7ZBmxGG0XoEx7UKiNScoXkQ { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));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:17.5rem;width:18.75rem;top:16rem;left:0rem;display:block; }
#cNTv8JOTtnlrZmEKhOzhWTZB564lk2TT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#qR98G34urzzuBmnSi336caeznMSCTxWI { color:#ffffff;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:block; }
#JW0y57w8kkBCwLf1nB1JLFNhHvp4FyfA { color:#ededed;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:5.09765625rem;font-style:normal;display:block; }
#tHWSsKl44CFyGETopG6HpDtNXMuHpT6x { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.2), rgba(0,0,0,0));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:17.5rem;width:18.75rem;top:16rem;left:18.75rem;display:block; }
#e4LEGxLnvKXP9TKrowIy0vHi9saAWkHl { color:#ededed;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:20.625rem;height:1.69970625rem;font-style:normal;display:block; }
#kqoIo8gmbJ8Rg7pT2D5gThH5zKrRqxtX { color:#ffffff;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:20.625rem;height:2.54980625rem;font-style:normal;display:block; }
#fgxdpzuEAAHGVH4fuFpnnHtPrKg6WkI8 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:20.625rem; }
#MRvPet25ToGdL2bpl3t6KDyEZXCRLcQO { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(286deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(286deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(286deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(286deg, rgba(122,98,243,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );";background-image: linear-gradient(286deg, rgba(122,98,243,0.2), rgba(0,0,0,0));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:17.5rem;width:18.75rem;top:16rem;left:56.25rem;display:block; }
#LcxaD0nuCFq9P58eJTgHfCr6ssyOJC2n { color:#ededed;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:58.125rem;height:3.3984375rem;font-style:normal;display:block; }
#MnrOmboiBg5F3u1PtLuBbPIe1ZLyN0Vt { color:#ffffff;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:58.125rem;height:2.54980625rem;font-style:normal;display:block; }
#VLnVOzE3P48tSQh1AQS28B1H7pMyxFRv { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:58.125rem; }
#zytKwyp3bB4HZlJKt0k8vRysnpFOk6IW { color:#7a62f3;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#grE52OygCLvieslvwHSGrQxnXT7VTXGS { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BATDceI6Wm3WnoxzAIVT9ZT8wc1ve2Bx { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#QUMnKTlpo1azB0o7MHGUhloWd2Z4TxEX { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#ycNa5m8trBTeVIu7AFCm6LTFLnqdmWQQ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#n2Qgs7FEl7vT5IWKn1hkAKimcLH9XGTR { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#zReqNATy09wZZ0rrTgHicri5x4XTuDE8 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(54deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(54deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(54deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(54deg, rgba(122,98,243,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );";background-image: linear-gradient(54deg, rgba(122,98,243,0.2), rgba(0,0,0,0));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:17.5rem;width:18.75rem;top:16rem;left:37.5rem;display:block; }
#pBpL85mKxhBDkRtT4WmTWTDkiBzB2tb3 { color:#ededed;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:39.375rem;height:3.3984375rem;font-style:normal;display:block; }
#NAxMaGQNHzWACcLCuoM2vZ0IU1zFlgi7 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:39.375rem;height:2.54980625rem;font-style:normal;display:block; }
#chd1CCqcNWe0FI9n91KIUA42Q9OTfiAx { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:39.375rem; }
#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(28,27,36,0.8);background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0.adaptive-delivery-prevent-bg, #QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0.lazyload, #QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0.lazyloading { background-image: none; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { background-color: transparent; background-image: none; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container > .video-iframe-container { display: none; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row > .video-iframe-container { display: none; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .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); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { border-width: 0; border-radius: 0; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { font-size:0.875rem;font-family:comfortaa;height:46.25rem;width:75rem;position:relative;display:block; }#ANHN5JLc4MUm6ZrBXSlf3xPZnJdRzD53 { position:absolute;display:block;z-index:15004;background-color:#1c1b24;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:33.125rem;width:32.5rem;top:6.5625rem;left:42.5rem;display:block; }
#S7WAy640vcOAlUmu3xGaidZidIruLHhw { color:#ededed;display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:22.5625rem;left:45.625rem;height:3.3994125rem;display:block; }
#vyce2MimDs0Z7SFUL03CkKFX2cJohTxs { color:#ffffff;display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:13.3125rem;left:45.625rem;height:3.67480625rem;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; }
#fNKR5IfZPr9mkRV9oWp3xmIdSPPlUBxQ { background-color:#7a62f3;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;box-sizing:border-box;color:#1c1b24;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.5625rem;left:45.625rem;display:block; }
#UE4L8OAAzGHJdG7cVP2ltwOXB3KrG3Gt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X4MgouxEvH7TPVUOcIV8mAGqa8UyE6Pi { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:9.375rem;width:0.5rem;top:1.1875rem;left:45.625rem;display:block; }
#z2v1c4NCPoMqIJAocAodQTuLLOD6WVT9 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:1.1875rem;left:48rem;display:block; }
#aradU6vnMWeEI2tMKsmlGFXhEgRbgJS3 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:9.375rem;width:0.5rem;top:1.1875rem;left:50.375rem;display:block; }
#R7XL4zJNPi40N9hEkNZ5sZfA5SzaDPAZ { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:1.1875rem;left:52.75rem;display:block; }
#noyyRT990ATb0GFlaG9eAGIeOSAeMubh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;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; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row .container { background-color: transparent; background-image: none; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row .container > .video-iframe-container { display: none; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row > .video-iframe-container { display: none; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .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); }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row .container { border-width: 0; border-radius: 0; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row .container { font-size:0.875rem;font-family:comfortaa;height:58.125rem;width:75rem;position:relative;display:block; }#TseGKugdpEoO0bVhHBhyanB6RgV6CsnI { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(122,98,243,0.2));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:18.75rem;width:37.5rem;top:15.3125rem;left:0rem;display:block; }
#OV8nVSTn2rZkHoZm9aZBeEv0s0F5Pe4b { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:19.875rem;left:2.5rem; }
#hNc0Vm5N97CPr0KH5WfOnIRsiwxVGJZx { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:22.9375rem;left:2.5rem;height:2.54980625rem;font-style:normal;display:block; }
#h5NnosGTAAomI1Ze3si9GTucGmCSKf7n { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(288deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(288deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(288deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(288deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );";background-image: linear-gradient(288deg, rgba(0,0,0,0), rgba(122,98,243,0.2));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:18.75rem;width:37.5rem;top:15.3125rem;left:37.5rem;display:block; }
#gsRs1PfOmuV4bNl4hId8Wp0PDeZt8lE2 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.875rem;left:40rem; }
#iEL64eJ09yPHc0P6ua28GPidPDiACVXZ { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:22.9375rem;left:40rem;height:5.0996125rem;font-style:normal;display:block; }
#mMXT9xhpr3BnS4GNLptkyh63TSCFEWoM { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(351deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(351deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(351deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );";background-image: linear-gradient(351deg, rgba(0,0,0,0), rgba(122,98,243,0.2));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:18.75rem;width:37.5rem;top:34.0625rem;left:0rem;display:block; }
#vIbXvqyfDkwlRIIhFUC6ffulR2ElMXVT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:38.625rem;left:2.5rem; }
#eEovLWH43cqn0TRc9adFspJBPWDERp7b { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:41.6875rem;left:2.5rem;height:5.0996125rem;font-style:normal;display:block; }
#BZGoErtlJoqZlNcvGLkot9MwG8163Fnr { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(120deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(120deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(120deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );";background-image: linear-gradient(120deg, rgba(0,0,0,0), rgba(122,98,243,0.2));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:18.75rem;width:37.5rem;top:34.0625rem;left:37.5rem;display:block; }
#nPynL1EbUoV2IaAQGU244PKSCpdorZVF { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:41.6875rem;left:40rem;height:5.0996125rem;font-style:normal;display:block; }
#WTKZU66TvurJwryfCptueuNTun64FPrS { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:38.625rem;left:40rem; }
#eUTThexaHTK8LmwfafgTMdsG6wke8hxx { color:#7a62f3;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:6.25rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EtxkVz8WpRmlbTifIQR5TAEwnAcvLOnU { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QUadZfpWaT5bzkmtkmEaISuevJ06EO73 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#AByvx5GkRIbJ4F7mKCuf0T6nQmTPrSv6 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#eNIbaLZmUupTMsd0131wT4coMByS1mgC { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#s2U0pCB52FbkI0uq4GOwvWRXSDeHKhZV { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#X72btBKtBD7KRBbeB9K6XzOv48oDDk9g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(28,27,36,0.8);background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X72btBKtBD7KRBbeB9K6XzOv48oDDk9g.adaptive-delivery-prevent-bg, #X72btBKtBD7KRBbeB9K6XzOv48oDDk9g.lazyload, #X72btBKtBD7KRBbeB9K6XzOv48oDDk9g.lazyloading { background-image: none; }#X72btBKtBD7KRBbeB9K6XzOv48oDDk9g > .row .container { background-color: transparent; background-image: none; }#X72btBKtBD7KRBbeB9K6XzOv48oDDk9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X72btBKtBD7KRBbeB9K6XzOv48oDDk9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X72btBKtBD7KRBbeB9K6XzOv48oDDk9g > .row .container > .video-iframe-container { display: none; }#X72btBKtBD7KRBbeB9K6XzOv48oDDk9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X72btBKtBD7KRBbeB9K6XzOv48oDDk9g > .row > .video-iframe-container { display: none; }#X72btBKtBD7KRBbeB9K6XzOv48oDDk9g > .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); }#X72btBKtBD7KRBbeB9K6XzOv48oDDk9g > .row .container { border-width: 0; border-radius: 0; }#X72btBKtBD7KRBbeB9K6XzOv48oDDk9g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X72btBKtBD7KRBbeB9K6XzOv48oDDk9g > .row .container { font-size:0.875rem;font-family:comfortaa;height:46.25rem;width:75rem;position:relative;display:block; }#SMiyJ8fMHtVhBQuc7x6vZXCEUzcztVGX { position:absolute;display:block;z-index:15004;background-color:#1c1b24;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:33.125rem;width:32.5rem;top:6.5625rem;left:42.5rem;display:block; }
#oqGwk2uzaWG7GU0qVuhS39C1hLtsi2sA { color:#ededed;display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:21.1259765625rem;left:45.625rem;height:6.796875rem;display:block; }
#dFlTiKDqpx2mLH54AxmdHsZVTkT0iuh8 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:13.3125rem;left:45.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ncelreBWJsp9qBzc4EMwACeeNeQidaJ8 { background-color:#7a62f3;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;box-sizing:border-box;color:#1c1b24;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.9375rem;left:45.625rem;display:block; }
#fQ8HglGCIbzthPRMkDCzGgtUEpficQFE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q6ekEihF7upooWmAsCVNZB4nPgtcFSqU { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:9.375rem;width:0.5rem;top:1.1875rem;left:45.625rem;display:block; }
#VWafSbQiREUCOmIyuoyznSVTPsvcnDQ0 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:1.1875rem;left:48rem;display:block; }
#wCsGloSmWwopKyTTIlGIWVpHcHyegV72 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:9.375rem;width:0.5rem;top:1.1875rem;left:50.375rem;display:block; }
#ETuZtffA5N5NDwNC1fHLaPvkDwseIffL { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:1.1875rem;left:52.75rem;display:block; }
#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i.adaptive-delivery-prevent-bg, #uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i.lazyload, #uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i.lazyloading { background-image: none; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row .container { background-color: transparent; background-image: none; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.8); }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row .container > .video-iframe-container { display: none; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.8); }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row > .video-iframe-container { display: none; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .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); }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row .container { border-width: 0; border-radius: 0; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row .container { font-size:0.875rem;font-family:comfortaa;height:74.125rem;width:75rem;position:relative;display:block; }#Kil9TncrRbprLfgl4i3gKQGC1P9cF86t { color:#7a62f3;display:block;width:8.4375rem;position:absolute;font-family:comfortaa;font-size:3.875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:12.32470703125rem;left:33.28125rem;height:10.849625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f7OJIKBVcbRG7WyVuSvyeXwVkoE1Cyom { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:15.1875rem;left:46.25rem;height:2.54980625rem;font-style:normal;display:block; }
#KRxbbllBni2qtsaXcnaLiJLneUEgZ6TA { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:18.375rem;left:46.25rem;height:1.69921875rem;font-style:normal;display:block; }
#WsdPuGmu4egzEGcZXXfXzvkQTKwkn0KU { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:28.9375rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mqSeRmuVOrsupJ5tOZ5NB46h9rRhO4NH { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:32.125rem;left:0rem;height:1.69921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TKyt8fg3zmvOtT2paMFJyXlecWfo1NtB { color:#7a62f3;display:block;width:6.25rem;position:absolute;font-family:comfortaa;font-size:3.875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:27.07470703125rem;left:34.375rem;height:10.849625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zFP02alFSf3RmshvZ6hD07bbr7u7iNgD { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:46.5rem;left:46.25rem;height:1.69970625rem;font-style:normal;display:block; }
#G1hMcgk1pe8Tu0iCvofTao6twOue7kGU { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:60.25rem;left:0rem;height:1.69921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gmelIrp8i8B1mS35oqJP0eBiqIMPHDEq { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:43.3125rem;left:46.25rem;height:2.54980625rem;font-style:normal;display:block; }
#u3du87UAreuyJuV1fCRBeHBLOEzOz9Ml { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:57.0625rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lTmmKECqZIseaT2HcvUTVKTw4bJimlRB { color:#7a62f3;display:block;width:6.25rem;position:absolute;font-family:comfortaa;font-size:3.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:42.4873046875rem;left:34.375rem;height:10.849625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CkqwAaCuTnvuWdnFbQ8N3pt0a8CoJghw { color:#7a62f3;display:block;width:6.25rem;position:absolute;font-family:comfortaa;font-size:3.875rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:57.0625rem;left:34.375rem;height:10.849625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c5vkcLHSZGrzPacHaCpCR7deUJk2kOiT { color:#7a62f3;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTuaBwtOhtR5gpSAUlaQH9ooN4C3DoIJ { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KVLTkREicCxhZL8yvX7nfQVOmAp2NfbA { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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.5rem;width:0.5rem;top:21.1748046875rem;left:37.25rem;display:block; }
#wMkp0wq4ucB0O0f8JM6H3OSsuNPgL9K8 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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.5rem;width:0.5rem;top:34.9873046875rem;left:37.25rem;display:block; }
#oSHEGUGOIJIE6VoSwPuvoZbAWdLleenJ { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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.5rem;width:0.5rem;top:48.7373046875rem;left:37.25rem;display:block; }
#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;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; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row .container { background-color: transparent; background-image: none; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row .container > .video-iframe-container { display: none; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row > .video-iframe-container { display: none; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .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); }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row .container { border-width: 0; border-radius: 0; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row .container { font-size:0.875rem;font-family:comfortaa;height:51.25rem;width:75rem;position:relative;display:block; }#tGfdTv9OoMZmhQrCk8ED1Z0IP4VAHV7h { color:#7a62f3;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:6.25rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAWzpccTJ3QnzJKK3viTvtKwQxxdmSIT { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:7.9375rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lEBekNVcFOzWnfox2aMacFHDvzg69f7p { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(276deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(276deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(276deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );";background-image: linear-gradient(276deg, rgba(0,0,0,0), rgba(122,98,243,0.2));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:33.8125rem;width:37.5rem;top:15.4375rem;left:0rem;display:block; }
#lgx5KPUeoQvhtCPeyRtqIHtRWGPv7e6b { color:#7a62f3;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:17.3125rem;left:1.875rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XoWLtTZ47STtkAJgwtLmrovP9vvOsObL { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:20.1123046875rem;left:3.5625rem;height:2.625rem;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; }
#srQeE5CHy6IAxec5cQy8VRtNF3yBoI8r { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:25.3994140625rem;left:1.875rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R2oux1pCFFUGlw203WOOyXCOuTcD2qsV { position:absolute;display:block;z-index:15049;background-color:#7a62f3;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.0625rem;width:33.75rem;top:30.28125rem;left:1.875rem;display:block; }
#MwC5p57Hen0W0tc69PzoyJdQIb5OqUR3 { background-color:#7a62f3;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;box-sizing:border-box;color:#1c1b24;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.5rem;left:1.875rem;display:block; }
#lkATCAgl5XzLQe1Tl5c7uTsQbcfX7MhO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fkJsMtmK7LHPbpmDTOy0k7a7hWe60aVs { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:20.375rem;left:1.875rem;height:2.0996125rem;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; }
#NDPSqnnDkZb3v3GrzWIuoUgi3NQROdyP { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(311deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(311deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(311deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(311deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );";background-image: linear-gradient(311deg, rgba(0,0,0,0), rgba(122,98,243,0.2));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:33.8125rem;width:37.5rem;top:15.4375rem;left:37.5rem;display:block; }
#GqXKClzdEpTOZ2b7TGfEd6bIIFgc4IEw { color:#7a62f3;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.7;letter-spacing:0;top:17.3125rem;left:39.375rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xh9IzaTOUvDzd8Tezl6fydlJJlvXnizn { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:20.1123046875rem;left:41rem;height:2.625rem;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; }
#kgqyvyFDqV9XTnFSCTzH7MwF6ykE3FbP { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.7;letter-spacing:0;top:25.375rem;left:39.375rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A2e4wnTdp4TK6eBegP1gnshI0hc4Lce0 { position:absolute;display:block;z-index:15062;background-color:#7a62f3;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.0625rem;width:33.75rem;top:30.3125rem;left:39.375rem;display:block; }
#EGwrPPMTdTQVWTdde28T2k9pyOmiSDTO { background-color:#7a62f3;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;box-sizing:border-box;color:#1c1b24;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:42.5rem;left:39.375rem;display:block; }
#a7pgThuJSD75J8UUG8p2uF0ESpmeXZ1d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXSbps1ryZwOFih4I5nWhJwekyQP91ky { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:20.375rem;left:39.375rem;height:2.0996125rem;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; }
#CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:31.8515625rem;left:1.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_60ca3dde9cd9c691666ccccb9ba2ba6aa90d372f.svg); }
#k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15069;line-height:1.7;letter-spacing:0;top:31.8515625rem;left:39.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_60ca3dde9cd9c691666ccccb9ba2ba6aa90d372f.svg); }
#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;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; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { background-color: transparent; background-image: none; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container > .video-iframe-container { display: none; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row > .video-iframe-container { display: none; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .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); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { border-width: 0; border-radius: 0; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { font-size:0.875rem;font-family:comfortaa;height:30rem;width:75rem;position:relative;display:block; }#i3PH3oR0z3TFyDQSeWdwawk1ssTOWZy4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:6.25rem;left:67.5rem;overflow:hidden;display:block; }
#pvaWCtFJd1Eh63rkNeBICMwgOmD6WFPS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:6.25rem;left:57.5625rem;overflow:hidden;display:block; }
#neq9auaFpk6587dP7VeQyATscvtcpA25 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:6.25rem;left:47.625rem;overflow:hidden;display:block; }
#BLuFv7D1mXtz63LwfpeEBXAMZt7fF8li { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:6.25rem;left:37.6875rem;overflow:hidden;display:block; }
#WiOZ22u7n5vwPLyEunHUm9UxNKDdtadc { color:#7a62f3;display:block;width:26.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C769Mm8ldnsTu7nJddZzhcrQmT192iCy { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.67480625rem;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; }
#w80do3opDqabbJH16QxVRawa6FIkku3L { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:5rem;width:0.5rem;top:6.25rem;left:27.625rem;display:block; }
#il9RWJTNwviIPTLKqG6ucsTFeA7wNFuK { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:5rem;width:0.5rem;top:6.25rem;left:30rem;display:block; }
#W70AGl3olRq31fd1ufcOT42MHwmzeFND { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:5rem;width:0.5rem;top:6.25rem;left:32.375rem;display:block; }
#NOhqf0oLnNHTpQrgcZSUxOlcK7EJ7QxS { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:5rem;width:0.5rem;top:6.25rem;left:34.75rem;display:block; }
#L3Ad6PNKsUgddpRDiOCBH5CNSMdl816u { color:#b5b5b5;display:block;width:26.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:13.4873046875rem;left:0rem;height:8.3965rem;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; }
#Powpb8vnq4TeQusxB1vUXNSXzqx0HEsT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:16.25rem;left:37.6875rem;overflow:hidden;display:block; }
#yzraLeZZOWDAHH0ZrCbdWMBX5wHAA8Mq { position:absolute;display:block;z-index:15004;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.5rem;width:7.5rem;top:16.25rem;left:67.5rem;overflow:hidden;display:block; }
#DIsaUJfPpqxgbSIJLDBM5U3R00fHTQM7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:16.25rem;left:57.5625rem;overflow:hidden;display:block; }
#OFovEVmq6qGgErkMTyTxyOsfu6UPcnPE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:16.25rem;left:47.625rem;overflow:hidden;display:block; }
#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2.adaptive-delivery-prevent-bg, #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2.lazyload, #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2.lazyloading { background-image: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { background-color: transparent; background-image: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.85); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container > .video-iframe-container { display: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.85); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row > .video-iframe-container { display: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .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); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { border-width: 0; border-radius: 0; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { font-size:0.875rem;font-family:comfortaa;height:42rem;width:75rem;position:relative;display:block; }#ag6yxCT9UhhzOkrnB4NUSCM8UOeUEE0M { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:10.6875rem;left:0rem;height:3.67480625rem;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; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-form-header {  }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-regular-label { height:auto;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;color:#ffffff;width:25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:block;width:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:comfortaa; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:comfortaa; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;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:block;width:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:comfortaa;font-size:1rem;overflow:hidden; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .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:#1c1b24;background-image:none;background-position:center !important;background-repeat:no-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:12.5rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3.4375rem;font-family:comfortaa;overflow:hidden; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .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:comfortaa;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:comfortaa;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-container:first-of-type{padding-top:0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-container:last-of-type{padding-bottom:0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:43.75rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-info-text { display:block;height:auto;font-family:comfortaa;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K {display:block;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:43.75rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kbHFFcdVwy2DJGK6225uKkZG9V26p4pt { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #M3XVKQQuGwh6HUQMf4H52QAbF8bWMJMP { position:relative;display:block; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #dUzuploGpiMEpyKpTVebJwTwp1Dfu7AL { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #JuJbvgZ42kNvg3XhuCoEArobw7oycGhp { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kwZNiWsUf6znhKwlsQNWpeIr4HGhcQ9w { position:relative;display:block; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #UerD0MCchpdSVVGO52iMyTcb1CooGr8C { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #hXfTWgAlutFoRqguf0wmQumTd4H6wN7u { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #ZrI5cs1MbhlG84ziv62GPdENS89AoyD1 { position:relative;display:block; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #W6y6MhfLlVm7AkRa3BQx5ydQ14C9AEOo { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #hewi2y0mZXVdIPAKTWERUpGQ8OgduQv3 { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #M2lw78pUMKVT2Mm1PSPGTt6IWyslUdhK { position:relative;z-index:2; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #imn5v9mK7sTHxPu93V7T5GvsevFVBTh7 { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #Nyt6NZrgmKALmF4c855D3F4T6OiQNNwF { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #U64BS1rJSAPDH91x4rL9vdquH1l4xiZs { position:relative; }
#KKRcUMJeKGZ4lRrUmathfXPZzipu72aK { position:absolute;display:block;z-index:15029;background-color:#7a62f3;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:30.625rem;width:35rem;top:5.625rem;left:40rem;display:block; }
#Qx94E285bDqWM8IwaDATiWqGf87RDnyh { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:15.5625rem;left:0rem;height:9.2988125rem;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; }
#hA4Jk82Nz5BWHbvR7Ec7llPSllvO03V5 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:35.25rem;display:block; }
#vQopg5H5QOovLf0Qiz7lzl9TFHdM2ikn { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:37.625rem;display:block; }
#hS9s29AHxJnmGUA997BmsVGvvMz6DDvf { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:42.375rem;display:block; }
#u8xSRFDOZ8JIzrZp1mfA8nMIOX8xW0nG { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:40rem;display:block; }
#Lf5HGFhNJmFs5FuRysK82A0QKwZ5E3bf { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:31.25rem;width:0.5rem;top:10.6875rem;left:63.625rem;display:block; }
#JEs2yZMSJblxEKSQUbygB1AOXuf21ZhB { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:31.25rem;width:0.5rem;top:10.6875rem;left:66rem;display:block; }
#aIzBhFTLT3427QNHTliF44wx3FvwLF38 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:31.25rem;width:0.5rem;top:10.6875rem;left:68.375rem;display:block; }
#gN64NWMmvhKvdRJudPxu41UQetrTeoMi { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:31.25rem;width:0.5rem;top:10.6875rem;left:70.75rem;display:block; }
#GPHbkI5e6lgXlTJpLakiqbOTEHfo7W4L { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:26.125rem;left:0rem;height:1.69921875rem;display:block; }
#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;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; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { background-color: transparent; background-image: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container > .video-iframe-container { display: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container { display: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .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); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { border-width: 0; border-radius: 0; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { font-size:0.875rem;font-family:comfortaa;height:38rem;width:75rem;position:relative;display:block; }#dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:3.67480625rem;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; }
#UlVesiSG98RSu4ILX6yo8CGLkWp4NmUb { color:#b5b5b5;display:block;width:25.625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:16.4375rem;left:0rem;height:1.69921875rem;display:block; }
#u1e5O8Cb330N4GP9ItJ1bLKR0slm5sT4 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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.5rem;width:25.625rem;top:14.6875rem;left:0rem;display:block; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f333', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(122,98,243,0.2), rgba(0,0,0,0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:comfortaa;font-style:normal;color:#ffffff;height:auto;line-height:2;overflow:hidden; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:comfortaa;color:#ffffff;height:auto;line-height:1.7;overflow:hidden; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_322ffa2da8fa6e54c2f093cc3a9e564837c7fa11.svg");background-size:contain !important; }#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger.adaptive-delivery-prevent-bg, #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger.lazyload, #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger.lazyloading { background-image: none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.0625rem;left:32.3125rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FccgSpdsPTeTui5E3hdsWKzAORxWJolk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Zk6If7cTuhurtFfp4tfpnb3IzguI8May { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 { display:none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL { display:none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b9F9dZSqLVsN65gFyMFBaApzGQhh3vGZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #HSCyIWOMdgyM6rTie57UlWZ82l9fkIo6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #V1MFnZPXuTomrBsJbBQq68DLOEGwk0Dq { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #AmzQohFmKG6dWRDm0FHTNaLprcDBNZlf {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #RxNnOSVuJyU7iRIub9eykGvLKLsLZ4z0 { display:none; }
#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;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; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { background-color: transparent; background-image: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container > .video-iframe-container { display: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container { display: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .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); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { border-width: 0; border-radius: 0; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { font-size:0.875rem;font-family:comfortaa;height:32.5rem;width:75rem;position:relative;display:block; }#DBODtdl41VetcGxybT57RUwZ7wbvzK0u { color:#7a62f3;display:block;width:26.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LKTi4lA7QIhNzU48dvhNB5LDARJdtons { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.67480625rem;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; }
#owyTGDz8G44BuKiarHdvCvasspKoRH9E { color:#b5b5b5;display:block;width:26.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.4873046875rem;left:0rem;height:3.3994125rem;display:block; }
#RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15031;opacity:1;top:19.375rem;left:0rem; }
#wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:21.1875rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#khI6XmzoW2EK08hrUnMfSq79WekrKLUp { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:19.1875rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#vFaePdXhowyi7SvfIplDKVoq9vnkzsme { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:21.375rem;left:26.25rem;height:2.54980625rem;font-style:normal;display:block; }
#B29Z32wU0cBd6K7IKcSv2dLORmT3rvET { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15034;opacity:1;top:19.5625rem;left:26.25rem; }
#DcT47TIUtZMrkMHepxh9cLAzv0659ohz { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:19.375rem;left:28.5rem;height:1.9121125rem;font-style:normal;display:block; }
#TmhWRdzsMRG0aF70hPxW09XOT9yifzwh { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:15rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#RvTNnacMpnRAMOD7B5DxwvxQoqzuX34o { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:15rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#larfyowCSUruKot56cFXReTHtGZWP6AU { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));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:15rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#OSC21LvkV76N23ToHC2nhZxqneRwBdnU { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));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:15rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;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; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { background-color: transparent; background-image: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .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); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { border-width: 0; border-radius: 0; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { font-size:0.875rem;font-family:comfortaa;height:7.5rem;width:75rem;position:relative;display:block; }#yEVb4g2T5citKNXTrPvoD6dOyeKFAuaz { background-color:transparent;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: none;box-sizing:border-box;color:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.5rem;left:46.875rem;display:block; }
#PTJKbv43x9ccX8nZvhPUzAqAOsy3kost { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzGr8kP7apLuKvZR8h57eLa9TICiJVel { background-color:transparent;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: none;box-sizing:border-box;color:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.5rem;left:56.25rem;display:block; }
#I5gXXSPeGaVVp8D7OvRpZXypMutFroo0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rMQ8MEJKb4aoM8S9iakrbWeCE8I5LEUU { background-color:transparent;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: none;box-sizing:border-box;color:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5rem;left:65.625rem;display:block; }
#lsBReeWI9Q7LAk9vEbRTfOKgrSCdzzbL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:10rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:13.5625rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg { display:block; }#oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMrE1vTkGrfLJ0lGeiu5BVs0Sw4Wcym6 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRBNJRxCzEHT2RKJuSiBoizb5uSIfIBq { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-text {padding-top: 0; padding-bottom: 0;}#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-select {padding-top: 0; padding-bottom: 0;}#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K  { width:25rem;height:auto;top:17.75rem;left:20.25rem; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K {display:block;}#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K { width:25rem;height:auto;top:17.75rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #EABSU7gZzMH9bbMPPEHsPwR7sKnxGMKa {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #AHXzVQl1coMrpCKyrpPKI9es9KJDo5TM {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #WndSqmMbTPbM787cUHhTAEMVmh2McOMd {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #A3zytQqfolab53UyWxwSRHTvxxRgT00N {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #F8aNK49H58HmQEeyBgnxBSo4mrzm4G4T {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #uGrZ3ZpUEE9sL9rDGTtEoQi3Ok2OoLQz {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #VF3XDylPLz6SVCBZmdBZla8oyG1aoBFS {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #nSLEzCKyxAblS2qQXT43qVViOdtxu40d {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #hF7mNm2RTETxPAfyMfbZpQ3eQIi5BsTD {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #SfTh5vkDwO9W8n5JR5NttUhpgZ4WMkWp {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #f9DcHDOw5EFkIEWdpAUiE3nFmkAUx0IR {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #kS1LF2WtmSU5enqkqB7kdVUPUd8GVV8x {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #cOqecMwApCQyT6W3qbzZ8IvAxGd17xcT {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #z4yMsUvoUIboTmz2WhMKh0G6lmRvLvGA {  }
 }@media only screen and (max-width: 763px) { #xHOe3SmLKUs0gJDwH19SHpL7wXOOHDGJ { width:35rem;height:40.625rem;top:4.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXVaJmqQbdRg5WVTs8Qz89TyGX6LWLG1 { top:27.5rem;left:0rem;width:33.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLhpMVnmXEpRNHACwMKoraPTyHMT0xTO { top:11.125rem;left:0rem;width:33.75rem;height:13.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH8bMfr66M6r3Z6roQwT9rAbwXU2DaOZ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfTyOGGQA84QxHikHcZeK6CkSkAyaptT { display:block; }
 }@media only screen and (max-width: 763px) { #b7WcNClpnbNfEzkwx6DKHOTzD9MXM2xT { width:0.5rem;height:31.25rem;top:0rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsAtZnxRlSg7sBbSL4u4Tmd0WnL78vuy { width:0.5rem;height:31.25rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJvxVcXItl6f74FeS2enT90QJOi0By0v { width:0.5rem;height:31.25rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7wkNfev5o7MQr3Xm5ZcfUhUqSdyD6gc { width:0.5rem;height:31.25rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5BrFu71aMVwndePbLnag59tZwEevmPw { width:0.5rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp54ixMcBxClh8DUC9NJN1Kh1i4vzMLc { width:0.5rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT75g9D2WdsJcF3rgzsP6Xgo1UU8kH8O { width:0.5rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0FU0yCvsuhtnVlTIfS5R01nmEdTt1kZ { width:0.5rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP2TES3Ex2oTAv0HB49c5JVoD4PPIyTr { top:0rem;left:0rem;width:11.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxe3eD3XkmgNqT66MtmqmpBlweJtg428 { display:block; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHJfZZM5NGdMJpLXkQ5crRoGwScpWo3k { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOgiAbeHr880qPggnugG4AFzTBTFuIB { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usrb3kcmXbxczF35e2wGFNziSE8EbeFm { top:11.125rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJJSkqgfepd42Nb9CxTdzJnnkX9T1vvm { top:6.25rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCExmSqBiJfkEIc2S9Suk7nN5WcHuk2m { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsSeQDrVI8tIEmKLwTaQOs8vmiFzV541 { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLqRKoTgQ0bF1S3M7azkSkfb6dAa43G4 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvw6PPeONB2zuRyG2klqFzm7bncFQ9mT { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxUShPiTwTFzNJTftqgHsNEIG9nC80ny { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E17xq6cB9QmQd9xUSTgmaVTmetaGdkUn { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfx37nFEK3hTQuQGzduhtSLFiUDyHGKh { top:29.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO7edpEuwFNFtm05provUhUKbr6tmxxx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B73WPduqhkhWV4hTthiNrqZUDPPDGWtJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAalANkfpWRUlo88W6XFKqoVTPTTwITw { top:29.3125rem;left:10.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR { display:block; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5tiKpaVAz1PxM6SHn2JATHAdLBw3zut { width:21.25rem;height:17.1875rem;top:16.25rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXlWAGQxbop6kMGp0qg6wcobAhSrPChT { top:18.125rem;left:18.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0o2a07ImllJZ9QWg5TOvAnUmlaHfiFw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTT4kkHpWBGUSvFDDJ2ZJmJBPMeT2TzA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMGCD2P5iwb9XX9DF5SCOeeq0ikGtmty { top:18.125rem;left:0rem;width:25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axOnsNi8i80QvkVWZsccN2JEH7J7NycC { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4til9gMF4ZIUOD3BiLQmdq4oqEhJ2po { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL1OTSCWGiR0AU2U5T56ffATBFkF30Lr { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8PFyyiqycBFBXdC6d2FuvrDJc0hrww4 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAv59mNFT0ngiAuW4WFxqPVOPRO2x834 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioh7AaLMJXnOqRuuaZTLXp7SOIGFkQd6 { width:21.25rem;height:17.1875rem;top:35.9375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymS529FQ4gVIFQ9QktilqWVOavquMc2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8iAxVGv89NQOduG0UKE8AuvLR3wm8D8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGnucw0nMc2akR3XBTgr3TbHVnTw7ULp { top:37.8125rem;left:18.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdPvbDf9bLMTIDCU7ons8eyikpIO7rbr { width:21.25rem;height:17.1875rem;top:35.9375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4fTZENLCxgyzoeq3pgTKxgSZ2pec7Jd { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkQWcQyNSmVk5uLnybnPRT7ox4LSJDxo { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9nPEq762ComuKzxuQl90Rfcw5Od7Bib { top:37.8125rem;left:42rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxL46HTksB8x0I4oUCR5RIO1dzQhv7VV { width:21.25rem;height:17.1875rem;top:16.25rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQQbIfAKAbgJ0haSloRZOPKTB7aIS1pB { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI2hqvsqa5XZmeAbAXzZloVJPErZ5Lmv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ71aknD4mnxgGq10c70ph6HAvSmATID { top:18.125rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfgEzqOE4gE5RUSTnkftTbxTpRCWJ960 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz { display:block; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynoJoyrf8h5Xv7e5THR6eFBF75xaR37C { top:16.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLhCiZ4zz49Pu7JX1VgoUMFlHSiyTSy2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkQsflqNcQ5r2ieoTJzlZtmKHdFBZWby { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAS5XIXpkhGIwDy27ymN1c9UTh2ONkkc { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ4CsH1UM5KtEFvOiULNezO8i31GO54y { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetxyiDXW73zBDWqyxNlsu6RlTddBBJZ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEhOfMprrMnFNNzpC3bo4fTfnkvTqK1X { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPzZFXLWA3DXO1Iimh7RBXJHEimdeX5W { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOzOcTU2qszwpwv61l1ACBBVDVP9TsSQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP2osvoz9fEp6qtwAAr9hyBKqoa7WqOQ { width:4.5rem;height:4.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viwtahdukNpmnBTuN79Jbq7VwQ8dmdVC { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av9Z6eu5Blxp6PFkza9r8d3dt2zIcOk3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCLHOD77dsA4BFETf8Z6oLsh0RXIc4Nx { width:4.5rem;height:4.5rem;top:15rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pELOXA3M7ihAqKfQSOhNiB193xuQsO59 { top:16.1875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBbwkEpbXApX21Pr9JJXc8C1Zdv0TSms { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaxEhBzDwGM3zKQWMeK2sWqFo1PHemrK { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFc2p5scktE4rNnIxc0cZo7tzMzSDIaU { width:4.5rem;height:4.5rem;top:15rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6yndudFPv9IeCJzJWkxr9l4UrrDJrI5 { top:16.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfM1BFK42Xy24lRl2e2VzDpqE4upmf2S { display:block; }#BfM1BFK42Xy24lRl2e2VzDpqE4upmf2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Km88WSgUd7ZBmxGG0XoEx7UKiNScoXkQ { width:18.75rem;height:17.5rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNTv8JOTtnlrZmEKhOzhWTZB564lk2TT { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR98G34urzzuBmnSi336caeznMSCTxWI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW0y57w8kkBCwLf1nB1JLFNhHvp4FyfA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHWSsKl44CFyGETopG6HpDtNXMuHpT6x { width:18.75rem;height:17.5rem;top:16rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4LEGxLnvKXP9TKrowIy0vHi9saAWkHl { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqoIo8gmbJ8Rg7pT2D5gThH5zKrRqxtX { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgxdpzuEAAHGVH4fuFpnnHtPrKg6WkI8 { top:17.875rem;left:7rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRvPet25ToGdL2bpl3t6KDyEZXCRLcQO { width:18.75rem;height:17.5rem;top:16rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcxaD0nuCFq9P58eJTgHfCr6ssyOJC2n { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnrOmboiBg5F3u1PtLuBbPIe1ZLyN0Vt { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLnVOzE3P48tSQh1AQS28B1H7pMyxFRv { top:17.875rem;left:44.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zytKwyp3bB4HZlJKt0k8vRysnpFOk6IW { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grE52OygCLvieslvwHSGrQxnXT7VTXGS { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BATDceI6Wm3WnoxzAIVT9ZT8wc1ve2Bx { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUMnKTlpo1azB0o7MHGUhloWd2Z4TxEX { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycNa5m8trBTeVIu7AFCm6LTFLnqdmWQQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Qgs7FEl7vT5IWKn1hkAKimcLH9XGTR { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zReqNATy09wZZ0rrTgHicri5x4XTuDE8 { width:18.75rem;height:17.5rem;top:16rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBpL85mKxhBDkRtT4WmTWTDkiBzB2tb3 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAxMaGQNHzWACcLCuoM2vZ0IU1zFlgi7 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chd1CCqcNWe0FI9n91KIUA42Q9OTfiAx { top:17.875rem;left:25.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 { display:block; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANHN5JLc4MUm6ZrBXSlf3xPZnJdRzD53 { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7WAy640vcOAlUmu3xGaidZidIruLHhw { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyce2MimDs0Z7SFUL03CkKFX2cJohTxs { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNKR5IfZPr9mkRV9oWp3xmIdSPPlUBxQ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE4L8OAAzGHJdG7cVP2ltwOXB3KrG3Gt { display:block; }
 }@media only screen and (max-width: 763px) { #X4MgouxEvH7TPVUOcIV8mAGqa8UyE6Pi { width:0.5rem;height:9.375rem;top:1.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2v1c4NCPoMqIJAocAodQTuLLOD6WVT9 { width:0.5rem;height:9.375rem;top:1.1875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aradU6vnMWeEI2tMKsmlGFXhEgRbgJS3 { width:0.5rem;height:9.375rem;top:1.1875rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7XL4zJNPi40N9hEkNZ5sZfA5SzaDPAZ { width:0.5rem;height:9.375rem;top:1.1875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noyyRT990ATb0GFlaG9eAGIeOSAeMubh { display:block; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TseGKugdpEoO0bVhHBhyanB6RgV6CsnI { width:37.5rem;height:18.75rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV8nVSTn2rZkHoZm9aZBeEv0s0F5Pe4b { top:19.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNc0Vm5N97CPr0KH5WfOnIRsiwxVGJZx { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5NnosGTAAomI1Ze3si9GTucGmCSKf7n { width:37.5rem;height:18.75rem;top:15.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsRs1PfOmuV4bNl4hId8Wp0PDeZt8lE2 { top:19.875rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEL64eJ09yPHc0P6ua28GPidPDiACVXZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMXT9xhpr3BnS4GNLptkyh63TSCFEWoM { width:37.5rem;height:18.75rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIbXvqyfDkwlRIIhFUC6ffulR2ElMXVT { top:38.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEovLWH43cqn0TRc9adFspJBPWDERp7b { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZGoErtlJoqZlNcvGLkot9MwG8163Fnr { width:37.5rem;height:18.75rem;top:34.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPynL1EbUoV2IaAQGU244PKSCpdorZVF { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKZU66TvurJwryfCptueuNTun64FPrS { top:38.625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUTThexaHTK8LmwfafgTMdsG6wke8hxx { top:6.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtxkVz8WpRmlbTifIQR5TAEwnAcvLOnU { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUadZfpWaT5bzkmtkmEaISuevJ06EO73 { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AByvx5GkRIbJ4F7mKCuf0T6nQmTPrSv6 { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNIbaLZmUupTMsd0131wT4coMByS1mgC { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2U0pCB52FbkI0uq4GOwvWRXSDeHKhZV { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X72btBKtBD7KRBbeB9K6XzOv48oDDk9g { display:block; }#X72btBKtBD7KRBbeB9K6XzOv48oDDk9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMiyJ8fMHtVhBQuc7x6vZXCEUzcztVGX { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqGwk2uzaWG7GU0qVuhS39C1hLtsi2sA { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFlTiKDqpx2mLH54AxmdHsZVTkT0iuh8 { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncelreBWJsp9qBzc4EMwACeeNeQidaJ8 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8HglGCIbzthPRMkDCzGgtUEpficQFE { display:block; }
 }@media only screen and (max-width: 763px) { #Q6ekEihF7upooWmAsCVNZB4nPgtcFSqU { width:0.5rem;height:9.375rem;top:1.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWafSbQiREUCOmIyuoyznSVTPsvcnDQ0 { width:0.5rem;height:9.375rem;top:1.1875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCsGloSmWwopKyTTIlGIWVpHcHyegV72 { width:0.5rem;height:9.375rem;top:1.1875rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETuZtffA5N5NDwNC1fHLaPvkDwseIffL { width:0.5rem;height:9.375rem;top:1.1875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i { display:block; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kil9TncrRbprLfgl4i3gKQGC1P9cF86t { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7OJIKBVcbRG7WyVuSvyeXwVkoE1Cyom { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRxbbllBni2qtsaXcnaLiJLneUEgZ6TA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsdPuGmu4egzEGcZXXfXzvkQTKwkn0KU { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqSeRmuVOrsupJ5tOZ5NB46h9rRhO4NH { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKyt8fg3zmvOtT2paMFJyXlecWfo1NtB { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFP02alFSf3RmshvZ6hD07bbr7u7iNgD { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1hMcgk1pe8Tu0iCvofTao6twOue7kGU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmelIrp8i8B1mS35oqJP0eBiqIMPHDEq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3du87UAreuyJuV1fCRBeHBLOEzOz9Ml { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTmmKECqZIseaT2HcvUTVKTw4bJimlRB { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkqwAaCuTnvuWdnFbQ8N3pt0a8CoJghw { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5vkcLHSZGrzPacHaCpCR7deUJk2kOiT { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTuaBwtOhtR5gpSAUlaQH9ooN4C3DoIJ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVLTkREicCxhZL8yvX7nfQVOmAp2NfbA { width:0.5rem;height:7.5rem;top:21.125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMkp0wq4ucB0O0f8JM6H3OSsuNPgL9K8 { width:0.5rem;height:7.5rem;top:34.9375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSHEGUGOIJIE6VoSwPuvoZbAWdLleenJ { width:0.5rem;height:7.5rem;top:48.6875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEfNW68VbZtcHguNIpgpIpCwOQ141lrw { display:block; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGfdTv9OoMZmhQrCk8ED1Z0IP4VAHV7h { top:6.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAWzpccTJ3QnzJKK3viTvtKwQxxdmSIT { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEBekNVcFOzWnfox2aMacFHDvzg69f7p { width:37.5rem;height:33.8125rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgx5KPUeoQvhtCPeyRtqIHtRWGPv7e6b { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoWLtTZ47STtkAJgwtLmrovP9vvOsObL { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srQeE5CHy6IAxec5cQy8VRtNF3yBoI8r { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2oux1pCFFUGlw203WOOyXCOuTcD2qsV { width:33.75rem;height:0.0625rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwC5p57Hen0W0tc69PzoyJdQIb5OqUR3 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkATCAgl5XzLQe1Tl5c7uTsQbcfX7MhO { display:block; }
 }@media only screen and (max-width: 763px) { #fkJsMtmK7LHPbpmDTOy0k7a7hWe60aVs { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDPSqnnDkZb3v3GrzWIuoUgi3NQROdyP { width:37.5rem;height:33.8125rem;top:15.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqXKClzdEpTOZ2b7TGfEd6bIIFgc4IEw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh9IzaTOUvDzd8Tezl6fydlJJlvXnizn { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgqyvyFDqV9XTnFSCTzH7MwF6ykE3FbP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2e4wnTdp4TK6eBegP1gnshI0hc4Lce0 { width:33.75rem;height:0.0625rem;top:30.3125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGwrPPMTdTQVWTdde28T2k9pyOmiSDTO { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7pgThuJSD75J8UUG8p2uF0ESpmeXZ1d { display:block; }
 }@media only screen and (max-width: 763px) { #mXSbps1ryZwOFih4I5nWhJwekyQP91ky { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_60ca3dde9cd9c691666ccccb9ba2ba6aa90d372f.svg); }
 }@media only screen and (max-width: 763px) { #k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_60ca3dde9cd9c691666ccccb9ba2ba6aa90d372f.svg); }
 }@media only screen and (max-width: 763px) { #fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa { display:block; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3PH3oR0z3TFyDQSeWdwawk1ssTOWZy4 { width:7.5rem;height:7.5rem;top:6.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvaWCtFJd1Eh63rkNeBICMwgOmD6WFPS { width:7.5rem;height:7.5rem;top:6.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #neq9auaFpk6587dP7VeQyATscvtcpA25 { width:7.5rem;height:7.5rem;top:6.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLuFv7D1mXtz63LwfpeEBXAMZt7fF8li { width:7.5rem;height:7.5rem;top:6.25rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiOZ22u7n5vwPLyEunHUm9UxNKDdtadc { top:6.25rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C769Mm8ldnsTu7nJddZzhcrQmT192iCy { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w80do3opDqabbJH16QxVRawa6FIkku3L { width:0.5rem;height:5rem;top:6.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #il9RWJTNwviIPTLKqG6ucsTFeA7wNFuK { width:0.5rem;height:5rem;top:6.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70AGl3olRq31fd1ufcOT42MHwmzeFND { width:0.5rem;height:5rem;top:6.25rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOhqf0oLnNHTpQrgcZSUxOlcK7EJ7QxS { width:0.5rem;height:5rem;top:6.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Ad6PNKsUgddpRDiOCBH5CNSMdl816u { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Powpb8vnq4TeQusxB1vUXNSXzqx0HEsT { width:7.5rem;height:7.5rem;top:16.25rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzraLeZZOWDAHH0ZrCbdWMBX5wHAA8Mq { width:7.5rem;height:7.5rem;top:16.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIsaUJfPpqxgbSIJLDBM5U3R00fHTQM7 { width:7.5rem;height:7.5rem;top:16.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFovEVmq6qGgErkMTyTxyOsfu6UPcnPE { width:7.5rem;height:7.5rem;top:16.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 { display:block; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ag6yxCT9UhhzOkrnB4NUSCM8UOeUEE0M { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K  { width:25rem;height:auto;top:8.75rem;left:20.25rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K {display:block;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K { width:25rem;height:auto;top:8.75rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kbHFFcdVwy2DJGK6225uKkZG9V26p4pt {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #M3XVKQQuGwh6HUQMf4H52QAbF8bWMJMP {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #dUzuploGpiMEpyKpTVebJwTwp1Dfu7AL {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #JuJbvgZ42kNvg3XhuCoEArobw7oycGhp {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kwZNiWsUf6znhKwlsQNWpeIr4HGhcQ9w {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #UerD0MCchpdSVVGO52iMyTcb1CooGr8C {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #hXfTWgAlutFoRqguf0wmQumTd4H6wN7u {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #ZrI5cs1MbhlG84ziv62GPdENS89AoyD1 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #W6y6MhfLlVm7AkRa3BQx5ydQ14C9AEOo {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #hewi2y0mZXVdIPAKTWERUpGQ8OgduQv3 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #M2lw78pUMKVT2Mm1PSPGTt6IWyslUdhK {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #imn5v9mK7sTHxPu93V7T5GvsevFVBTh7 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #Nyt6NZrgmKALmF4c855D3F4T6OiQNNwF {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #U64BS1rJSAPDH91x4rL9vdquH1l4xiZs {  }
 }@media only screen and (max-width: 763px) { #KKRcUMJeKGZ4lRrUmathfXPZzipu72aK { width:35rem;height:30.625rem;top:5.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx94E285bDqWM8IwaDATiWqGf87RDnyh { top:15.5625rem;left:0rem;width:33.75rem;height:9.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA4Jk82Nz5BWHbvR7Ec7llPSllvO03V5 { width:0.5rem;height:31.25rem;top:0rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQopg5H5QOovLf0Qiz7lzl9TFHdM2ikn { width:0.5rem;height:31.25rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS9s29AHxJnmGUA997BmsVGvvMz6DDvf { width:0.5rem;height:31.25rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8xSRFDOZ8JIzrZp1mfA8nMIOX8xW0nG { width:0.5rem;height:31.25rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf5HGFhNJmFs5FuRysK82A0QKwZ5E3bf { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEs2yZMSJblxEKSQUbygB1AOXuf21ZhB { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIzBhFTLT3427QNHTliF44wx3FvwLF38 { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN64NWMmvhKvdRJudPxu41UQetrTeoMi { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPHbkI5e6lgXlTJpLakiqbOTEHfo7W4L { top:26.125rem;left:0rem;width:33.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { display:block; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlVesiSG98RSu4ILX6yo8CGLkWp4NmUb { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1e5O8Cb330N4GP9ItJ1bLKR0slm5sT4 { width:25.625rem;height:0.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FccgSpdsPTeTui5E3hdsWKzAORxWJolk {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Zk6If7cTuhurtFfp4tfpnb3IzguI8May {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b9F9dZSqLVsN65gFyMFBaApzGQhh3vGZ {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #HSCyIWOMdgyM6rTie57UlWZ82l9fkIo6 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #V1MFnZPXuTomrBsJbBQq68DLOEGwk0Dq {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #AmzQohFmKG6dWRDm0FHTNaLprcDBNZlf {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #RxNnOSVuJyU7iRIub9eykGvLKLsLZ4z0 {  }
 }@media only screen and (max-width: 763px) { #Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { display:block; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBODtdl41VetcGxybT57RUwZ7wbvzK0u { top:6.25rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKTi4lA7QIhNzU48dvhNB5LDARJdtons { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owyTGDz8G44BuKiarHdvCvasspKoRH9E { top:13.4375rem;left:0rem;width:26.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { width:1.5rem;height:1.5rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khI6XmzoW2EK08hrUnMfSq79WekrKLUp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFaePdXhowyi7SvfIplDKVoq9vnkzsme { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B29Z32wU0cBd6K7IKcSv2dLORmT3rvET { width:1.5rem;height:1.5rem;top:19.5625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcT47TIUtZMrkMHepxh9cLAzv0659ohz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhWRdzsMRG0aF70hPxW09XOT9yifzwh { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvTNnacMpnRAMOD7B5DxwvxQoqzuX34o { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #larfyowCSUruKot56cFXReTHtGZWP6AU { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSC21LvkV76N23ToHC2nhZxqneRwBdnU { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEVb4g2T5citKNXTrPvoD6dOyeKFAuaz { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTJKbv43x9ccX8nZvhPUzAqAOsy3kost { display:block; }
 }@media only screen and (max-width: 763px) { #GzGr8kP7apLuKvZR8h57eLa9TICiJVel { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5gXXSPeGaVVp8D7OvRpZXypMutFroo0 { display:block; }
 }@media only screen and (max-width: 763px) { #rMQ8MEJKb4aoM8S9iakrbWeCE8I5LEUU { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsBReeWI9Q7LAk9vEbRTfOKgrSCdzzbL { display:block; }
 }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:13.5625rem;height:4.625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg { display:block; }#oJHnw9HR1aeZfpZ6T1rXvXq49PyBtDSg > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMrE1vTkGrfLJ0lGeiu5BVs0Sw4Wcym6 { width:17.5rem;height:1.57470625rem;top:30.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRBNJRxCzEHT2RKJuSiBoizb5uSIfIBq { width:17.5rem;height:5.5996125rem;top:32.6875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-text {padding-top: 0; padding-bottom: 0;}#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-select {padding-top: 0; padding-bottom: 0;}#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K  { width:17.5rem;height:auto;top:37.75rem;left:0rem; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K {display:block;}#P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K { width:17.5rem;height:auto;top:37.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #EABSU7gZzMH9bbMPPEHsPwR7sKnxGMKa {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #AHXzVQl1coMrpCKyrpPKI9es9KJDo5TM {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #WndSqmMbTPbM787cUHhTAEMVmh2McOMd {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #A3zytQqfolab53UyWxwSRHTvxxRgT00N {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #F8aNK49H58HmQEeyBgnxBSo4mrzm4G4T {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #uGrZ3ZpUEE9sL9rDGTtEoQi3Ok2OoLQz {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #VF3XDylPLz6SVCBZmdBZla8oyG1aoBFS {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #nSLEzCKyxAblS2qQXT43qVViOdtxu40d {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #hF7mNm2RTETxPAfyMfbZpQ3eQIi5BsTD {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #SfTh5vkDwO9W8n5JR5NttUhpgZ4WMkWp {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #f9DcHDOw5EFkIEWdpAUiE3nFmkAUx0IR {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #kS1LF2WtmSU5enqkqB7kdVUPUd8GVV8x {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #cOqecMwApCQyT6W3qbzZ8IvAxGd17xcT {  }
 }@media only screen and (max-width: 763px) { #P2MhuMWWHfQ4B0CNMQTBWtvgAcf3BU0K #z4yMsUvoUIboTmz2WhMKh0G6lmRvLvGA {  }
 }@media only screen and (max-width: 763px) { #xHOe3SmLKUs0gJDwH19SHpL7wXOOHDGJ { width:20rem;height:34.875rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXVaJmqQbdRg5WVTs8Qz89TyGX6LWLG1 { width:20rem;height:5.09911875rem;top:14.734375rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLhpMVnmXEpRNHACwMKoraPTyHMT0xTO { width:20rem;height:9.4496875rem;top:4.375rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mH8bMfr66M6r3Z6roQwT9rAbwXU2DaOZ { width:12.75rem;height:3.75rem;top:21.7705078125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfTyOGGQA84QxHikHcZeK6CkSkAyaptT { display:block; }
 }@media only screen and (max-width: 763px) { #b7WcNClpnbNfEzkwx6DKHOTzD9MXM2xT { width:0.5rem;height:31.25rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsAtZnxRlSg7sBbSL4u4Tmd0WnL78vuy { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJvxVcXItl6f74FeS2enT90QJOi0By0v { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7wkNfev5o7MQr3Xm5ZcfUhUqSdyD6gc { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5BrFu71aMVwndePbLnag59tZwEevmPw { width:0.5rem;height:31.25rem;top:37.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp54ixMcBxClh8DUC9NJN1Kh1i4vzMLc { width:0.5rem;height:31.25rem;top:37.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT75g9D2WdsJcF3rgzsP6Xgo1UU8kH8O { width:0.5rem;height:31.25rem;top:37.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0FU0yCvsuhtnVlTIfS5R01nmEdTt1kZ { width:0.5rem;height:31.25rem;top:37.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP2TES3Ex2oTAv0HB49c5JVoD4PPIyTr { width:11.25rem;height:3.9375rem;top:70.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxe3eD3XkmgNqT66MtmqmpBlweJtg428 { display:block; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHJfZZM5NGdMJpLXkQ5crRoGwScpWo3k { width:20rem;height:13.597625rem;top:8.249025rem;left:0rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #TgOgiAbeHr880qPggnugG4AFzTBTFuIB { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #usrb3kcmXbxczF35e2wGFNziSE8EbeFm { width:20rem;height:1.69970625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJJSkqgfepd42Nb9CxTdzJnnkX9T1vvm { width:20rem;height:20rem;top:25.5419921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCExmSqBiJfkEIc2S9Suk7nN5WcHuk2m { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsSeQDrVI8tIEmKLwTaQOs8vmiFzV541 { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLqRKoTgQ0bF1S3M7azkSkfb6dAa43G4 { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvw6PPeONB2zuRyG2klqFzm7bncFQ9mT { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxUShPiTwTFzNJTftqgHsNEIG9nC80ny { width:17.5rem;height:1.9121125rem;top:47.4375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E17xq6cB9QmQd9xUSTgmaVTmetaGdkUn { width:20rem;height:3.3994125rem;top:49.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bfx37nFEK3hTQuQGzduhtSLFiUDyHGKh { display:flex;width:1.5rem;height:1.5rem;top:47.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KO7edpEuwFNFtm05provUhUKbr6tmxxx { width:20rem;height:5.09911875rem;top:59.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B73WPduqhkhWV4hTthiNrqZUDPPDGWtJ { width:17.5rem;height:1.9121125rem;top:56.9375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MAalANkfpWRUlo88W6XFKqoVTPTTwITw { display:flex;width:1.5rem;height:1.5rem;top:57.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR { display:block; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row .container { width:20rem;height:103.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5tiKpaVAz1PxM6SHn2JATHAdLBw3zut { width:20rem;height:17.1875rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXlWAGQxbop6kMGp0qg6wcobAhSrPChT { display:flex;width:2.125rem;height:2.125rem;top:29.1875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #f0o2a07ImllJZ9QWg5TOvAnUmlaHfiFw { width:17.5rem;height:2.54980625rem;top:32.25rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lTT4kkHpWBGUSvFDDJ2ZJmJBPMeT2TzA { width:17.5rem;height:5.09911875rem;top:35.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rMGCD2P5iwb9XX9DF5SCOeeq0ikGtmty { width:20rem;height:1.69970625rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axOnsNi8i80QvkVWZsccN2JEH7J7NycC { width:20rem;height:2.79980625rem;top:6.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4til9gMF4ZIUOD3BiLQmdq4oqEhJ2po { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL1OTSCWGiR0AU2U5T56ffATBFkF30Lr { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8PFyyiqycBFBXdC6d2FuvrDJc0hrww4 { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAv59mNFT0ngiAuW4WFxqPVOPRO2x834 { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioh7AaLMJXnOqRuuaZTLXp7SOIGFkQd6 { width:20rem;height:17.1875rem;top:64.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymS529FQ4gVIFQ9QktilqWVOavquMc2 { width:17.5rem;height:3.3994125rem;top:72.0625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g8iAxVGv89NQOduG0UKE8AuvLR3wm8D8 { width:17.5rem;height:2.54980625rem;top:69.125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MGnucw0nMc2akR3XBTgr3TbHVnTw7ULp { display:flex;width:2.125rem;height:2.125rem;top:66.0625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #fdPvbDf9bLMTIDCU7ons8eyikpIO7rbr { width:20rem;height:17.1875rem;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4fTZENLCxgyzoeq3pgTKxgSZ2pec7Jd { width:17.5rem;height:5.09911875rem;top:90.5rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LkQWcQyNSmVk5uLnybnPRT7ox4LSJDxo { width:17.5rem;height:5.0996125rem;top:87.5625rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f9nPEq762ComuKzxuQl90Rfcw5Od7Bib { display:flex;width:2.125rem;height:2.125rem;top:84.5rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #mxL46HTksB8x0I4oUCR5RIO1dzQhv7VV { width:20rem;height:17.1875rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQQbIfAKAbgJ0haSloRZOPKTB7aIS1pB { width:17.5rem;height:3.3994125rem;top:53.625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EI2hqvsqa5XZmeAbAXzZloVJPErZ5Lmv { width:17.5rem;height:2.54980625rem;top:50.6875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qQ71aknD4mnxgGq10c70ph6HAvSmATID { display:flex;width:2.125rem;height:2.125rem;top:47.625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #dfgEzqOE4gE5RUSTnkftTbxTpRCWJ960 { width:20rem;height:16.9970625rem;top:10.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz { display:block; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynoJoyrf8h5Xv7e5THR6eFBF75xaR37C { display:flex;width:2.125rem;height:2.125rem;top:14.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #yLhCiZ4zz49Pu7JX1VgoUMFlHSiyTSy2 { width:20rem;height:2.54980625rem;top:18.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bkQsflqNcQ5r2ieoTJzlZtmKHdFBZWby { width:20rem;height:3.3994125rem;top:21.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAS5XIXpkhGIwDy27ymN1c9UTh2ONkkc { width:20rem;height:1.69970625rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ4CsH1UM5KtEFvOiULNezO8i31GO54y { width:20rem;height:2.79980625rem;top:5.44921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetxyiDXW73zBDWqyxNlsu6RlTddBBJZ { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEhOfMprrMnFNNzpC3bo4fTfnkvTqK1X { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPzZFXLWA3DXO1Iimh7RBXJHEimdeX5W { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOzOcTU2qszwpwv61l1ACBBVDVP9TsSQ { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP2osvoz9fEp6qtwAAr9hyBKqoa7WqOQ { width:4.5rem;height:4.5rem;top:13.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #viwtahdukNpmnBTuN79Jbq7VwQ8dmdVC { width:20rem;height:3.3994125rem;top:37.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Av9Z6eu5Blxp6PFkza9r8d3dt2zIcOk3 { width:20rem;height:2.54980625rem;top:33.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCLHOD77dsA4BFETf8Z6oLsh0RXIc4Nx { width:4.5rem;height:4.5rem;top:28.16015625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pELOXA3M7ihAqKfQSOhNiB193xuQsO59 { display:flex;width:2.125rem;height:2.125rem;top:29.34765625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #RBbwkEpbXApX21Pr9JJXc8C1Zdv0TSms { width:20rem;height:3.3994125rem;top:52.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LaxEhBzDwGM3zKQWMeK2sWqFo1PHemrK { width:20rem;height:2.54980625rem;top:49.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SFc2p5scktE4rNnIxc0cZo7tzMzSDIaU { width:4.5rem;height:4.5rem;top:44.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6yndudFPv9IeCJzJWkxr9l4UrrDJrI5 { display:flex;width:2.125rem;height:2.125rem;top:45.25rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #BfM1BFK42Xy24lRl2e2VzDpqE4upmf2S { display:block; }#BfM1BFK42Xy24lRl2e2VzDpqE4upmf2S > .row .container { width:20rem;height:90.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Km88WSgUd7ZBmxGG0XoEx7UKiNScoXkQ { width:20rem;height:17.5rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNTv8JOTtnlrZmEKhOzhWTZB564lk2TT { display:flex;width:2.125rem;height:2.125rem;top:14.1875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #qR98G34urzzuBmnSi336caeznMSCTxWI { width:16.25rem;height:2.54980625rem;top:17.25rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JW0y57w8kkBCwLf1nB1JLFNhHvp4FyfA { width:16.25rem;height:5.09911875rem;top:20.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tHWSsKl44CFyGETopG6HpDtNXMuHpT6x { width:20rem;height:17.5rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4LEGxLnvKXP9TKrowIy0vHi9saAWkHl { width:16.25rem;height:1.69970625rem;top:39.5625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kqoIo8gmbJ8Rg7pT2D5gThH5zKrRqxtX { width:17.5rem;height:2.54980625rem;top:36.625rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fgxdpzuEAAHGVH4fuFpnnHtPrKg6WkI8 { display:flex;width:2.125rem;height:2.125rem;top:33.5625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #MRvPet25ToGdL2bpl3t6KDyEZXCRLcQO { width:20rem;height:17.5rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcxaD0nuCFq9P58eJTgHfCr6ssyOJC2n { width:16.25rem;height:5.09911875rem;top:58.9375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MnrOmboiBg5F3u1PtLuBbPIe1ZLyN0Vt { width:16.25rem;height:2.54980625rem;top:56rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VLnVOzE3P48tSQh1AQS28B1H7pMyxFRv { display:flex;width:2.125rem;height:2.125rem;top:52.9375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #zytKwyp3bB4HZlJKt0k8vRysnpFOk6IW { width:20rem;height:1.69970625rem;top:3.17578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grE52OygCLvieslvwHSGrQxnXT7VTXGS { width:20rem;height:5.5996125rem;top:4.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BATDceI6Wm3WnoxzAIVT9ZT8wc1ve2Bx { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUMnKTlpo1azB0o7MHGUhloWd2Z4TxEX { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycNa5m8trBTeVIu7AFCm6LTFLnqdmWQQ { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Qgs7FEl7vT5IWKn1hkAKimcLH9XGTR { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zReqNATy09wZZ0rrTgHicri5x4XTuDE8 { width:20rem;height:17.5rem;top:70.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBpL85mKxhBDkRtT4WmTWTDkiBzB2tb3 { width:16.25rem;height:5.09911875rem;top:78.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NAxMaGQNHzWACcLCuoM2vZ0IU1zFlgi7 { width:16.25rem;height:2.54980625rem;top:75.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #chd1CCqcNWe0FI9n91KIUA42Q9OTfiAx { display:flex;width:2.125rem;height:2.125rem;top:72.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 { display:block; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANHN5JLc4MUm6ZrBXSlf3xPZnJdRzD53 { width:20rem;height:25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7WAy640vcOAlUmu3xGaidZidIruLHhw { width:17.5rem;height:5.09911875rem;top:9.974609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyce2MimDs0Z7SFUL03CkKFX2cJohTxs { width:17.5rem;height:5.5996125rem;top:3.125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNKR5IfZPr9mkRV9oWp3xmIdSPPlUBxQ { width:12.75rem;height:3.75rem;top:20.345703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE4L8OAAzGHJdG7cVP2ltwOXB3KrG3Gt { display:block; }
 }@media only screen and (max-width: 763px) { #X4MgouxEvH7TPVUOcIV8mAGqa8UyE6Pi { width:0.5rem;height:9.375rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2v1c4NCPoMqIJAocAodQTuLLOD6WVT9 { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aradU6vnMWeEI2tMKsmlGFXhEgRbgJS3 { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7XL4zJNPi40N9hEkNZ5sZfA5SzaDPAZ { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noyyRT990ATb0GFlaG9eAGIeOSAeMubh { display:block; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row .container { width:20rem;height:88.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TseGKugdpEoO0bVhHBhyanB6RgV6CsnI { width:20rem;height:16.25rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV8nVSTn2rZkHoZm9aZBeEv0s0F5Pe4b { display:flex;width:2.125rem;height:2.125rem;top:15.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #hNc0Vm5N97CPr0KH5WfOnIRsiwxVGJZx { width:17.5rem;height:2.54980625rem;top:18.4375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h5NnosGTAAomI1Ze3si9GTucGmCSKf7n { width:20rem;height:16.25rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsRs1PfOmuV4bNl4hId8Wp0PDeZt8lE2 { display:flex;width:2.125rem;height:2.125rem;top:33.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #iEL64eJ09yPHc0P6ua28GPidPDiACVXZ { width:17.5rem;height:7.6494375rem;top:36.5625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mMXT9xhpr3BnS4GNLptkyh63TSCFEWoM { width:20rem;height:16.25rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIbXvqyfDkwlRIIhFUC6ffulR2ElMXVT { display:flex;width:2.125rem;height:2.125rem;top:51.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #eEovLWH43cqn0TRc9adFspJBPWDERp7b { width:17.5rem;height:7.6494375rem;top:54.6875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BZGoErtlJoqZlNcvGLkot9MwG8163Fnr { width:20rem;height:16.25rem;top:67.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPynL1EbUoV2IaAQGU244PKSCpdorZVF { width:17.5rem;height:10.19925rem;top:72.4375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTKZU66TvurJwryfCptueuNTun64FPrS { display:flex;width:2.125rem;height:2.125rem;top:69.75rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #eUTThexaHTK8LmwfafgTMdsG6wke8hxx { width:20rem;height:1.69970625rem;top:4.42578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtxkVz8WpRmlbTifIQR5TAEwnAcvLOnU { width:20rem;height:8.3994375rem;top:6.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUadZfpWaT5bzkmtkmEaISuevJ06EO73 { width:0.5rem;height:11.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AByvx5GkRIbJ4F7mKCuf0T6nQmTPrSv6 { width:0.5rem;height:11.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNIbaLZmUupTMsd0131wT4coMByS1mgC { width:0.5rem;height:11.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2U0pCB52FbkI0uq4GOwvWRXSDeHKhZV { width:0.5rem;height:11.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X72btBKtBD7KRBbeB9K6XzOv48oDDk9g { display:block; }#X72btBKtBD7KRBbeB9K6XzOv48oDDk9g > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMiyJ8fMHtVhBQuc7x6vZXCEUzcztVGX { width:20rem;height:25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqGwk2uzaWG7GU0qVuhS39C1hLtsi2sA { width:17.5rem;height:11.8979375rem;top:9.974609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFlTiKDqpx2mLH54AxmdHsZVTkT0iuh8 { width:18.1875rem;height:5.5996125rem;top:3.125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncelreBWJsp9qBzc4EMwACeeNeQidaJ8 { width:7.1875rem;height:2.0625rem;top:23.720703125rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8HglGCIbzthPRMkDCzGgtUEpficQFE { display:block; }
 }@media only screen and (max-width: 763px) { #Q6ekEihF7upooWmAsCVNZB4nPgtcFSqU { width:0.5rem;height:9.375rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWafSbQiREUCOmIyuoyznSVTPsvcnDQ0 { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCsGloSmWwopKyTTIlGIWVpHcHyegV72 { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETuZtffA5N5NDwNC1fHLaPvkDwseIffL { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i { display:block; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kil9TncrRbprLfgl4i3gKQGC1P9cF86t { width:6.25rem;height:10.849625rem;top:10.536134375rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7OJIKBVcbRG7WyVuSvyeXwVkoE1Cyom { width:16.875rem;height:2.54980625rem;top:19.88720703125rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRxbbllBni2qtsaXcnaLiJLneUEgZ6TA { width:16.875rem;height:5.09911875rem;top:22.375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WsdPuGmu4egzEGcZXXfXzvkQTKwkn0KU { width:16.875rem;height:2.54980625rem;top:41.5625rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqSeRmuVOrsupJ5tOZ5NB46h9rRhO4NH { width:16.875rem;height:5.09911875rem;top:44.0498046875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKyt8fg3zmvOtT2paMFJyXlecWfo1NtB { width:6.25rem;height:10.849625rem;top:32.375rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFP02alFSf3RmshvZ6hD07bbr7u7iNgD { width:16.875rem;height:1.69970625rem;top:66.4375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1hMcgk1pe8Tu0iCvofTao6twOue7kGU { width:16.875rem;height:5.09911875rem;top:89.0625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gmelIrp8i8B1mS35oqJP0eBiqIMPHDEq { width:16.875rem;height:2.54980625rem;top:63.9501953125rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3du87UAreuyJuV1fCRBeHBLOEzOz9Ml { width:16.875rem;height:2.54980625rem;top:85.875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTmmKECqZIseaT2HcvUTVKTw4bJimlRB { width:6.25rem;height:10.849625rem;top:54.1875rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkqwAaCuTnvuWdnFbQ8N3pt0a8CoJghw { width:6.25rem;height:10.849625rem;top:76rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5vkcLHSZGrzPacHaCpCR7deUJk2kOiT { width:20rem;height:1.69970625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTuaBwtOhtR5gpSAUlaQH9ooN4C3DoIJ { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVLTkREicCxhZL8yvX7nfQVOmAp2NfbA { width:12.5rem;height:0.5rem;top:15.5234375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMkp0wq4ucB0O0f8JM6H3OSsuNPgL9K8 { width:12.5rem;height:0.5rem;top:40.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSHEGUGOIJIE6VoSwPuvoZbAWdLleenJ { width:12.5rem;height:0.5rem;top:53.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEfNW68VbZtcHguNIpgpIpCwOQ141lrw { display:block; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGfdTv9OoMZmhQrCk8ED1Z0IP4VAHV7h { width:20rem;height:1.69970625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAWzpccTJ3QnzJKK3viTvtKwQxxdmSIT { width:20rem;height:2.79980625rem;top:2.94921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEBekNVcFOzWnfox2aMacFHDvzg69f7p { width:20rem;height:30rem;top:10.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgx5KPUeoQvhtCPeyRtqIHtRWGPv7e6b { width:17.5rem;height:1.9121125rem;top:10.1240234375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XoWLtTZ47STtkAJgwtLmrovP9vvOsObL { width:15.8125rem;height:2.625rem;top:12.74853515625rem;left:4.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srQeE5CHy6IAxec5cQy8VRtNF3yBoI8r { width:17.5rem;height:2.9746125rem;top:19.99853515625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R2oux1pCFFUGlw203WOOyXCOuTcD2qsV { width:17.5rem;height:0.0625rem;top:23.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwC5p57Hen0W0tc69PzoyJdQIb5OqUR3 { width:6.9375rem;height:2.25rem;top:36.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkATCAgl5XzLQe1Tl5c7uTsQbcfX7MhO { display:block; }
 }@media only screen and (max-width: 763px) { #fkJsMtmK7LHPbpmDTOy0k7a7hWe60aVs { width:1.375rem;height:2.79980625rem;top:12.6611328125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDPSqnnDkZb3v3GrzWIuoUgi3NQROdyP { width:20rem;height:30rem;top:39.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqXKClzdEpTOZ2b7TGfEd6bIIFgc4IEw { width:17.5rem;height:1.9121125rem;top:41.3740234375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xh9IzaTOUvDzd8Tezl6fydlJJlvXnizn { width:14.875rem;height:2.625rem;top:43.99853515625rem;left:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgqyvyFDqV9XTnFSCTzH7MwF6ykE3FbP { width:17.5rem;height:2.9746125rem;top:51.7490234375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A2e4wnTdp4TK6eBegP1gnshI0hc4Lce0 { width:17.5rem;height:0.0625rem;top:55.2490234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGwrPPMTdTQVWTdde28T2k9pyOmiSDTO { width:7.4375rem;height:2.5625rem;top:65.3115234375rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7pgThuJSD75J8UUG8p2uF0ESpmeXZ1d { display:block; }
 }@media only screen and (max-width: 763px) { #mXSbps1ryZwOFih4I5nWhJwekyQP91ky { width:1.375rem;height:2.79980625rem;top:43.9111328125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G { width:17.5rem;height:6.9995rem;top:56.138671875rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_60ca3dde9cd9c691666ccccb9ba2ba6aa90d372f.svg); }
 }@media only screen and (max-width: 763px) { #k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx { width:17.5rem;height:8.2744375rem;top:25.6025390625rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_60ca3dde9cd9c691666ccccb9ba2ba6aa90d372f.svg); }
 }@media only screen and (max-width: 763px) { #fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa { display:block; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3PH3oR0z3TFyDQSeWdwawk1ssTOWZy4 { width:7.5rem;height:7.5rem;top:31rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvaWCtFJd1Eh63rkNeBICMwgOmD6WFPS { width:7.5rem;height:7.5rem;top:31rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neq9auaFpk6587dP7VeQyATscvtcpA25 { width:7.5rem;height:7.5rem;top:21.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLuFv7D1mXtz63LwfpeEBXAMZt7fF8li { width:7.5rem;height:7.5rem;top:21.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiOZ22u7n5vwPLyEunHUm9UxNKDdtadc { width:20rem;height:1.69970625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C769Mm8ldnsTu7nJddZzhcrQmT192iCy { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w80do3opDqabbJH16QxVRawa6FIkku3L { width:0.5rem;height:5rem;top:1.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #il9RWJTNwviIPTLKqG6ucsTFeA7wNFuK { width:0.5rem;height:5rem;top:1.25rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70AGl3olRq31fd1ufcOT42MHwmzeFND { width:0.5rem;height:5rem;top:1.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOhqf0oLnNHTpQrgcZSUxOlcK7EJ7QxS { width:0.5rem;height:5rem;top:1.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Ad6PNKsUgddpRDiOCBH5CNSMdl816u { width:20rem;height:11.0215rem;top:8.4990234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Powpb8vnq4TeQusxB1vUXNSXzqx0HEsT { width:7.5rem;height:7.5rem;top:40.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzraLeZZOWDAHH0ZrCbdWMBX5wHAA8Mq { width:7.5rem;height:7.5rem;top:49.75rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIsaUJfPpqxgbSIJLDBM5U3R00fHTQM7 { width:7.5rem;height:7.5rem;top:49.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFovEVmq6qGgErkMTyTxyOsfu6UPcnPE { width:7.5rem;height:7.5rem;top:40.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 { display:block; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ag6yxCT9UhhzOkrnB4NUSCM8UOeUEE0M { width:17.5rem;height:1.57470625rem;top:6.61328125rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K  { width:17.5rem;height:auto;top:23.9375rem;left:0rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K {display:block;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K { width:17.5rem;height:auto;top:23.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kbHFFcdVwy2DJGK6225uKkZG9V26p4pt {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #M3XVKQQuGwh6HUQMf4H52QAbF8bWMJMP {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #dUzuploGpiMEpyKpTVebJwTwp1Dfu7AL {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #JuJbvgZ42kNvg3XhuCoEArobw7oycGhp {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kwZNiWsUf6znhKwlsQNWpeIr4HGhcQ9w {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #UerD0MCchpdSVVGO52iMyTcb1CooGr8C {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #hXfTWgAlutFoRqguf0wmQumTd4H6wN7u {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #ZrI5cs1MbhlG84ziv62GPdENS89AoyD1 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #W6y6MhfLlVm7AkRa3BQx5ydQ14C9AEOo {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #hewi2y0mZXVdIPAKTWERUpGQ8OgduQv3 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #M2lw78pUMKVT2Mm1PSPGTt6IWyslUdhK {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #imn5v9mK7sTHxPu93V7T5GvsevFVBTh7 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #Nyt6NZrgmKALmF4c855D3F4T6OiQNNwF {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #U64BS1rJSAPDH91x4rL9vdquH1l4xiZs {  }
 }@media only screen and (max-width: 763px) { #KKRcUMJeKGZ4lRrUmathfXPZzipu72aK { width:20rem;height:26.0625rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx94E285bDqWM8IwaDATiWqGf87RDnyh { width:20rem;height:6.2998125rem;top:8.125rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hA4Jk82Nz5BWHbvR7Ec7llPSllvO03V5 { width:0.5rem;height:31.25rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQopg5H5QOovLf0Qiz7lzl9TFHdM2ikn { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS9s29AHxJnmGUA997BmsVGvvMz6DDvf { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8xSRFDOZ8JIzrZp1mfA8nMIOX8xW0nG { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf5HGFhNJmFs5FuRysK82A0QKwZ5E3bf { width:0.5rem;height:31.25rem;top:23.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEs2yZMSJblxEKSQUbygB1AOXuf21ZhB { width:0.5rem;height:31.25rem;top:23.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIzBhFTLT3427QNHTliF44wx3FvwLF38 { width:0.5rem;height:31.25rem;top:23.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN64NWMmvhKvdRJudPxu41UQetrTeoMi { width:0.5rem;height:31.25rem;top:23.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPHbkI5e6lgXlTJpLakiqbOTEHfo7W4L { width:20rem;height:3.3994125rem;top:15.5rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { display:block; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { width:20rem;height:2.79980625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlVesiSG98RSu4ILX6yo8CGLkWp4NmUb { width:20rem;height:3.3994125rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1e5O8Cb330N4GP9ItJ1bLKR0slm5sT4 { width:20rem;height:0.5rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-desc-text { font-size:0.875rem;height:auto; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ { display:flex;height:auto;width:20rem;top:17.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FccgSpdsPTeTui5E3hdsWKzAORxWJolk {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Zk6If7cTuhurtFfp4tfpnb3IzguI8May {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b9F9dZSqLVsN65gFyMFBaApzGQhh3vGZ {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #HSCyIWOMdgyM6rTie57UlWZ82l9fkIo6 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #V1MFnZPXuTomrBsJbBQq68DLOEGwk0Dq {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #AmzQohFmKG6dWRDm0FHTNaLprcDBNZlf {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #RxNnOSVuJyU7iRIub9eykGvLKLsLZ4z0 {  }
 }@media only screen and (max-width: 763px) { #Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { display:block; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBODtdl41VetcGxybT57RUwZ7wbvzK0u { width:20rem;height:1.69970625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKTi4lA7QIhNzU48dvhNB5LDARJdtons { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #owyTGDz8G44BuKiarHdvCvasspKoRH9E { width:20rem;height:3.3994125rem;top:8.249025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { width:20rem;height:2.54980625rem;top:17.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #khI6XmzoW2EK08hrUnMfSq79WekrKLUp { width:15.3125rem;height:1.9121125rem;top:15.25rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vFaePdXhowyi7SvfIplDKVoq9vnkzsme { width:20rem;height:2.54980625rem;top:24.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B29Z32wU0cBd6K7IKcSv2dLORmT3rvET { display:flex;width:1.5rem;height:1.5rem;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DcT47TIUtZMrkMHepxh9cLAzv0659ohz { width:15.3125rem;height:1.9121125rem;top:22rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmhWRdzsMRG0aF70hPxW09XOT9yifzwh { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvTNnacMpnRAMOD7B5DxwvxQoqzuX34o { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #larfyowCSUruKot56cFXReTHtGZWP6AU { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSC21LvkV76N23ToHC2nhZxqneRwBdnU { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEVb4g2T5citKNXTrPvoD6dOyeKFAuaz { width:9.375rem;height:2.75rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTJKbv43x9ccX8nZvhPUzAqAOsy3kost { display:block; }
 }@media only screen and (max-width: 763px) { #GzGr8kP7apLuKvZR8h57eLa9TICiJVel { width:9.375rem;height:2.75rem;top:4.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5gXXSPeGaVVp8D7OvRpZXypMutFroo0 { display:block; }
 }@media only screen and (max-width: 763px) { #rMQ8MEJKb4aoM8S9iakrbWeCE8I5LEUU { width:9.375rem;height:2.75rem;top:7rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsBReeWI9Q7LAk9vEbRTfOKgrSCdzzbL { display:block; }
 }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { width:20rem;height:1.69970625rem;top:12.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:5.25rem;height:1.875rem;top:11rem;left:5.9375rem;display:block; }
 }