.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:255,255,255;--color-primary-1:191,191,191;--color-primary-2:128,128,128;--color-primary-3:64,64,64;--color-primary-4:0,0,0;--color-secondary-0:202,202,202;--color-secondary-1:151,151,151;--color-secondary-2:106,106,106;--color-secondary-3:63,63,63;--color-secondary-4:28,28,28;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"open sans"; }@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-secondary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row .container { background-color: transparent; background-image: none; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row .container > .video-iframe-container { display: none; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row > .video-iframe-container { display: none; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .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); }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row .container { border-width: 0; border-radius: 0; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#pOKM3EQJF7sJRuQBQmh0b59V9k9JXVpT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:10.3125rem;top:1.46875rem;left:32.343751907349rem;overflow:hidden;display:block; }
#JIcIUMO5Vyil4rPZWgPE54DkWl6Rtd2M { position:absolute;display:block;z-index:15005;height:11.1875rem;width:20rem;top:0rem;left:45.974828720093rem;display:block; }
#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { background-color: transparent; background-image: none; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container > .video-iframe-container { display: none; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row > .video-iframe-container { display: none; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .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); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { border-width: 0; border-radius: 0; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:41.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#T2wl42DD74Oc2Obv7rnA1ETkC4rlKmHh { color:#1ec731;display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5rem;left:1.3125rem;height:5.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a61aSxzHO2aDFkg5xE2u12NH0K0OoaUM { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:41.1875rem;display:block; }
#EHuyDmmTThTKuEp5VWH6DGVDNAcfk34v { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:43.5625rem;display:block; }
#WTbstccfXgVslbeO2EvJmqTMgVEgbm6T { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:48.3125rem;display:block; }
#mMnEraGv3ko6lIbfsQykV0wrJwMANVHf { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:45.9375rem;display:block; }
#hKfpseV0UgRIQ5MrCxzyiNZpHrDgMvss { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:8.5rem;display:block; }
#ICKMGOgwqkpZvTsnO1nQDTW6W4evNTT7 { color:#1ec731;display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:20.90625rem;left:1.3125rem;height:2.125rem;display:block; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-form-header {  }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:27.5625rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-text { background-color:#1c1c1c;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.0625rem solid #d6d4d4;border-left:0;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:27.5625rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-textarea { background-color:#1c1c1c;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.0625rem solid #d6d4d4;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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5625rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:27.5625rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .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; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#1ec731;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:27.5625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:26.1875rem;overflow:hidden;font-style:normal;float:none; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .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; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-container:first-of-type{padding-top:0;}#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-container:last-of-type{padding-bottom:0;}#LchxPa40ly297xgV2QD65adH1dX1ZxSJ  { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:27.1875rem;z-index:15078;position:absolute; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5625rem;display:block;vertical-align:top; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ {display:block;}#LchxPa40ly297xgV2QD65adH1dX1ZxSJ { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:27.1875rem;z-index:15078;position:absolute; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ #IPKRcLk5XHp4o8BhJ4OE5Pvka2o4i3QO { position:relative; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ #z56tvGRAzdGS2KsOZqq8eMXCvn1i1Mix { position:relative;display:none; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ #hhWf92Qoz504P9dHaShvJsmrNe0BZxJg { position:relative; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ #yFd3uDi22bAQhWOz1ZlrgbWachidKkTr { position:relative; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ #EiTxqEGVdOkT4qpOFhFxFqWqmAc8WHRE { position:relative; }
#IdPKy4B7nPsSnq4Xiy9HrP5uxnEirUN6 { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:24.72500038147rem;left:1.375rem;height:1.7rem;display:block; }
#hRu61cz8GWPa9weHSPTm7wxwIxFggCqV { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.625rem;width:36.75rem;top:9.9000005722044rem;left:37.410939216614rem;display:block; }
#QlgebgXldMVIKMNGgTVTpkfoMdmsesyn { position:relative;display:none; }#QlgebgXldMVIKMNGgTVTpkfoMdmsesyn { border-width: 0; border-radius: 0; }#QlgebgXldMVIKMNGgTVTpkfoMdmsesyn > .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; }#QlgebgXldMVIKMNGgTVTpkfoMdmsesyn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nxah8GgzKZEyDkRUH9fZwTT46mib2HOn { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.875rem;left:1.3125rem;height:7.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ayf5vFx0wOXFe6GvX909CeROlWvl2AD5 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.875rem;left:1.3125rem;height:7.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#sDNmCWfXSkun1Fq4Qipc8zaFpmtP8wui { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#Rtoya4iLoC0ne5qiu8ULxICIxRErdMaL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.9875001907349rem;left:4.34765625rem;display:none; }
#X8p3Nt9NhdaRZP6uJJMEo29KTo4uyqqO { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#GJLbvoIfPKIqSRLzJ1B720sZcuyDTDMT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.9875001907349rem;left:4.34765625rem;display:none; }
#dAeZ66DGd0fGO3k9WKlokZD1lsxd8egT { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#iG3ICauritBLf1ABB2kxnD6WiTAqbZsQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.9875001907349rem;left:4.34765625rem;display:none; }
#uSRzmwyAxG1Tik7uGc8Kf4ynHgI8KsuG { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#wPnU4FPE7BOvZzAw6kObByT3twAzz0BP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.9875001907349rem;left:4.34765625rem;display:none; }
#CxsfbTxNTcstbqQrMhiTvmVJXQMPxXWb { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#XAXdSrUm7zf4sJ8xutbcUeLwDPomT4Bb { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#K5WcmBuEuouKpQVkFf6W4Izm1R3Qxifd { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#e6utXp3Gt6PRtsT9wZyIcvv6bg0TaFed { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:6rem;left:40.8125rem;display:none; }
#QvfnMMrUWxVKQkuP7SQiRxiLqdCp3KpX { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#TcSwsqk12iAUuXgwudUOI4qZPSkfCnTv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:6rem;left:40.8125rem;display:none; }
#rQXmiB8nE6tWMhvbWr7PSxJLyvUeMrl7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:6rem;left:40.8125rem;display:none; }
#mPsadTsQTDZmKkpLzBWUVucJrJiUTSSw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:6rem;left:40.8125rem;display:none; }
#F5ppZc5xfhwL15B7cCZyDImyxlHeqFUB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:6rem;left:40.8125rem;display:none; }
#TzU7Qr69TuSUOuCOS83knPRTAPrUppHw { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#GCzKxTwobq5xE7D3FHxsBXWZeLkbv1WJ { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#JBpcWnMmxzZnbl1958T4QESMd6NMZuPt { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#fRIuKXU4yg6JH9llbZ5XbEMtxW692eDT { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#PnURNQ4cIOtUpHl9MpXe3NTtys3iE1gW { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#zVnTli8o2FmBryFagQiNgXP8r7w2WyLT { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#Ht1MKERJWDBXe92ZtUKu18a9Bdxuxdii { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.875rem;left:1.3125rem;height:7.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#mWcVTMhoPLqo0Zhg4wH98VxCFUnNOnMr { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#U8w7IRaQ1FwUgomME3iwrOSwsgvGFaKD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#AB40UJ3I1TBZz8TWwT340qVg15nN8kNZ { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#OyJ3f5UBZVSRnLRToWpWvr8faMyzU00n { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#mlGAxF8zotPxFKz4ZkncghyR668cnlXp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Anf1TV3zhpoppaXFyxqD4L62Nq4BcXw7 { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#z84phZz6IVUHTGNUMerRXw1eQ9iFef1c { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#wJaO1TnrT1USz8shdG1yaE3IIugHF5IX { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#TE51E9clB2sLwdkZJi7iGSFGTrUxlyQn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.793750762939rem;left:37.831250190735rem;display:none; }
#pZQZab8qP69ayDQxTl60RId3bICParAH { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#PifPqakrVP8kPMWFhzS0Mo2oQTocUdz5 { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#t6aLR7hQHDCbw5FXsI9vaV8GcpNGU5lC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.793750762939rem;left:37.831250190735rem;display:none; }
#WHqpBXGwqG8rX7PDECTTvIaAGEK4OT9X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.793750762939rem;left:37.831250190735rem;display:none; }
#svpxuscyTG8LwA7Ku4SJVGDsZQTfyOds { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.793750762939rem;left:37.831250190735rem;display:none; }
#NWlT4dTKIlFbUAMbTD37fIWWcLtWSU6A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.793750762939rem;left:37.831250190735rem;display:none; }
#BSy3IQwITn9AWsDwyu28t0qZlSvx5WBo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.793750762939rem;left:37.831250190735rem;display:none; }
#XyND2NXxS5wk1iKJGSk5zUhHwQ2koGT7 { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#OQ8dhy9Ra2sU41Tuer4qkBmDVHR5oM6W { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#KGxS8k2mpcvuzSApdgutgCTTfOXO5GDI { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#iImX2JhNJaJ012c6QKu5G60lu2X9nvB3 { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#CHRAh6VlkhpT7dH6kVzgu7AqIkmCe9Vd { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.875rem;left:1.3125rem;height:7.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#bBPufGIeQymfWdhsXJDxfTO1OIOKvtke { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#blmwTTEPGC4TlaBIOpqwS3O63nohMyPK { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.875rem;left:1.3125rem;height:7.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#pm3z1gQ1vbuzqvMRA3UrELh0bQwOqOKS { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#DqH2JbHO5LADDwNE7Km52fWhLgye8fQ7 { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#QQl6rNq6bCAdNuGJqygzu17COTs1v3D4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#vnQcKfgRMIKcycVAlfk7b5HiRAX1mmt6 { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#RTIZZc6vgDg100iPJPTdJp1XIrVdd11Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.793750762939rem;left:37.831250190735rem;display:none; }
#T7L37vQhz5N3HRB41A7yGVa1cBZqfB9P { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#ciWzf4TKsofabWPHBiv4rL2gSn92H7Tl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.793750762939rem;left:37.831250190735rem;display:none; }
#E8oQZpqhT9ZTu81FDdpTyXJZOJ4TUTkp { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#aGc2mhZh64qrfIpoUJTEaSvHfL1JiVn1 { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#uTKmDVvKLroKyU0RppseXghqmliVad6l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.793750762939rem;left:37.831250190735rem;display:none; }
#TxPNgsHS13umBrpvIAB1ttWhleamI920 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.793750762939rem;left:37.831250190735rem;display:none; }
#R005awsRfCZsfb22aUs6XeLEKEw2VhWw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.793750762939rem;left:37.831250190735rem;display:none; }
#P5IDTAQTK0CDSCgTVLTRI5VGDa9LStql { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#Kt0MSARbze46uPuARu036UKInL91OiW8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.793750762939rem;left:37.831250190735rem;display:none; }
#ZZnvHsgIlBfxx8QVUM3RfCtXVXFJb7XL { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#aDyMH8nl5S7FrPEgEHuiT6nL1sNTKyUr { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#oJQohcU4aTT0goJcWtw1Ny2WeTi6QhKi { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#HPtd9g06hvlD5xU9QWKeaoeMhCgXSbAN { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.875rem;left:1.3125rem;height:7.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#CiUDaHHOw5IREh1CTtScNXhhdbFOBQGk { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#Gz5HtJnl37Z108hn9niL4wkfJ1357DoI { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#yiMtDKDaW5F4nzWff0GxPLpliFbmCSK3 { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#fVVknzXicWDfpiuFIemeQl0uCPAlowSw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#T4QPZPs2Mfo8AWAgETy0ZPP0t0fbRSuI { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#CtfKIRX4D2RwAOORBzSypo7lVutRx5on { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#HlToexemA0gVpnMSRydnOb6K8UwJb7zC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#owPaJPss5SJ2awXxJz71xDONUM3tNE6l { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#v4vzOpXTuwMZ4vvubEc20gGqw33o4Lrc { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Fc6UIAOuEfXbrIQw64iGx4TXa82r1wb6 { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#MeVX6BHTDpZzOPqzL0LJ2Gximzus2M2a { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#uAto1R0JPw6OfU5MNomKgz0V1wcEX1Mf { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#hUTACZIKsfZep4fSiwVUkX0vbZPdpHAp { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#NPVtva8oDpL1Dwik9Ao0eqxJJn6CEX3E { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#lKRhvvM4qAOfZ9lTTRa0LqLTTTVkxpFV { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.875rem;left:1.3125rem;height:7.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#eaTxfdBalhglNTITTqDgzcPTwne4Q2zk { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#KeaGTfL6JT5ReSrkFluDXhc9wzLvq7r2 { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#MbQRMXqJEmyUDEcAmXyHS6pdyGzDGD51 { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#puaFJzCtmARFTR3eouiJT31oyOegKVZC { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#rJUX6VoKmSHaEepKWVGDb1N7z4BftCMm { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#NehMA6uTyTQNJGvW02EM0iTrRCG5vhZQ { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#C69iBXATP3NFv5M5buiUU410lG7SpfkW { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#oa2pklPJOQoVlKPdyoENkn8VTnkSSZXI { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#T7rtUcPqy5tMUDDa0ho8koW3x7mEEG5D { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#J2gxMGNcCIARudH4NEk73iXvhDPpQHvw { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#xupWcDlJlgO5ungzR4EZQN1Pt6fe2Pwn { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#nqW0hq0KBKrh9B7yP0X3NWd5agNJqw3W { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#RovMOkabQAO6rhOOgCFJlufUsD7Xaxod { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#wESI5gJ65NftlfFTKlwxo7qErIkwZ4a4 { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#Az1r2qKOb073rgnGfJTWwODgkTVVONwM { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#uS0gf42nuKdpyu9NOcL62W0m1aKb1GWa { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#OgpccbyeSn5Gvf9Wx2oJoylq6Uf1EsU4 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.875rem;left:1.3125rem;height:7.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#U2lTpTDszI5zi4cqhH2BTh8GGT2g7As3 { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#C7PLegsQBLB9DI1D3qAF165Bm1lTwaK7 { color:rgba(var(--color-primary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:6.8rem;display:none; }
#Xzd1x7oNTbqtV2pGyapvX0NkCIKLf547 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#H5OL53QGAt3TBhwnaCOMczqhJ7GIdidJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GGob7E9AD2KMqlkNVtISrB7IaHJX8Jp3 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#gB1uO4Xv3teQkNRLNqBhi83MmMrZOyil { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu { position:relative;display:block; }#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu { background-color: transparent; background-image: none; }#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu > .row .container > .video-iframe-container { display: none; }#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu > .row > .video-iframe-container { display: none; }#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu > .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); }#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu { border-width: 0; border-radius: 0; }#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu > .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; }#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.4375rem;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; }#cWuxMDDVV51nDUixqpWQlOT8OkSozVbT { color:rgba(var(--color-primary-0),1);display:block;width:66.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.1585936546325rem;left:4.46875rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZwHhTsbL9hKz6zbZg0tWmGcLFTTT4bTD { color:rgba(var(--color-primary-4),1);display:block;width:61.3125rem;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:9.8585934638975rem;left:4.46875rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rFOQfWuEEcvQOCnEhGItOm3ofqSGvLua { position:relative;display:block; }#rFOQfWuEEcvQOCnEhGItOm3ofqSGvLua { background-color: transparent; background-image: none; }#rFOQfWuEEcvQOCnEhGItOm3ofqSGvLua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFOQfWuEEcvQOCnEhGItOm3ofqSGvLua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFOQfWuEEcvQOCnEhGItOm3ofqSGvLua > .row .container > .video-iframe-container { display: none; }#rFOQfWuEEcvQOCnEhGItOm3ofqSGvLua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFOQfWuEEcvQOCnEhGItOm3ofqSGvLua > .row > .video-iframe-container { display: none; }#rFOQfWuEEcvQOCnEhGItOm3ofqSGvLua > .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); }#rFOQfWuEEcvQOCnEhGItOm3ofqSGvLua { border-width: 0; border-radius: 0; }#rFOQfWuEEcvQOCnEhGItOm3ofqSGvLua > .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; }#rFOQfWuEEcvQOCnEhGItOm3ofqSGvLua > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.9375rem;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; }#PFmJRuacL8AteVOrboRWm8gLmb8iSw43 { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:1.3000001907349rem;left:4.3492183685303rem;height:3.4rem;display:block; }
#z1r1ZCEs0lWB2BEA4bW3wRECcZxsOcdk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.9875001907349rem;left:4.34765625rem; }
#C3Afs2VI73UDe2i6RespCQ3nTTDCMXgz { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:6.2929697036744rem;left:7.5992193222044rem;height:1.7rem;display:block; }
#mscoobU0HTXhWq3hSgrKc8ukaeEsCsze { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.25rem;left:4.375rem; }
#dTO2PKfBU5nBaF3aIPXdREr7fGAKpRCU { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:9.5554695129394rem;left:7.5992193222044rem;height:1.7rem;display:block; }
#BWLS92wEVDCKDqshve7v9hEMvX8DBJai { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12.25rem;left:4.375rem; }
#TIdxW3rLfNwiM5SW7xKlWmWhayqsVGPe { color:rgba(var(--color-primary-0),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:11.706249952316rem;left:7.3804693222044rem;height:3.4rem;display:block; }
#vuPpiRZU5bygUXn68Q1yJuPl1Q1MXOZH { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:15.8125rem;left:7.625rem;height:1.7rem;display:block; }
#RFK4Lk4KRk11F67TqqbzaK2o3RX8O45Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:15.5rem;left:4.375rem; }
#nJ9RIyd4nJU8AvMc3XFUCbGe4hIhWPTk { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:3.375rem;left:40.8125rem;height:1.7rem;display:block; }
#GIWVuvQ48GZy4wo0HEkboXSM0UMcETLa { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:6rem;left:43.3125rem;height:1.7rem;display:block; }
#iNcL3doF3TT1uy1CxWKcqA9XT5G2CUxq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:6rem;left:40.8125rem; }
#hHtaBGQ20CEDwDUDhDeT78X5kFrRiZbT { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:8.3125rem;left:43.3125rem;height:1.7rem;display:block; }
#TAF5KkwSZuw8HfuG9TlNfbtgClKyJEpU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:8.3125rem;left:40.8125rem; }
#JRv7HhPTr12hlD5BHOSXHb8QrOStgRlL { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:10.5625rem;left:43.3125rem;height:1.7rem;display:block; }
#UfrMlhkNf3RZQWsbIvwZfZTI4eEFHydO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:10.5625rem;left:40.8125rem; }
#uku5EQ890zxEIhTAr80tpexexdG11EE8 { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:12.9375rem;left:43.3125rem;height:1.7rem;display:block; }
#c6trL2qG6oxnrDPT49QDuz43prR1VmGz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:12.9375rem;left:40.8125rem; }
#RGBR6zHndSEARf5P1eq1gTrD7ylSZVER { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:15.3125rem;left:40.8125rem; }
#WdfIg518yFpBARB38yeVhvBS4aEZcoo2 { color:rgba(var(--color-primary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:14.6875rem;left:43.3125rem;height:3.4rem;display:block; }
#OfzKUietV3UJ2Iqpo5wcmgqMX4yWVlwA { box-sizing:content-box;height:18.0625rem;width:34.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:38.1875rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#lTbk6rTZ2PoXt28rWsdJ1SDRNeGx4o3a { position:relative;display:block; }#lTbk6rTZ2PoXt28rWsdJ1SDRNeGx4o3a { background-color: transparent; background-image: none; }#lTbk6rTZ2PoXt28rWsdJ1SDRNeGx4o3a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTbk6rTZ2PoXt28rWsdJ1SDRNeGx4o3a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTbk6rTZ2PoXt28rWsdJ1SDRNeGx4o3a > .row .container > .video-iframe-container { display: none; }#lTbk6rTZ2PoXt28rWsdJ1SDRNeGx4o3a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTbk6rTZ2PoXt28rWsdJ1SDRNeGx4o3a > .row > .video-iframe-container { display: none; }#lTbk6rTZ2PoXt28rWsdJ1SDRNeGx4o3a > .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); }#lTbk6rTZ2PoXt28rWsdJ1SDRNeGx4o3a { border-width: 0; border-radius: 0; }#lTbk6rTZ2PoXt28rWsdJ1SDRNeGx4o3a > .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; }#lTbk6rTZ2PoXt28rWsdJ1SDRNeGx4o3a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.375rem;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; }#pGS5zHzRBalW39kvDTxUAuOqzrzOQmP2 { color:rgba(var(--color-primary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.6937503814697rem;left:12.030468940735rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EQ3CXxUkGqLfdTXooWNLHn1zaXIJ5JOU { color:rgba(var(--color-primary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:0.6875rem;left:12.030468940735rem;height:4.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdsE7ndVKt9oPBFWWNs7l7SKHI8qPvay { background-color:#1ec731;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.715277671814rem;left:22.531251907349rem;display:block; }
#kzELxIyTyIiKuWrCC3mdwOOgEqWA2VC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GU5JiOkUvbWTLF22v2LEvoyGfC1U0zeH { position:relative;display:block; }#GU5JiOkUvbWTLF22v2LEvoyGfC1U0zeH { background-color: transparent; background-image: none; }#GU5JiOkUvbWTLF22v2LEvoyGfC1U0zeH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GU5JiOkUvbWTLF22v2LEvoyGfC1U0zeH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GU5JiOkUvbWTLF22v2LEvoyGfC1U0zeH > .row .container > .video-iframe-container { display: none; }#GU5JiOkUvbWTLF22v2LEvoyGfC1U0zeH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GU5JiOkUvbWTLF22v2LEvoyGfC1U0zeH > .row > .video-iframe-container { display: none; }#GU5JiOkUvbWTLF22v2LEvoyGfC1U0zeH > .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); }#GU5JiOkUvbWTLF22v2LEvoyGfC1U0zeH { border-width: 0; border-radius: 0; }#GU5JiOkUvbWTLF22v2LEvoyGfC1U0zeH > .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; }#GU5JiOkUvbWTLF22v2LEvoyGfC1U0zeH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#fRJnqIBSwTgLHCVkGqnS4dBXFBcKzddk { color:rgba(var(--color-primary-0),1);display:block;width:66.0625rem;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:2.4375rem;left:4.46875rem;height:5.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eevi93i0yTA6vITCl0gmGzTkVx6Fp4fK { box-sizing:content-box;height:26.75rem;width:34.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.625rem;left:36.081250190735rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#uOABWeKaz1kHcnXbrsIGwHtCoesbVD4h { color:rgba(var(--color-primary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:10.3125rem;left:4.46875rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XMh22TrUoauqyRs3vHroJbGCGQNwAIS2 { box-sizing:content-box;height:3.25rem;width:25.375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);top:13.0625rem;left:4.46875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#FwuU9XVTx4dpgzWetUnHsGI93HOdqSzd { color:rgba(var(--color-primary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:14.03125rem;left:5.3679685592651rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#scANsvGa7dC1FhPxG6KZRiD90dImICBR { color:rgba(var(--color-primary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:18.056248664856rem;left:7.581250190735rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r8LXfvKDJH7sOrr31IcosanTgbxnnLao { color:rgba(var(--color-primary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:11.661719322204rem;left:37.831250190735rem;height:3.4rem;display:block; }
#mI5MpqvXTULQc5xWMTe2Kdo72pFOwASl { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:17.050001144409rem;left:40.643750190735rem;height:1.7rem;display:block; }
#Ncas4fB58ZArxvG4WwaCaPDt11LuJSVf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.793750762939rem;left:37.831250190735rem; }
#eW0UILazHqULPHu4eC7oX8kUUzw9RNOg { position:relative;display:block; }#eW0UILazHqULPHu4eC7oX8kUUzw9RNOg { background-color: transparent; background-image: none; }#eW0UILazHqULPHu4eC7oX8kUUzw9RNOg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW0UILazHqULPHu4eC7oX8kUUzw9RNOg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW0UILazHqULPHu4eC7oX8kUUzw9RNOg > .row .container > .video-iframe-container { display: none; }#eW0UILazHqULPHu4eC7oX8kUUzw9RNOg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW0UILazHqULPHu4eC7oX8kUUzw9RNOg > .row > .video-iframe-container { display: none; }#eW0UILazHqULPHu4eC7oX8kUUzw9RNOg > .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); }#eW0UILazHqULPHu4eC7oX8kUUzw9RNOg { border-width: 0; border-radius: 0; }#eW0UILazHqULPHu4eC7oX8kUUzw9RNOg > .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; }#eW0UILazHqULPHu4eC7oX8kUUzw9RNOg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#xqrmiNArxJD9trUswXFrOaNzX8c5TgtM { box-sizing:content-box;height:5.125rem;width:25.4375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #1ec731;border-left:0.0625rem solid #1ec731;border-right:0.0625rem solid #1ec731;border-bottom:0.0625rem solid #1ec731;top:2rem;left:4.28515625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MfNUeM2uVNrsfBf6tZTaTVhx1zTpPf6D { color:#1ec731;display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.5867195129394rem;left:4.9281244277954rem;height:4.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OSffJlQxmpwWq4QP1STBcrnLr0eVsKTh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1rem;left:37.8125rem; }
#uFG8W8EV0X1ACt75Bk5VRWVL21QqTTAo { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:1.25rem;left:40.625rem;height:1.7rem;display:block; }
#gHM13Pcturlo9KCftTlHbFqJ7Oc2mUdi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.125rem;left:37.8125rem; }
#MSKanMKt9NbqXonWJsOBbHTsPCbiCf9W { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:4.375rem;left:40.625rem;height:1.7rem;display:block; }
#kvNLFtmz0GfPVBAlGH4yWT5onSa9TO8p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.25rem;left:37.8125rem; }
#CMQO1N1NJUWZOT4ueQPoZelwSMDeVWZ7 { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:7.5rem;left:40.625rem;height:1.7rem;display:block; }
#lqSyv03bISlZHPOibZEi5m3KB2p4IInn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:10.1875rem;left:37.875rem; }
#ETBmkxXZrq25xdRdABlUuwTeEkgZibVF { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:10.4375rem;left:40.6875rem;height:1.7rem;display:block; }
#aCAFDQ3cW73SLRnFwip2IDC1Fn1PZi9E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.125rem;left:37.875rem; }
#oJUKTnPJDQ8MTryP0aZnbvuG01g9V2oT { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:13.375rem;left:40.6875rem;height:1.7rem;display:block; }
#m7rIOuHRfaG3SP37T447x9KRb9oRMpEr { position:relative;display:block; }#m7rIOuHRfaG3SP37T447x9KRb9oRMpEr { background-color: transparent; background-image: none; }#m7rIOuHRfaG3SP37T447x9KRb9oRMpEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7rIOuHRfaG3SP37T447x9KRb9oRMpEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7rIOuHRfaG3SP37T447x9KRb9oRMpEr > .row .container > .video-iframe-container { display: none; }#m7rIOuHRfaG3SP37T447x9KRb9oRMpEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7rIOuHRfaG3SP37T447x9KRb9oRMpEr > .row > .video-iframe-container { display: none; }#m7rIOuHRfaG3SP37T447x9KRb9oRMpEr > .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); }#m7rIOuHRfaG3SP37T447x9KRb9oRMpEr { border-width: 0; border-radius: 0; }#m7rIOuHRfaG3SP37T447x9KRb9oRMpEr > .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; }#m7rIOuHRfaG3SP37T447x9KRb9oRMpEr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#nBlk1rSpf8gEiN0ayxRlDQyw7awaDBfs { color:rgba(var(--color-primary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.7742195129394rem;left:12.030468940735rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAX4RBKaOS1zkUxeg0yTqEfhioBcZCDl { color:rgba(var(--color-primary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.1492195129394rem;left:12.030468940735rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UWM3vhLgDsh3sepQKlJknt2LoOH0eF1Z { background-color:#1ec731;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:10.714409828186rem;left:22.531251907349rem;display:block; }
#PCJBD5xBls2A08tH8E1bDEA4UtGWXo7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF { position:relative;display:block; }#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF { background-color: transparent; background-image: none; }#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF > .row .container > .video-iframe-container { display: none; }#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF > .row > .video-iframe-container { display: none; }#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF > .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); }#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF { border-width: 0; border-radius: 0; }#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF > .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; }#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.5rem;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; }#q9pWb9456F5l7sBF1me3yUFTw7CioQQy { color:#1ec731;display:block;width:66.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.125rem;left:4.5rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpL4W7eTqKkBhzX1vhAuKBxuhQb7et4w { color:rgba(var(--color-primary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:5.625rem;left:12rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX { position:relative;display:block; }#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX { background-color: transparent; background-image: none; }#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX > .row .container > .video-iframe-container { display: none; }#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX > .row > .video-iframe-container { display: none; }#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX > .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); }#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX { border-width: 0; border-radius: 0; }#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX > .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; }#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.3125rem;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; }#JPmTMQUZDc3lT2CPie0eJesWE7CfAauw { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:12.5rem;left:3.25rem;height:6.8rem;display:block; }
#QW2vZPOOcIlDB9lhMOICmZy2AuTiMVsg { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:20.375rem;left:3.25rem;height:3.4rem;display:block; }
#MQqOOcgyUZHbIwZKcJhIVMUwTGr5p621 { box-sizing:content-box;height:30.4375rem;width:34.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3367190361023rem;left:39.000000953674rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#TOX9s0QOtwimJ4uzSBORv085MO4ST4Ix { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:5.8375000953674rem;left:40.750000953674rem;height:3.4rem;display:block; }
#eikP3BmGudNqAoOMaM6pIOtCIDbhpnEs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.1875rem;left:40.75rem; }
#LLJTm1r42xDFsFfAFQGvM4L254uPTmAi { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:11.4375rem;left:43.5625rem;height:1.7rem;display:block; }
#smgmOIspumV6dITlm9CxRMcx8anKAwEp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.625rem;left:40.75rem; }
#gotkURuE9cyBvdlIsFCB6i8pd3HcCdT2 { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:14.875rem;left:43.5625rem;height:1.7rem;display:block; }
#Nkz80T3lspsw2BWHMnspETMhwxDcODfn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.875rem;left:40.75rem; }
#efdeqypAwzuLtM0BBphDZTIZ92gAgb6k { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:18.125rem;left:43.5625rem;height:1.7rem;display:block; }
#MwRTXbK4ZKcJGF1bCcyRWvymcDM88RsJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:21.4375rem;left:40.75rem; }
#NRarFJ7dDP31ltsxQoNvxXRVOs2X26C4 { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:21.6875rem;left:43.5625rem;height:1.7rem;display:block; }
#c8epTVnWJ0TJySOhXd49BmLgcREDNVT7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:24.875rem;left:40.75rem; }
#MryFlsu57ft92W8EEFvlJWVpDEdfyU8U { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:25.125rem;left:43.5625rem;height:1.7rem;display:block; }
#lfKodToX3Bu8pSWzKtumd5Vpx0PdfGvz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:28.375rem;left:40.75rem; }
#kkrzl4cl7y4XGLPQfiIwfrXRrszZZhKs { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:28.625rem;left:43.5625rem;height:1.7rem;display:block; }
#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 { position:relative;display:block; }#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 { background-color: transparent; background-image: none; }#Il93l1m62aqGq3OR1auTKV9r3neWJkM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 > .row .container > .video-iframe-container { display: none; }#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 > .row > .video-iframe-container { display: none; }#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 > .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); }#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 { border-width: 0; border-radius: 0; }#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 > .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; }#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:55.9375rem;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; }#MbfzCIuWgpqidbpTOQetFzpdob2BKOPm { color:rgba(var(--color-primary-0),1);display:block;width:66.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.1976547241211rem;left:4.46875rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJy9TE3TFtAwJT6Dr9ZxlTdXfaTEUPEL { color:rgba(var(--color-primary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:5.8867197036743rem;left:12.030468940735rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aegHEPQAgTsXTMwNhWmIB3WpT6PVEXmh { box-sizing:content-box;height:17.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.450000286102rem;left:3.9679679870606rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#WLTb94KQNo9bqGJpserTSHvVQVENJNJH { box-sizing:content-box;height:17.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.450000286102rem;left:26.781250953674rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#R66Ss8KLqlMcRv2PGONWpbe62RqlqfQJ { box-sizing:content-box;height:17.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.450000286102rem;left:49.143750190735rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#X8hMv4eE61dTCoFrAlOZhV7enar5WXn8 { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:13.137499809265rem;left:5.4117183685303rem;height:1.7rem;display:block; }
#l6eMJW2ETLuIOKqTR3vaconGrmzinBOv { color:rgba(var(--color-primary-0),1);display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:13.137499809265rem;left:27.974999427796rem;height:1.7rem;display:block; }
#nB17v0oGP6goLCe9xfEEZySKfktlSUe9 { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:13.137499809265rem;left:50.675000190735rem;height:1.7rem;display:block; }
#UMOXhtKQGLU5vFGWyGTQbZwPW6RUJmA8 { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:15.856250286102rem;left:5.4968748092651rem;height:8.5rem;display:block; }
#titq45Olt8kXDEt5eLzUApyp19bTxGnb { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:15.906250476837rem;left:28.312500953674rem;height:6.8rem;display:block; }
#wI0b5xQJJqR8WSiXlMWHyGoRpmkJ6BGM { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:15.856250286102rem;left:50.675000190735rem;height:8.5rem;display:block; }
#xT2JQaTN9kbNtDEpFv1a97aNSN3SxJSf { box-sizing:content-box;height:17.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.3125rem;left:49.375rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#O1XNnFAbDPsGTAadRPq9xdAix0LZ3NV4 { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;top:34.75rem;left:50.875rem;height:10.2rem;display:block; }
#VAM0qc8XTfd5Lmuadf3Me9lT6hlvOwQe { box-sizing:content-box;height:17.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.3125rem;left:27rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#xtLe1qPNnTWSrmtE8uITxfxAGqlPWyrD { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.7;letter-spacing:0;top:34.8125rem;left:28.5625rem;height:8.5rem;display:block; }
#kvm8mIGTMyXMRx0nc00Tuy5Dg9WipVTk { box-sizing:content-box;height:17.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.3125rem;left:4.1875rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#VqpdLSLhovSm3p8332x18x1IGcGtL6lZ { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:34.75rem;left:5.6875rem;height:8.5rem;display:block; }
#FsapQuZAtJbLcWF7ue9Jl0fE9Ko4VF0N { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.7;letter-spacing:0;top:32rem;left:5.625rem;height:1.7rem;display:block; }
#AHDmesAsoEuDmdp1zZ1PA4pH2xesxZ0s { color:rgba(var(--color-primary-0),1);display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:32rem;left:28.1875rem;height:1.7rem;display:block; }
#vxQRrIrfwhD2DmSTMXQsRAxh6i5Nxkif { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.7;letter-spacing:0;top:32rem;left:50.875rem;height:1.7rem;display:block; }
#QxIsLWdQv5zzdx7QGNPubbHrGRZwi3fm { background-color:#1ec731;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:50.631946563721rem;left:22.531251907349rem;display:block; }
#HTVW12sDNPu2nxDgWQB7UTTHOQ96Kc5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#geGzwpuR7DnZb69tIM7EihszSWkxpHua { position:relative;display:block; }#geGzwpuR7DnZb69tIM7EihszSWkxpHua { background-color: transparent; background-image: none; }#geGzwpuR7DnZb69tIM7EihszSWkxpHua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geGzwpuR7DnZb69tIM7EihszSWkxpHua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geGzwpuR7DnZb69tIM7EihszSWkxpHua > .row .container > .video-iframe-container { display: none; }#geGzwpuR7DnZb69tIM7EihszSWkxpHua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geGzwpuR7DnZb69tIM7EihszSWkxpHua > .row > .video-iframe-container { display: none; }#geGzwpuR7DnZb69tIM7EihszSWkxpHua > .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); }#geGzwpuR7DnZb69tIM7EihszSWkxpHua { border-width: 0; border-radius: 0; }#geGzwpuR7DnZb69tIM7EihszSWkxpHua > .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; }#geGzwpuR7DnZb69tIM7EihszSWkxpHua > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.5rem;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; }#qy9lk92C0eJF6RWDL4Xssz7MQyuIAdSV { box-sizing:content-box;height:31.25rem;width:34.1875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #1ec731;border-left:0.0625rem solid #1ec731;border-right:0.0625rem solid #1ec731;border-bottom:0.0625rem solid #1ec731;top:3.5625rem;left:1.625rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#qpqURHkruMU0kSc9xKGBNpOywdzCxqQg { box-sizing:content-box;height:31.25rem;width:34.1875rem;position:absolute;display:block;z-index:15014;background-color:#c82020;background-image:none;box-shadow: none;border-top:0.0625rem solid #c82020;border-left:0.0625rem solid #c82020;border-right:0.0625rem solid #c82020;border-bottom:0.0625rem solid #c82020;top:3.5625rem;left:39.125rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#RT1cniCqi45Ekdu0oN9anMHEfJo8tr2U { color:rgba(var(--color-primary-0),1);display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:6.125rem;left:2.4375rem;height:2.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WpilxO5nZkol9cMKTNIb2oWLBFZkqgDz { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.7;letter-spacing:0;top:10.4375rem;left:3.875rem;height:1.7rem;display:block; }
#P1SPSKZv8ITVbTzEuF1eDlVmHxbUDbBC { box-sizing:content-box;height:0.4375rem;width:0.4375rem;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:15029;background-color:#1ec731;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.0625rem;left:2.625rem;display:block; }
#JC9kV9iddrEay8ldEMzTaN63BZhiv0u1 { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.7;letter-spacing:0;top:12.125rem;left:3.875rem;height:1.7rem;display:block; }
#selWNG2yzeQRT45gNe2AF6Z8q8MI2l4f { box-sizing:content-box;height:0.4375rem;width:0.4375rem;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:15031;background-color:#1ec731;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:2.625rem;display:block; }
#QgMNBIrvXBTXLor5Tir9a8XEfJ9nr0MI { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.7;letter-spacing:0;top:13.75rem;left:3.875rem;height:1.7rem;display:block; }
#v3paTMwzXEGvXdUAkaULRkk94gaLoB36 { box-sizing:content-box;height:0.4375rem;width:0.4375rem;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:15033;background-color:#1ec731;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:2.625rem;display:block; }
#WMSFRhSSouGzaKXDfMTQooimCmRIz2pk { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:15.4375rem;left:3.875rem;height:1.7rem;display:block; }
#H6y7MxMKDoZ7T9TiXyJAdw1CtfkOzN2U { box-sizing:content-box;height:0.4375rem;width:0.4375rem;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:15035;background-color:#1ec731;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.0625rem;left:2.625rem;display:block; }
#tUQgKQ5TG7z2HHIAxZQ4RxTbqPPaJB9U { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.7;letter-spacing:0;top:17.125rem;left:3.875rem;height:1.7rem;display:block; }
#PlcSwstvSn88n2Rw43cbHDoXzRQ3qn4D { box-sizing:content-box;height:0.4375rem;width:0.4375rem;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:15037;background-color:#1ec731;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.75rem;left:2.625rem;display:block; }
#zI9ccbSOTmsJqrBQKQaqu2Oh84TPeem8 { color:rgba(var(--color-primary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.7;letter-spacing:0;top:18.8125rem;left:3.875rem;height:1.7rem;display:block; }
#E9xJg1f13Um6WRLKTTukOSEi4GoRHn6V { box-sizing:content-box;height:0.4375rem;width:0.4375rem;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:15039;background-color:#1ec731;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:2.625rem;display:block; }
#fyClA8frx0NQTuZCUfqBFBS4tbcauqLx { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.7;letter-spacing:0;top:20.5rem;left:3.875rem;height:3.4rem;display:block; }
#f1O01qH268Excz6fl1gR3IeyGaWkH7ZD { box-sizing:content-box;height:0.4375rem;width:0.4375rem;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:15041;background-color:#1ec731;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.125rem;left:2.625rem;display:block; }
#SlbeyX26xVis5NeTHyWwhleyKmPmyMcp { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:26.0625rem;left:2.625rem;height:3.4rem;display:block; }
#ZLhNn3naAFy27xScFU5HryV6hGAgkADv { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:6.125rem;left:40.125rem;height:2.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w1oefuqHwv8ShcM04kr7dFrW0Ak3Xht5 { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:10.4375rem;left:40.125rem;height:1.7rem;display:block; }
#b22nzeBqS5Ko7COCLGLOU5W4i6hoDueL { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.7;letter-spacing:0;top:12.125rem;left:40.125rem;height:1.7rem;display:block; }
#pGf5xggD9JshEEJcklOiSKDtp0LAR0HK { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:13.8125rem;left:40.125rem;height:1.7rem;display:block; }
#THh7c0J5yQsgFXnN5FTXwLggW9yPysFp { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.7;letter-spacing:0;top:15.4375rem;left:40.125rem;height:1.7rem;display:block; }
#E4LzTKOpB0TyagnWqKerGNcspfw0v64y { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;top:17.125rem;left:40.125rem;height:1.7rem;display:block; }
#Ax0gZreqqXaPF6nICxPc995itACkbhWI { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:20.5rem;left:40.125rem;height:5.1rem;display:block; }
#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h { position:relative;display:block; }#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h { background-color: transparent; background-image: none; }#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h > .row .container > .video-iframe-container { display: none; }#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h > .row > .video-iframe-container { display: none; }#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h > .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); }#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h { border-width: 0; border-radius: 0; }#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h > .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; }#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:124.3125rem;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; }#lHf5QPrAMUgLM14daHh8TudhP2l0BmTP { color:rgba(var(--color-primary-0),1);display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.8484382629394rem;left:18.905468940735rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGTvUCzOm9XH8vJppR59HB2095o1cZHU { box-sizing:content-box;height:67.5rem;width:51.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.624145507812rem;left:11.686632156372rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#bOm9D95thWWWPuaznrHh1EipgoGT2Cqn { color:rgba(var(--color-primary-0),1);display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.9375rem;left:18.905468940735rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXIzdvHWInqT8e2Cm3NQ1EzpID7cRlZd { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:25.625rem;width:18.0625rem;top:16.9375rem;left:28.468750953674rem;overflow:hidden;display:block; }
#IzKCgkHqFJW4IdXfOzsNIQRqUlZmxD1J { color:rgba(var(--color-primary-0),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:45.1875rem;left:24.968750953674rem;height:5.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3pATN8Bdx17ZyZ1tOO1FdqsmNnkqy8V { background-color:#1ec731;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:111.15191268921rem;left:22.531251907349rem;display:block; }
#Vv7xPFTqXLve4He8tUs1IJIu2zPmBsZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dzvJf3WkUTLUFqU32n46BJTOV6VXumQs { color:rgba(var(--color-primary-0),1);display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:95.532988548281rem;left:18.906251907349rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WxC00hoSNwmQ9EXW9dfyDfsI0NuMuip9 { color:rgba(var(--color-primary-0),1);display:block;width:63.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:102.88889122009rem;left:5.75rem;height:5.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WGrOhFrkaTPl3drQNTMuR3OqRFo7Jw4z { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#kf3cqaqFrJVRuH599xhwqQTvk7dWkOQx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZggQiecC3M9QfxIgbuZirTdkGuvk0CEP { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Es1D6VFt9tvKdGqIOsMvxnEJEuRPRBHM { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:13.5rem;top:80.925000190738rem;left:30.750000953674rem;overflow:hidden;display:block; }
#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { background-color: transparent; background-image: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .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); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { border-width: 0; border-radius: 0; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:45.9375rem;width:75rem;position:relative;display:block; }#TrcBXnRqvNzodpDbncloO6FlTZzB6xI2 { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:6.625rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-4),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-1),1); }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--headlines-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_f01cd57aeccb76e813bb9e16b87bc6fe5557f2a0.svg");background-size:contain !important; }#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.adaptive-delivery-prevent-bg, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyload, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyloading { background-image: none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.8115234375rem;left:16.15625rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 { display:none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #UMaG9GFUN4BcakVv4BgSHPNyraNAT6x7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #h0uAtzQwuOAJIseToHP0aU81o6282q4B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #fT5HnTJwuEZ4ERiCWqmeCOOXgvyBvzS1 { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFhPOQnCLaS3CFsvrCyQSlU1d2k4vGgw {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #hvyrWpDvTwWgbeUnaTzD11tzhexudnZ2 { display:none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #BwCTSl7XuOwbCgsrZM6JWzvMtXBOgs1g { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Gd5PHMuCElavHHpnTn8XxXkka1T0uzfH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #i76GRJ5ZiONh9dHBuh7Vk9eBpgJzk4UB { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #OnhTmZukHLJhNzdHdq2PBcTBb3uXpQzl {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #pJFzvpGrdLeZEUMHO5Auf6iZbZTrF6qM { display:none; }
#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { background-color: transparent; background-image: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { border-width: 0; border-radius: 0; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.5rem;width:75rem;position:relative;display:block; }#alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.0054683685302rem;left:15.425000190735rem;height:1.4875rem;text-align:left;text-align-last:left;display:block; }
#IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.1875rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#zPHZDBbfuQx7za5txLIM7iOOkoQmoDmG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.75rem;left:68.9375rem; }
#zPHZDBbfuQx7za5txLIM7iOOkoQmoDmG > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#itqZM7MoOkr500NCIp95UNr98nQwFqk4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.8125rem;left:62.1875rem; }
#itqZM7MoOkr500NCIp95UNr98nQwFqk4 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#awRhhH0yF1uSX3K4Z0QCtGWTLfk8L2Gv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.875rem;left:65.8125rem; }
#awRhhH0yF1uSX3K4Z0QCtGWTLfk8L2Gv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dtymFKonzUBm0oxyldf2BNJfHwM6hBHh { display:block; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOKM3EQJF7sJRuQBQmh0b59V9k9JXVpT { width:10.3125rem;height:3.3125rem;top:1.4375rem;left:18.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIcIUMO5Vyil4rPZWgPE54DkWl6Rtd2M { top:0rem;left:27.75rem;width:20rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v { display:block; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2wl42DD74Oc2Obv7rnA1ETkC4rlKmHh { top:4.5rem;left:0rem;width:29.625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a61aSxzHO2aDFkg5xE2u12NH0K0OoaUM { width:0.5rem;height:31.25rem;top:0rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHuyDmmTThTKuEp5VWH6DGVDNAcfk34v { width:0.5rem;height:31.25rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTbstccfXgVslbeO2EvJmqTMgVEgbm6T { width:0.5rem;height:31.25rem;top:0rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMnEraGv3ko6lIbfsQykV0wrJwMANVHf { width:0.5rem;height:31.25rem;top:0rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKfpseV0UgRIQ5MrCxzyiNZpHrDgMvss { top:10.9375rem;left:0rem;width:35rem;height:8.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICKMGOgwqkpZvTsnO1nQDTW6W4evNTT7 { top:20.875rem;left:0rem;width:32.1875rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-regular-label { display:block;width:27.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-text { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-textarea { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-select { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-button { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-checkbox-label { width:26.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ  { width:27.5625rem;height:7rem;top:27.1875rem;left:0rem; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .radio-container { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ {display:block;}#LchxPa40ly297xgV2QD65adH1dX1ZxSJ { width:27.5625rem;height:7rem;top:27.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LchxPa40ly297xgV2QD65adH1dX1ZxSJ #IPKRcLk5XHp4o8BhJ4OE5Pvka2o4i3QO {  }
 }@media only screen and (max-width: 763px) { #LchxPa40ly297xgV2QD65adH1dX1ZxSJ #z56tvGRAzdGS2KsOZqq8eMXCvn1i1Mix { display:block; }
 }@media only screen and (max-width: 763px) { #LchxPa40ly297xgV2QD65adH1dX1ZxSJ #hhWf92Qoz504P9dHaShvJsmrNe0BZxJg {  }
 }@media only screen and (max-width: 763px) { #LchxPa40ly297xgV2QD65adH1dX1ZxSJ #yFd3uDi22bAQhWOz1ZlrgbWachidKkTr {  }
 }@media only screen and (max-width: 763px) { #LchxPa40ly297xgV2QD65adH1dX1ZxSJ #EiTxqEGVdOkT4qpOFhFxFqWqmAc8WHRE {  }
 }@media only screen and (max-width: 763px) { #IdPKy4B7nPsSnq4Xiy9HrP5uxnEirUN6 { top:24.6875rem;left:0rem;width:35rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRu61cz8GWPa9weHSPTm7wxwIxFggCqV { top:9.875rem;left:11rem;width:36.75rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlgebgXldMVIKMNGgTVTpkfoMdmsesyn { display:none; }#QlgebgXldMVIKMNGgTVTpkfoMdmsesyn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nxah8GgzKZEyDkRUH9fZwTT46mib2HOn { top:1.4375rem;left:0rem;width:17.875rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayf5vFx0wOXFe6GvX909CeROlWvl2AD5 { top:12.8125rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDNmCWfXSkun1Fq4Qipc8zaFpmtP8wui { top:13.9375rem;left:0rem;width:17.875rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rtoya4iLoC0ne5qiu8ULxICIxRErdMaL { top:5.9375rem;left:0rem;width:2.25rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8p3Nt9NhdaRZP6uJJMEo29KTo4uyqqO { top:18.4375rem;left:0rem;width:17.875rem;height:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJLbvoIfPKIqSRLzJ1B720sZcuyDTDMT { top:5.9375rem;left:0rem;width:2.25rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAeZ66DGd0fGO3k9WKlokZD1lsxd8egT { top:23.25rem;left:0rem;width:14.8125rem;height:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iG3ICauritBLf1ABB2kxnD6WiTAqbZsQ { top:5.9375rem;left:0rem;width:2.25rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSRzmwyAxG1Tik7uGc8Kf4ynHgI8KsuG { top:26.1875rem;left:0rem;width:14.8125rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPnU4FPE7BOvZzAw6kObByT3twAzz0BP { top:5.9375rem;left:0rem;width:2.25rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxsfbTxNTcstbqQrMhiTvmVJXQMPxXWb { top:27.6875rem;left:0rem;width:14.8125rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAXdSrUm7zf4sJ8xutbcUeLwDPomT4Bb { display:none; }
 }@media only screen and (max-width: 763px) { #K5WcmBuEuouKpQVkFf6W4Izm1R3Qxifd { top:36.5rem;left:0rem;width:13.4375rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6utXp3Gt6PRtsT9wZyIcvv6bg0TaFed { top:6rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvfnMMrUWxVKQkuP7SQiRxiLqdCp3KpX { top:40.375rem;left:0rem;width:13.4375rem;height:3.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcSwsqk12iAUuXgwudUOI4qZPSkfCnTv { top:6rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQXmiB8nE6tWMhvbWr7PSxJLyvUeMrl7 { top:6rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPsadTsQTDZmKkpLzBWUVucJrJiUTSSw { top:6rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5ppZc5xfhwL15B7cCZyDImyxlHeqFUB { top:6rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzU7Qr69TuSUOuCOS83knPRTAPrUppHw { top:43.8125rem;left:0rem;width:13.4375rem;height:3.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCzKxTwobq5xE7D3FHxsBXWZeLkbv1WJ { top:46.1875rem;left:0rem;width:13.4375rem;height:3.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBpcWnMmxzZnbl1958T4QESMd6NMZuPt { top:48.625rem;left:0rem;width:13.4375rem;height:1.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRIuKXU4yg6JH9llbZ5XbEMtxW692eDT { top:51.3125rem;left:0rem;width:13.4375rem;height:4.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnURNQ4cIOtUpHl9MpXe3NTtys3iE1gW { top:59rem;left:0rem;width:17.875rem;height:16.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVnTli8o2FmBryFagQiNgXP8r7w2WyLT { top:76rem;left:0rem;width:17.875rem;height:10.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ht1MKERJWDBXe92ZtUKu18a9Bdxuxdii { top:91.5625rem;left:0rem;width:17.875rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWcVTMhoPLqo0Zhg4wH98VxCFUnNOnMr { top:107.0625rem;left:0rem;width:17.875rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8w7IRaQ1FwUgomME3iwrOSwsgvGFaKD { display:none; }
 }@media only screen and (max-width: 763px) { #AB40UJ3I1TBZz8TWwT340qVg15nN8kNZ { top:108rem;left:0rem;width:13.9375rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyJ3f5UBZVSRnLRToWpWvr8faMyzU00n { top:113.5rem;left:0rem;width:18.5rem;height:1.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mlGAxF8zotPxFKz4ZkncghyR668cnlXp { display:none; }
 }@media only screen and (max-width: 763px) { #Anf1TV3zhpoppaXFyxqD4L62Nq4BcXw7 { top:122.6875rem;left:0rem;width:17.875rem;height:7.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z84phZz6IVUHTGNUMerRXw1eQ9iFef1c { display:none; }
 }@media only screen and (max-width: 763px) { #wJaO1TnrT1USz8shdG1yaE3IIugHF5IX { top:128.4375rem;left:0rem;width:12rem;height:7.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TE51E9clB2sLwdkZJi7iGSFGTrUxlyQn { top:16.75rem;left:24.206250190735rem;width:2.125rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZQZab8qP69ayDQxTl60RId3bICParAH { top:135.125rem;left:0rem;width:13.4375rem;height:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PifPqakrVP8kPMWFhzS0Mo2oQTocUdz5 { top:137.125rem;left:0rem;width:13.4375rem;height:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6aLR7hQHDCbw5FXsI9vaV8GcpNGU5lC { top:16.75rem;left:24.206250190735rem;width:2.125rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WHqpBXGwqG8rX7PDECTTvIaAGEK4OT9X { top:16.75rem;left:24.206250190735rem;width:2.125rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #svpxuscyTG8LwA7Ku4SJVGDsZQTfyOds { top:16.75rem;left:24.206250190735rem;width:2.125rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWlT4dTKIlFbUAMbTD37fIWWcLtWSU6A { top:16.75rem;left:24.206250190735rem;width:2.125rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSy3IQwITn9AWsDwyu28t0qZlSvx5WBo { top:16.75rem;left:24.206250190735rem;width:2.125rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XyND2NXxS5wk1iKJGSk5zUhHwQ2koGT7 { top:139rem;left:0rem;width:13.4375rem;height:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQ8dhy9Ra2sU41Tuer4qkBmDVHR5oM6W { top:140.9375rem;left:0rem;width:13.4375rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGxS8k2mpcvuzSApdgutgCTTfOXO5GDI { top:142.875rem;left:0rem;width:13.4375rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iImX2JhNJaJ012c6QKu5G60lu2X9nvB3 { top:144.8125rem;left:0rem;width:13.4375rem;height:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHRAh6VlkhpT7dH6kVzgu7AqIkmCe9Vd { top:152.25rem;left:0rem;width:17.875rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBPufGIeQymfWdhsXJDxfTO1OIOKvtke { top:157.1875rem;left:0rem;width:17.875rem;height:10.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #blmwTTEPGC4TlaBIOpqwS3O63nohMyPK { top:174.4375rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pm3z1gQ1vbuzqvMRA3UrELh0bQwOqOKS { top:175.1875rem;left:0rem;width:20rem;height:7.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqH2JbHO5LADDwNE7Km52fWhLgye8fQ7 { top:183.875rem;left:0rem;width:20rem;height:18rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQl6rNq6bCAdNuGJqygzu17COTs1v3D4 { display:none; }
 }@media only screen and (max-width: 763px) { #vnQcKfgRMIKcycVAlfk7b5HiRAX1mmt6 { top:205rem;left:0rem;width:18.5rem;height:7.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTIZZc6vgDg100iPJPTdJp1XIrVdd11Z { top:16.75rem;left:24.206250190735rem;width:2.125rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7L37vQhz5N3HRB41A7yGVa1cBZqfB9P { top:213.4375rem;left:0rem;width:14.8125rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciWzf4TKsofabWPHBiv4rL2gSn92H7Tl { top:16.75rem;left:24.206250190735rem;width:2.125rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8oQZpqhT9ZTu81FDdpTyXJZOJ4TUTkp { top:213.4375rem;left:0rem;width:14.8125rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGc2mhZh64qrfIpoUJTEaSvHfL1JiVn1 { top:215.1875rem;left:0rem;width:14.8125rem;height:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTKmDVvKLroKyU0RppseXghqmliVad6l { top:16.75rem;left:24.206250190735rem;width:2.125rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxPNgsHS13umBrpvIAB1ttWhleamI920 { top:16.75rem;left:24.206250190735rem;width:2.125rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R005awsRfCZsfb22aUs6XeLEKEw2VhWw { top:16.75rem;left:24.206250190735rem;width:2.125rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5IDTAQTK0CDSCgTVLTRI5VGDa9LStql { top:218.125rem;left:0rem;width:14.8125rem;height:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kt0MSARbze46uPuARu036UKInL91OiW8 { top:16.75rem;left:24.206250190735rem;width:2.125rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZnvHsgIlBfxx8QVUM3RfCtXVXFJb7XL { top:220.625rem;left:0rem;width:14.8125rem;height:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDyMH8nl5S7FrPEgEHuiT6nL1sNTKyUr { top:223.625rem;left:0rem;width:14.8125rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJQohcU4aTT0goJcWtw1Ny2WeTi6QhKi { top:226.75rem;left:0rem;width:14.8125rem;height:4.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPtd9g06hvlD5xU9QWKeaoeMhCgXSbAN { top:235.3125rem;left:0rem;width:17.875rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiUDaHHOw5IREh1CTtScNXhhdbFOBQGk { top:239.9375rem;left:0rem;width:20rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gz5HtJnl37Z108hn9niL4wkfJ1357DoI { display:none; }
 }@media only screen and (max-width: 763px) { #yiMtDKDaW5F4nzWff0GxPLpliFbmCSK3 { top:251.375rem;left:0rem;width:20rem;height:10.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVVknzXicWDfpiuFIemeQl0uCPAlowSw { display:none; }
 }@media only screen and (max-width: 763px) { #T4QPZPs2Mfo8AWAgETy0ZPP0t0fbRSuI { top:264.25rem;left:0rem;width:20rem;height:10.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CtfKIRX4D2RwAOORBzSypo7lVutRx5on { display:none; }
 }@media only screen and (max-width: 763px) { #HlToexemA0gVpnMSRydnOb6K8UwJb7zC { display:none; }
 }@media only screen and (max-width: 763px) { #owPaJPss5SJ2awXxJz71xDONUM3tNE6l { display:none; }
 }@media only screen and (max-width: 763px) { #v4vzOpXTuwMZ4vvubEc20gGqw33o4Lrc { display:none; }
 }@media only screen and (max-width: 763px) { #Fc6UIAOuEfXbrIQw64iGx4TXa82r1wb6 { top:280rem;left:0rem;width:20rem;height:11.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MeVX6BHTDpZzOPqzL0LJ2Gximzus2M2a { top:295.6875rem;left:0rem;width:20rem;height:11.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAto1R0JPw6OfU5MNomKgz0V1wcEX1Mf { top:311.3125rem;left:0rem;width:20rem;height:10.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUTACZIKsfZep4fSiwVUkX0vbZPdpHAp { top:327.125rem;left:0rem;width:20rem;height:11.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPVtva8oDpL1Dwik9Ao0eqxJJn6CEX3E { display:none; }
 }@media only screen and (max-width: 763px) { #lKRhvvM4qAOfZ9lTTRa0LqLTTTVkxpFV { top:344.375rem;left:0rem;width:17.875rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eaTxfdBalhglNTITTqDgzcPTwne4Q2zk { display:none; }
 }@media only screen and (max-width: 763px) { #KeaGTfL6JT5ReSrkFluDXhc9wzLvq7r2 { top:348.625rem;left:0rem;width:14.8125rem;height:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbQRMXqJEmyUDEcAmXyHS6pdyGzDGD51 { display:none; }
 }@media only screen and (max-width: 763px) { #puaFJzCtmARFTR3eouiJT31oyOegKVZC { top:351.625rem;left:0rem;width:14.8125rem;height:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJUX6VoKmSHaEepKWVGDb1N7z4BftCMm { display:none; }
 }@media only screen and (max-width: 763px) { #NehMA6uTyTQNJGvW02EM0iTrRCG5vhZQ { top:354.625rem;left:0rem;width:14.8125rem;height:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C69iBXATP3NFv5M5buiUU410lG7SpfkW { display:none; }
 }@media only screen and (max-width: 763px) { #oa2pklPJOQoVlKPdyoENkn8VTnkSSZXI { top:357.5625rem;left:0rem;width:14.8125rem;height:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7rtUcPqy5tMUDDa0ho8koW3x7mEEG5D { top:366.1875rem;left:0rem;width:14.8125rem;height:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2gxMGNcCIARudH4NEk73iXvhDPpQHvw { display:none; }
 }@media only screen and (max-width: 763px) { #xupWcDlJlgO5ungzR4EZQN1Pt6fe2Pwn { display:none; }
 }@media only screen and (max-width: 763px) { #nqW0hq0KBKrh9B7yP0X3NWd5agNJqw3W { top:369.1875rem;left:0rem;width:14.8125rem;height:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RovMOkabQAO6rhOOgCFJlufUsD7Xaxod { display:none; }
 }@media only screen and (max-width: 763px) { #wESI5gJ65NftlfFTKlwxo7qErIkwZ4a4 { top:372.125rem;left:0rem;width:14.8125rem;height:4.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Az1r2qKOb073rgnGfJTWwODgkTVVONwM { top:378.75rem;left:0rem;width:16.75rem;height:7.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uS0gf42nuKdpyu9NOcL62W0m1aKb1GWa { display:none; }
 }@media only screen and (max-width: 763px) { #OgpccbyeSn5Gvf9Wx2oJoylq6Uf1EsU4 { top:392.6875rem;left:0rem;width:17.875rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2lTpTDszI5zi4cqhH2BTh8GGT2g7As3 { top:398.625rem;left:0rem;width:18rem;height:10.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7PLegsQBLB9DI1D3qAF165Bm1lTwaK7 { top:411.125rem;left:0rem;width:16.75rem;height:10.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xzd1x7oNTbqtV2pGyapvX0NkCIKLf547 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #H5OL53QGAt3TBhwnaCOMczqhJ7GIdidJ { display:block; }
 }@media only screen and (max-width: 763px) { #GGob7E9AD2KMqlkNVtISrB7IaHJX8Jp3 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #gB1uO4Xv3teQkNRLNqBhi83MmMrZOyil { display:block; }
 }@media only screen and (max-width: 763px) { #vufiT5sBkMEnqZsqvJwMGOR147R8VTeu { display:block; }#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWuxMDDVV51nDUixqpWQlOT8OkSozVbT { top:7.125rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwHhTsbL9hKz6zbZg0tWmGcLFTTT4bTD { top:9.8125rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFOQfWuEEcvQOCnEhGItOm3ofqSGvLua { display:block; }#rFOQfWuEEcvQOCnEhGItOm3ofqSGvLua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFmJRuacL8AteVOrboRWm8gLmb8iSw43 { top:1.25rem;left:0rem;width:31rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1r1ZCEs0lWB2BEA4bW3wRECcZxsOcdk { top:5.9375rem;left:0rem;width:2.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3Afs2VI73UDe2i6RespCQ3nTTDCMXgz { top:6.25rem;left:0rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mscoobU0HTXhWq3hSgrKc8ukaeEsCsze { top:9.25rem;left:0rem;width:2.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTO2PKfBU5nBaF3aIPXdREr7fGAKpRCU { top:9.5rem;left:0rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWLS92wEVDCKDqshve7v9hEMvX8DBJai { top:12.25rem;left:0rem;width:2.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIdxW3rLfNwiM5SW7xKlWmWhayqsVGPe { top:11.6875rem;left:0rem;width:31.4375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuPpiRZU5bygUXn68Q1yJuPl1Q1MXOZH { top:15.8125rem;left:0rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFK4Lk4KRk11F67TqqbzaK2o3RX8O45Z { top:15.5rem;left:0rem;width:2.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ9RIyd4nJU8AvMc3XFUCbGe4hIhWPTk { top:3.375rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIWVuvQ48GZy4wo0HEkboXSM0UMcETLa { top:6rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNcL3doF3TT1uy1CxWKcqA9XT5G2CUxq { top:6rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHtaBGQ20CEDwDUDhDeT78X5kFrRiZbT { top:8.3125rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAF5KkwSZuw8HfuG9TlNfbtgClKyJEpU { top:8.3125rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRv7HhPTr12hlD5BHOSXHb8QrOStgRlL { top:10.5625rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfrMlhkNf3RZQWsbIvwZfZTI4eEFHydO { top:10.5625rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uku5EQ890zxEIhTAr80tpexexdG11EE8 { top:12.9375rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6trL2qG6oxnrDPT49QDuz43prR1VmGz { top:12.9375rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGBR6zHndSEARf5P1eq1gTrD7ylSZVER { top:15.3125rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdfIg518yFpBARB38yeVhvBS4aEZcoo2 { top:14.6875rem;left:20rem;width:27.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfzKUietV3UJ2Iqpo5wcmgqMX4yWVlwA { top:1.25rem;left:13.25rem;width:34.5rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTbk6rTZ2PoXt28rWsdJ1SDRNeGx4o3a { display:block; }#lTbk6rTZ2PoXt28rWsdJ1SDRNeGx4o3a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGS5zHzRBalW39kvDTxUAuOqzrzOQmP2 { top:5.6875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ3CXxUkGqLfdTXooWNLHn1zaXIJ5JOU { top:0.6875rem;left:0rem;width:47.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdsE7ndVKt9oPBFWWNs7l7SKHI8qPvay { width:29.9375rem;height:3.4375rem;top:10.6875rem;left:8.9062519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzELxIyTyIiKuWrCC3mdwOOgEqWA2VC3 { display:block; }
 }@media only screen and (max-width: 763px) { #GU5JiOkUvbWTLF22v2LEvoyGfC1U0zeH { display:block; }#GU5JiOkUvbWTLF22v2LEvoyGfC1U0zeH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRJnqIBSwTgLHCVkGqnS4dBXFBcKzddk { top:2.4375rem;left:0rem;width:47.75rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eevi93i0yTA6vITCl0gmGzTkVx6Fp4fK { top:9.625rem;left:13.25rem;width:34.5rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOABWeKaz1kHcnXbrsIGwHtCoesbVD4h { top:10.3125rem;left:0rem;width:19.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMh22TrUoauqyRs3vHroJbGCGQNwAIS2 { top:13.0625rem;left:0rem;width:25.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwuU9XVTx4dpgzWetUnHsGI93HOdqSzd { top:14rem;left:0rem;width:24.25rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scANsvGa7dC1FhPxG6KZRiD90dImICBR { top:18rem;left:0rem;width:19.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8LXfvKDJH7sOrr31IcosanTgbxnnLao { top:11.625rem;left:16.75rem;width:29.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI5MpqvXTULQc5xWMTe2Kdo72pFOwASl { top:17rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncas4fB58ZArxvG4WwaCaPDt11LuJSVf { top:16.75rem;left:24.206250190735rem;width:2.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW0UILazHqULPHu4eC7oX8kUUzw9RNOg { display:block; }#eW0UILazHqULPHu4eC7oX8kUUzw9RNOg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqrmiNArxJD9trUswXFrOaNzX8c5TgtM { top:2rem;left:0rem;width:25.4375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfNUeM2uVNrsfBf6tZTaTVhx1zTpPf6D { top:2.5625rem;left:0rem;width:24.25rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSffJlQxmpwWq4QP1STBcrnLr0eVsKTh { top:1rem;left:23.875rem;width:2.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFG8W8EV0X1ACt75Bk5VRWVL21QqTTAo { top:1.25rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHM13Pcturlo9KCftTlHbFqJ7Oc2mUdi { top:4.125rem;left:23.875rem;width:2.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSKanMKt9NbqXonWJsOBbHTsPCbiCf9W { top:4.375rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvNLFtmz0GfPVBAlGH4yWT5onSa9TO8p { top:7.25rem;left:23.875rem;width:2.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMQO1N1NJUWZOT4ueQPoZelwSMDeVWZ7 { top:7.5rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqSyv03bISlZHPOibZEi5m3KB2p4IInn { top:10.1875rem;left:23.875rem;width:2.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETBmkxXZrq25xdRdABlUuwTeEkgZibVF { top:10.4375rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCAFDQ3cW73SLRnFwip2IDC1Fn1PZi9E { top:13.125rem;left:23.875rem;width:2.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJUKTnPJDQ8MTryP0aZnbvuG01g9V2oT { top:13.375rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7rIOuHRfaG3SP37T447x9KRb9oRMpEr { display:block; }#m7rIOuHRfaG3SP37T447x9KRb9oRMpEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBlk1rSpf8gEiN0ayxRlDQyw7awaDBfs { top:1.75rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAX4RBKaOS1zkUxeg0yTqEfhioBcZCDl { top:5.125rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWM3vhLgDsh3sepQKlJknt2LoOH0eF1Z { width:29.9375rem;height:3.4375rem;top:10.6875rem;left:8.9062519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCJBD5xBls2A08tH8E1bDEA4UtGWXo7t { display:block; }
 }@media only screen and (max-width: 763px) { #WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF { display:block; }#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9pWb9456F5l7sBF1me3yUFTw7CioQQy { top:2.125rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpL4W7eTqKkBhzX1vhAuKBxuhQb7et4w { top:5.625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vemJbESP7itxGLq1RwA0uHF6c7m3mQnX { display:block; }#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPmTMQUZDc3lT2CPie0eJesWE7CfAauw { top:12.5rem;left:0rem;width:31rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW2vZPOOcIlDB9lhMOICmZy2AuTiMVsg { top:20.375rem;left:0rem;width:31rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQqOOcgyUZHbIwZKcJhIVMUwTGr5p621 { top:3.3125rem;left:13.25rem;width:34.5rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOX9s0QOtwimJ4uzSBORv085MO4ST4Ix { top:5.8125rem;left:16.75rem;width:31rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eikP3BmGudNqAoOMaM6pIOtCIDbhpnEs { top:11.1875rem;left:23.875rem;width:2.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLJTm1r42xDFsFfAFQGvM4L254uPTmAi { top:11.4375rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smgmOIspumV6dITlm9CxRMcx8anKAwEp { top:14.625rem;left:23.875rem;width:2.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gotkURuE9cyBvdlIsFCB6i8pd3HcCdT2 { top:14.875rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nkz80T3lspsw2BWHMnspETMhwxDcODfn { top:17.875rem;left:23.875rem;width:2.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdeqypAwzuLtM0BBphDZTIZ92gAgb6k { top:18.125rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwRTXbK4ZKcJGF1bCcyRWvymcDM88RsJ { top:21.4375rem;left:23.875rem;width:2.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRarFJ7dDP31ltsxQoNvxXRVOs2X26C4 { top:21.6875rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8epTVnWJ0TJySOhXd49BmLgcREDNVT7 { top:24.875rem;left:23.875rem;width:2.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MryFlsu57ft92W8EEFvlJWVpDEdfyU8U { top:25.125rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfKodToX3Bu8pSWzKtumd5Vpx0PdfGvz { top:28.375rem;left:23.875rem;width:2.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkrzl4cl7y4XGLPQfiIwfrXRrszZZhKs { top:28.625rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il93l1m62aqGq3OR1auTKV9r3neWJkM3 { display:block; }#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbfzCIuWgpqidbpTOQetFzpdob2BKOPm { top:2.1875rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJy9TE3TFtAwJT6Dr9ZxlTdXfaTEUPEL { top:5.875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aegHEPQAgTsXTMwNhWmIB3WpT6PVEXmh { top:11.4375rem;left:0rem;width:21.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLTb94KQNo9bqGJpserTSHvVQVENJNJH { top:11.4375rem;left:13.156250953674rem;width:21.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R66Ss8KLqlMcRv2PGONWpbe62RqlqfQJ { top:11.4375rem;left:26.3125rem;width:21.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8hMv4eE61dTCoFrAlOZhV7enar5WXn8 { top:13.125rem;left:0rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6eMJW2ETLuIOKqTR3vaconGrmzinBOv { top:13.125rem;left:14.349999427796rem;width:30.875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB17v0oGP6goLCe9xfEEZySKfktlSUe9 { top:13.125rem;left:29.375rem;width:18.375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMOXhtKQGLU5vFGWyGTQbZwPW6RUJmA8 { top:15.8125rem;left:0rem;width:18.375rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #titq45Olt8kXDEt5eLzUApyp19bTxGnb { top:15.875rem;left:14.687500953674rem;width:18.375rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI0b5xQJJqR8WSiXlMWHyGoRpmkJ6BGM { top:15.8125rem;left:29.375rem;width:18.375rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT2JQaTN9kbNtDEpFv1a97aNSN3SxJSf { top:30.3125rem;left:26.3125rem;width:21.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1XNnFAbDPsGTAadRPq9xdAix0LZ3NV4 { top:34.75rem;left:29.375rem;width:18.375rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAM0qc8XTfd5Lmuadf3Me9lT6hlvOwQe { top:30.3125rem;left:13.375rem;width:21.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtLe1qPNnTWSrmtE8uITxfxAGqlPWyrD { top:34.8125rem;left:14.9375rem;width:18.375rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvm8mIGTMyXMRx0nc00Tuy5Dg9WipVTk { top:30.3125rem;left:0rem;width:21.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqpdLSLhovSm3p8332x18x1IGcGtL6lZ { top:34.75rem;left:0rem;width:18.375rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsapQuZAtJbLcWF7ue9Jl0fE9Ko4VF0N { top:32rem;left:0rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHDmesAsoEuDmdp1zZ1PA4pH2xesxZ0s { top:32rem;left:14.5625rem;width:30.875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxQRrIrfwhD2DmSTMXQsRAxh6i5Nxkif { top:32rem;left:29.375rem;width:18.375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxIsLWdQv5zzdx7QGNPubbHrGRZwi3fm { width:29.9375rem;height:3.4375rem;top:50.625rem;left:8.9062519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTVW12sDNPu2nxDgWQB7UTTHOQ96Kc5P { display:block; }
 }@media only screen and (max-width: 763px) { #geGzwpuR7DnZb69tIM7EihszSWkxpHua { display:block; }#geGzwpuR7DnZb69tIM7EihszSWkxpHua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qy9lk92C0eJF6RWDL4Xssz7MQyuIAdSV { top:3.5625rem;left:0rem;width:34.1875rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpqURHkruMU0kSc9xKGBNpOywdzCxqQg { top:3.5625rem;left:13.4375rem;width:34.1875rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1cniCqi45Ekdu0oN9anMHEfJo8tr2U { top:6.125rem;left:0rem;width:32.6875rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpilxO5nZkol9cMKTNIb2oWLBFZkqgDz { top:10.4375rem;left:0rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SPSKZv8ITVbTzEuF1eDlVmHxbUDbBC { top:11.0625rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC9kV9iddrEay8ldEMzTaN63BZhiv0u1 { top:12.125rem;left:0rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #selWNG2yzeQRT45gNe2AF6Z8q8MI2l4f { top:12.75rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgMNBIrvXBTXLor5Tir9a8XEfJ9nr0MI { top:13.75rem;left:0rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3paTMwzXEGvXdUAkaULRkk94gaLoB36 { top:14.375rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMSFRhSSouGzaKXDfMTQooimCmRIz2pk { top:15.4375rem;left:0rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6y7MxMKDoZ7T9TiXyJAdw1CtfkOzN2U { top:16.0625rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUQgKQ5TG7z2HHIAxZQ4RxTbqPPaJB9U { top:17.125rem;left:0rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlcSwstvSn88n2Rw43cbHDoXzRQ3qn4D { top:17.75rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI9ccbSOTmsJqrBQKQaqu2Oh84TPeem8 { top:18.8125rem;left:0rem;width:36.25rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9xJg1f13Um6WRLKTTukOSEi4GoRHn6V { top:19.4375rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyClA8frx0NQTuZCUfqBFBS4tbcauqLx { top:20.5rem;left:0rem;width:31rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1O01qH268Excz6fl1gR3IeyGaWkH7ZD { top:21.125rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlbeyX26xVis5NeTHyWwhleyKmPmyMcp { top:26.0625rem;left:0rem;width:31rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhNn3naAFy27xScFU5HryV6hGAgkADv { top:6.125rem;left:16.75rem;width:31rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1oefuqHwv8ShcM04kr7dFrW0Ak3Xht5 { top:10.4375rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b22nzeBqS5Ko7COCLGLOU5W4i6hoDueL { top:12.125rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGf5xggD9JshEEJcklOiSKDtp0LAR0HK { top:13.8125rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THh7c0J5yQsgFXnN5FTXwLggW9yPysFp { top:15.4375rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4LzTKOpB0TyagnWqKerGNcspfw0v64y { top:17.125rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax0gZreqqXaPF6nICxPc995itACkbhWI { top:20.5rem;left:16.75rem;width:31rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h { display:block; }#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHf5QPrAMUgLM14daHh8TudhP2l0BmTP { top:3.8125rem;left:5.2804689407349rem;width:37.1875rem;height:5.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGTvUCzOm9XH8vJppR59HB2095o1cZHU { top:10.5625rem;left:0rem;width:47.75rem;height:67.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOm9D95thWWWPuaznrHh1EipgoGT2Cqn { top:12.9375rem;left:5.2804689407349rem;width:37.1875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXIzdvHWInqT8e2Cm3NQ1EzpID7cRlZd { top:16.9375rem;left:14.843750953674rem;width:18.0625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzKCgkHqFJW4IdXfOzsNIQRqUlZmxD1J { top:45.1875rem;left:11.343750953674rem;width:25.0625rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3pATN8Bdx17ZyZ1tOO1FdqsmNnkqy8V { width:29.9375rem;height:3.4375rem;top:111.125rem;left:8.9062519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv7xPFTqXLve4He8tUs1IJIu2zPmBsZf { display:block; }
 }@media only screen and (max-width: 763px) { #dzvJf3WkUTLUFqU32n46BJTOV6VXumQs { top:95.5rem;left:5.2812519073486rem;width:37.1875rem;height:5.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxC00hoSNwmQ9EXW9dfyDfsI0NuMuip9 { top:102.875rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGrOhFrkaTPl3drQNTMuR3OqRFo7Jw4z { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #kf3cqaqFrJVRuH599xhwqQTvk7dWkOQx { display:block; }
 }@media only screen and (max-width: 763px) { #ZggQiecC3M9QfxIgbuZirTdkGuvk0CEP { display:none; }
 }@media only screen and (max-width: 763px) { #Es1D6VFt9tvKdGqIOsMvxnEJEuRPRBHM { top:80.875rem;left:17.125000953674rem;width:13.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrcBXnRqvNzodpDbncloO6FlTZzB6xI2 { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #UMaG9GFUN4BcakVv4BgSHPNyraNAT6x7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #h0uAtzQwuOAJIseToHP0aU81o6282q4B {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #fT5HnTJwuEZ4ERiCWqmeCOOXgvyBvzS1 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFhPOQnCLaS3CFsvrCyQSlU1d2k4vGgw {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #hvyrWpDvTwWgbeUnaTzD11tzhexudnZ2 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #BwCTSl7XuOwbCgsrZM6JWzvMtXBOgs1g {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Gd5PHMuCElavHHpnTn8XxXkka1T0uzfH {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #i76GRJ5ZiONh9dHBuh7Vk9eBpgJzk4UB {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #OnhTmZukHLJhNzdHdq2PBcTBb3uXpQzl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #pJFzvpGrdLeZEUMHO5Auf6iZbZTrF6qM {  }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:11.1875rem;height:3.5rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPHZDBbfuQx7za5txLIM7iOOkoQmoDmG { top:2.75rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#zPHZDBbfuQx7za5txLIM7iOOkoQmoDmG > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #itqZM7MoOkr500NCIp95UNr98nQwFqk4 { top:2.8125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#itqZM7MoOkr500NCIp95UNr98nQwFqk4 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #awRhhH0yF1uSX3K4Z0QCtGWTLfk8L2Gv { top:2.875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#awRhhH0yF1uSX3K4Z0QCtGWTLfk8L2Gv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dtymFKonzUBm0oxyldf2BNJfHwM6hBHh { display:block; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOKM3EQJF7sJRuQBQmh0b59V9k9JXVpT { width:9.1875rem;height:2.875rem;top:0.6875rem;left:5.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIcIUMO5Vyil4rPZWgPE54DkWl6Rtd2M { width:3.5rem;height:1.9375rem;top:0.6875rem;left:15.312499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v { display:block; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2wl42DD74Oc2Obv7rnA1ETkC4rlKmHh { width:20rem;height:11.7rem;top:1.375rem;left:-0.125rem;font-size:1.625rem;z-index:15026;text-align:center;text-align-last:center;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #a61aSxzHO2aDFkg5xE2u12NH0K0OoaUM { width:0.5rem;height:4.75rem;top:27.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHuyDmmTThTKuEp5VWH6DGVDNAcfk34v { width:0.5rem;height:2.75rem;top:56.875rem;left:9.7500005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTbstccfXgVslbeO2EvJmqTMgVEgbm6T { width:0.5rem;height:2.5rem;top:37.46701335907rem;left:9.3055554628375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMnEraGv3ko6lIbfsQykV0wrJwMANVHf { width:0.75rem;height:3.0625rem;top:34.992187023163rem;left:9.6250001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKfpseV0UgRIQ5MrCxzyiNZpHrDgMvss { width:20rem;height:16.25625rem;top:13.712499976158rem;left:0rem;font-size:1.0625rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ICKMGOgwqkpZvTsnO1nQDTW6W4evNTT7 { width:18.25rem;height:3.825rem;top:39.69375038147rem;left:0.87421876192094rem;font-size:1.125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ [class*="-text"]:-moz-placeholder { color:#ffffff; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ [class*="-text"]::-moz-placeholder { color:#ffffff; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ [class*="-text"]:-ms-input-placeholder { color:#ffffff; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ [class*="-text"]::-webkit-input-placeholder { color:#ffffff; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ  { width:17.5rem;height:auto;top:48.75rem;left:0rem; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LchxPa40ly297xgV2QD65adH1dX1ZxSJ {display:block;}#LchxPa40ly297xgV2QD65adH1dX1ZxSJ { width:17.5rem;height:auto;top:48.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LchxPa40ly297xgV2QD65adH1dX1ZxSJ #IPKRcLk5XHp4o8BhJ4OE5Pvka2o4i3QO {  }
 }@media only screen and (max-width: 763px) { #LchxPa40ly297xgV2QD65adH1dX1ZxSJ #z56tvGRAzdGS2KsOZqq8eMXCvn1i1Mix { display:none; }
 }@media only screen and (max-width: 763px) { #LchxPa40ly297xgV2QD65adH1dX1ZxSJ #hhWf92Qoz504P9dHaShvJsmrNe0BZxJg {  }
 }@media only screen and (max-width: 763px) { #LchxPa40ly297xgV2QD65adH1dX1ZxSJ #yFd3uDi22bAQhWOz1ZlrgbWachidKkTr {  }
 }@media only screen and (max-width: 763px) { #LchxPa40ly297xgV2QD65adH1dX1ZxSJ #EiTxqEGVdOkT4qpOFhFxFqWqmAc8WHRE {  }
 }@media only screen and (max-width: 763px) { #IdPKy4B7nPsSnq4Xiy9HrP5uxnEirUN6 { width:16.875rem;height:3.6125rem;top:45.1875rem;left:1.5625000596046rem;font-size:1.0625rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hRu61cz8GWPa9weHSPTm7wxwIxFggCqV { height:11.0625rem;width:20rem;top:28.425001144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlgebgXldMVIKMNGgTVTpkfoMdmsesyn { display:block; }#QlgebgXldMVIKMNGgTVTpkfoMdmsesyn { background-color: transparent; background-image: none; }#QlgebgXldMVIKMNGgTVTpkfoMdmsesyn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlgebgXldMVIKMNGgTVTpkfoMdmsesyn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlgebgXldMVIKMNGgTVTpkfoMdmsesyn > .row .container > .video-iframe-container { display: none; }#QlgebgXldMVIKMNGgTVTpkfoMdmsesyn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlgebgXldMVIKMNGgTVTpkfoMdmsesyn > .row > .video-iframe-container { display: none; }#QlgebgXldMVIKMNGgTVTpkfoMdmsesyn > .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); }#QlgebgXldMVIKMNGgTVTpkfoMdmsesyn > .row .container { width:20rem;height:429.3125rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxah8GgzKZEyDkRUH9fZwTT46mib2HOn { width:20rem;height:5.85rem;top:1.7439231872559rem;left:0rem;font-size:1.625rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ayf5vFx0wOXFe6GvX909CeROlWvl2AD5 { width:20rem;height:5.85rem;top:7.5364580154419rem;left:0rem;font-size:1.625rem;z-index:15028;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sDNmCWfXSkun1Fq4Qipc8zaFpmtP8wui { width:20rem;height:3.6125rem;top:13.9375rem;left:-0.12578123807907rem;font-size:1.0625rem;z-index:15028;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rtoya4iLoC0ne5qiu8ULxICIxRErdMaL { display:flex;width:1.5625rem;height:1.625rem;top:20.387499809265rem;left:1.0617187619209rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #X8p3Nt9NhdaRZP6uJJMEo29KTo4uyqqO { width:14.8125rem;height:1.80625rem;top:20.296875953674rem;left:3.1875000596046rem;font-size:1.0625rem;z-index:15029;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GJLbvoIfPKIqSRLzJ1B720sZcuyDTDMT { display:flex;width:1.5625rem;height:1.625rem;top:22.887499809265rem;left:1.0617187619209rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #dAeZ66DGd0fGO3k9WKlokZD1lsxd8egT { width:14.8125rem;height:1.80625rem;top:22.796875953674rem;left:3.1875000596046rem;font-size:1.0625rem;z-index:15031;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iG3ICauritBLf1ABB2kxnD6WiTAqbZsQ { display:flex;width:1.5625rem;height:1.625rem;top:25.250001192093rem;left:1.0617187619209rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #uSRzmwyAxG1Tik7uGc8Kf4ynHgI8KsuG { width:16.6875rem;height:1.80625rem;top:25.158593416214rem;left:3.3125000596046rem;font-size:1.0625rem;z-index:15033;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wPnU4FPE7BOvZzAw6kObByT3twAzz0BP { display:flex;width:1.5625rem;height:1.625rem;top:27.749219179154rem;left:1.0617187619209rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #CxsfbTxNTcstbqQrMhiTvmVJXQMPxXWb { width:16.1875rem;height:5.41875rem;top:27.748437166214rem;left:3.1562500596046rem;font-size:1.0625rem;z-index:15035;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XAXdSrUm7zf4sJ8xutbcUeLwDPomT4Bb { top:34.8125rem;left:-0.125rem;width:20rem;height:22.8125rem;z-index:15017;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #K5WcmBuEuouKpQVkFf6W4Izm1R3Qxifd { width:12rem;height:3.6125rem;top:36.5rem;left:2.6242187619209rem;font-size:1.0625rem;z-index:15037;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e6utXp3Gt6PRtsT9wZyIcvv6bg0TaFed { display:flex;width:1.8125rem;height:1.8125rem;top:41.3125rem;left:1.4250000119209rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #QvfnMMrUWxVKQkuP7SQiRxiLqdCp3KpX { width:13.4375rem;height:1.59375rem;top:41.421875rem;left:3.8750000596046rem;font-size:0.9375rem;z-index:15038;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcSwsqk12iAUuXgwudUOI4qZPSkfCnTv { display:flex;width:1.8125rem;height:1.8125rem;top:43.737501144409rem;left:1.4250000119209rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #rQXmiB8nE6tWMhvbWr7PSxJLyvUeMrl7 { display:flex;width:1.8125rem;height:1.8125rem;top:46.09375rem;left:1.4250000119209rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #mPsadTsQTDZmKkpLzBWUVucJrJiUTSSw { display:flex;width:1.8125rem;height:1.8125rem;top:48.5625rem;left:1.4250000119209rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #F5ppZc5xfhwL15B7cCZyDImyxlHeqFUB { display:flex;width:1.8125rem;height:1.8125rem;top:51.25rem;left:1.4250000119209rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #TzU7Qr69TuSUOuCOS83knPRTAPrUppHw { width:14.8125rem;height:1.59375rem;top:43.846876144409rem;left:3.8750000596046rem;font-size:0.9375rem;z-index:15039;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GCzKxTwobq5xE7D3FHxsBXWZeLkbv1WJ { width:15rem;height:1.59375rem;top:46.203125rem;left:3.8750000596046rem;font-size:0.9375rem;z-index:15040;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JBpcWnMmxzZnbl1958T4QESMd6NMZuPt { width:13.4375rem;height:1.59375rem;top:48.671875rem;left:3.8750000596046rem;font-size:0.9375rem;z-index:15041;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fRIuKXU4yg6JH9llbZ5XbEMtxW692eDT { width:13.4375rem;height:4.78125rem;top:51.359375rem;left:3.8750000596046rem;font-size:0.9375rem;z-index:15042;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PnURNQ4cIOtUpHl9MpXe3NTtys3iE1gW { width:20rem;height:14.45rem;top:59.449653625488rem;left:0rem;font-size:1.0625rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVnTli8o2FmBryFagQiNgXP8r7w2WyLT { width:20rem;height:9.03125rem;top:75.449655532837rem;left:0rem;font-size:1.0625rem;z-index:15030;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ht1MKERJWDBXe92ZtUKu18a9Bdxuxdii { width:20rem;height:9.75rem;top:93.375rem;left:0rem;font-size:1.625rem;z-index:15028;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mWcVTMhoPLqo0Zhg4wH98VxCFUnNOnMr { width:18.5rem;height:1.80625rem;top:104.65000152588rem;left:0.74921876192094rem;font-size:1.0625rem;z-index:15030;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8w7IRaQ1FwUgomME3iwrOSwsgvGFaKD { top:107.94297027588rem;left:0.88749998807906rem;width:18.125rem;height:3.625rem;z-index:15043;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);background-color:transparent;background-image:none;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB40UJ3I1TBZz8TWwT340qVg15nN8kNZ { width:13.9375rem;height:3.6125rem;top:108rem;left:2.625rem;font-size:1.0625rem;z-index:15031;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OyJ3f5UBZVSRnLRToWpWvr8faMyzU00n { width:18.5rem;height:2.86875rem;top:112.21250152588rem;left:0.74921876192094rem;font-size:1.6875rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mlGAxF8zotPxFKz4ZkncghyR668cnlXp { top:116.0625rem;left:0.85624998807906rem;width:18.1875rem;height:9.1875rem;z-index:15044;border-top:0.0625rem solid #1ec731;border-left:0.0625rem solid #1ec731;border-right:0.0625rem solid #1ec731;border-bottom:0.0625rem solid #1ec731;background-color:transparent;background-image:none;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anf1TV3zhpoppaXFyxqD4L62Nq4BcXw7 { width:14.9375rem;height:7.225rem;top:117.09375rem;left:2.1250000596046rem;font-size:1.0625rem;z-index:15030;text-align:left;text-align-last:left;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #z84phZz6IVUHTGNUMerRXw1eQ9iFef1c { top:127.3125038147rem;left:0rem;width:20rem;height:22.8125rem;z-index:15007;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJaO1TnrT1USz8shdG1yaE3IIugHF5IX { width:15.0625rem;height:5.41875rem;top:128.48750305176rem;left:2.6242187619209rem;font-size:1.0625rem;z-index:15038;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TE51E9clB2sLwdkZJi7iGSFGTrUxlyQn { display:flex;width:1.5625rem;height:1.9375rem;top:134.97499847412rem;left:1.6750000119209rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #pZQZab8qP69ayDQxTl60RId3bICParAH { width:14.8125rem;height:1.4875rem;top:135.19999885559rem;left:3.8750000596046rem;font-size:0.875rem;z-index:15039;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PifPqakrVP8kPMWFhzS0Mo2oQTocUdz5 { width:15.6875rem;height:1.4875rem;top:137.13749885559rem;left:3.8750000596046rem;font-size:0.875rem;z-index:15041;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t6aLR7hQHDCbw5FXsI9vaV8GcpNGU5lC { display:flex;width:1.5625rem;height:1.9375rem;top:136.91249847412rem;left:1.6750000119209rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #WHqpBXGwqG8rX7PDECTTvIaAGEK4OT9X { display:flex;width:1.5625rem;height:1.9375rem;top:138.84999847412rem;left:1.6750000119209rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #svpxuscyTG8LwA7Ku4SJVGDsZQTfyOds { display:flex;width:1.5625rem;height:1.9375rem;top:140.78749847412rem;left:1.6750000119209rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #NWlT4dTKIlFbUAMbTD37fIWWcLtWSU6A { display:flex;width:1.5625rem;height:1.9375rem;top:142.72499847412rem;left:1.6750000119209rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #BSy3IQwITn9AWsDwyu28t0qZlSvx5WBo { display:flex;width:1.5625rem;height:1.9375rem;top:144.66249847412rem;left:1.6750000119209rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #XyND2NXxS5wk1iKJGSk5zUhHwQ2koGT7 { width:15.375rem;height:1.4875rem;top:139.02187347412rem;left:3.8750000596046rem;font-size:0.875rem;z-index:15042;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OQ8dhy9Ra2sU41Tuer4qkBmDVHR5oM6W { width:13.4375rem;height:1.4875rem;top:140.95937347412rem;left:3.8750000596046rem;font-size:0.875rem;z-index:15043;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KGxS8k2mpcvuzSApdgutgCTTfOXO5GDI { width:13.4375rem;height:1.4875rem;top:142.89687347412rem;left:3.8750000596046rem;font-size:0.875rem;z-index:15044;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iImX2JhNJaJ012c6QKu5G60lu2X9nvB3 { width:13.4375rem;height:2.975rem;top:144.83437347412rem;left:3.8750000596046rem;font-size:0.875rem;z-index:15045;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CHRAh6VlkhpT7dH6kVzgu7AqIkmCe9Vd { width:17.875rem;height:3.9rem;top:152.28750610351rem;left:1.0617187619209rem;font-size:1.625rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBPufGIeQymfWdhsXJDxfTO1OIOKvtke { width:20rem;height:9.03125rem;top:157.31250858307rem;left:0rem;font-size:1.0625rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blmwTTEPGC4TlaBIOpqwS3O63nohMyPK { width:20rem;height:1.95rem;top:172.15972900391rem;left:0rem;font-size:1.625rem;z-index:15029;text-align:center;text-align-last:center;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #pm3z1gQ1vbuzqvMRA3UrELh0bQwOqOKS { width:20rem;height:7.225rem;top:175.21528625488rem;left:0rem;font-size:1.0625rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqH2JbHO5LADDwNE7Km52fWhLgye8fQ7 { width:20rem;height:18.0625rem;top:183.90276622773rem;left:0rem;font-size:1.0625rem;z-index:15033;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QQl6rNq6bCAdNuGJqygzu17COTs1v3D4 { top:203.99305534363rem;left:0rem;width:20rem;height:28.5625rem;z-index:15008;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;background-color:rgba(var(--color-primary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vnQcKfgRMIKcycVAlfk7b5HiRAX1mmt6 { width:18.5rem;height:7.225rem;top:204.89583206177rem;left:0.75rem;font-size:1.0625rem;z-index:15031;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTIZZc6vgDg100iPJPTdJp1XIrVdd11Z { display:flex;width:1.5625rem;height:1.9375rem;top:213.26303482056rem;left:1.0616319179535rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #T7L37vQhz5N3HRB41A7yGVa1cBZqfB9P { width:14.8125rem;height:1.4875rem;top:213.48784637451rem;left:3.1875001192093rem;font-size:0.875rem;z-index:15040;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ciWzf4TKsofabWPHBiv4rL2gSn92H7Tl { display:flex;width:1.5625rem;height:1.9375rem;top:215.71788024903rem;left:1.0616319179535rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #E8oQZpqhT9ZTu81FDdpTyXJZOJ4TUTkp { width:14.8125rem;height:1.4875rem;top:208.40069580078rem;left:-31.928472399712rem;font-size:0.875rem;z-index:15042;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aGc2mhZh64qrfIpoUJTEaSvHfL1JiVn1 { width:14.8125rem;height:2.975rem;top:215.20051956177rem;left:3.1875001192093rem;font-size:0.875rem;z-index:15041;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTKmDVvKLroKyU0RppseXghqmliVad6l { display:flex;width:1.5625rem;height:1.9375rem;top:218.17360877991rem;left:1.0616319179535rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #TxPNgsHS13umBrpvIAB1ttWhleamI920 { display:flex;width:1.5625rem;height:1.9375rem;top:221.71874809265rem;left:1.0616319179535rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #R005awsRfCZsfb22aUs6XeLEKEw2VhWw { display:flex;width:1.5625rem;height:1.9375rem;top:224.17274093628rem;left:1.0616319179535rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #P5IDTAQTK0CDSCgTVLTRI5VGDa9LStql { width:14.8125rem;height:2.975rem;top:218.17360877991rem;left:3.1875001192093rem;font-size:0.875rem;z-index:15042;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kt0MSARbze46uPuARu036UKInL91OiW8 { display:flex;width:1.5625rem;height:1.9375rem;top:227.37152481079rem;left:1.0616319179535rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #ZZnvHsgIlBfxx8QVUM3RfCtXVXFJb7XL { width:14.8125rem;height:2.975rem;top:221.19965171814rem;left:3.1875001192093rem;font-size:0.875rem;z-index:15043;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aDyMH8nl5S7FrPEgEHuiT6nL1sNTKyUr { width:14.8125rem;height:1.4875rem;top:224.39756774903rem;left:3.1875001192093rem;font-size:0.875rem;z-index:15044;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oJQohcU4aTT0goJcWtw1Ny2WeTi6QhKi { width:14.8125rem;height:4.4625rem;top:226.11024093628rem;left:3.1875001192093rem;font-size:0.875rem;z-index:15045;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HPtd9g06hvlD5xU9QWKeaoeMhCgXSbAN { width:17.875rem;height:3.9rem;top:235.34028625488rem;left:1.0625rem;font-size:1.625rem;z-index:15030;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CiUDaHHOw5IREh1CTtScNXhhdbFOBQGk { width:20rem;height:5.41875rem;top:239.98611450195rem;left:0rem;font-size:1.0625rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gz5HtJnl37Z108hn9niL4wkfJ1357DoI { top:246.40972900391rem;left:0rem;width:20rem;height:14.25rem;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiMtDKDaW5F4nzWff0GxPLpliFbmCSK3 { width:19.0625rem;height:10.2rem;top:248.4343752861rem;left:0.46796876192093rem;font-size:1rem;z-index:15034;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fVVknzXicWDfpiuFIemeQl0uCPAlowSw { top:262.25000333786rem;left:0rem;width:20rem;height:14.25rem;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4QPZPs2Mfo8AWAgETy0ZPP0t0fbRSuI { width:19.1875rem;height:10.2rem;top:264.27499961853rem;left:0.40546876192093rem;font-size:1rem;z-index:15035;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CtfKIRX4D2RwAOORBzSypo7lVutRx5on { top:278.03471374512rem;left:0rem;width:20rem;height:14.25rem;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlToexemA0gVpnMSRydnOb6K8UwJb7zC { top:293.68057250976rem;left:0rem;width:20rem;height:14.25rem;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #owPaJPss5SJ2awXxJz71xDONUM3tNE6l { top:309.32638549805rem;left:0rem;width:20rem;height:14.25rem;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vzOpXTuwMZ4vvubEc20gGqw33o4Lrc { top:325.10415649414rem;left:0rem;width:20rem;height:14.25rem;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc6UIAOuEfXbrIQw64iGx4TXa82r1wb6 { width:18.9375rem;height:11.9rem;top:279.20921897888rem;left:0.53125rem;font-size:1rem;z-index:15036;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MeVX6BHTDpZzOPqzL0LJ2Gximzus2M2a { width:19.1875rem;height:11.9rem;top:294.85592842102rem;left:0.40625rem;font-size:1rem;z-index:15037;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uAto1R0JPw6OfU5MNomKgz0V1wcEX1Mf { width:19rem;height:11.9rem;top:310.50174331665rem;left:0.5rem;font-size:1rem;z-index:15038;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hUTACZIKsfZep4fSiwVUkX0vbZPdpHAp { width:19.1875rem;height:11.9rem;top:326.27952003479rem;left:0.40625rem;font-size:1rem;z-index:15039;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NPVtva8oDpL1Dwik9Ao0eqxJJn6CEX3E { top:347.19444465638rem;left:0rem;width:20.125rem;height:39.8125rem;z-index:15005;border-top:0.0625rem solid #1ec731;border-left:0.0625rem solid #1ec731;border-right:0.0625rem solid #1ec731;border-bottom:0.0625rem solid #1ec731;background-color:transparent;background-image:none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKRhvvM4qAOfZ9lTTRa0LqLTTTVkxpFV { width:17.875rem;height:3.9rem;top:349.4375rem;left:1.0625rem;font-size:1.625rem;z-index:15031;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eaTxfdBalhglNTITTqDgzcPTwne4Q2zk { top:355.32465362549rem;left:1.4991320371627rem;width:0.6875rem;height:0.6875rem;z-index:15046;background-color:#1ec731;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KeaGTfL6JT5ReSrkFluDXhc9wzLvq7r2 { width:14.8125rem;height:2.975rem;top:354.18229103088rem;left:2.5937501192093rem;font-size:0.875rem;z-index:15044;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MbQRMXqJEmyUDEcAmXyHS6pdyGzDGD51 { top:358.19444465638rem;left:1.4991320371627rem;width:0.6875rem;height:0.6875rem;z-index:15047;background-color:#1ec731;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #puaFJzCtmARFTR3eouiJT31oyOegKVZC { width:14.8125rem;height:2.975rem;top:357.15538215638rem;left:2.5937501192093rem;font-size:0.875rem;z-index:15045;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rJUX6VoKmSHaEepKWVGDb1N7z4BftCMm { top:361.27083396912rem;left:1.4991320371627rem;width:0.6875rem;height:0.6875rem;z-index:15048;background-color:#1ec731;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NehMA6uTyTQNJGvW02EM0iTrRCG5vhZQ { width:14.8125rem;height:2.975rem;top:360.12847328186rem;left:2.5937501192093rem;font-size:0.875rem;z-index:15046;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C69iBXATP3NFv5M5buiUU410lG7SpfkW { top:363.84375rem;left:1.4991320371627rem;width:0.6875rem;height:0.6875rem;z-index:15049;background-color:#1ec731;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oa2pklPJOQoVlKPdyoENkn8VTnkSSZXI { width:14.8125rem;height:2.975rem;top:363.1015625rem;left:2.5937501192093rem;font-size:0.875rem;z-index:15047;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T7rtUcPqy5tMUDDa0ho8koW3x7mEEG5D { width:14.8125rem;height:2.975rem;top:366.23091316223rem;left:2.5937501192093rem;font-size:0.875rem;z-index:15049;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J2gxMGNcCIARudH4NEk73iXvhDPpQHvw { top:367.37500953674rem;left:1.4991320371627rem;width:0.6875rem;height:0.6875rem;z-index:15051;background-color:#1ec731;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xupWcDlJlgO5ungzR4EZQN1Pt6fe2Pwn { top:370.50000953674rem;left:1.4991320371627rem;width:0.6875rem;height:0.6875rem;z-index:15053;background-color:#1ec731;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nqW0hq0KBKrh9B7yP0X3NWd5agNJqw3W { width:14.8125rem;height:2.975rem;top:369.20400428772rem;left:2.5937501192093rem;font-size:0.875rem;z-index:15051;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RovMOkabQAO6rhOOgCFJlufUsD7Xaxod { top:373.08334350586rem;left:1.4991320371627rem;width:0.6875rem;height:0.6875rem;z-index:15054;background-color:#1ec731;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wESI5gJ65NftlfFTKlwxo7qErIkwZ4a4 { width:14.8125rem;height:4.4625rem;top:372.17709350586rem;left:2.5937501192093rem;font-size:0.875rem;z-index:15052;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Az1r2qKOb073rgnGfJTWwODgkTVVONwM { width:16.75rem;height:7.225rem;top:378.78472900391rem;left:1.6250001192093rem;font-size:1.0625rem;z-index:15039;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uS0gf42nuKdpyu9NOcL62W0m1aKb1GWa { top:390.86807250976rem;left:0rem;width:20rem;height:36.625rem;z-index:15014;background-color:#c82020;background-image:none;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgpccbyeSn5Gvf9Wx2oJoylq6Uf1EsU4 { width:17.875rem;height:;top:392.73611450195rem;left:1.0625rem;font-size:1.625rem;z-index:15032;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U2lTpTDszI5zi4cqhH2BTh8GGT2g7As3 { width:18rem;height:10.4125rem;top:398.63193130493rem;left:1.0616319179535rem;font-size:0.875rem;z-index:15041;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C7PLegsQBLB9DI1D3qAF165Bm1lTwaK7 { width:16.75rem;height:10.8375rem;top:411.13195800781rem;left:1.0616319179535rem;font-size:1.0625rem;z-index:15040;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xzd1x7oNTbqtV2pGyapvX0NkCIKLf547 { top:87.054689884187rem;left:1.3125001192093rem;width:17.375rem;height:2.9375rem;z-index:15055;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#1ec731;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5OL53QGAt3TBhwnaCOMczqhJ7GIdidJ { display:block; }
 }@media only screen and (max-width: 763px) { #GGob7E9AD2KMqlkNVtISrB7IaHJX8Jp3 { top:341.07638549805rem;left:1.3125001192093rem;width:17.375rem;height:2.9375rem;z-index:15056;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#1ec731;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB1uO4Xv3teQkNRLNqBhi83MmMrZOyil { display:block; }
 }@media only screen and (max-width: 763px) { #vufiT5sBkMEnqZsqvJwMGOR147R8VTeu { display:none; }#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu > .row .container { width:20rem;height:39.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cWuxMDDVV51nDUixqpWQlOT8OkSozVbT { width:16.4375rem;height:9.6rem;top:0.75rem;left:1.7812500596046rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZwHhTsbL9hKz6zbZg0tWmGcLFTTT4bTD { width:15.3125rem;height:9.6rem;top:10.350001335144rem;left:1.7812500596046rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rFOQfWuEEcvQOCnEhGItOm3ofqSGvLua { display:none; }#rFOQfWuEEcvQOCnEhGItOm3ofqSGvLua > .row .container { width:20rem;height:35.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PFmJRuacL8AteVOrboRWm8gLmb8iSw43 { width:20rem;height:2.975rem;top:16.112499952316rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1r1ZCEs0lWB2BEA4bW3wRECcZxsOcdk { display:flex;width:2.25rem;height:2.3125rem;top:20.799999952316rem;left:4.41015625rem; }
 }@media only screen and (max-width: 763px) { #C3Afs2VI73UDe2i6RespCQ3nTTDCMXgz { width:20rem;height:1.4875rem;top:21.105469465256rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mscoobU0HTXhWq3hSgrKc8ukaeEsCsze { display:flex;width:2.25rem;height:2.3125rem;top:24.062500715256rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #dTO2PKfBU5nBaF3aIPXdREr7fGAKpRCU { width:20rem;height:1.4875rem;top:24.375000715256rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWLS92wEVDCKDqshve7v9hEMvX8DBJai { display:flex;width:2.25rem;height:2.3125rem;top:27.062499761581rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #TIdxW3rLfNwiM5SW7xKlWmWhayqsVGPe { width:20rem;height:2.975rem;top:26.518749713897rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vuPpiRZU5bygUXn68Q1yJuPl1Q1MXOZH { width:20rem;height:1.4875rem;top:30.624999761581rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFK4Lk4KRk11F67TqqbzaK2o3RX8O45Z { display:flex;width:2.25rem;height:2.3125rem;top:30.312499761581rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #nJ9RIyd4nJU8AvMc3XFUCbGe4hIhWPTk { width:20rem;height:1.4875rem;top:16.931250095367rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIWVuvQ48GZy4wo0HEkboXSM0UMcETLa { width:20rem;height:1.4875rem;top:19.512499809265rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNcL3doF3TT1uy1CxWKcqA9XT5G2CUxq { display:flex;width:1.8125rem;height:1.8125rem;top:19.512499809265rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #hHtaBGQ20CEDwDUDhDeT78X5kFrRiZbT { width:20rem;height:1.4875rem;top:21.874999761581rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAF5KkwSZuw8HfuG9TlNfbtgClKyJEpU { display:flex;width:1.8125rem;height:1.8125rem;top:21.874999761581rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #JRv7HhPTr12hlD5BHOSXHb8QrOStgRlL { width:20rem;height:1.4875rem;top:24.124999761581rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UfrMlhkNf3RZQWsbIvwZfZTI4eEFHydO { display:flex;width:1.8125rem;height:1.8125rem;top:24.124999761581rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #uku5EQ890zxEIhTAr80tpexexdG11EE8 { width:20rem;height:1.4875rem;top:26.499999761581rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6trL2qG6oxnrDPT49QDuz43prR1VmGz { display:flex;width:1.8125rem;height:1.8125rem;top:26.499999761581rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #RGBR6zHndSEARf5P1eq1gTrD7ylSZVER { display:flex;width:1.8125rem;height:1.8125rem;top:28.874999761581rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #WdfIg518yFpBARB38yeVhvBS4aEZcoo2 { width:20rem;height:2.975rem;top:28.199999332428rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OfzKUietV3UJ2Iqpo5wcmgqMX4yWVlwA { width:20rem;height:18.0625rem;top:20.55rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTbk6rTZ2PoXt28rWsdJ1SDRNeGx4o3a { display:none; }#lTbk6rTZ2PoXt28rWsdJ1SDRNeGx4o3a > .row .container { width:20rem;height:55.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pGS5zHzRBalW39kvDTxUAuOqzrzOQmP2 { width:16.4375rem;height:9.6rem;top:0.75rem;left:1.7812500596046rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EQ3CXxUkGqLfdTXooWNLHn1zaXIJ5JOU { width:20rem;height:38.4rem;top:11.6rem;left:0rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WdsE7ndVKt9oPBFWWNs7l7SKHI8qPvay { width:19rem;height:3.4375rem;top:51.2493125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzELxIyTyIiKuWrCC3mdwOOgEqWA2VC3 { display:block; }
 }@media only screen and (max-width: 763px) { #GU5JiOkUvbWTLF22v2LEvoyGfC1U0zeH { display:none; }#GU5JiOkUvbWTLF22v2LEvoyGfC1U0zeH > .row .container { width:20rem;height:37.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fRJnqIBSwTgLHCVkGqnS4dBXFBcKzddk { width:20rem;height:14.4rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Eevi93i0yTA6vITCl0gmGzTkVx6Fp4fK { width:20rem;height:18.0625rem;top:20.55rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOABWeKaz1kHcnXbrsIGwHtCoesbVD4h { width:19.25rem;height:7.2rem;top:14.15rem;left:0.0625rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XMh22TrUoauqyRs3vHroJbGCGQNwAIS2 { width:19.875rem;height:3.25rem;top:16.9rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwuU9XVTx4dpgzWetUnHsGI93HOdqSzd { width:20rem;height:7.2rem;top:17.868746185302rem;left:0rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #scANsvGa7dC1FhPxG6KZRiD90dImICBR { width:19.25rem;height:2.4rem;top:21.237497711182rem;left:0.75rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r8LXfvKDJH7sOrr31IcosanTgbxnnLao { width:20rem;height:2.975rem;top:26.318746185303rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mI5MpqvXTULQc5xWMTe2Kdo72pFOwASl { width:20rem;height:1.4875rem;top:34.356246185303rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ncas4fB58ZArxvG4WwaCaPDt11LuJSVf { display:flex;width:2.125rem;height:2.5625rem;top:30.543746185302rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #eW0UILazHqULPHu4eC7oX8kUUzw9RNOg { display:none; }#eW0UILazHqULPHu4eC7oX8kUUzw9RNOg > .row .container { width:20rem;height:50.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xqrmiNArxJD9trUswXFrOaNzX8c5TgtM { width:19.875rem;height:5.125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfNUeM2uVNrsfBf6tZTaTVhx1zTpPf6D { width:20rem;height:14.4rem;top:1.8367233276368rem;left:0rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OSffJlQxmpwWq4QP1STBcrnLr0eVsKTh { display:flex;width:2.125rem;height:2.5625rem;top:17.486723327637rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #uFG8W8EV0X1ACt75Bk5VRWVL21QqTTAo { width:20rem;height:1.4875rem;top:21.299223327637rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHM13Pcturlo9KCftTlHbFqJ7Oc2mUdi { display:flex;width:2.125rem;height:2.5625rem;top:24.036723327637rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #MSKanMKt9NbqXonWJsOBbHTsPCbiCf9W { width:20rem;height:1.4875rem;top:27.849223327637rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvNLFtmz0GfPVBAlGH4yWT5onSa9TO8p { display:flex;width:2.125rem;height:2.5625rem;top:30.586723327637rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #CMQO1N1NJUWZOT4ueQPoZelwSMDeVWZ7 { width:20rem;height:1.4875rem;top:34.399223327637rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqSyv03bISlZHPOibZEi5m3KB2p4IInn { display:flex;width:2.125rem;height:2.5625rem;top:37.136723327637rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #ETBmkxXZrq25xdRdABlUuwTeEkgZibVF { width:20rem;height:1.4875rem;top:40.949223327637rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCAFDQ3cW73SLRnFwip2IDC1Fn1PZi9E { display:flex;width:2.125rem;height:2.5625rem;top:43.686723327637rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #oJUKTnPJDQ8MTryP0aZnbvuG01g9V2oT { width:20rem;height:1.4875rem;top:47.499223327637rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7rIOuHRfaG3SP37T447x9KRb9oRMpEr { display:none; }#m7rIOuHRfaG3SP37T447x9KRb9oRMpEr > .row .container { width:20rem;height:37.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nBlk1rSpf8gEiN0ayxRlDQyw7awaDBfs { width:20rem;height:4.8rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yAX4RBKaOS1zkUxeg0yTqEfhioBcZCDl { width:20rem;height:24rem;top:7.3rem;left:0rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UWM3vhLgDsh3sepQKlJknt2LoOH0eF1Z { width:19rem;height:3.4375rem;top:32.55rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCJBD5xBls2A08tH8E1bDEA4UtGWXo7t { display:block; }
 }@media only screen and (max-width: 763px) { #WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF { display:none; }#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q9pWb9456F5l7sBF1me3yUFTw7CioQQy { width:20rem;height:4.8rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qpL4W7eTqKkBhzX1vhAuKBxuhQb7et4w { width:20rem;height:16.8rem;top:7.3rem;left:0rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vemJbESP7itxGLq1RwA0uHF6c7m3mQnX { display:none; }#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JPmTMQUZDc3lT2CPie0eJesWE7CfAauw { width:20rem;height:8.925rem;top:1.25rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QW2vZPOOcIlDB9lhMOICmZy2AuTiMVsg { width:20rem;height:2.975rem;top:11.425rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQqOOcgyUZHbIwZKcJhIVMUwTGr5p621 { width:20rem;height:30.4375rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOX9s0QOtwimJ4uzSBORv085MO4ST4Ix { width:20rem;height:auto;top:5.8125rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eikP3BmGudNqAoOMaM6pIOtCIDbhpnEs { display:flex;width:2.125rem;height:2.5625rem;top:11.1875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #LLJTm1r42xDFsFfAFQGvM4L254uPTmAi { width:20rem;height:auto;top:11.4375rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smgmOIspumV6dITlm9CxRMcx8anKAwEp { display:flex;width:2.125rem;height:2.5625rem;top:14.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #gotkURuE9cyBvdlIsFCB6i8pd3HcCdT2 { width:20rem;height:auto;top:14.875rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nkz80T3lspsw2BWHMnspETMhwxDcODfn { display:flex;width:2.125rem;height:2.5625rem;top:17.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #efdeqypAwzuLtM0BBphDZTIZ92gAgb6k { width:20rem;height:auto;top:18.125rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MwRTXbK4ZKcJGF1bCcyRWvymcDM88RsJ { display:flex;width:2.125rem;height:2.5625rem;top:21.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #NRarFJ7dDP31ltsxQoNvxXRVOs2X26C4 { width:20rem;height:auto;top:21.6875rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c8epTVnWJ0TJySOhXd49BmLgcREDNVT7 { display:flex;width:2.125rem;height:2.5625rem;top:24.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #MryFlsu57ft92W8EEFvlJWVpDEdfyU8U { width:20rem;height:auto;top:25.125rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lfKodToX3Bu8pSWzKtumd5Vpx0PdfGvz { display:flex;width:2.125rem;height:2.5625rem;top:28.375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #kkrzl4cl7y4XGLPQfiIwfrXRrszZZhKs { width:20rem;height:auto;top:28.625rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Il93l1m62aqGq3OR1auTKV9r3neWJkM3 { display:none; }#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 > .row .container { width:20rem;height:55.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MbfzCIuWgpqidbpTOQetFzpdob2BKOPm { width:20rem;height:4.8rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XJy9TE3TFtAwJT6Dr9ZxlTdXfaTEUPEL { width:20rem;height:12rem;top:7.3rem;left:0rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aegHEPQAgTsXTMwNhWmIB3WpT6PVEXmh { width:20rem;height:17.3125rem;top:11.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLTb94KQNo9bqGJpserTSHvVQVENJNJH { width:20rem;height:17.3125rem;top:11.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R66Ss8KLqlMcRv2PGONWpbe62RqlqfQJ { width:20rem;height:17.3125rem;top:11.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8hMv4eE61dTCoFrAlOZhV7enar5WXn8 { width:20rem;height:1.4875rem;top:20.55rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6eMJW2ETLuIOKqTR3vaconGrmzinBOv { width:20rem;height:1.4875rem;top:23.2875rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nB17v0oGP6goLCe9xfEEZySKfktlSUe9 { width:18.375rem;height:auto;top:13.125rem;left:0.8125rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMOXhtKQGLU5vFGWyGTQbZwPW6RUJmA8 { width:18.375rem;height:auto;top:15.8125rem;left:0.8125rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #titq45Olt8kXDEt5eLzUApyp19bTxGnb { width:18.375rem;height:auto;top:15.875rem;left:0.8125rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wI0b5xQJJqR8WSiXlMWHyGoRpmkJ6BGM { width:18.375rem;height:auto;top:15.8125rem;left:0.8125rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xT2JQaTN9kbNtDEpFv1a97aNSN3SxJSf { width:20rem;height:17.3125rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1XNnFAbDPsGTAadRPq9xdAix0LZ3NV4 { width:18.375rem;height:auto;top:34.75rem;left:0.8125rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAM0qc8XTfd5Lmuadf3Me9lT6hlvOwQe { width:20rem;height:17.3125rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtLe1qPNnTWSrmtE8uITxfxAGqlPWyrD { width:18.375rem;height:auto;top:34.8125rem;left:0.8125rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvm8mIGTMyXMRx0nc00Tuy5Dg9WipVTk { width:20rem;height:17.3125rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqpdLSLhovSm3p8332x18x1IGcGtL6lZ { width:18.375rem;height:auto;top:34.75rem;left:0.8125rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FsapQuZAtJbLcWF7ue9Jl0fE9Ko4VF0N { width:20rem;height:1.4875rem;top:26.025rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AHDmesAsoEuDmdp1zZ1PA4pH2xesxZ0s { width:20rem;height:1.4875rem;top:28.7625rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxQRrIrfwhD2DmSTMXQsRAxh6i5Nxkif { width:18.375rem;height:auto;top:32rem;left:0.8125rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxIsLWdQv5zzdx7QGNPubbHrGRZwi3fm { width:19rem;height:3.4375rem;top:31.49948125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTVW12sDNPu2nxDgWQB7UTTHOQ96Kc5P { display:block; }
 }@media only screen and (max-width: 763px) { #geGzwpuR7DnZb69tIM7EihszSWkxpHua { display:none; }#geGzwpuR7DnZb69tIM7EihszSWkxpHua > .row .container { width:20rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qy9lk92C0eJF6RWDL4Xssz7MQyuIAdSV { width:19.875rem;height:31.25rem;top:3.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpqURHkruMU0kSc9xKGBNpOywdzCxqQg { width:19.875rem;height:31.25rem;top:3.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RT1cniCqi45Ekdu0oN9anMHEfJo8tr2U { width:20rem;height:auto;top:6.125rem;left:0rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WpilxO5nZkol9cMKTNIb2oWLBFZkqgDz { width:20rem;height:auto;top:10.4375rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1SPSKZv8ITVbTzEuF1eDlVmHxbUDbBC { width:0.4375rem;height:0.4375rem;top:11.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC9kV9iddrEay8ldEMzTaN63BZhiv0u1 { width:20rem;height:auto;top:12.125rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #selWNG2yzeQRT45gNe2AF6Z8q8MI2l4f { width:0.4375rem;height:0.4375rem;top:12.75rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgMNBIrvXBTXLor5Tir9a8XEfJ9nr0MI { width:20rem;height:auto;top:13.75rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3paTMwzXEGvXdUAkaULRkk94gaLoB36 { width:0.4375rem;height:0.4375rem;top:14.375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMSFRhSSouGzaKXDfMTQooimCmRIz2pk { width:20rem;height:auto;top:15.4375rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6y7MxMKDoZ7T9TiXyJAdw1CtfkOzN2U { width:0.4375rem;height:0.4375rem;top:16.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUQgKQ5TG7z2HHIAxZQ4RxTbqPPaJB9U { width:20rem;height:auto;top:17.125rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PlcSwstvSn88n2Rw43cbHDoXzRQ3qn4D { width:0.4375rem;height:0.4375rem;top:17.75rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI9ccbSOTmsJqrBQKQaqu2Oh84TPeem8 { width:20rem;height:2.975rem;top:1.25rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9xJg1f13Um6WRLKTTukOSEi4GoRHn6V { width:0.4375rem;height:0.4375rem;top:19.4375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyClA8frx0NQTuZCUfqBFBS4tbcauqLx { width:20rem;height:auto;top:20.5rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1O01qH268Excz6fl1gR3IeyGaWkH7ZD { width:0.4375rem;height:0.4375rem;top:21.125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlbeyX26xVis5NeTHyWwhleyKmPmyMcp { width:20rem;height:auto;top:26.0625rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhNn3naAFy27xScFU5HryV6hGAgkADv { width:20rem;height:auto;top:6.125rem;left:0rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w1oefuqHwv8ShcM04kr7dFrW0Ak3Xht5 { width:20rem;height:auto;top:10.4375rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b22nzeBqS5Ko7COCLGLOU5W4i6hoDueL { width:20rem;height:auto;top:12.125rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGf5xggD9JshEEJcklOiSKDtp0LAR0HK { width:20rem;height:auto;top:13.8125rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THh7c0J5yQsgFXnN5FTXwLggW9yPysFp { width:20rem;height:auto;top:15.4375rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4LzTKOpB0TyagnWqKerGNcspfw0v64y { width:20rem;height:auto;top:17.125rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ax0gZreqqXaPF6nICxPc995itACkbhWI { width:20rem;height:auto;top:20.5rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h { display:block; }#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h > .row .container { width:20rem;height:106.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHf5QPrAMUgLM14daHh8TudhP2l0BmTP { width:20rem;height:3.15rem;top:2.4374995231628rem;left:0rem;font-size:1.3125rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LGTvUCzOm9XH8vJppR59HB2095o1cZHU { width:20rem;height:67.5rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOm9D95thWWWPuaznrHh1EipgoGT2Cqn { width:20rem;height:2.4rem;top:10.76171875rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mXIzdvHWInqT8e2Cm3NQ1EzpID7cRlZd { width:18.0625rem;height:25.625rem;top:14.250000476837rem;left:0.96796876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzKCgkHqFJW4IdXfOzsNIQRqUlZmxD1J { width:17.5rem;height:8.775rem;top:41.437501907349rem;left:1.2500000596046rem;font-size:1.125rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #B3pATN8Bdx17ZyZ1tOO1FdqsmNnkqy8V { width:19rem;height:3.4375rem;top:93.450566259762rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vv7xPFTqXLve4He8tUs1IJIu2zPmBsZf { display:block; }
 }@media only screen and (max-width: 763px) { #dzvJf3WkUTLUFqU32n46BJTOV6VXumQs { width:20rem;height:3.15rem;top:79.360157728194rem;left:0rem;font-size:1.3125rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxC00hoSNwmQ9EXW9dfyDfsI0NuMuip9 { width:20rem;height:12.1875rem;top:83.509376525881rem;left:0rem;font-size:0.9375rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WGrOhFrkaTPl3drQNTMuR3OqRFo7Jw4z { top:97.423439025881rem;left:1.3125000596046rem;width:17.375rem;height:2.9375rem;z-index:15057;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#1ec731;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf3cqaqFrJVRuH599xhwqQTvk7dWkOQx { display:block; }
 }@media only screen and (max-width: 763px) { #ZggQiecC3M9QfxIgbuZirTdkGuvk0CEP { top:9.57421875rem;left:0rem;width:20rem;height:54.1875rem;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es1D6VFt9tvKdGqIOsMvxnEJEuRPRBHM { width:13.5rem;height:13.5rem;top:64.82422065735rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrcBXnRqvNzodpDbncloO6FlTZzB6xI2 { width:20rem;height:1.7rem;top:2rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { width:20rem;height:2.1rem;top:3.69957447052rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { width:0.5rem;height:6.125rem;top:40.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { width:0.5rem;height:5.75rem;top:40.75rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { width:0.5rem;height:5.4375rem;top:40.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { width:0.5rem;height:5.5rem;top:40.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { font-size:1.0625rem;height:auto;line-height:1.5;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-desc-text { font-size:0.8125rem;height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:auto;width:20rem;top:7.7478921413419rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #UMaG9GFUN4BcakVv4BgSHPNyraNAT6x7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #h0uAtzQwuOAJIseToHP0aU81o6282q4B {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #fT5HnTJwuEZ4ERiCWqmeCOOXgvyBvzS1 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFhPOQnCLaS3CFsvrCyQSlU1d2k4vGgw {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #hvyrWpDvTwWgbeUnaTzD11tzhexudnZ2 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #BwCTSl7XuOwbCgsrZM6JWzvMtXBOgs1g {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Gd5PHMuCElavHHpnTn8XxXkka1T0uzfH {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #i76GRJ5ZiONh9dHBuh7Vk9eBpgJzk4UB {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #OnhTmZukHLJhNzdHdq2PBcTBb3uXpQzl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #pJFzvpGrdLeZEUMHO5Auf6iZbZTrF6qM {  }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { width:17.125rem;height:3.825rem;top:8.375rem;left:1.4375000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:5.625rem;height:1.875rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPHZDBbfuQx7za5txLIM7iOOkoQmoDmG { display:flex;width:2.0625rem;height:2.0625rem;top:4.4375rem;left:14.625rem; }
#zPHZDBbfuQx7za5txLIM7iOOkoQmoDmG > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #itqZM7MoOkr500NCIp95UNr98nQwFqk4 { display:flex;width:2rem;height:2rem;top:4.4375rem;left:3.3125rem; }
#itqZM7MoOkr500NCIp95UNr98nQwFqk4 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #awRhhH0yF1uSX3K4Z0QCtGWTLfk8L2Gv { display:flex;width:1.875rem;height:1.875rem;top:4.5rem;left:9rem; }
#awRhhH0yF1uSX3K4Z0QCtGWTLfk8L2Gv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }