.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:227,217,234;--color-primary-1:163,128,184;--color-primary-2:71,0,112;--color-primary-3:36,0,56;--color-primary-4:11,0,17;--color-secondary-0:217,246,247;--color-secondary-1:128,226,227;--color-secondary-2:0,196,199;--color-secondary-3:0,98,100;--color-secondary-4:0,29,30;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@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:transparent;background-image: -webkit-linear-gradient(180deg, #d13a3a, #000000);background-image: -moz-linear-gradient(180deg, #d13a3a, #000000);background-image: -ms-linear-gradient(180deg, #d13a3a, #000000);background-image: -o-linear-gradient(180deg, #d13a3a, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d13a3a', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d13a3a', endColorstr='#000000' );";background-image: linear-gradient(180deg, #d13a3a, #000000);background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f9;background-image:url("https://images.assets-landingi.com/uc/5e119b4d-f554-486c-8538-10a10cf39820/bg.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k.adaptive-delivery-prevent-bg, #q725TraodTP5otRmq6pGAbVsvsvzKH1k.lazyload, #q725TraodTP5otRmq6pGAbVsvsvzKH1k.lazyloading { background-image: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { background-color: transparent; background-image: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container > .video-iframe-container { display: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row > .video-iframe-container { display: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .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); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { border-width: 0; border-radius: 0; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#EDfKvEiwM0hE7KxHxDzM9zBPirglPha2 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:oswald;font-size:5.625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:9.3095703125rem;left:37.623046875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#F8DfP0e9MFDkTlhWchu1mlRxFehX5PzP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:oswald;font-size:5rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:4.8125rem;left:37.625rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dwlIw8ucEncvCLtO8Fzo0GAUScTP453V { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.375rem;top:0.46875rem;left:2.8312492370606rem;overflow:hidden;display:block; }
#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030527;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; }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .row .container { background-color: transparent; background-image: none; }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .row .container > .video-iframe-container { display: none; }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .row > .video-iframe-container { display: none; }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .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); }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .row .container { border-width: 0; border-radius: 0; }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#cpkwodk3y0xAMigXcHxHQ7Zkrp6oO0gR { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:42.1875rem;top:4rem;left:32.8125rem;overflow:hidden;display:block; }
#LPFzr90QIXo7KrzCnghRLI68ZlZSuLeU { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:segoe;font-size:3.5625rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0rem 0.125rem 0.3125rem rgba(0,0,0,0.4);top:3.75rem;left:2.8125rem;height:7.125rem;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;text-align:left;text-align-last:left;display:block; }
#GnSoPDQDDrWFd9hPAaKCCOIM6pFmzyPs { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:segoe;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;text-shadow:0rem 0.125rem 0.3125rem rgba(0,0,0,0.4);top:16.3125rem;left:2.8125rem;height:3.675rem;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;text-align:left;text-align-last:left;display:block; }
#yNPgnWhitl5ByLgqyllVhkpfPr1Vlwq4 { background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, rgba(230,0,255,0.99));background-image: -moz-linear-gradient(230deg, #00a6ff, rgba(230,0,255,0.99));background-image: -ms-linear-gradient(230deg, #00a6ff, rgba(230,0,255,0.99));background-image: -o-linear-gradient(230deg, #00a6ff, rgba(230,0,255,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600fffc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600fffc' );";background-image: linear-gradient(230deg, #00a6ff, rgba(230,0,255,0.99));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.32) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:22.0625rem;left:2.8125rem;display:block; }
#BV0q8cnBMmtXrEsql350yKsBfc5FI3Bm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k47NByMAZCd6d3ZQN8yTzMV55p8ehXnU { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:30.1875rem;top:12.1875rem;left:2.8125rem;overflow:hidden;display:block; }
#VHCUJuwmzTntqDxBpsGIwBDbfnC1NPxV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.6875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#KFQZx6f2LuFvL7cJk2royUeDoKedVSEa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KFQZx6f2LuFvL7cJk2royUeDoKedVSEa > .row .container { background-color: transparent; background-image: none; }#KFQZx6f2LuFvL7cJk2royUeDoKedVSEa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFQZx6f2LuFvL7cJk2royUeDoKedVSEa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFQZx6f2LuFvL7cJk2royUeDoKedVSEa > .row .container > .video-iframe-container { display: none; }#KFQZx6f2LuFvL7cJk2royUeDoKedVSEa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFQZx6f2LuFvL7cJk2royUeDoKedVSEa > .row > .video-iframe-container { display: none; }#KFQZx6f2LuFvL7cJk2royUeDoKedVSEa > .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); }#KFQZx6f2LuFvL7cJk2royUeDoKedVSEa > .row .container { border-width: 0; border-radius: 0; }#KFQZx6f2LuFvL7cJk2royUeDoKedVSEa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFQZx6f2LuFvL7cJk2royUeDoKedVSEa > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#c6S3xmBH4NXVSnwsWK5OP7vvHWgmwzFf { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:4.5rem;left:57.90625rem;height:2.6rem;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;text-align:center;text-align-last:center;display:block; }
#E2fkMkyZaNekcSd8QRdEUnlME9inmCdr { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:4.5rem;left:31.21875rem;height:2.6rem;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;text-align:center;text-align-last:center;display:block; }
#sQNGw1G78FtI6keUJN8lrR39QmlAoKOI { color:#000000;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:4.5rem;left:6.875rem;height:2.6rem;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;text-align:center;text-align-last:center;display:block; }
#TFE8NwMCxANEqZT8f87DhaLhBocyKVn3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:2.0625rem;left:11.5625rem; }
#Nd236cJJ1yTQ0R2vxplzB4RerBD9evaB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:2.0625rem;left:36.5625rem; }
#EFJXNZ0NTCSvUOkJOll3vRPJZH1Xer9x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:2.0625rem;left:62.875rem; }
#KUq00zM1aKLox15hJKO8MTbrT54EPLMk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(284deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(284deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(284deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(284deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(284deg, #00a6ff, #e600ff);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; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row .container { background-color: transparent; background-image: none; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row .container > .video-iframe-container { display: none; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row > .video-iframe-container { display: none; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .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); }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row .container { border-width: 0; border-radius: 0; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#vH4J4bk80QNolUWyLXC71BrRC8RDPoV6 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:segoe;font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:2.46875rem;left:0rem;height:3.46875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zykJRJw2DpMGoZ82ytnTZS9ZfDpqKVwG { color:#ffffff;display:block;width:75rem;position:absolute;font-family:segoe;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:5.9375rem;left:0rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FDZtPbmQ8eHMqiRpFUhZEXGsT2GivMk9 { color:#ffffff;display:block;width:68.125rem;position:absolute;font-family:segoe;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:10.4375rem;left:5.0625rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#O7QoUgn6VGDC5dAict7HlIZuQK2qX3fR { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.0625rem;left:2.8125rem; }
#U8QofeFpEs4nZBEp4OliI1J2QgvCZDRc { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:13.1875rem;left:2.8125rem; }
#TZGEz7d3THKn2ci3HK1p90eI4IsSOEav { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:15.1875rem;left:2.8125rem; }
#lrni5kO36dKOiynwaFbCtKIkW4vtXqyE { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:17.25rem;left:2.8125rem; }
#NrZ1nwkqGwEhRyJMHbTZeMre2S4V5ZqZ { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.25rem;left:2.8125rem; }
#Qfc1t7AIckVgqh3af4VE7lWf9pck4E43 { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #35b8ff, #ee5dff);background-image: -moz-linear-gradient(180deg, #35b8ff, #ee5dff);background-image: -ms-linear-gradient(180deg, #35b8ff, #ee5dff);background-image: -o-linear-gradient(180deg, #35b8ff, #ee5dff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35b8ff', endColorstr='#ee5dff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35b8ff', endColorstr='#ee5dff' );";background-image: linear-gradient(180deg, #35b8ff, #ee5dff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:3.125rem;display:block; }
#rVQ93bITBhTProhvkbfkdvJtc4ffwUo1 { color:#ffffff;display:block;width:68.125rem;position:absolute;font-family:segoe;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:12.5625rem;left:5.0625rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nCmTKKhpU5DHzo7yVwurs3xhbAOKWgIv { color:#ffffff;display:block;width:68.125rem;position:absolute;font-family:segoe;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:14.625rem;left:5.0625rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#v1Z8oRiVqpRZMQw7dP5RMl8q2sdzw4Ar { color:#ffffff;display:block;width:68.125rem;position:absolute;font-family:segoe;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:16.625rem;left:5.0625rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Qvs5v6SnJTEwgMQQC228qugLAD5WmQPh { color:#ffffff;display:block;width:68.125rem;position:absolute;font-family:segoe;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:18.75rem;left:5.0625rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Fno2LGimpAEKaIehZibl1dct5seJ9ypg { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1rem;top:6.59375rem;left:48.8125rem;overflow:hidden;display:block; }
#mC0cF4uw3oWxrDQlKdRkuq9AUyxTB4iG { color:#ffffff;display:block;width:1.0625rem;position:absolute;font-family:segoe;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:5.9375rem;left:49.625rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fCrGsktovsKLpBvu4PS3MdFwCeeZTGM4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#fCrGsktovsKLpBvu4PS3MdFwCeeZTGM4 > .row .container { background-color: transparent; background-image: none; }#fCrGsktovsKLpBvu4PS3MdFwCeeZTGM4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCrGsktovsKLpBvu4PS3MdFwCeeZTGM4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCrGsktovsKLpBvu4PS3MdFwCeeZTGM4 > .row .container > .video-iframe-container { display: none; }#fCrGsktovsKLpBvu4PS3MdFwCeeZTGM4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCrGsktovsKLpBvu4PS3MdFwCeeZTGM4 > .row > .video-iframe-container { display: none; }#fCrGsktovsKLpBvu4PS3MdFwCeeZTGM4 > .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); }#fCrGsktovsKLpBvu4PS3MdFwCeeZTGM4 > .row .container { border-width: 0; border-radius: 0; }#fCrGsktovsKLpBvu4PS3MdFwCeeZTGM4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fCrGsktovsKLpBvu4PS3MdFwCeeZTGM4 > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:block; }#cqCfFPPOGofCLEdfKTcDxpEgSnWK9BtZ { color:#4b4b4b;display:block;width:75rem;position:absolute;font-family:segoe;font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:2.28125rem;left:-0.0625rem;height:3.46875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cXk9mGz2nOZaZJLaZtImW0yOM82UXd74 { color:#00a6ff;display:block;width:16.125rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:12.619792938233rem;left:3.4635429382324rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#K3IgGugu649xuEq20F7ofxSAseTw1wc0 { color:#4b4b4b;display:block;width:17.4375rem;position:absolute;font-family:segoe;font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.375rem;left:3.4635429382324rem;height:1.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pUTO9LlJIH56GG1kfkgRd54Iu15pwOmN { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:19.5rem;left:3.4635429382324rem; }
#dusTP2zTbJf33oX3Zxmh868AmEuFWNeg { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:3.4635429382324rem;display:block; }
#STSPCHyaLUKkcgLFzJ12ge6EBxCKRRzX { box-sizing:content-box;height:19.8125rem;width:22.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #d4d4d4;border-left:0.0625rem solid #d4d4d4;border-right:0.0625rem solid #d4d4d4;border-bottom:0.0625rem solid #d4d4d4;top:11.4375rem;left:2.3125rem;display:block; }
#UgVGA5SPndk7seJxA5aIT2uL04SUs92I { box-sizing:content-box;height:19.8125rem;width:22.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e600ff;border-left:0.0625rem solid #e600ff;border-right:0.0625rem solid #e600ff;border-bottom:0.0625rem solid #e600ff;top:11.4375rem;left:26.4375rem;display:block; }
#o6Df9w5KvuDbZI1vFkq2FATNG06yVXXu { box-sizing:content-box;height:19.8125rem;width:22.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #d4d4d4;border-left:0.0625rem solid #d4d4d4;border-right:0.0625rem solid #d4d4d4;border-bottom:0.0625rem solid #d4d4d4;top:11.4375rem;left:50.71875rem;display:block; }
#p6fZu1JObybum4XqJFLT9On6TozOi3MC { color:#4b4b4b;display:block;width:17.4375rem;position:absolute;font-family:segoe;font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:17.5625rem;left:3.4635429382324rem;height:1.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WKDmpJW89twqhp3Z8rGehaputWgdLR2E { color:#4b4b4b;display:block;width:17.4375rem;position:absolute;font-family:segoe;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:19.25rem;left:4.7760429382324rem;height:2.1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ITHipBFpvxVfsQq4PhBqkUlN9s8t9R5F { color:#4b4b4b;display:block;width:17.4375rem;position:absolute;font-family:segoe;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:27.75rem;left:3.4635429382324rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ll6AyX443cs7TEZPTwBaiAAxbCKWKTzU { background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:segoe;font-size:0.875rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:9.25rem;height:2.0625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:27.518749237061rem;left:13.895832061767rem;display:block; }
#yBr9Lls1BzE1OWoBzrLAgr6SMLah8OlB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dVgxyVToKon3BftR8b0mkuR6RzstWWim { color:#4b4b4b;display:block;width:17.4375rem;position:absolute;font-family:segoe;font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:27.75rem;left:27.5rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Cf13OstQyZ4tAcniK0AkIlFKnubJRAL1 { background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:segoe;font-size:0.875rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:9.25rem;height:2.0625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:27.5rem;left:37.75rem;display:block; }
#hugdCuDwGZXyesmdHv4JQAzlCHA3kTaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ItsCH6z20loC3KeBnCathgTQV5GexTT6 { color:#4b4b4b;display:block;width:17.4375rem;position:absolute;font-family:segoe;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:19.25rem;left:28.8125rem;height:1.05rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xmkEl9S2xshbKmgrDOONZ20awmpbgsi9 { color:#4b4b4b;display:block;width:17.4375rem;position:absolute;font-family:segoe;font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:17.5625rem;left:27.5rem;height:1.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AXbEKPlE3tMP9SPEpDaimGALT6rHp0XT { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:27.5rem;display:block; }
#KcvJlEHFeNTGx2gveoZtlenKqw7d7pyN { color:#4b4b4b;display:block;width:15.6875rem;position:absolute;font-family:segoe;font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:14.375rem;left:27.5rem;height:2.1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#InC6zGfDHGiA3sQAfIGw3SPxpv8lcuSy { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19.5rem;left:27.5rem; }
#TEteoViAp1BbAWoi4up4SHomTPhdwfJd { color:#00a6ff;display:block;width:16.125rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:12.625rem;left:27.5rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NMKtKIr4RDIIBeUE3KZNJchWUODRC7rr { color:#4b4b4b;display:block;width:17.4375rem;position:absolute;font-family:segoe;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:20.625rem;left:28.8125rem;height:1.05rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Qem8v9HDOo2XABPe1E9ES9HwlmWR2UgJ { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:20.875rem;left:27.5rem; }
#zIbOGnH3QQk5nNyCLFrIRTiwd2TMeAQc { color:#4b4b4b;display:block;width:17.4375rem;position:absolute;font-family:segoe;font-size:1rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:27.75rem;left:51.776039123535rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gxs5wTPTAfxFmTJOZO721GTkIECGkr2A { background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:segoe;font-size:0.875rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:9.25rem;height:2.0625rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:27.518749237061rem;left:62.020835876465rem;display:block; }
#ppue5SeuV0eE5diLE736HAXpReTpBb3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F9ygOJtcHiQmFQ4wmQVJVI3KSuBzg5tE { color:#4b4b4b;display:block;width:17.4375rem;position:absolute;font-family:segoe;font-size:0.75rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:20.625rem;left:53.088539123535rem;height:1.05rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TBzVrDbWq67QhKqrg8TmNdnvDvoH9EF8 { color:#4b4b4b;display:block;width:17.4375rem;position:absolute;font-family:segoe;font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:19.25rem;left:53.088539123535rem;height:1.05rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ySJN9Wl1ANLST7rtzXGnIqwhFNFC8WS7 { color:#4b4b4b;display:block;width:17.4375rem;position:absolute;font-family:segoe;font-size:0.75rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:17.5625rem;left:51.776039123535rem;height:1.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#w6ZKQTmTIfIqK67mI8JC5yMZFFnIRp0g { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:51.776039123535rem;display:block; }
#IiZcum714tzlNJTPCyavyiTcSSbDxfM3 { color:#4b4b4b;display:block;width:20.3125rem;position:absolute;font-family:segoe;font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:14.375rem;left:51.776039123535rem;height:1.05rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GNgqlAsghfdBhGVLzgJv81Uw2FlMaxnK { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:19.5rem;left:51.776039123535rem; }
#PRRyL7APBivGCqetKhUgmtF5Hk3Qgemq { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:20.875rem;left:51.776039123535rem; }
#Nbr4R8JQR5EkcpQPegyIwv61XS7qNrkT { color:#00a6ff;display:block;width:16.125rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:12.619792938233rem;left:51.776039123535rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#h2S7IQEoQQXPgKQlUUkCiiTQr6Xl83bO { box-sizing:content-box;height:1.9375rem;width:11.0625rem;position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.5572929382325rem;left:26.4375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#DFhJfbf02gyWTJRnQGdrbsVKDN8RUCdP { color:#ffffff;display:block;width:10rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:700;z-index:15048;line-height:1.4;letter-spacing:0;top:9.875rem;left:27.5rem;height:1.225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rzn4RZT8CepuGfOHuGAUymKB1cwqOKpf { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:19.875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:11.4375rem;left:2.3072929382324rem;display:block; }
#KRXgHRf13QUNP35EZPH39hv93wPXzcPF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z279HUsS6QvqEwtwOEmpy82CWKCuCRu5 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:19.875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:11.432289123535rem;left:26.5rem;display:block; }
#z5t3WVMJ2VyRS3eTxiawHTCISmud3uAA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ALmNK4GykAbOXrFfTy8LpZ2OQFbT0tlf { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:19.875rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:11.4375rem;left:50.807289123535rem;display:block; }
#RRaVHQJcwDPkFih6QPTBHvkIT5vlf1tf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D7dLMi0wTRWOQ8nTWZn6Tya4hMbLlFMP { color:#4b4b4b;display:block;width:75rem;position:absolute;font-family:segoe;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.75rem;left:0rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EdW6G00Ue8u18XtM8O0N54pMfv3RG4uZ { color:#4b4b4b;display:block;width:17.4375rem;position:absolute;font-family:segoe;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:22.5rem;left:27.5rem;height:1.05rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aEh2EkFQ9Kd4LakOOe5sJ14voVuqmOSX { color:#4b4b4b;display:block;width:19.0625rem;position:absolute;font-family:segoe;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:22.5rem;left:51.75rem;height:1.05rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rN4WEpMP8Ic89WMJDpUm8EVluruKiLHc { box-sizing:content-box;height:1.9375rem;width:11.875rem;position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.5572929382325rem;left:50.75rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ADAScg72Crtw3iza6mngg0b2TNbUGzTb { color:#ffffff;display:block;width:10rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.4;letter-spacing:0;top:9.875rem;left:51.75rem;height:1.225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hpztH33AQGGKBeOeIim03DIJBFM5UD47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row .container { background-color: transparent; background-image: none; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row .container > .video-iframe-container { display: none; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row > .video-iframe-container { display: none; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .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); }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row .container { border-width: 0; border-radius: 0; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#XCCi2VNH9pfTCALWtT5qLu8co1rDqigV { color:#2a2a2a;display:block;width:49.5rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:12.125rem;left:21.5625rem;height:4.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#P2ZDGqKvuatV9D5uz4IfQhwFXQnHHGVC { color:#00a6ff;display:block;width:16.125rem;position:absolute;font-family:segoe;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:2.1875rem;left:21.5625rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pH4ci7DGIVIpvIwzmAxTpUSc4om9Vayt { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6875rem;left:21.5625rem;display:block; }
#B9qJKuGq7UaKDUcfnRfAnhIBXWZwcLDW { color:#2a2a2a;display:block;width:43.6875rem;position:absolute;font-family:segoe;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:5.8947916030884rem;left:21.5625rem;height:1.4875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qmodDLpyC6MCZMT7eKdAMAz9dXLhhiFh { color:#2a2a2a;display:block;width:49.5rem;position:absolute;font-family:segoe;font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:21.5625rem;height:3.0875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yVP3kFcPtZWGicSDg52fST4gBB4ZTXiT { color:#2a2a2a;display:block;width:49.5rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:17.5rem;left:21.5625rem;height:1.225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TzCi9dwsMHgl8aSB1aV4QXceKGEGPmeW { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:16.5625rem;top:1.7697906494141rem;left:2.8125rem;overflow:hidden;display:block; }
#qbINdxSLxfplg8i9hz7pRmxL8S1SiceG { color:#2a2a2a;display:block;width:49.5rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:19.9375rem;left:21.5625rem;height:2.45rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef .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:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef .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;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef .accordion-heading-text { display:block;position:relative;width:100%;font-family:segoe;font-weight:400;font-size:1.1875rem;color:rgba(var(--color-tertiary-4),1);height:auto;font-style:normal;line-height:1.3;overflow:hidden; }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;font-family:segoe;color:rgba(var(--color-tertiary-4),1);height:auto;font-weight:300;font-style:normal;line-height:1.5;overflow:hidden; }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef .accordion-trigger.adaptive-delivery-prevent-bg, #dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef .accordion-trigger.lazyload, #dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef .accordion-trigger.lazyloading { background-image: none; }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef { box-sizing:content-box;height:auto;width:49.5rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15065;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:22.375rem;left:20.625rem; }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef #NDNyAnvPM4dkothh0aEK69IccA7nNMtG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef #LiD3cxylOudII0UTRDdvQhfOVecHQeg1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef #ohJgJC1dFlPxDqH2QN3uJaB2VPMX45Av { display:block;position:relative; }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef #g8A6GmeszxHfLvXZw8sTDbL6ELAJLNSb {  }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef #z4JSSixerzhX4cW5fNvrhqhnsqUlH7rJ {  }
#wUkezePyEOwiobv4dJCATdlac9RXfguL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wUkezePyEOwiobv4dJCATdlac9RXfguL > .row .container { background-color: transparent; background-image: none; }#wUkezePyEOwiobv4dJCATdlac9RXfguL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUkezePyEOwiobv4dJCATdlac9RXfguL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUkezePyEOwiobv4dJCATdlac9RXfguL > .row .container > .video-iframe-container { display: none; }#wUkezePyEOwiobv4dJCATdlac9RXfguL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUkezePyEOwiobv4dJCATdlac9RXfguL > .row > .video-iframe-container { display: none; }#wUkezePyEOwiobv4dJCATdlac9RXfguL > .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); }#wUkezePyEOwiobv4dJCATdlac9RXfguL > .row .container { border-width: 0; border-radius: 0; }#wUkezePyEOwiobv4dJCATdlac9RXfguL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUkezePyEOwiobv4dJCATdlac9RXfguL > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#ahwWaElGwuxgWthIcSpeeuxzzyhbomrL { color:#2a2a2a;display:block;width:16.75rem;position:absolute;font-family:segoe;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.3125rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DnDvkAG3BXTDe2ZoEMJ9DH3Tfppk8FAv { color:#2a2a2a;display:block;width:22.6875rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:5.875rem;left:2.3125rem;height:3.675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MsO9LXvzrpDexwLEslo08bhwcovkyK3D { color:#2a2a2a;display:block;width:22rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:9.75rem;left:2.3125rem;height:20.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MsO9LXvzrpDexwLEslo08bhwcovkyK3D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MsO9LXvzrpDexwLEslo08bhwcovkyK3D li:before{  }
#OS7FgMASwtp5z3pbU4rVobPkqE5M1F87 { color:#2a2a2a;display:block;width:15.875rem;position:absolute;font-family:segoe;font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:26.5rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LivKHB2diMUZfRqrTye1dhmlGTMegGAT { color:#2a2a2a;display:block;width:22.9375rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:5.9000015258789rem;left:26.46875rem;height:18.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TyXNPHQqqAiAVgnxtAqu9gNhxt2ZlT9r { color:#2a2a2a;display:block;width:18.6875rem;position:absolute;font-family:segoe;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1281242370606rem;left:51.03125rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SRiJLxoHbxGUHhgIXZKW1KHNXQEZcApL { color:#2a2a2a;display:block;width:16.875rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:4.0499992370606rem;left:51.03125rem;height:1.225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fU65vP8iG8zzKHoAgRiBICsoZ1Ug1OZO { color:#2a2a2a;display:block;width:22.875rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:5.875rem;left:51.0625rem;height:13.2125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fU65vP8iG8zzKHoAgRiBICsoZ1Ug1OZO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fU65vP8iG8zzKHoAgRiBICsoZ1Ug1OZO li:before{  }
#OlSwsboRV9ypbkp2ZTTGzSpIVvSSEb6V { box-sizing:content-box;height:33.75rem;width:0.0625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:24.922835195531rem;display:block; }
#VcBsPPd5CxJISrdaUhapln5LK3J0hDJp { box-sizing:content-box;height:33.75rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:49.922912597656rem;display:block; }
#AT4e7gwaQTG688CJk9UiIG2BW395mzez { box-sizing:content-box;height:36.1875rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:49.922912597656rem;display:none; }
#FxzCB0A49cnmZ5yMs6g9e4Q9qya6ci04 { box-sizing:content-box;height:36.1875rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:49.922912597656rem;display:none; }
#s3M0OAcrJyUX6sBRXheRq4AchTAhxCeU { color:#2a2a2a;display:block;width:23.6875rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:21.737503051757rem;left:51.03125rem;height:9.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti .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:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti .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;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti .accordion-heading-text { display:block;position:relative;width:100%;font-family:segoe;font-weight:300;font-size:0.875rem;color:rgba(var(--color-tertiary-4),1);height:auto;font-style:normal;line-height:1.4;overflow:hidden; }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;font-family:segoe;color:rgba(var(--color-tertiary-4),1);height:auto;font-weight:300;font-style:normal;line-height:1.4;overflow:hidden; }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Gp7Abin6okd365FBQblTGGx0HTQ7hdti .accordion-trigger.adaptive-delivery-prevent-bg, #Gp7Abin6okd365FBQblTGGx0HTQ7hdti .accordion-trigger.lazyload, #Gp7Abin6okd365FBQblTGGx0HTQ7hdti .accordion-trigger.lazyloading { background-image: none; }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti { box-sizing:content-box;height:auto;width:25rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15064;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:31.6875rem;left:50.0625rem; }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Gp7Abin6okd365FBQblTGGx0HTQ7hdti #GeRvmeqLd8htdMROILt3Sk6UKRhCscCk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti #JZ8kO1emZyvfCG7HeobTy0AiFOgtkkxX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti #KUNsFvfltxLzmMu5kmAuLFsZT4WUwfdv { display:block;position:relative; }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti #emxs9VLLrVHfJP9ePKQlCvwN4aSBvgDn {  }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti #SJAmiaxIgJOHQ6E93fnBDIqCm7RarOR8 {  }
#R2RGaK6ISMMNn9Tr1sN4UTocLR2UZ5dT { color:#2a2a2a;display:block;width:16.875rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.300000190735rem;left:51.03125rem;height:1.225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EFDIu5DuTtTdeczlzr3wTHcArTJMtZWh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EFDIu5DuTtTdeczlzr3wTHcArTJMtZWh > .row .container { background-color: transparent; background-image: none; }#EFDIu5DuTtTdeczlzr3wTHcArTJMtZWh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFDIu5DuTtTdeczlzr3wTHcArTJMtZWh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFDIu5DuTtTdeczlzr3wTHcArTJMtZWh > .row .container > .video-iframe-container { display: none; }#EFDIu5DuTtTdeczlzr3wTHcArTJMtZWh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFDIu5DuTtTdeczlzr3wTHcArTJMtZWh > .row > .video-iframe-container { display: none; }#EFDIu5DuTtTdeczlzr3wTHcArTJMtZWh > .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); }#EFDIu5DuTtTdeczlzr3wTHcArTJMtZWh > .row .container { border-width: 0; border-radius: 0; }#EFDIu5DuTtTdeczlzr3wTHcArTJMtZWh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFDIu5DuTtTdeczlzr3wTHcArTJMtZWh > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#SppRzpKhTBaVaPL4x47VPpDuU8G8QCWO { background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:segoe;font-size:1rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.5625rem;left:28.125rem;display:block; }
#GP3itp03NVKONeeIscuithP0h3ffPx09 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z1KIPPz3B36FbC0H5PhHcmABHta8mzJ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #caefff);background-image: -moz-linear-gradient(0deg, #ffffff, #caefff);background-image: -ms-linear-gradient(0deg, #ffffff, #caefff);background-image: -o-linear-gradient(0deg, #ffffff, #caefff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#caefff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#caefff' );";background-image: linear-gradient(0deg, #ffffff, #caefff);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; }#z1KIPPz3B36FbC0H5PhHcmABHta8mzJ9 > .row .container { background-color: transparent; background-image: none; }#z1KIPPz3B36FbC0H5PhHcmABHta8mzJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1KIPPz3B36FbC0H5PhHcmABHta8mzJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1KIPPz3B36FbC0H5PhHcmABHta8mzJ9 > .row .container > .video-iframe-container { display: none; }#z1KIPPz3B36FbC0H5PhHcmABHta8mzJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1KIPPz3B36FbC0H5PhHcmABHta8mzJ9 > .row > .video-iframe-container { display: none; }#z1KIPPz3B36FbC0H5PhHcmABHta8mzJ9 > .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); }#z1KIPPz3B36FbC0H5PhHcmABHta8mzJ9 > .row .container { border-width: 0; border-radius: 0; }#z1KIPPz3B36FbC0H5PhHcmABHta8mzJ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z1KIPPz3B36FbC0H5PhHcmABHta8mzJ9 > .row .container { font-size:0.875rem;font-family:arial;height:64.25rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#eTFxaUXz0f5ARByyD1V9SlGObuU3dmvO { color:#00a6ff;display:block;width:16.125rem;position:absolute;font-family:segoe;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:2.125rem;left:2.3125rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hCXok8eLdPyhwx0WIPQPBoaGNTpqSLdZ { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.625rem;left:2.3125rem;display:block; }
#iLBbhCyDWiCNPOubnVa6oyl8GIDpgcOL { color:#2a2a2a;display:block;width:33.75rem;position:absolute;font-family:segoe;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:30.9375rem;left:2.3125rem;height:1.4875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yiLpFsHCsUgpmoseX7UPVtJtz3Zmr3Ea { color:#2a2a2a;display:block;width:33.75rem;position:absolute;font-family:segoe;font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:33.375rem;left:2.3125rem;height:1.54375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tgLylvaKIVMuDypRHeOlZJ7AG1L5nB0q { color:#2a2a2a;display:block;width:33.75rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:35.4375rem;left:2.3125rem;height:4.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#b7N1dTXsJTQW8zfcNxTZBH54wV8a4PKf { color:#2a2a2a;display:block;width:30.3125rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:49.5rem;left:3.875rem;height:2.45rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vv7q0Mazx6yPsCVT7TTLxWhh1KxyvcGa { color:#2a2a2a;display:block;width:13rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:47.75rem;left:3.875rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wzzfPpD7QcEQF842mpuuTZlG9kpgNMuU { color:#2a2a2a;display:block;width:30.3125rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:44.1875rem;left:3.875rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DRZtJ8BvoN91Re4D6O7scTiJErL5RnA6 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00a6ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:segoe;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.375rem;text-decoration:none;z-index:15053;text-align:left;text-align-last:left;top:45.6875rem;left:16.8125rem;display:block; }
#QclGXu4vX4nXCIiB6HTyca6ln8krEvsv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KzO9nnHW9X79rgbMHFDbW2XDn85X1nGn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:46.0625rem;left:23.375rem; }
#QouU7erQH8g2WLALwqiggirRzQHzqu5Z { color:#2a2a2a;display:block;width:33.75rem;position:absolute;font-family:segoe;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:41.6875rem;left:2.3125rem;height:1.4875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bW48T0SRCThA1W9I6ctL2iaFPgnQDwGK { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1rem;top:48.0625rem;left:15.4375rem;overflow:hidden;display:block; }
#iXDmIfIHyVlQ63iNn9Pni1PTm3zXqRNB { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:44.5625rem;left:2.3125rem; }
#Lx5oPcKGyn5gUuA6Kt7qvlU5RCEppIHH { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:48.1875rem;left:2.3125rem; }
#nJwc3TnySxKa8iTqXaWkuN8eB9SNzIoC { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.625rem;left:39.75rem;display:block; }
#v2ZwJMv94ZswisZVcW0bzfS5ucPg2JVV { color:#00a6ff;display:block;width:16.125rem;position:absolute;font-family:segoe;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:2.125rem;left:39.75rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wLWNcqnx0rBeiVvmH9BBesLkGyspweRt { color:#2a2a2a;display:block;width:33.75rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:37rem;left:39.5625rem;height:3.675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EbxTmcdeMcylGBeJnDCQFt0GpRTL3PwS { color:#2a2a2a;display:block;width:33.75rem;position:absolute;font-family:segoe;font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:33.375rem;left:39.5625rem;height:3.0875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BKvMBgGJuItATxHM2brcSKdvVWfVoETV { color:#2a2a2a;display:block;width:33.75rem;position:absolute;font-family:segoe;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:30.9375rem;left:39.5625rem;height:1.4875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eUoOLfsH58ROdsIC0OWbzTJVCnpT9dTX { color:#2a2a2a;display:block;width:30.3125rem;position:absolute;font-family:segoe;font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:50.875rem;left:41.125rem;height:2.45rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wz2BKIhKOt1WUgziM5Md9oh5WvTMpt1g { color:#2a2a2a;display:block;width:12.9375rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:49.125rem;left:41.125rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GMxLrQl2zv0gzplrGwPC48wNK6phkrfv { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1rem;top:49.4375rem;left:52.6875rem;overflow:hidden;display:block; }
#F6hRCaaNA7xRWqV7Iko1xEBGF8egu4I0 { color:#2a2a2a;display:block;width:30.3125rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:45.5625rem;left:41.125rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JAMsTyvcdZp0GBXWpqya7HhBEHIS3E7S { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00a6ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:segoe;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.375rem;text-decoration:none;z-index:15062;text-align:left;text-align-last:left;top:47.0625rem;left:54.0625rem;display:block; }
#lwIVvuF30QoFhxgeBSc3TvVPCuTdyUMs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JMwXaD35weuShFWR6Jd2SQHCCLda0Q9k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:47.4375rem;left:60.625rem; }
#ToAb1Jo1inhweLrkefMu617mtVt48cSp { color:#2a2a2a;display:block;width:33.75rem;position:absolute;font-family:segoe;font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:43.0625rem;left:39.5625rem;height:1.4875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k0aVvtR0FzAQJeiJeqJwUyy4myC2WsQT { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:45.9375rem;left:39.5625rem; }
#uAhldZSQl7cLJuslTkzqevUqlSTExsAG { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:49.5625rem;left:39.5625rem; }
#qRvrfFclryQhrlC9JTdw1xoNS6kk3pTS { box-sizing:content-box;height:37.5rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:37.5rem;display:none; }
#OGZGOthTFgDAXJywSb2LQRbOf5zeyCxe { background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:segoe;font-size:1rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:55.25rem;left:9.9375rem;display:block; }
#xsctnXHES8iLTHRDNhFAJ2LC8kinMBVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NSqC4Cyn3XqapFTharHMx8rLnrv6QxzB { background-color:transparent;background-image: -webkit-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -moz-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -ms-linear-gradient(230deg, #00a6ff, #e600ff);background-image: -o-linear-gradient(230deg, #00a6ff, #e600ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6ff', endColorstr='#e600ff' );";background-image: linear-gradient(230deg, #00a6ff, #e600ff);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:segoe;font-size:1rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:55.25rem;left:47.4375rem;display:block; }
#vTRkWaZiC6k1gFBMHwDt68NzvUt5XixJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD .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:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD .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;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD .accordion-heading-text { display:block;position:relative;width:100%;font-family:segoe;font-weight:400;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);height:auto;font-style:normal;line-height:1.4;overflow:hidden; }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:segoe;color:rgba(var(--color-tertiary-4),1);height:auto;font-weight:300;font-style:normal;line-height:1.4;overflow:hidden; }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD .accordion-trigger.adaptive-delivery-prevent-bg, #pUmGnErXI0vqkT2DZJn65lbEgdEABtyD .accordion-trigger.lazyload, #pUmGnErXI0vqkT2DZJn65lbEgdEABtyD .accordion-trigger.lazyloading { background-image: none; }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD { box-sizing:content-box;height:auto;width:33.5625rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15063;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:59rem;left:40.25rem; }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD #ThJmuBMrrhTSICkPgfCNFAMcc6hq52uT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD #WOgMOAPTmnG6BoAWUT1r4HnD4P6ThyB1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD #lWdbfgZ2lOIf8D9qZycNQsvIkzwPOVV3 { display:block;position:relative; }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD #DlV78eOTqyTpRtwf7GCLI68ab43hMz8d {  }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD #TMGc6kWpIc8JC0PAGQbkrvldd8Evnw7a {  }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo .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:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo .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;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo .accordion-heading-text { display:block;position:relative;width:100%;font-family:segoe;font-weight:400;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);height:auto;font-style:normal;line-height:1.4;overflow:hidden; }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:segoe;color:rgba(var(--color-tertiary-4),1);height:auto;font-weight:300;font-style:normal;line-height:1.4;overflow:hidden; }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo .accordion-trigger.adaptive-delivery-prevent-bg, #t5JxLlwnkv5nPCa7Em6LFKechTwJReNo .accordion-trigger.lazyload, #t5JxLlwnkv5nPCa7Em6LFKechTwJReNo .accordion-trigger.lazyloading { background-image: none; }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo { box-sizing:content-box;height:auto;width:33.5625rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15064;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:59rem;left:3rem; }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo #obNaVTQVgXwk4XaGdx5E7ciN0HhpvJ2u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo #wcIur6uXV3Kv2GxevqmiCFdALZEZxkX3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo #yKL7dhiHRupwSOrIIiNtTF61VTxbivzu { display:block;position:relative; }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo #HK4fKHzctzbg4J1FHnyzfMxxVBQ9BGS1 {  }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo #TnGm7ap0ormPtV1y5t8ZJMQEcKSZEuGQ {  }
#Cc8kaeWAntn0WxkIcDqgsf9istq0nEtT { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:31.1875rem;top:4.625rem;left:2.9375rem;overflow:hidden;display:block; }
#gXavgOpVRzOxLq63MTHmUPbtPdq35BPV { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:31.1875rem;top:4.625rem;left:40.65625rem;overflow:hidden;display:block; }
#zLgRTb8bnGWW7lXMNyW2nEnrL8s2Iip1 { color:#2a2a2a;display:block;width:14.4375rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:49.125rem;left:53.9375rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CwQwoMwSyPaawwIOfs1GFqr5iW5OOqu0 { color:#2a2a2a;display:block;width:14.8125rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:47.75rem;left:16.5625rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EKRqpBlA3eT6Pp5TzCXQEAPqIvGQN45X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EKRqpBlA3eT6Pp5TzCXQEAPqIvGQN45X > .row .container { border-width: 0; border-radius: 0; }#EKRqpBlA3eT6Pp5TzCXQEAPqIvGQN45X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EKRqpBlA3eT6Pp5TzCXQEAPqIvGQN45X > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:none; }#ulUV4A3f85vuuEg89vXzy3Vbb3gSSrN7 { color:#2a2a2a;display:block;width:14.5625rem;position:absolute;font-family:segoe;font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.375rem;left:8.3125rem;height:3.0875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kZ77eGuvGlty40zL5w3XXFGeiWUJDSBh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:3.3125rem;left:29.5rem; }
#LINTCzMQiVLPkaBtec8E3Wfq8Te1cdow { color:#2a2a2a;display:block;width:14.5625rem;position:absolute;font-family:segoe;font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.375rem;left:33.1875rem;height:3.0875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TFN5tppI9XCCtszJyGQGXfMc8uuFLPTW { color:#2a2a2a;display:block;width:14.5625rem;position:absolute;font-family:segoe;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.375rem;left:57.25rem;height:3.0875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HZO34sqRxcHAIn4G6Er0bZ7eE9VXqVUB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.3125rem;left:53.25rem; }
#JeSt4Ppb9JG8TXpMEnKrE31XC4cmpEV6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.3125rem;left:4.5625rem; }
#a1UEmuyu6VyFkewl4Qh7nhius8ybEhxC { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:1.25rem;top:5.2750015258789rem;left:67rem;overflow:hidden;display:block; }
#NuMwEo4142JxE8vc8AmSgMNtUDw0GvJ7 { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:1.25rem;top:5.2750015258789rem;left:39.75rem;overflow:hidden;display:block; }
#LdD4WiFuU959JOikOgTTTsnt38nUpKSd { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:1.25rem;top:5.2750015258789rem;left:14.3125rem;overflow:hidden;display:block; }
#flBt9TO9dukisSxna5souFGpxyn3ArLd { box-sizing:content-box;height:7.5rem;width:23.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #00a6ff;border-left:0.0625rem solid #00a6ff;border-right:0.0625rem solid #00a6ff;border-bottom:0.0625rem solid #00a6ff;top:1.0625rem;left:0.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }
#FNV0hO3VyDeOsuC5DEVKMSmWlw6RT8AH { box-sizing:content-box;height:7.5rem;width:23.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #00a6ff;border-left:0.0625rem solid #00a6ff;border-right:0.0625rem solid #00a6ff;border-bottom:0.0625rem solid #00a6ff;top:1.0625rem;left:25.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }
#BCCRZailmqndChKpQEnrx9PJ22fx7ISC { box-sizing:content-box;height:7.5rem;width:23.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #00a6ff;border-left:0.0625rem solid #00a6ff;border-right:0.0625rem solid #00a6ff;border-bottom:0.0625rem solid #00a6ff;top:1.0625rem;left:50.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }
#wlnriyNOTGcK300MeVqf8vtTmSilVxMC { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:9.6875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#TPepXVqCM6PpcqcASdGFdGeGDMC2rHOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZiLSWdwXpZlaohVu5MDTHRRMICSxKdqJ { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:9.6875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:0rem;left:25rem;display:block; }
#U4WnEpXGITdpMHVociAcW1FbLT8IwpuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TkZcLw0W2LbaZ65pgfW4zsiL21SbCykp { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:9.6875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:0rem;left:50rem;display:block; }
#DyrJCaqh5NaHnnyCnCwU6OkFlN4ewJZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dV80H7Hm5d43xlxcGkeyVqMmBSzyaSBe { color:#2a2a2a;display:block;width:1.125rem;position:absolute;font-family:segoe;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.9375rem;left:15.6875rem;height:1.54375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#m6VP7mHoSIUB3uRFOi5aIosbfBwEpsMS { color:#2a2a2a;display:block;width:0.875rem;position:absolute;font-family:segoe;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.9375rem;left:41.1875rem;height:1.54375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #caefff, #ffffff);background-image: -moz-linear-gradient(0deg, #caefff, #ffffff);background-image: -ms-linear-gradient(0deg, #caefff, #ffffff);background-image: -o-linear-gradient(0deg, #caefff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caefff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caefff', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #caefff, #ffffff);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; }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .row .container { background-color: transparent; background-image: none; }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .row .container > .video-iframe-container { display: none; }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .row > .video-iframe-container { display: none; }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .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); }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .row .container { border-width: 0; border-radius: 0; }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#TBPmdvt3V3ZWTGdfSvtqr1O7e9DEnXSw { color:#2a2a2a;display:block;width:28.125rem;position:absolute;font-family:segoe;font-size:1rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:8.5250015258787rem;left:46.9375rem;height:5.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZLyJi4kM2TOooKAv1cAxKiV2o25JnlOA { color:#2a2a2a;display:block;width:28.125rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:6.75rem;left:46.9375rem;height:1.35rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pzq73lfLp3xBJyUkDGu1A9NR6ePi7LBI { color:#2a2a2a;display:block;width:32.5625rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:6.72500038147rem;left:7.375rem;height:1.35rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AlGkMQh4lEJzdMfCG66wSw9heCi2DPZ8 { color:#2a2a2a;display:block;width:32.5625rem;position:absolute;font-family:segoe;font-size:1rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:8.52499961853rem;left:7.375rem;height:5.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zxMqt27gTBmfdBxarUHmvapIc0Z5bmcG { color:#2a2a2a;display:block;width:38.5625rem;position:absolute;font-family:segoe;font-size:1.8125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:1.6875rem;left:17.3125rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aNSdZKe4eTZFPa9uZlh5t5S4dcwKxrat { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.5rem;top:2.25rem;left:55.625rem;overflow:hidden;display:block; }
#MBW6rHw2NdKl5aOQCdnLVwrh3VQ5SL5P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:6.9874992370606rem;left:2.3125rem; }
#XbARixRctD7MhVPVCISzTeQh02QilPwR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.02499961853rem;left:42.0625rem; }
#SsaSnxUq3OmhA86KHeabcgxNx0hJbuaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #f3ccf8, #e5ebf8);background-image: -moz-linear-gradient(0deg, #f3ccf8, #e5ebf8);background-image: -ms-linear-gradient(0deg, #f3ccf8, #e5ebf8);background-image: -o-linear-gradient(0deg, #f3ccf8, #e5ebf8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ccf8', endColorstr='#e5ebf8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ccf8', endColorstr='#e5ebf8' );";background-image: linear-gradient(0deg, #f3ccf8, #e5ebf8);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; }#SsaSnxUq3OmhA86KHeabcgxNx0hJbuaM > .row .container { background-color: transparent; background-image: none; }#SsaSnxUq3OmhA86KHeabcgxNx0hJbuaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsaSnxUq3OmhA86KHeabcgxNx0hJbuaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsaSnxUq3OmhA86KHeabcgxNx0hJbuaM > .row .container > .video-iframe-container { display: none; }#SsaSnxUq3OmhA86KHeabcgxNx0hJbuaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsaSnxUq3OmhA86KHeabcgxNx0hJbuaM > .row > .video-iframe-container { display: none; }#SsaSnxUq3OmhA86KHeabcgxNx0hJbuaM > .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); }#SsaSnxUq3OmhA86KHeabcgxNx0hJbuaM > .row .container { border-width: 0; border-radius: 0; }#SsaSnxUq3OmhA86KHeabcgxNx0hJbuaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SsaSnxUq3OmhA86KHeabcgxNx0hJbuaM > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#B6rNqT7XED1p0w36RTB8fqfM7KtIbaQc { color:#2a2a2a;display:block;width:28.75rem;position:absolute;font-family:segoe;font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6875rem;left:22.4375rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P9uwAt6OsQ7SX4qJLzacEyIogXwosLhW { color:#2a2a2a;display:block;width:8.0625rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:7.5875015258787rem;left:7.3125rem;height:2.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ScldamChf9GnL3sxnpffbxk2t2I5XNHK { color:#2a2a2a;display:block;width:14.5rem;position:absolute;font-family:segoe;font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:11.625rem;left:2.3125rem;height:7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hRTl2emlnqPOxw4sLXdPUDP5dKGKIkrH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.8125rem;left:2.3125rem; }
#nGlpNmezrkBCI3ocGPoPchXADgHEilCi { color:#2a2a2a;display:block;width:18.1875rem;position:absolute;font-family:segoe;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:11.625rem;left:19.875rem;height:8.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZeConFQNn9gRbUkQPsHLUXo8imk2t48b { color:#2a2a2a;display:block;width:13.5rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:7.5875015258787rem;left:25rem;height:2.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yqJW0i7nifcQIXahoPwpWFihyQmVqgaW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.8125rem;left:19.875rem; }
#IWAn1kUNRnvPECwIWBJwKK2iVRAfF06g { color:#2a2a2a;display:block;width:14.125rem;position:absolute;font-family:segoe;font-size:1rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:11.625rem;left:40.9375rem;height:4.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pVtT08wPCHJ7o36uIGmiGhvPJvwwOqn8 { color:#2a2a2a;display:block;width:11.1875rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:7.5875015258787rem;left:46.5625rem;height:2.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T7i1MdJUHxtubpP9qoV3qniNVDJd9UGz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.75rem;left:40.9375rem; }
#gL2dOctpgws1plxxWGNCDeKTwAtGhFA0 { color:#2a2a2a;display:block;width:14.125rem;position:absolute;font-family:segoe;font-size:1rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:11.631248474121rem;left:59.625rem;height:5.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PVU6HlKehhBLBrPq9TwHlkmJ611NgXPQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:6.8312492370606rem;left:59.625rem; }
#wTlBKIHdRmiJur9SfOTltE6UWkK1Suqi { color:#2a2a2a;display:block;width:8.375rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:7.5875015258787rem;left:64.75rem;height:2.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k59wqD6b165f2NbL41BGLk9Rv4ggNsOe { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.4375rem;top:2.25rem;left:50.3125rem;overflow:hidden;display:block; }
#l5891iuXx8SpBADPRTRVaVXxGPZqNqaU { color:#2a2a2a;display:block;width:1.0625rem;position:absolute;font-family:segoe;font-size:1.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6875rem;left:51.5625rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z6PkFF6OtPIpw7fO3bE9UOilDy4xkuhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffecff, #f4f7ff);background-image: -moz-linear-gradient(0deg, #ffecff, #f4f7ff);background-image: -ms-linear-gradient(0deg, #ffecff, #f4f7ff);background-image: -o-linear-gradient(0deg, #ffecff, #f4f7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffecff', endColorstr='#f4f7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffecff', endColorstr='#f4f7ff' );";background-image: linear-gradient(0deg, #ffecff, #f4f7ff);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; }#z6PkFF6OtPIpw7fO3bE9UOilDy4xkuhp > .row .container { background-color: transparent; background-image: none; }#z6PkFF6OtPIpw7fO3bE9UOilDy4xkuhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6PkFF6OtPIpw7fO3bE9UOilDy4xkuhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6PkFF6OtPIpw7fO3bE9UOilDy4xkuhp > .row .container > .video-iframe-container { display: none; }#z6PkFF6OtPIpw7fO3bE9UOilDy4xkuhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6PkFF6OtPIpw7fO3bE9UOilDy4xkuhp > .row > .video-iframe-container { display: none; }#z6PkFF6OtPIpw7fO3bE9UOilDy4xkuhp > .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); }#z6PkFF6OtPIpw7fO3bE9UOilDy4xkuhp > .row .container { border-width: 0; border-radius: 0; }#z6PkFF6OtPIpw7fO3bE9UOilDy4xkuhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z6PkFF6OtPIpw7fO3bE9UOilDy4xkuhp > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#fXPBwocTLQeaoQgmOzvLDd83O6KgyS25 { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:segoe;font-size:1rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:12.362499237061rem;left:57.25rem;height:5.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mZHHGMe9i2XNu41yc2okbTWdiLCSzlh0 { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:segoe;font-size:1rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:12.362499237061rem;left:38.8125rem;height:4.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VbKPsdPNFQyRE9ihQT7TcOIvZ9P0DTCI { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:segoe;font-size:1rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:12.362499237061rem;left:20.3125rem;height:5.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qrJTJbVaOLCbMtCFJaTBme46iannBpbg { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:9.0750007629394rem;left:20.3125rem;height:2.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Bpqc5edfwGhT7XFpCTGl83ZZvwofHU4G { color:#2a2a2a;display:block;width:14.5625rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:9.0750007629394rem;left:39.65625rem;height:2.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#isWkvRcpeVI3hCHKRonPEBCLm3uGLpsw { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:9.0625rem;left:57.25rem;height:2.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GfxJT8JJFJwaSUs4o2DiQhIdAdo0iUKg { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:9.0750007629394rem;left:1.8125rem;height:2.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JSKrNEDa6HS5LbkpECCIGRerQ7pwAOMG { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:segoe;font-size:1rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:12.362499237061rem;left:1.8125rem;height:5.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TedDrawPumTFJU9I9hucmaRicIJzsI5v { color:#2a2a2a;display:block;width:31.625rem;position:absolute;font-family:segoe;font-size:1.8125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:1.6875rem;left:20.875rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sPnBcLLTdonwqP4ExSWTzHQTftcQh7co { box-sizing:content-box;height:12.125rem;width:16.875rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #00a6ff;border-left:0.0625rem solid #00a6ff;border-right:0.0625rem solid #00a6ff;border-bottom:0.0625rem solid #00a6ff;top:7.34375rem;left:1.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }
#Hz7V5yTFoBQ6BKMFcDR2Gc1qVy1oaFsb { box-sizing:content-box;height:12.125rem;width:16.875rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #00a6ff;border-left:0.0625rem solid #00a6ff;border-right:0.0625rem solid #00a6ff;border-bottom:0.0625rem solid #00a6ff;top:7.4375rem;left:19.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }
#OAMHVvRhlgETIHe7t2Ch3M8v4LftyTrk { box-sizing:content-box;height:12.125rem;width:16.875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #00a6ff;border-left:0.0625rem solid #00a6ff;border-right:0.0625rem solid #00a6ff;border-bottom:0.0625rem solid #00a6ff;top:7.4375rem;left:38.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }
#E6Iz2ABLgzkQPnl0LsRqmnT2UqJTTnmN { box-sizing:content-box;height:12.125rem;width:16.875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #00a6ff;border-left:0.0625rem solid #00a6ff;border-right:0.0625rem solid #00a6ff;border-bottom:0.0625rem solid #00a6ff;top:7.34375rem;left:56.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }
#QtWTxFXzAtee3VpNP6rS4J4fmlCKb6cv { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.4375rem;top:2.25rem;left:51.8125rem;overflow:hidden;display:block; }
#lzzuH1UfkNvkJPe5qtP8CZWdxFDpA3zJ { color:#2a2a2a;display:block;width:1.0625rem;position:absolute;font-family:segoe;font-size:1.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:1.6875rem;left:53.0625rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TCCM0qqDhKveOVd5AeQLELFRaeCy4nNi { color:#2a2a2a;display:block;width:40.625rem;position:absolute;font-family:segoe;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:4.4500007629394rem;left:17.1875rem;height:1.35rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { background-color: transparent; background-image: none; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container > .video-iframe-container { display: none; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row > .video-iframe-container { display: none; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .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); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { border-width: 0; border-radius: 0; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#IcmuNhGAcmC7DCCgH4MynnXQ98OoMNoW { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:1.13769375rem;font-style:normal;display:block; }
#hbQ7IfGuJvOO7lB0ialfmMN87POmKFXq { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:45.3125rem;height:2.275rem;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:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q725TraodTP5otRmq6pGAbVsvsvzKH1k { display:block; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDfKvEiwM0hE7KxHxDzM9zBPirglPha2 { top:9.25rem;left:9.6875rem;width:38.0625rem;height:5.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8DfP0e9MFDkTlhWchu1mlRxFehX5PzP { top:4.8125rem;left:24rem;width:16.75rem;height:5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwlIw8ucEncvCLtO8Fzo0GAUScTP453V { top:0.4375rem;left:0rem;width:6.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb { display:block; }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpkwodk3y0xAMigXcHxHQ7Zkrp6oO0gR { top:4rem;left:5.5625rem;width:42.1875rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPFzr90QIXo7KrzCnghRLI68ZlZSuLeU { top:3.75rem;left:0rem;width:31.6875rem;height:7.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnSoPDQDDrWFd9hPAaKCCOIM6pFmzyPs { top:16.3125rem;left:0rem;width:29.0625rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNPgnWhitl5ByLgqyllVhkpfPr1Vlwq4 { width:18.75rem;height:3.4375rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV0q8cnBMmtXrEsql350yKsBfc5FI3Bm { display:block; }
 }@media only screen and (max-width: 763px) { #k47NByMAZCd6d3ZQN8yTzMV55p8ehXnU { top:12.1875rem;left:0rem;width:30.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHCUJuwmzTntqDxBpsGIwBDbfnC1NPxV { top:0rem;left:0rem;width:47.75rem;height:20.174375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFQZx6f2LuFvL7cJk2royUeDoKedVSEa { display:block; }#KFQZx6f2LuFvL7cJk2royUeDoKedVSEa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6S3xmBH4NXVSnwsWK5OP7vvHWgmwzFf { top:4.5rem;left:35.09375rem;width:11.8125rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2fkMkyZaNekcSd8QRdEUnlME9inmCdr { top:4.5rem;left:17.53125rem;width:12.5625rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQNGw1G78FtI6keUJN8lrR39QmlAoKOI { top:4.5rem;left:2.3125rem;width:11.25rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFE8NwMCxANEqZT8f87DhaLhBocyKVn3 { top:2.0625rem;left:7rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd236cJJ1yTQ0R2vxplzB4RerBD9evaB { top:2.0625rem;left:22.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFJXNZ0NTCSvUOkJOll3vRPJZH1Xer9x { top:2.0625rem;left:40.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUq00zM1aKLox15hJKO8MTbrT54EPLMk { display:block; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vH4J4bk80QNolUWyLXC71BrRC8RDPoV6 { top:2.4375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zykJRJw2DpMGoZ82ytnTZS9ZfDpqKVwG { top:5.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDZtPbmQ8eHMqiRpFUhZEXGsT2GivMk9 { top:10.4375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7QoUgn6VGDC5dAict7HlIZuQK2qX3fR { top:11.0625rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8QofeFpEs4nZBEp4OliI1J2QgvCZDRc { top:13.1875rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZGEz7d3THKn2ci3HK1p90eI4IsSOEav { top:15.1875rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrni5kO36dKOiynwaFbCtKIkW4vtXqyE { top:17.25rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrZ1nwkqGwEhRyJMHbTZeMre2S4V5ZqZ { top:19.25rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfc1t7AIckVgqh3af4VE7lWf9pck4E43 { top:8.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVQ93bITBhTProhvkbfkdvJtc4ffwUo1 { top:12.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCmTKKhpU5DHzo7yVwurs3xhbAOKWgIv { top:14.625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Z8oRiVqpRZMQw7dP5RMl8q2sdzw4Ar { top:16.625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvs5v6SnJTEwgMQQC228qugLAD5WmQPh { top:18.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fno2LGimpAEKaIehZibl1dct5seJ9ypg { top:6.5625rem;left:35.1875rem;width:1rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC0cF4uw3oWxrDQlKdRkuq9AUyxTB4iG { top:5.9375rem;left:36rem;width:1.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCrGsktovsKLpBvu4PS3MdFwCeeZTGM4 { display:block; }#fCrGsktovsKLpBvu4PS3MdFwCeeZTGM4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqCfFPPOGofCLEdfKTcDxpEgSnWK9BtZ { top:2.25rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXk9mGz2nOZaZJLaZtImW0yOM82UXd74 { top:12.5625rem;left:0rem;width:16.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3IgGugu649xuEq20F7ofxSAseTw1wc0 { top:14.375rem;left:0rem;width:17.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUTO9LlJIH56GG1kfkgRd54Iu15pwOmN { top:19.5rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dusTP2zTbJf33oX3Zxmh868AmEuFWNeg { top:16.9375rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSPCHyaLUKkcgLFzJ12ge6EBxCKRRzX { top:11.4375rem;left:0rem;width:22.0625rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgVGA5SPndk7seJxA5aIT2uL04SUs92I { top:11.4375rem;left:12.8125rem;width:22.0625rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Df9w5KvuDbZI1vFkq2FATNG06yVXXu { top:11.4375rem;left:25.5625rem;width:22.0625rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6fZu1JObybum4XqJFLT9On6TozOi3MC { top:17.5625rem;left:0rem;width:17.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKDmpJW89twqhp3Z8rGehaputWgdLR2E { top:19.25rem;left:0rem;width:17.4375rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITHipBFpvxVfsQq4PhBqkUlN9s8t9R5F { top:27.75rem;left:0rem;width:17.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll6AyX443cs7TEZPTwBaiAAxbCKWKTzU { width:9.25rem;height:2.0625rem;top:27.5rem;left:0.27083206176758rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBr9Lls1BzE1OWoBzrLAgr6SMLah8OlB { display:block; }
 }@media only screen and (max-width: 763px) { #dVgxyVToKon3BftR8b0mkuR6RzstWWim { top:27.75rem;left:13.875rem;width:17.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf13OstQyZ4tAcniK0AkIlFKnubJRAL1 { width:9.25rem;height:2.0625rem;top:27.5rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hugdCuDwGZXyesmdHv4JQAzlCHA3kTaT { display:block; }
 }@media only screen and (max-width: 763px) { #ItsCH6z20loC3KeBnCathgTQV5GexTT6 { top:19.25rem;left:15.1875rem;width:17.4375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmkEl9S2xshbKmgrDOONZ20awmpbgsi9 { top:17.5625rem;left:13.875rem;width:17.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXbEKPlE3tMP9SPEpDaimGALT6rHp0XT { top:16.9375rem;left:13.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcvJlEHFeNTGx2gveoZtlenKqw7d7pyN { top:14.375rem;left:13.875rem;width:15.6875rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #InC6zGfDHGiA3sQAfIGw3SPxpv8lcuSy { top:19.5rem;left:13.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEteoViAp1BbAWoi4up4SHomTPhdwfJd { top:12.625rem;left:13.875rem;width:16.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMKtKIr4RDIIBeUE3KZNJchWUODRC7rr { top:20.625rem;left:15.1875rem;width:17.4375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qem8v9HDOo2XABPe1E9ES9HwlmWR2UgJ { top:20.875rem;left:13.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIbOGnH3QQk5nNyCLFrIRTiwd2TMeAQc { top:27.75rem;left:30.3125rem;width:17.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxs5wTPTAfxFmTJOZO721GTkIECGkr2A { width:9.25rem;height:2.0625rem;top:27.5rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppue5SeuV0eE5diLE736HAXpReTpBb3P { display:block; }
 }@media only screen and (max-width: 763px) { #F9ygOJtcHiQmFQ4wmQVJVI3KSuBzg5tE { top:20.625rem;left:30.3125rem;width:17.4375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBzVrDbWq67QhKqrg8TmNdnvDvoH9EF8 { top:19.25rem;left:30.3125rem;width:17.4375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySJN9Wl1ANLST7rtzXGnIqwhFNFC8WS7 { top:17.5625rem;left:30.3125rem;width:17.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ZKQTmTIfIqK67mI8JC5yMZFFnIRp0g { top:16.9375rem;left:27.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiZcum714tzlNJTPCyavyiTcSSbDxfM3 { top:14.375rem;left:27.4375rem;width:20.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNgqlAsghfdBhGVLzgJv81Uw2FlMaxnK { top:19.5rem;left:38.151039123535rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRRyL7APBivGCqetKhUgmtF5Hk3Qgemq { top:20.875rem;left:38.151039123535rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbr4R8JQR5EkcpQPegyIwv61XS7qNrkT { top:12.5625rem;left:31.625rem;width:16.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2S7IQEoQQXPgKQlUUkCiiTQr6Xl83bO { top:9.5rem;left:12.8125rem;width:11.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFhJfbf02gyWTJRnQGdrbsVKDN8RUCdP { top:9.875rem;left:13.875rem;width:10rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzn4RZT8CepuGfOHuGAUymKB1cwqOKpf { width:22.125rem;height:19.875rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXgHRf13QUNP35EZPH39hv93wPXzcPF { display:block; }
 }@media only screen and (max-width: 763px) { #Z279HUsS6QvqEwtwOEmpy82CWKCuCRu5 { width:22.125rem;height:19.875rem;top:11.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5t3WVMJ2VyRS3eTxiawHTCISmud3uAA { display:block; }
 }@media only screen and (max-width: 763px) { #ALmNK4GykAbOXrFfTy8LpZ2OQFbT0tlf { width:22.125rem;height:19.875rem;top:11.4375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRaVHQJcwDPkFih6QPTBHvkIT5vlf1tf { display:block; }
 }@media only screen and (max-width: 763px) { #D7dLMi0wTRWOQ8nTWZn6Tya4hMbLlFMP { top:5.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdW6G00Ue8u18XtM8O0N54pMfv3RG4uZ { top:22.5rem;left:13.875rem;width:17.4375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEh2EkFQ9Kd4LakOOe5sJ14voVuqmOSX { top:22.5rem;left:28.6875rem;width:19.0625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN4WEpMP8Ic89WMJDpUm8EVluruKiLHc { top:9.5rem;left:35.875rem;width:11.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADAScg72Crtw3iza6mngg0b2TNbUGzTb { top:9.875rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpztH33AQGGKBeOeIim03DIJBFM5UD47 { display:block; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCCi2VNH9pfTCALWtT5qLu8co1rDqigV { top:12.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2ZDGqKvuatV9D5uz4IfQhwFXQnHHGVC { top:2.1875rem;left:7.9375rem;width:16.125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH4ci7DGIVIpvIwzmAxTpUSc4om9Vayt { top:4.6875rem;left:7.9375rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9qJKuGq7UaKDUcfnRfAnhIBXWZwcLDW { top:5.875rem;left:4.0625rem;width:43.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmodDLpyC6MCZMT7eKdAMAz9dXLhhiFh { top:8.3125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVP3kFcPtZWGicSDg52fST4gBB4ZTXiT { top:17.5rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzCi9dwsMHgl8aSB1aV4QXceKGEGPmeW { top:1.75rem;left:0rem;width:16.5625rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbINdxSLxfplg8i9hz7pRmxL8S1SiceG { top:19.9375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef { display:flex;height:auto;width:27.8125rem;top:61.25rem;left:17.4375rem; }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef #NDNyAnvPM4dkothh0aEK69IccA7nNMtG {  }
 }@media only screen and (max-width: 763px) { #dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef #LiD3cxylOudII0UTRDdvQhfOVecHQeg1 {  }
 }@media only screen and (max-width: 763px) { #dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef #ohJgJC1dFlPxDqH2QN3uJaB2VPMX45Av {  }
 }@media only screen and (max-width: 763px) { #dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef #g8A6GmeszxHfLvXZw8sTDbL6ELAJLNSb {  }
 }@media only screen and (max-width: 763px) { #dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef #z4JSSixerzhX4cW5fNvrhqhnsqUlH7rJ {  }
 }@media only screen and (max-width: 763px) { #wUkezePyEOwiobv4dJCATdlac9RXfguL { display:block; }#wUkezePyEOwiobv4dJCATdlac9RXfguL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahwWaElGwuxgWthIcSpeeuxzzyhbomrL { top:2.125rem;left:0rem;width:16.75rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnDvkAG3BXTDe2ZoEMJ9DH3Tfppk8FAv { top:5.875rem;left:0rem;width:22.6875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsO9LXvzrpDexwLEslo08bhwcovkyK3D { top:9.75rem;left:0rem;width:22rem;height:20.5625rem;font-size:0.875rem;display:block; }#MsO9LXvzrpDexwLEslo08bhwcovkyK3D li:before{  }
 }@media only screen and (max-width: 763px) { #OS7FgMASwtp5z3pbU4rVobPkqE5M1F87 { top:2.125rem;left:15.875rem;width:15.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LivKHB2diMUZfRqrTye1dhmlGTMegGAT { top:5.875rem;left:8.8125rem;width:22.9375rem;height:19.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyXNPHQqqAiAVgnxtAqu9gNhxt2ZlT9r { top:2.125rem;left:28.9375rem;width:18.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRiJLxoHbxGUHhgIXZKW1KHNXQEZcApL { top:4rem;left:30.75rem;width:16.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU65vP8iG8zzKHoAgRiBICsoZ1Ug1OZO { top:5.875rem;left:24.75rem;width:22.875rem;height:13.1875rem;font-size:0.875rem;display:block; }#fU65vP8iG8zzKHoAgRiBICsoZ1Ug1OZO li:before{  }
 }@media only screen and (max-width: 763px) { #OlSwsboRV9ypbkp2ZTTGzSpIVvSSEb6V { top:0rem;left:15.8125rem;width:0.0625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcBsPPd5CxJISrdaUhapln5LK3J0hDJp { top:0rem;left:31.6875rem;width:0.0625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT4e7gwaQTG688CJk9UiIG2BW395mzez { top:0rem;left:31.6875rem;width:0.0625rem;height:36.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxzCB0A49cnmZ5yMs6g9e4Q9qya6ci04 { top:0rem;left:31.6875rem;width:0.0625rem;height:36.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3M0OAcrJyUX6sBRXheRq4AchTAhxCeU { top:21.6875rem;left:23.9375rem;width:23.6875rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7Abin6okd365FBQblTGGx0HTQ7hdti .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti { display:flex;height:auto;width:27.8125rem;top:61.25rem;left:17.4375rem; }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Gp7Abin6okd365FBQblTGGx0HTQ7hdti #GeRvmeqLd8htdMROILt3Sk6UKRhCscCk {  }
 }@media only screen and (max-width: 763px) { #Gp7Abin6okd365FBQblTGGx0HTQ7hdti #JZ8kO1emZyvfCG7HeobTy0AiFOgtkkxX {  }
 }@media only screen and (max-width: 763px) { #Gp7Abin6okd365FBQblTGGx0HTQ7hdti #KUNsFvfltxLzmMu5kmAuLFsZT4WUwfdv {  }
 }@media only screen and (max-width: 763px) { #Gp7Abin6okd365FBQblTGGx0HTQ7hdti #emxs9VLLrVHfJP9ePKQlCvwN4aSBvgDn {  }
 }@media only screen and (max-width: 763px) { #Gp7Abin6okd365FBQblTGGx0HTQ7hdti #SJAmiaxIgJOHQ6E93fnBDIqCm7RarOR8 {  }
 }@media only screen and (max-width: 763px) { #R2RGaK6ISMMNn9Tr1sN4UTocLR2UZ5dT { top:20.25rem;left:30.75rem;width:16.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFDIu5DuTtTdeczlzr3wTHcArTJMtZWh { display:block; }#EFDIu5DuTtTdeczlzr3wTHcArTJMtZWh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SppRzpKhTBaVaPL4x47VPpDuU8G8QCWO { width:18.75rem;height:3.125rem;top:1.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP3itp03NVKONeeIscuithP0h3ffPx09 { display:block; }
 }@media only screen and (max-width: 763px) { #z1KIPPz3B36FbC0H5PhHcmABHta8mzJ9 { display:block; }#z1KIPPz3B36FbC0H5PhHcmABHta8mzJ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTFxaUXz0f5ARByyD1V9SlGObuU3dmvO { top:2.125rem;left:0rem;width:16.125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCXok8eLdPyhwx0WIPQPBoaGNTpqSLdZ { top:4.625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLBbhCyDWiCNPOubnVa6oyl8GIDpgcOL { top:30.9375rem;left:0rem;width:33.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiLpFsHCsUgpmoseX7UPVtJtz3Zmr3Ea { top:33.375rem;left:0rem;width:33.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgLylvaKIVMuDypRHeOlZJ7AG1L5nB0q { top:35.4375rem;left:0rem;width:33.75rem;height:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7N1dTXsJTQW8zfcNxTZBH54wV8a4PKf { top:49.5rem;left:0rem;width:30.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv7q0Mazx6yPsCVT7TTLxWhh1KxyvcGa { top:47.75rem;left:0rem;width:13rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzzfPpD7QcEQF842mpuuTZlG9kpgNMuU { top:44.1875rem;left:0rem;width:30.3125rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRZtJ8BvoN91Re4D6O7scTiJErL5RnA6 { width:7.5625rem;height:1.375rem;top:45.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QclGXu4vX4nXCIiB6HTyca6ln8krEvsv { display:block; }
 }@media only screen and (max-width: 763px) { #KzO9nnHW9X79rgbMHFDbW2XDn85X1nGn { top:46.0625rem;left:16.5625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QouU7erQH8g2WLALwqiggirRzQHzqu5Z { top:41.6875rem;left:0rem;width:33.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW48T0SRCThA1W9I6ctL2iaFPgnQDwGK { top:48.0625rem;left:8.625rem;width:1rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXDmIfIHyVlQ63iNn9Pni1PTm3zXqRNB { top:44.5625rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx5oPcKGyn5gUuA6Kt7qvlU5RCEppIHH { top:48.1875rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJwc3TnySxKa8iTqXaWkuN8eB9SNzIoC { top:4.625rem;left:23.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ZwJMv94ZswisZVcW0bzfS5ucPg2JVV { top:2.125rem;left:23.875rem;width:16.125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLWNcqnx0rBeiVvmH9BBesLkGyspweRt { top:37rem;left:14rem;width:33.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbxTmcdeMcylGBeJnDCQFt0GpRTL3PwS { top:33.375rem;left:14rem;width:33.75rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKvMBgGJuItATxHM2brcSKdvVWfVoETV { top:30.9375rem;left:14rem;width:33.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUoOLfsH58ROdsIC0OWbzTJVCnpT9dTX { top:50.875rem;left:17.4375rem;width:30.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz2BKIhKOt1WUgziM5Md9oh5WvTMpt1g { top:49.125rem;left:17.4375rem;width:12.9375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMxLrQl2zv0gzplrGwPC48wNK6phkrfv { top:49.4375rem;left:32.25rem;width:1rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6hRCaaNA7xRWqV7Iko1xEBGF8egu4I0 { top:45.5625rem;left:17.4375rem;width:30.3125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAMsTyvcdZp0GBXWpqya7HhBEHIS3E7S { width:7.5625rem;height:1.375rem;top:47.0625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwIVvuF30QoFhxgeBSc3TvVPCuTdyUMs { display:block; }
 }@media only screen and (max-width: 763px) { #JMwXaD35weuShFWR6Jd2SQHCCLda0Q9k { top:47.4375rem;left:40.1875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToAb1Jo1inhweLrkefMu617mtVt48cSp { top:43.0625rem;left:14rem;width:33.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0aVvtR0FzAQJeiJeqJwUyy4myC2WsQT { top:45.9375rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAhldZSQl7cLJuslTkzqevUqlSTExsAG { top:49.5625rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRvrfFclryQhrlC9JTdw1xoNS6kk3pTS { top:10.6875rem;left:23.875rem;width:0.0625rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGZGOthTFgDAXJywSb2LQRbOf5zeyCxe { width:18.75rem;height:3.125rem;top:55.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsctnXHES8iLTHRDNhFAJ2LC8kinMBVT { display:block; }
 }@media only screen and (max-width: 763px) { #NSqC4Cyn3XqapFTharHMx8rLnrv6QxzB { width:18.75rem;height:3.125rem;top:55.25rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTRkWaZiC6k1gFBMHwDt68NzvUt5XixJ { display:block; }
 }@media only screen and (max-width: 763px) { #pUmGnErXI0vqkT2DZJn65lbEgdEABtyD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD { display:flex;height:auto;width:27.8125rem;top:61.25rem;left:17.4375rem; }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pUmGnErXI0vqkT2DZJn65lbEgdEABtyD #ThJmuBMrrhTSICkPgfCNFAMcc6hq52uT {  }
 }@media only screen and (max-width: 763px) { #pUmGnErXI0vqkT2DZJn65lbEgdEABtyD #WOgMOAPTmnG6BoAWUT1r4HnD4P6ThyB1 {  }
 }@media only screen and (max-width: 763px) { #pUmGnErXI0vqkT2DZJn65lbEgdEABtyD #lWdbfgZ2lOIf8D9qZycNQsvIkzwPOVV3 {  }
 }@media only screen and (max-width: 763px) { #pUmGnErXI0vqkT2DZJn65lbEgdEABtyD #DlV78eOTqyTpRtwf7GCLI68ab43hMz8d {  }
 }@media only screen and (max-width: 763px) { #pUmGnErXI0vqkT2DZJn65lbEgdEABtyD #TMGc6kWpIc8JC0PAGQbkrvldd8Evnw7a {  }
 }@media only screen and (max-width: 763px) { #t5JxLlwnkv5nPCa7Em6LFKechTwJReNo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo { display:flex;height:auto;width:27.8125rem;top:61.25rem;left:17.4375rem; }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #t5JxLlwnkv5nPCa7Em6LFKechTwJReNo #obNaVTQVgXwk4XaGdx5E7ciN0HhpvJ2u {  }
 }@media only screen and (max-width: 763px) { #t5JxLlwnkv5nPCa7Em6LFKechTwJReNo #wcIur6uXV3Kv2GxevqmiCFdALZEZxkX3 {  }
 }@media only screen and (max-width: 763px) { #t5JxLlwnkv5nPCa7Em6LFKechTwJReNo #yKL7dhiHRupwSOrIIiNtTF61VTxbivzu {  }
 }@media only screen and (max-width: 763px) { #t5JxLlwnkv5nPCa7Em6LFKechTwJReNo #HK4fKHzctzbg4J1FHnyzfMxxVBQ9BGS1 {  }
 }@media only screen and (max-width: 763px) { #t5JxLlwnkv5nPCa7Em6LFKechTwJReNo #TnGm7ap0ormPtV1y5t8ZJMQEcKSZEuGQ {  }
 }@media only screen and (max-width: 763px) { #Cc8kaeWAntn0WxkIcDqgsf9istq0nEtT { top:4.625rem;left:0rem;width:31.1875rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXavgOpVRzOxLq63MTHmUPbtPdq35BPV { top:4.625rem;left:16.5625rem;width:31.1875rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLgRTb8bnGWW7lXMNyW2nEnrL8s2Iip1 { top:49.125rem;left:33.3125rem;width:14.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwQwoMwSyPaawwIOfs1GFqr5iW5OOqu0 { top:47.75rem;left:9.0625rem;width:14.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKRqpBlA3eT6Pp5TzCXQEAPqIvGQN45X { display:block; }#EKRqpBlA3eT6Pp5TzCXQEAPqIvGQN45X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulUV4A3f85vuuEg89vXzy3Vbb3gSSrN7 { top:3.375rem;left:1.3125rem;width:14.5625rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ77eGuvGlty40zL5w3XXFGeiWUJDSBh { top:3.3125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LINTCzMQiVLPkaBtec8E3Wfq8Te1cdow { top:3.375rem;left:17.1875rem;width:14.5625rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFN5tppI9XCCtszJyGQGXfMc8uuFLPTW { top:3.375rem;left:33.0625rem;width:14.5625rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZO34sqRxcHAIn4G6Er0bZ7eE9VXqVUB { top:3.3125rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeSt4Ppb9JG8TXpMEnKrE31XC4cmpEV6 { top:3.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1UEmuyu6VyFkewl4Qh7nhius8ybEhxC { top:5.25rem;left:44.1875rem;width:1.25rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuMwEo4142JxE8vc8AmSgMNtUDw0GvJ7 { top:5.25rem;left:26.0625rem;width:1.25rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdD4WiFuU959JOikOgTTTsnt38nUpKSd { top:5.25rem;left:9.75rem;width:1.25rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flBt9TO9dukisSxna5souFGpxyn3ArLd { top:1.0625rem;left:0rem;width:23.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNV0hO3VyDeOsuC5DEVKMSmWlw6RT8AH { top:1.0625rem;left:8.375rem;width:23.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCCRZailmqndChKpQEnrx9PJ22fx7ISC { top:1.0625rem;left:24.25rem;width:23.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlnriyNOTGcK300MeVqf8vtTmSilVxMC { width:25rem;height:9.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPepXVqCM6PpcqcASdGFdGeGDMC2rHOu { display:block; }
 }@media only screen and (max-width: 763px) { #ZiLSWdwXpZlaohVu5MDTHRRMICSxKdqJ { width:25rem;height:9.6875rem;top:0rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4WnEpXGITdpMHVociAcW1FbLT8IwpuT { display:block; }
 }@media only screen and (max-width: 763px) { #TkZcLw0W2LbaZ65pgfW4zsiL21SbCykp { width:25rem;height:9.6875rem;top:0rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyrJCaqh5NaHnnyCnCwU6OkFlN4ewJZG { display:block; }
 }@media only screen and (max-width: 763px) { #dV80H7Hm5d43xlxcGkeyVqMmBSzyaSBe { top:4.9375rem;left:11.125rem;width:1.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6VP7mHoSIUB3uRFOi5aIosbfBwEpsMS { top:4.9375rem;left:27.5rem;width:0.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos { display:block; }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBPmdvt3V3ZWTGdfSvtqr1O7e9DEnXSw { top:8.5rem;left:19.625rem;width:28.125rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLyJi4kM2TOooKAv1cAxKiV2o25JnlOA { top:6.75rem;left:19.625rem;width:28.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzq73lfLp3xBJyUkDGu1A9NR6ePi7LBI { top:6.6875rem;left:0rem;width:32.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlGkMQh4lEJzdMfCG66wSw9heCi2DPZ8 { top:8.5rem;left:0rem;width:32.5625rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxMqt27gTBmfdBxarUHmvapIc0Z5bmcG { top:1.6875rem;left:3.6875rem;width:38.5625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNSdZKe4eTZFPa9uZlh5t5S4dcwKxrat { top:2.25rem;left:42rem;width:1.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBW6rHw2NdKl5aOQCdnLVwrh3VQ5SL5P { top:6.9375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbARixRctD7MhVPVCISzTeQh02QilPwR { top:7rem;left:28.4375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsaSnxUq3OmhA86KHeabcgxNx0hJbuaM { display:block; }#SsaSnxUq3OmhA86KHeabcgxNx0hJbuaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6rNqT7XED1p0w36RTB8fqfM7KtIbaQc { top:1.6875rem;left:8.8125rem;width:28.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9uwAt6OsQ7SX4qJLzacEyIogXwosLhW { top:7.5625rem;left:0rem;width:8.0625rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScldamChf9GnL3sxnpffbxk2t2I5XNHK { top:11.625rem;left:0rem;width:14.5rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRTl2emlnqPOxw4sLXdPUDP5dKGKIkrH { top:6.8125rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGlpNmezrkBCI3ocGPoPchXADgHEilCi { top:11.625rem;left:6.25rem;width:18.1875rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeConFQNn9gRbUkQPsHLUXo8imk2t48b { top:7.5625rem;left:11.375rem;width:13.5rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqJW0i7nifcQIXahoPwpWFihyQmVqgaW { top:6.8125rem;left:6.25rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWAn1kUNRnvPECwIWBJwKK2iVRAfF06g { top:11.625rem;left:27.3125rem;width:14.125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVtT08wPCHJ7o36uIGmiGhvPJvwwOqn8 { top:7.5625rem;left:32.9375rem;width:11.1875rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7i1MdJUHxtubpP9qoV3qniNVDJd9UGz { top:6.75rem;left:27.3125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL2dOctpgws1plxxWGNCDeKTwAtGhFA0 { top:11.625rem;left:33.625rem;width:14.125rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVU6HlKehhBLBrPq9TwHlkmJ611NgXPQ { top:6.8125rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTlBKIHdRmiJur9SfOTltE6UWkK1Suqi { top:7.5625rem;left:39.375rem;width:8.375rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k59wqD6b165f2NbL41BGLk9Rv4ggNsOe { top:2.25rem;left:36.6875rem;width:1.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5891iuXx8SpBADPRTRVaVXxGPZqNqaU { top:1.6875rem;left:37.9375rem;width:1.0625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6PkFF6OtPIpw7fO3bE9UOilDy4xkuhp { display:block; }#z6PkFF6OtPIpw7fO3bE9UOilDy4xkuhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXPBwocTLQeaoQgmOzvLDd83O6KgyS25 { top:12.3125rem;left:31.5rem;width:16.25rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZHHGMe9i2XNu41yc2okbTWdiLCSzlh0 { top:12.3125rem;left:25.1875rem;width:16.25rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbKPsdPNFQyRE9ihQT7TcOIvZ9P0DTCI { top:12.3125rem;left:6.6875rem;width:16.25rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrJTJbVaOLCbMtCFJaTBme46iannBpbg { top:9.0625rem;left:6.6875rem;width:16.25rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpqc5edfwGhT7XFpCTGl83ZZvwofHU4G { top:9.0625rem;left:26.03125rem;width:14.5625rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isWkvRcpeVI3hCHKRonPEBCLm3uGLpsw { top:9.0625rem;left:31.5rem;width:16.25rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfxJT8JJFJwaSUs4o2DiQhIdAdo0iUKg { top:9.0625rem;left:0rem;width:16.25rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSKrNEDa6HS5LbkpECCIGRerQ7pwAOMG { top:12.3125rem;left:0rem;width:16.25rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TedDrawPumTFJU9I9hucmaRicIJzsI5v { top:1.6875rem;left:7.25rem;width:31.625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPnBcLLTdonwqP4ExSWTzHQTftcQh7co { top:7.3125rem;left:0rem;width:16.875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz7V5yTFoBQ6BKMFcDR2Gc1qVy1oaFsb { top:7.4375rem;left:6.3125rem;width:16.875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAMHVvRhlgETIHe7t2Ch3M8v4LftyTrk { top:7.4375rem;left:24.8125rem;width:16.875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Iz2ABLgzkQPnl0LsRqmnT2UqJTTnmN { top:7.3125rem;left:30.75rem;width:16.875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtWTxFXzAtee3VpNP6rS4J4fmlCKb6cv { top:2.25rem;left:38.1875rem;width:1.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzzuH1UfkNvkJPe5qtP8CZWdxFDpA3zJ { top:1.6875rem;left:39.4375rem;width:1.0625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCCM0qqDhKveOVd5AeQLELFRaeCy4nNi { top:4.4375rem;left:3.5625rem;width:40.625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx { display:block; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcmuNhGAcmC7DCCgH4MynnXQ98OoMNoW { top:2.5rem;left:0rem;width:22.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbQ7IfGuJvOO7lB0ialfmMN87POmKFXq { top:2.5rem;left:0rem;width:29.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q725TraodTP5otRmq6pGAbVsvsvzKH1k { background-color:#f2f6f9;background-image:none;display:block; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { background-color: transparent; background-image: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container > .video-iframe-container { display: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row > .video-iframe-container { display: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .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); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDfKvEiwM0hE7KxHxDzM9zBPirglPha2 { width:19.875rem;height:3.875rem;top:16.7412109375rem;left:0.1845703125rem;font-size:3.25rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F8DfP0e9MFDkTlhWchu1mlRxFehX5PzP { width:9.875rem;height:3.25rem;top:14.2685546875rem;left:5.0625rem;font-size:2.75rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dwlIw8ucEncvCLtO8Fzo0GAUScTP453V { width:6.1875rem;height:4.125rem;top:0rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4d56fd, #030527);background-image: -moz-linear-gradient(180deg, #4d56fd, #030527);background-image: -ms-linear-gradient(180deg, #4d56fd, #030527);background-image: -o-linear-gradient(180deg, #4d56fd, #030527);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d56fd', endColorstr='#030527' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d56fd', endColorstr='#030527' );";background-image: linear-gradient(180deg, #4d56fd, #030527);background-size:auto !important;display:block; }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .row .container { background-color: transparent; background-image: none; }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .row .container > .video-iframe-container { display: none; }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .row > .video-iframe-container { display: none; }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .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); }#D6tFMDz4Q02UO4FFTR7ZWu2TPAdK4dQb > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpkwodk3y0xAMigXcHxHQ7Zkrp6oO0gR { width:20rem;height:10.7854375rem;top:2.7614593505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPFzr90QIXo7KrzCnghRLI68ZlZSuLeU { width:20rem;height:4.5375rem;top:14.780208587646rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;z-index:15024;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GnSoPDQDDrWFd9hPAaKCCOIM6pFmzyPs { width:20rem;height:4.05rem;top:22.842708587646rem;left:-0.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15024;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yNPgnWhitl5ByLgqyllVhkpfPr1Vlwq4 { width:17.8125rem;height:2.875rem;top:27.948959350586rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV0q8cnBMmtXrEsql350yKsBfc5FI3Bm { display:block; }
 }@media only screen and (max-width: 763px) { #k47NByMAZCd6d3ZQN8yTzMV55p8ehXnU { width:20rem;height:1.9375rem;top:20.198959350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHCUJuwmzTntqDxBpsGIwBDbfnC1NPxV { width:20rem;height:8.4375rem;top:33.254165649414rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFQZx6f2LuFvL7cJk2royUeDoKedVSEa { display:block; }#KFQZx6f2LuFvL7cJk2royUeDoKedVSEa > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6S3xmBH4NXVSnwsWK5OP7vvHWgmwzFf { width:16.875rem;height:2.4375rem;top:14.337501525879rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #E2fkMkyZaNekcSd8QRdEUnlME9inmCdr { width:16.875rem;height:2.4375rem;top:8.7125015258787rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #sQNGw1G78FtI6keUJN8lrR39QmlAoKOI { width:16.875rem;height:2.4375rem;top:3.0875015258789rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TFE8NwMCxANEqZT8f87DhaLhBocyKVn3 { display:flex;width:1.875rem;height:1.875rem;top:0.96250152587888rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Nd236cJJ1yTQ0R2vxplzB4RerBD9evaB { display:flex;width:1.875rem;height:1.875rem;top:6.4625015258787rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #EFJXNZ0NTCSvUOkJOll3vRPJZH1Xer9x { display:flex;width:1.875rem;height:1.875rem;top:12.087501525879rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #KUq00zM1aKLox15hJKO8MTbrT54EPLMk { display:block; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vH4J4bk80QNolUWyLXC71BrRC8RDPoV6 { width:19.9375rem;height:2.1rem;top:0.87187480926512rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zykJRJw2DpMGoZ82ytnTZS9ZfDpqKVwG { width:17.75rem;height:1.3125rem;top:3.6593742370606rem;left:0.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FDZtPbmQ8eHMqiRpFUhZEXGsT2GivMk9 { width:18.0625rem;height:3.65625rem;top:6.5343742370606rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O7QoUgn6VGDC5dAict7HlIZuQK2qX3fR { display:flex;width:0.9375rem;height:0.9375rem;top:6.9093757629394rem;left:0.0052108764648438rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #U8QofeFpEs4nZBEp4OliI1J2QgvCZDRc { display:flex;width:0.9375rem;height:0.9375rem;top:11.3125rem;left:0rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #TZGEz7d3THKn2ci3HK1p90eI4IsSOEav { display:flex;width:0.9375rem;height:0.9375rem;top:15.875rem;left:0rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #lrni5kO36dKOiynwaFbCtKIkW4vtXqyE { display:flex;width:0.9375rem;height:0.9375rem;top:21.4375rem;left:0rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #NrZ1nwkqGwEhRyJMHbTZeMre2S4V5ZqZ { display:flex;width:0.9375rem;height:0.9375rem;top:25.875rem;left:0rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #Qfc1t7AIckVgqh3af4VE7lWf9pck4E43 { width:20rem;height:0.0625rem;top:5.6593757629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVQ93bITBhTProhvkbfkdvJtc4ffwUo1 { width:18.0625rem;height:3.65625rem;top:11.0625rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nCmTKKhpU5DHzo7yVwurs3xhbAOKWgIv { width:18.0625rem;height:4.875rem;top:15.5rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v1Z8oRiVqpRZMQw7dP5RMl8q2sdzw4Ar { width:18.0625rem;height:3.65625rem;top:21.125rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Qvs5v6SnJTEwgMQQC228qugLAD5WmQPh { width:18.0625rem;height:3.65625rem;top:25.5625rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Fno2LGimpAEKaIehZibl1dct5seJ9ypg { width:0.875rem;height:0.6875rem;top:3.9718742370606rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC0cF4uw3oWxrDQlKdRkuq9AUyxTB4iG { width:1.0625rem;height:1.3125rem;top:3.6593751907349rem;left:18.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fCrGsktovsKLpBvu4PS3MdFwCeeZTGM4 { display:block; }#fCrGsktovsKLpBvu4PS3MdFwCeeZTGM4 > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqCfFPPOGofCLEdfKTcDxpEgSnWK9BtZ { width:19.9375rem;height:2.1rem;top:0.87187480926512rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cXk9mGz2nOZaZJLaZtImW0yOM82UXd74 { width:13.9375rem;height:0;top:8.659375190735rem;left:0.94270801544187rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #K3IgGugu649xuEq20F7ofxSAseTw1wc0 { width:18.0625rem;height:1.05rem;top:9.534375190735rem;left:0.90625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pUTO9LlJIH56GG1kfkgRd54Iu15pwOmN { display:flex;width:0.75rem;height:0.75rem;top:13.659375190735rem;left:0.94270801544187rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #dusTP2zTbJf33oX3Zxmh868AmEuFWNeg { width:17.8125rem;height:0.0625rem;top:11.409375190735rem;left:0.94270801544187rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSPCHyaLUKkcgLFzJ12ge6EBxCKRRzX { width:20rem;height:12.5625rem;top:7.284375190735rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgVGA5SPndk7seJxA5aIT2uL04SUs92I { width:20rem;height:16.6875rem;top:23.461456298828rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #o6Df9w5KvuDbZI1vFkq2FATNG06yVXXu { width:20rem;height:16rem;top:43.763542175293rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6fZu1JObybum4XqJFLT9On6TozOi3MC { width:17.4375rem;height:1.05rem;top:11.971875190735rem;left:0.90625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WKDmpJW89twqhp3Z8rGehaputWgdLR2E { width:15.9375rem;height:2.1rem;top:13.346875190735rem;left:2.2135419845581rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ITHipBFpvxVfsQq4PhBqkUlN9s8t9R5F { width:8.5rem;height:1.4rem;top:17.096874237061rem;left:0.96354198455813rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ll6AyX443cs7TEZPTwBaiAAxbCKWKTzU { width:9.25rem;height:2.0625rem;top:16.765625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBr9Lls1BzE1OWoBzrLAgr6SMLah8OlB { display:block; }
 }@media only screen and (max-width: 763px) { #dVgxyVToKon3BftR8b0mkuR6RzstWWim { width:9.0625rem;height:1.4rem;top:37.5rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Cf13OstQyZ4tAcniK0AkIlFKnubJRAL1 { width:9.25rem;height:2.0625rem;top:37.106250762939rem;left:10.317708015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #hugdCuDwGZXyesmdHv4JQAzlCHA3kTaT { display:block; }
 }@media only screen and (max-width: 763px) { #ItsCH6z20loC3KeBnCathgTQV5GexTT6 { width:17.4375rem;height:1.05rem;top:30.875rem;left:2.1885414123535rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xmkEl9S2xshbKmgrDOONZ20awmpbgsi9 { width:17.4375rem;height:1.05rem;top:29.4375rem;left:0.94270801544187rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AXbEKPlE3tMP9SPEpDaimGALT6rHp0XT { width:17.8125rem;height:0.0625rem;top:28.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcvJlEHFeNTGx2gveoZtlenKqw7d7pyN { width:16.5625rem;height:2.1rem;top:26.0625rem;left:0.94270801544187rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #InC6zGfDHGiA3sQAfIGw3SPxpv8lcuSy { display:flex;width:0.75rem;height:0.75rem;top:31.0625rem;left:0.94270801544187rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #TEteoViAp1BbAWoi4up4SHomTPhdwfJd { width:16.125rem;height:0;top:25.190624237061rem;left:0.94270801544187rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NMKtKIr4RDIIBeUE3KZNJchWUODRC7rr { width:17.4375rem;height:1.05rem;top:32.1875rem;left:2.2135419845581rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Qem8v9HDOo2XABPe1E9ES9HwlmWR2UgJ { display:flex;width:0.75rem;height:0.75rem;top:32.375rem;left:0.94270801544187rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #zIbOGnH3QQk5nNyCLFrIRTiwd2TMeAQc { width:9.1875rem;height:1.4rem;top:57.153121948243rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gxs5wTPTAfxFmTJOZO721GTkIECGkr2A { width:9.25rem;height:2.0625rem;top:56.821876525879rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppue5SeuV0eE5diLE736HAXpReTpBb3P { display:block; }
 }@media only screen and (max-width: 763px) { #F9ygOJtcHiQmFQ4wmQVJVI3KSuBzg5tE { width:17.4375rem;height:1.05rem;top:51.515625rem;left:2.1885414123535rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TBzVrDbWq67QhKqrg8TmNdnvDvoH9EF8 { width:17.4375rem;height:1.05rem;top:50.290626525879rem;left:2.1885414123535rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ySJN9Wl1ANLST7rtzXGnIqwhFNFC8WS7 { width:17.4375rem;height:1.05rem;top:48.865623474121rem;left:0.94270801544187rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w6ZKQTmTIfIqK67mI8JC5yMZFFnIRp0g { width:17.8125rem;height:0.0625rem;top:48.178123474121rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiZcum714tzlNJTPCyavyiTcSSbDxfM3 { width:17.8125rem;height:1.05rem;top:46.25rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GNgqlAsghfdBhGVLzgJv81Uw2FlMaxnK { display:flex;width:0.75rem;height:0.75rem;top:50.478126525879rem;left:0.94270801544187rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #PRRyL7APBivGCqetKhUgmtF5Hk3Qgemq { display:flex;width:0.75rem;height:0.75rem;top:51.765625rem;left:0.94270801544187rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #Nbr4R8JQR5EkcpQPegyIwv61XS7qNrkT { width:16.125rem;height:0;top:45.5rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #h2S7IQEoQQXPgKQlUUkCiiTQr6Xl83bO { width:11.0625rem;height:1.9375rem;top:21.565624237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFhJfbf02gyWTJRnQGdrbsVKDN8RUCdP { width:10.4375rem;height:1.225rem;top:21.872917175293rem;left:0.88020801544187rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rzn4RZT8CepuGfOHuGAUymKB1cwqOKpf { width:20rem;height:12.5625rem;top:7.315625190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXgHRf13QUNP35EZPH39hv93wPXzcPF { display:block; }
 }@media only screen and (max-width: 763px) { #Z279HUsS6QvqEwtwOEmpy82CWKCuCRu5 { width:20rem;height:16.6875rem;top:23.523956298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5t3WVMJ2VyRS3eTxiawHTCISmud3uAA { display:block; }
 }@media only screen and (max-width: 763px) { #ALmNK4GykAbOXrFfTy8LpZ2OQFbT0tlf { width:20rem;height:16rem;top:43.820831298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRaVHQJcwDPkFih6QPTBHvkIT5vlf1tf { display:block; }
 }@media only screen and (max-width: 763px) { #D7dLMi0wTRWOQ8nTWZn6Tya4hMbLlFMP { width:20rem;height:2.625rem;top:3.263542175293rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EdW6G00Ue8u18XtM8O0N54pMfv3RG4uZ { width:17.4375rem;height:1.05rem;top:33.726043701172rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aEh2EkFQ9Kd4LakOOe5sJ14voVuqmOSX { width:18.5625rem;height:1.05rem;top:53.213539123535rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rN4WEpMP8Ic89WMJDpUm8EVluruKiLHc { width:11.875rem;height:1.9375rem;top:41.820831298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADAScg72Crtw3iza6mngg0b2TNbUGzTb { width:10rem;height:1.225rem;top:42.138538360596rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hpztH33AQGGKBeOeIim03DIJBFM5UD47 { display:block; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCCi2VNH9pfTCALWtT5qLu8co1rDqigV { width:20rem;height:9.50625rem;top:26.643749237061rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P2ZDGqKvuatV9D5uz4IfQhwFXQnHHGVC { width:16.125rem;height:0;top:18.367706298828rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #pH4ci7DGIVIpvIwzmAxTpUSc4om9Vayt { width:20rem;height:0.0625rem;top:19.555206298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9qJKuGq7UaKDUcfnRfAnhIBXWZwcLDW { width:20rem;height:1.1375rem;top:20.299999237061rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qmodDLpyC6MCZMT7eKdAMAz9dXLhhiFh { width:18.375rem;height:3.9rem;top:22rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yVP3kFcPtZWGicSDg52fST4gBB4ZTXiT { width:20rem;height:3.16875rem;top:36.842708587646rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TzCi9dwsMHgl8aSB1aV4QXceKGEGPmeW { width:10.5625rem;height:16.0625rem;top:0.8125rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbINdxSLxfplg8i9hz7pRmxL8S1SiceG { width:20rem;height:3.16875rem;top:40.4875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef .accordion-heading-text { font-size:1rem;height:auto;line-height:1.3;overflow:hidden;text-align:left;text-align-last:left; }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef { display:flex;height:auto;width:20rem;top:43.8125rem;left:0rem; }
#dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef #NDNyAnvPM4dkothh0aEK69IccA7nNMtG {  }
 }@media only screen and (max-width: 763px) { #dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef #LiD3cxylOudII0UTRDdvQhfOVecHQeg1 {  }
 }@media only screen and (max-width: 763px) { #dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef #ohJgJC1dFlPxDqH2QN3uJaB2VPMX45Av {  }
 }@media only screen and (max-width: 763px) { #dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef #g8A6GmeszxHfLvXZw8sTDbL6ELAJLNSb {  }
 }@media only screen and (max-width: 763px) { #dXFvlApfVfVm9ohMJinlPZAS8Nwyf6Ef #z4JSSixerzhX4cW5fNvrhqhnsqUlH7rJ {  }
 }@media only screen and (max-width: 763px) { #wUkezePyEOwiobv4dJCATdlac9RXfguL { display:block; }#wUkezePyEOwiobv4dJCATdlac9RXfguL > .row .container { width:20rem;height:79.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahwWaElGwuxgWthIcSpeeuxzzyhbomrL { width:20rem;height:2.6rem;top:1.330207824707rem;left:0rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DnDvkAG3BXTDe2ZoEMJ9DH3Tfppk8FAv { width:20rem;height:3.16875rem;top:4.3052062988281rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MsO9LXvzrpDexwLEslo08bhwcovkyK3D { width:20rem;height:16.8125rem;top:8.2677078247069rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#MsO9LXvzrpDexwLEslo08bhwcovkyK3D li:before{  }
 }@media only screen and (max-width: 763px) { #OS7FgMASwtp5z3pbU4rVobPkqE5M1F87 { width:20rem;height:1.3rem;top:27.517707824707rem;left:0rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LivKHB2diMUZfRqrTye1dhmlGTMegGAT { width:20rem;height:17.95625rem;top:29.380210876465rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TyXNPHQqqAiAVgnxtAqu9gNhxt2ZlT9r { width:20rem;height:1.3rem;top:49.580215454101rem;left:0rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SRiJLxoHbxGUHhgIXZKW1KHNXQEZcApL { width:20rem;height:1.05625rem;top:51.186462402344rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fU65vP8iG8zzKHoAgRiBICsoZ1Ug1OZO { width:20rem;height:10.9625rem;top:52.680206298828rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#fU65vP8iG8zzKHoAgRiBICsoZ1Ug1OZO li:before{  }
 }@media only screen and (max-width: 763px) { #OlSwsboRV9ypbkp2ZTTGzSpIVvSSEb6V { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcBsPPd5CxJISrdaUhapln5LK3J0hDJp { width:20rem;height:0.0625rem;top:26.398956298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT4e7gwaQTG688CJk9UiIG2BW395mzez { width:20rem;height:0.0625rem;top:48.461456298828rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #FxzCB0A49cnmZ5yMs6g9e4Q9qya6ci04 { width:20rem;height:0.0625rem;top:68.1875rem;left:0rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #s3M0OAcrJyUX6sBRXheRq4AchTAhxCeU { width:20rem;height:9.50625rem;top:66.1427154541rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7Abin6okd365FBQblTGGx0HTQ7hdti .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti .accordion-heading-text { font-size:0.8125rem;height:auto;line-height:1.3;overflow:hidden;text-align:left;text-align-last:left; }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti { display:flex;height:auto;width:19.4375rem;top:76.0177154541rem;left:0.5625rem; }
#Gp7Abin6okd365FBQblTGGx0HTQ7hdti .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Gp7Abin6okd365FBQblTGGx0HTQ7hdti #GeRvmeqLd8htdMROILt3Sk6UKRhCscCk {  }
 }@media only screen and (max-width: 763px) { #Gp7Abin6okd365FBQblTGGx0HTQ7hdti #JZ8kO1emZyvfCG7HeobTy0AiFOgtkkxX {  }
 }@media only screen and (max-width: 763px) { #Gp7Abin6okd365FBQblTGGx0HTQ7hdti #KUNsFvfltxLzmMu5kmAuLFsZT4WUwfdv {  }
 }@media only screen and (max-width: 763px) { #Gp7Abin6okd365FBQblTGGx0HTQ7hdti #emxs9VLLrVHfJP9ePKQlCvwN4aSBvgDn {  }
 }@media only screen and (max-width: 763px) { #Gp7Abin6okd365FBQblTGGx0HTQ7hdti #SJAmiaxIgJOHQ6E93fnBDIqCm7RarOR8 {  }
 }@media only screen and (max-width: 763px) { #R2RGaK6ISMMNn9Tr1sN4UTocLR2UZ5dT { width:16.875rem;height:1.05625rem;top:64.773956298825rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EFDIu5DuTtTdeczlzr3wTHcArTJMtZWh { display:block; }#EFDIu5DuTtTdeczlzr3wTHcArTJMtZWh > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SppRzpKhTBaVaPL4x47VPpDuU8G8QCWO { width:17.5rem;height:2.8125rem;top:1.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP3itp03NVKONeeIscuithP0h3ffPx09 { display:block; }
 }@media only screen and (max-width: 763px) { #z1KIPPz3B36FbC0H5PhHcmABHta8mzJ9 { display:block; }#z1KIPPz3B36FbC0H5PhHcmABHta8mzJ9 > .row .container { width:20rem;height:108.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTFxaUXz0f5ARByyD1V9SlGObuU3dmvO { width:16.125rem;height:0;top:18.367706298828rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #hCXok8eLdPyhwx0WIPQPBoaGNTpqSLdZ { width:20rem;height:0.0625rem;top:19.555206298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLBbhCyDWiCNPOubnVa6oyl8GIDpgcOL { width:20rem;height:1.1375rem;top:20.299999237061rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yiLpFsHCsUgpmoseX7UPVtJtz3Zmr3Ea { width:18.375rem;height:2.6rem;top:21.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tgLylvaKIVMuDypRHeOlZJ7AG1L5nB0q { width:20rem;height:7.39375rem;top:24.931259155274rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b7N1dTXsJTQW8zfcNxTZBH54wV8a4PKf { width:18.4375rem;height:1.95rem;top:43.037498474121rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vv7q0Mazx6yPsCVT7TTLxWhh1KxyvcGa { width:18.4375rem;height:1.21875rem;top:40.287506103516rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wzzfPpD7QcEQF842mpuuTZlG9kpgNMuU { width:18.4375rem;height:2.4375rem;top:34.962493896484rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DRZtJ8BvoN91Re4D6O7scTiJErL5RnA6 { width:7.8125rem;height:1.8125rem;top:37.537506103516rem;left:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QclGXu4vX4nXCIiB6HTyca6ln8krEvsv { display:block; }
 }@media only screen and (max-width: 763px) { #KzO9nnHW9X79rgbMHFDbW2XDn85X1nGn { display:flex;width:0.8125rem;height:0.8125rem;top:38.162506103516rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #QouU7erQH8g2WLALwqiggirRzQHzqu5Z { width:20rem;height:1.1375rem;top:33.137496948243rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bW48T0SRCThA1W9I6ctL2iaFPgnQDwGK { width:1rem;height:0.8125rem;top:40.412506103516rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXDmIfIHyVlQ63iNn9Pni1PTm3zXqRNB { display:flex;width:0.75rem;height:0.75rem;top:35.21249961853rem;left:0rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #Lx5oPcKGyn5gUuA6Kt7qvlU5RCEppIHH { display:flex;width:0.75rem;height:0.75rem;top:40.56875038147rem;left:0rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #nJwc3TnySxKa8iTqXaWkuN8eB9SNzIoC { width:20rem;height:0.0625rem;top:73.2926940918rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ZwJMv94ZswisZVcW0bzfS5ucPg2JVV { width:16.125rem;height:0;top:72.080200195312rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #wLWNcqnx0rBeiVvmH9BBesLkGyspweRt { width:20rem;height:6.3375rem;top:79.231262207031rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EbxTmcdeMcylGBeJnDCQFt0GpRTL3PwS { width:18.375rem;height:2.6rem;top:76.024993896488rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BKvMBgGJuItATxHM2brcSKdvVWfVoETV { width:20rem;height:1.1375rem;top:74.387512207031rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eUoOLfsH58ROdsIC0OWbzTJVCnpT9dTX { width:18.4375rem;height:2.925rem;top:95.987503051756rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wz2BKIhKOt1WUgziM5Md9oh5WvTMpt1g { width:18.4375rem;height:1.21875rem;top:93.174987792969rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GMxLrQl2zv0gzplrGwPC48wNK6phkrfv { width:1rem;height:0.8125rem;top:93.3125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6hRCaaNA7xRWqV7Iko1xEBGF8egu4I0 { width:18.4375rem;height:2.4375rem;top:88.112487792969rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JAMsTyvcdZp0GBXWpqya7HhBEHIS3E7S { width:7.5625rem;height:1.375rem;top:90.674987792969rem;left:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lwIVvuF30QoFhxgeBSc3TvVPCuTdyUMs { display:block; }
 }@media only screen and (max-width: 763px) { #JMwXaD35weuShFWR6Jd2SQHCCLda0Q9k { display:flex;width:0.8125rem;height:0.8125rem;top:91.112487792969rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #ToAb1Jo1inhweLrkefMu617mtVt48cSp { width:20rem;height:1.1375rem;top:86.225006103512rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k0aVvtR0FzAQJeiJeqJwUyy4myC2WsQT { display:flex;width:0.75rem;height:0.75rem;top:88.5625rem;left:0rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #uAhldZSQl7cLJuslTkzqevUqlSTExsAG { display:flex;width:0.75rem;height:0.75rem;top:93.5rem;left:0rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #qRvrfFclryQhrlC9JTdw1xoNS6kk3pTS { width:0.0625rem;height:37.5rem;top:10.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGZGOthTFgDAXJywSb2LQRbOf5zeyCxe { width:17.5rem;height:2.8125rem;top:46.125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsctnXHES8iLTHRDNhFAJ2LC8kinMBVT { display:block; }
 }@media only screen and (max-width: 763px) { #NSqC4Cyn3XqapFTharHMx8rLnrv6QxzB { width:17.5rem;height:2.8125rem;top:100.55000305176rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTRkWaZiC6k1gFBMHwDt68NzvUt5XixJ { display:block; }
 }@media only screen and (max-width: 763px) { #pUmGnErXI0vqkT2DZJn65lbEgdEABtyD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD .accordion-heading-text { font-size:1rem;height:auto; }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD { display:flex;height:auto;width:19.4375rem;top:103.36250305176rem;left:0.625rem; }
#pUmGnErXI0vqkT2DZJn65lbEgdEABtyD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pUmGnErXI0vqkT2DZJn65lbEgdEABtyD #ThJmuBMrrhTSICkPgfCNFAMcc6hq52uT {  }
 }@media only screen and (max-width: 763px) { #pUmGnErXI0vqkT2DZJn65lbEgdEABtyD #WOgMOAPTmnG6BoAWUT1r4HnD4P6ThyB1 {  }
 }@media only screen and (max-width: 763px) { #pUmGnErXI0vqkT2DZJn65lbEgdEABtyD #lWdbfgZ2lOIf8D9qZycNQsvIkzwPOVV3 {  }
 }@media only screen and (max-width: 763px) { #pUmGnErXI0vqkT2DZJn65lbEgdEABtyD #DlV78eOTqyTpRtwf7GCLI68ab43hMz8d {  }
 }@media only screen and (max-width: 763px) { #pUmGnErXI0vqkT2DZJn65lbEgdEABtyD #TMGc6kWpIc8JC0PAGQbkrvldd8Evnw7a {  }
 }@media only screen and (max-width: 763px) { #t5JxLlwnkv5nPCa7Em6LFKechTwJReNo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo .accordion-heading-text { font-size:1rem;height:auto; }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo { display:flex;height:auto;width:19.4375rem;top:48.9375rem;left:0.5625rem; }
#t5JxLlwnkv5nPCa7Em6LFKechTwJReNo .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #t5JxLlwnkv5nPCa7Em6LFKechTwJReNo #obNaVTQVgXwk4XaGdx5E7ciN0HhpvJ2u {  }
 }@media only screen and (max-width: 763px) { #t5JxLlwnkv5nPCa7Em6LFKechTwJReNo #wcIur6uXV3Kv2GxevqmiCFdALZEZxkX3 {  }
 }@media only screen and (max-width: 763px) { #t5JxLlwnkv5nPCa7Em6LFKechTwJReNo #yKL7dhiHRupwSOrIIiNtTF61VTxbivzu {  }
 }@media only screen and (max-width: 763px) { #t5JxLlwnkv5nPCa7Em6LFKechTwJReNo #HK4fKHzctzbg4J1FHnyzfMxxVBQ9BGS1 {  }
 }@media only screen and (max-width: 763px) { #t5JxLlwnkv5nPCa7Em6LFKechTwJReNo #TnGm7ap0ormPtV1y5t8ZJMQEcKSZEuGQ {  }
 }@media only screen and (max-width: 763px) { #Cc8kaeWAntn0WxkIcDqgsf9istq0nEtT { width:20rem;height:16.913827655311rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXavgOpVRzOxLq63MTHmUPbtPdq35BPV { width:20rem;height:16.913827655311rem;top:54.951065551758rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLgRTb8bnGWW7lXMNyW2nEnrL8s2Iip1 { width:14.4375rem;height:1.21875rem;top:94.393749237062rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CwQwoMwSyPaawwIOfs1GFqr5iW5OOqu0 { width:14.8125rem;height:1.21875rem;top:41.50625038147rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EKRqpBlA3eT6Pp5TzCXQEAPqIvGQN45X { display:none; }#EKRqpBlA3eT6Pp5TzCXQEAPqIvGQN45X > .row .container { width:20rem;height:16.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ulUV4A3f85vuuEg89vXzy3Vbb3gSSrN7 { width:9.375rem;height:2.6rem;top:1.7625122070312rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kZ77eGuvGlty40zL5w3XXFGeiWUJDSBh { display:flex;width:2.5rem;height:2.5rem;top:6.9125061035156rem;left:2.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #LINTCzMQiVLPkaBtec8E3Wfq8Te1cdow { width:12.4375rem;height:2.6rem;top:6.8624877929688rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TFN5tppI9XCCtszJyGQGXfMc8uuFLPTW { width:12.3125rem;height:2.6rem;top:11.8125rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HZO34sqRxcHAIn4G6Er0bZ7eE9VXqVUB { display:flex;width:2.5rem;height:2.5rem;top:11.887512207031rem;left:2.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #JeSt4Ppb9JG8TXpMEnKrE31XC4cmpEV6 { display:flex;width:2.5rem;height:2.5rem;top:1.8125rem;left:2.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #a1UEmuyu6VyFkewl4Qh7nhius8ybEhxC { width:1rem;height:0.75rem;top:13.4375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuMwEo4142JxE8vc8AmSgMNtUDw0GvJ7 { width:1rem;height:0.75rem;top:8.5125122070312rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdD4WiFuU959JOikOgTTTsnt38nUpKSd { width:1.0625rem;height:0.75rem;top:3.3812561035156rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flBt9TO9dukisSxna5souFGpxyn3ArLd { width:16.25rem;height:4.1875rem;top:0.84375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNV0hO3VyDeOsuC5DEVKMSmWlw6RT8AH { width:16.25rem;height:4.1875rem;top:6.0062503814697rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCCRZailmqndChKpQEnrx9PJ22fx7ISC { width:16.25rem;height:4.1875rem;top:11.162498474121rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlnriyNOTGcK300MeVqf8vtTmSilVxMC { width:20rem;height:4.3125rem;top:0.85000610351562rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #TPepXVqCM6PpcqcASdGFdGeGDMC2rHOu { display:block; }
 }@media only screen and (max-width: 763px) { #ZiLSWdwXpZlaohVu5MDTHRRMICSxKdqJ { width:20rem;height:4.3125rem;top:5.9750061035156rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #U4WnEpXGITdpMHVociAcW1FbLT8IwpuT { display:block; }
 }@media only screen and (max-width: 763px) { #TkZcLw0W2LbaZ65pgfW4zsiL21SbCykp { width:20rem;height:4.3125rem;top:11.162506103516rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #DyrJCaqh5NaHnnyCnCwU6OkFlN4ewJZG { display:block; }
 }@media only screen and (max-width: 763px) { #dV80H7Hm5d43xlxcGkeyVqMmBSzyaSBe { width:1.125rem;height:1.3rem;top:3.0375061035156rem;left:11.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m6VP7mHoSIUB3uRFOi5aIosbfBwEpsMS { width:0.875rem;height:1.3rem;top:8.1625061035156rem;left:12.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos { background-color:transparent;background-image: -webkit-linear-gradient(52deg, #ffffff, #b3e7ff);background-image: -moz-linear-gradient(52deg, #ffffff, #b3e7ff);background-image: -ms-linear-gradient(52deg, #ffffff, #b3e7ff);background-image: -o-linear-gradient(52deg, #ffffff, #b3e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3e7ff' );";background-image: linear-gradient(52deg, #ffffff, #b3e7ff);background-size:auto !important;display:block; }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .row .container { background-color: transparent; background-image: none; }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .row .container > .video-iframe-container { display: none; }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .row > .video-iframe-container { display: none; }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .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); }#G9gIbGrdH5q9wO1Hi6AxkKCQbXaqVQos > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBPmdvt3V3ZWTGdfSvtqr1O7e9DEnXSw { width:15.6875rem;height:7.9625rem;top:20.25rem;left:4.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZLyJi4kM2TOooKAv1cAxKiV2o25JnlOA { width:15.6875rem;height:2.6rem;top:17.3125rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pzq73lfLp3xBJyUkDGu1A9NR6ePi7LBI { width:15.6875rem;height:2.6rem;top:5.0875015258789rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AlGkMQh4lEJzdMfCG66wSw9heCi2DPZ8 { width:15.6875rem;height:7.9625rem;top:7.8499984741213rem;left:4.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zxMqt27gTBmfdBxarUHmvapIc0Z5bmcG { width:15.375rem;height:2.6rem;top:1.3125rem;left:2.3125rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNSdZKe4eTZFPa9uZlh5t5S4dcwKxrat { width:1.0625rem;height:0.875rem;top:2.8125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBW6rHw2NdKl5aOQCdnLVwrh3VQ5SL5P { display:flex;width:3.125rem;height:3.125rem;top:5.5749969482422rem;left:0rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #XbARixRctD7MhVPVCISzTeQh02QilPwR { display:flex;width:3.125rem;height:3.125rem;top:17.5rem;left:0rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #SsaSnxUq3OmhA86KHeabcgxNx0hJbuaM { display:block; }#SsaSnxUq3OmhA86KHeabcgxNx0hJbuaM > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6rNqT7XED1p0w36RTB8fqfM7KtIbaQc { width:15.0625rem;height:1.3rem;top:1.3125rem;left:2.1875rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P9uwAt6OsQ7SX4qJLzacEyIogXwosLhW { width:9.625rem;height:1.3rem;top:3.8187503814698rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ScldamChf9GnL3sxnpffbxk2t2I5XNHK { width:15.6875rem;height:4.55rem;top:5.2374992370606rem;left:4.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hRTl2emlnqPOxw4sLXdPUDP5dKGKIkrH { display:flex;width:3.125rem;height:3.125rem;top:3.7999992370606rem;left:0rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #nGlpNmezrkBCI3ocGPoPchXADgHEilCi { width:15.6875rem;height:6.825rem;top:13.6875rem;left:4.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZeConFQNn9gRbUkQPsHLUXo8imk2t48b { width:13.5rem;height:2.6rem;top:10.737499237061rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yqJW0i7nifcQIXahoPwpWFihyQmVqgaW { display:flex;width:3.125rem;height:3.125rem;top:10.787498474121rem;left:0rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #IWAn1kUNRnvPECwIWBJwKK2iVRAfF06g { width:15.6875rem;height:3.4125rem;top:24.137500762939rem;left:4.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pVtT08wPCHJ7o36uIGmiGhvPJvwwOqn8 { width:15.6875rem;height:2.6rem;top:21.27499961853rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T7i1MdJUHxtubpP9qoV3qniNVDJd9UGz { display:flex;width:3.125rem;height:3.125rem;top:21.262500762939rem;left:0rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #gL2dOctpgws1plxxWGNCDeKTwAtGhFA0 { width:15.6875rem;height:3.4125rem;top:29.974998474121rem;left:4.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PVU6HlKehhBLBrPq9TwHlkmJ611NgXPQ { display:flex;width:3.125rem;height:3.125rem;top:28.450000762939rem;left:0rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #wTlBKIHdRmiJur9SfOTltE6UWkK1Suqi { width:14.25rem;height:1.3rem;top:28.424999237061rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k59wqD6b165f2NbL41BGLk9Rv4ggNsOe { width:1.0625rem;height:0.875rem;top:1.5249938964844rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5891iuXx8SpBADPRTRVaVXxGPZqNqaU { width:1.0625rem;height:1.3rem;top:1.3249969482422rem;left:18.1875rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z6PkFF6OtPIpw7fO3bE9UOilDy4xkuhp { display:block; }#z6PkFF6OtPIpw7fO3bE9UOilDy4xkuhp > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXPBwocTLQeaoQgmOzvLDd83O6KgyS25 { width:14.125rem;height:4.55rem;top:37.537506103516rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mZHHGMe9i2XNu41yc2okbTWdiLCSzlh0 { width:14.125rem;height:3.4125rem;top:28.0625rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VbKPsdPNFQyRE9ihQT7TcOIvZ9P0DTCI { width:16.125rem;height:3.4125rem;top:19.837493896484rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qrJTJbVaOLCbMtCFJaTBme46iannBpbg { width:13.5rem;height:2.6rem;top:16.837493896484rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Bpqc5edfwGhT7XFpCTGl83ZZvwofHU4G { width:16.25rem;height:1.3rem;top:26.137496948243rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #isWkvRcpeVI3hCHKRonPEBCLm3uGLpsw { width:14.8125rem;height:2.6rem;top:34.375rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GfxJT8JJFJwaSUs4o2DiQhIdAdo0iUKg { width:15.8125rem;height:2.6rem;top:6.5500030517575rem;left:2.09375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JSKrNEDa6HS5LbkpECCIGRerQ7pwAOMG { width:14.5rem;height:4.55rem;top:9.5749969482425rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TedDrawPumTFJU9I9hucmaRicIJzsI5v { width:17.125rem;height:1.3rem;top:0.9375rem;left:0.75rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sPnBcLLTdonwqP4ExSWTzHQTftcQh7co { width:16.875rem;height:9rem;top:5.9624938964844rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz7V5yTFoBQ6BKMFcDR2Gc1qVy1oaFsb { width:16.875rem;height:8.3125rem;top:16.024993896484rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAMHVvRhlgETIHe7t2Ch3M8v4LftyTrk { width:16.875rem;height:7.125rem;top:25.399993896484rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Iz2ABLgzkQPnl0LsRqmnT2UqJTTnmN { width:16.875rem;height:9.4375rem;top:33.649993896484rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtWTxFXzAtee3VpNP6rS4J4fmlCKb6cv { width:1.0625rem;height:0.875rem;top:1.1499938964844rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzzuH1UfkNvkJPe5qtP8CZWdxFDpA3zJ { width:1.0625rem;height:1.3rem;top:0.9375rem;left:18.5rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCCM0qqDhKveOVd5AeQLELFRaeCy4nNi { width:20rem;height:2.25rem;top:2.5874938964844rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx { display:block; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcmuNhGAcmC7DCCgH4MynnXQ98OoMNoW { width:20rem;height:1.13769375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbQ7IfGuJvOO7lB0ialfmMN87POmKFXq { width:20rem;height:2.275rem;top:3rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }