.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:236,234,254;--color-primary-1:107,44,247;--color-primary-2:102,45,209;--color-primary-3:84,37,176;--color-primary-4:35,16,74;--color-secondary-0:217,243,241;--color-secondary-1:128,214,210;--color-secondary-2:0,173,164;--color-secondary-3:0,87,82;--color-secondary-4:0,26,25;--color-tertiary-0:255,255,255;--color-tertiary-1:228,230,235;--color-tertiary-2:137,138,141;--color-tertiary-3:82,83,85;--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #013666, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #013666, rgba(0,0,0,0));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); }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .row .container { border-width: 0; border-radius: 0; }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:none; }#M4x21GicUGIxv6haa35b9pxkCDHi0CP5 { position:absolute;display:block;z-index:15011;background-color:#000c43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: 0.3125rem 0.3125rem 0.8125rem rgba(var(--color-tertiary-4),0.1) ;height:7.0625rem;width:24.375rem;top:1.3125rem;left:35.625rem;display:block; }
#ll2wpW8TgaCFm9UiCz3VC2AftXXVcZVu { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:2.061767578125rem;left:40.1875rem;height:1.78125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yftD0BLapqlZ09tVH8iqkw31L0IVqKtO { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: 0.3125rem 0.3125rem 0.8125rem rgba(var(--color-tertiary-4),0.1) ;height:5rem;width:22.1875rem;top:4.125rem;left:37.8125rem;display:block; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.4575rem;padding-right:0.436875rem;padding-bottom:0.4575rem;padding-left:0.436875rem;display:block;align-items:center;width:2.618125rem;min-width:2.618125rem;height:2.454375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.826875rem;font-weight:700;line-height:39.27px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.285625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.490625rem;height:0.85rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.685625rem;font-weight:700;line-height:13.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.9375rem;height:4.505rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.18701171875rem;left:39.749267578125rem;z-index:15018; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #DQa0Ohz25XdaCpBeLAzQRdzmrBUPchG2 { display:flex;position:relative;top:0rem;left:0rem; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #F1x0H58LXb5eMwXOIP2DbivMJ8AHAS9g { width:auto; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #EnfCSyt0XukZLHfedOhKO8Q0L7SWw7zh {  }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #zS9gWNTdu4272uBWgvd956uHxypSUh4o { display:flex;position:relative;top:0rem;left:0rem; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #l5grt8L6lrz2XDDTl01L5HwmtcumghPM {  }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #FAH8h1XSPcw95qeJioRnxTJAmwXEFOzV {  }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #AyR4zkRQMF0mRNGsrPnnWK7M3K25E8k1 { display:flex;position:relative;top:0rem;left:0rem; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #f57os0ZCWi5FIauX4DC220otTx2miyNJ {  }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #UsrT3BEkcoSZZrVVSbHKrBVbwm3T8ZCs {  }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #vpyvbHL9TwpCQ2KA2ufnUeabahFmUR7J { display:flex;position:relative;top:0rem;left:0rem; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #PmlDIlOul49hDnpIwfQ9uElq5WtAsry3 {  }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #Khyvbb2RGG7NiK7mz4mMOxItUHDR1g56 {  }
#mJIagTcqizAtVaJW3dL1EZ2AW3kRes7z { color:#013666;display:block;width:21.3125rem;position:absolute;font-family:"dax extrabold";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.51708984375rem;left:0rem;height:5.69921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fU53Zqs3AoP31mxTZxdl7xaqHWAuWszT { color:#013666;display:block;width:12.06175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:3.348388671875rem;left:21.873779296875rem;height:3.9169875rem;text-align:center;text-align-last:center;display:block; }
#WKyq3L9RqznKihFi0TI4ucuIfX9Iweh1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(287deg, #000000, #013666);background-image: -moz-linear-gradient(287deg, #000000, #013666);background-image: -ms-linear-gradient(287deg, #000000, #013666);background-image: -o-linear-gradient(287deg, #000000, #013666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );";background-image: linear-gradient(287deg, #000000, #013666);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:none; }#WKyq3L9RqznKihFi0TI4ucuIfX9Iweh1 > .row .container { border-width: 0; border-radius: 0; }#WKyq3L9RqznKihFi0TI4ucuIfX9Iweh1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WKyq3L9RqznKihFi0TI4ucuIfX9Iweh1 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:none; }#AoTrACpvvyvDdAczI9oI4XeqEs4tRgva { background-color:#ff5800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8748125rem;height:2.56185rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.0625rem;left:35.059677124024rem;display:block; }
#AseEl0lhIKCtTV0BGioNyyQRyNbsMMqO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eJThTVKZLgfccULg05ozQAchCJOttURW { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:3.0674915313721rem;left:3.115234375rem;height:4.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { border-width: 0; border-radius: 0; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;overflow:visible;position:relative;display:none; }#WgiMiWlBftuIpMg7JZJWComk5EUFt48c { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.8974609375rem;left:3.2177734375rem;display:block; }
#G9MMeyhxeRh8KgQALB5DT6MyJARrhMLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:17.585693359375rem;left:3.2177734375rem;height:4.7953125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.875rem;top:2.816162109375rem;left:26.5625rem;overflow:hidden;display:block; }
#awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:"dax medium";font-size:2.25rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:8.248291015625rem;left:3.2177734375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qmLW0dPN8bs6tRhgXXqM5TMeoCxOaMST { position:absolute;display:block;z-index:15055;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:25.874rem;width:25.81175rem;top:6.873779296875rem;left:30.638427734375rem;overflow:hidden;display:block; }
#G0mhafWBr4wXrTclXSJ4c16PBh23v631 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(287deg, #14b8a6, #0b041a);background-image: -moz-linear-gradient(287deg, #14b8a6, #0b041a);background-image: -ms-linear-gradient(287deg, #14b8a6, #0b041a);background-image: -o-linear-gradient(287deg, #14b8a6, #0b041a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );";background-image: linear-gradient(287deg, #14b8a6, #0b041a);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:none; }#G0mhafWBr4wXrTclXSJ4c16PBh23v631 > .row .container { border-width: 0; border-radius: 0; }#G0mhafWBr4wXrTclXSJ4c16PBh23v631 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0mhafWBr4wXrTclXSJ4c16PBh23v631 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:none; }#e7va7PghKlGu2G3fTwVp80eowqbaEZ3q { color:#ffffff;display:block;width:18.811875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:1.625rem;left:41.25rem;height:3.29765625rem;text-align:left;text-align-last:left;display:block; }
#fmyNqE2Qas4ki4frTcPhekSUJQooDck4 { background-color:#c52d2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.3125rem 0.5rem 1.25rem rgba(0,0,0,0.25) ;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.6868476867676rem;left:41.375rem;display:block; }
#ArxXWBmcWNIarsFuel9Vpoqu1MTkt1QR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XThV4ltcPXpci4SAdoX03FGOTzlTE1PT { color:#ffe74c;display:block;width:16.497625rem;position:absolute;font-family:dax;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:3.2718734741211rem;left:7.1859359741213rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#scqHo95dJ8iNyInLT4OmlHpKeCxgzrd7 { position:absolute;display:block;z-index:15006;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:10.3125rem;width:11.3125rem;top:-0.064453125rem;left:28.788362817859rem;overflow:hidden;display:block; }
#XxFpUuxfdDTHziEuTlmlAAr4UOIQm5zm { position:absolute;display:block;z-index:15007;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:9.874125rem;width:6.06228125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#thN96kELawqw5w2AoopJZ7348VEUKc7q { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .row .container { background-color: transparent; background-image: none; }#thN96kELawqw5w2AoopJZ7348VEUKc7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .row .container > .video-iframe-container { display: none; }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .row > .video-iframe-container { display: none; }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .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); }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .row .container { border-width: 0; border-radius: 0; }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:60rem;overflow:visible;position:relative;display:block; }#NawFpKclsETTT6VvMR2rnZHE5DCKo5Ck { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1236875rem;height:3.1239125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.5625rem;left:5.5625rem;display:block; }
#gIwCryZtUtEHa8TCcGf4aPxySMT23ewD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f08V7SI2NaFMAt7pdTBLqzWFqEvnnZHx { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.2476125rem;width:6.8728125rem;top:3.6935768127441rem;left:26.5625rem;overflow:hidden;display:block; }
#Tfnq7hpKS5UvyClKRQeX4u3cABOBxCPe { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3748125rem;position:absolute;font-family:"dax medium";font-size:3rem;font-weight:normal;z-index:14998;line-height:1;letter-spacing:0;top:10.75rem;left:5.5625rem;height:6.0004375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cr7RriKJlUZb2BUxSEmB3hCnVK3Qri11 { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.499375rem;width:19.4998125rem;top:6.9390192031863rem;left:34.786239624024rem;overflow:hidden;display:block; }
#xF8ga8oTWETKntwo4U3uM0XOiNNLca9N { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:17.625rem;left:5.5625rem;height:3.5612rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .row .container { border-width: 0; border-radius: 0; }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:none; }#Z2Xb5cBX4XrW3fJhXmTWdkVhLRi6dL5a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:13.81103515625rem;left:22.685546875rem; }
#yWgDbzoMqs7w7u0ZJnt0OWLNu2H6yuDM { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:12.061767578125rem;left:20.999755859375rem;display:block; }
#dC227JZFOF9VsCp2TuKoEN1melt70kDA { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:18.560791015625rem;left:22.249755859375rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gaSVKci6WxMs1xbQkcOXebmxJqtnfyOu { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.061767578125rem;left:22.31201171875rem;height:1.2984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yTLZ9ubTVkrMX8dG7yo82BOLFpRzlzSi { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15053;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.436279296875rem;left:22.310791015625rem;display:block; }
#sVThXhqLzpDL91u05Wi4O5mDzKzMQz1W { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:12.061767578125rem;left:40.5615234375rem;display:block; }
#LAH16g3eXC8pPl8fyU8hANC4dxgg6uN8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:18.560791015625rem;left:41.8115234375rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zRPoFrasz6pZBTboom6oLHD1JmP0BKQz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:17.061767578125rem;left:41.875rem;height:1.2984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f3TTgOx21tsJ4CAxkaahHqLyuzTXbscO { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.436279296875rem;left:41.749267578125rem;display:block; }
#pfuAx4pNQbz3qxhHHmai1NNMCPhc1SLD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:13.81103515625rem;left:42.1240234375rem; }
#TAhmXBJeMHiRxneRZEaUT7ZdhnsnAOxM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:13.81103515625rem;left:2.8125rem; }
#rGeDGX9NoIUau10IRtWpQh0CQM8oGFOZ { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:12.061767578125rem;left:1.37451171875rem;display:block; }
#bL5CSw8Vfg7CZbcCxSneOwBKx8AfaOHC { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:18.560791015625rem;left:2.498779296875rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UgscMvmJ74L8q9d5ooCx6T44KTQqBANX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:17.061767578125rem;left:2.56103515625rem;height:1.2984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m44BPIIxFcmOhFB0bBBBadpClbTkhsJq { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15057;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.436279296875rem;left:2.498779296875rem;display:block; }
#h4qZUoi5hwZ3vhrkmTbbTiKvC645iHS1 { color:#334155;display:block;width:43.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:8.685791015625rem;left:8.15673828125rem;height:1.5984375rem;text-align:center;text-align-last:center;display:block; }
#flIvmASTDNgdVRkk2qbkw1wWtLdWT4Oi { color:#411596;display:block;width:29.56175rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.935791015625rem;left:15.15478515625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z46B3qeIot81ZBmiMIta9Z350RS9CQ4w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#z46B3qeIot81ZBmiMIta9Z350RS9CQ4w > .row .container { background-color: transparent; background-image: none; }#z46B3qeIot81ZBmiMIta9Z350RS9CQ4w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z46B3qeIot81ZBmiMIta9Z350RS9CQ4w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z46B3qeIot81ZBmiMIta9Z350RS9CQ4w > .row .container > .video-iframe-container { display: none; }#z46B3qeIot81ZBmiMIta9Z350RS9CQ4w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z46B3qeIot81ZBmiMIta9Z350RS9CQ4w > .row > .video-iframe-container { display: none; }#z46B3qeIot81ZBmiMIta9Z350RS9CQ4w > .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); }#z46B3qeIot81ZBmiMIta9Z350RS9CQ4w > .row .container { border-width: 0; border-radius: 0; }#z46B3qeIot81ZBmiMIta9Z350RS9CQ4w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z46B3qeIot81ZBmiMIta9Z350RS9CQ4w > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#e7XBcql1SDxrOtIGXN7GnwlEp64INpp3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62421875rem;width:1.62421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:11.9375rem;left:12.75rem; }
#CO3AxPqMrUnTes20NqiAWbqZEQy10AX7 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:10.1875rem;left:30.8125rem;display:block; }
#ikPGQAT9b10GdQ203SW9JVtnLsoZ4OOO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:16.6875rem;left:32.0625rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vE67ypoflDb5uDCPLL4JNTHRvlGUJmu0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:15.1875rem;left:32.125rem;height:1.2984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ECur3vwMqqT9SicwhpDo5k6biwC3Tsw5 { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15053;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.5625rem;left:32.125rem;display:block; }
#yS70pqRRBd9fitsKB56Fh0lgAGB0MokX { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:21.4375rem;left:11.1875rem;display:block; }
#M82FTMNQmdnPUNg3PZtkuNSE54pazLhV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:27.9375rem;left:12.4375rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pV5TOZT2T73iAlIFyB05DkGZPQWp01X3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:26.4375rem;left:12.5625rem;height:1.2984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m2nGK9fSrx0IpyIxsUc2uOi7fgTNzO4h { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:rgba(var(--color-primary-0),1);background-image:none;top:22.8125rem;left:12.375rem;display:block; }
#L2bMgcimaN1iOtUcHQXmM4gMknbHiEFp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62421875rem;width:1.62421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:11.9375rem;left:32.5rem; }
#iXfLh8Wm8SnGmm1mzo6hZ4qyCZc2LqHz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62421875rem;width:1.62421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:23.1875rem;left:12.75rem; }
#WnbQwtGB7Us97BbtQ0O1oVk7lACDc600 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:10.1875rem;left:11.1875rem;display:block; }
#wqFhwH0gwUdcti37t8Q5Fn2PhzTrZ9F1 { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:16.6875rem;left:12.375rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oNtNA36Kah9KgJ4XiOxNQkRkBD5X7vBO { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:15.1875rem;left:12.375rem;height:1.2984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pKwJMa7ukTsVzTtZNtHK0XlGTb8HnVq8 { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15057;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.5625rem;left:12.375rem;display:block; }
#AcNIG7TZfxz8iGdqg6HWw61nzmxb2mL0 { color:#411596;display:block;width:31.6875rem;position:absolute;font-family:"dax medium";font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2453117370606rem;left:14.15625rem;height:5.85069375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LOLrHhuvsfI91dueqEqwvIHR1zxHTIZk { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.1241875rem;width:17.9366875rem;top:21.4375rem;left:30.8125rem;display:block; }
#NyhlDnucyps2EMoTc8btRPasNHpHmX5l { box-sizing:content-box;height:2.37421875rem;width:2.37421875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15063;background-color:rgba(var(--color-primary-0),1);background-image:none;top:22.8125rem;left:32.125rem;display:block; }
#dBnw9izRigSERp1acTBg69c0SRU8n9lh { color:rgba(var(--color-tertiary-0),1);display:block;width:14.874625rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:26.4375rem;left:32.0625rem;height:1.2984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fN4FB0d4L0zKO4RDWFuKn14z0FkowHq8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.624625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:27.9375rem;left:32.0625rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f5QCiRLUGWMwVQLdvr8VuJyqffTmwI4l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.56210625rem;width:1.56210625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:23.1875rem;left:32.5625rem; }
#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { background-color:#6b2cf7;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { border-width: 0; border-radius: 0; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;overflow:visible;position:relative;display:none; }#mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:3.187255859375rem;left:10.90576171875rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p75qt5BAatZSrHn33CdUTXBsM3TusKGq { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.81225rem;width:41.12425rem;top:11.35986328125rem;left:9.43603515625rem;display:block; }
#qJ5Xr8UJN8Jkt6u5i4GdSTpRqzvRhKiO { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:20.5616875rem;height:3.43710625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.637105941772rem;left:19.717967987061rem;display:block; }
#gbQGxz1MEoDf3cX2Go1DXbIwyfVSUNLS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pmWfHrogLsg4cf4BPXP1xHLVzHicdu1L { background-color:#6b2cf7;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#pmWfHrogLsg4cf4BPXP1xHLVzHicdu1L > .row .container { background-color: transparent; background-image: none; }#pmWfHrogLsg4cf4BPXP1xHLVzHicdu1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmWfHrogLsg4cf4BPXP1xHLVzHicdu1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmWfHrogLsg4cf4BPXP1xHLVzHicdu1L > .row .container > .video-iframe-container { display: none; }#pmWfHrogLsg4cf4BPXP1xHLVzHicdu1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmWfHrogLsg4cf4BPXP1xHLVzHicdu1L > .row > .video-iframe-container { display: none; }#pmWfHrogLsg4cf4BPXP1xHLVzHicdu1L > .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); }#pmWfHrogLsg4cf4BPXP1xHLVzHicdu1L > .row .container { border-width: 0; border-radius: 0; }#pmWfHrogLsg4cf4BPXP1xHLVzHicdu1L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmWfHrogLsg4cf4BPXP1xHLVzHicdu1L > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;overflow:visible;position:relative;display:block; }#Rr0ZFy6fG1im9V8bfE16hgv4JDIwTxag { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:3.187255859375rem;left:10.90576171875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mPUPHnZTV2R7owXJBBo8OFnJX7TmU3nO { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:20.5605625rem;height:3.4359375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.947261810302rem;left:19.719139099121rem;display:block; }
#RKFiOhymikReMECylf2cn7Deqwkskyne { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2yT2WG7usMaUxBi3fhvWIk9k0sc6Mxq { position:absolute;display:block;z-index:15010;height:26.874625rem;width:48rem;top:9.75rem;left:6rem;display:block; }
#karS4HEV9Fo6pWEX7DOLgDKGdpLXnEtw { background-color:#6b2cf7;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#karS4HEV9Fo6pWEX7DOLgDKGdpLXnEtw > .row .container { border-width: 0; border-radius: 0; }#karS4HEV9Fo6pWEX7DOLgDKGdpLXnEtw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#karS4HEV9Fo6pWEX7DOLgDKGdpLXnEtw > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;overflow:visible;position:relative;display:none; }#Stkf6SqA2JaisV6nE2vzR2Ja92VR4ykQ { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:3.187255859375rem;left:10.90576171875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O8dw9EPfeN93fbLluTrIvmwUf1zca6l5 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:20.5605625rem;height:3.4359375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.947261810302rem;left:19.719139099121rem;display:block; }
#EfmitUl33DQp2BaBSS5793sTwhthDuVt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmF3Obza7DdhnEWR8JnVPrK9WJX7gdq8 { position:absolute;display:block;z-index:15010;height:26.874625rem;width:48rem;top:9.75rem;left:6rem;display:block; }
#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz { background-color:#411596;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .row .container { background-color: transparent; background-image: none; }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .row .container > .video-iframe-container { display: none; }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .row > .video-iframe-container { display: none; }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .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); }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .row .container { border-width: 0; border-radius: 0; }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;overflow:visible;position:relative;display:block; }#JcU42csD9m7OHMlGQIBrWQipWCuJxIiR { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1855625rem;position:absolute;font-family:"dax medium";font-size:2.125rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:2.935546875rem;left:10.905467987061rem;height:5.52300625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RxD3fff2dzSTB7vCk4gD6lagp2wfntxk { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.125rem;width:3.125rem;top:12.75rem;left:7.0625rem;display:block; }
#S2sP3rFsmzUAFlrvZXQIdtMQgGhvSFhS { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:13rem;left:10.75rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xf4kAT7boM1KOuhIqq1maJW5t0TZMOzZ { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.125rem;width:3.125rem;top:12.75rem;left:31.8125rem;display:block; }
#nfdcSxA5WnTMugEqf5FK4t70kTF0TMOO { color:#ffffff;display:block;width:16.0616875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:13.0625rem;left:35.6875rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fu1TmFKC0axr9TD32m6iJgBISZBR57xu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93710625rem;width:1.93710625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:13.341796875rem;left:7.6535148620606rem; }
#SscEvTryHB7wCmasX7LGudTfnN5ROZbq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93710625rem;width:1.93710625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:19.1875rem;left:7.6875rem; }
#ookFUGU6FFU1EMmEOwU6wcB46H3Qqo7B { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.125rem;width:3.125rem;top:18.625rem;left:7.0625rem;display:block; }
#kKLJHSWPL6uJtzGhwtXhmv09tRK78uqt { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.125rem;width:3.125rem;top:18.5625rem;left:31.9375rem;display:block; }
#ESvRT7et1HmS7cQrLTF1SoebPs6FkNak { color:#ffffff;display:block;width:17.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:18.625rem;left:35.625rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GHGq9280VpQKnfS0rTpnnmDNRWiwQ2TN { color:#ffffff;display:block;width:16.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:18.875rem;left:10.75rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yZLl4C2PU32QVsKL8ATbuGl7ixV8z7nJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9359375rem;width:1.9359375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:19.18710899353rem;left:32.405857086182rem; }
#xHoHF6olQ55PeNzkwb6eIdypBTawPvru { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93710625rem;width:1.93710625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:13.3125rem;left:32.4375rem; }
#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi { background-color:#6b2cf7;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .row .container { background-color: transparent; background-image: none; }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .row .container > .video-iframe-container { display: none; }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .row > .video-iframe-container { display: none; }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .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); }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .row .container { border-width: 0; border-radius: 0; }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#nsrHRxM4pg9hhnRS33gWUqZ0g7AcPBl9 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.6875rem;position:absolute;font-family:"dax medium";font-size:2.125rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:3.1792945861816rem;left:6.65625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e3RGboQVURSpF6MlK1HzhII9qA9gJ4he { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:34.6875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.005862236023rem;left:12.65625rem;display:block; }
#wvnNfBGePpWrpDnDoqhT9SJtyAzJTORr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p7TXVQSPfueUTZoSfGCRRLVeNNZnfVhi { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3116875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:9.6738166809081rem;left:11.842967987061rem;height:1.5984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GdqHfHsaq65ZJ6D1WUf13liuVrfDCT11 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:11.1866875rem;width:19.9991875rem;top:16.625rem;left:6.625rem;display:block; }
#UfGonRXynyX9sTpUb6WWFO9hVDqR2TeH { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:11.1855625rem;width:19.9980625rem;top:16.625rem;left:33.375rem;display:block; }
#ciJeMM59fEpv5oB4Zm9d0TwBxbIQWKL8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:14.578125rem;left:12.528514862061rem;height:1.5984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#azNKPM8PW0DLCy63aufzuWFTXmdxFIsJ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:14.578125rem;left:38.403514862061rem;height:1.5984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { border-width: 0; border-radius: 0; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:60rem;position:relative;display:none; }#D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { color:#334155;display:block;width:43.62425rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.170166015625rem;left:8.49853515625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:37.5rem;top:10.75rem;left:11.1875rem;display:block; }
#ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.3125rem;left:13.5rem; }
#NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { color:#334155;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.312255859375rem;left:17.6240234375rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { color:#280166;display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.9375rem;left:33.0625rem;height:1.4875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:37.5rem;top:14.3125rem;left:11.125rem;display:block; }
#v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { color:#334155;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:14.874267578125rem;left:17.6875rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.875rem;left:13.5625rem; }
#gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:37.5rem;top:17.9375rem;left:11.125rem;display:block; }
#NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { color:#334155;display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:18.499755859375rem;left:17.6875rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:18.5rem;left:13.5625rem; }
#sMiKuc2iZ4oEcH4W9nz6LZF0NESG4xna { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:37.5rem;top:25.375rem;left:11.0625rem;display:block; }
#Zuk5dqqDxecFz41iwiKSWINhRF8atpo0 { color:#334155;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:25.9375rem;left:17.6240234375rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L9CUZXIB9azTfgmOOeX8dHT9vGAugQHg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:25.9375rem;left:13.5rem; }
#S81obhbs7WtnQ4BMKxC6y2nuBFA4asxD { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:37.5rem;top:21.625rem;left:11.125rem;display:block; }
#cOitOUmwbcMsbkf5GUC6F7Lhlpo3Txzy { color:#334155;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:22.1875rem;left:17.6875rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aT1u7nmQgveH3ALqnyZuzFu5VmX5HeuZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:22.1875rem;left:13.5625rem; }
#FbQP0vHg8DDtfO5PTZuAU09GXuxESeWG { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8108125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.3115234375rem;left:20.030517578125rem;display:block; }
#pnvQKw5ZAKxJTQegeWSu62Hi4TQTtClU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SeyZ5kZOwAvoS71lMKiNCVNMWeSG6hgd { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.87475625rem;width:37.5625rem;top:29.125rem;left:11.0625rem;display:block; }
#oyX6aTK5DvONozL7SBK3iKfn8fAzU8sq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:29.6875rem;left:13.5rem; }
#kH3NNNMgsFHVee5HbE7AzZ5PRZsmO3Fc { color:#334155;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:29.6875rem;left:17.6240234375rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e6qAPbD2aBQNHe1la5JAUfXZtgMdeB9B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#e6qAPbD2aBQNHe1la5JAUfXZtgMdeB9B > .row .container { border-width: 0; border-radius: 0; }#e6qAPbD2aBQNHe1la5JAUfXZtgMdeB9B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6qAPbD2aBQNHe1la5JAUfXZtgMdeB9B > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:none; }#TCXTbR8ITVzlyf5RLNhOdtTchH0q0IUK { color:#334155;display:block;width:50.25rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6062498092651rem;left:4.810546875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sphkTUx9gNpZGX6CVfgFBQ1zOVskL4ii { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:18.8125rem;top:10.625rem;left:20.5625rem;display:block; }
#B9W8QRNuL0ncyIxtrxD1HInyndWg04MC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.1875rem;left:22.875rem; }
#Wmpa6SmmSNPeNOQQ8rVfqlHGZGUb37oD { color:#334155;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.1875rem;left:27rem;height:1.69921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kz5VL8m2I5FpdS9esxIB56L5ZXDl1AqE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#R67k4kofoJlyAi3cRJizyuB3bkI51yvN { color:#280166;display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.9375rem;left:33.0625rem;height:1.4875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FG4vxTbcoBPksgd04eRotLqaf1aTf0QK { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:18.8125rem;top:14.1875rem;left:20.5rem;display:block; }
#ETbaKq3FmWdbwn6lZm9OIP06Cw2QqErn { color:#334155;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:14.75rem;left:27.0625rem;height:1.69921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#weTg43nbJeTAnoPBUCsRn6asfeIBzV4v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.75rem;left:22.9375rem; }
#aviWOspZ2U8X3SA1kViBnc1pZDQBOFvq { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:18.8125rem;top:17.8125rem;left:20.5rem;display:block; }
#pb7MHkNktlnFWHI9dJOVsnUcECIVERXT { color:#334155;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:18.375rem;left:27.0625rem;height:1.69921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bzq5ACPHdo4oU083yA4bq1bgpkHomSwA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:18.375rem;left:22.9375rem; }
#FaBiVb1GEKRwFPcXrQsqFbn1IL1BrUDe { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:18.8125rem;top:21.5rem;left:20.5rem;display:block; }
#TDfTz0pTqK7avXFLb0nOIDc5tgKGzylS { color:#334155;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:22.0625rem;left:27.0625rem;height:1.69921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ds0huwssl1qfI9w4N7lLA0F3qq5hUIUk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:22.0625rem;left:22.9375rem; }
#DWN1J5RmgzGPwHlIAZfpb3AOyTW9LeDr { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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.6;overflow:hidden;position:absolute;width:27.1875rem;height:3.4359375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.119529724121rem;left:16.340621948243rem;display:block; }
#frIkUVJSd4QJ8TJcECoFTkSBwl8NMleH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pbAWu1v5EfduBawmOHZ5Osc85Ao0zPuB { color:#334155;display:block;width:43.6863125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:6.8214836120606rem;left:8.091796875rem;height:1.5984375rem;text-align:center;text-align-last:center;display:block; }
#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row .container { background-color: transparent; background-image: none; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row .container > .video-iframe-container { display: none; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row > .video-iframe-container { display: none; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .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); }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row .container { border-width: 0; border-radius: 0; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row .container { font-size:0.875rem;font-family:arial;height:67.1875rem;width:60rem;position:relative;display:block; }#xWdJNGVlxm6yon2EyqWlPQCF2r6okru8 { color:#334155;display:block;width:43.6230625rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:8.5rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#muVmTpmHbtQnlH8FbGGZhO9qTF7JzinC { color:#280166;display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.9375rem;left:33.0625rem;height:1.4875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JTwQ9oUnwTDUgiuOGR1A1s6lUnTP7AK9 { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:16.936875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:60.812501907349rem;left:21.527778625488rem;display:block; }
#Vct6GUzAwStvhP3l45p0uHuIpJHvWFlG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cOKAAiddRT3QRsPpudud9lqhzUddtmRI { position:absolute;display:block;z-index:15015;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:19.0625rem;width:19.4995rem;top:17.9375rem;left:36.3125rem;overflow:hidden;display:block; }
#QUER16Trp5chSVBdUGgtcrqi71FXqpIT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:19.5rem;top:9.1875rem;left:6.875rem;overflow:hidden;display:block; }
#kDeyoDn5muoPQrJvuBrJ36c5D0AkGs9A { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.124rem;width:21.5625rem;top:45.625rem;left:6.875rem;overflow:hidden;display:block; }
#kTJlTqVGLhOwS3Npp9wi7DJlGUIzXNcZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.37475rem;width:21.875rem;top:31rem;left:9.6875rem;overflow:hidden;display:block; }
#PZQUaolNhDBnX31nKLZiI6kVyWTQqLVT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:24.24925rem;top:36.5625rem;left:30.5625rem;overflow:hidden;display:block; }
#kGSkHDrF33N0mDLeozwW3yJHGhO0CJMQ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:19.5rem;top:8.625rem;left:26.0625rem;overflow:hidden;display:block; }
#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(30deg, #013666, #000000);background-image: -moz-linear-gradient(30deg, #013666, #000000);background-image: -ms-linear-gradient(30deg, #013666, #000000);background-image: -o-linear-gradient(30deg, #013666, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#000000' );";background-image: linear-gradient(30deg, #013666, #000000);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { border-width: 0; border-radius: 0; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:60rem;position:relative;display:none; }#Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:35.625rem;display:none; }
#vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { position:absolute;display:block;z-index:15055;height:36.6873125rem;width:52.5rem;top:9.4976263046262rem;left:3.75rem;display:block; }
#bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { color:#013666;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HvgrmbA8HJ3JLiCUZ35lS35ZFiT5ACDL { color:#ffffff;display:block;width:44.8123125rem;position:absolute;font-family:"dax medium";font-size:2.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4142799377441rem;left:7.5922317504881rem;height:5.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PNQKfCgT58p2iBC06pyifweRQb3S2bsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #013666);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #013666);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #013666);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #013666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#013666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#013666' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #013666);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row .container { background-color: transparent; background-image: none; }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row .container > .video-iframe-container { display: none; }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row > .video-iframe-container { display: none; }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .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); }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row .container { border-width: 0; border-radius: 0; }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:60rem;position:relative;display:block; }#HhIz48aW2SX81mMJDZhhTx8yZqNaNfT1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.75rem rgba(var(--color-tertiary-4),0.1) ;height:43.1875rem;width:60rem;top:3.656005859375rem;left:0rem;display:block; }
#oWieesIe3f6v0mugOF0kigJEuTfQ350t { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:35.625rem;display:none; }
#dSazlev2H7hcRXzZ1X9fORX2aVo6q3Ko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BVLmSR6eTGZgSwoneqZxfeiSs37EIxJe { position:absolute;display:block;z-index:15055;height:36.687rem;width:31.62475rem;top:6.904296875rem;left:24.466552734375rem;display:block; }
#nKrU9W4IwKtpkKAwoER9uLPCwzBlQvdA { color:#013666;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#J2RgIOcssfPZeHAMeVd4qWKyaS4s32iu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.81175rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:8.8427734375rem;left:4.15283203125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ssu1rT4mHoZKI60atFle5GxdDJmMSW26 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #013666);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #013666);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #013666);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #013666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#013666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#013666' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #013666);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ssu1rT4mHoZKI60atFle5GxdDJmMSW26 > .row .container { border-width: 0; border-radius: 0; }#Ssu1rT4mHoZKI60atFle5GxdDJmMSW26 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ssu1rT4mHoZKI60atFle5GxdDJmMSW26 > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:60rem;position:relative;display:none; }#UpPQIG80s7yieTKxHLsA7LR0xkNd8Mm8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.75rem rgba(var(--color-tertiary-4),0.1) ;height:43.1875rem;width:60rem;top:3.656005859375rem;left:0rem;display:block; }
#QHkL0mA09Xe7Kqg7XfXXRkhZX7DmOLUa { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:35.625rem;display:none; }
#MwLspLDmXXTTw0xbixLaF8Bf4aC0Ew9y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o1DS2aNuA05Q01JamGUy3ZlATo6vrgl0 { position:absolute;display:block;z-index:15055;height:36.6861875rem;width:31.624375rem;top:6.96831035614rem;left:25.965713500976rem;display:block; }
#L5UOKukzQNTi21RRh0iJZPg5Qbwo4vd6 { color:#013666;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ZxAbkWuhscrJ0vGV5MkchcVcWzgZxbVH { color:rgba(var(--color-tertiary-0),1);display:block;width:19.937125rem;position:absolute;font-family:dax;font-size:2.375rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:15.435960769653rem;left:2.373046875rem;height:11.6484375rem;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; }
#RVx0BidfSDL5l3h28WOsXec60XqFnwOo { color:rgba(var(--color-tertiary-0),1);display:block;width:19.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:29.998851776123rem;left:2.373046875rem;height:3.3234375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zl928the9Bmxc738xGoAiT94gK4adrfz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container { background-color: transparent; background-image: none; }#zl928the9Bmxc738xGoAiT94gK4adrfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container > .video-iframe-container { display: none; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row > .video-iframe-container { display: none; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .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); }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container { border-width: 0; border-radius: 0; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:block; }#ebkZ76kcDsy0GNahswshdaTIb5BWdEse { color:#411596;display:block;width:43.625rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.983642578125rem;left:8.56201171875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FvVRVkaNl0KynMy9Z2TFlMDQbmn2VWgy { color:#280166;display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.9375rem;left:33.0625rem;height:1.4875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#d2eaff;background-image:none;vertical-align:top; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .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; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-heading-text { display:block;position:relative;width:100%;font-family:dax;font-weight:700;font-size:1.125rem;color:#334155;height:auto; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#334155;height:auto;line-height:1.3;overflow:hidden; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .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; }#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-trigger.adaptive-delivery-prevent-bg, #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-trigger.lazyload, #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-trigger.lazyloading { background-image: none; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X { box-sizing:content-box;height:auto;width:57.374125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15015;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.860595703125rem;left:0.006103515625rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #oSbfTR4J26qMWRgTROz84UCrCOiB1L2b { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #D61sh2GKRNi5GnfumXas6SK6VW3yEQtl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #Ky0KTJRyMmIaKucoDg6JqfOOzDvyvk6l { display:block;position:relative; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EiZEw5VOMuGh7R26sJuRqyT24q0VkrI5 {  }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #MlPtM4yrwvby6wGGDtxDOGB8ikkmTbv0 {  }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #OGB53DtaX83B7bJzK5aO3UeWtOMXEHeX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #FiZvNbIHOav8s5zKrzKcX0EV67PQODFs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EqMTKew3RsfTJIwTO4uGhNsGa6yI7JTr { display:block;position:relative; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #yQpuUwr0QFGavq86kcOCRHweAb2iIIFH {  }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #voVTyx9lQPqpbFLRG1kHt92T7StHosSG { display:none; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ueGByeWx1lSsndq1lCX0Vm69kqZSQGvv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #SiCTUvTsk6TRuXoX1pMx8kNzwBpsraSn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TgBWxhfy9O043hscFE7LZpLEPDqoOgce { display:block;position:relative; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ll2yocRvvcFi399MVslzRFwkpRKkxcSa {  }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #tk3MBWB0aJthV9AgXAyDAaTUIllQ8rJr { display:none; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #WQCzPI64HS50oU5cvxI2B39WDHOAeLcD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #QonvDTHmfz1X4yWJ4OzbcVrvGmwlhdzI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TCVpz6SqKJ0eKauff8EnsNvIOfH1DV4v { display:block;position:relative; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TXSatMrubNpZvTVKHqVyIx37OzEvz6gw {  }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #hFRaUW4DLuxQ9wDbFT4FABy2fsclkCxc { display:none; }
#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;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; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { background-color: transparent; background-image: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container > .video-iframe-container { display: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container { display: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .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); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { border-width: 0; border-radius: 0; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { color:rgba(var(--color-tertiary-1),1);display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.109375rem;text-align:left;text-align-last:left;display:block; }
#Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.125rem;left:50.75rem;display:block; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:3.6875rem;left:51.25rem; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.0625rem;left:57.5rem;display:block; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:3.625rem;left:54.75rem; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3rem;left:54.125rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;top:3.5625rem;left:57.9375rem; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C { display:block; }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4x21GicUGIxv6haa35b9pxkCDHi0CP5 { width:24.375rem;height:7rem;top:1.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll2wpW8TgaCFm9UiCz3VC2AftXXVcZVu { width:17.1875rem;height:1.75rem;top:2rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yftD0BLapqlZ09tVH8iqkw31L0IVqKtO { width:22.125rem;height:4.9375rem;top:4.0625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf { display:flex;width:18rem;height:5.0625rem;top:0rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #DQa0Ohz25XdaCpBeLAzQRdzmrBUPchG2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #F1x0H58LXb5eMwXOIP2DbivMJ8AHAS9g {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #EnfCSyt0XukZLHfedOhKO8Q0L7SWw7zh {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #zS9gWNTdu4272uBWgvd956uHxypSUh4o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #l5grt8L6lrz2XDDTl01L5HwmtcumghPM {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #FAH8h1XSPcw95qeJioRnxTJAmwXEFOzV {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #AyR4zkRQMF0mRNGsrPnnWK7M3K25E8k1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #f57os0ZCWi5FIauX4DC220otTx2miyNJ {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #UsrT3BEkcoSZZrVVSbHKrBVbwm3T8ZCs {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #vpyvbHL9TwpCQ2KA2ufnUeabahFmUR7J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #PmlDIlOul49hDnpIwfQ9uElq5WtAsry3 {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #Khyvbb2RGG7NiK7mz4mMOxItUHDR1g56 {  }
 }@media only screen and (max-width: 763px) { #mJIagTcqizAtVaJW3dL1EZ2AW3kRes7z { top:2.5rem;left:0rem;width:21.3125rem;height:5.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU53Zqs3AoP31mxTZxdl7xaqHWAuWszT { top:3.3125rem;left:15.748779296875rem;width:12rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKyq3L9RqznKihFi0TI4ucuIfX9Iweh1 { display:block; }#WKyq3L9RqznKihFi0TI4ucuIfX9Iweh1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AoTrACpvvyvDdAczI9oI4XeqEs4tRgva { width:18.8125rem;height:2.5rem;top:4.0625rem;left:28.934677124024rem;display:block; }
 }@media only screen and (max-width: 763px) { #AseEl0lhIKCtTV0BGioNyyQRyNbsMMqO { display:block; }
 }@media only screen and (max-width: 763px) { #eJThTVKZLgfccULg05ozQAchCJOttURW { top:3.0625rem;left:0rem;width:23.75rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgiMiWlBftuIpMg7JZJWComk5EUFt48c { width:20.125rem;height:3.125rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9MMeyhxeRh8KgQALB5DT6MyJARrhMLA { display:block; }
 }@media only screen and (max-width: 763px) { #XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { width:20.3125rem;height:4.8125rem;top:17.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { top:2.8125rem;left:20.4375rem;width:6.875rem;height:3.2495125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { width:20.125rem;height:;top:8.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmLW0dPN8bs6tRhgXXqM5TMeoCxOaMST { top:6.8125rem;left:22rem;width:25.75rem;height:25.812103935162rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0mhafWBr4wXrTclXSJ4c16PBh23v631 { display:block; }#G0mhafWBr4wXrTclXSJ4c16PBh23v631 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7va7PghKlGu2G3fTwVp80eowqbaEZ3q { top:1.5625rem;left:29rem;width:18.75rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmyNqE2Qas4ki4frTcPhekSUJQooDck4 { width:18.625rem;height:3rem;top:5.625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArxXWBmcWNIarsFuel9Vpoqu1MTkt1QR { display:block; }
 }@media only screen and (max-width: 763px) { #XThV4ltcPXpci4SAdoX03FGOTzlTE1PT { top:3.25rem;left:1.0609359741211rem;width:16.4375rem;height:0;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scqHo95dJ8iNyInLT4OmlHpKeCxgzrd7 { top:-0.0625rem;left:22.663362817859rem;width:11.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxFpUuxfdDTHziEuTlmlAAr4UOIQm5zm { top:0rem;left:0rem;width:6rem;height:9.7733740843397rem;display:block; }
 }@media only screen and (max-width: 763px) { #thN96kELawqw5w2AoopJZ7348VEUKc7q { display:block; }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NawFpKclsETTT6VvMR2rnZHE5DCKo5Ck { width:20.0625rem;height:3.0625rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIwCryZtUtEHa8TCcGf4aPxySMT23ewD { display:block; }
 }@media only screen and (max-width: 763px) { #f08V7SI2NaFMAt7pdTBLqzWFqEvnnZHx { top:3.6875rem;left:20.4375rem;width:6.8125rem;height:3.2191130132315rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfnq7hpKS5UvyClKRQeX4u3cABOBxCPe { width:21.3125rem;height:6rem;top:10.75rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr7RriKJlUZb2BUxSEmB3hCnVK3Qri11 { top:6.9375rem;left:28.3125rem;width:19.4375rem;height:23.424281723863rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF8ga8oTWETKntwo4U3uM0XOiNNLca9N { width:23.75rem;height:3.5rem;top:17.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxuJPREOi7CwPuec3clLFpFnXs5UmKmK { display:block; }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2Xb5cBX4XrW3fJhXmTWdkVhLRi6dL5a { top:13.75rem;left:16.560546875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWgDbzoMqs7w7u0ZJnt0OWLNu2H6yuDM { top:12rem;left:14.874755859375rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC227JZFOF9VsCp2TuKoEN1melt70kDA { top:18.5rem;left:16.124755859375rem;width:15.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaSVKci6WxMs1xbQkcOXebmxJqtnfyOu { top:17rem;left:16.18701171875rem;width:11.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTLZ9ubTVkrMX8dG7yo82BOLFpRzlzSi { top:13.375rem;left:16.185791015625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVThXhqLzpDL91u05Wi4O5mDzKzMQz1W { top:12rem;left:29.8125rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAH16g3eXC8pPl8fyU8hANC4dxgg6uN8 { top:18.5rem;left:32.125rem;width:15.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRPoFrasz6pZBTboom6oLHD1JmP0BKQz { top:17rem;left:32.9375rem;width:14.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3TTgOx21tsJ4CAxkaahHqLyuzTXbscO { top:13.375rem;left:35.624267578125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfuAx4pNQbz3qxhHHmai1NNMCPhc1SLD { top:13.75rem;left:35.9990234375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAhmXBJeMHiRxneRZEaUT7ZdhnsnAOxM { top:13.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGeDGX9NoIUau10IRtWpQh0CQM8oGFOZ { top:12rem;left:0rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL5CSw8Vfg7CZbcCxSneOwBKx8AfaOHC { top:18.5rem;left:0rem;width:16rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgscMvmJ74L8q9d5ooCx6T44KTQqBANX { top:17rem;left:0rem;width:11.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m44BPIIxFcmOhFB0bBBBadpClbTkhsJq { top:13.375rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4qZUoi5hwZ3vhrkmTbbTiKvC645iHS1 { width:43.625rem;height:1.5625rem;top:8.625rem;left:2.03173828125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flIvmASTDNgdVRkk2qbkw1wWtLdWT4Oi { width:29.5rem;height:4.8125rem;top:2.875rem;left:9.02978515625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z46B3qeIot81ZBmiMIta9Z350RS9CQ4w { display:block; }#z46B3qeIot81ZBmiMIta9Z350RS9CQ4w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7XBcql1SDxrOtIGXN7GnwlEp64INpp3 { top:11.9375rem;left:6.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO3AxPqMrUnTes20NqiAWbqZEQy10AX7 { top:10.1875rem;left:24.6875rem;width:17.875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikPGQAT9b10GdQ203SW9JVtnLsoZ4OOO { top:16.6875rem;left:25.9375rem;width:15.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE67ypoflDb5uDCPLL4JNTHRvlGUJmu0 { top:15.1875rem;left:26rem;width:11.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECur3vwMqqT9SicwhpDo5k6biwC3Tsw5 { top:11.5625rem;left:26rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS70pqRRBd9fitsKB56Fh0lgAGB0MokX { top:21.4375rem;left:5.0625rem;width:17.875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M82FTMNQmdnPUNg3PZtkuNSE54pazLhV { top:27.9375rem;left:6.3125rem;width:15.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV5TOZT2T73iAlIFyB05DkGZPQWp01X3 { top:26.4375rem;left:6.4375rem;width:14.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2nGK9fSrx0IpyIxsUc2uOi7fgTNzO4h { top:22.8125rem;left:6.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2bMgcimaN1iOtUcHQXmM4gMknbHiEFp { top:11.9375rem;left:26.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXfLh8Wm8SnGmm1mzo6hZ4qyCZc2LqHz { top:23.1875rem;left:6.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnbQwtGB7Us97BbtQ0O1oVk7lACDc600 { top:10.1875rem;left:5.0625rem;width:17.875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqFhwH0gwUdcti37t8Q5Fn2PhzTrZ9F1 { top:16.6875rem;left:6.25rem;width:15.9375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNtNA36Kah9KgJ4XiOxNQkRkBD5X7vBO { top:15.1875rem;left:6.25rem;width:11.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKwJMa7ukTsVzTtZNtHK0XlGTb8HnVq8 { top:11.5625rem;left:6.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcNIG7TZfxz8iGdqg6HWw61nzmxb2mL0 { width:31.6875rem;height:5.8125rem;top:2.1875rem;left:8.03125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOLrHhuvsfI91dueqEqwvIHR1zxHTIZk { top:21.4375rem;left:24.6875rem;width:17.875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyhlDnucyps2EMoTc8btRPasNHpHmX5l { top:22.8125rem;left:26rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBnw9izRigSERp1acTBg69c0SRU8n9lh { top:26.4375rem;left:25.9375rem;width:14.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN4FB0d4L0zKO4RDWFuKn14z0FkowHq8 { top:27.9375rem;left:25.9375rem;width:15.5625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5QCiRLUGWMwVQLdvr8VuJyqffTmwI4l { top:23.1875rem;left:26.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { display:block; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { width:38.125rem;height:;top:3.125rem;left:4.78076171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p75qt5BAatZSrHn33CdUTXBsM3TusKGq { top:11.3125rem;left:3.31103515625rem;width:41.0625rem;height:23.775995620614rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ5Xr8UJN8Jkt6u5i4GdSTpRqzvRhKiO { width:20.5rem;height:3.375rem;top:37.625rem;left:13.592967987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbQGxz1MEoDf3cX2Go1DXbIwyfVSUNLS { display:block; }
 }@media only screen and (max-width: 763px) { #pmWfHrogLsg4cf4BPXP1xHLVzHicdu1L { display:block; }#pmWfHrogLsg4cf4BPXP1xHLVzHicdu1L > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rr0ZFy6fG1im9V8bfE16hgv4JDIwTxag { width:38.125rem;height:;top:3.125rem;left:4.7804679870606rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPUPHnZTV2R7owXJBBo8OFnJX7TmU3nO { width:20.5rem;height:3.375rem;top:38.9375rem;left:13.594139099121rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKFiOhymikReMECylf2cn7Deqwkskyne { display:block; }
 }@media only screen and (max-width: 763px) { #o2yT2WG7usMaUxBi3fhvWIk9k0sc6Mxq { top:9.75rem;left:0rem;width:47.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #karS4HEV9Fo6pWEX7DOLgDKGdpLXnEtw { display:block; }#karS4HEV9Fo6pWEX7DOLgDKGdpLXnEtw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Stkf6SqA2JaisV6nE2vzR2Ja92VR4ykQ { width:38.125rem;height:;top:3.125rem;left:4.7804679870606rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8dw9EPfeN93fbLluTrIvmwUf1zca6l5 { width:20.5rem;height:3.375rem;top:38.9375rem;left:13.594139099121rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfmitUl33DQp2BaBSS5793sTwhthDuVt { display:block; }
 }@media only screen and (max-width: 763px) { #wmF3Obza7DdhnEWR8JnVPrK9WJX7gdq8 { top:9.75rem;left:0rem;width:47.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz { display:block; }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcU42csD9m7OHMlGQIBrWQipWCuJxIiR { width:38.125rem;height:5.5rem;top:2.875rem;left:4.7804679870606rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxD3fff2dzSTB7vCk4gD6lagp2wfntxk { top:12.75rem;left:0.9375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2sP3rFsmzUAFlrvZXQIdtMQgGhvSFhS { top:13rem;left:4.625rem;width:17.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf4kAT7boM1KOuhIqq1maJW5t0TZMOzZ { top:12.75rem;left:25.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfdcSxA5WnTMugEqf5FK4t70kTF0TMOO { top:13.0625rem;left:29.5625rem;width:16rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu1TmFKC0axr9TD32m6iJgBISZBR57xu { top:13.3125rem;left:1.5285148620606rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SscEvTryHB7wCmasX7LGudTfnN5ROZbq { top:19.1875rem;left:1.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ookFUGU6FFU1EMmEOwU6wcB46H3Qqo7B { top:18.625rem;left:0.9375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKLJHSWPL6uJtzGhwtXhmv09tRK78uqt { top:18.5625rem;left:25.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESvRT7et1HmS7cQrLTF1SoebPs6FkNak { top:18.625rem;left:29.5rem;width:17.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHGq9280VpQKnfS0rTpnnmDNRWiwQ2TN { top:18.875rem;left:4.625rem;width:16rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZLl4C2PU32QVsKL8ATbuGl7ixV8z7nJ { top:19.125rem;left:26.280857086182rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHoHF6olQ55PeNzkwb6eIdypBTawPvru { top:13.3125rem;left:26.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi { display:block; }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsrHRxM4pg9hhnRS33gWUqZ0g7AcPBl9 { width:46.6875rem;height:;top:3.125rem;left:0.53125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3RGboQVURSpF6MlK1HzhII9qA9gJ4he { width:34.6875rem;height:3.4375rem;top:31rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvnNfBGePpWrpDnDoqhT9SJtyAzJTORr { display:block; }
 }@media only screen and (max-width: 763px) { #p7TXVQSPfueUTZoSfGCRRLVeNNZnfVhi { width:36.25rem;height:1.5625rem;top:9.625rem;left:5.7179679870606rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdqHfHsaq65ZJ6D1WUf13liuVrfDCT11 { top:16.625rem;left:0.5rem;width:19.9375rem;height:11.151687936956rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfGonRXynyX9sTpUb6WWFO9hVDqR2TeH { top:16.625rem;left:27.25rem;width:19.9375rem;height:11.151687936956rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciJeMM59fEpv5oB4Zm9d0TwBxbIQWKL8 { width:8.125rem;height:1.5625rem;top:14.5625rem;left:6.4035148620606rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azNKPM8PW0DLCy63aufzuWFTXmdxFIsJ { width:9.9375rem;height:1.5625rem;top:14.5625rem;left:32.278514862061rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { display:block; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { width:43.5625rem;height:4.8125rem;top:3.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { top:10.75rem;left:0rem;width:37.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { top:11.3125rem;left:10.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { width:29.25rem;height:1.6875rem;top:11.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { display:none; }
 }@media only screen and (max-width: 763px) { #hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { width:25.4375rem;height:1.4375rem;top:15.9375rem;left:22.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { top:14.3125rem;left:0rem;width:37.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { width:28.75rem;height:1.6875rem;top:14.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { top:14.875rem;left:10.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { top:17.9375rem;left:0rem;width:37.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { width:28.25rem;height:1.6875rem;top:18.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { top:18.5rem;left:10.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMiKuc2iZ4oEcH4W9nz6LZF0NESG4xna { top:25.375rem;left:0rem;width:37.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuk5dqqDxecFz41iwiKSWINhRF8atpo0 { width:27.1875rem;height:1.6875rem;top:25.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9CUZXIB9azTfgmOOeX8dHT9vGAugQHg { top:25.9375rem;left:10.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S81obhbs7WtnQ4BMKxC6y2nuBFA4asxD { top:21.625rem;left:0rem;width:37.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOitOUmwbcMsbkf5GUC6F7Lhlpo3Txzy { width:28.125rem;height:1.6875rem;top:22.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT1u7nmQgveH3ALqnyZuzFu5VmX5HeuZ { top:22.1875rem;left:10.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbQP0vHg8DDtfO5PTZuAU09GXuxESeWG { width:19.75rem;height:3.4375rem;top:35.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnvQKw5ZAKxJTQegeWSu62Hi4TQTtClU { display:block; }
 }@media only screen and (max-width: 763px) { #SeyZ5kZOwAvoS71lMKiNCVNMWeSG6hgd { top:29.125rem;left:0rem;width:37.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyX6aTK5DvONozL7SBK3iKfn8fAzU8sq { top:29.6875rem;left:10.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH3NNNMgsFHVee5HbE7AzZ5PRZsmO3Fc { width:27.1875rem;height:1.6875rem;top:29.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6qAPbD2aBQNHe1la5JAUfXZtgMdeB9B { display:block; }#e6qAPbD2aBQNHe1la5JAUfXZtgMdeB9B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCXTbR8ITVzlyf5RLNhOdtTchH0q0IUK { width:47.75rem;height:;top:2.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sphkTUx9gNpZGX6CVfgFBQ1zOVskL4ii { top:10.625rem;left:5.125rem;width:18.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9W8QRNuL0ncyIxtrxD1HInyndWg04MC { top:11.1875rem;left:19.8125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmpa6SmmSNPeNOQQ8rVfqlHGZGUb37oD { width:10.3125rem;height:1.6875rem;top:11.1875rem;left:13.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz5VL8m2I5FpdS9esxIB56L5ZXDl1AqE { display:none; }
 }@media only screen and (max-width: 763px) { #R67k4kofoJlyAi3cRJizyuB3bkI51yvN { width:25.4375rem;height:1.4375rem;top:15.9375rem;left:22.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FG4vxTbcoBPksgd04eRotLqaf1aTf0QK { top:14.1875rem;left:5.125rem;width:18.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETbaKq3FmWdbwn6lZm9OIP06Cw2QqErn { width:11.875rem;height:1.6875rem;top:14.75rem;left:12rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #weTg43nbJeTAnoPBUCsRn6asfeIBzV4v { top:14.75rem;left:19.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aviWOspZ2U8X3SA1kViBnc1pZDQBOFvq { top:17.8125rem;left:5.125rem;width:18.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb7MHkNktlnFWHI9dJOVsnUcECIVERXT { width:10.125rem;height:1.6875rem;top:18.375rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzq5ACPHdo4oU083yA4bq1bgpkHomSwA { top:18.375rem;left:19.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaBiVb1GEKRwFPcXrQsqFbn1IL1BrUDe { top:21.5rem;left:5.125rem;width:18.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDfTz0pTqK7avXFLb0nOIDc5tgKGzylS { width:11.625rem;height:1.6875rem;top:22.0625rem;left:12.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds0huwssl1qfI9w4N7lLA0F3qq5hUIUk { top:22.0625rem;left:19.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWN1J5RmgzGPwHlIAZfpb3AOyTW9LeDr { width:27.1875rem;height:3.375rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frIkUVJSd4QJ8TJcECoFTkSBwl8NMleH { display:block; }
 }@media only screen and (max-width: 763px) { #pbAWu1v5EfduBawmOHZ5Osc85Ao0zPuB { width:43.625rem;height:1.5625rem;top:6.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu { display:block; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWdJNGVlxm6yon2EyqWlPQCF2r6okru8 { width:43.5625rem;height:4.875rem;top:2.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVmTpmHbtQnlH8FbGGZhO9qTF7JzinC { width:25.4375rem;height:1.4375rem;top:15.9375rem;left:22.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTwQ9oUnwTDUgiuOGR1A1s6lUnTP7AK9 { width:16.875rem;height:3.4375rem;top:60.8125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vct6GUzAwStvhP3l45p0uHuIpJHvWFlG { display:block; }
 }@media only screen and (max-width: 763px) { #cOKAAiddRT3QRsPpudud9lqhzUddtmRI { top:17.9375rem;left:27.125rem;width:19.4375rem;height:19.001749505579rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUER16Trp5chSVBdUGgtcrqi71FXqpIT { top:9.1875rem;left:3.8125rem;width:19.5rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDeyoDn5muoPQrJvuBrJ36c5D0AkGs9A { top:45.625rem;left:2.3125rem;width:21.5625rem;height:12.1230625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTJlTqVGLhOwS3Npp9wi7DJlGUIzXNcZ { top:31rem;left:2rem;width:21.8125rem;height:15.330456738393rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZQUaolNhDBnX31nKLZiI6kVyWTQqLVT { top:36.5625rem;left:23.5625rem;width:24.1875rem;height:24.313744442297rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGSkHDrF33N0mDLeozwW3yJHGhO0CJMQ { top:8.625rem;left:4.375rem;width:19.5rem;height:17.7491875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { display:block; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block; }
 }@media only screen and (max-width: 763px) { #z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { top:9.4375rem;left:0rem;width:47.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvgrmbA8HJ3JLiCUZ35lS35ZFiT5ACDL { width:44.75rem;height:;top:2.375rem;left:1.4672317504882rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNQKfCgT58p2iBC06pyifweRQb3S2bsr { display:block; }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhIz48aW2SX81mMJDZhhTx8yZqNaNfT1 { top:3.625rem;left:0rem;width:47.75rem;height:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWieesIe3f6v0mugOF0kigJEuTfQ350t { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSazlev2H7hcRXzZ1X9fORX2aVo6q3Ko { display:block; }
 }@media only screen and (max-width: 763px) { #BVLmSR6eTGZgSwoneqZxfeiSs37EIxJe { top:6.875rem;left:16.1875rem;width:31.5625rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKrU9W4IwKtpkKAwoER9uLPCwzBlQvdA { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2RgIOcssfPZeHAMeVd4qWKyaS4s32iu { top:8.8125rem;left:0rem;width:15.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssu1rT4mHoZKI60atFle5GxdDJmMSW26 { display:block; }#Ssu1rT4mHoZKI60atFle5GxdDJmMSW26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpPQIG80s7yieTKxHLsA7LR0xkNd8Mm8 { top:3.625rem;left:0rem;width:47.75rem;height:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHkL0mA09Xe7Kqg7XfXXRkhZX7DmOLUa { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MwLspLDmXXTTw0xbixLaF8Bf4aC0Ew9y { display:block; }
 }@media only screen and (max-width: 763px) { #o1DS2aNuA05Q01JamGUy3ZlATo6vrgl0 { top:6.9375rem;left:16.1875rem;width:31.5625rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5UOKukzQNTi21RRh0iJZPg5Qbwo4vd6 { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxAbkWuhscrJ0vGV5MkchcVcWzgZxbVH { top:15.375rem;left:0rem;width:19.875rem;height:11.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVx0BidfSDL5l3h28WOsXec60XqFnwOo { top:29.9375rem;left:0rem;width:19.3125rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl928the9Bmxc738xGoAiT94gK4adrfz { display:block; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebkZ76kcDsy0GNahswshdaTIb5BWdEse { width:43.5625rem;height:;top:2.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvVRVkaNl0KynMy9Z2TFlMDQbmn2VWgy { width:25.4375rem;height:1.4375rem;top:15.9375rem;left:22.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X { display:flex;height:auto;width:45.25rem;top:7.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #oSbfTR4J26qMWRgTROz84UCrCOiB1L2b {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #D61sh2GKRNi5GnfumXas6SK6VW3yEQtl {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #Ky0KTJRyMmIaKucoDg6JqfOOzDvyvk6l {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EiZEw5VOMuGh7R26sJuRqyT24q0VkrI5 {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #MlPtM4yrwvby6wGGDtxDOGB8ikkmTbv0 {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #OGB53DtaX83B7bJzK5aO3UeWtOMXEHeX {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #FiZvNbIHOav8s5zKrzKcX0EV67PQODFs {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EqMTKew3RsfTJIwTO4uGhNsGa6yI7JTr {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #yQpuUwr0QFGavq86kcOCRHweAb2iIIFH {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #voVTyx9lQPqpbFLRG1kHt92T7StHosSG {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ueGByeWx1lSsndq1lCX0Vm69kqZSQGvv {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #SiCTUvTsk6TRuXoX1pMx8kNzwBpsraSn {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TgBWxhfy9O043hscFE7LZpLEPDqoOgce {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ll2yocRvvcFi399MVslzRFwkpRKkxcSa {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #tk3MBWB0aJthV9AgXAyDAaTUIllQ8rJr {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #WQCzPI64HS50oU5cvxI2B39WDHOAeLcD {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #QonvDTHmfz1X4yWJ4OzbcVrvGmwlhdzI {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TCVpz6SqKJ0eKauff8EnsNvIOfH1DV4v {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TXSatMrubNpZvTVKHqVyIx37OzEvz6gw {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #hFRaUW4DLuxQ9wDbFT4FABy2fsclkCxc {  }
 }@media only screen and (max-width: 763px) { #UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { display:block; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { top:1.5rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { top:4.125rem;left:0rem;width:29.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { top:3.125rem;left:44.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { top:3.6875rem;left:45.125rem;width:1.4375rem;height:1.4375rem;display:block; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { top:3.0625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { top:3.625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { top:3rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { top:3.5625rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C { display:none; }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M4x21GicUGIxv6haa35b9pxkCDHi0CP5 { width:18.5rem;height:6.1875rem;top:10.125rem;left:0.75rem;background-color:#6a0dfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ll2wpW8TgaCFm9UiCz3VC2AftXXVcZVu { width:19.9975625rem;height:1.50065rem;top:10.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yftD0BLapqlZ09tVH8iqkw31L0IVqKtO { width:20rem;height:4.936525rem;top:12.3125rem;left:0rem;z-index:14995;background-color:#280166;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .widget-text.counter-number { padding-top:0.399375rem;padding-right:0.354375rem;padding-bottom:0.399375rem;padding-left:0.354375rem;width:2.125rem;min-width:2.125rem;height:2.146875rem;font-size:1.5975rem;line-height:34.35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.249375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.83375rem;height:0.848125rem;font-size:0.59875rem;line-height:13.57px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf { display:flex;width:15.3125rem;height:4.04296875rem;top:11.8125rem;left:2.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #DQa0Ohz25XdaCpBeLAzQRdzmrBUPchG2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #F1x0H58LXb5eMwXOIP2DbivMJ8AHAS9g {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #EnfCSyt0XukZLHfedOhKO8Q0L7SWw7zh {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #zS9gWNTdu4272uBWgvd956uHxypSUh4o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #l5grt8L6lrz2XDDTl01L5HwmtcumghPM {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #FAH8h1XSPcw95qeJioRnxTJAmwXEFOzV {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #AyR4zkRQMF0mRNGsrPnnWK7M3K25E8k1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #f57os0ZCWi5FIauX4DC220otTx2miyNJ {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #UsrT3BEkcoSZZrVVSbHKrBVbwm3T8ZCs {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #vpyvbHL9TwpCQ2KA2ufnUeabahFmUR7J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #PmlDIlOul49hDnpIwfQ9uElq5WtAsry3 {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #Khyvbb2RGG7NiK7mz4mMOxItUHDR1g56 {  }
 }@media only screen and (max-width: 763px) { #mJIagTcqizAtVaJW3dL1EZ2AW3kRes7z { width:18.125rem;height:3.2877625rem;top:1.625rem;left:0.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #fU53Zqs3AoP31mxTZxdl7xaqHWAuWszT { width:20rem;height:3.3007875rem;top:5.789794921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKyq3L9RqznKihFi0TI4ucuIfX9Iweh1 { display:none; }#WKyq3L9RqznKihFi0TI4ucuIfX9Iweh1 > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AoTrACpvvyvDdAczI9oI4XeqEs4tRgva { width:16.311875rem;height:2.56185rem;top:6.5625019073488rem;left:1.8435330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #AseEl0lhIKCtTV0BGioNyyQRyNbsMMqO { display:block; }
 }@media only screen and (max-width: 763px) { #eJThTVKZLgfccULg05ozQAchCJOttURW { width:20rem;height:3.84765625rem;top:1.6861991882324rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #013666, #753fe5);background-image: -moz-linear-gradient(145deg, #013666, #753fe5);background-image: -ms-linear-gradient(145deg, #013666, #753fe5);background-image: -o-linear-gradient(145deg, #013666, #753fe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#753fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#753fe5' );";background-image: linear-gradient(145deg, #013666, #753fe5);background-size:cover !important;display:none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WgiMiWlBftuIpMg7JZJWComk5EUFt48c { width:18.562rem;height:2.87475625rem;top:13.58886875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #G9MMeyhxeRh8KgQALB5DT6MyJARrhMLA { display:block; }
 }@media only screen and (max-width: 763px) { #XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { width:18.93675rem;height:3.1640625rem;top:8.625rem;left:0.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { width:4.56176875rem;height:2.124025rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { width:20rem;height:3.298825rem;top:4.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qmLW0dPN8bs6tRhgXXqM5TMeoCxOaMST { width:20rem;height:20.048236066145rem;top:6.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0mhafWBr4wXrTclXSJ4c16PBh23v631 { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #14b8a6, #0b041a);background-image: -moz-linear-gradient(214deg, #14b8a6, #0b041a);background-image: -ms-linear-gradient(214deg, #14b8a6, #0b041a);background-image: -o-linear-gradient(214deg, #14b8a6, #0b041a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );";background-image: linear-gradient(214deg, #14b8a6, #0b041a);background-size:auto !important;display:none; }#G0mhafWBr4wXrTclXSJ4c16PBh23v631 > .row .container { width:20rem;height:31.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e7va7PghKlGu2G3fTwVp80eowqbaEZ3q { width:18.6866875rem;height:3.45rem;top:1.8832035064698rem;left:0.65507811307906rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fmyNqE2Qas4ki4frTcPhekSUJQooDck4 { width:14.749375rem;height:2.56185rem;top:25.375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArxXWBmcWNIarsFuel9Vpoqu1MTkt1QR { display:block; }
 }@media only screen and (max-width: 763px) { #XThV4ltcPXpci4SAdoX03FGOTzlTE1PT { width:11.7480625rem;height:0;top:20.75rem;left:4.125rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #scqHo95dJ8iNyInLT4OmlHpKeCxgzrd7 { width:14.8125rem;height:13.5668125rem;top:6.4464836120606rem;left:2.5910153985024rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxFpUuxfdDTHziEuTlmlAAr4UOIQm5zm { width:6.0625rem;height:9.8744812957169rem;top:8.2269954681394rem;left:6.9672310948375rem;display:none; }
 }@media only screen and (max-width: 763px) { #thN96kELawqw5w2AoopJZ7348VEUKc7q { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #013666, #753fe5);background-image: -moz-linear-gradient(145deg, #013666, #753fe5);background-image: -ms-linear-gradient(145deg, #013666, #753fe5);background-image: -o-linear-gradient(145deg, #013666, #753fe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#753fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#753fe5' );";background-image: linear-gradient(145deg, #013666, #753fe5);background-size:cover !important;display:block; }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .row .container { background-color: transparent; background-image: none; }#thN96kELawqw5w2AoopJZ7348VEUKc7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .row .container > .video-iframe-container { display: none; }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .row > .video-iframe-container { display: none; }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .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); }#thN96kELawqw5w2AoopJZ7348VEUKc7q > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NawFpKclsETTT6VvMR2rnZHE5DCKo5Ck { width:18.559rem;height:2.8734375rem;top:29.561715126038rem;left:0.71953123807906rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #gIwCryZtUtEHa8TCcGf4aPxySMT23ewD { display:block; }
 }@media only screen and (max-width: 763px) { #f08V7SI2NaFMAt7pdTBLqzWFqEvnnZHx { width:4.56176875rem;height:2.124025rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfnq7hpKS5UvyClKRQeX4u3cABOBxCPe { width:16.374625rem;height:3.29765625rem;top:5.2488288879394rem;left:1.8105466961861rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cr7RriKJlUZb2BUxSEmB3hCnVK3Qri11 { width:11.625rem;height:14.124625rem;top:13.833983421326rem;left:4.1859372258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF8ga8oTWETKntwo4U3uM0XOiNNLca9N { width:19.9980625rem;height:2.109375rem;top:10.119139671326rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oxuJPREOi7CwPuec3clLFpFnXs5UmKmK { display:none; }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .row .container { width:20rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z2Xb5cBX4XrW3fJhXmTWdkVhLRi6dL5a { display:flex;width:1.62475625rem;height:1.62475625rem;top:19.75rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #yWgDbzoMqs7w7u0ZJnt0OWLNu2H6yuDM { width:17.937rem;height:9.12475rem;top:18rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC227JZFOF9VsCp2TuKoEN1melt70kDA { width:15.625rem;height:1.05rem;top:24.5rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaSVKci6WxMs1xbQkcOXebmxJqtnfyOu { width:11.43675rem;height:1.2984375rem;top:23rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTLZ9ubTVkrMX8dG7yo82BOLFpRzlzSi { width:2.37426875rem;height:2.37426875rem;top:19.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVThXhqLzpDL91u05Wi4O5mDzKzMQz1W { width:17.937rem;height:9.12475rem;top:27.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAH16g3eXC8pPl8fyU8hANC4dxgg6uN8 { width:15.625rem;height:1.05rem;top:34.1875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRPoFrasz6pZBTboom6oLHD1JmP0BKQz { width:14.87425rem;height:1.2984375rem;top:32.6875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3TTgOx21tsJ4CAxkaahHqLyuzTXbscO { width:2.37426875rem;height:2.37426875rem;top:29.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfuAx4pNQbz3qxhHHmai1NNMCPhc1SLD { display:flex;width:1.62475625rem;height:1.62475625rem;top:29.4375rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #TAhmXBJeMHiRxneRZEaUT7ZdhnsnAOxM { display:flex;width:1.62475625rem;height:1.62475625rem;top:9.625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #rGeDGX9NoIUau10IRtWpQh0CQM8oGFOZ { width:17.937rem;height:9.12475rem;top:8.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL5CSw8Vfg7CZbcCxSneOwBKx8AfaOHC { width:11.8125rem;height:2.1rem;top:14.375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgscMvmJ74L8q9d5ooCx6T44KTQqBANX { width:11.43675rem;height:1.2984375rem;top:12.875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m44BPIIxFcmOhFB0bBBBadpClbTkhsJq { width:2.37426875rem;height:2.37426875rem;top:9.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4qZUoi5hwZ3vhrkmTbbTiKvC645iHS1 { width:17rem;height:2.109375rem;top:4.9736328125rem;left:1.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #flIvmASTDNgdVRkk2qbkw1wWtLdWT4Oi { width:18.125rem;height:3.4125rem;top:1.5615234375rem;left:0.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z46B3qeIot81ZBmiMIta9Z350RS9CQ4w { display:block; }#z46B3qeIot81ZBmiMIta9Z350RS9CQ4w > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7XBcql1SDxrOtIGXN7GnwlEp64INpp3 { display:flex;width:1.62475625rem;height:1.62475625rem;top:18.875rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #CO3AxPqMrUnTes20NqiAWbqZEQy10AX7 { width:17.937rem;height:9.12475rem;top:17.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikPGQAT9b10GdQ203SW9JVtnLsoZ4OOO { width:15.625rem;height:1.05rem;top:23.625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE67ypoflDb5uDCPLL4JNTHRvlGUJmu0 { width:11.43675rem;height:1.2984375rem;top:22.125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECur3vwMqqT9SicwhpDo5k6biwC3Tsw5 { width:2.37426875rem;height:2.37426875rem;top:18.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS70pqRRBd9fitsKB56Fh0lgAGB0MokX { width:17.937rem;height:9.12475rem;top:27.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M82FTMNQmdnPUNg3PZtkuNSE54pazLhV { width:15.625rem;height:1.05rem;top:33.8125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV5TOZT2T73iAlIFyB05DkGZPQWp01X3 { width:14.87425rem;height:1.2984375rem;top:32.3125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2nGK9fSrx0IpyIxsUc2uOi7fgTNzO4h { width:2.37426875rem;height:2.37426875rem;top:28.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2bMgcimaN1iOtUcHQXmM4gMknbHiEFp { display:flex;width:1.62475625rem;height:1.62475625rem;top:29.0625rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #iXfLh8Wm8SnGmm1mzo6hZ4qyCZc2LqHz { display:flex;width:1.62475625rem;height:1.62475625rem;top:8.4375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #WnbQwtGB7Us97BbtQ0O1oVk7lACDc600 { width:17.9366875rem;height:9.1241875rem;top:7rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqFhwH0gwUdcti37t8Q5Fn2PhzTrZ9F1 { width:15.8125rem;height:1.05rem;top:13.187110900879rem;left:2.1867185235024rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNtNA36Kah9KgJ4XiOxNQkRkBD5X7vBO { width:11.43675rem;height:1.2984375rem;top:11.6875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKwJMa7ukTsVzTtZNtHK0XlGTb8HnVq8 { width:2.37426875rem;height:2.37426875rem;top:8.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcNIG7TZfxz8iGdqg6HWw61nzmxb2mL0 { width:18.375rem;height:3.41363125rem;top:1.55859375rem;left:0.81093746423719rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LOLrHhuvsfI91dueqEqwvIHR1zxHTIZk { width:17.875rem;height:9.0625rem;top:37.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyhlDnucyps2EMoTc8btRPasNHpHmX5l { width:2.3125rem;height:2.3125rem;top:39.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBnw9izRigSERp1acTBg69c0SRU8n9lh { width:14.8125rem;height:1.2984375rem;top:42.6875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN4FB0d4L0zKO4RDWFuKn14z0FkowHq8 { width:15.5625rem;height:1.05rem;top:44.1875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5QCiRLUGWMwVQLdvr8VuJyqffTmwI4l { display:flex;width:1.5rem;height:1.5rem;top:39.467567443847rem;left:2.7492185235024rem; }
 }@media only screen and (max-width: 763px) { #f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #013666, #285d8d);background-image: -moz-linear-gradient(180deg, #013666, #285d8d);background-image: -ms-linear-gradient(180deg, #013666, #285d8d);background-image: -o-linear-gradient(180deg, #013666, #285d8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );";background-image: linear-gradient(180deg, #013666, #285d8d);background-size:cover !important;display:none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { width:20rem;height:22.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { width:19.6875rem;height:2.7rem;top:1.625rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p75qt5BAatZSrHn33CdUTXBsM3TusKGq { height:11.579125rem;width:20rem;top:5.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ5Xr8UJN8Jkt6u5i4GdSTpRqzvRhKiO { width:14.625rem;height:2.49960625rem;top:19.387498855591rem;left:2.6847653985024rem;text-align:center;text-align-last:center;font-size:1.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gbQGxz1MEoDf3cX2Go1DXbIwyfVSUNLS { display:block; }
 }@media only screen and (max-width: 763px) { #pmWfHrogLsg4cf4BPXP1xHLVzHicdu1L { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #013666, #285d8d);background-image: -moz-linear-gradient(180deg, #013666, #285d8d);background-image: -ms-linear-gradient(180deg, #013666, #285d8d);background-image: -o-linear-gradient(180deg, #013666, #285d8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );";background-image: linear-gradient(180deg, #013666, #285d8d);background-size:cover !important;display:none; }#pmWfHrogLsg4cf4BPXP1xHLVzHicdu1L > .row .container { width:20rem;height:45.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rr0ZFy6fG1im9V8bfE16hgv4JDIwTxag { width:19.6875rem;height:2.7rem;top:1.625rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mPUPHnZTV2R7owXJBBo8OFnJX7TmU3nO { width:14.625rem;height:2.4984375rem;top:41.247652053833rem;left:2.6847653985024rem;text-align:center;text-align-last:center;font-size:1.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RKFiOhymikReMECylf2cn7Deqwkskyne { display:block; }
 }@media only screen and (max-width: 763px) { #o2yT2WG7usMaUxBi3fhvWIk9k0sc6Mxq { width:20rem;height:34.3125rem;top:5.5617179870606rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #karS4HEV9Fo6pWEX7DOLgDKGdpLXnEtw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #013666, #285d8d);background-image: -moz-linear-gradient(180deg, #013666, #285d8d);background-image: -ms-linear-gradient(180deg, #013666, #285d8d);background-image: -o-linear-gradient(180deg, #013666, #285d8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );";background-image: linear-gradient(180deg, #013666, #285d8d);background-size:cover !important;display:block; }#karS4HEV9Fo6pWEX7DOLgDKGdpLXnEtw > .row .container { background-color: transparent; background-image: none; }#karS4HEV9Fo6pWEX7DOLgDKGdpLXnEtw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#karS4HEV9Fo6pWEX7DOLgDKGdpLXnEtw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#karS4HEV9Fo6pWEX7DOLgDKGdpLXnEtw > .row .container > .video-iframe-container { display: none; }#karS4HEV9Fo6pWEX7DOLgDKGdpLXnEtw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#karS4HEV9Fo6pWEX7DOLgDKGdpLXnEtw > .row > .video-iframe-container { display: none; }#karS4HEV9Fo6pWEX7DOLgDKGdpLXnEtw > .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); }#karS4HEV9Fo6pWEX7DOLgDKGdpLXnEtw > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Stkf6SqA2JaisV6nE2vzR2Ja92VR4ykQ { width:19.6875rem;height:2.7rem;top:1.625rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O8dw9EPfeN93fbLluTrIvmwUf1zca6l5 { width:14.625rem;height:2.4984375rem;top:43.80819940567rem;left:2.6847653985024rem;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EfmitUl33DQp2BaBSS5793sTwhthDuVt { display:block; }
 }@media only screen and (max-width: 763px) { #wmF3Obza7DdhnEWR8JnVPrK9WJX7gdq8 { width:20rem;height:34.3125rem;top:5.5617179870606rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #013666, #6b2cf7);background-image: -moz-linear-gradient(180deg, #013666, #6b2cf7);background-image: -ms-linear-gradient(180deg, #013666, #6b2cf7);background-image: -o-linear-gradient(180deg, #013666, #6b2cf7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#6b2cf7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#6b2cf7' );";background-image: linear-gradient(180deg, #013666, #6b2cf7);background-size:cover !important;display:block; }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .row .container { background-color: transparent; background-image: none; }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .row .container > .video-iframe-container { display: none; }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .row > .video-iframe-container { display: none; }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .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); }#RTvEV2mtzaF3dExxuUrrtNgWtZ8T3UNz > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcU42csD9m7OHMlGQIBrWQipWCuJxIiR { width:19.9980625rem;height:2.7rem;top:1.5609302520752rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RxD3fff2dzSTB7vCk4gD6lagp2wfntxk { width:3.0625rem;height:3.0625rem;top:6.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2sP3rFsmzUAFlrvZXQIdtMQgGhvSFhS { width:15.062125rem;height:2.27578125rem;top:6.75rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xf4kAT7boM1KOuhIqq1maJW5t0TZMOzZ { width:3.0625rem;height:3.0625rem;top:15.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfdcSxA5WnTMugEqf5FK4t70kTF0TMOO { width:14.0625rem;height:2.27578125rem;top:15.6875rem;left:4.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fu1TmFKC0axr9TD32m6iJgBISZBR57xu { display:flex;width:1.875rem;height:1.875rem;top:7rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #SscEvTryHB7wCmasX7LGudTfnN5ROZbq { display:flex;width:1.875rem;height:1.875rem;top:11.375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #ookFUGU6FFU1EMmEOwU6wcB46H3Qqo7B { width:3.0625rem;height:3.0625rem;top:10.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKLJHSWPL6uJtzGhwtXhmv09tRK78uqt { width:3.0625rem;height:3.0625rem;top:20.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESvRT7et1HmS7cQrLTF1SoebPs6FkNak { width:14.3741875rem;height:2.27578125rem;top:20.875rem;left:4.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GHGq9280VpQKnfS0rTpnnmDNRWiwQ2TN { width:14.4375rem;height:2.27578125rem;top:11.375rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yZLl4C2PU32QVsKL8ATbuGl7ixV8z7nJ { display:flex;width:1.875rem;height:1.875rem;top:20.875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #xHoHF6olQ55PeNzkwb6eIdypBTawPvru { display:flex;width:1.875rem;height:1.875rem;top:15.875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #013666, #285d8d);background-image: -moz-linear-gradient(180deg, #013666, #285d8d);background-image: -ms-linear-gradient(180deg, #013666, #285d8d);background-image: -o-linear-gradient(180deg, #013666, #285d8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );";background-image: linear-gradient(180deg, #013666, #285d8d);background-size:cover !important;display:block; }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .row .container { background-color: transparent; background-image: none; }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .row .container > .video-iframe-container { display: none; }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .row > .video-iframe-container { display: none; }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .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); }#s3b6clMspdiOgFwNqIMTo6a8qzF2Jumi > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsrHRxM4pg9hhnRS33gWUqZ0g7AcPBl9 { width:19.6875rem;height:2.7rem;top:1.625rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e3RGboQVURSpF6MlK1HzhII9qA9gJ4he { width:19.9375rem;height:2.5rem;top:38.258453369141rem;left:0.060763895511628rem;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wvnNfBGePpWrpDnDoqhT9SJtyAzJTORr { display:block; }
 }@media only screen and (max-width: 763px) { #p7TXVQSPfueUTZoSfGCRRLVeNNZnfVhi { width:16.937125rem;height:2.109375rem;top:5.0718747377396rem;left:1.5292966961861rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GdqHfHsaq65ZJ6D1WUf13liuVrfDCT11 { height:11.151687936956rem;width:19.9375rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfGonRXynyX9sTpUb6WWFO9hVDqR2TeH { height:11.151687936956rem;width:19.9375rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciJeMM59fEpv5oB4Zm9d0TwBxbIQWKL8 { width:8.124625rem;height:1.055775rem;top:9.0625rem;left:5.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #azNKPM8PW0DLCy63aufzuWFTXmdxFIsJ { width:9.9375rem;height:1.055775rem;top:23.75rem;left:5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { display:none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { width:16.6230625rem;height:2.92535rem;top:1.6240234375rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { width:20rem;height:2.436525rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { display:flex;width:1.686525rem;height:1.686525rem;top:6.25rem;left:0.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { width:10.875rem;height:1.95rem;top:6.125rem;left:3.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { top:5.875rem;left:0rem;width:20rem;height:2.436525rem;z-index:15001;background-color:#ffffff;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { width:20rem;height:0;top:11.875rem;left:1.3999999761581rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { width:20rem;height:2.3120125rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { width:15.375rem;height:1.95rem;top:9.375rem;left:3.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { display:flex;width:1.686525rem;height:1.686525rem;top:9.5rem;left:0.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { width:20rem;height:2.56225625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { width:15.4375rem;height:0.9rem;top:13.125rem;left:3.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { display:flex;width:1.686525rem;height:1.686525rem;top:12.75rem;left:0.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #sMiKuc2iZ4oEcH4W9nz6LZF0NESG4xna { width:20rem;height:2.3120125rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuk5dqqDxecFz41iwiKSWINhRF8atpo0 { width:12.875rem;height:1.95rem;top:19.1875rem;left:3.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L9CUZXIB9azTfgmOOeX8dHT9vGAugQHg { display:flex;width:1.686525rem;height:1.686525rem;top:19.3125rem;left:0.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #S81obhbs7WtnQ4BMKxC6y2nuBFA4asxD { width:20rem;height:2.24975625rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOitOUmwbcMsbkf5GUC6F7Lhlpo3Txzy { width:11rem;height:1.95rem;top:15.9375rem;left:3.625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aT1u7nmQgveH3ALqnyZuzFu5VmX5HeuZ { display:flex;width:1.686525rem;height:1.686525rem;top:16.0625rem;left:0.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #FbQP0vHg8DDtfO5PTZuAU09GXuxESeWG { width:12.5625rem;height:2.5rem;top:26.1875rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnvQKw5ZAKxJTQegeWSu62Hi4TQTtClU { display:block; }
 }@media only screen and (max-width: 763px) { #SeyZ5kZOwAvoS71lMKiNCVNMWeSG6hgd { width:20rem;height:2.8125rem;top:38.007820703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyX6aTK5DvONozL7SBK3iKfn8fAzU8sq { display:flex;width:1.624025rem;height:1.624025rem;top:22.4375rem;left:1rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #kH3NNNMgsFHVee5HbE7AzZ5PRZsmO3Fc { width:13.125rem;height:1.95rem;top:22.3125rem;left:3.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e6qAPbD2aBQNHe1la5JAUfXZtgMdeB9B { display:none; }#e6qAPbD2aBQNHe1la5JAUfXZtgMdeB9B > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TCXTbR8ITVzlyf5RLNhOdtTchH0q0IUK { width:18.5625rem;height:2.925rem;top:1.9945316314698rem;left:0.71718746423719rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sphkTUx9gNpZGX6CVfgFBQ1zOVskL4ii { width:12.6866875rem;height:2.4375rem;top:13.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9W8QRNuL0ncyIxtrxD1HInyndWg04MC { display:flex;width:1.686525rem;height:1.686525rem;top:10.5rem;left:4.8125rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #Wmpa6SmmSNPeNOQQ8rVfqlHGZGUb37oD { width:10.875rem;height:0.975rem;top:10.875rem;left:7.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kz5VL8m2I5FpdS9esxIB56L5ZXDl1AqE { top:10rem;left:3.75rem;width:12.75rem;height:2.4375rem;z-index:15001;background-color:#ffffff;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R67k4kofoJlyAi3cRJizyuB3bkI51yvN { width:20rem;height:0;top:11.875rem;left:1.3999999761581rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #FG4vxTbcoBPksgd04eRotLqaf1aTf0QK { width:12.75rem;height:2.31210625rem;top:16.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETbaKq3FmWdbwn6lZm9OIP06Cw2QqErn { width:11.499625rem;height:0.975rem;top:14rem;left:7.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #weTg43nbJeTAnoPBUCsRn6asfeIBzV4v { display:flex;width:1.686525rem;height:1.686525rem;top:13.75rem;left:4.8125rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #aviWOspZ2U8X3SA1kViBnc1pZDQBOFvq { width:12.75rem;height:2.56171875rem;top:19.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb7MHkNktlnFWHI9dJOVsnUcECIVERXT { width:10.875rem;height:0.9rem;top:17.25rem;left:7.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bzq5ACPHdo4oU083yA4bq1bgpkHomSwA { display:flex;width:1.686525rem;height:1.686525rem;top:17rem;left:4.8125rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #FaBiVb1GEKRwFPcXrQsqFbn1IL1BrUDe { width:12.6875rem;height:2.25rem;top:19.875rem;left:3.6875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TDfTz0pTqK7avXFLb0nOIDc5tgKGzylS { width:10.9980625rem;height:0.975rem;top:20.5625rem;left:7.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ds0huwssl1qfI9w4N7lLA0F3qq5hUIUk { display:flex;width:1.686525rem;height:1.686525rem;top:20.3125rem;left:4.8125rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #DWN1J5RmgzGPwHlIAZfpb3AOyTW9LeDr { width:18.1241875rem;height:2.49960625rem;top:24.372654914856rem;left:0.93632799386981rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frIkUVJSd4QJ8TJcECoFTkSBwl8NMleH { display:block; }
 }@media only screen and (max-width: 763px) { #pbAWu1v5EfduBawmOHZ5Osc85Ao0zPuB { width:18.4980625rem;height:2.109375rem;top:5.9929695129394rem;left:0.74999994039537rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu { display:block; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWdJNGVlxm6yon2EyqWlPQCF2r6okru8 { width:19.9991875rem;height:2.92535rem;top:0.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #muVmTpmHbtQnlH8FbGGZhO9qTF7JzinC { width:20rem;height:0;top:11.875rem;left:1.3999999761581rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #JTwQ9oUnwTDUgiuOGR1A1s6lUnTP7AK9 { width:16.0616875rem;height:2.49960625rem;top:64.651166915894rem;left:1.9675779938698rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vct6GUzAwStvhP3l45p0uHuIpJHvWFlG { display:block; }
 }@media only screen and (max-width: 763px) { #cOKAAiddRT3QRsPpudud9lqhzUddtmRI { width:19.4355625rem;height:19.001rem;top:58.1953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUER16Trp5chSVBdUGgtcrqi71FXqpIT { width:14.625rem;height:16.749625rem;top:4.9371091723442rem;left:2.6847653985024rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDeyoDn5muoPQrJvuBrJ36c5D0AkGs9A { width:17.4375rem;height:9.75rem;top:31.683980941773rem;left:1.9675779938698rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #kTJlTqVGLhOwS3Npp9wi7DJlGUIzXNcZ { width:16.187125rem;height:11.1866875rem;top:38.6613265872rem;left:1.9042966961861rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #PZQUaolNhDBnX31nKLZiI6kVyWTQqLVT { width:18.1241875rem;height:18.249625rem;top:47.601560592651rem;left:1.8749998211861rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #kGSkHDrF33N0mDLeozwW3yJHGhO0CJMQ { width:16.187125rem;height:14.687125rem;top:20.103514850139rem;left:2.2781248688698rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #0f0024, #000000);background-image: -moz-linear-gradient(80deg, #0f0024, #000000);background-image: -ms-linear-gradient(80deg, #0f0024, #000000);background-image: -o-linear-gradient(80deg, #0f0024, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0024', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0024', endColorstr='#000000' );";background-image: linear-gradient(80deg, #0f0024, #000000);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { border-width: 0; border-radius: 0; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { width:18.1875rem;height:3.4375rem;top:4.404541015625rem;left:1.8125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block; }
 }@media only screen and (max-width: 763px) { #z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { width:20rem;height:43.811875rem;top:6.1849012374878rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { width:18rem;height:0;top:20.718994140625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #HvgrmbA8HJ3JLiCUZ35lS35ZFiT5ACDL { width:17.3123125rem;height:4.04948125rem;top:1.5592451095581rem;left:1.3433161377907rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PNQKfCgT58p2iBC06pyifweRQb3S2bsr { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #013666, #285d8d);background-image: -moz-linear-gradient(145deg, #013666, #285d8d);background-image: -ms-linear-gradient(145deg, #013666, #285d8d);background-image: -o-linear-gradient(145deg, #013666, #285d8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );";background-image: linear-gradient(145deg, #013666, #285d8d);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row .container { background-color: transparent; background-image: none; }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row .container > .video-iframe-container { display: none; }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row > .video-iframe-container { display: none; }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .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); }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row .container { border-width: 0; border-radius: 0; }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PNQKfCgT58p2iBC06pyifweRQb3S2bsr > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhIz48aW2SX81mMJDZhhTx8yZqNaNfT1 { width:20rem;height:41.625rem;top:2.3109436035156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWieesIe3f6v0mugOF0kigJEuTfQ350t { width:18.1875rem;height:3.4375rem;top:4.404541015625rem;left:1.8125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #dSazlev2H7hcRXzZ1X9fORX2aVo6q3Ko { display:block; }
 }@media only screen and (max-width: 763px) { #BVLmSR6eTGZgSwoneqZxfeiSs37EIxJe { width:19.9991875rem;height:22.125rem;top:7.3371114730838rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #nKrU9W4IwKtpkKAwoER9uLPCwzBlQvdA { width:18rem;height:0;top:20.718994140625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #J2RgIOcssfPZeHAMeVd4qWKyaS4s32iu { width:16.0625rem;height:1.35rem;top:4.5rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ssu1rT4mHoZKI60atFle5GxdDJmMSW26 { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #013666, #285d8d);background-image: -moz-linear-gradient(145deg, #013666, #285d8d);background-image: -ms-linear-gradient(145deg, #013666, #285d8d);background-image: -o-linear-gradient(145deg, #013666, #285d8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );";background-image: linear-gradient(145deg, #013666, #285d8d);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ssu1rT4mHoZKI60atFle5GxdDJmMSW26 > .row .container { border-width: 0; border-radius: 0; }#Ssu1rT4mHoZKI60atFle5GxdDJmMSW26 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ssu1rT4mHoZKI60atFle5GxdDJmMSW26 > .row .container { width:20rem;height:76.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UpPQIG80s7yieTKxHLsA7LR0xkNd8Mm8 { width:20rem;height:71.9375rem;top:2.3101139068604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHkL0mA09Xe7Kqg7XfXXRkhZX7DmOLUa { width:18.1875rem;height:3.4375rem;top:4.404541015625rem;left:1.8125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #MwLspLDmXXTTw0xbixLaF8Bf4aC0Ew9y { display:block; }
 }@media only screen and (max-width: 763px) { #o1DS2aNuA05Q01JamGUy3ZlATo6vrgl0 { width:18.311625rem;height:22.1245625rem;top:26.769751548767rem;left:0.84418410062787rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #L5UOKukzQNTi21RRh0iJZPg5Qbwo4vd6 { width:18rem;height:0;top:20.718994140625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ZxAbkWuhscrJ0vGV5MkchcVcWzgZxbVH { width:13.186875rem;height:7.771875rem;top:4.1894540786743rem;left:1.6883681416511rem;font-size:1.5625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RVx0BidfSDL5l3h28WOsXec60XqFnwOo { width:14.9370625rem;height:2.625rem;top:10.785611152649rem;left:1.6883681416511rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl928the9Bmxc738xGoAiT94gK4adrfz { display:block; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebkZ76kcDsy0GNahswshdaTIb5BWdEse { width:16.624rem;height:1.462675rem;top:1.9375rem;left:1.6865234375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvVRVkaNl0KynMy9Z2TFlMDQbmn2VWgy { width:20rem;height:0;top:11.875rem;left:1.3999999761581rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-heading-text { font-size:0.9375rem;height:auto; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-desc-text { font-size:0.75rem;height:auto; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X { display:flex;height:auto;width:17.5rem;top:3.96118125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #oSbfTR4J26qMWRgTROz84UCrCOiB1L2b {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #D61sh2GKRNi5GnfumXas6SK6VW3yEQtl {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #Ky0KTJRyMmIaKucoDg6JqfOOzDvyvk6l {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EiZEw5VOMuGh7R26sJuRqyT24q0VkrI5 {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #MlPtM4yrwvby6wGGDtxDOGB8ikkmTbv0 {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #OGB53DtaX83B7bJzK5aO3UeWtOMXEHeX {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #FiZvNbIHOav8s5zKrzKcX0EV67PQODFs {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EqMTKew3RsfTJIwTO4uGhNsGa6yI7JTr {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #yQpuUwr0QFGavq86kcOCRHweAb2iIIFH {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #voVTyx9lQPqpbFLRG1kHt92T7StHosSG {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ueGByeWx1lSsndq1lCX0Vm69kqZSQGvv {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #SiCTUvTsk6TRuXoX1pMx8kNzwBpsraSn {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TgBWxhfy9O043hscFE7LZpLEPDqoOgce {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ll2yocRvvcFi399MVslzRFwkpRKkxcSa {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #tk3MBWB0aJthV9AgXAyDAaTUIllQ8rJr {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #WQCzPI64HS50oU5cvxI2B39WDHOAeLcD {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #QonvDTHmfz1X4yWJ4OzbcVrvGmwlhdzI {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TCVpz6SqKJ0eKauff8EnsNvIOfH1DV4v {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TXSatMrubNpZvTVKHqVyIx37OzEvz6gw {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #hFRaUW4DLuxQ9wDbFT4FABy2fsclkCxc {  }
 }@media only screen and (max-width: 763px) { #UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { display:block; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { width:4.749025rem;height:2.249025rem;top:1.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { width:20rem;height:auto;top:4.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { width:2.5rem;height:2.5rem;top:5.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { display:flex;width:1.43676875rem;height:1.43676875rem;top:5.9375rem;left:5.75rem; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.43676875rem; height:1.43676875rem; } }@media only screen and (max-width: 763px) { #aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { width:2.5rem;height:2.5rem;top:5.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { display:flex;width:1.25rem;height:1.25rem;top:6rem;left:9.5rem; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { width:2.5rem;height:2.5rem;top:5.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { width:1.624025rem;height:1.624025rem;top:5.8125rem;left:12.75rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.624025rem; height:1.624025rem; } }