.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:237,224,255;--color-primary-1:196,151,255;--color-primary-2:137,46,255;--color-primary-3:69,23,128;--color-primary-4:21,7,38;--color-secondary-0:255,238,223;--color-secondary-1:255,198,148;--color-secondary-2:255,140,40;--color-secondary-3:128,70,20;--color-secondary-4:38,21,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Unbounded;--paragraphs-font-family:Montserrat; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ec324940-6e84-41f3-9c25-893cad2f8f95/download.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .row .container { background-color: transparent; background-image: none; }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .row .container > .video-iframe-container { display: none; }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .row > .video-iframe-container { display: none; }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .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); }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .row .container { border-width: 0; border-radius: 0; }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#aSMkP8vhot0SXTuCCIrR8Bl8MBT5PqCU { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:10.75rem;left:0rem;height:6.8753125rem;text-align:left;text-align-last:left;display:block; }
#kPaKlMkOEhCcTU3UtGIyLc0GJNpzNgIC { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:2.25rem;left:3.5625rem;height:1.25rem;display:block; }
#JkOq7cvsBhPib4wmhzqdXnbRlN2TBAZG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.625rem;left:38.3125rem;display:block; }
#vtMk9RdEuAl5wel318M15CJnOCJ8486O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kwJHfhc8CdOLZ8aEOWSxDtty2uhJJnQ8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.625rem;left:55.75rem;display:block; }
#ViFDqODTbJ1SgdRuTG7pLyutTSCWOVtU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X6SNAwNst9NpRlx3ZTiSd4yTENrHDG5w { background-color:rgba(var(--color-primary-2),0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:11.1875rem;height:2.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:63.8125rem;display:block; }
#TO2szS9oMuX8zHoQKhUbV7v3TrVnDSBG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m3E10BrW2knAT52a5mKHWlbUwXou5eS3 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.9;letter-spacing:0;top:20.0625rem;left:0rem;height:5.7018125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IAhonqId4uTCsEUOH4nq6W8W55QcbvTL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.875rem;left:0rem;display:block; }
#bdM8hTpsZDbnxfobpgl1kE2NVQpeSO5A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#erx1fmlf0zRX80QvhEbWGWPTwT6b2Tne { position:absolute;display:block;z-index:14999;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:28.1875rem;width:41.125rem;top:7.25rem;left:33.875rem;overflow:hidden;display:block; }
#cK2kfeN7HMxNBK9o77qbFu5uUgvU2mEl { box-sizing:content-box;height:9.125rem;width:9.125rem;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:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:9.625rem;left:32.9375rem;display:block; }
#xEIry9k09VyCO8TpJeTnHpLeFRyLWDIz { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:11.1875rem;left:35.28125rem;height:1.60025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MExPfb1rBMur7zUwIXLTM4uOeAzfozr8 { color:rgba(var(--color-secondary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:12.48046875rem;left:33.6875rem;height:3.412225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#diXqkdLcJLncf2erH7H9htT7mSBkR7pO { color:rgba(var(--color-secondary-2),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:15.5rem;left:34.5rem;height:1.60025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCuTIPSoJEAJI7OFt2rZMPNKNfl1QuLE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.625rem;left:0rem; }
#CZ47VN5OhMCCOqx7Ppb6ldZ5bfbQ9gqk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.625rem;left:47rem;display:block; }
#wkF2Gg63rUziZIMhc93MFa8iamPBGL3b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#heaRkIZXJZQQuUTLocATCngyZeQ6NdLA { position:relative;display:block; }#heaRkIZXJZQQuUTLocATCngyZeQ6NdLA { background-color: transparent; background-image: none; }#heaRkIZXJZQQuUTLocATCngyZeQ6NdLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heaRkIZXJZQQuUTLocATCngyZeQ6NdLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heaRkIZXJZQQuUTLocATCngyZeQ6NdLA > .row .container > .video-iframe-container { display: none; }#heaRkIZXJZQQuUTLocATCngyZeQ6NdLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heaRkIZXJZQQuUTLocATCngyZeQ6NdLA > .row > .video-iframe-container { display: none; }#heaRkIZXJZQQuUTLocATCngyZeQ6NdLA > .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); }#heaRkIZXJZQQuUTLocATCngyZeQ6NdLA { border-width: 0; border-radius: 0; }#heaRkIZXJZQQuUTLocATCngyZeQ6NdLA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#heaRkIZXJZQQuUTLocATCngyZeQ6NdLA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ghUty7Ar0BFcWTArlifvsMkUK0XA9H9V { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:1.775390625rem;left:12.5rem;height:2.69990625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row .container { background-color: transparent; background-image: none; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row .container > .video-iframe-container { display: none; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row > .video-iframe-container { display: none; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .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); }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row .container { border-width: 0; border-radius: 0; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;overflow:visible;position:relative;display:block; }#coWTHmmEZT2KxO7BPGHrCnV235e612cH { box-sizing:content-box;height:12.25rem;width:12.25rem;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:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.0625rem;left:10.1875rem;display:block; }
#V91uxet2k3HMoEwK6BK3R75M5DcXr9QH { color:rgba(var(--color-primary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:11.125rem;left:12.375rem;height:1.34995625rem;text-align:center;text-align-last:center;display:block; }
#AwGrZyRNTOmBuPFeGVrN3qirfemCKCdu { background-color:rgba(var(--color-primary-2),0.2);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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:15.6875rem;left:11.75rem;display:block; }
#VMBiFQXczGHVE3FpMgLn0KvgKuBbbbOb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KCisgQEnb9olOwvfofcZOBEuV1Guenz8 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:11.25rem;top:0.75rem;left:10.1875rem;overflow:hidden;display:block; }
#UkqXop4bmUoqNdLl676uLwaQNW7tGFx8 { box-sizing:content-box;height:12.25rem;width:12.25rem;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:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.125rem;left:24.3125rem;display:block; }
#Hb5QTPBrlgokpUnmHq9IupOcTvSuLsW5 { color:rgba(var(--color-primary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:11.1875rem;left:26.5rem;height:1.34995625rem;text-align:center;text-align-last:center;display:block; }
#Di1EMXMLREz4Z8XHsLui766mGVVIpepJ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:9.125rem;top:0.75rem;left:25.875rem;overflow:hidden;display:block; }
#qd0ea8bftDKKNL5dQwsEApnGlM6TGK7b { background-color:rgba(var(--color-primary-2),0.2);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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:15.75rem;left:25.875rem;display:block; }
#aU7C5tiH0sAP0s37BdsMnypIFN7KXEtE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CDrqryXbxXS43IdnESUEwMzLQSk73pw0 { box-sizing:content-box;height:12.25rem;width:12.25rem;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:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.125rem;left:38.4375rem;display:block; }
#QQ6M134xZ6Q0SxfbMpNZJ8OGQG1d5KcW { position:absolute;display:block;z-index:15028;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:8.25rem;width:9.125rem;top:2.0625rem;left:40rem;overflow:hidden;display:block; }
#DSz65h2p9vZawuIoHG4ke0hT7I9J1S8K { color:rgba(var(--color-primary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:11.1875rem;left:40.625rem;height:1.34995625rem;text-align:center;text-align-last:center;display:block; }
#UxTO1wOyb6QkeIFlvAwDIvJ2UDhBkv75 { background-color:rgba(var(--color-primary-2),0.2);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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:15.75rem;left:40rem;display:block; }
#kJanWnTQTruZVAWeiD4kw69B68D6umrQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V5hDgGQD7FT5uKsQZggG11yZKp0hxKfo { box-sizing:content-box;height:12.25rem;width:12.25rem;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:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.125rem;left:52.5625rem;display:block; }
#fe5S1ZAH6WmNZl93xan9EuVewlVuOIvx { position:absolute;display:block;z-index:15032;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:7rem;width:10.8125rem;top:4.125rem;left:53.3125rem;overflow:hidden;display:block; }
#KmIttpH0Cl0xVmXBibhl9P8VCAJixOI5 { color:rgba(var(--color-primary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:11.1875rem;left:54.75rem;height:1.34995625rem;text-align:center;text-align-last:center;display:block; }
#hdJhyXeZ4a6NMaFRINkFW4zKvkG1o8HA { background-color:rgba(var(--color-primary-2),0.2);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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:15.75rem;left:54.125rem;display:block; }
#q2DlhrObOUsSiuZ6I8XQNvhBznr3oKIt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LaDvreo6o8TRguNR6T9XdMxc30FmzC17 { position:relative;display:block; }#LaDvreo6o8TRguNR6T9XdMxc30FmzC17 { background-color: transparent; background-image: none; }#LaDvreo6o8TRguNR6T9XdMxc30FmzC17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaDvreo6o8TRguNR6T9XdMxc30FmzC17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaDvreo6o8TRguNR6T9XdMxc30FmzC17 > .row .container > .video-iframe-container { display: none; }#LaDvreo6o8TRguNR6T9XdMxc30FmzC17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaDvreo6o8TRguNR6T9XdMxc30FmzC17 > .row > .video-iframe-container { display: none; }#LaDvreo6o8TRguNR6T9XdMxc30FmzC17 > .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); }#LaDvreo6o8TRguNR6T9XdMxc30FmzC17 { border-width: 0; border-radius: 0; }#LaDvreo6o8TRguNR6T9XdMxc30FmzC17 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LaDvreo6o8TRguNR6T9XdMxc30FmzC17 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq .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; }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),0.3);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.601875rem;padding-right:0.549375rem;padding-bottom:0.601875rem;padding-left:0.549375rem;display:block;align-items:center;width:3.293125rem;min-width:3.293125rem;height:3.234375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.4075rem;font-weight:700;line-height:51.75px;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-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem; }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq .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.37625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.391875rem;height:1.278125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.903125rem;font-weight:400;line-height:20.45px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq { 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:21.5625rem;height:6.0925rem;padding-top:0.6875rem;padding-right:0.7rem;padding-bottom:0.6875rem;padding-left:0.7rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.5rem;left:26.017578125rem;z-index:15002; }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #peG2U6w5Z7FAGuGSMWp4ImzWDAPbpgd8 { display:flex;position:relative;top:0rem;left:0rem; }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #eUdRoNZdffTdHfQ7hCQyBnTI0UwFR6DT { width:auto; }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #d07muRuX1xOOHyoJ2ABID0hNw5vOIcIk {  }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #TZ8JGXnbnaIquA3ITPT1qEKRups13etO { display:flex;position:relative;top:0rem;left:0rem; }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #v8UgLHqFln76xKHZS4FOGD90cdqFnhh0 {  }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #lB7FzNlGWdQGi93oUW1JwyniRmVzw8wp {  }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #N2l1IfGe4H7wJ2Ey0HRcGvqQPNMAhc1K { display:flex;position:relative;top:0rem;left:0rem; }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #UNT20neacerFQIhlLSvyf57nBlGMsGka {  }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #yTTUudiBs8ISsU5zAkmR1u31t0Z7VUwQ {  }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #bUuleViLWINmNAkOdXeST0qp24pnJcub { display:flex;position:relative;top:0rem;left:0rem; }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #QEzUQO9e6y10haGMsWtZhcZwSNqC58Kd {  }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #JXtmWi6BWQ7L5TTHZmQs64g8DQVrAAcd {  }
#ru8GSWTUQLdwIotAG7bczt99tHBNtr33 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:2;letter-spacing:0;top:1.375rem;left:22.71875rem;height:2.000725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lB5DfmEbO0WIobJCHVumHBepO8aFUxqJ { position:relative;display:block; }#lB5DfmEbO0WIobJCHVumHBepO8aFUxqJ { background-color: transparent; background-image: none; }#lB5DfmEbO0WIobJCHVumHBepO8aFUxqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB5DfmEbO0WIobJCHVumHBepO8aFUxqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB5DfmEbO0WIobJCHVumHBepO8aFUxqJ > .row .container > .video-iframe-container { display: none; }#lB5DfmEbO0WIobJCHVumHBepO8aFUxqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB5DfmEbO0WIobJCHVumHBepO8aFUxqJ > .row > .video-iframe-container { display: none; }#lB5DfmEbO0WIobJCHVumHBepO8aFUxqJ > .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); }#lB5DfmEbO0WIobJCHVumHBepO8aFUxqJ { border-width: 0; border-radius: 0; }#lB5DfmEbO0WIobJCHVumHBepO8aFUxqJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lB5DfmEbO0WIobJCHVumHBepO8aFUxqJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ScGw6Xxp7nDFZO8pEXZfiL7P824VD5AV { box-sizing:content-box;height:6.875rem;width:33.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.3);background-image:none;top:6.0625rem;left:39.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#HIex2BlClwA9DdTONfcVyNUaJqZore5X { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:8.5rem;left:40.5rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#k1Q4azlPJ5FygbfLnk3lGNSloNfwnXaO { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.5625rem;left:39.0625rem;height:2.69990625rem;text-align:left;text-align-last:left;display:block; }
#UeFFS1JuZWo6ETXynMevumxuD1fD15ro { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:7.125rem;left:52.8125rem;height:3.2005rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dP7JImedTqDqeN0rHbD9IBuVKN29WT5A { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.6875rem;top:8.25rem;left:47.4375rem;overflow:hidden;display:block; }
#aizU0f6dM3DyLosBEBPNbJZgtT282h3S { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:30.875rem;width:36rem;top:0.5rem;left:1.25rem;overflow:hidden;display:block; }
#liITrbQ2CRbsGRikPezhWiB23xaT4NHT { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:7.0625rem;left:47rem;display:block; }
#XhxaO3ZTvW0xiz9TyWH6HqWFZO2W00md { box-sizing:content-box;height:6.875rem;width:33.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.3);background-image:none;top:13.6875rem;left:39.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#fRu0QfnZAUItPU4PZT6aMffA9gEvozuc { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:14.6875rem;left:47rem;display:block; }
#PAG2J0X0M7KDrnmieTrstsC1ropSixPK { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:14.6875rem;left:52.8125rem;height:3.2005rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lQy0rXSpTGHuu5CuFKNNmcqFWsef405f { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:15.40625rem;left:47.5625rem;overflow:hidden;display:block; }
#PVNyVJCqdbdpRloWeiRWQifg4tlnANNX { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:16.0625rem;left:40.5rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#V23konE65hIH3md7Re0KHlWyhyQk2WQk { box-sizing:content-box;height:6.875rem;width:33.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),0.3);background-image:none;top:21.25rem;left:39.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#fdat2dCWtlB0ImcLTaZ3la5boCMobxhz { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22.25rem;left:47rem;display:block; }
#h6w92T5ZpDNLaXpFH9TO6W7Gs0Lf87uq { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:22.25rem;left:52.8125rem;height:3.2005rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wMfK7Vvg8PicJD0OFKbbayDqo15O0ASF { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.625rem;top:22.8125rem;left:46.96875rem;overflow:hidden;display:block; }
#SAiGD0Ql4twaiZ7xm2qKo0uRSQq3tRgA { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:23.625rem;left:40.5rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#PfNx3CGmH2IrTtBwmUR1qRTLS2VtEcf7 { position:relative;display:block; }#PfNx3CGmH2IrTtBwmUR1qRTLS2VtEcf7 { background-color: transparent; background-image: none; }#PfNx3CGmH2IrTtBwmUR1qRTLS2VtEcf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfNx3CGmH2IrTtBwmUR1qRTLS2VtEcf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfNx3CGmH2IrTtBwmUR1qRTLS2VtEcf7 > .row .container > .video-iframe-container { display: none; }#PfNx3CGmH2IrTtBwmUR1qRTLS2VtEcf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfNx3CGmH2IrTtBwmUR1qRTLS2VtEcf7 > .row > .video-iframe-container { display: none; }#PfNx3CGmH2IrTtBwmUR1qRTLS2VtEcf7 > .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); }#PfNx3CGmH2IrTtBwmUR1qRTLS2VtEcf7 { border-width: 0; border-radius: 0; }#PfNx3CGmH2IrTtBwmUR1qRTLS2VtEcf7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PfNx3CGmH2IrTtBwmUR1qRTLS2VtEcf7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ygRPppQkntkVBOyedR2QAvIUqlN4pBvQ { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:1.775390625rem;left:12.5rem;height:2.69990625rem;text-align:center;text-align-last:center;display:block; }
#KfQ4SG78qTr8vXvU2Sdsfez2eXJCZ39L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#KfQ4SG78qTr8vXvU2Sdsfez2eXJCZ39L > .row .container { background-color: transparent; background-image: none; }#KfQ4SG78qTr8vXvU2Sdsfez2eXJCZ39L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfQ4SG78qTr8vXvU2Sdsfez2eXJCZ39L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfQ4SG78qTr8vXvU2Sdsfez2eXJCZ39L > .row .container > .video-iframe-container { display: none; }#KfQ4SG78qTr8vXvU2Sdsfez2eXJCZ39L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfQ4SG78qTr8vXvU2Sdsfez2eXJCZ39L > .row > .video-iframe-container { display: none; }#KfQ4SG78qTr8vXvU2Sdsfez2eXJCZ39L > .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); }#KfQ4SG78qTr8vXvU2Sdsfez2eXJCZ39L > .row .container { border-width: 0; border-radius: 0; }#KfQ4SG78qTr8vXvU2Sdsfez2eXJCZ39L > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#KfQ4SG78qTr8vXvU2Sdsfez2eXJCZ39L > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#ETGo8Wqw4TVuO0vsT6CNv7XtLBo6cTy1 { box-sizing:content-box;height:28.375rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.3);background-image:none;top:4.375rem;left:7.4375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#enZ26BgUApdQvXpWzTkVKGOZH32hsr6i { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:9.3125rem;left:10.5rem;height:2.39955625rem;text-align:left;text-align-last:left;display:block; }
#aAaQfJTDFOyHtgTHuqxHR0ybWu5PITJy { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:12.4306640625rem;left:10.53125rem;height:3.60096875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m0RpVU2IEPxKAlfKTHh8VpObODZVSwBs { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:25.875rem;width:25.875rem;top:5.8125rem;left:40.5rem;overflow:hidden;display:block; }
#r2T2l9A4RMZLfldAZa3W3RRHeZTtKsC9 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:15.5rem;top:16.25rem;left:30.7919921875rem;overflow:hidden;display:block; }
#FJxr48opBrTlSysWQTxbv8ITocGHEbx1 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28.3125rem;left:10.5rem;display:block; }
#w2Q00t7m1q4kU4aJHtKcE4dxHZBT4Atu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NNFGJmQK9ebGKWwdG9MtTTsJTCPW7oL9 { color:rgba(var(--color-secondary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:6.3125rem;left:10.5rem;height:1.34995625rem;text-align:left;text-align-last:left;display:block; }
#BesSaTgeFEz4myZRoBR9WSM5kKJF0ela { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:17.4375rem;left:10.5rem;height:4.823725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BesSaTgeFEz4myZRoBR9WSM5kKJF0ela li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BesSaTgeFEz4myZRoBR9WSM5kKJF0ela li:before{  }
#WGQ39iH0ycWsVRDHleyDd9QrahqODq2C { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:3.125rem;left:63.0625rem;height:1.60025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tVSgg6yKae7cvc9lFS9SQ2WCai2Gqo7c { color:rgba(var(--color-secondary-2),1);display:block;width:6.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:4.625rem;left:62.375rem;height:2.47505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTEa27S9m36Ww5cM8qo6Wym09gLznT3M { color:rgba(var(--color-secondary-2),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:7.3125rem;left:63.4375rem;height:1.4000125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XnPbVc7A3GBCyzk8UKpsP9TcODH1nlq0 { box-sizing:content-box;height:7.125rem;width:7.125rem;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:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, 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(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;top:2.25rem;left:62.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem -0.1875rem 0.8125rem rgba(137,46,255,0.48) ;display:block; }
#gKayiv93IQchTvCCpVvTQMU1RdBytqIC { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:23.7490234375rem;left:10.5rem;height:1.46238125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qwwyVKxuda0QdgvHNt5Hbz8IIagQrruf { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:25.3974609375rem;left:10.5rem;height:1.6494875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qcSBifNcWZlJkCN4ZcVNAnu9l44Ms852 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#qcSBifNcWZlJkCN4ZcVNAnu9l44Ms852 > .row .container { background-color: transparent; background-image: none; }#qcSBifNcWZlJkCN4ZcVNAnu9l44Ms852::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcSBifNcWZlJkCN4ZcVNAnu9l44Ms852 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcSBifNcWZlJkCN4ZcVNAnu9l44Ms852 > .row .container > .video-iframe-container { display: none; }#qcSBifNcWZlJkCN4ZcVNAnu9l44Ms852 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcSBifNcWZlJkCN4ZcVNAnu9l44Ms852 > .row > .video-iframe-container { display: none; }#qcSBifNcWZlJkCN4ZcVNAnu9l44Ms852 > .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); }#qcSBifNcWZlJkCN4ZcVNAnu9l44Ms852 > .row .container { border-width: 0; border-radius: 0; }#qcSBifNcWZlJkCN4ZcVNAnu9l44Ms852 > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#qcSBifNcWZlJkCN4ZcVNAnu9l44Ms852 > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#luqQAOI2CR1R75BNKT8T3L9WVeH9oRGP { box-sizing:content-box;height:28.375rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.3);background-image:none;top:4.4375rem;left:7.4375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#J8vwrOZy9wX4GiTh8wVuq75lLkSifwgz { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:9.3125rem;left:39.375rem;height:2.39955625rem;text-align:left;text-align-last:left;display:block; }
#Hg609b3wRQ9O5ZQyRkUFAby3xL4G1LTq { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:12.4375rem;left:39.4375rem;height:3.60096875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ogTG7UqDtanLxdmtSTyWBnLdcEc1g9d3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:25.875rem;width:25.875rem;top:5.6875rem;left:8.375rem;overflow:hidden;display:block; }
#cKU9b7oOowxkw4pOTHpiQigUZHCxRrMA { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:11.8125rem;top:21.6875rem;left:1.125rem;overflow:hidden;display:block; }
#qZVL3dFCBUNLCmgn8FM8lK7ZVywtiI0O { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28.3125rem;left:39.375rem;display:block; }
#FBgfIoetoehLcgfLIrtNPJPU0RNWvpec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I7cbnaSEXWMOfwT5r7Ll0opDvR4eKk06 { color:rgba(var(--color-secondary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:6.3125rem;left:39.375rem;height:1.34995625rem;text-align:left;text-align-last:left;display:block; }
#zN1W5STl02aNuWTcaBz9gBwUTGLd5QoQ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:17.4375rem;left:39.375rem;height:4.823725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zN1W5STl02aNuWTcaBz9gBwUTGLd5QoQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zN1W5STl02aNuWTcaBz9gBwUTGLd5QoQ li:before{  }
#OxKI4U8nPZA4bhmMcMo4t4Mx8UKpBV8C { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:5.9375rem;left:6.3125rem;height:1.60025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bCwCte22qJ2XPd9iU4uGvfJVmc5AKt4r { color:rgba(var(--color-secondary-2),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:7.4375rem;left:5.625rem;height:2.47505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RtTruPuUg5PWBHk79t59yNRkiNqQVlr9 { color:rgba(var(--color-secondary-2),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:10.125rem;left:6.6875rem;height:1.4000125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K8lWR5NRwow1A6pEGuJoJzEHxOPGNQST { box-sizing:content-box;height:7.125rem;width:7.125rem;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:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, 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(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;top:5.0625rem;left:5.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem -0.1875rem 0.8125rem rgba(137,46,255,0.48) ;display:block; }
#ITBuqr2p3avn2fOmk0VN4byJixU2zwlN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:23.75rem;left:39.375rem;height:1.46238125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lsvRyiRkm5ZIsXdyenuSeIiSEtQi7aGH { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:25.375rem;left:39.375rem;height:1.6494875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZbtDvqQBqK3nZcxwXWmsFM7gTw4vxgOf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#ZbtDvqQBqK3nZcxwXWmsFM7gTw4vxgOf > .row .container { background-color: transparent; background-image: none; }#ZbtDvqQBqK3nZcxwXWmsFM7gTw4vxgOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbtDvqQBqK3nZcxwXWmsFM7gTw4vxgOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbtDvqQBqK3nZcxwXWmsFM7gTw4vxgOf > .row .container > .video-iframe-container { display: none; }#ZbtDvqQBqK3nZcxwXWmsFM7gTw4vxgOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbtDvqQBqK3nZcxwXWmsFM7gTw4vxgOf > .row > .video-iframe-container { display: none; }#ZbtDvqQBqK3nZcxwXWmsFM7gTw4vxgOf > .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); }#ZbtDvqQBqK3nZcxwXWmsFM7gTw4vxgOf > .row .container { border-width: 0; border-radius: 0; }#ZbtDvqQBqK3nZcxwXWmsFM7gTw4vxgOf > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#ZbtDvqQBqK3nZcxwXWmsFM7gTw4vxgOf > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#uVlTNRufoEGdoqb5WMewX0dq2nZ8IdW8 { box-sizing:content-box;height:28.375rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.3);background-image:none;top:4.375rem;left:7.4375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#HWBxF68FV68OFbe9cB6Rd4k80QRruk4b { color:rgba(var(--color-tertiary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:9.3125rem;left:10.5rem;height:2.39955625rem;text-align:left;text-align-last:left;display:block; }
#kwLOShTfZKsgEn5tU7R7CxDcbproMHCD { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:12.4306640625rem;left:10.53125rem;height:3.60096875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kltrwh8mkKXoVHERoFXqcOvOflsbhs9Q { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:25.25rem;width:25.25rem;top:5.8125rem;left:41.25rem;overflow:hidden;display:block; }
#GCpDv7QslsBT9AT6Ff3nizTAFyEbUmGd { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:10.5625rem;top:21.9375rem;left:34.234485815603rem;overflow:hidden;display:block; }
#igFDIT3TER4Ge1aWNap5pIytbeiiWUnb { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28.3125rem;left:10.5rem;display:block; }
#HXTXnSvknoPlvgDwZhuKtpg0wapollTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JROxlxFVpnmIp2CL0n4SQrQnP8MKh8qJ { color:rgba(var(--color-secondary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:6.3125rem;left:10.5rem;height:1.34995625rem;text-align:left;text-align-last:left;display:block; }
#ECTJWPFfVcQOZHvKpzq2eECSfmB5p9sC { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:17.4375rem;left:10.5rem;height:4.823725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ECTJWPFfVcQOZHvKpzq2eECSfmB5p9sC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ECTJWPFfVcQOZHvKpzq2eECSfmB5p9sC li:before{  }
#HW1aL0DBo3ObS3RrOtE4kvqTAMd0nlGp { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:3.125rem;left:63.0625rem;height:1.60025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cnwOJsGBlQxJwRu2KJDtkBfMPVUgDmWd { color:rgba(var(--color-secondary-2),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:4.625rem;left:62.375rem;height:2.47505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTs6NznHK4sRzW8OuRcpuNbiXbTlk3b6 { color:rgba(var(--color-secondary-2),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:7.3125rem;left:63.4375rem;height:1.4000125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Is8TFhZKuwqJL1GEqH20gK62of2AJ3Gk { box-sizing:content-box;height:7.125rem;width:7.125rem;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:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, 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(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;top:2.25rem;left:62.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem -0.1875rem 0.8125rem rgba(137,46,255,0.48) ;display:block; }
#rCX4zTT7ag8V1wUSlE1XTorqTwPOD0fU { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:23.7490234375rem;left:10.5rem;height:1.46238125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z4oZ4tmZVxIehemCqZNZual8m340Pu8I { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:25.3974609375rem;left:10.5rem;height:1.6494875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C9WrIhg3MsqTeITxJ81t0dkqR70IAq3W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#C9WrIhg3MsqTeITxJ81t0dkqR70IAq3W > .row .container { background-color: transparent; background-image: none; }#C9WrIhg3MsqTeITxJ81t0dkqR70IAq3W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9WrIhg3MsqTeITxJ81t0dkqR70IAq3W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9WrIhg3MsqTeITxJ81t0dkqR70IAq3W > .row .container > .video-iframe-container { display: none; }#C9WrIhg3MsqTeITxJ81t0dkqR70IAq3W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9WrIhg3MsqTeITxJ81t0dkqR70IAq3W > .row > .video-iframe-container { display: none; }#C9WrIhg3MsqTeITxJ81t0dkqR70IAq3W > .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); }#C9WrIhg3MsqTeITxJ81t0dkqR70IAq3W > .row .container { border-width: 0; border-radius: 0; }#C9WrIhg3MsqTeITxJ81t0dkqR70IAq3W > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#C9WrIhg3MsqTeITxJ81t0dkqR70IAq3W > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#du1QF2KWFnimM5yrp06H67wMOPfeDp2w { box-sizing:content-box;height:28.375rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.3);background-image:none;top:4.4375rem;left:7.4375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#oUUIVE9xU9KBDxkIh2fZ0PApxudS1yy0 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:9.3125rem;left:39.375rem;height:2.39955625rem;text-align:left;text-align-last:left;display:block; }
#IBfiWD3EyXCpEBkJehwb7nNDZE7TLbCU { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:12.4375rem;left:39.4375rem;height:3.60096875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GIGZyCaMq5eMKePr8ELBeeiZal9pSbha { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:25.875rem;width:25.875rem;top:5.6875rem;left:8.6875rem;overflow:hidden;display:block; }
#EyPWi7uWQ1zwe8LwX9XMTvU4aqKsr3Nr { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:12.625rem;top:24rem;left:1.8611111111111rem;overflow:hidden;display:block; }
#iTpaGbJ178XeldPBW1tiMNXvCKOZThRl { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28.3125rem;left:39.375rem;display:block; }
#DGxFo4lAULU1KlZUOu6r3pyeAHRKS4Mp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThsodlnK1uJQtdyEiiKZT9PM75lf8Ls6 { color:rgba(var(--color-secondary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:6.3125rem;left:39.375rem;height:1.34995625rem;text-align:left;text-align-last:left;display:block; }
#Ugop2JPwRa29h7MLdZwXPx32nDEU9PFK { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:17.4375rem;left:39.375rem;height:4.823725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ugop2JPwRa29h7MLdZwXPx32nDEU9PFK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ugop2JPwRa29h7MLdZwXPx32nDEU9PFK li:before{  }
#PsdBDcbqT0bAWQxLfN1zrecOHfiTbDFQ { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:5.9375rem;left:6.3125rem;height:1.60025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lbsNhza4334SagBBb0Qkx3zeIedazwFH { color:rgba(var(--color-secondary-2),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:7.4375rem;left:5.625rem;height:2.47505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HqCC22PnqR1TJCDmiaPDagn21QA99Qh9 { color:rgba(var(--color-secondary-2),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:10.125rem;left:6.6875rem;height:1.4000125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMObVQcUM99tJBC4UFGz5TgwlTdW94ZK { box-sizing:content-box;height:7.125rem;width:7.125rem;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:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, 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(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;top:5.0625rem;left:5.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem -0.1875rem 0.8125rem rgba(137,46,255,0.48) ;display:block; }
#W135vy4vMOVDGWczEChqCf4BztxDODd4 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:23.75rem;left:39.375rem;height:1.46238125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gNVF2qxXToZdhsIFS0Ns4OxWQbTErqEa { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:unbounded;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:25.375rem;left:39.375rem;height:1.6494875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container { background-color: transparent; background-image: none; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container > .video-iframe-container { display: none; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row > .video-iframe-container { display: none; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .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); }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container { border-width: 0; border-radius: 0; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#p8TSM4L9OATZBWZDHzWR4PeN2xcbNkfr { color:rgba(var(--color-primary-4),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:5.0625rem;left:12.5rem;height:2.2502rem;text-align:center;text-align-last:center;display:block; }
#uRJAdMIRdQF6sSCEB6ZHHVrT2mE5CuTw { color:rgba(var(--color-primary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:8.8125rem;left:12.5rem;height:1.60025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-form-header {  }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-regular-label { height:auto;display:block;font-family:unbounded;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),0.3);border-left:0.0625rem solid rgba(var(--color-primary-1),0.3);border-right:0.0625rem solid rgba(var(--color-primary-1),0.3);border-bottom:0.0625rem solid rgba(var(--color-primary-1),0.3);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.875rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-primary-4),1);font-size:1rem;overflow:hidden;font-family:unbounded;text-align:center;text-align-last:center;vertical-align:top; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-text {padding-top: 0; padding-bottom: 0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),0.3);border-left:0.0625rem solid rgba(var(--color-primary-1),0.3);border-right:0.0625rem solid rgba(var(--color-primary-1),0.3);border-bottom:0.0625rem solid rgba(var(--color-primary-1),0.3);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-4),1);font-size:1rem;overflow:hidden;font-family:unbounded;text-align:center;text-align-last:center;vertical-align:top; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),0.3);border-left:0.0625rem solid rgba(var(--color-primary-1),0.3);border-right:0.0625rem solid rgba(var(--color-primary-1),0.3);border-bottom:0.0625rem solid rgba(var(--color-primary-1),0.3);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-primary-2),1);font-family:var(--headlines-font-family);font-size:1rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-select {padding-top: 0; padding-bottom: 0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.9375rem;margin-bottom:0.25rem;margin-left:5.9375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:11.9375rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden;font-style:normal; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--headlines-font-family);font-size:1rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--headlines-font-family);font-size:1rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--headlines-font-family);font-size:1rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--headlines-font-family);font-size:1rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.6875rem;overflow:hidden;font-style:normal;float:none; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-container:first-of-type{padding-top:0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-container:last-of-type{padding-bottom:0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.5rem;left:24.3125rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.875rem;display:block;vertical-align:top; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r {display:block;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.5rem;left:24.3125rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #aNm4FmuHWiUqy6ynDqS38diAls1QUMha { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #Om6fyiVzBeV627LONL0CF3qlzeO1aTlQ { position:relative;display:none; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #HZ0wSvJmGCxEbAlUWf47O2E4WgE4vfSb { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #ah5Ce0dQQmTmdRxytQXLc84W5PKZEy1h { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #MPzqv5RSDXIEbqEgBBlL118Atdw0kff3 { position:relative;display:none; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #ZQ8x1RnHhtbnbhnWkfTFnvfmWIXhHTEK { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #NhMqbJzzK8WNQoTzinyJIDLoWs2hodgC { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #oscGqg5pVO7geoeLl4RDiRGCuSoU45d7 { position:relative;display:none; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #DldX11gB5FVOzSBnbgnicakCMyea4S8T { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #d1A72Fm02NuUPSy7aORCkFJDpa0olK8X { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #TE9O0yrsuz5sMTKnU5FsceXXtXe7xXnm { position:relative; }
#yUSpT6Xc731n0S0dx7w4SfpNUnTaI79z { 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:8.8125rem;width:5.0625rem;top:14.875rem;left:65.625rem;overflow:hidden;display:block; }
#G8p18ArvOirHc9sET0iH43Mv0dVZ7NJU { box-sizing:content-box;height:19.4375rem;width:34.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.4375rem;left:20.4375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#Ze4obHNHV8UKNiKvTwVroXnATT3qEFIS { 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:15.1875rem;width:20.9375rem;top:20.75rem;left:49.6875rem;overflow:hidden;display:block; }
#FEwXziZKTsFaEN4p7QxofkHGmo6kdOxG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:10.9375rem;top:15.625rem;left:11.625rem;overflow:hidden;display:block; }
#CHSOidfSNgXQcWl8ARuOHmUofxzo9fJf { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:9.625rem;top:12.5rem;left:6.8125rem;overflow:hidden;display:block; }
#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row .container { background-color: transparent; background-image: none; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row .container > .video-iframe-container { display: none; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row > .video-iframe-container { display: none; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .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); }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row .container { border-width: 0; border-radius: 0; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#f6MbdqnEhHtUM3fPAlBsfSZI42LVairo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:24.8125rem;width:33.1875rem;top:4.5546875rem;left:2.15625rem;overflow:hidden;display:block; }
#hB7lm5QSpyLcLvDXbSOqD5JuaWOexCsX { color:rgba(var(--color-primary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:10.5625rem;left:41.4375rem;height:9.6015rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vaTeD7cuhmRyK08fxSfUm1oeiMeZTZZ7 { color:rgba(var(--color-primary-2),1);display:block;width:30.875rem;position:absolute;font-family:unbounded;font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:5.875rem;left:41.4375rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#oXrFehGsBzw0TLkIzGD578adiZutr7bL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:unbounded;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:25.6875rem;left:41.4375rem;display:block; }
#AbvzEFSG4nZgenX6wXkNZmGhTrRvRKRy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R6kH1R7WHv1Bs1CcL3dpXBhB6lIcuJk3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R6kH1R7WHv1Bs1CcL3dpXBhB6lIcuJk3 > .row .container { background-color: transparent; background-image: none; }#R6kH1R7WHv1Bs1CcL3dpXBhB6lIcuJk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6kH1R7WHv1Bs1CcL3dpXBhB6lIcuJk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6kH1R7WHv1Bs1CcL3dpXBhB6lIcuJk3 > .row .container > .video-iframe-container { display: none; }#R6kH1R7WHv1Bs1CcL3dpXBhB6lIcuJk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6kH1R7WHv1Bs1CcL3dpXBhB6lIcuJk3 > .row > .video-iframe-container { display: none; }#R6kH1R7WHv1Bs1CcL3dpXBhB6lIcuJk3 > .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); }#R6kH1R7WHv1Bs1CcL3dpXBhB6lIcuJk3 > .row .container { border-width: 0; border-radius: 0; }#R6kH1R7WHv1Bs1CcL3dpXBhB6lIcuJk3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6kH1R7WHv1Bs1CcL3dpXBhB6lIcuJk3 > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#NhSC9PHiUP2SXMSwMqzVgBoKPeQGsPho { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:5.69921875rem;left:1.875rem;height:1.5748125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n4eDOoQWKRCIIyNtIOtuTUTTTKnvvTMx { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:1.625rem;left:7.75rem; }
#WnRVQTcM0ANIoz3eK32uMJH9zf4xTWs6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:8.125rem;left:1.875rem;height:4.80075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dUooWo9p3PKwKUvTsv30hLF6HuoIH42V { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:5.69921875rem;left:20.625rem;height:1.5748125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k9hedDQ0K5iL7NBkvoeXkCovXOSa66Dz { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:8.125rem;left:20.625rem;height:4.80075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z4PDk5p2s6pV3xT0ydDsGynZLPCDthzN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:1.625rem;left:26.5rem; }
#UuR7SLFnLO2DBWDVGaG5A1sSDWx4Sszt { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:5.69921875rem;left:39.375rem;height:1.5748125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AXnfI8yCeXNwa7wy0MwST7KlHBKvMGaD { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:8.125rem;left:39.125rem;height:4.80075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgatfDmTOVpoTXZtFTmBfRJeidIQ84Ar { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:1.625rem;left:45.25rem; }
#phWlDUMETu0zVZuMfv9EdXCu6qWtiA6K { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:5.69921875rem;left:58.125rem;height:1.5748125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wGG7rca6yT1FP8wTHVA8TJHecMsV6xgK { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:8.125rem;left:57.875rem;height:4.80075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#do5zIPKVaMTH8t4O9RQmoTZq4CAaKGTr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:1.625rem;left:64rem; }
#kSlWJcgF0KTmDuvuWuFAIpy5hZvLiAWT { box-sizing:content-box;height:16.875rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:0.625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#ZTJuC7iFUct8b7O2KGE19G0nohhPkFfX { box-sizing:content-box;height:16.875rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:19.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#c52XETPUa96VeEkpsP2mvUp2drScbm0e { box-sizing:content-box;height:16.875rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:38.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#oJVhFkJ6VOtcFou8yEXwwpyS0mV5b0RO { box-sizing:content-box;height:16.875rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:56.875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#C0yDgLGdOPkooJKEJumzIUhdyqLe1Nnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C0yDgLGdOPkooJKEJumzIUhdyqLe1Nnb > .row .container { background-color: transparent; background-image: none; }#C0yDgLGdOPkooJKEJumzIUhdyqLe1Nnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0yDgLGdOPkooJKEJumzIUhdyqLe1Nnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0yDgLGdOPkooJKEJumzIUhdyqLe1Nnb > .row .container > .video-iframe-container { display: none; }#C0yDgLGdOPkooJKEJumzIUhdyqLe1Nnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0yDgLGdOPkooJKEJumzIUhdyqLe1Nnb > .row > .video-iframe-container { display: none; }#C0yDgLGdOPkooJKEJumzIUhdyqLe1Nnb > .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); }#C0yDgLGdOPkooJKEJumzIUhdyqLe1Nnb > .row .container { border-width: 0; border-radius: 0; }#C0yDgLGdOPkooJKEJumzIUhdyqLe1Nnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C0yDgLGdOPkooJKEJumzIUhdyqLe1Nnb > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#OnmJnrGkf4HUKhMkOadTwAGxFTiLFOVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OnmJnrGkf4HUKhMkOadTwAGxFTiLFOVu > .row .container { background-color: transparent; background-image: none; }#OnmJnrGkf4HUKhMkOadTwAGxFTiLFOVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnmJnrGkf4HUKhMkOadTwAGxFTiLFOVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnmJnrGkf4HUKhMkOadTwAGxFTiLFOVu > .row .container > .video-iframe-container { display: none; }#OnmJnrGkf4HUKhMkOadTwAGxFTiLFOVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnmJnrGkf4HUKhMkOadTwAGxFTiLFOVu > .row > .video-iframe-container { display: none; }#OnmJnrGkf4HUKhMkOadTwAGxFTiLFOVu > .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); }#OnmJnrGkf4HUKhMkOadTwAGxFTiLFOVu > .row .container { border-width: 0; border-radius: 0; }#OnmJnrGkf4HUKhMkOadTwAGxFTiLFOVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OnmJnrGkf4HUKhMkOadTwAGxFTiLFOVu > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#PlsemdFF3BnLzu8z39A64TA1Obon18kd { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:3.75rem;left:3.1875rem;height:1.25rem;display:block; }
#uccHHZwnxOKxPFlyAXUB7Q59owivbeFQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:3.75rem;left:38.25rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gKmX4gq24MIAJMaeQnStsDkCilPXPlPp { color:rgba(var(--color-tertiary-0),0.6);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.5625rem;left:38.25rem;height:4.19758125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PVozbqPdrTbS66mlupX1brGKKrKLbbRu { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.75rem;left:18rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q7xtz1mtGED6RtgdRrIFx5GFwmcSrKAb { color:rgba(var(--color-tertiary-0),0.6);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.5625rem;left:18rem;height:5.596775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CVoJzozNt827cUxgnxTsQPhDLI4dwToG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:3.75rem;left:57.875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fHEglAQNbBxKKT7RmwPDlTBObqyBVDnQ { box-sizing:content-box;height:3rem;width:3rem;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:15034;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:6.3125rem;left:57.875rem;display:block; }
#a0EFw1NyeOuLh3iyGygb7yozQtDeiWxk { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.125rem;left:58.6875rem; }
#cPFLuwLh6LhhnH2uPMryNHlan8seoGgO { box-sizing:content-box;height:3rem;width:3rem;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:15036;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:6.3125rem;left:62.125rem;display:block; }
#NmJpg9x8ibT2kBBcZLDs45MTDt25vkUM { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.125rem;left:62.9375rem; }
#slUsb0U7VzwtimcZMopo83XD7ad9XG5R { box-sizing:content-box;height:3rem;width:3rem;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:15038;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:6.375rem;left:66.375rem;display:block; }
#SEZo52E6R0oCzoMESrnd5RbZi3fmzaCy { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:7.1875rem;left:67.1875rem; }
#GqxvnXGg3PfvEwnTK1QTqIfRZtU9RdUk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.0625rem;left:0rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS { display:block; }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSMkP8vhot0SXTuCCIrR8Bl8MBT5PqCU { width:31.75rem;height:6.875rem;top:10.75rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPaKlMkOEhCcTU3UtGIyLc0GJNpzNgIC { width:4.75rem;height:1.25rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkOq7cvsBhPib4wmhzqdXnbRlN2TBAZG { width:8.75rem;height:3.125rem;top:1.625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtMk9RdEuAl5wel318M15CJnOCJ8486O { display:block; }
 }@media only screen and (max-width: 763px) { #kwJHfhc8CdOLZ8aEOWSxDtty2uhJJnQ8 { width:6.75rem;height:3.125rem;top:1.625rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFDqODTbJ1SgdRuTG7pLyutTSCWOVtU { display:block; }
 }@media only screen and (max-width: 763px) { #X6SNAwNst9NpRlx3ZTiSd4yTENrHDG5w { width:11.1875rem;height:2.625rem;top:1.875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO2szS9oMuX8zHoQKhUbV7v3TrVnDSBG { display:block; }
 }@media only screen and (max-width: 763px) { #m3E10BrW2knAT52a5mKHWlbUwXou5eS3 { width:30.625rem;height:5.6875rem;top:20.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAhonqId4uTCsEUOH4nq6W8W55QcbvTL { width:14.5rem;height:3.125rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdM8hTpsZDbnxfobpgl1kE2NVQpeSO5A { display:block; }
 }@media only screen and (max-width: 763px) { #erx1fmlf0zRX80QvhEbWGWPTwT6b2Tne { width:41.125rem;height:28.1875rem;top:7.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK2kfeN7HMxNBK9o77qbFu5uUgvU2mEl { width:9.125rem;height:9.125rem;top:9.625rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEIry9k09VyCO8TpJeTnHpLeFRyLWDIz { width:4.4375rem;height:1.5625rem;top:11.1875rem;left:21.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MExPfb1rBMur7zUwIXLTM4uOeAzfozr8 { width:7.625rem;height:3.375rem;top:12.4375rem;left:20.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diXqkdLcJLncf2erH7H9htT7mSBkR7pO { width:6rem;height:1.5625rem;top:15.5rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCuTIPSoJEAJI7OFt2rZMPNKNfl1QuLE { width:2.625rem;height:2.625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ47VN5OhMCCOqx7Ppb6ldZ5bfbQ9gqk { width:8.75rem;height:3.125rem;top:1.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkF2Gg63rUziZIMhc93MFa8iamPBGL3b { display:block; }
 }@media only screen and (max-width: 763px) { #heaRkIZXJZQQuUTLocATCngyZeQ6NdLA { display:block; }#heaRkIZXJZQQuUTLocATCngyZeQ6NdLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghUty7Ar0BFcWTArlifvsMkUK0XA9H9V { width:47.75rem;height:2.6875rem;top:1.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c { display:block; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coWTHmmEZT2KxO7BPGHrCnV235e612cH { width:12.25rem;height:12.25rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V91uxet2k3HMoEwK6BK3R75M5DcXr9QH { width:7.9375rem;height:1.3125rem;top:11.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwGrZyRNTOmBuPFeGVrN3qirfemCKCdu { width:9.125rem;height:2.625rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMBiFQXczGHVE3FpMgLn0KvgKuBbbbOb { display:block; }
 }@media only screen and (max-width: 763px) { #KCisgQEnb9olOwvfofcZOBEuV1Guenz8 { width:11.25rem;height:9.75rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkqXop4bmUoqNdLl676uLwaQNW7tGFx8 { width:12.25rem;height:12.25rem;top:2.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb5QTPBrlgokpUnmHq9IupOcTvSuLsW5 { width:7.9375rem;height:1.3125rem;top:11.1875rem;left:12.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di1EMXMLREz4Z8XHsLui766mGVVIpepJ { width:9.125rem;height:9.75rem;top:0.75rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd0ea8bftDKKNL5dQwsEApnGlM6TGK7b { width:9.125rem;height:2.625rem;top:15.75rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU7C5tiH0sAP0s37BdsMnypIFN7KXEtE { display:block; }
 }@media only screen and (max-width: 763px) { #CDrqryXbxXS43IdnESUEwMzLQSk73pw0 { width:12.25rem;height:12.25rem;top:2.125rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ6M134xZ6Q0SxfbMpNZJ8OGQG1d5KcW { width:9.125rem;height:8.25rem;top:2.0625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSz65h2p9vZawuIoHG4ke0hT7I9J1S8K { width:7.9375rem;height:1.3125rem;top:11.1875rem;left:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxTO1wOyb6QkeIFlvAwDIvJ2UDhBkv75 { width:9.125rem;height:2.625rem;top:15.75rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJanWnTQTruZVAWeiD4kw69B68D6umrQ { display:block; }
 }@media only screen and (max-width: 763px) { #V5hDgGQD7FT5uKsQZggG11yZKp0hxKfo { width:12.25rem;height:12.25rem;top:2.125rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe5S1ZAH6WmNZl93xan9EuVewlVuOIvx { width:10.8125rem;height:7rem;top:4.125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmIttpH0Cl0xVmXBibhl9P8VCAJixOI5 { width:7.9375rem;height:1.3125rem;top:11.1875rem;left:39.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdJhyXeZ4a6NMaFRINkFW4zKvkG1o8HA { width:9.125rem;height:2.625rem;top:15.75rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2DlhrObOUsSiuZ6I8XQNvhBznr3oKIt { display:block; }
 }@media only screen and (max-width: 763px) { #LaDvreo6o8TRguNR6T9XdMxc30FmzC17 { display:block; }#LaDvreo6o8TRguNR6T9XdMxc30FmzC17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq .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; }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq .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; }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #peG2U6w5Z7FAGuGSMWp4ImzWDAPbpgd8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #eUdRoNZdffTdHfQ7hCQyBnTI0UwFR6DT {  }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #d07muRuX1xOOHyoJ2ABID0hNw5vOIcIk {  }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #TZ8JGXnbnaIquA3ITPT1qEKRups13etO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #v8UgLHqFln76xKHZS4FOGD90cdqFnhh0 {  }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #lB7FzNlGWdQGi93oUW1JwyniRmVzw8wp {  }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #N2l1IfGe4H7wJ2Ey0HRcGvqQPNMAhc1K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #UNT20neacerFQIhlLSvyf57nBlGMsGka {  }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #yTTUudiBs8ISsU5zAkmR1u31t0Z7VUwQ {  }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #bUuleViLWINmNAkOdXeST0qp24pnJcub { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #QEzUQO9e6y10haGMsWtZhcZwSNqC58Kd {  }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #JXtmWi6BWQ7L5TTHZmQs64g8DQVrAAcd {  }
 }@media only screen and (max-width: 763px) { #ru8GSWTUQLdwIotAG7bczt99tHBNtr33 { width:29.5625rem;height:2rem;top:1.375rem;left:9.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB5DfmEbO0WIobJCHVumHBepO8aFUxqJ { display:block; }#lB5DfmEbO0WIobJCHVumHBepO8aFUxqJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScGw6Xxp7nDFZO8pEXZfiL7P824VD5AV { width:33.75rem;height:6.875rem;top:6.0625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIex2BlClwA9DdTONfcVyNUaJqZore5X { width:5.25rem;height:1.5rem;top:8.5rem;left:26.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1Q4azlPJ5FygbfLnk3lGNSloNfwnXaO { width:33.6875rem;height:2.6875rem;top:2.5625rem;left:14.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeFFS1JuZWo6ETXynMevumxuD1fD15ro { width:17.8125rem;height:4.75rem;top:7.125rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP7JImedTqDqeN0rHbD9IBuVKN29WT5A { width:3.6875rem;height:2.5rem;top:8.25rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aizU0f6dM3DyLosBEBPNbJZgtT282h3S { width:36rem;height:30.875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liITrbQ2CRbsGRikPezhWiB23xaT4NHT { width:4.5625rem;height:4.5625rem;top:7.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhxaO3ZTvW0xiz9TyWH6HqWFZO2W00md { width:33.75rem;height:6.875rem;top:13.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRu0QfnZAUItPU4PZT6aMffA9gEvozuc { width:4.5625rem;height:4.5625rem;top:14.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAG2J0X0M7KDrnmieTrstsC1ropSixPK { width:17.8125rem;height:4.75rem;top:14.6875rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQy0rXSpTGHuu5CuFKNNmcqFWsef405f { width:3.4375rem;height:3.4375rem;top:15.375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVNyVJCqdbdpRloWeiRWQifg4tlnANNX { width:5.25rem;height:1.5rem;top:16.0625rem;left:26.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V23konE65hIH3md7Re0KHlWyhyQk2WQk { width:33.75rem;height:6.875rem;top:21.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdat2dCWtlB0ImcLTaZ3la5boCMobxhz { width:4.5625rem;height:4.5625rem;top:22.25rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6w92T5ZpDNLaXpFH9TO6W7Gs0Lf87uq { width:17.8125rem;height:4.75rem;top:22.25rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMfK7Vvg8PicJD0OFKbbayDqo15O0ASF { width:4.625rem;height:3.4375rem;top:22.8125rem;left:33.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAiGD0Ql4twaiZ7xm2qKo0uRSQq3tRgA { width:5.25rem;height:1.5rem;top:23.625rem;left:26.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfNx3CGmH2IrTtBwmUR1qRTLS2VtEcf7 { display:block; }#PfNx3CGmH2IrTtBwmUR1qRTLS2VtEcf7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygRPppQkntkVBOyedR2QAvIUqlN4pBvQ { width:47.75rem;height:2.6875rem;top:1.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfQ4SG78qTr8vXvU2Sdsfez2eXJCZ39L { display:block; }#KfQ4SG78qTr8vXvU2Sdsfez2eXJCZ39L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETGo8Wqw4TVuO0vsT6CNv7XtLBo6cTy1 { width:47.75rem;height:28.375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enZ26BgUApdQvXpWzTkVKGOZH32hsr6i { width:25.6875rem;height:2.375rem;top:9.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAaQfJTDFOyHtgTHuqxHR0ybWu5PITJy { width:25.625rem;height:3.625rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0RpVU2IEPxKAlfKTHh8VpObODZVSwBs { width:25.875rem;height:25.875rem;top:5.8125rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2T2l9A4RMZLfldAZa3W3RRHeZTtKsC9 { width:15.5rem;height:13.5625rem;top:16.25rem;left:17.1669921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJxr48opBrTlSysWQTxbv8ITocGHEbx1 { width:13.125rem;height:3.125rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Q00t7m1q4kU4aJHtKcE4dxHZBT4Atu { display:block; }
 }@media only screen and (max-width: 763px) { #NNFGJmQK9ebGKWwdG9MtTTsJTCPW7oL9 { width:25.625rem;height:1.375rem;top:6.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BesSaTgeFEz4myZRoBR9WSM5kKJF0ela { width:24.5rem;height:4.8125rem;top:17.4375rem;left:0rem;font-size:1rem;display:block; }#BesSaTgeFEz4myZRoBR9WSM5kKJF0ela li:before{  }
 }@media only screen and (max-width: 763px) { #WGQ39iH0ycWsVRDHleyDd9QrahqODq2C { width:5.125rem;height:1.5625rem;top:3.125rem;left:42.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVSgg6yKae7cvc9lFS9SQ2WCai2Gqo7c { width:6.5rem;height:2.4375rem;top:4.625rem;left:41.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTEa27S9m36Ww5cM8qo6Wym09gLznT3M { width:4.5625rem;height:1.375rem;top:7.3125rem;left:43.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnPbVc7A3GBCyzk8UKpsP9TcODH1nlq0 { width:7.125rem;height:7.125rem;top:2.25rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKayiv93IQchTvCCpVvTQMU1RdBytqIC { width:13.125rem;height:1.4375rem;top:23.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwwyVKxuda0QdgvHNt5Hbz8IIagQrruf { width:13.125rem;height:1.625rem;top:25.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcSBifNcWZlJkCN4ZcVNAnu9l44Ms852 { display:block; }#qcSBifNcWZlJkCN4ZcVNAnu9l44Ms852 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luqQAOI2CR1R75BNKT8T3L9WVeH9oRGP { width:47.75rem;height:28.375rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8vwrOZy9wX4GiTh8wVuq75lLkSifwgz { width:26.375rem;height:2.375rem;top:9.3125rem;left:21.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg609b3wRQ9O5ZQyRkUFAby3xL4G1LTq { width:25.5625rem;height:3.5625rem;top:12.4375rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogTG7UqDtanLxdmtSTyWBnLdcEc1g9d3 { width:25.875rem;height:25.875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKU9b7oOowxkw4pOTHpiQigUZHCxRrMA { width:11.8125rem;height:12.6875rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZVL3dFCBUNLCmgn8FM8lK7ZVywtiI0O { width:13.125rem;height:3.125rem;top:28.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBgfIoetoehLcgfLIrtNPJPU0RNWvpec { display:block; }
 }@media only screen and (max-width: 763px) { #I7cbnaSEXWMOfwT5r7Ll0opDvR4eKk06 { width:25.625rem;height:1.3125rem;top:6.3125rem;left:22.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN1W5STl02aNuWTcaBz9gBwUTGLd5QoQ { width:24.5rem;height:;top:17.4375rem;left:23.25rem;font-size:1rem;display:block; }#zN1W5STl02aNuWTcaBz9gBwUTGLd5QoQ li:before{  }
 }@media only screen and (max-width: 763px) { #OxKI4U8nPZA4bhmMcMo4t4Mx8UKpBV8C { width:5.125rem;height:1.5625rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCwCte22qJ2XPd9iU4uGvfJVmc5AKt4r { width:6.5rem;height:2.4375rem;top:7.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtTruPuUg5PWBHk79t59yNRkiNqQVlr9 { width:4.5625rem;height:1.375rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8lWR5NRwow1A6pEGuJoJzEHxOPGNQST { width:7.125rem;height:7.125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITBuqr2p3avn2fOmk0VN4byJixU2zwlN { width:13.125rem;height:1.4375rem;top:23.75rem;left:25.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsvRyiRkm5ZIsXdyenuSeIiSEtQi7aGH { width:13.125rem;height:1.625rem;top:25.375rem;left:25.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbtDvqQBqK3nZcxwXWmsFM7gTw4vxgOf { display:block; }#ZbtDvqQBqK3nZcxwXWmsFM7gTw4vxgOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVlTNRufoEGdoqb5WMewX0dq2nZ8IdW8 { width:47.75rem;height:28.375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWBxF68FV68OFbe9cB6Rd4k80QRruk4b { width:26.75rem;height:2.375rem;top:9.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwLOShTfZKsgEn5tU7R7CxDcbproMHCD { width:25.5625rem;height:3.5625rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kltrwh8mkKXoVHERoFXqcOvOflsbhs9Q { width:25.25rem;height:25.25rem;top:5.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCpDv7QslsBT9AT6Ff3nizTAFyEbUmGd { width:10.5625rem;height:9.5rem;top:21.9375rem;left:20.609485815603rem;display:block; }
 }@media only screen and (max-width: 763px) { #igFDIT3TER4Ge1aWNap5pIytbeiiWUnb { width:13.125rem;height:3.125rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXTXnSvknoPlvgDwZhuKtpg0wapollTi { display:block; }
 }@media only screen and (max-width: 763px) { #JROxlxFVpnmIp2CL0n4SQrQnP8MKh8qJ { width:25.625rem;height:1.3125rem;top:6.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECTJWPFfVcQOZHvKpzq2eECSfmB5p9sC { width:24.5rem;height:;top:17.4375rem;left:0rem;font-size:1rem;display:block; }#ECTJWPFfVcQOZHvKpzq2eECSfmB5p9sC li:before{  }
 }@media only screen and (max-width: 763px) { #HW1aL0DBo3ObS3RrOtE4kvqTAMd0nlGp { width:5.125rem;height:1.5625rem;top:3.125rem;left:42.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnwOJsGBlQxJwRu2KJDtkBfMPVUgDmWd { width:6.5rem;height:2.4375rem;top:4.625rem;left:41.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTs6NznHK4sRzW8OuRcpuNbiXbTlk3b6 { width:4.5625rem;height:1.375rem;top:7.3125rem;left:43.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is8TFhZKuwqJL1GEqH20gK62of2AJ3Gk { width:7.125rem;height:7.125rem;top:2.25rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCX4zTT7ag8V1wUSlE1XTorqTwPOD0fU { width:13.125rem;height:1.4375rem;top:23.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4oZ4tmZVxIehemCqZNZual8m340Pu8I { width:13.125rem;height:1.625rem;top:25.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9WrIhg3MsqTeITxJ81t0dkqR70IAq3W { display:block; }#C9WrIhg3MsqTeITxJ81t0dkqR70IAq3W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #du1QF2KWFnimM5yrp06H67wMOPfeDp2w { width:47.75rem;height:28.375rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUUIVE9xU9KBDxkIh2fZ0PApxudS1yy0 { width:25.625rem;height:2.375rem;top:9.3125rem;left:22.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBfiWD3EyXCpEBkJehwb7nNDZE7TLbCU { width:25.5625rem;height:3.5625rem;top:12.4375rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIGZyCaMq5eMKePr8ELBeeiZal9pSbha { width:25.875rem;height:25.875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyPWi7uWQ1zwe8LwX9XMTvU4aqKsr3Nr { width:12.625rem;height:8.125rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTpaGbJ178XeldPBW1tiMNXvCKOZThRl { width:13.125rem;height:3.125rem;top:28.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGxFo4lAULU1KlZUOu6r3pyeAHRKS4Mp { display:block; }
 }@media only screen and (max-width: 763px) { #ThsodlnK1uJQtdyEiiKZT9PM75lf8Ls6 { width:25.625rem;height:1.3125rem;top:6.3125rem;left:22.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugop2JPwRa29h7MLdZwXPx32nDEU9PFK { width:24.5rem;height:;top:17.4375rem;left:23.25rem;font-size:1rem;display:block; }#Ugop2JPwRa29h7MLdZwXPx32nDEU9PFK li:before{  }
 }@media only screen and (max-width: 763px) { #PsdBDcbqT0bAWQxLfN1zrecOHfiTbDFQ { width:5.125rem;height:1.5625rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbsNhza4334SagBBb0Qkx3zeIedazwFH { width:6.5rem;height:2.4375rem;top:7.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqCC22PnqR1TJCDmiaPDagn21QA99Qh9 { width:4.5625rem;height:1.375rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMObVQcUM99tJBC4UFGz5TgwlTdW94ZK { width:7.125rem;height:7.125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W135vy4vMOVDGWczEChqCf4BztxDODd4 { width:13.125rem;height:1.4375rem;top:23.75rem;left:25.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNVF2qxXToZdhsIFS0Ns4OxWQbTErqEa { width:13.125rem;height:1.625rem;top:25.375rem;left:25.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 { display:block; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8TSM4L9OATZBWZDHzWR4PeN2xcbNkfr { width:47.75rem;height:2.25rem;top:5.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRJAdMIRdQF6sSCEB6ZHHVrT2mE5CuTw { width:47.75rem;height:1.5625rem;top:8.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-regular-label { width:23.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-text { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-text {padding-top: 0; padding-bottom: 0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-textarea { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-select { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-select {padding-top: 0; padding-bottom: 0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-button { width:11.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-checkbox-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r  { width:23.875rem;height:auto;top:13.5rem;left:10.6875rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .radio-container { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r {display:block;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r { width:23.875rem;height:auto;top:13.5rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #aNm4FmuHWiUqy6ynDqS38diAls1QUMha {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #Om6fyiVzBeV627LONL0CF3qlzeO1aTlQ {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #HZ0wSvJmGCxEbAlUWf47O2E4WgE4vfSb {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #ah5Ce0dQQmTmdRxytQXLc84W5PKZEy1h {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #MPzqv5RSDXIEbqEgBBlL118Atdw0kff3 {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #ZQ8x1RnHhtbnbhnWkfTFnvfmWIXhHTEK {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #NhMqbJzzK8WNQoTzinyJIDLoWs2hodgC {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #oscGqg5pVO7geoeLl4RDiRGCuSoU45d7 {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #DldX11gB5FVOzSBnbgnicakCMyea4S8T {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #d1A72Fm02NuUPSy7aORCkFJDpa0olK8X {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #TE9O0yrsuz5sMTKnU5FsceXXtXe7xXnm {  }
 }@media only screen and (max-width: 763px) { #yUSpT6Xc731n0S0dx7w4SfpNUnTaI79z { width:5.0625rem;height:8.8125rem;top:14.875rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8p18ArvOirHc9sET0iH43Mv0dVZ7NJU { width:34.125rem;height:19.4375rem;top:12.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze4obHNHV8UKNiKvTwVroXnATT3qEFIS { width:20.9375rem;height:15.1875rem;top:20.75rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEwXziZKTsFaEN4p7QxofkHGmo6kdOxG { width:10.9375rem;height:13.0625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHSOidfSNgXQcWl8ARuOHmUofxzo9fJf { width:9.625rem;height:4.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuXAewOzlegwXi1JHncZhH0mn7L71Ezn { display:block; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6MbdqnEhHtUM3fPAlBsfSZI42LVairo { width:33.1875rem;height:24.8125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB7lm5QSpyLcLvDXbSOqD5JuaWOexCsX { width:30.875rem;height:12.75rem;top:10.5625rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaTeD7cuhmRyK08fxSfUm1oeiMeZTZZ7 { width:30.875rem;height:3.125rem;top:5.875rem;left:16.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXrFehGsBzw0TLkIzGD578adiZutr7bL { width:13.125rem;height:3.125rem;top:25.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbvzEFSG4nZgenX6wXkNZmGhTrRvRKRy { display:block; }
 }@media only screen and (max-width: 763px) { #R6kH1R7WHv1Bs1CcL3dpXBhB6lIcuJk3 { display:block; }#R6kH1R7WHv1Bs1CcL3dpXBhB6lIcuJk3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhSC9PHiUP2SXMSwMqzVgBoKPeQGsPho { width:15rem;height:1.5625rem;top:5.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4eDOoQWKRCIIyNtIOtuTUTTTKnvvTMx { width:3.25rem;height:3.25rem;top:1.625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnRVQTcM0ANIoz3eK32uMJH9zf4xTWs6 { width:15rem;height:6.375rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUooWo9p3PKwKUvTsv30hLF6HuoIH42V { width:15rem;height:1.5625rem;top:5.6875rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9hedDQ0K5iL7NBkvoeXkCovXOSa66Dz { width:15rem;height:4.75rem;top:8.125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4PDk5p2s6pV3xT0ydDsGynZLPCDthzN { width:3.25rem;height:3.25rem;top:1.625rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuR7SLFnLO2DBWDVGaG5A1sSDWx4Sszt { width:15rem;height:1.5625rem;top:5.6875rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXnfI8yCeXNwa7wy0MwST7KlHBKvMGaD { width:15rem;height:4.8125rem;top:8.125rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgatfDmTOVpoTXZtFTmBfRJeidIQ84Ar { width:3.25rem;height:3.25rem;top:1.625rem;left:28.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phWlDUMETu0zVZuMfv9EdXCu6qWtiA6K { width:15rem;height:1.5625rem;top:5.6875rem;left:32.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGG7rca6yT1FP8wTHVA8TJHecMsV6xgK { width:15rem;height:4.8125rem;top:8.125rem;left:32.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #do5zIPKVaMTH8t4O9RQmoTZq4CAaKGTr { width:3.25rem;height:3.25rem;top:1.625rem;left:40.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSlWJcgF0KTmDuvuWuFAIpy5hZvLiAWT { width:17.5rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTJuC7iFUct8b7O2KGE19G0nohhPkFfX { width:17.5rem;height:16.875rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c52XETPUa96VeEkpsP2mvUp2drScbm0e { width:17.5rem;height:16.875rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJVhFkJ6VOtcFou8yEXwwpyS0mV5b0RO { width:17.5rem;height:16.875rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0yDgLGdOPkooJKEJumzIUhdyqLe1Nnb { display:block; }#C0yDgLGdOPkooJKEJumzIUhdyqLe1Nnb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnmJnrGkf4HUKhMkOadTwAGxFTiLFOVu { display:block; }#OnmJnrGkf4HUKhMkOadTwAGxFTiLFOVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlsemdFF3BnLzu8z39A64TA1Obon18kd { width:4.75rem;height:1.25rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uccHHZwnxOKxPFlyAXUB7Q59owivbeFQ { width:17.125rem;height:1.75rem;top:3.75rem;left:24.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKmX4gq24MIAJMaeQnStsDkCilPXPlPp { width:17.125rem;height:4.1875rem;top:6.5625rem;left:24.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVozbqPdrTbS66mlupX1brGKKrKLbbRu { width:17.125rem;height:1.75rem;top:3.75rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7xtz1mtGED6RtgdRrIFx5GFwmcSrKAb { width:17.125rem;height:5.5625rem;top:6.5625rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVoJzozNt827cUxgnxTsQPhDLI4dwToG { width:17.125rem;height:1.75rem;top:3.75rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHEglAQNbBxKKT7RmwPDlTBObqyBVDnQ { width:3rem;height:3rem;top:6.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0EFw1NyeOuLh3iyGygb7yozQtDeiWxk { width:1.375rem;height:1.375rem;top:7.125rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPFLuwLh6LhhnH2uPMryNHlan8seoGgO { width:3rem;height:3rem;top:6.3125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmJpg9x8ibT2kBBcZLDs45MTDt25vkUM { width:1.375rem;height:1.375rem;top:7.125rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slUsb0U7VzwtimcZMopo83XD7ad9XG5R { width:3rem;height:3rem;top:6.375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEZo52E6R0oCzoMESrnd5RbZi3fmzaCy { width:1.375rem;height:1.375rem;top:7.1875rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqxvnXGg3PfvEwnTK1QTqIfRZtU9RdUk { width:2.625rem;height:2.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eaefc63a-287e-4cfd-9c38-e5de7e27a15e/bg_gradient9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS.adaptive-delivery-prevent-bg, #ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS.lazyload, #ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS.lazyloading { background-image: none; }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .row .container { background-color: transparent; background-image: none; }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .row .container > .video-iframe-container { display: none; }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .row > .video-iframe-container { display: none; }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .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); }#ANQtJ2KpnW90tyaq4R1Ps6rRsTDndCSS > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSMkP8vhot0SXTuCCIrR8Bl8MBT5PqCU { width:20rem;height:7.6875rem;top:12.5625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPaKlMkOEhCcTU3UtGIyLc0GJNpzNgIC { width:4.75rem;height:1.25rem;top:1.625rem;left:9.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkOq7cvsBhPib4wmhzqdXnbRlN2TBAZG { width:6.6875rem;height:2.625rem;top:4.4375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtMk9RdEuAl5wel318M15CJnOCJ8486O { display:block; }
 }@media only screen and (max-width: 763px) { #kwJHfhc8CdOLZ8aEOWSxDtty2uhJJnQ8 { width:4.8125rem;height:2.625rem;top:4.4375rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFDqODTbJ1SgdRuTG7pLyutTSCWOVtU { display:block; }
 }@media only screen and (max-width: 763px) { #X6SNAwNst9NpRlx3ZTiSd4yTENrHDG5w { width:10.0625rem;height:2.625rem;top:7.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO2szS9oMuX8zHoQKhUbV7v3TrVnDSBG { display:block; }
 }@media only screen and (max-width: 763px) { #m3E10BrW2knAT52a5mKHWlbUwXou5eS3 { width:20rem;height:7.9980625rem;top:20.9375rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #IAhonqId4uTCsEUOH4nq6W8W55QcbvTL { width:14.5rem;height:3.125rem;top:30.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdM8hTpsZDbnxfobpgl1kE2NVQpeSO5A { display:block; }
 }@media only screen and (max-width: 763px) { #erx1fmlf0zRX80QvhEbWGWPTwT6b2Tne { width:20rem;height:13.7060625rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK2kfeN7HMxNBK9o77qbFu5uUgvU2mEl { width:7.125rem;height:7.125rem;top:34.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEIry9k09VyCO8TpJeTnHpLeFRyLWDIz { width:4.4375rem;height:1.5996125rem;top:35.875rem;left:1.625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MExPfb1rBMur7zUwIXLTM4uOeAzfozr8 { width:7.625rem;height:3.19970625rem;top:36.8125rem;left:0rem;font-size:2rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #diXqkdLcJLncf2erH7H9htT7mSBkR7pO { width:6rem;height:1.5996125rem;top:39.5rem;left:0.8125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UCuTIPSoJEAJI7OFt2rZMPNKNfl1QuLE { display:flex;width:2.625rem;height:2.625rem;top:0.9375rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #CZ47VN5OhMCCOqx7Ppb6ldZ5bfbQ9gqk { width:5.25rem;height:3.125rem;top:4.1875rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkF2Gg63rUziZIMhc93MFa8iamPBGL3b { display:block; }
 }@media only screen and (max-width: 763px) { #heaRkIZXJZQQuUTLocATCngyZeQ6NdLA { display:block; }#heaRkIZXJZQQuUTLocATCngyZeQ6NdLA > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghUty7Ar0BFcWTArlifvsMkUK0XA9H9V { width:17.5rem;height:4.8994125rem;top:1.25rem;left:1.25rem;font-size:1.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c { background-color:transparent;background-image:none;display:block; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row .container { background-color: transparent; background-image: none; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row .container > .video-iframe-container { display: none; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row > .video-iframe-container { display: none; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .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); }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coWTHmmEZT2KxO7BPGHrCnV235e612cH { width:8.75rem;height:8.75rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V91uxet2k3HMoEwK6BK3R75M5DcXr9QH { width:6.3125rem;height:1.3496125rem;top:9.0625rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwGrZyRNTOmBuPFeGVrN3qirfemCKCdu { width:9.125rem;height:2.625rem;top:12.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMBiFQXczGHVE3FpMgLn0KvgKuBbbbOb { display:block; }
 }@media only screen and (max-width: 763px) { #KCisgQEnb9olOwvfofcZOBEuV1Guenz8 { width:8.9375rem;height:7.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkqXop4bmUoqNdLl676uLwaQNW7tGFx8 { width:8.75rem;height:8.75rem;top:3.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb5QTPBrlgokpUnmHq9IupOcTvSuLsW5 { width:7.9375rem;height:1.3496125rem;top:9.0625rem;left:11.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di1EMXMLREz4Z8XHsLui766mGVVIpepJ { width:5.625rem;height:6rem;top:2.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd0ea8bftDKKNL5dQwsEApnGlM6TGK7b { width:9.125rem;height:2.625rem;top:12.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU7C5tiH0sAP0s37BdsMnypIFN7KXEtE { display:block; }
 }@media only screen and (max-width: 763px) { #CDrqryXbxXS43IdnESUEwMzLQSk73pw0 { width:8.75rem;height:8.75rem;top:19.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ6M134xZ6Q0SxfbMpNZJ8OGQG1d5KcW { width:6.75rem;height:6.0625rem;top:17.724609375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSz65h2p9vZawuIoHG4ke0hT7I9J1S8K { width:7.9375rem;height:1.3496125rem;top:24.787109375rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxTO1wOyb6QkeIFlvAwDIvJ2UDhBkv75 { width:9.125rem;height:2.625rem;top:28.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJanWnTQTruZVAWeiD4kw69B68D6umrQ { display:block; }
 }@media only screen and (max-width: 763px) { #V5hDgGQD7FT5uKsQZggG11yZKp0hxKfo { width:8.75rem;height:8.75rem;top:19.1875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe5S1ZAH6WmNZl93xan9EuVewlVuOIvx { width:7.625rem;height:4.8125rem;top:19.625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmIttpH0Cl0xVmXBibhl9P8VCAJixOI5 { width:7.9375rem;height:1.3496125rem;top:24.787109375rem;left:11.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdJhyXeZ4a6NMaFRINkFW4zKvkG1o8HA { width:9.125rem;height:2.625rem;top:28.5625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2DlhrObOUsSiuZ6I8XQNvhBznr3oKIt { display:block; }
 }@media only screen and (max-width: 763px) { #LaDvreo6o8TRguNR6T9XdMxc30FmzC17 { display:block; }#LaDvreo6o8TRguNR6T9XdMxc30FmzC17 > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq .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; }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq .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; }
#WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq { display:flex;width:18rem;height:5.0625rem;top:4.875rem;left:0.298828125rem; }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #peG2U6w5Z7FAGuGSMWp4ImzWDAPbpgd8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #eUdRoNZdffTdHfQ7hCQyBnTI0UwFR6DT {  }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #d07muRuX1xOOHyoJ2ABID0hNw5vOIcIk {  }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #TZ8JGXnbnaIquA3ITPT1qEKRups13etO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #v8UgLHqFln76xKHZS4FOGD90cdqFnhh0 {  }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #lB7FzNlGWdQGi93oUW1JwyniRmVzw8wp {  }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #N2l1IfGe4H7wJ2Ey0HRcGvqQPNMAhc1K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #UNT20neacerFQIhlLSvyf57nBlGMsGka {  }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #yTTUudiBs8ISsU5zAkmR1u31t0Z7VUwQ {  }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #bUuleViLWINmNAkOdXeST0qp24pnJcub { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #QEzUQO9e6y10haGMsWtZhcZwSNqC58Kd {  }
 }@media only screen and (max-width: 763px) { #WH0D5E435zSwzQSvqgGlLSiPtu1DxGoq #JXtmWi6BWQ7L5TTHZmQs64g8DQVrAAcd {  }
 }@media only screen and (max-width: 763px) { #ru8GSWTUQLdwIotAG7bczt99tHBNtr33 { width:20rem;height:1.5996125rem;top:2.6875rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lB5DfmEbO0WIobJCHVumHBepO8aFUxqJ { display:block; }#lB5DfmEbO0WIobJCHVumHBepO8aFUxqJ > .row .container { width:20rem;height:80.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScGw6Xxp7nDFZO8pEXZfiL7P824VD5AV { width:20rem;height:17rem;top:23.30078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIex2BlClwA9DdTONfcVyNUaJqZore5X { width:16.75rem;height:1.5rem;top:30.6875rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k1Q4azlPJ5FygbfLnk3lGNSloNfwnXaO { width:20rem;height:2.0996125rem;top:19.652375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UeFFS1JuZWo6ETXynMevumxuD1fD15ro { width:16.75rem;height:4.798825rem;top:33.4375rem;left:1.625rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dP7JImedTqDqeN0rHbD9IBuVKN29WT5A { width:3.6875rem;height:2.5rem;top:26.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aizU0f6dM3DyLosBEBPNbJZgtT282h3S { width:20rem;height:17.152777777778rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liITrbQ2CRbsGRikPezhWiB23xaT4NHT { width:4.5625rem;height:4.5625rem;top:24.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhxaO3ZTvW0xiz9TyWH6HqWFZO2W00md { width:20rem;height:17rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRu0QfnZAUItPU4PZT6aMffA9gEvozuc { width:4.5625rem;height:4.5625rem;top:43.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAG2J0X0M7KDrnmieTrstsC1ropSixPK { width:16.75rem;height:4.798825rem;top:51.6875rem;left:1.625rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQy0rXSpTGHuu5CuFKNNmcqFWsef405f { width:3.4375rem;height:3.4375rem;top:43.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVNyVJCqdbdpRloWeiRWQifg4tlnANNX { width:16.75rem;height:1.5rem;top:48.9375rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V23konE65hIH3md7Re0KHlWyhyQk2WQk { width:20rem;height:17rem;top:59.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdat2dCWtlB0ImcLTaZ3la5boCMobxhz { width:4.5625rem;height:4.5625rem;top:61.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6w92T5ZpDNLaXpFH9TO6W7Gs0Lf87uq { width:16.75rem;height:4.798825rem;top:69.9375rem;left:1.625rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMfK7Vvg8PicJD0OFKbbayDqo15O0ASF { width:4.625rem;height:3.4375rem;top:61.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAiGD0Ql4twaiZ7xm2qKo0uRSQq3tRgA { width:16.75rem;height:1.5rem;top:67.1875rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfNx3CGmH2IrTtBwmUR1qRTLS2VtEcf7 { display:block; }#PfNx3CGmH2IrTtBwmUR1qRTLS2VtEcf7 > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygRPppQkntkVBOyedR2QAvIUqlN4pBvQ { width:20rem;height:4.19921875rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfQ4SG78qTr8vXvU2Sdsfez2eXJCZ39L { display:block; }#KfQ4SG78qTr8vXvU2Sdsfez2eXJCZ39L > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETGo8Wqw4TVuO0vsT6CNv7XtLBo6cTy1 { width:20rem;height:52.25rem;top:3.125rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #enZ26BgUApdQvXpWzTkVKGOZH32hsr6i { width:16.875rem;height:1.79980625rem;top:26.6875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAaQfJTDFOyHtgTHuqxHR0ybWu5PITJy { width:16.875rem;height:7.19925rem;top:29.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0RpVU2IEPxKAlfKTHh8VpObODZVSwBs { width:18.375rem;height:18.375rem;top:4.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2T2l9A4RMZLfldAZa3W3RRHeZTtKsC9 { width:3.125rem;height:2.6875rem;top:22.9560546875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJxr48opBrTlSysWQTxbv8ITocGHEbx1 { width:13.125rem;height:3.125rem;top:48.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Q00t7m1q4kU4aJHtKcE4dxHZBT4Atu { display:block; }
 }@media only screen and (max-width: 763px) { #NNFGJmQK9ebGKWwdG9MtTTsJTCPW7oL9 { width:13.3125rem;height:1.3496125rem;top:23.9365234375rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BesSaTgeFEz4myZRoBR9WSM5kKJF0ela { width:16.875rem;height:4.82470625rem;top:37.625rem;left:1.25rem;font-size:1rem;display:block; }#BesSaTgeFEz4myZRoBR9WSM5kKJF0ela li:before{  }
 }@media only screen and (max-width: 763px) { #WGQ39iH0ycWsVRDHleyDd9QrahqODq2C { width:5.125rem;height:1.5996125rem;top:1.625rem;left:14.125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #tVSgg6yKae7cvc9lFS9SQ2WCai2Gqo7c { width:5.6875rem;height:2.19970625rem;top:2.9375rem;left:14.0625rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nTEa27S9m36Ww5cM8qo6Wym09gLznT3M { width:4.5625rem;height:1.5996125rem;top:5rem;left:14.4375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XnPbVc7A3GBCyzk8UKpsP9TcODH1nlq0 { width:6.25rem;height:6.25rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKayiv93IQchTvCCpVvTQMU1RdBytqIC { width:16.875rem;height:1.79980625rem;top:43.6875rem;left:1.25rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qwwyVKxuda0QdgvHNt5Hbz8IIagQrruf { width:16.875rem;height:2.3999rem;top:45.5rem;left:1.25rem;font-size:1.5rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qcSBifNcWZlJkCN4ZcVNAnu9l44Ms852 { display:block; }#qcSBifNcWZlJkCN4ZcVNAnu9l44Ms852 > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luqQAOI2CR1R75BNKT8T3L9WVeH9oRGP { width:20rem;height:52.25rem;top:3.125rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8vwrOZy9wX4GiTh8wVuq75lLkSifwgz { width:16.875rem;height:3.5996125rem;top:26.6875rem;left:1.25rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Hg609b3wRQ9O5ZQyRkUFAby3xL4G1LTq { width:16.875rem;height:5.3994125rem;top:31.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogTG7UqDtanLxdmtSTyWBnLdcEc1g9d3 { width:18.375rem;height:18.375rem;top:4.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKU9b7oOowxkw4pOTHpiQigUZHCxRrMA { width:2.5rem;height:2.6875rem;top:23.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZVL3dFCBUNLCmgn8FM8lK7ZVywtiI0O { width:13.125rem;height:3.125rem;top:48.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBgfIoetoehLcgfLIrtNPJPU0RNWvpec { display:block; }
 }@media only screen and (max-width: 763px) { #I7cbnaSEXWMOfwT5r7Ll0opDvR4eKk06 { width:13.3125rem;height:1.3496125rem;top:23.75rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN1W5STl02aNuWTcaBz9gBwUTGLd5QoQ { width:16.875rem;height:4.82470625rem;top:37.625rem;left:1.25rem;font-size:1rem;display:block; }#zN1W5STl02aNuWTcaBz9gBwUTGLd5QoQ li:before{  }
 }@media only screen and (max-width: 763px) { #OxKI4U8nPZA4bhmMcMo4t4Mx8UKpBV8C { width:5.125rem;height:1.5996125rem;top:1.625rem;left:14.125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #bCwCte22qJ2XPd9iU4uGvfJVmc5AKt4r { width:5.6875rem;height:2.19970625rem;top:2.9375rem;left:14.0625rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RtTruPuUg5PWBHk79t59yNRkiNqQVlr9 { width:4.5625rem;height:1.5996125rem;top:5rem;left:14.4375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #K8lWR5NRwow1A6pEGuJoJzEHxOPGNQST { width:6.25rem;height:6.25rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITBuqr2p3avn2fOmk0VN4byJixU2zwlN { width:16.875rem;height:1.79980625rem;top:43.6875rem;left:1.25rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lsvRyiRkm5ZIsXdyenuSeIiSEtQi7aGH { width:16.875rem;height:2.3999rem;top:45.5rem;left:1.25rem;font-size:1.5rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZbtDvqQBqK3nZcxwXWmsFM7gTw4vxgOf { display:block; }#ZbtDvqQBqK3nZcxwXWmsFM7gTw4vxgOf > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVlTNRufoEGdoqb5WMewX0dq2nZ8IdW8 { width:20rem;height:52.25rem;top:3.125rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWBxF68FV68OFbe9cB6Rd4k80QRruk4b { width:16.875rem;height:3.5996125rem;top:26.6875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwLOShTfZKsgEn5tU7R7CxDcbproMHCD { width:16.875rem;height:5.3994125rem;top:31.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kltrwh8mkKXoVHERoFXqcOvOflsbhs9Q { width:18.375rem;height:18.375rem;top:4.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCpDv7QslsBT9AT6Ff3nizTAFyEbUmGd { width:2.625rem;height:2.375rem;top:23.2373046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #igFDIT3TER4Ge1aWNap5pIytbeiiWUnb { width:13.125rem;height:3.125rem;top:48.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXTXnSvknoPlvgDwZhuKtpg0wapollTi { display:block; }
 }@media only screen and (max-width: 763px) { #JROxlxFVpnmIp2CL0n4SQrQnP8MKh8qJ { width:13.3125rem;height:1.3496125rem;top:23.75rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECTJWPFfVcQOZHvKpzq2eECSfmB5p9sC { width:16.875rem;height:4.82470625rem;top:37.625rem;left:1.25rem;font-size:1rem;display:block; }#ECTJWPFfVcQOZHvKpzq2eECSfmB5p9sC li:before{  }
 }@media only screen and (max-width: 763px) { #HW1aL0DBo3ObS3RrOtE4kvqTAMd0nlGp { width:5.125rem;height:1.5996125rem;top:1.625rem;left:14.125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #cnwOJsGBlQxJwRu2KJDtkBfMPVUgDmWd { width:5.6875rem;height:2.19970625rem;top:2.9375rem;left:14.0625rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZTs6NznHK4sRzW8OuRcpuNbiXbTlk3b6 { width:4.5625rem;height:1.5996125rem;top:5rem;left:14.4375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Is8TFhZKuwqJL1GEqH20gK62of2AJ3Gk { width:6.25rem;height:6.25rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCX4zTT7ag8V1wUSlE1XTorqTwPOD0fU { width:16.875rem;height:1.79980625rem;top:43.6875rem;left:1.25rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #z4oZ4tmZVxIehemCqZNZual8m340Pu8I { width:16.875rem;height:2.3999rem;top:45.5rem;left:1.25rem;font-size:1.5rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #C9WrIhg3MsqTeITxJ81t0dkqR70IAq3W { display:block; }#C9WrIhg3MsqTeITxJ81t0dkqR70IAq3W > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #du1QF2KWFnimM5yrp06H67wMOPfeDp2w { width:20rem;height:52.25rem;top:3.125rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUUIVE9xU9KBDxkIh2fZ0PApxudS1yy0 { width:16.875rem;height:1.79980625rem;top:26.6875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBfiWD3EyXCpEBkJehwb7nNDZE7TLbCU { width:16.875rem;height:5.3994125rem;top:29.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIGZyCaMq5eMKePr8ELBeeiZal9pSbha { width:18.375rem;height:18.375rem;top:4.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyPWi7uWQ1zwe8LwX9XMTvU4aqKsr3Nr { width:3.5rem;height:2.25rem;top:23.2998046875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTpaGbJ178XeldPBW1tiMNXvCKOZThRl { width:13.125rem;height:3.125rem;top:48.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGxFo4lAULU1KlZUOu6r3pyeAHRKS4Mp { display:block; }
 }@media only screen and (max-width: 763px) { #ThsodlnK1uJQtdyEiiKZT9PM75lf8Ls6 { width:13.3125rem;height:1.3496125rem;top:23.75rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugop2JPwRa29h7MLdZwXPx32nDEU9PFK { width:16.875rem;height:4.82470625rem;top:37.625rem;left:1.25rem;font-size:1rem;display:block; }#Ugop2JPwRa29h7MLdZwXPx32nDEU9PFK li:before{  }
 }@media only screen and (max-width: 763px) { #PsdBDcbqT0bAWQxLfN1zrecOHfiTbDFQ { width:5.125rem;height:1.5996125rem;top:1.625rem;left:14.125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lbsNhza4334SagBBb0Qkx3zeIedazwFH { width:5.6875rem;height:2.19970625rem;top:2.9375rem;left:14.0625rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HqCC22PnqR1TJCDmiaPDagn21QA99Qh9 { width:4.5625rem;height:1.5996125rem;top:5rem;left:14.4375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #pMObVQcUM99tJBC4UFGz5TgwlTdW94ZK { width:6.25rem;height:6.25rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W135vy4vMOVDGWczEChqCf4BztxDODd4 { width:16.875rem;height:1.79980625rem;top:43.6875rem;left:1.25rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gNVF2qxXToZdhsIFS0Ns4OxWQbTErqEa { width:16.875rem;height:2.3999rem;top:45.5rem;left:1.25rem;font-size:1.5rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 { display:block; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8TSM4L9OATZBWZDHzWR4PeN2xcbNkfr { width:20rem;height:6.2988125rem;top:3.125rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uRJAdMIRdQF6sSCEB6ZHHVrT2mE5CuTw { width:20rem;height:4.798825rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-text {padding-top: 0; padding-bottom: 0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-select {padding-top: 0; padding-bottom: 0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.375rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r  { width:17.5rem;height:auto;top:24rem;left:0rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r {display:block;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r { width:17.5rem;height:auto;top:24rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #aNm4FmuHWiUqy6ynDqS38diAls1QUMha {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #Om6fyiVzBeV627LONL0CF3qlzeO1aTlQ {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #HZ0wSvJmGCxEbAlUWf47O2E4WgE4vfSb {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #ah5Ce0dQQmTmdRxytQXLc84W5PKZEy1h {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #MPzqv5RSDXIEbqEgBBlL118Atdw0kff3 {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #ZQ8x1RnHhtbnbhnWkfTFnvfmWIXhHTEK {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #NhMqbJzzK8WNQoTzinyJIDLoWs2hodgC {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #oscGqg5pVO7geoeLl4RDiRGCuSoU45d7 {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #DldX11gB5FVOzSBnbgnicakCMyea4S8T {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #d1A72Fm02NuUPSy7aORCkFJDpa0olK8X {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #TE9O0yrsuz5sMTKnU5FsceXXtXe7xXnm {  }
 }@media only screen and (max-width: 763px) { #yUSpT6Xc731n0S0dx7w4SfpNUnTaI79z { width:4.3125rem;height:7.4375rem;top:41.3125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8p18ArvOirHc9sET0iH43Mv0dVZ7NJU { width:20rem;height:22.75rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze4obHNHV8UKNiKvTwVroXnATT3qEFIS { width:14.6875rem;height:10.625rem;top:43rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEwXziZKTsFaEN4p7QxofkHGmo6kdOxG { width:4.5625rem;height:5.5rem;top:17.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHSOidfSNgXQcWl8ARuOHmUofxzo9fJf { width:7.9375rem;height:3.75rem;top:17.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuXAewOzlegwXi1JHncZhH0mn7L71Ezn { display:block; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6MbdqnEhHtUM3fPAlBsfSZI42LVairo { width:17.5rem;height:12.875rem;top:3.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB7lm5QSpyLcLvDXbSOqD5JuaWOexCsX { width:18.125rem;height:20.7949375rem;top:21.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaTeD7cuhmRyK08fxSfUm1oeiMeZTZZ7 { width:18rem;height:2.0996125rem;top:17.9375rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oXrFehGsBzw0TLkIzGD578adiZutr7bL { width:13.125rem;height:3.125rem;top:43.982421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbvzEFSG4nZgenX6wXkNZmGhTrRvRKRy { display:block; }
 }@media only screen and (max-width: 763px) { #R6kH1R7WHv1Bs1CcL3dpXBhB6lIcuJk3 { display:block; }#R6kH1R7WHv1Bs1CcL3dpXBhB6lIcuJk3 > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhSC9PHiUP2SXMSwMqzVgBoKPeQGsPho { width:12.75rem;height:1.57470625rem;top:6.375rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4eDOoQWKRCIIyNtIOtuTUTTTKnvvTMx { display:flex;width:3.25rem;height:3.25rem;top:1.875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #WnRVQTcM0ANIoz3eK32uMJH9zf4xTWs6 { width:15.5rem;height:6.3984375rem;top:9.1875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUooWo9p3PKwKUvTsv30hLF6HuoIH42V { width:14.4375rem;height:1.57470625rem;top:24.4375rem;left:2.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9hedDQ0K5iL7NBkvoeXkCovXOSa66Dz { width:15.5rem;height:4.798825rem;top:27.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4PDk5p2s6pV3xT0ydDsGynZLPCDthzN { display:flex;width:3.25rem;height:3.25rem;top:20rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #UuR7SLFnLO2DBWDVGaG5A1sSDWx4Sszt { width:15.125rem;height:1.57470625rem;top:42.5625rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXnfI8yCeXNwa7wy0MwST7KlHBKvMGaD { width:15.5rem;height:4.798825rem;top:45.4375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgatfDmTOVpoTXZtFTmBfRJeidIQ84Ar { display:flex;width:3.25rem;height:3.25rem;top:38.125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #phWlDUMETu0zVZuMfv9EdXCu6qWtiA6K { width:12.75rem;height:1.57470625rem;top:60.6875rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGG7rca6yT1FP8wTHVA8TJHecMsV6xgK { width:15.5rem;height:4.798825rem;top:63.5625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #do5zIPKVaMTH8t4O9RQmoTZq4CAaKGTr { display:flex;width:3.25rem;height:3.25rem;top:56.1875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #kSlWJcgF0KTmDuvuWuFAIpy5hZvLiAWT { width:17.5rem;height:16.875rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTJuC7iFUct8b7O2KGE19G0nohhPkFfX { width:17.5rem;height:16.875rem;top:18.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c52XETPUa96VeEkpsP2mvUp2drScbm0e { width:17.5rem;height:16.875rem;top:36.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJVhFkJ6VOtcFou8yEXwwpyS0mV5b0RO { width:17.5rem;height:16.875rem;top:54.2978515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0yDgLGdOPkooJKEJumzIUhdyqLe1Nnb { display:block; }#C0yDgLGdOPkooJKEJumzIUhdyqLe1Nnb > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnmJnrGkf4HUKhMkOadTwAGxFTiLFOVu { display:block; }#OnmJnrGkf4HUKhMkOadTwAGxFTiLFOVu > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlsemdFF3BnLzu8z39A64TA1Obon18kd { width:14.875rem;height:1.25rem;top:3.03125rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uccHHZwnxOKxPFlyAXUB7Q59owivbeFQ { width:18.125rem;height:1.79980625rem;top:18.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKmX4gq24MIAJMaeQnStsDkCilPXPlPp { width:18.125rem;height:4.7988375rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVozbqPdrTbS66mlupX1brGKKrKLbbRu { width:18.125rem;height:1.79980625rem;top:6.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7xtz1mtGED6RtgdRrIFx5GFwmcSrKAb { width:18.125rem;height:6.39844375rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVoJzozNt827cUxgnxTsQPhDLI4dwToG { width:17.125rem;height:1.79980625rem;top:29rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHEglAQNbBxKKT7RmwPDlTBObqyBVDnQ { width:3rem;height:3rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0EFw1NyeOuLh3iyGygb7yozQtDeiWxk { display:flex;width:1.375rem;height:1.375rem;top:32.8125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #cPFLuwLh6LhhnH2uPMryNHlan8seoGgO { width:3rem;height:3rem;top:32rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmJpg9x8ibT2kBBcZLDs45MTDt25vkUM { display:flex;width:1.375rem;height:1.375rem;top:32.8125rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #slUsb0U7VzwtimcZMopo83XD7ad9XG5R { width:3rem;height:3rem;top:32rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEZo52E6R0oCzoMESrnd5RbZi3fmzaCy { display:flex;width:1.375rem;height:1.375rem;top:32.8125rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #GqxvnXGg3PfvEwnTK1QTqIfRZtU9RdUk { display:flex;width:2.625rem;height:2.625rem;top:2.34375rem;left:0rem; }
 }