.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-primary-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:transparent;background-image:url("https://images.assets-landingi.com/uc/5f2b7c31-07dc-4aa7-b675-219a0c6db304/Untitleddesign6.png");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v.adaptive-delivery-prevent-bg, #MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v.lazyload, #MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v.lazyloading { background-image: none; }#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(var(--color-primary-4),0.62); }#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(var(--color-primary-4),0.62); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:50.125rem;width:75rem;overflow:visible;position:relative;display:block; }#T2wl42DD74Oc2Obv7rnA1ETkC4rlKmHh { color:#1ec731;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5rem;left:1.25rem;height:12.8229375rem;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:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:16.124998092651rem;left:1.3125rem;height:8.5rem;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:31.25rem;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:31.25rem;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:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:26.25rem;left:1.25rem;height:4.03645625rem;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:21.5rem;width:38.5625rem;top:12.5rem;left:35.000000953674rem;display:block; }
#qQmRUoOdFPze7o5123rkvkzuzipDwIMc { color:#1ec731;display:block;width:3.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:41rem;left:1.25rem;height:2.325rem;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; }
#MdrzMCXkMi6WeLkOdKrSkib1JVEkm6U2 { color:rgba(var(--color-primary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:43.25rem;left:1.25rem;height:1.4875rem;display:block; }
#GrXh1JrZC0qfKTW7kpNWlX2npS06weQb { color:#1ec731;display:block;width:6.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:41rem;left:11.25rem;height:2.325rem;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; }
#SZTCh43y66U8ORaZDtCtWqf7RHiHFQ62 { color:#1ec731;display:block;width:8.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:41rem;left:21.25rem;height:2.325rem;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; }
#Ck74USkXJGnt07s8ZKg6MattlwFboFGA { color:rgba(var(--color-primary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:43.25rem;left:11.25rem;height:1.4875rem;display:block; }
#oK7DtXWuumLDU3iSZlp2dbnbDf3wnn6g { color:rgba(var(--color-primary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:43.25rem;left:21.25rem;height:1.4875rem;display:block; }
#AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R { position:relative;display:none; }#AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R { border-width: 0; border-radius: 0; }#AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R > .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; }#AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R > .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; }#WsXEP8xqo0vXx5wmziFR6ccRfT7qRofh { color:#1ec731;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5rem;left:1.3125rem;height:10.575rem;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; }
#mcwCHGOyfFhsTgkMzGrFHreG1w62tChK { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#wr5bzqvnJy75Bwm24E0cInLkp0ER36Z9 { 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; }
#Siz97UTanpMTDNbT78ChEme5BEb56c7V { color:rgba(var(--color-primary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:24.41250038147rem;left:1.3125rem;height:4.0375rem;display:none; }
#LtGLNKk5TQMp471KS0H6MkxZ1hiqZAmS { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#DOQB0wErh7sGBSVHBKoUTZh4s1fLXuIN { color:rgba(var(--color-primary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:24.41250038147rem;left:1.3125rem;height:4.0375rem;display:none; }
#iqIOWELulTslw2uD0XUtFlz1TLZfndWV { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#pHybtOu4yVU7LsqbWsqWvBftt7q3J0OG { 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; }
#iGXZGPvHkTCQmf90L4mapk0PCxbeHd9p { 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; }
#ASW1h7ognwaNxiT1cPc5F1TzpFPZToM0 { color:rgba(var(--color-primary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:24.41250038147rem;left:1.3125rem;height:4.0375rem;display:none; }
#vkCus16ea1RpU4PeXpZXHDnZkc0GmwVi { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#FayDTNyNwtub3iqVVkTkxVqFGxe7Vx1J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#XE4VQOmQambwXvFhJXIlnMDTHZHTprS6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#U2KsvxBWDKig1qruwvCa0boFTIVGTG3g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 { position:relative;display:none; }#bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 { border-width: 0; border-radius: 0; }#bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 > .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; }#bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 > .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; }#QqzB8fx7tsxaWJoike6SxR5f9qMysCK1 { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#Cfv6UwMd4rZoIuRpXUSXp6cVmg6uKu7m { color:#1ec731;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5rem;left:1.3125rem;height:10.575rem;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; }
#uWZhaIUPVCn8RlZ5DSpsW44UdRKE3BzH { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#oFVEsPpsJ8P0prtxqKR1kSQdmoJ7lIVp { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM { position:relative;display:none; }#HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM { border-width: 0; border-radius: 0; }#HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM > .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; }#HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM > .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; }#HtVOeVtcQpNxQOsCrGMRsy5tfBb7a44v { color:#1ec731;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5rem;left:1.3125rem;height:10.575rem;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; }
#JPyyPymqBHze6MI6CagWfPanJNyzsz0Z { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#EX2TLJ9Qtpnk1WLM3qtJiuivx13a2RT4 { 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; }
#W4RoQs6ncrxRIFJSsoE8gm1GEiGp7gXW { color:#1ec731;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5rem;left:1.3125rem;height:10.575rem;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; }
#KcTu7WHI4k6Oq7DKD94qmkLNHUqqnSgk { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }#KcTu7WHI4k6Oq7DKD94qmkLNHUqqnSgk li:before{  }
#cD0dmlMWucMB3RcWIFftyZEmhUtLXxAQ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;display:none; }
#XC8y1Q0OZE0XCwaX7lu804kHZ8CusKkc { 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; }
#tGqFKKPOPAnPF7IycpfmsBEOW1qQUfJn { 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; }
#FMiRyT7hB4RKtHuu0esda0DmhFr4rxAo { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;display:none; }
#BmifzNIlhXozBpVZhgru8IeFZrmNBe5v { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;display:none; }
#uZbCBPvcn8MMn3zQPrURRJD58hcF0Icz { color:#1ec731;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5rem;left:1.3125rem;height:10.575rem;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; }
#TVSRHM0aJlsdmS5f3s6VhaOg4TnU5Dbs { color:#1ec731;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5rem;left:1.3125rem;height:10.575rem;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; }
#etLTSBNpGfZEl4Tc0SMdTDL0UTTpiqHK { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }#etLTSBNpGfZEl4Tc0SMdTDL0UTTpiqHK li:before{  }
#lwE2LeUdNw1Uu4qexqpLqsJJOyNegz7I { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }#lwE2LeUdNw1Uu4qexqpLqsJJOyNegz7I li:before{  }
#PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF { position:relative;display:none; }#PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF { border-width: 0; border-radius: 0; }#PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF > .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; }#PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF > .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; }#RIqXuyqg4TBGnKJdsBLKzJcqMltrybPC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:35.0625rem;top:3.3117184638977rem;left:1.25rem;overflow:hidden;display:none; }
#fTc2208JvaWrNi4HpN2MC1TH7kl0OqXw { color:#c82020;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:24.5625rem;left:7.5rem;height:2.175rem;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:none; }
#zzJOhXg8tGKWuDdJI2RL0Mmg3F5kq9dS { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:27.968750953674rem;left:7.499218940735rem;height:1.59375rem;display:none; }
#q0Q9R5N265n7WXv5NwKBQ7krebi3mqmD { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:30.468750953674rem;left:7.499218940735rem;height:1.59375rem;display:none; }
#fHEh2qaHT8vg7Z62WT0uwlNNQ3px6cg2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:24.5625rem;left:3.75rem;display:none; }
#dhaD4BbPT0lkbmrbykWr2Tf4TrwwSqwp { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:32.968750953674rem;left:7.499218940735rem;height:1.59375rem;display:none; }
#vmQVRfER27kzzq8BdBX05g6Xgh0JXCpL { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:35.468751907349rem;left:7.499218940735rem;height:1.59375rem;display:none; }
#oRvivy9Cyv97MVDbXK82O6iKc922kMeU { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:37.968751907349rem;left:7.499218940735rem;height:1.59375rem;display:none; }
#lSSm9FpRTX1FCONU5yrwxC2Q8FaFHnVR { box-sizing:content-box;height:37.75rem;width:35.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3124997615814rem;left:1.25rem;display:none; }
#ykxZhr6MimCtJPC8k8MowqDvM3aBqf1J { position:absolute;display:block;z-index:15019;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:19.5rem;width:34.9375rem;top:3.3125000596046rem;left:38.750000953674rem;overflow:hidden;display:none; }
#DKMzqUJJoWP7RQS0bZwqgPqmfzin9xiP { color:#1ec731;display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:24.5625rem;left:45.000000953674rem;height:2.175rem;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:none; }
#iReidpTx6AuBCmF4MAyagavQrUBxST1d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:23.9375rem;left:41.250000953674rem;display:none; }
#bcgtPO0K5yxw1KmcSy0l7h87mlwI9eJA { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:27.968750953674rem;left:45.000000953674rem;height:1.59375rem;display:none; }
#V425tGgFeC9pPyeziT231WaHupKHdADa { box-sizing:content-box;height:37.75rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3125011920929rem;left:38.750000953674rem;display:none; }
#aTviR6TCxioZcev8nbITxqTr3sbHG947 { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:30.468750953674rem;left:45.000000953674rem;height:1.59375rem;display:none; }
#CdOGZmBecqCEpEkVp3Ee6d0tLGMbL83t { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:32.968750953674rem;left:45.000000953674rem;height:1.59375rem;display:none; }
#Q89TCxKQgpntFpZGLJxM8ASaHyXAtnq6 { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:35.468750953674rem;left:45.000000953674rem;height:1.59375rem;display:none; }
#C0zPt720TUgoVmGkVvL6qvXIt5PdOM9e { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.7;letter-spacing:0;top:37.968750953674rem;left:45.000000953674rem;height:1.59375rem;display:none; }
#sLRutwWKTH2AOvfLq5LxBCch4asEzx14 { position:relative;display:none; }#sLRutwWKTH2AOvfLq5LxBCch4asEzx14 { border-width: 0; border-radius: 0; }#sLRutwWKTH2AOvfLq5LxBCch4asEzx14 > .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; }#sLRutwWKTH2AOvfLq5LxBCch4asEzx14 > .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; }#h4yJw1bUnTtDc3Alh405RSfdTOWXab5X { color:#1ec731;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5rem;left:1.3125rem;height:10.575rem;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; }
#V9JmAXgi42Taq5o8U3qJEiKFsCQooxWs { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#dVe2BCzkCyi5rdKPJyc8zUOIeScxmADN { 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; }
#K6IzEApanKONXTMWK90k9wvdv0QLrxEO { color:#1ec731;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5rem;left:1.3125rem;height:10.575rem;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; }
#tLsnTQzSoNrUVtnVlFw1T3cMDN3nZBw6 { color:rgba(var(--color-primary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:24.41250038147rem;left:1.3125rem;height:4.0375rem;display:none; }
#ssEJpBx4PU8dw0b4kuGPQILqbDwl5NBg { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#MafXHz77DPry0Fv6BMnfHOSQbcmUOD0A { 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; }
#WKeer4TgJCKelgpntO8zNKxFMTpMbGET { 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; }
#MnvkmzD3Bdot46Npce9bKRezAfrep9XT { 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; }
#HnVQb187L7J1miGwL7cym54PF0F6iW7K { 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; }
#hppSqGmvzZ5rt9JlHsZBZubbQSVEuH9d { 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; }
#VR1SIlEDyZmsOLozgWGeTq5KHInN2eAe { color:#1ec731;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5rem;left:1.3125rem;height:10.575rem;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; }
#sCk7C1ogsBRwXE66icx8lcUULuRUBV9K { color:#1ec731;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5rem;left:1.3125rem;height:10.575rem;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; }
#vn9E5p5n4SMThzgoXQTHJQEklTUflHf4 { color:#1ec731;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5rem;left:1.3125rem;height:10.575rem;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; }
#u4dqmZRLd4k1NFhSaRDdgTdnv7nL0f18 { color:#1ec731;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5rem;left:1.3125rem;height:10.575rem;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; }
#Q3L0rF4DCSx78RaVlT1Q5ltBamKZUW0z { color:#1ec731;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5rem;left:1.3125rem;height:10.575rem;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; }
#AcHUTnVwsn9WUQh3o071EFCsb5hmvroX { color:rgba(var(--color-primary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:24.41250038147rem;left:1.3125rem;height:4.0375rem;display:none; }
#yuNid9altqyiaS2yDT6qbZ61fiwvUbLT { color:rgba(var(--color-primary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:24.41250038147rem;left:1.3125rem;height:4.0375rem;display:none; }
#Ud57w2tXiJ1TfF9JW0AyCJFOmRUoZ6JC { color:rgba(var(--color-primary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:24.41250038147rem;left:1.3125rem;height:4.0375rem;display:none; }
#FcINEnMOKF66rET2HSLvtdNn2Be6wrxT { color:rgba(var(--color-primary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:24.41250038147rem;left:1.3125rem;height:4.0375rem;display:none; }
#pOTEQgKgVWoHLITsf3OtMh5SJ8F2tp37 { color:rgba(var(--color-primary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:24.41250038147rem;left:1.3125rem;height:4.0375rem;display:none; }
#vEBsRrDblJdarPOlJArMFSiQxS2g0QbS { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#sVPg1nuIBL8deNThxToPNxQbqLJfLITD { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#mvvspN93W8UgsbJJyQeQVhNrOmlQEbUJ { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#ZqdoqPvCVlhCZTtTvt9J3oQ2S7quyOck { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#IUuOtwp8qqFoIP4H6Zub1msAXgGhDvhe { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls { position:relative;display:none; }#m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls { border-width: 0; border-radius: 0; }#m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls > .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; }#m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls > .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; }#qNqyIsT3wRnwl9KxiVTVuaFBxN5lL0aE { 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; }
#hJ85pfTmy0RBFt6Gte1srXefDp6rILAT { color:rgba(var(--color-primary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:24.41250038147rem;left:1.3125rem;height:4.0375rem;display:none; }
#Ruwasu41gyA7a0uihtTH83z3EuKGfkF6 { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#rtQJLyyz4XiLH0EdkKVfveCWRkCIUKyH { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#JimC1iX6vG1y67d7FXLHy8vizpEU8ZLU { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#MXqITbxSBCtTt7QnTk2WULEXUFDROTxy { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#DLoqTZhs8r9cUSqoZkEB3MGUl8hBpPOE { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#CVlesdVDDUTvuh2lN0B7yServ0yP92Mf { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#mRtnELEaey74UBdi0JJ7iZUwpsTbM6BR { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#QwtQETZxTwAbbT6atFZBRqSwXNQoMDqu { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#DU1uIm7EorQicCduDpLlPvLgSLul0n6k { 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; }
#bvmclbLZzzFQ3XOXuNptIMtP1IygTx6b { 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; }
#b5BedDJ1PiBAO2fDbkq3JbSaxFvcn0tH { 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; }
#ZKnOIzm5PdIDhVbTafDe6rxDb2T2Kfqf { 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; }
#GOrhi7XbVcodmFutlSHsbOHceAGIUfOn { 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; }
#ToHolXRthqF0vHuvWfp1dJDrASVa7two { 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; }
#BEbBvnVSSb3OX09RrRKnULe0U8JrEpdw { 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; }
#l1LFIo99SvWo16BixS0bKw69pbuqve8Z { 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; }
#oEXd5Jb3zPh9EAcGcImyiaetWrkh9tFf { 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; }
#QOcoubDgWHIrWzzlH0fbnrTCf7RCJc54 { color:rgba(var(--color-primary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:24.41250038147rem;left:1.3125rem;height:4.0375rem;display:none; }
#Euf4zbQVCIshHgN8fzh6BIqeXOgMLehu { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#gys8RxWwh8x1yVqSpwuwosK1lmUFwIC4 { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#rcWTToDwJPl4oc9zzi6p4CwrumXMHJIc { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#t9MmfmO7mTATLaNJ65rrgdaGDx4Qr091 { color:rgba(var(--color-primary-0),1);display:block;width:25rem;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:16.125rem;left:1.3125rem;height:6.8rem;display:none; }
#cp5afJu5qP2Wr4gH793nS9VBchnqZ0UQ { color:rgba(var(--color-primary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:24.41250038147rem;left:1.3125rem;height:4.0375rem;display:none; }
#folEqC6VT2Hwrn2vJTXlITL34wScTk4R { color:rgba(var(--color-primary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:24.41250038147rem;left:1.3125rem;height:4.0375rem;display:none; }
#C6T9Jmpff2oeCZIkkgrhtTD2wdFlptcb { 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; }
#rDiSwTWdK6P1sqICWqhpgc2TOcXW2Kzh { 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; }
#TXV2CA5VXDPsAndAxEJWfnLDlnmkze3a { 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; }
#Z5bzTpOVAzNaFUUoPLiPR8v2z0FH9SVA { 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; }
#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vufiT5sBkMEnqZsqvJwMGOR147R8VTeu > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;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:4.4367189407349rem;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; }
#Jxk9U8u4r7ikGLwpN3dHJi87D6zVsKNc { color:rgba(var(--color-primary-0),1);display:block;width:54.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:8.1875rem;left:9.530468940735rem;height:4.4625rem;text-align:center;text-align-last:center;display:block; }
#zb81A6D2vOsCdtObJZricJQ0BpRwPDFJ { box-sizing:content-box;height:12.0625rem;width:17.5rem;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:15.687500715256rem;left:7.499218940735rem;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; }
#Ok5eeNnAvVlNHnS1TaGb8A747zPsnrBa { box-sizing:content-box;height:12.0625rem;width:17.5rem;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:15.687500715256rem;left:28.750000953674rem;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; }
#rv1mrfEw7goM1SyHwmPs0DSrAVcPWWI0 { box-sizing:content-box;height:12.0625rem;width:17.5rem;position:absolute;display:block;z-index:15005;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:15.687500715256rem;left:50.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; }
#TMOa4TSwp4GvDbtTwXmrgVcJG48SCDHd { color:rgba(var(--color-primary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:20.5625rem;left:8.75rem;height:2.01875rem;display:block; }
#VA7mbCLTk03NhT9XFv3Q435zVF5pb1a2 { color:rgba(var(--color-primary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:20.5625rem;left:30rem;height:2.01875rem;display:block; }
#PlRreWTeKLMq5sihokuPsuBGMPpqDPvA { color:rgba(var(--color-primary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:20.875rem;left:51.25rem;height:2.01875rem;display:block; }
#SUveLp0g38iu2iWNWTn6isGJAVVqPxwP { color:rgba(var(--color-primary-0),1);display:block;width:13.375rem;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:22.9375rem;left:8.75rem;height:3.4rem;display:block; }
#rPGzrBRm4ITdKzI8zanedlowNRmkcyR7 { color:rgba(var(--color-primary-0),1);display:block;width:13.375rem;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:22.5625rem;left:30rem;height:3.4rem;display:block; }
#FoWo5ysiNLTauAVxqNfWmFc4eeBQF2DT { color:rgba(var(--color-primary-0),1);display:block;width:13.375rem;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:22.9375rem;left:51.25rem;height:3.4rem;display:block; }
#NhQnR5lNguTibVezOg8hqcmSTfunAnVI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.9375rem;left:8.75rem; }
#tuWQKXLTGPswnoW5lSTbqZvxkE0KL16e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:16.9375rem;left:30rem; }
#bWmkCWk4D0a0sRKJRLQSAQcyTBsKeICk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.9375rem;left:51.25rem; }
#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyK5VfZzTrdfemfOBmp7QNKUk01VbdrF > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#q9pWb9456F5l7sBF1me3yUFTw7CioQQy { color:#1ec731;display:block;width:75rem;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:4.875rem;left:0rem;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.3125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.5rem;left:11.25rem;height:3.15rem;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 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vemJbESP7itxGLq1RwA0uHF6c7m3mQnX > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;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:11.512500047684rem;left:1.25rem;height:6.798625rem;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:19.912500619888rem;left:1.25rem;height:3.4rem;display:block; }
#MQqOOcgyUZHbIwZKcJhIVMUwTGr5p621 { box-sizing:content-box;height:30.4375rem;width:34.75rem;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.3367156982422rem;left:38.812500953674rem;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; }
#q7vl9l3LgXb4HHnls0WxFhGvES1d9nIy { 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; }#q7vl9l3LgXb4HHnls0WxFhGvES1d9nIy > .row .container { background-color: transparent; background-image: none; }#q7vl9l3LgXb4HHnls0WxFhGvES1d9nIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7vl9l3LgXb4HHnls0WxFhGvES1d9nIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7vl9l3LgXb4HHnls0WxFhGvES1d9nIy > .row .container > .video-iframe-container { display: none; }#q7vl9l3LgXb4HHnls0WxFhGvES1d9nIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7vl9l3LgXb4HHnls0WxFhGvES1d9nIy > .row > .video-iframe-container { display: none; }#q7vl9l3LgXb4HHnls0WxFhGvES1d9nIy > .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); }#q7vl9l3LgXb4HHnls0WxFhGvES1d9nIy > .row .container { border-width: 0; border-radius: 0; }#q7vl9l3LgXb4HHnls0WxFhGvES1d9nIy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q7vl9l3LgXb4HHnls0WxFhGvES1d9nIy > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#R0TctOaKXc1ml6EiciNmvIswCvJkSSAt { 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:4.9375rem;left:3.75rem;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; }
#UZUxppWrpv1REDpNO10U47101B2MqSIp { color:rgba(var(--color-primary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:8.125rem;left:11.3125rem;height:1.575rem;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; }
#oaEH64HMT3efX5OAfSRPCqswTSAOcZJo { 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; }#oaEH64HMT3efX5OAfSRPCqswTSAOcZJo > .row .container { background-color: transparent; background-image: none; }#oaEH64HMT3efX5OAfSRPCqswTSAOcZJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaEH64HMT3efX5OAfSRPCqswTSAOcZJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaEH64HMT3efX5OAfSRPCqswTSAOcZJo > .row .container > .video-iframe-container { display: none; }#oaEH64HMT3efX5OAfSRPCqswTSAOcZJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaEH64HMT3efX5OAfSRPCqswTSAOcZJo > .row > .video-iframe-container { display: none; }#oaEH64HMT3efX5OAfSRPCqswTSAOcZJo > .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); }#oaEH64HMT3efX5OAfSRPCqswTSAOcZJo > .row .container { border-width: 0; border-radius: 0; }#oaEH64HMT3efX5OAfSRPCqswTSAOcZJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oaEH64HMT3efX5OAfSRPCqswTSAOcZJo > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#aZeqEe5PqH8zExzZSpzDbrnSW267cGhT { box-sizing:content-box;height:24.8125rem;width:22.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.5rem;left:1.25rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#GJ8DZA5K2yfqkwfTOEK26t29OTMpNX16 { box-sizing:content-box;height:24.8125rem;width:22.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.5rem;left:26.250000953674rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#BgTonaw8T6q6B4A0G9fR7B0w4gIPU3bb { box-sizing:content-box;height:24.75rem;width:22.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.5rem;left:51.250000953674rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#TyrixFqgdd6bQnEMDpBIIeDNTkxMEv3N { color:rgba(var(--color-primary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:14rem;left:2.5rem;height:2.44375rem;display:block; }
#lF5TWzPITTdOECvdya1PW2AD3EHHuFbP { color:rgba(var(--color-primary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:14rem;left:27.5rem;height:2.44375rem;display:block; }
#ZVVIGlTQXIHslE3i32OvHTThTRJF8NnH { color:rgba(var(--color-primary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:14rem;left:52.5rem;height:2.44375rem;display:block; }
#DCAdlg6Mve7WrvlXyZqRQ1DQEBH4uwd9 { 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:16.5rem;left:2.5rem;height:6.7986rem;display:block; }
#Wp60VqeJP7qn2fVCdLoWvDZxuW20Tc8A { color:rgba(var(--color-primary-0),1);display:block;width:18.1875rem;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:16.5rem;left:27.5rem;height:6.7986rem;display:block; }
#IMCULQe8PypTpTfGvN2uZ2GfNh2BceK2 { color:rgba(var(--color-primary-0),1);display:block;width:18.1875rem;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:16.5rem;left:52.5rem;height:6.7986rem;display:block; }
#oOFbclg7mAkq60G4FZ9afWTCH2xUrXqe { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.4375rem;width:22.375rem;top:0.5625rem;left:1.25rem;overflow:hidden;display:block; }
#ehkoLfVzdcznSa1PazAI9GGv1ZHh7RO1 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.375rem;width:22.375rem;top:0.5rem;left:26.250000953674rem;overflow:hidden;display:block; }
#kbhq6ASxTGP6SEykV8AcKiCUDkNEhTSP { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.5rem;width:22.5rem;top:0.25rem;left:51.250000953674rem;overflow:hidden;display:block; }
#oc3RpcHFJcpIlBMr42UBQ2Fouln8RCmS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#oc3RpcHFJcpIlBMr42UBQ2Fouln8RCmS > .row .container { background-color: transparent; background-image: none; }#oc3RpcHFJcpIlBMr42UBQ2Fouln8RCmS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oc3RpcHFJcpIlBMr42UBQ2Fouln8RCmS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oc3RpcHFJcpIlBMr42UBQ2Fouln8RCmS > .row .container > .video-iframe-container { display: none; }#oc3RpcHFJcpIlBMr42UBQ2Fouln8RCmS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oc3RpcHFJcpIlBMr42UBQ2Fouln8RCmS > .row > .video-iframe-container { display: none; }#oc3RpcHFJcpIlBMr42UBQ2Fouln8RCmS > .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); }#oc3RpcHFJcpIlBMr42UBQ2Fouln8RCmS > .row .container { border-width: 0; border-radius: 0; }#oc3RpcHFJcpIlBMr42UBQ2Fouln8RCmS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oc3RpcHFJcpIlBMr42UBQ2Fouln8RCmS > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#QuEL2degfvVB9uJEU7468q1wWAV59IwA { box-sizing:content-box;height:37.75rem;width:35.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.0616302490234rem;left:1.25rem;display:block; }
#OzfBGSF6TxRoslW3PuWP1Ozx4VQmEQoP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:26.3125rem;left:3.75rem; }
#VDbb9RVl5nQ0Tk5ydWS63zp81n0w2EuM { color:#c82020;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:26.3125rem;left:7.5rem;height:2.17448125rem;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; }
#QxWhzgnqGsCfHyKBVKCameM3fCiTdxr0 { color:#1ec731;display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:26.3125rem;left:45.000001907349rem;height:2.17448125rem;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; }
#rQTSU1XWSCR4HHI2Dy9I4Cb3ElGZx0F7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:35.0625rem;top:5.0616302490234rem;left:1.25rem;overflow:hidden;display:block; }
#o8qssGnm2liPX3ZH3ylDULITfJ9K5Tar { position:absolute;display:block;z-index:15019;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:19.5rem;width:34.9375rem;top:5.0625rem;left:38.750001907349rem;overflow:hidden;display:block; }
#TTkS1Rmv5v9NsQhO5dD0TTXgTVB3e7Ov { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:29.71875rem;left:7.4991321563719rem;height:1.59375rem;display:block; }
#iAVLpsXowG2D5RSsJvgvGNMPR81J6Jcr { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:32.21875rem;left:7.4991321563719rem;height:1.59375rem;display:block; }
#nCFTszlKOIpZOagG6TqHCPRnRskiCQ5I { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:34.71875rem;left:7.4991321563719rem;height:1.59375rem;display:block; }
#wNN1SIWF6L9PAJOy0toiT9kENlNZ7Q53 { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:37.21875rem;left:7.4991321563719rem;height:1.59375rem;display:block; }
#rghz94aecwKD8egcipiF6WOQZdzXcIqD { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:39.71875rem;left:7.4991321563719rem;height:1.59375rem;display:block; }
#ZoRtUTnlvBGNDc6XJARtaHCnbEZorSeq { box-sizing:content-box;height:37.75rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.0625rem;left:38.750001907349rem;display:block; }
#t0ihsL377O1zQL4ImO8pN96yVfrRv75g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:25.6875rem;left:41.250001907349rem; }
#yPZeLJJAdTXhVwk9C4yuEzJq8arBywHL { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:29.71875rem;left:45.000001907349rem;height:1.59375rem;display:block; }
#mPLpfaZ5u1ctuVv0PRtEHRQngMRbzTee { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:32.21875rem;left:45.000001907349rem;height:1.59375rem;display:block; }
#pfVC7DNvCOuJWggyoHTV2XPPZs2pWPMv { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:34.71875rem;left:45.000001907349rem;height:1.59375rem;display:block; }
#rriOWDDfqShgObECpvIWOaCpGarIUd1y { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:37.21875rem;left:45.000001907349rem;height:1.59375rem;display:block; }
#dTv8iQuRrqTQ48Eax3CPm8v3lJzVis3R { color:rgba(var(--color-primary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.7;letter-spacing:0;top:39.71875rem;left:45.000001907349rem;height:1.59375rem;display:block; }
#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Il93l1m62aqGq3OR1auTKV9r3neWJkM3 > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:75rem;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:4.5625rem;left:3.9375rem;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.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:8.25rem;left:11.4375rem;height:1.575rem;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:14rem;left:3.75rem;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:14rem;left:26.8125rem;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:14rem;left:50rem;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:1.25rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:19rem;left:5rem;height:2.125rem;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:1.25rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:19rem;left:28.75rem;height:2.125rem;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:1.25rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:19rem;left:51.25rem;height:2.125rem;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:21.5rem;left:5rem;height:8.49825rem;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:21.5rem;left:28.75rem;height:6.798625rem;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:21.5rem;left:51.25rem;height:8.49825rem;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:32.75rem;left:50rem;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:19.125rem;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:40.0625rem;left:51.25rem;height:8.49825rem;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:32.75rem;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:40.25rem;left:28.75rem;height:8.49825rem;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:32.75rem;left:3.75rem;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:40.3125rem;left:5.375rem;height:8.49825rem;display:block; }
#FsapQuZAtJbLcWF7ue9Jl0fE9Ko4VF0N { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.7;letter-spacing:0;top:37.9375rem;left:5.25rem;height:2.125rem;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:1.25rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:37.75rem;left:28.75rem;height:2.125rem;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:1.25rem;font-weight:normal;z-index:15030;line-height:1.7;letter-spacing:0;top:37.5625rem;left:51.25rem;height:2.125rem;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:53.875rem;left:22.5625rem;display:block; }
#HTVW12sDNPu2nxDgWQB7UTTHOQ96Kc5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UWGKIkzLtBol1m5ffKippOiVPPvrwnqG { color:rgba(var(--color-primary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:11.75rem;left:5rem;height:8.5rem;display:block; }
#hnCwfcvOf5bZ9VuoepJvdTLbKZpX7SbM { color:rgba(var(--color-primary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:11.5rem;left:28.6875rem;height:8.5rem;display:block; }
#vUXSGhRFyITE3KkS8826u6ObA4Wlzvr9 { color:rgba(var(--color-primary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:11.5rem;left:51.25rem;height:8.5rem;display:block; }
#TJMvMqUkBOlAs2XnLvayeJtHF108GR89 { color:rgba(var(--color-primary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:30.25rem;left:5rem;height:8.5rem;display:block; }
#ghtcZBcISpKivesuvsxTBOkVXqaa6Ti6 { color:rgba(var(--color-primary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:30.25rem;left:28.75rem;height:8.5rem;display:block; }
#wZgMZi3RMy7Wce6OfmlUX6XAzB5i410u { color:rgba(var(--color-primary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:30.5rem;left:51.25rem;height:8.5rem;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:42.6875rem;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.3125rem;width:34.5rem;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:5.4375rem;left:1.25rem;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.3125rem;width:34.4375rem;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:5.4375rem;left:38.812501907349rem;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:8rem;left:2.4375rem;height:2.39930625rem;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:12.3125rem;left:3.875rem;height:1.69965rem;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:12.9375rem;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:14rem;left:3.875rem;height:1.69965rem;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:14.625rem;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:15.625rem;left:3.875rem;height:1.69965rem;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:16.25rem;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:17.3125rem;left:3.875rem;height:1.69965rem;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:17.9375rem;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:19rem;left:3.875rem;height:1.69965rem;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:19.625rem;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:20.6875rem;left:3.875rem;height:1.69965rem;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:21.3125rem;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:22.375rem;left:3.875rem;height:3.39930625rem;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:23rem;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:27.9375rem;left:2.625rem;height:3.39930625rem;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:8rem;left:40.125001907349rem;height:2.39930625rem;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:12.3125rem;left:40.125001907349rem;height:1.69965rem;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:14rem;left:40.125001907349rem;height:1.69965rem;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:15.6875rem;left:40.125001907349rem;height:1.69965rem;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:17.3125rem;left:40.125001907349rem;height:1.69965rem;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:19rem;left:40.125001907349rem;height:1.69965rem;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:22.375rem;left:40.125001907349rem;height:5.09895625rem;display:block; }
#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5sfUZIkgVd5IWkNMCRLk0O8px7qu09h > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;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.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.3125rem;left:19.999218940735rem;height:5.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; }
#bOm9D95thWWWPuaznrHh1EipgoGT2Cqn { color:#1ec731;display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:22.8125rem;left:3.75rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#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:39.3125rem;width:27.5rem;top:14.75rem;left:43.750000953674rem;overflow:hidden;display:block; }
#IzKCgkHqFJW4IdXfOzsNIQRqUlZmxD1J { color:rgba(var(--color-primary-0),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:27.8125rem;left:3.75rem;height:7.87325rem;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; }
#lMGrKW5URAB0nhixn4UPzbqMNDIIvLdd { color:rgba(var(--color-primary-1),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:36.5625rem;left:3.75rem;height:3.82291875rem;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; }
#WrihrJkT9pa7JlvigpTEbm05JV4RJmTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#WrihrJkT9pa7JlvigpTEbm05JV4RJmTo > .row .container { background-color: transparent; background-image: none; }#WrihrJkT9pa7JlvigpTEbm05JV4RJmTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrihrJkT9pa7JlvigpTEbm05JV4RJmTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrihrJkT9pa7JlvigpTEbm05JV4RJmTo > .row .container > .video-iframe-container { display: none; }#WrihrJkT9pa7JlvigpTEbm05JV4RJmTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrihrJkT9pa7JlvigpTEbm05JV4RJmTo > .row > .video-iframe-container { display: none; }#WrihrJkT9pa7JlvigpTEbm05JV4RJmTo > .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); }#WrihrJkT9pa7JlvigpTEbm05JV4RJmTo > .row .container { border-width: 0; border-radius: 0; }#WrihrJkT9pa7JlvigpTEbm05JV4RJmTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WrihrJkT9pa7JlvigpTEbm05JV4RJmTo > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;position:relative;display:block; }#hu8RWRyQTEkrfqgE8HqIInm0WAst1JFH { position:absolute;display:block;z-index:15011;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:35.875rem;width:35.875rem;top:4.3125rem;left:35.375000953674rem;overflow:hidden;display:block; }
#is22GXWJT6DSuGdrDnV8mwFH0IyCzCeK { color:#1ec731;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10.1875rem;left:3.75rem;height:10.3489375rem;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; }
#wAMQ4FzSJwwdJDCW6nrSfIn6ruEttChL { color:rgba(var(--color-primary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:22.6875rem;left:3.75rem;height:16.1979375rem;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; }
#I3yUVLpSso2hdXxNTNTvdbWPSUZzibBQ { 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:15008;text-align:center;text-align-last:center;top:43.9375rem;left:22.500000953674rem;display:block; }
#NRuhz0kSPWuClC4ubH6VCR2Mx38D9MnI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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; }
#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:2.5rem;left:0rem;width:31rem;height:12.8125rem;font-size:2.5rem;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:16.0625rem;left:0rem;width:29.625rem;height:8.5rem;font-size:1.1875rem;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:31.25rem;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:31.25rem;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:26.25rem;left:0rem;width:23.6875rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRu61cz8GWPa9weHSPTm7wxwIxFggCqV { top:12.5rem;left:9.1875rem;width:38.5625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQmRUoOdFPze7o5123rkvkzuzipDwIMc { top:41rem;left:0rem;width:3.8125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdrzMCXkMi6WeLkOdKrSkib1JVEkm6U2 { top:43.25rem;left:0rem;width:11.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrXh1JrZC0qfKTW7kpNWlX2npS06weQb { top:41rem;left:0rem;width:6.1875rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZTCh43y66U8ORaZDtCtWqf7RHiHFQ62 { top:41rem;left:7.625rem;width:8.1875rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck74USkXJGnt07s8ZKg6MattlwFboFGA { top:43.25rem;left:0rem;width:11.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK7DtXWuumLDU3iSZlp2dbnbDf3wnn6g { top:43.25rem;left:7.625rem;width:11.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R { display:none; }#AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WsXEP8xqo0vXx5wmziFR6ccRfT7qRofh { top:1.0625rem;left:0rem;width:17.625rem;height:;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcwCHGOyfFhsTgkMzGrFHreG1w62tChK { top:17.3125rem;left:0rem;width:17.9375rem;height:10.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wr5bzqvnJy75Bwm24E0cInLkp0ER36Z9 { display:none; }
 }@media only screen and (max-width: 763px) { #Siz97UTanpMTDNbT78ChEme5BEb56c7V { top:32.3125rem;left:0rem;width:17.0625rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtGLNKk5TQMp471KS0H6MkxZ1hiqZAmS { top:36.0625rem;left:0rem;width:17.9375rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOQB0wErh7sGBSVHBKoUTZh4s1fLXuIN { top:47.3125rem;left:0rem;width:17.0625rem;height:2.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqIOWELulTslw2uD0XUtFlz1TLZfndWV { top:49.8125rem;left:0rem;width:15.125rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHybtOu4yVU7LsqbWsqWvBftt7q3J0OG { display:none; }
 }@media only screen and (max-width: 763px) { #iGXZGPvHkTCQmf90L4mapk0PCxbeHd9p { display:none; }
 }@media only screen and (max-width: 763px) { #ASW1h7ognwaNxiT1cPc5F1TzpFPZToM0 { top:61.0625rem;left:0rem;width:17.0625rem;height:2.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkCus16ea1RpU4PeXpZXHDnZkc0GmwVi { top:63.5625rem;left:0rem;width:15.125rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FayDTNyNwtub3iqVVkTkxVqFGxe7Vx1J { display:none; }
 }@media only screen and (max-width: 763px) { #XE4VQOmQambwXvFhJXIlnMDTHZHTprS6 { display:none; }
 }@media only screen and (max-width: 763px) { #U2KsvxBWDKig1qruwvCa0boFTIVGTG3g { display:none; }
 }@media only screen and (max-width: 763px) { #bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 { display:none; }#bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QqzB8fx7tsxaWJoike6SxR5f9qMysCK1 { top:13rem;left:0rem;width:17.9375rem;height:7.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cfv6UwMd4rZoIuRpXUSXp6cVmg6uKu7m { top:2.625rem;left:0rem;width:17.625rem;height:;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWZhaIUPVCn8RlZ5DSpsW44UdRKE3BzH { top:22.625rem;left:0rem;width:17.9375rem;height:12.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFVEsPpsJ8P0prtxqKR1kSQdmoJ7lIVp { top:37.625rem;left:0rem;width:17.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM { display:none; }#HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HtVOeVtcQpNxQOsCrGMRsy5tfBb7a44v { top:5.3125rem;left:0rem;width:17.625rem;height:;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPyyPymqBHze6MI6CagWfPanJNyzsz0Z { top:11.3125rem;left:0rem;width:17.9375rem;height:6rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EX2TLJ9Qtpnk1WLM3qtJiuivx13a2RT4 { display:none; }
 }@media only screen and (max-width: 763px) { #W4RoQs6ncrxRIFJSsoE8gm1GEiGp7gXW { top:30.9375rem;left:0rem;width:15.5625rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcTu7WHI4k6Oq7DKD94qmkLNHUqqnSgk { top:33.8125rem;left:0rem;width:14.5625rem;height:7.1875rem;font-size:1.0625rem;display:none; }#KcTu7WHI4k6Oq7DKD94qmkLNHUqqnSgk li:before{  }
 }@media only screen and (max-width: 763px) { #cD0dmlMWucMB3RcWIFftyZEmhUtLXxAQ { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XC8y1Q0OZE0XCwaX7lu804kHZ8CusKkc { display:none; }
 }@media only screen and (max-width: 763px) { #tGqFKKPOPAnPF7IycpfmsBEOW1qQUfJn { display:none; }
 }@media only screen and (max-width: 763px) { #FMiRyT7hB4RKtHuu0esda0DmhFr4rxAo { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BmifzNIlhXozBpVZhgru8IeFZrmNBe5v { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZbCBPvcn8MMn3zQPrURRJD58hcF0Icz { top:53.75rem;left:0rem;width:15.5625rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVSRHM0aJlsdmS5f3s6VhaOg4TnU5Dbs { top:77.1875rem;left:0rem;width:15.5625rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #etLTSBNpGfZEl4Tc0SMdTDL0UTTpiqHK { top:57.5rem;left:0rem;width:14.5625rem;height:10.8125rem;font-size:1.0625rem;display:none; }#etLTSBNpGfZEl4Tc0SMdTDL0UTTpiqHK li:before{  }
 }@media only screen and (max-width: 763px) { #lwE2LeUdNw1Uu4qexqpLqsJJOyNegz7I { top:91.25rem;left:0rem;width:16.625rem;height:;font-size:1.0625rem;display:none; }#lwE2LeUdNw1Uu4qexqpLqsJJOyNegz7I li:before{  }
 }@media only screen and (max-width: 763px) { #PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF { display:none; }#PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RIqXuyqg4TBGnKJdsBLKzJcqMltrybPC { top:3.25rem;left:0rem;width:35.0625rem;height:19.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTc2208JvaWrNi4HpN2MC1TH7kl0OqXw { top:24.5625rem;left:0rem;width:31rem;height:2.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzJOhXg8tGKWuDdJI2RL0Mmg3F5kq9dS { top:27.9375rem;left:0.68671894073488rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0Q9R5N265n7WXv5NwKBQ7krebi3mqmD { top:30.4375rem;left:0.68671894073488rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHEh2qaHT8vg7Z62WT0uwlNNQ3px6cg2 { top:24.5625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhaD4BbPT0lkbmrbykWr2Tf4TrwwSqwp { top:32.9375rem;left:0.68671894073488rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmQVRfER27kzzq8BdBX05g6Xgh0JXCpL { top:35.4375rem;left:0.68671894073488rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRvivy9Cyv97MVDbXK82O6iKc922kMeU { top:37.9375rem;left:0.68671894073488rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSSm9FpRTX1FCONU5yrwxC2Q8FaFHnVR { top:3.25rem;left:0rem;width:35.0625rem;height:37.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykxZhr6MimCtJPC8k8MowqDvM3aBqf1J { top:3.3125rem;left:12.8125rem;width:34.9375rem;height:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKMzqUJJoWP7RQS0bZwqgPqmfzin9xiP { top:24.5625rem;left:24.375rem;width:23.375rem;height:2.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iReidpTx6AuBCmF4MAyagavQrUBxST1d { top:23.9375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bcgtPO0K5yxw1KmcSy0l7h87mlwI9eJA { top:27.9375rem;left:24.562500953674rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V425tGgFeC9pPyeziT231WaHupKHdADa { top:3.3125rem;left:12.6875rem;width:35.0625rem;height:37.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTviR6TCxioZcev8nbITxqTr3sbHG947 { top:30.4375rem;left:24.562500953674rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdOGZmBecqCEpEkVp3Ee6d0tLGMbL83t { top:32.9375rem;left:24.562500953674rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q89TCxKQgpntFpZGLJxM8ASaHyXAtnq6 { top:35.4375rem;left:24.562500953674rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0zPt720TUgoVmGkVvL6qvXIt5PdOM9e { top:37.9375rem;left:24.562500953674rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLRutwWKTH2AOvfLq5LxBCch4asEzx14 { display:none; }#sLRutwWKTH2AOvfLq5LxBCch4asEzx14 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h4yJw1bUnTtDc3Alh405RSfdTOWXab5X { top:5.5rem;left:0rem;width:17.625rem;height:;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9JmAXgi42Taq5o8U3qJEiKFsCQooxWs { top:11.4375rem;left:0rem;width:17.9375rem;height:6rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVe2BCzkCyi5rdKPJyc8zUOIeScxmADN { display:none; }
 }@media only screen and (max-width: 763px) { #K6IzEApanKONXTMWK90k9wvdv0QLrxEO { top:24.875rem;left:0rem;width:17.625rem;height:;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLsnTQzSoNrUVtnVlFw1T3cMDN3nZBw6 { top:22.6875rem;left:0rem;width:17.0625rem;height:4.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssEJpBx4PU8dw0b4kuGPQILqbDwl5NBg { top:27.6875rem;left:0rem;width:15.125rem;height:10.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MafXHz77DPry0Fv6BMnfHOSQbcmUOD0A { display:none; }
 }@media only screen and (max-width: 763px) { #WKeer4TgJCKelgpntO8zNKxFMTpMbGET { display:none; }
 }@media only screen and (max-width: 763px) { #MnvkmzD3Bdot46Npce9bKRezAfrep9XT { display:none; }
 }@media only screen and (max-width: 763px) { #HnVQb187L7J1miGwL7cym54PF0F6iW7K { display:none; }
 }@media only screen and (max-width: 763px) { #hppSqGmvzZ5rt9JlHsZBZubbQSVEuH9d { display:none; }
 }@media only screen and (max-width: 763px) { #VR1SIlEDyZmsOLozgWGeTq5KHInN2eAe { top:40.1875rem;left:0rem;width:4.6875rem;height:;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCk7C1ogsBRwXE66icx8lcUULuRUBV9K { top:61.4375rem;left:0rem;width:4.6875rem;height:;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vn9E5p5n4SMThzgoXQTHJQEklTUflHf4 { top:82.6875rem;left:0rem;width:4.6875rem;height:;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4dqmZRLd4k1NFhSaRDdgTdnv7nL0f18 { top:103.9375rem;left:0rem;width:4.6875rem;height:;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3L0rF4DCSx78RaVlT1Q5ltBamKZUW0z { top:125.1875rem;left:0rem;width:4.6875rem;height:;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcHUTnVwsn9WUQh3o071EFCsb5hmvroX { top:43.9375rem;left:0rem;width:17.0625rem;height:2.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuNid9altqyiaS2yDT6qbZ61fiwvUbLT { top:65.1875rem;left:0rem;width:17.0625rem;height:2.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ud57w2tXiJ1TfF9JW0AyCJFOmRUoZ6JC { top:86.4375rem;left:0rem;width:17.0625rem;height:2.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcINEnMOKF66rET2HSLvtdNn2Be6wrxT { top:107.6875rem;left:0rem;width:17.0625rem;height:2.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOTEQgKgVWoHLITsf3OtMh5SJ8F2tp37 { top:128.9375rem;left:0rem;width:17.0625rem;height:2.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEBsRrDblJdarPOlJArMFSiQxS2g0QbS { top:47.6875rem;left:0rem;width:15.125rem;height:10.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVPg1nuIBL8deNThxToPNxQbqLJfLITD { top:68.9375rem;left:0rem;width:15.125rem;height:12.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvvspN93W8UgsbJJyQeQVhNrOmlQEbUJ { top:90.1875rem;left:0rem;width:15.125rem;height:12.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqdoqPvCVlhCZTtTvt9J3oQ2S7quyOck { top:111.4375rem;left:0rem;width:15.125rem;height:10.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUuOtwp8qqFoIP4H6Zub1msAXgGhDvhe { top:131.4375rem;left:0rem;width:15.125rem;height:12.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls { display:none; }#m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qNqyIsT3wRnwl9KxiVTVuaFBxN5lL0aE { display:none; }
 }@media only screen and (max-width: 763px) { #hJ85pfTmy0RBFt6Gte1srXefDp6rILAT { top:6.0625rem;left:0rem;width:17.0625rem;height:5.9375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ruwasu41gyA7a0uihtTH83z3EuKGfkF6 { top:11.875rem;left:0rem;width:15.125rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtQJLyyz4XiLH0EdkKVfveCWRkCIUKyH { top:15.6875rem;left:0rem;width:15.125rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JimC1iX6vG1y67d7FXLHy8vizpEU8ZLU { top:23.1875rem;left:0rem;width:15.125rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXqITbxSBCtTt7QnTk2WULEXUFDROTxy { top:28.1875rem;left:0rem;width:15.125rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLoqTZhs8r9cUSqoZkEB3MGUl8hBpPOE { top:34.4375rem;left:0rem;width:15.125rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVlesdVDDUTvuh2lN0B7yServ0yP92Mf { top:34.4375rem;left:0rem;width:15.125rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRtnELEaey74UBdi0JJ7iZUwpsTbM6BR { top:40.6875rem;left:0rem;width:15.125rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwtQETZxTwAbbT6atFZBRqSwXNQoMDqu { top:44.4375rem;left:0rem;width:15.125rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DU1uIm7EorQicCduDpLlPvLgSLul0n6k { display:none; }
 }@media only screen and (max-width: 763px) { #bvmclbLZzzFQ3XOXuNptIMtP1IygTx6b { display:none; }
 }@media only screen and (max-width: 763px) { #b5BedDJ1PiBAO2fDbkq3JbSaxFvcn0tH { display:none; }
 }@media only screen and (max-width: 763px) { #ZKnOIzm5PdIDhVbTafDe6rxDb2T2Kfqf { display:none; }
 }@media only screen and (max-width: 763px) { #GOrhi7XbVcodmFutlSHsbOHceAGIUfOn { display:none; }
 }@media only screen and (max-width: 763px) { #ToHolXRthqF0vHuvWfp1dJDrASVa7two { display:none; }
 }@media only screen and (max-width: 763px) { #BEbBvnVSSb3OX09RrRKnULe0U8JrEpdw { display:none; }
 }@media only screen and (max-width: 763px) { #l1LFIo99SvWo16BixS0bKw69pbuqve8Z { display:none; }
 }@media only screen and (max-width: 763px) { #oEXd5Jb3zPh9EAcGcImyiaetWrkh9tFf { display:none; }
 }@media only screen and (max-width: 763px) { #QOcoubDgWHIrWzzlH0fbnrTCf7RCJc54 { top:58.1875rem;left:0rem;width:17.0625rem;height:4.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Euf4zbQVCIshHgN8fzh6BIqeXOgMLehu { top:64.4375rem;left:0rem;width:15.125rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gys8RxWwh8x1yVqSpwuwosK1lmUFwIC4 { top:69.4375rem;left:0rem;width:15.125rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcWTToDwJPl4oc9zzi6p4CwrumXMHJIc { top:74.4375rem;left:0rem;width:15.125rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9MmfmO7mTATLaNJ65rrgdaGDx4Qr091 { top:79.4375rem;left:0rem;width:15.125rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cp5afJu5qP2Wr4gH793nS9VBchnqZ0UQ { top:54.1875rem;left:0rem;width:14.4375rem;height:10.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #folEqC6VT2Hwrn2vJTXlITL34wScTk4R { top:96.3125rem;left:0rem;width:15.8125rem;height:14.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6T9Jmpff2oeCZIkkgrhtTD2wdFlptcb { display:none; }
 }@media only screen and (max-width: 763px) { #rDiSwTWdK6P1sqICWqhpgc2TOcXW2Kzh { display:none; }
 }@media only screen and (max-width: 763px) { #TXV2CA5VXDPsAndAxEJWfnLDlnmkze3a { display:none; }
 }@media only screen and (max-width: 763px) { #Z5bzTpOVAzNaFUUoPLiPR8v2z0FH9SVA { display:none; }
 }@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:4.375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxk9U8u4r7ikGLwpN3dHJi87D6zVsKNc { top:8.1875rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb81A6D2vOsCdtObJZricJQ0BpRwPDFJ { top:15.6875rem;left:0rem;width:17.5rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok5eeNnAvVlNHnS1TaGb8A747zPsnrBa { top:15.6875rem;left:15.125000953674rem;width:17.5rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv1mrfEw7goM1SyHwmPs0DSrAVcPWWI0 { top:15.6875rem;left:30.25rem;width:17.5rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMOa4TSwp4GvDbtTwXmrgVcJG48SCDHd { top:20.5625rem;left:0rem;width:15.5625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA7mbCLTk03NhT9XFv3Q435zVF5pb1a2 { top:20.5625rem;left:16.375rem;width:15.5625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlRreWTeKLMq5sihokuPsuBGMPpqDPvA { top:20.875rem;left:32.1875rem;width:15.5625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUveLp0g38iu2iWNWTn6isGJAVVqPxwP { top:22.9375rem;left:0rem;width:13.375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPGzrBRm4ITdKzI8zanedlowNRmkcyR7 { top:22.5625rem;left:16.375rem;width:13.375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoWo5ysiNLTauAVxqNfWmFc4eeBQF2DT { top:22.9375rem;left:34.375rem;width:13.375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhQnR5lNguTibVezOg8hqcmSTfunAnVI { top:16.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuWQKXLTGPswnoW5lSTbqZvxkE0KL16e { top:16.9375rem;left:16.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWmkCWk4D0a0sRKJRLQSAQcyTBsKeICk { top:16.9375rem;left:37.625rem;width:3.125rem;height:3.125rem;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:4.875rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpL4W7eTqKkBhzX1vhAuKBxuhQb7et4w { top:8.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.3125rem;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:11.5rem;left:0rem;width:31rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW2vZPOOcIlDB9lhMOICmZy2AuTiMVsg { top:19.875rem;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:13rem;width:34.75rem;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) { #q7vl9l3LgXb4HHnls0WxFhGvES1d9nIy { display:block; }#q7vl9l3LgXb4HHnls0WxFhGvES1d9nIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0TctOaKXc1ml6EiciNmvIswCvJkSSAt { top:4.9375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZUxppWrpv1REDpNO10U47101B2MqSIp { top:8.125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaEH64HMT3efX5OAfSRPCqswTSAOcZJo { display:block; }#oaEH64HMT3efX5OAfSRPCqswTSAOcZJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZeqEe5PqH8zExzZSpzDbrnSW267cGhT { top:0.5rem;left:0rem;width:22.4375rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ8DZA5K2yfqkwfTOEK26t29OTMpNX16 { top:0.5rem;left:9.3125rem;width:22.4375rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgTonaw8T6q6B4A0G9fR7B0w4gIPU3bb { top:0.5rem;left:25.1875rem;width:22.4375rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyrixFqgdd6bQnEMDpBIIeDNTkxMEv3N { top:14rem;left:0rem;width:13.6875rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF5TWzPITTdOECvdya1PW2AD3EHHuFbP { top:14rem;left:10.875rem;width:20.875rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVVIGlTQXIHslE3i32OvHTThTRJF8NnH { top:14rem;left:26.75rem;width:20.875rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCAdlg6Mve7WrvlXyZqRQ1DQEBH4uwd9 { top:16.5rem;left:0rem;width:18.375rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp60VqeJP7qn2fVCdLoWvDZxuW20Tc8A { top:16.5rem;left:13.5625rem;width:18.1875rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMCULQe8PypTpTfGvN2uZ2GfNh2BceK2 { top:16.5rem;left:29.4375rem;width:18.1875rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOFbclg7mAkq60G4FZ9afWTCH2xUrXqe { top:0.5625rem;left:0rem;width:22.375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehkoLfVzdcznSa1PazAI9GGv1ZHh7RO1 { top:0.5rem;left:9.75rem;width:22.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbhq6ASxTGP6SEykV8AcKiCUDkNEhTSP { top:0.25rem;left:25.125rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc3RpcHFJcpIlBMr42UBQ2Fouln8RCmS { display:block; }#oc3RpcHFJcpIlBMr42UBQ2Fouln8RCmS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuEL2degfvVB9uJEU7468q1wWAV59IwA { top:5rem;left:0rem;width:35.0625rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzfBGSF6TxRoslW3PuWP1Ozx4VQmEQoP { top:26.3125rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDbb9RVl5nQ0Tk5ydWS63zp81n0w2EuM { top:26.3125rem;left:0rem;width:31rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxWhzgnqGsCfHyKBVKCameM3fCiTdxr0 { top:26.3125rem;left:24.375rem;width:23.375rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQTSU1XWSCR4HHI2Dy9I4Cb3ElGZx0F7 { top:5rem;left:0rem;width:35.0625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8qssGnm2liPX3ZH3ylDULITfJ9K5Tar { top:5.0625rem;left:12.8125rem;width:34.9375rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTkS1Rmv5v9NsQhO5dD0TTXgTVB3e7Ov { top:29.6875rem;left:0.68663215637206rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAVLpsXowG2D5RSsJvgvGNMPR81J6Jcr { top:32.1875rem;left:0.68663215637206rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCFTszlKOIpZOagG6TqHCPRnRskiCQ5I { top:34.6875rem;left:0.68663215637206rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNN1SIWF6L9PAJOy0toiT9kENlNZ7Q53 { top:37.1875rem;left:0.68663215637206rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rghz94aecwKD8egcipiF6WOQZdzXcIqD { top:39.6875rem;left:0.68663215637206rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoRtUTnlvBGNDc6XJARtaHCnbEZorSeq { top:5.0625rem;left:12.6875rem;width:35.0625rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ihsL377O1zQL4ImO8pN96yVfrRv75g { top:25.6875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPZeLJJAdTXhVwk9C4yuEzJq8arBywHL { top:29.6875rem;left:24.562501907349rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPLpfaZ5u1ctuVv0PRtEHRQngMRbzTee { top:32.1875rem;left:24.562501907349rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfVC7DNvCOuJWggyoHTV2XPPZs2pWPMv { top:34.6875rem;left:24.562501907349rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rriOWDDfqShgObECpvIWOaCpGarIUd1y { top:37.1875rem;left:24.562501907349rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTv8iQuRrqTQ48Eax3CPm8v3lJzVis3R { top:39.6875rem;left:24.562501907349rem;width:18.375rem;height:1.5625rem;font-size:0.9375rem;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:4.5625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJy9TE3TFtAwJT6Dr9ZxlTdXfaTEUPEL { top:8.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aegHEPQAgTsXTMwNhWmIB3WpT6PVEXmh { top:14rem;left:0rem;width:21.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLTb94KQNo9bqGJpserTSHvVQVENJNJH { top:14rem;left:13.1875rem;width:21.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R66Ss8KLqlMcRv2PGONWpbe62RqlqfQJ { top:14rem;left:26.3125rem;width:21.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8hMv4eE61dTCoFrAlOZhV7enar5WXn8 { top:19rem;left:0rem;width:31rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6eMJW2ETLuIOKqTR3vaconGrmzinBOv { top:19rem;left:15.125rem;width:30.875rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB17v0oGP6goLCe9xfEEZySKfktlSUe9 { top:19rem;left:29.375rem;width:18.375rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMOXhtKQGLU5vFGWyGTQbZwPW6RUJmA8 { top:21.5rem;left:0rem;width:18.375rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #titq45Olt8kXDEt5eLzUApyp19bTxGnb { top:21.5rem;left:15.125rem;width:18.375rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI0b5xQJJqR8WSiXlMWHyGoRpmkJ6BGM { top:21.5rem;left:29.375rem;width:18.375rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT2JQaTN9kbNtDEpFv1a97aNSN3SxJSf { top:32.75rem;left:26.3125rem;width:21.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1XNnFAbDPsGTAadRPq9xdAix0LZ3NV4 { top:40.0625rem;left:28.625rem;width:19.125rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAM0qc8XTfd5Lmuadf3Me9lT6hlvOwQe { top:32.75rem;left:13.375rem;width:21.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtLe1qPNnTWSrmtE8uITxfxAGqlPWyrD { top:40.25rem;left:15.125rem;width:18.375rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvm8mIGTMyXMRx0nc00Tuy5Dg9WipVTk { top:32.75rem;left:0rem;width:21.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqpdLSLhovSm3p8332x18x1IGcGtL6lZ { top:40.3125rem;left:0rem;width:18.375rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsapQuZAtJbLcWF7ue9Jl0fE9Ko4VF0N { top:37.9375rem;left:0rem;width:31rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHDmesAsoEuDmdp1zZ1PA4pH2xesxZ0s { top:37.75rem;left:15.125rem;width:30.875rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxQRrIrfwhD2DmSTMXQsRAxh6i5Nxkif { top:37.5625rem;left:29.375rem;width:18.375rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxIsLWdQv5zzdx7QGNPubbHrGRZwi3fm { width:29.9375rem;height:3.4375rem;top:53.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTVW12sDNPu2nxDgWQB7UTTHOQ96Kc5P { display:block; }
 }@media only screen and (max-width: 763px) { #UWGKIkzLtBol1m5ffKippOiVPPvrwnqG { top:11.75rem;left:0rem;width:8.8125rem;height:8.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnCwfcvOf5bZ9VuoepJvdTLbKZpX7SbM { top:11.5rem;left:15.0625rem;width:8.8125rem;height:8.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUXSGhRFyITE3KkS8826u6ObA4Wlzvr9 { top:11.5rem;left:37.625rem;width:8.8125rem;height:8.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJMvMqUkBOlAs2XnLvayeJtHF108GR89 { top:30.25rem;left:0rem;width:8.8125rem;height:8.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghtcZBcISpKivesuvsxTBOkVXqaa6Ti6 { top:30.25rem;left:15.125rem;width:8.8125rem;height:8.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZgMZi3RMy7Wce6OfmlUX6XAzB5i410u { top:30.5rem;left:37.625rem;width:8.8125rem;height:8.5rem;font-size:5rem;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:5.4375rem;left:0rem;width:34.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpqURHkruMU0kSc9xKGBNpOywdzCxqQg { top:5.4375rem;left:13.1875rem;width:34.4375rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1cniCqi45Ekdu0oN9anMHEfJo8tr2U { top:8rem;left:0rem;width:32.6875rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpilxO5nZkol9cMKTNIb2oWLBFZkqgDz { top:12.3125rem;left:0rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SPSKZv8ITVbTzEuF1eDlVmHxbUDbBC { top:12.9375rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC9kV9iddrEay8ldEMzTaN63BZhiv0u1 { top:14rem;left:0rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #selWNG2yzeQRT45gNe2AF6Z8q8MI2l4f { top:14.625rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgMNBIrvXBTXLor5Tir9a8XEfJ9nr0MI { top:15.625rem;left:0rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3paTMwzXEGvXdUAkaULRkk94gaLoB36 { top:16.25rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMSFRhSSouGzaKXDfMTQooimCmRIz2pk { top:17.3125rem;left:0rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6y7MxMKDoZ7T9TiXyJAdw1CtfkOzN2U { top:17.9375rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUQgKQ5TG7z2HHIAxZQ4RxTbqPPaJB9U { top:19rem;left:0rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlcSwstvSn88n2Rw43cbHDoXzRQ3qn4D { top:19.625rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI9ccbSOTmsJqrBQKQaqu2Oh84TPeem8 { top:20.6875rem;left:0rem;width:36.25rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9xJg1f13Um6WRLKTTukOSEi4GoRHn6V { top:21.3125rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyClA8frx0NQTuZCUfqBFBS4tbcauqLx { top:22.375rem;left:0rem;width:31rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1O01qH268Excz6fl1gR3IeyGaWkH7ZD { top:23rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlbeyX26xVis5NeTHyWwhleyKmPmyMcp { top:27.9375rem;left:0rem;width:31rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhNn3naAFy27xScFU5HryV6hGAgkADv { top:8rem;left:16.75rem;width:31rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1oefuqHwv8ShcM04kr7dFrW0Ak3Xht5 { top:12.3125rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b22nzeBqS5Ko7COCLGLOU5W4i6hoDueL { top:14rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGf5xggD9JshEEJcklOiSKDtp0LAR0HK { top:15.6875rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THh7c0J5yQsgFXnN5FTXwLggW9yPysFp { top:17.3125rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4LzTKOpB0TyagnWqKerGNcspfw0v64y { top:19rem;left:16.75rem;width:31rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax0gZreqqXaPF6nICxPc995itACkbhWI { top:22.375rem;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:5.3125rem;left:6.374218940735rem;width:37.1875rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOm9D95thWWWPuaznrHh1EipgoGT2Cqn { top:22.8125rem;left:0rem;width:37.1875rem;height:4.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXIzdvHWInqT8e2Cm3NQ1EzpID7cRlZd { top:14.75rem;left:20.25rem;width:27.5rem;height:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzKCgkHqFJW4IdXfOzsNIQRqUlZmxD1J { top:27.8125rem;left:0rem;width:32.875rem;height:7.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMGrKW5URAB0nhixn4UPzbqMNDIIvLdd { top:36.5625rem;left:0rem;width:30.8125rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrihrJkT9pa7JlvigpTEbm05JV4RJmTo { display:block; }#WrihrJkT9pa7JlvigpTEbm05JV4RJmTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hu8RWRyQTEkrfqgE8HqIInm0WAst1JFH { top:4.3125rem;left:11.875rem;width:35.875rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #is22GXWJT6DSuGdrDnV8mwFH0IyCzCeK { top:10.1875rem;left:0rem;width:24.6875rem;height:10.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAMQ4FzSJwwdJDCW6nrSfIn6ruEttChL { top:22.6875rem;left:0rem;width:28.625rem;height:16.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3yUVLpSso2hdXxNTNTvdbWPSUZzibBQ { width:29.9375rem;height:3.4375rem;top:43.9375rem;left:8.8750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRuhz0kSPWuClC4ubH6VCR2Mx38D9MnI { 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) { #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 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/08f79b3a-4bfd-4080-9109-7880757870cf/Untitleddesign10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v.adaptive-delivery-prevent-bg, #MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v.lazyload, #MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v.lazyloading { background-image: none; }#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(var(--color-primary-4),0.75); }#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(var(--color-primary-4),0.75); }#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 { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2wl42DD74Oc2Obv7rnA1ETkC4rlKmHh { width:18.3125rem;height:12rem;top:1.7125244140625rem;left:1.1867187619209rem;font-size:2.5rem;z-index:15026;text-align:left;text-align-last:left;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:18rem;height:12.109375rem;top:14.012512207031rem;left:1.1867187619209rem;font-size:1.1875rem;z-index:15027;text-align:left;text-align-last:left;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:46.5rem;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:46.5rem;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:17.0625rem;height:3.825rem;top:41.4375rem;left:1.2500000596046rem;font-size:1.125rem;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:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQmRUoOdFPze7o5123rkvkzuzipDwIMc { width:3.8125rem;height:1.875rem;top:55.8125rem;left:1.8125000596046rem;font-size:1.5625rem;z-index:15026;text-align:center;text-align-last:center;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #MdrzMCXkMi6WeLkOdKrSkib1JVEkm6U2 { width:5.3125rem;height:2.7625rem;top:57.6875rem;left:1.2500000596046rem;font-size:0.8125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GrXh1JrZC0qfKTW7kpNWlX2npS06weQb { width:6.1875rem;height:1.875rem;top:56rem;left:6.9062500596044rem;font-size:1.5625rem;z-index:15026;text-align:center;text-align-last:center;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #SZTCh43y66U8ORaZDtCtWqf7RHiHFQ62 { width:4.6875rem;height:1.875rem;top:55.8125rem;left:13.750000536442rem;font-size:1.5625rem;z-index:15026;text-align:center;text-align-last:center;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #Ck74USkXJGnt07s8ZKg6MattlwFboFGA { width:7.5625rem;height:2.7625rem;top:57.6875rem;left:6.2500000596044rem;font-size:0.8125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oK7DtXWuumLDU3iSZlp2dbnbDf3wnn6g { width:5.1875rem;height:2.7625rem;top:57.6875rem;left:13.562500536442rem;font-size:0.8125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R > .row .container { background-color: transparent; background-image: none; }#AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R > .row .container > .video-iframe-container { display: none; }#AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R > .row > .video-iframe-container { display: none; }#AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R > .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); }#AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R > .row .container { border-width: 0; border-radius: 0; }#AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxbMfixa0lCtLG7Q94TS6W27HhxaXQ6R > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsXEP8xqo0vXx5wmziFR6ccRfT7qRofh { width:17.625rem;height:10.798625rem;top:6.0625rem;left:1.2500000596046rem;font-size:2.25rem;z-index:15027;text-align:left;text-align-last:left;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #mcwCHGOyfFhsTgkMzGrFHreG1w62tChK { width:17.9375rem;height:10.8333125rem;top:17.312500953674rem;left:1.2500000596046rem;font-size:1.0625rem;z-index:15028;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wr5bzqvnJy75Bwm24E0cInLkp0ER36Z9 { top:29.812500953674rem;left:1.2500000596046rem;width:17.5rem;height:12.5rem;z-index:15026;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Siz97UTanpMTDNbT78ChEme5BEb56c7V { width:17.0625rem;height:2.125rem;top:35.000000476837rem;left:1.4687501192093rem;font-size:1.25rem;z-index:15028;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LtGLNKk5TQMp471KS0H6MkxZ1hiqZAmS { width:15.125rem;height:3.6111125rem;top:37.125rem;left:2.4375001192093rem;font-size:1.0625rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOQB0wErh7sGBSVHBKoUTZh4s1fLXuIN { width:17.0625rem;height:2.125rem;top:48.6875rem;left:1.25rem;font-size:1.25rem;z-index:15030;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqIOWELulTslw2uD0XUtFlz1TLZfndWV { width:15.125rem;height:3.6111125rem;top:51.1875rem;left:2.5000001192093rem;font-size:1.0625rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHybtOu4yVU7LsqbWsqWvBftt7q3J0OG { top:43.562501907349rem;left:1.2500000596046rem;width:17.5rem;height:12.5rem;z-index:15027;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iGXZGPvHkTCQmf90L4mapk0PCxbeHd9p { top:57.312501907349rem;left:1.2500000596046rem;width:17.5rem;height:12.5rem;z-index:15028;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ASW1h7ognwaNxiT1cPc5F1TzpFPZToM0 { width:17.0625rem;height:2.125rem;top:61.187498092651rem;left:1.4687501192093rem;font-size:1.25rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkCus16ea1RpU4PeXpZXHDnZkc0GmwVi { width:15.125rem;height:3.6111125rem;top:63.68749809265rem;left:2.5000001192093rem;font-size:1.0625rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FayDTNyNwtub3iqVVkTkxVqFGxe7Vx1J { display:flex;top:58.062503814698rem;left:8.1250001192094rem;width:3.125rem;height:3.125rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #XE4VQOmQambwXvFhJXIlnMDTHZHTprS6 { display:flex;top:45.5625rem;left:8.1250001192094rem;width:3.125rem;height:3.125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #U2KsvxBWDKig1qruwvCa0boFTIVGTG3g { display:flex;top:31.812500238419rem;left:8.1250001192094rem;width:3.125rem;height:3.125rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 > .row .container { background-color: transparent; background-image: none; }#bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 > .row .container > .video-iframe-container { display: none; }#bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 > .row > .video-iframe-container { display: none; }#bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 > .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); }#bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 > .row .container { border-width: 0; border-radius: 0; }#bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bzAJ6EfQXSiVapg4IlKsPeNZ6c3Ad3T1 > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqzB8fx7tsxaWJoike6SxR5f9qMysCK1 { width:17.9375rem;height:10.091125rem;top:12.625rem;left:1.2500000596046rem;font-size:1.1875rem;z-index:15029;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Cfv6UwMd4rZoIuRpXUSXp6cVmg6uKu7m { width:17.625rem;height:5.4rem;top:5.9750003814697rem;left:1.2500000596046rem;font-size:2.25rem;z-index:15028;text-align:left;text-align-last:left;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #uWZhaIUPVCn8RlZ5DSpsW44UdRKE3BzH { width:17.9375rem;height:12.638875rem;top:23.875rem;left:1.2500000596046rem;font-size:1.0625rem;z-index:15030;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oFVEsPpsJ8P0prtxqKR1kSQdmoJ7lIVp { width:17.9375rem;height:5.41666875rem;top:37.625rem;left:1.2500000596046rem;font-size:1.0625rem;z-index:15031;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM > .row .container { background-color: transparent; background-image: none; }#HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM > .row .container > .video-iframe-container { display: none; }#HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM > .row > .video-iframe-container { display: none; }#HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM > .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); }#HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM > .row .container { border-width: 0; border-radius: 0; }#HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMA3NFKBl7vaQ8q3gfHAy0tCKZXXXWtM > .row .container { width:20rem;height:107.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtVOeVtcQpNxQOsCrGMRsy5tfBb7a44v { width:17.625rem;height:5.4rem;top:5.3125011445954rem;left:1.2500000596046rem;font-size:2.25rem;z-index:15028;text-align:left;text-align-last:left;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #JPyyPymqBHze6MI6CagWfPanJNyzsz0Z { width:17.9375rem;height:6.0546875rem;top:11.312500953674rem;left:1.2500000596046rem;font-size:1.1875rem;z-index:15030;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EX2TLJ9Qtpnk1WLM3qtJiuivx13a2RT4 { top:18.8125rem;left:1.2500000596046rem;width:17.5625rem;height:26.25rem;z-index:15027;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #W4RoQs6ncrxRIFJSsoE8gm1GEiGp7gXW { width:15.5625rem;height:1.575rem;top:30.0625rem;left:2.5000000596046rem;font-size:1.3125rem;z-index:15029;text-align:left;text-align-last:left;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #KcTu7WHI4k6Oq7DKD94qmkLNHUqqnSgk { width:14.5625rem;height:11.7708125rem;top:32.5625rem;left:2.5000000596046rem;font-size:1.0625rem;z-index:15031;text-align:left;text-align-last:left;display:block; }#KcTu7WHI4k6Oq7DKD94qmkLNHUqqnSgk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KcTu7WHI4k6Oq7DKD94qmkLNHUqqnSgk li:before{  }
 }@media only screen and (max-width: 763px) { #cD0dmlMWucMB3RcWIFftyZEmhUtLXxAQ { top:18.8125rem;left:1.2500000596046rem;width:17.5rem;height:9.6875rem;z-index:15032;overflow:hidden;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC8y1Q0OZE0XCwaX7lu804kHZ8CusKkc { top:46.312502861023rem;left:1.2500000596046rem;width:17.5625rem;height:28.6875rem;z-index:15028;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #tGqFKKPOPAnPF7IycpfmsBEOW1qQUfJn { top:76.3125rem;left:1.25rem;width:17.5625rem;height:26.125rem;z-index:15029;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #FMiRyT7hB4RKtHuu0esda0DmhFr4rxAo { top:46.312502861023rem;left:1.2500000596046rem;width:17.5625rem;height:9.75rem;z-index:15033;overflow:hidden;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmifzNIlhXozBpVZhgru8IeFZrmNBe5v { top:76.3125rem;left:1.25rem;width:17.5625rem;height:9.75rem;z-index:15034;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZbCBPvcn8MMn3zQPrURRJD58hcF0Icz { width:16.375rem;height:3.15rem;top:57.562501907349rem;left:2.5000000596046rem;font-size:1.3125rem;z-index:15030;text-align:left;text-align-last:left;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #TVSRHM0aJlsdmS5f3s6VhaOg4TnU5Dbs { width:15.5625rem;height:3.15rem;top:87.562502861025rem;left:2.5000000596046rem;font-size:1.3125rem;z-index:15031;text-align:left;text-align-last:left;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #etLTSBNpGfZEl4Tc0SMdTDL0UTTpiqHK { width:16.625rem;height:11.7708125rem;top:61.312501907349rem;left:2.5000000596046rem;font-size:1.0625rem;z-index:15032;text-align:left;text-align-last:left;display:block; }#etLTSBNpGfZEl4Tc0SMdTDL0UTTpiqHK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#etLTSBNpGfZEl4Tc0SMdTDL0UTTpiqHK li:before{  }
 }@media only screen and (max-width: 763px) { #lwE2LeUdNw1Uu4qexqpLqsJJOyNegz7I { width:16.625rem;height:;top:91.312499046325rem;left:2.5000000596046rem;font-size:1.0625rem;z-index:15033;text-align:left;text-align-last:left;display:block; }#lwE2LeUdNw1Uu4qexqpLqsJJOyNegz7I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lwE2LeUdNw1Uu4qexqpLqsJJOyNegz7I li:before{  }
 }@media only screen and (max-width: 763px) { #PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF > .row .container { background-color: transparent; background-image: none; }#PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF > .row .container > .video-iframe-container { display: none; }#PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF > .row > .video-iframe-container { display: none; }#PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF > .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); }#PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF > .row .container { border-width: 0; border-radius: 0; }#PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQ5QAC9mcPfFlcyusvKstgyTpSZf1UKF > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIqXuyqg4TBGnKJdsBLKzJcqMltrybPC { width:20rem;height:11.19375rem;top:2.5625002384186rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #fTc2208JvaWrNi4HpN2MC1TH7kl0OqXw { width:14.875rem;height:3.45rem;top:15.062500715256rem;left:3.7500000596046rem;font-size:1.4375rem;z-index:15035;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zzJOhXg8tGKWuDdJI2RL0Mmg3F5kq9dS { width:14.3125rem;height:1.59375rem;top:21.312500715256rem;left:3.7500000596046rem;font-size:0.9375rem;z-index:15036;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q0Q9R5N265n7WXv5NwKBQ7krebi3mqmD { width:13.25rem;height:1.59375rem;top:23.812500715256rem;left:3.7500000596046rem;font-size:0.9375rem;z-index:15036;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fHEh2qaHT8vg7Z62WT0uwlNNQ3px6cg2 { display:flex;width:1.75rem;height:1.75rem;top:15.062500715256rem;left:1.2500000596046rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #dhaD4BbPT0lkbmrbykWr2Tf4TrwwSqwp { width:13.9375rem;height:1.59375rem;top:18.812500715256rem;left:3.7500000596046rem;font-size:0.9375rem;z-index:15036;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vmQVRfER27kzzq8BdBX05g6Xgh0JXCpL { width:13.875rem;height:3.1875rem;top:30.062500715256rem;left:3.7500000596046rem;font-size:0.9375rem;z-index:15036;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oRvivy9Cyv97MVDbXK82O6iKc922kMeU { width:13.8125rem;height:3.1875rem;top:26.312500715256rem;left:3.7500000596046rem;font-size:0.9375rem;z-index:15036;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lSSm9FpRTX1FCONU5yrwxC2Q8FaFHnVR { width:20rem;height:33.8125rem;top:2.5625004768372rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ykxZhr6MimCtJPC8k8MowqDvM3aBqf1J { width:20rem;height:11.1625rem;top:38.6875rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #DKMzqUJJoWP7RQS0bZwqgPqmfzin9xiP { width:13.1875rem;height:1.724825rem;top:51.1875rem;left:3.75rem;font-size:1.4375rem;z-index:15035;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iReidpTx6AuBCmF4MAyagavQrUBxST1d { display:flex;width:2.0625rem;height:2.0625rem;top:51.1875rem;left:1.25rem;z-index:15037; }
 }@media only screen and (max-width: 763px) { #bcgtPO0K5yxw1KmcSy0l7h87mlwI9eJA { width:14.9375rem;height:1.59375rem;top:53.6875rem;left:3.75rem;font-size:0.9375rem;z-index:15036;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V425tGgFeC9pPyeziT231WaHupKHdADa { width:20rem;height:28.75rem;top:38.6875rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #aTviR6TCxioZcev8nbITxqTr3sbHG947 { width:13.875rem;height:1.59375rem;top:55.875rem;left:3.75rem;font-size:0.9375rem;z-index:15036;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CdOGZmBecqCEpEkVp3Ee6d0tLGMbL83t { width:14.8125rem;height:1.59375rem;top:58.375rem;left:3.75rem;font-size:0.9375rem;z-index:15036;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q89TCxKQgpntFpZGLJxM8ASaHyXAtnq6 { width:14.3125rem;height:1.59375rem;top:60.875rem;left:3.75rem;font-size:0.9375rem;z-index:15036;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C0zPt720TUgoVmGkVvL6qvXIt5PdOM9e { width:15.75rem;height:1.59375rem;top:63.375rem;left:3.75rem;font-size:0.9375rem;z-index:15036;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sLRutwWKTH2AOvfLq5LxBCch4asEzx14 { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sLRutwWKTH2AOvfLq5LxBCch4asEzx14 > .row .container { background-color: transparent; background-image: none; }#sLRutwWKTH2AOvfLq5LxBCch4asEzx14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLRutwWKTH2AOvfLq5LxBCch4asEzx14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLRutwWKTH2AOvfLq5LxBCch4asEzx14 > .row .container > .video-iframe-container { display: none; }#sLRutwWKTH2AOvfLq5LxBCch4asEzx14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLRutwWKTH2AOvfLq5LxBCch4asEzx14 > .row > .video-iframe-container { display: none; }#sLRutwWKTH2AOvfLq5LxBCch4asEzx14 > .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); }#sLRutwWKTH2AOvfLq5LxBCch4asEzx14 > .row .container { border-width: 0; border-radius: 0; }#sLRutwWKTH2AOvfLq5LxBCch4asEzx14 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sLRutwWKTH2AOvfLq5LxBCch4asEzx14 > .row .container { width:20rem;height:149.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4yJw1bUnTtDc3Alh405RSfdTOWXab5X { width:17.625rem;height:5.4rem;top:5.5rem;left:1.2500000596046rem;font-size:2.25rem;z-index:15029;text-align:left;text-align-last:left;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #V9JmAXgi42Taq5o8U3qJEiKFsCQooxWs { width:17.9375rem;height:6.0546875rem;top:11.4375rem;left:1.2500000596046rem;font-size:1.1875rem;z-index:15031;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dVe2BCzkCyi5rdKPJyc8zUOIeScxmADN { top:18.9375rem;left:1.25rem;width:17.5625rem;height:20rem;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-1),0.2) ;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6IzEApanKONXTMWK90k9wvdv0QLrxEO { width:4.6875rem;height:4.5rem;top:18.9375rem;left:2.5625rem;font-size:3.75rem;z-index:15029;text-align:left;text-align-last:left;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #tLsnTQzSoNrUVtnVlFw1T3cMDN3nZBw6 { width:12.5625rem;height:4.25rem;top:23.6875rem;left:2.5000001192093rem;font-size:1.25rem;z-index:15032;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ssEJpBx4PU8dw0b4kuGPQILqbDwl5NBg { width:15.125rem;height:10.8333125rem;top:27.436631202698rem;left:2.5000001192093rem;font-size:1.0625rem;z-index:15033;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MafXHz77DPry0Fv6BMnfHOSQbcmUOD0A { top:40.1875rem;left:1.2500000596046rem;width:17.5625rem;height:20rem;z-index:15029;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-1),0.2) ;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKeer4TgJCKelgpntO8zNKxFMTpMbGET { top:61.4375rem;left:1.2500000596046rem;width:17.5625rem;height:20rem;z-index:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-1),0.2) ;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnvkmzD3Bdot46Npce9bKRezAfrep9XT { top:82.6875rem;left:1.2500000596046rem;width:17.5625rem;height:20rem;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-1),0.2) ;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnVQb187L7J1miGwL7cym54PF0F6iW7K { top:103.9375rem;left:1.2500000596046rem;width:17.5625rem;height:20rem;z-index:15032;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-1),0.2) ;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hppSqGmvzZ5rt9JlHsZBZubbQSVEuH9d { top:125.18749904633rem;left:1.25rem;width:17.5625rem;height:20.9375rem;z-index:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-1),0.2) ;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR1SIlEDyZmsOLozgWGeTq5KHInN2eAe { width:4.6875rem;height:;top:40.1875rem;left:2.5000000596046rem;font-size:3.75rem;z-index:15030;text-align:left;text-align-last:left;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #sCk7C1ogsBRwXE66icx8lcUULuRUBV9K { width:4.6875rem;height:;top:61.4375rem;left:2.5000000596046rem;font-size:3.75rem;z-index:15031;text-align:left;text-align-last:left;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #vn9E5p5n4SMThzgoXQTHJQEklTUflHf4 { width:4.6875rem;height:;top:82.6875rem;left:2.5000000596046rem;font-size:3.75rem;z-index:15032;text-align:left;text-align-last:left;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #u4dqmZRLd4k1NFhSaRDdgTdnv7nL0f18 { width:4.6875rem;height:;top:103.9375rem;left:2.5000000596046rem;font-size:3.75rem;z-index:15033;text-align:left;text-align-last:left;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #Q3L0rF4DCSx78RaVlT1Q5ltBamKZUW0z { width:4.6875rem;height:;top:125.1875rem;left:2.5000000596046rem;font-size:3.75rem;z-index:15034;text-align:left;text-align-last:left;color:#1ec731;display:block; }
 }@media only screen and (max-width: 763px) { #AcHUTnVwsn9WUQh3o071EFCsb5hmvroX { width:17.0625rem;height:2.125rem;top:44.937499046326rem;left:2.5000001192093rem;font-size:1.25rem;z-index:15033;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yuNid9altqyiaS2yDT6qbZ61fiwvUbLT { width:17.0625rem;height:2.125rem;top:66.187493324281rem;left:2.5000001192093rem;font-size:1.25rem;z-index:15034;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ud57w2tXiJ1TfF9JW0AyCJFOmRUoZ6JC { width:17.0625rem;height:2.125rem;top:87.437524795531rem;left:2.5000001192093rem;font-size:1.25rem;z-index:15035;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FcINEnMOKF66rET2HSLvtdNn2Be6wrxT { width:14.9375rem;height:4.25rem;top:108.6875rem;left:2.5000001192093rem;font-size:1.25rem;z-index:15036;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pOTEQgKgVWoHLITsf3OtMh5SJ8F2tp37 { width:17.0625rem;height:2.125rem;top:129.93750190735rem;left:2.5000001192093rem;font-size:1.25rem;z-index:15037;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vEBsRrDblJdarPOlJArMFSiQxS2g0QbS { width:15.125rem;height:10.8333125rem;top:47.437479972839rem;left:2.5000001192093rem;font-size:1.0625rem;z-index:15034;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sVPg1nuIBL8deNThxToPNxQbqLJfLITD { width:15.75rem;height:10.8333125rem;top:68.68750190735rem;left:2.5000001192093rem;font-size:1.0625rem;z-index:15035;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mvvspN93W8UgsbJJyQeQVhNrOmlQEbUJ { width:16.0625rem;height:10.8333125rem;top:89.93750190735rem;left:2.5000001192093rem;font-size:1.0625rem;z-index:15036;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZqdoqPvCVlhCZTtTvt9J3oQ2S7quyOck { width:15.625rem;height:10.8333125rem;top:112.4375rem;left:2.5000001192093rem;font-size:1.0625rem;z-index:15037;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUuOtwp8qqFoIP4H6Zub1msAXgGhDvhe { width:15.9375rem;height:12.638875rem;top:132.43747901916rem;left:2.5000001192093rem;font-size:1.0625rem;z-index:15038;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls > .row .container { background-color: transparent; background-image: none; }#m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls > .row .container > .video-iframe-container { display: none; }#m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls > .row > .video-iframe-container { display: none; }#m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls > .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); }#m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls > .row .container { border-width: 0; border-radius: 0; }#m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m6RzUko2ac9h3fLQlC7mvLGWk2Evbxls > .row .container { width:20rem;height:117.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNqyIsT3wRnwl9KxiVTVuaFBxN5lL0aE { top:6.25rem;left:1.25rem;width:17.875rem;height:59.875rem;z-index:15000;background-color:transparent;background-image: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;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) { #hJ85pfTmy0RBFt6Gte1srXefDp6rILAT { width:17.0625rem;height:4.19965rem;top:7.5rem;left:2.5000001192093rem;font-size:1.75rem;z-index:15038;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ruwasu41gyA7a0uihtTH83z3EuKGfkF6 { width:15.125rem;height:3.6111125rem;top:12.5rem;left:3.7500001192093rem;font-size:1.0625rem;z-index:15039;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rtQJLyyz4XiLH0EdkKVfveCWRkCIUKyH { width:12.5rem;height:3.6111125rem;top:17.5rem;left:3.7500001192093rem;font-size:1.0625rem;z-index:15040;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JimC1iX6vG1y67d7FXLHy8vizpEU8ZLU { width:15.125rem;height:3.6111125rem;top:22.5rem;left:3.7500001192093rem;font-size:1.0625rem;z-index:15041;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MXqITbxSBCtTt7QnTk2WULEXUFDROTxy { width:15.125rem;height:5.41666875rem;top:42.5rem;left:3.7500001192093rem;font-size:1.0625rem;z-index:15042;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DLoqTZhs8r9cUSqoZkEB3MGUl8hBpPOE { width:15.125rem;height:3.6111125rem;top:27.5rem;left:3.7500001192093rem;font-size:1.0625rem;z-index:15043;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CVlesdVDDUTvuh2lN0B7yServ0yP92Mf { width:15.125rem;height:3.6111125rem;top:32.5rem;left:3.7500001192093rem;font-size:1.0625rem;z-index:15044;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mRtnELEaey74UBdi0JJ7iZUwpsTbM6BR { width:15.125rem;height:3.6111125rem;top:37.5rem;left:3.7500001192093rem;font-size:1.0625rem;z-index:15045;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QwtQETZxTwAbbT6atFZBRqSwXNQoMDqu { width:15.125rem;height:5.41666875rem;top:48.75rem;left:3.7500001192093rem;font-size:1.0625rem;z-index:15046;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DU1uIm7EorQicCduDpLlPvLgSLul0n6k { top:13.1875rem;left:2.5000001192093rem;width:0.5625rem;height:0.5625rem;z-index:15047;background-color:#1ec731;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bvmclbLZzzFQ3XOXuNptIMtP1IygTx6b { top:18.1875rem;left:2.5000001192093rem;width:0.5625rem;height:0.5625rem;z-index:15048;background-color:#1ec731;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b5BedDJ1PiBAO2fDbkq3JbSaxFvcn0tH { top:23.1875rem;left:2.5000001192093rem;width:0.5625rem;height:0.5625rem;z-index:15049;background-color:#1ec731;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZKnOIzm5PdIDhVbTafDe6rxDb2T2Kfqf { top:28.1875rem;left:2.5000001192093rem;width:0.5625rem;height:0.5625rem;z-index:15050;background-color:#1ec731;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GOrhi7XbVcodmFutlSHsbOHceAGIUfOn { top:33.1875rem;left:2.5000001192093rem;width:0.5625rem;height:0.5625rem;z-index:15051;background-color:#1ec731;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ToHolXRthqF0vHuvWfp1dJDrASVa7two { top:38.1875rem;left:2.5000001192093rem;width:0.5625rem;height:0.5625rem;z-index:15052;background-color:#1ec731;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BEbBvnVSSb3OX09RrRKnULe0U8JrEpdw { top:43.1875rem;left:2.5000001192093rem;width:0.5625rem;height:0.5625rem;z-index:15053;background-color:#1ec731;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #l1LFIo99SvWo16BixS0bKw69pbuqve8Z { top:49.4375rem;left:2.5000001192093rem;width:0.5625rem;height:0.5625rem;z-index:15054;background-color:#1ec731;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oEXd5Jb3zPh9EAcGcImyiaetWrkh9tFf { top:67.75rem;left:1.25rem;width:17.875rem;height:44.6875rem;z-index:14999;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),0.2) ;background-color:#c82020;background-image:none;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOcoubDgWHIrWzzlH0fbnrTCf7RCJc54 { width:14.375rem;height:4.19965rem;top:69rem;left:2.5000001192093rem;font-size:1.75rem;z-index:15039;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Euf4zbQVCIshHgN8fzh6BIqeXOgMLehu { width:15.125rem;height:3.6111125rem;top:75rem;left:3.7500001192093rem;font-size:1.0625rem;z-index:15040;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gys8RxWwh8x1yVqSpwuwosK1lmUFwIC4 { width:15.125rem;height:3.6111125rem;top:80rem;left:3.7500001192093rem;font-size:1.0625rem;z-index:15041;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rcWTToDwJPl4oc9zzi6p4CwrumXMHJIc { width:15.125rem;height:3.6111125rem;top:85rem;left:3.7500001192093rem;font-size:1.0625rem;z-index:15042;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t9MmfmO7mTATLaNJ65rrgdaGDx4Qr091 { width:15.125rem;height:5.41666875rem;top:90rem;left:3.7500001192093rem;font-size:1.0625rem;z-index:15043;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cp5afJu5qP2Wr4gH793nS9VBchnqZ0UQ { width:15.8125rem;height:10.625rem;top:54.75rem;left:2.5000001192093rem;font-size:1.25rem;z-index:15037;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #folEqC6VT2Hwrn2vJTXlITL34wScTk4R { width:15.8125rem;height:14.875rem;top:96.875rem;left:2.5000001192093rem;font-size:1.25rem;z-index:15038;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C6T9Jmpff2oeCZIkkgrhtTD2wdFlptcb { top:75.6875rem;left:2.5000001192093rem;width:0.5625rem;height:0.5625rem;z-index:15055;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rDiSwTWdK6P1sqICWqhpgc2TOcXW2Kzh { top:80.6875rem;left:2.5000001192093rem;width:0.5625rem;height:0.5625rem;z-index:15056;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TXV2CA5VXDPsAndAxEJWfnLDlnmkze3a { top:85.6875rem;left:2.5000001192093rem;width:0.5625rem;height:0.5625rem;z-index:15057;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Z5bzTpOVAzNaFUUoPLiPR8v2z0FH9SVA { top:90.6875rem;left:2.5000001192093rem;width:0.5625rem;height:0.5625rem;z-index:15058;background-color:rgba(var(--color-primary-0),1);background-image:none;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) { #Jxk9U8u4r7ikGLwpN3dHJi87D6zVsKNc { width:20rem;height:0;top:11.6rem;left:0rem;font-size:1.3125rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zb81A6D2vOsCdtObJZricJQ0BpRwPDFJ { width:17.5rem;height:12.0625rem;top:15.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ok5eeNnAvVlNHnS1TaGb8A747zPsnrBa { width:17.5rem;height:12.0625rem;top:15.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rv1mrfEw7goM1SyHwmPs0DSrAVcPWWI0 { width:17.5rem;height:12.0625rem;top:15.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMOa4TSwp4GvDbtTwXmrgVcJG48SCDHd { width:15.5625rem;height:auto;top:20.5625rem;left:2.1875rem;font-size:1.0625rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VA7mbCLTk03NhT9XFv3Q435zVF5pb1a2 { width:15.5625rem;height:auto;top:20.5625rem;left:2.1875rem;font-size:1.0625rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PlRreWTeKLMq5sihokuPsuBGMPpqDPvA { width:15.5625rem;height:auto;top:20.875rem;left:2.1875rem;font-size:1.0625rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUveLp0g38iu2iWNWTn6isGJAVVqPxwP { width:13.375rem;height:auto;top:22.9375rem;left:3.3125rem;font-size:1.0625rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rPGzrBRm4ITdKzI8zanedlowNRmkcyR7 { width:13.375rem;height:auto;top:22.5625rem;left:3.3125rem;font-size:1.0625rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FoWo5ysiNLTauAVxqNfWmFc4eeBQF2DT { width:13.375rem;height:auto;top:22.9375rem;left:3.3125rem;font-size:1.0625rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NhQnR5lNguTibVezOg8hqcmSTfunAnVI { display:flex;width:3.125rem;height:3.125rem;top:16.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #tuWQKXLTGPswnoW5lSTbqZvxkE0KL16e { display:flex;width:3.125rem;height:3.125rem;top:16.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #bWmkCWk4D0a0sRKJRLQSAQcyTBsKeICk { display:flex;width:3.125rem;height:3.125rem;top:16.9375rem;left:8.4375rem; }
 }@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) { #q7vl9l3LgXb4HHnls0WxFhGvES1d9nIy { display:none; }#q7vl9l3LgXb4HHnls0WxFhGvES1d9nIy > .row .container { width:20rem;height:32.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R0TctOaKXc1ml6EiciNmvIswCvJkSSAt { 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) { #UZUxppWrpv1REDpNO10U47101B2MqSIp { 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) { #oaEH64HMT3efX5OAfSRPCqswTSAOcZJo { display:none; }#oaEH64HMT3efX5OAfSRPCqswTSAOcZJo > .row .container { width:20rem;height:108rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aZeqEe5PqH8zExzZSpzDbrnSW267cGhT { width:20rem;height:26.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ8DZA5K2yfqkwfTOEK26t29OTMpNX16 { width:20rem;height:26.125rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgTonaw8T6q6B4A0G9fR7B0w4gIPU3bb { width:20rem;height:26.125rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyrixFqgdd6bQnEMDpBIIeDNTkxMEv3N { width:13.6875rem;height:2.55rem;top:13.75rem;left:1.25rem;font-size:1.5rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lF5TWzPITTdOECvdya1PW2AD3EHHuFbP { width:20rem;height:2.55rem;top:41.125rem;left:0rem;font-size:1.5rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVVIGlTQXIHslE3i32OvHTThTRJF8NnH { width:20rem;height:5.1rem;top:68.5rem;left:0rem;font-size:1.5rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCAdlg6Mve7WrvlXyZqRQ1DQEBH4uwd9 { width:18.375rem;height:5.95rem;top:16.25rem;left:1.25rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wp60VqeJP7qn2fVCdLoWvDZxuW20Tc8A { width:18.1875rem;height:5.95rem;top:43.625rem;left:1.25rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMCULQe8PypTpTfGvN2uZ2GfNh2BceK2 { width:18.1875rem;height:5.95rem;top:71rem;left:1.25rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOFbclg7mAkq60G4FZ9afWTCH2xUrXqe { width:20rem;height:11.117318435754rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehkoLfVzdcznSa1PazAI9GGv1ZHh7RO1 { width:20rem;height:11.061452513966rem;top:83.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbhq6ASxTGP6SEykV8AcKiCUDkNEhTSP { width:20rem;height:11.111111111111rem;top:95.6859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc3RpcHFJcpIlBMr42UBQ2Fouln8RCmS { display:none; }#oc3RpcHFJcpIlBMr42UBQ2Fouln8RCmS > .row .container { width:20rem;height:69.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QuEL2degfvVB9uJEU7468q1wWAV59IwA { width:20rem;height:31.125rem;top:1.2500000242144rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzfBGSF6TxRoslW3PuWP1Ozx4VQmEQoP { display:flex;width:1.75rem;height:1.75rem;top:14.375000381843rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #VDbb9RVl5nQ0Tk5ydWS63zp81n0w2EuM { width:15.375rem;height:3.45rem;top:13.625000381843rem;left:3.7500000596046rem;font-size:1.4375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QxWhzgnqGsCfHyKBVKCameM3fCiTdxr0 { width:13.1875rem;height:1.725rem;top:46.89999961853rem;left:3.7500000596046rem;font-size:1.4375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rQTSU1XWSCR4HHI2Dy9I4Cb3ElGZx0F7 { width:20rem;height:11.194295900178rem;top:1.1249996423721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8qssGnm2liPX3ZH3ylDULITfJ9K5Tar { width:20rem;height:11.1625rem;top:34.874999761581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTkS1Rmv5v9NsQhO5dD0TTXgTVB3e7Ov { width:14.3125rem;height:1.59375rem;top:18.281250381843rem;left:3.7500000596046rem;font-size:0.9375rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iAVLpsXowG2D5RSsJvgvGNMPR81J6Jcr { width:13.25rem;height:1.59375rem;top:20.781250381843rem;left:3.7500000596046rem;font-size:0.9375rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nCFTszlKOIpZOagG6TqHCPRnRskiCQ5I { width:13.9375rem;height:1.59375rem;top:23.281250381843rem;left:3.7500000596046rem;font-size:0.9375rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wNN1SIWF6L9PAJOy0toiT9kENlNZ7Q53 { width:16.1875rem;height:1.59375rem;top:25.781250381843rem;left:3.8125000596046rem;font-size:0.9375rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rghz94aecwKD8egcipiF6WOQZdzXcIqD { width:15.875rem;height:1.59375rem;top:28.281250381843rem;left:3.7500000596046rem;font-size:0.9375rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZoRtUTnlvBGNDc6XJARtaHCnbEZorSeq { width:20rem;height:28.75rem;top:34.875000143424rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ihsL377O1zQL4ImO8pN96yVfrRv75g { display:flex;width:2.0625rem;height:2.0625rem;top:46.812501907349rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #yPZeLJJAdTXhVwk9C4yuEzJq8arBywHL { width:14.9375rem;height:1.59375rem;top:49.531251907349rem;left:3.7500000596046rem;font-size:0.9375rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mPLpfaZ5u1ctuVv0PRtEHRQngMRbzTee { width:13.875rem;height:1.59375rem;top:52.03125rem;left:3.7500000596046rem;font-size:0.9375rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pfVC7DNvCOuJWggyoHTV2XPPZs2pWPMv { width:14.8125rem;height:1.59375rem;top:54.53125rem;left:3.7500000596046rem;font-size:0.9375rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rriOWDDfqShgObECpvIWOaCpGarIUd1y { width:14.3125rem;height:1.59375rem;top:57.03125rem;left:3.7500000596046rem;font-size:0.9375rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dTv8iQuRrqTQ48Eax3CPm8v3lJzVis3R { width:15.75rem;height:1.59375rem;top:59.53125rem;left:3.7500000596046rem;font-size:0.9375rem;z-index:15027;text-align:left;text-align-last:left;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:14rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLTb94KQNo9bqGJpserTSHvVQVENJNJH { width:20rem;height:17.3125rem;top:14rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R66Ss8KLqlMcRv2PGONWpbe62RqlqfQJ { width:20rem;height:17.3125rem;top:14rem;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:19rem;left:0.8125rem;font-size:1.25rem;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:21.5rem;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:21.5rem;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:21.5rem;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:32.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1XNnFAbDPsGTAadRPq9xdAix0LZ3NV4 { width:19.125rem;height:auto;top:40.0625rem;left:0.4375rem;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:32.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtLe1qPNnTWSrmtE8uITxfxAGqlPWyrD { width:18.375rem;height:auto;top:40.25rem;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:32.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqpdLSLhovSm3p8332x18x1IGcGtL6lZ { width:18.375rem;height:auto;top:40.3125rem;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:37.5625rem;left:0.8125rem;font-size:1.25rem;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) { #UWGKIkzLtBol1m5ffKippOiVPPvrwnqG { width:8.8125rem;height:auto;top:11.75rem;left:5.5625rem;font-size:2rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hnCwfcvOf5bZ9VuoepJvdTLbKZpX7SbM { width:8.8125rem;height:auto;top:11.5rem;left:5.5625rem;font-size:2rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUXSGhRFyITE3KkS8826u6ObA4Wlzvr9 { width:8.8125rem;height:auto;top:11.5rem;left:5.5625rem;font-size:2rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJMvMqUkBOlAs2XnLvayeJtHF108GR89 { width:8.8125rem;height:auto;top:30.25rem;left:5.5625rem;font-size:2rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghtcZBcISpKivesuvsxTBOkVXqaa6Ti6 { width:8.8125rem;height:auto;top:30.25rem;left:5.5625rem;font-size:2rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZgMZi3RMy7Wce6OfmlUX6XAzB5i410u { width:8.8125rem;height:auto;top:30.5rem;left:5.5625rem;font-size:2rem;z-index:15027;text-align:center;text-align-last:center;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.3125rem;top:5.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpqURHkruMU0kSc9xKGBNpOywdzCxqQg { width:19.875rem;height:31.3125rem;top:5.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RT1cniCqi45Ekdu0oN9anMHEfJo8tr2U { width:20rem;height:auto;top:8rem;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:12.3125rem;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:12.9375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC9kV9iddrEay8ldEMzTaN63BZhiv0u1 { width:20rem;height:auto;top:14rem;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:14.625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgMNBIrvXBTXLor5Tir9a8XEfJ9nr0MI { width:20rem;height:auto;top:15.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) { #v3paTMwzXEGvXdUAkaULRkk94gaLoB36 { width:0.4375rem;height:0.4375rem;top:16.25rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMSFRhSSouGzaKXDfMTQooimCmRIz2pk { width:20rem;height:auto;top:17.3125rem;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:17.9375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUQgKQ5TG7z2HHIAxZQ4RxTbqPPaJB9U { width:20rem;height:auto;top:19rem;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:19.625rem;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:21.3125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyClA8frx0NQTuZCUfqBFBS4tbcauqLx { width:20rem;height:auto;top:22.375rem;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:23rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlbeyX26xVis5NeTHyWwhleyKmPmyMcp { width:20rem;height:auto;top:27.9375rem;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:8rem;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:12.3125rem;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:14rem;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:15.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) { #THh7c0J5yQsgFXnN5FTXwLggW9yPysFp { width:20rem;height:auto;top:17.3125rem;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:19rem;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:22.375rem;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:61.1875rem;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) { #bOm9D95thWWWPuaznrHh1EipgoGT2Cqn { width:20rem;height:2.4rem;top:35.015625rem;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:7.515625rem;left:0.68671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzKCgkHqFJW4IdXfOzsNIQRqUlZmxD1J { width:17.5rem;height:12.34725rem;top:38.528125762939rem;left:1.2500000596046rem;font-size:1.1875rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lMGrKW5URAB0nhixn4UPzbqMNDIIvLdd { width:18.4375rem;height:6.905375rem;top:51.265625rem;left:1.2500000596046rem;font-size:1.0625rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WrihrJkT9pa7JlvigpTEbm05JV4RJmTo { display:block; }#WrihrJkT9pa7JlvigpTEbm05JV4RJmTo > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hu8RWRyQTEkrfqgE8HqIInm0WAst1JFH { width:13.5rem;height:13.5rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #is22GXWJT6DSuGdrDnV8mwFH0IyCzCeK { width:17.5625rem;height:3.9rem;top:15.25rem;left:1.2500000596046rem;font-size:1.625rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wAMQ4FzSJwwdJDCW6nrSfIn6ruEttChL { width:18.5625rem;height:18.28125rem;top:20.078125rem;left:1.4375000596046rem;font-size:0.9375rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I3yUVLpSso2hdXxNTNTvdbWPSUZzibBQ { width:19rem;height:3.4375rem;top:43.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRuhz0kSPWuClC4ubH6VCR2Mx38D9MnI { display:block; }
 }@media only screen and (max-width: 763px) { #WGrOhFrkaTPl3drQNTMuR3OqRFo7Jw4z { top:40.937500476837rem;left:1.2500000596046rem;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) { #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.82291875rem;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; } }