.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,217,225;--color-primary-1:255,128,155;--color-primary-2:255,0,55;--color-primary-3:128,0,28;--color-primary-4:38,0,8;--color-secondary-0:217,222,236;--color-secondary-1:128,144,192;--color-secondary-2:0,32,128;--color-secondary-3:0,16,64;--color-secondary-4:0,5,19;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Bangers";--paragraphs-font-family:"Rubik"; }@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:#ffffff;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); }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 { position:relative;display:block; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 { background-color: transparent; background-image: none; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .row .container > .video-iframe-container { display: none; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .row > .video-iframe-container { display: none; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .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); }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 { border-width: 0; border-radius: 0; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .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; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .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:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kbEoPxtKThbrrUTJg1ZplsnWtQwfSpdq { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.75rem;top:0.78125rem;left:0.625rem;overflow:hidden;display:block; }
#xEccWsJBwKMrqsIC6wSbOSQCt8D3urVE { color:rgba(var(--color-secondary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:2.3125rem;left:38.8125rem;height:3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.4625rem;padding-right:0.48375rem;padding-bottom:0.4625rem;padding-left:0.48375rem;display:block;align-items:center;width:2.899375rem;min-width:2.899375rem;height:2.4775rem;position:relative;font-family:var(--headlines-font-family);font-size:1.849375rem;font-weight:400;line-height:39.64px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.289375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.868125rem;height:0.9775rem;position:relative;font-family:var(--headlines-font-family);font-size:0.695rem;font-weight:400;line-height:15.64px;text-align:center;text-align-last:center;text-transform:none;top:-5%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.5rem;height:4.669375rem;padding-top:0.058125rem;padding-right:0.06875rem;padding-bottom:0.058125rem;padding-left:0.06875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.75rem;left:54.75rem;z-index:5000; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #WKpomROxzWFFaiNRATsu5vP4pMrQCkV3 { display:flex;position:relative;top:0rem;left:0rem; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #E28539iq0CfIdQ7wPZmw6Z552akzVOd4 { width:auto; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #BsThFmy2LGtMyzMoi9IaH6qgIVALGoky {  }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #P9fyy7UWzLhTIsCJ7NOPkU9Ngh9Acpyl { display:flex;position:relative;top:0rem;left:0rem; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #wD2vtIR7cvHH1AXH5o5l794UDI0orfTh {  }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #QWpTcgKxisezZ1fi0tWSk2rF9C9TdTZw {  }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #ce804pmMMQIUE1EqTLEC9Q5zgkIJD0sx { display:flex;position:relative;top:0rem;left:0rem; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #DtXXN743SrMD7DgUFXI19R9iDnCuMRKz {  }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #N2V3hh5GzAP5qGuCgvT19f2CUJdANEMK {  }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #ZGcHrC0TOalIODcchnlXGNRyT5LCUxyN { display:flex;position:relative;top:0rem;left:0rem; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #pB9WuZef7BlSH82sHbIZeZlWZ8Xd5lm2 {  }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #Ad1Eah0gBZfhHzTnfOeyFfR5HNVX8hIl {  }
#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU { position:relative;display:block; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU { background-color: transparent; background-image: none; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .row .container > .video-iframe-container { display: none; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .row > .video-iframe-container { display: none; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .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); }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU { border-width: 0; border-radius: 0; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .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; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QWdF4rfRUBE6FkozEGHIAZpz21kJJ6TM { color:rgba(var(--color-secondary-2),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:1.23828125rem;left:12.1875rem;height:1.2744125rem;font-style:italic;display:block; }
#JGJ6O7QeHHEvZ8slQptZ56PCiU9S0Ns4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.25rem;left:10.3125rem; }
#lQ76TkQIA4XUb9v9JWvi7Ic4QQ22t80R { color:rgba(var(--color-secondary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.7;letter-spacing:0;top:1.25rem;left:1.25rem;height:1.2744125rem;font-style:italic;display:block; }
#hLXZaICAH1hydrsZc5zqIM45vEAndxTd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.25rem;left:72.5rem; }
#hLXZaICAH1hydrsZc5zqIM45vEAndxTd > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#uCBrzPGqy34WqAC7a6VBdSD6W81gNQ78 { position:absolute;display:block;z-index:14995;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.5rem;width:63.75rem;top:0rem;left:5.625rem;overflow:hidden;display:block; }
#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 { z-index:;position:relative;display:block; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 { background-color: transparent; background-image: none; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row .container > .video-iframe-container { display: none; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row > .video-iframe-container { display: none; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .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); }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 { border-width: 0; border-radius: 0; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row .container > .video-iframe-container { border-top-left-radius:5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:5rem; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:5rem;position:relative;display:block; }#rcURwngKEb9PxSHAkxQ7V6tiQ2npWHS2 { 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:15017;opacity:1;top:6.25rem;left:35.9375rem; }
#rcURwngKEb9PxSHAkxQ7V6tiQ2npWHS2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ZTbJPNaGNBW0x0e6ETwGoK8i4UGVs72q { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.5rem;left:0rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xJpZsIuZ8CWMpvtVyB3c4JMiEyFVIVuM { position:relative;display:block; }#xJpZsIuZ8CWMpvtVyB3c4JMiEyFVIVuM { background-color: transparent; background-image: none; }#xJpZsIuZ8CWMpvtVyB3c4JMiEyFVIVuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJpZsIuZ8CWMpvtVyB3c4JMiEyFVIVuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJpZsIuZ8CWMpvtVyB3c4JMiEyFVIVuM > .row .container > .video-iframe-container { display: none; }#xJpZsIuZ8CWMpvtVyB3c4JMiEyFVIVuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJpZsIuZ8CWMpvtVyB3c4JMiEyFVIVuM > .row > .video-iframe-container { display: none; }#xJpZsIuZ8CWMpvtVyB3c4JMiEyFVIVuM > .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); }#xJpZsIuZ8CWMpvtVyB3c4JMiEyFVIVuM { border-width: 0; border-radius: 0; }#xJpZsIuZ8CWMpvtVyB3c4JMiEyFVIVuM > .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; }#xJpZsIuZ8CWMpvtVyB3c4JMiEyFVIVuM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bVPMSzSQmJFDwDhiQnS0dqRmJ2H1cPJg { color:rgba(var(--color-secondary-2),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5rem;left:18.125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l9hSzc0bTi5sAXM4naGwmJAxPHOf484T { color:rgba(var(--color-secondary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:14.25rem;left:30rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CXHanAG8UNZWnVxfuX4wcduC8BHXxKsT { color:rgba(var(--color-secondary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:16.6875rem;left:30rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#CXHanAG8UNZWnVxfuX4wcduC8BHXxKsT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CXHanAG8UNZWnVxfuX4wcduC8BHXxKsT li:before{  }
#ihG2S2uVyD9zuTIx0CW2I6RqDGbxDCVd { position:absolute;display:block;z-index:15016;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:17.5rem;width:21.75rem;top:8.75rem;left:1.25rem;overflow:hidden;display:block; }
#NUFcVpCvFSp5fLoGNT4aq0q9uc9Pk36k { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.25rem;left:17.9375rem;display:block; }
#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu { position:relative;display:block; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu { background-color: transparent; background-image: none; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row .container > .video-iframe-container { display: none; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row > .video-iframe-container { display: none; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .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); }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu { border-width: 0; border-radius: 0; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row .container > .video-iframe-container { border-top-left-radius:2.5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:2.5rem; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;border-top-left-radius:2.5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:2.5rem;position:relative;display:block; }#Jrdag7srF6kosH5uaiQM9CBr7b5Weukz { color:rgba(var(--color-secondary-2),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:3.75rem;left:4.375rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ssTlLFsChxuSrSOHA6DvDHZ1DuEpkzom { position:absolute;display:block;z-index:15014;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:29.375rem;width:25rem;top:11.875rem;left:46.875rem;overflow:hidden;display:block; }
#rnqRM78eOcAE1Z2EpTKBgieqkpOafnlq { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5rem;left:44.625rem;display:block; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.125rem;color:rgba(var(--color-secondary-2),1);font-style:normal;height:auto; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-secondary-2),1);font-weight:300;font-style:normal;height:auto; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM .accordion-trigger { width:1rem;min-width:1rem;height:1rem;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_db3c1ad50278ed3cfa61e0359eefc5ecd7ed26cb.svg");background-size:contain !important; }#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM .accordion-trigger.adaptive-delivery-prevent-bg, #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM .accordion-trigger.lazyload, #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM .accordion-trigger.lazyloading { background-image: none; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM { box-sizing:content-box;height:auto;width:26.25rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15015;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:16.5rem;left:4.375rem; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #WNgAAih2JKE7F99kNtOdqCe1p9MZP21M { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #gKm5cNHI1QqAN7JbSIE2M516GDCVZxHx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #apPr01qXP1vUZgbG7PmFbbyNxbByToZI { display:block;position:relative; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #mdSPL77BvZi45pAaGQqGvi3rDd9E8ABe {  }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #qyUSqtT5y9fXroNKq58i3IAXvQkBAGTU {  }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #IPCRXPi8GVecFUJlqfiCNot6BDaTiUim { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #kkPoH9IBR4vIKhHm8qITMnfUO5PTl2Dq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #g2ERGm2DEzZHXzv4S09eFqXUvEsR4ZWC { display:block;position:relative; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #E2zDEzn5eqglGTcT0m4vqZB3Xi6dhTJS {  }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #M58pcJTa7pQgvMz8GfQcSrklhGNXa0z5 { display:none; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #hg0BgzmJpktyZ4SZ6MWEWRuTyTefzI2f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #DKobFsUrfrphRXC2sC0Taox37UWeosHF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #D2Xm3zglWsSpnZR2ZK0abUfn7BSpO73Z { display:block;position:relative; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #k3UUh1Xs1Kwr1MbpOp4VPNtRbNGJyBHw {  }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #Jb7MQ6lprBBerHHExSiMAm7NOa9oUF4b { display:none; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #MuEPZIAlBWViwgfGvdWBIv71TXNxF9v9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #WGUE8sS28nB731ZffMLdwmPvV3smh0FE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #Dg0HOymQSs1r2otEr7GwRkrci9ShO7sK { display:block;position:relative; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #iPWIhlvA0mDVqHZquP570DWxIrwmQwCI {  }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #is12X4lwM0VGoRVk6VagaPauFq4DpN95 { display:none; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #zPOHZZZbk8uHhVt5CaMr6lZB0yTtIGmT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #c2AGmcVcTs893fOZbGnAMtcfIfGeT9XT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #B3IvWBczy0IZaAk15zoG3Ahx3AITCPk3 { display:block;position:relative; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #AQEfVuuaOuaK2ukNBUEZBdpL65OMo6pO {  }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #ZhNTLBZCGxzdb4A3hoQoHZ8sBfE3B8IH { display:none; }
#yUk5g7hGcfE7Q7Qa6h74o2r4HiRps4KK { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid rgba(var(--color-primary-2),1);border-left:0.4375rem solid rgba(var(--color-primary-2),1);border-right:0.4375rem solid rgba(var(--color-primary-2),1);border-bottom:0.4375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.75rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:35.625rem;left:5.375rem;display:block; }
#W2JHTKc05vXkf73W3NPpH5M4byehO1ac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz { position:relative;display:block; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz { background-color: transparent; background-image: none; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .row .container > .video-iframe-container { display: none; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .row > .video-iframe-container { display: none; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .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); }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz { border-width: 0; border-radius: 0; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .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; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50rem;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; }#PEDZpE2sZ5UFnQSuneW6fyEWWQPGNgdS { color:rgba(var(--color-primary-2),1);display:block;width:70rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.5rem;left:2.5rem;height:2.6806625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zSGeav64aUhkhoKoAwsoDWyCTTbqyiHg { color:rgba(var(--color-secondary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:7.6875rem;left:30rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lDctxQ8Qz5WBqHsFRNlEAx0fauGLTS2K { color:rgba(var(--color-secondary-2),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:22.5625rem;left:30rem;height:9.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lDctxQ8Qz5WBqHsFRNlEAx0fauGLTS2K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lDctxQ8Qz5WBqHsFRNlEAx0fauGLTS2K li:before{  }
#tG7TwXfh68zDrJHeymW3W11pB422ozAc { color:rgba(var(--color-secondary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:20.125rem;left:30rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GpnC0vG9h7PVcN66N7ratLh5Uc5HKcAb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:18.75rem;top:10.1875rem;left:5rem;overflow:hidden;display:block; }
#L8IMGLzhHmnqPlkqTikbASOd6vcTtp6V { box-sizing:content-box;height:18.75rem;width:18.75rem;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:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6796875rem;left:2.5rem;display:block; }
#l5IOHtTpTdnv5LJ7flICBMmp2pS8q407 { position:absolute;display:block;z-index:15017;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:15rem;width:19.0625rem;top:35rem;left:55.9375rem;overflow:hidden;display:block; }
#N8PIC2laThqqvRSUVDNApdCg1PRMiQlF { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid rgba(var(--color-primary-2),1);border-left:0.4375rem solid rgba(var(--color-primary-2),1);border-right:0.4375rem solid rgba(var(--color-primary-2),1);border-bottom:0.4375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:36.25rem;left:40.9375rem;display:block; }
#NV22aqP5VSehUlPD5OcJTbERiykTokQq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zg81bq8iL95zJpTK6EvMMGEu2zUw677K { color:rgba(var(--color-secondary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:41.25rem;left:43.8125rem;height:5.25rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I3ska4HWl3ZwQa3D1851J6idirp5dK6F { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:khand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.5rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:47.5rem;left:0rem;display:block; }
#aZ0uBoytetouvq5IBkntCyEVlrFA54hI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXINOrSvzrX26SwUEeNTEXEpR7wcr5yy { color:rgba(var(--color-secondary-2),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15010;line-height:2;letter-spacing:0;top:48.125rem;left:0.5rem;height:1.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#perylMrVxXdVa0LBzrTUcyNa4eIZIdUx { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:48.125rem;left:5.4375rem; }
#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z { position:relative;display:block; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z { background-color: transparent; background-image: none; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .row .container > .video-iframe-container { display: none; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .row > .video-iframe-container { display: none; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .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); }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z { border-width: 0; border-radius: 0; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .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; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zTK4GyVabQdKddlkRzsgd9EAZfV6ThxL { position:absolute;display:block;z-index:15016;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:25rem;width:75rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#vHmUewg4dp8titAUrVuzsRkhMOmSDJ8d { 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:37.5rem;width:56.25rem;display:none; }
#aGEAyGNheytVTJ2tyJtIb3ILpG4C8FAp { position:relative;display:block; }#aGEAyGNheytVTJ2tyJtIb3ILpG4C8FAp { background-color: transparent; background-image: none; }#aGEAyGNheytVTJ2tyJtIb3ILpG4C8FAp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGEAyGNheytVTJ2tyJtIb3ILpG4C8FAp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGEAyGNheytVTJ2tyJtIb3ILpG4C8FAp > .row .container > .video-iframe-container { display: none; }#aGEAyGNheytVTJ2tyJtIb3ILpG4C8FAp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGEAyGNheytVTJ2tyJtIb3ILpG4C8FAp > .row > .video-iframe-container { display: none; }#aGEAyGNheytVTJ2tyJtIb3ILpG4C8FAp > .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); }#aGEAyGNheytVTJ2tyJtIb3ILpG4C8FAp { border-width: 0; border-radius: 0; }#aGEAyGNheytVTJ2tyJtIb3ILpG4C8FAp > .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; }#aGEAyGNheytVTJ2tyJtIb3ILpG4C8FAp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SHaTfZWFc18kVzSLqmmkXFUlTzy8xpPq { color:rgba(var(--color-secondary-2),1);display:block;width:72.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:5.625rem;left:1.25rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TZenTeLTD3vtrN8xuIW4onsTkPr5c2iS { color:rgba(var(--color-secondary-2),1);display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:6.25rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZdUyIoxuHtxT6gUzzI0V6Mm6fKPcfPwJ { position:relative;display:block; }#ZdUyIoxuHtxT6gUzzI0V6Mm6fKPcfPwJ { background-color: transparent; background-image: none; }#ZdUyIoxuHtxT6gUzzI0V6Mm6fKPcfPwJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdUyIoxuHtxT6gUzzI0V6Mm6fKPcfPwJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdUyIoxuHtxT6gUzzI0V6Mm6fKPcfPwJ > .row .container > .video-iframe-container { display: none; }#ZdUyIoxuHtxT6gUzzI0V6Mm6fKPcfPwJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdUyIoxuHtxT6gUzzI0V6Mm6fKPcfPwJ > .row > .video-iframe-container { display: none; }#ZdUyIoxuHtxT6gUzzI0V6Mm6fKPcfPwJ > .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); }#ZdUyIoxuHtxT6gUzzI0V6Mm6fKPcfPwJ { border-width: 0; border-radius: 0; }#ZdUyIoxuHtxT6gUzzI0V6Mm6fKPcfPwJ > .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; }#ZdUyIoxuHtxT6gUzzI0V6Mm6fKPcfPwJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:77.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xI0cBFFlcxM71ecJ4BwPwRGxA0Ursi4M { color:rgba(var(--color-secondary-2),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:62.4140625rem;left:10.9375rem;height:;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oaVM7UDo3IhyEa8bir9uLN9FdBushPgl { position:absolute;display:block;z-index:14997;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:31.25rem;top:14.375rem;left:21.875rem;overflow:hidden;display:block; }
#DGOzq2fFQaRGOsdlJC60WTxbIkoMPCwO { box-sizing:content-box;height:47.8125rem;width:30.625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);top:22.1875rem;left:5.9375rem;border-top-left-radius:5rem;border-top-right-radius:0rem;border-bottom-left-radius:5rem;border-bottom-right-radius:0rem;display:block; }
#bGCsXNVnxhNFyA30wUyDg9BzSVrqqvHQ { box-sizing:content-box;height:47.8125rem;width:30.625rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);top:22.1875rem;left:37.1875rem;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5rem;display:block; }
#i7Ri8APax6SUTmkXGUHUVvK2qGTEnKFP { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:25.9375rem;left:53.75rem;height:;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OMVyOu0XszMqEpimZXAteAwbbgdugzyT { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:24.0625rem;left:25rem; }
#RC8IpTp6fH78VEqzqTXlBwSlVlkHANKd { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:24.0625rem;left:42.5rem; }
#QUDdNKiQha1EQutW7mcxdOGwPd5gQzML { position:absolute;display:block;z-index:15046;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:18.75rem;width:31.25rem;top:0rem;left:23.125rem;overflow:hidden;display:block; }
#QsM7GVFz7gOzqfAn6xaHT0fwJLsFZntf { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:25.9375rem;left:8.75rem;height:7.19925rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S8yV6vOKKJWh5i8aoe0sAdV1wBP6yHBx { position:absolute;display:block;z-index:15047;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:21.875rem;width:21.875rem;top:38.07421875rem;left:6.5625rem;overflow:hidden;display:block; }
#vMO2kKVN7aIgIwg1qbuT0Tbmg2lXMJSQ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:38.125rem;left:31.25rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZMWtLG7MpOOSiSqZg7JVZL2iLB83t2pz { 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:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.32421875rem;left:8.75rem;display:block; }
#T6Ez7MMtklcTsqM8KrFLoGhZrvcwWcEr { position:absolute;display:block;z-index:15048;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:15.625rem;width:20.75rem;top:31.5rem;left:45.5rem;overflow:hidden;display:block; }
#W2NEbPsA9ELiREufhs2ytez2vGTsaCKf { position:absolute;display:block;z-index:15049;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:12.5rem;width:25rem;top:47.44921875rem;left:39.0625rem;overflow:hidden;display:block; }
#MDCBctwAmFzHC4fSIk3KbgScfZLMdzzc { color:rgba(var(--color-secondary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:62.4140625rem;left:39.6875rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rpm1BePmgwVc0qcKw4FZAOwTXf7oPZ7Z { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:5.625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:68.125rem;left:21.875rem;display:block; }
#lJ4Txp1ELRT3knoTHyf1fn56TioIs1VS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ePscuw0Z32GHXw3R7M4P45BPhAB26vPS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:khand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.5rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:75rem;left:67.8125rem;display:block; }
#nQaerB1eVdACva3PEewvgAXuzCzEic0B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tV4Dpmlw9winmEzqI226D1hBqewiLMAX { color:rgba(var(--color-secondary-2),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15013;line-height:2;letter-spacing:0;top:75.625rem;left:68.3125rem;height:1.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tTt0AdS3mGo5U4B7eNkIzP7yEo7VNReq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:75.625rem;left:73.25rem; }
#zvaXMrpVu8IewsKEXh99ngE7mT8mNVZX { 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:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.32421875rem;left:8.75rem;display:none; }
#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 { position:relative;display:block; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 { background-color: transparent; background-image: none; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .row .container > .video-iframe-container { display: none; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .row > .video-iframe-container { display: none; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .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); }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 { border-width: 0; border-radius: 0; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .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; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#seAPeHOUI3dh4DoBlaIJhWUIoCfbeFZ8 { color:rgba(var(--color-secondary-2),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:0rem;left:16.5625rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cgzGx8hmlmQDgGu70dBRgM9TLgffC2hm { color:rgba(var(--color-secondary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:0rem;left:15rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sppObICCZCKCOeJELWPzfuZ4bQccR8WQ { color:rgba(var(--color-secondary-2),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:1.25rem;left:16.5625rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S30SWHlBU7t1sC4bRA49m7d6wbgS4gH9 { color:rgba(var(--color-secondary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:1.25rem;left:15rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZTfWE9H3HrGM20mml1BFTbm1uT8I4nek { color:rgba(var(--color-secondary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:2.5rem;left:15rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d6bbNuJz5PIBbU0okvlGJaMnIHdcPNce { color:rgba(var(--color-secondary-2),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:2.5rem;left:16.5625rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT { position:relative;display:block; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT { background-color: transparent; background-image: none; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row .container > .video-iframe-container { display: none; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row > .video-iframe-container { display: none; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .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); }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT { border-width: 0; border-radius: 0; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#R37kudpINovJEMUNPtSGSdVcp1bHWFbv { box-sizing:content-box;height:0.25rem;width:25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.4375rem;left:25rem;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;display:block; }
#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row .container { background-color: transparent; background-image: none; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row .container > .video-iframe-container { display: none; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row > .video-iframe-container { display: none; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .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); }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row .container { border-width: 0; border-radius: 0; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;overflow:visible;position:relative;display:block; }#bda908fa0b345c5e30fec1dfe8af716f { color:rgba(var(--color-secondary-2),1);display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:1.875rem;left:1.875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jad41cc959e852af6225d5f6060bdad6 { color:rgba(var(--color-secondary-2),1);display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:3.1875rem;left:1.875rem;height:1.19921875rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m5f203c2204111037c1456ecb08b6bc9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.875rem;left:34.6875rem; }
#m5f203c2204111037c1456ecb08b6bc9 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#a366778d0ddb60b56b0efb5cbcb6d3e9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.875rem;left:37.875rem; }
#a366778d0ddb60b56b0efb5cbcb6d3e9 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Db1e4a425f0965a2d9475391a5a180b8 { position:absolute;display:block;z-index:15005;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.125rem;width:12.5rem;top:1.5625rem;left:60.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 { display:block; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbEoPxtKThbrrUTJg1ZplsnWtQwfSpdq { top:0.75rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEccWsJBwKMrqsIC6wSbOSQCt8D3urVE { top:2.3125rem;left:25.1875rem;width:14.125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 { width:18rem;height:5.0625rem;display:flex;top:3.0625rem;left:14.25rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #WKpomROxzWFFaiNRATsu5vP4pMrQCkV3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #E28539iq0CfIdQ7wPZmw6Z552akzVOd4 {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #BsThFmy2LGtMyzMoi9IaH6qgIVALGoky {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #P9fyy7UWzLhTIsCJ7NOPkU9Ngh9Acpyl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #wD2vtIR7cvHH1AXH5o5l794UDI0orfTh {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #QWpTcgKxisezZ1fi0tWSk2rF9C9TdTZw {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #ce804pmMMQIUE1EqTLEC9Q5zgkIJD0sx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #DtXXN743SrMD7DgUFXI19R9iDnCuMRKz {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #N2V3hh5GzAP5qGuCgvT19f2CUJdANEMK {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #ZGcHrC0TOalIODcchnlXGNRyT5LCUxyN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #pB9WuZef7BlSH82sHbIZeZlWZ8Xd5lm2 {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #Ad1Eah0gBZfhHzTnfOeyFfR5HNVX8hIl {  }
 }@media only screen and (max-width: 763px) { #Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU { display:block; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWdF4rfRUBE6FkozEGHIAZpz21kJJ6TM { top:1.1875rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGJ6O7QeHHEvZ8slQptZ56PCiU9S0Ns4 { top:1.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ76TkQIA4XUb9v9JWvi7Ic4QQ22t80R { top:1.25rem;left:0rem;width:9.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLXZaICAH1hydrsZc5zqIM45vEAndxTd { top:1.25rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#hLXZaICAH1hydrsZc5zqIM45vEAndxTd > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCBrzPGqy34WqAC7a6VBdSD6W81gNQ78 { top:0rem;left:0rem;width:47.75rem;height:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 { display:block; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcURwngKEb9PxSHAkxQ7V6tiQ2npWHS2 { top:6.25rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
#rcURwngKEb9PxSHAkxQ7V6tiQ2npWHS2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ZTbJPNaGNBW0x0e6ETwGoK8i4UGVs72q { width:47.75rem;height:3.9375rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJpZsIuZ8CWMpvtVyB3c4JMiEyFVIVuM { display:block; }#xJpZsIuZ8CWMpvtVyB3c4JMiEyFVIVuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVPMSzSQmJFDwDhiQnS0dqRmJ2H1cPJg { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9hSzc0bTi5sAXM4naGwmJAxPHOf484T { width:37.5rem;height:1.875rem;top:14.25rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXHanAG8UNZWnVxfuX4wcduC8BHXxKsT { width:43.75rem;height:;top:16.6875rem;left:4rem;font-size:0.8125rem;display:block; }#CXHanAG8UNZWnVxfuX4wcduC8BHXxKsT li:before{  }
 }@media only screen and (max-width: 763px) { #ihG2S2uVyD9zuTIx0CW2I6RqDGbxDCVd { top:8.75rem;left:0rem;width:21.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUFcVpCvFSp5fLoGNT4aq0q9uc9Pk36k { top:12.25rem;left:4.3125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqsOIgXb9am97Cf6IDAcoUObGepd7eNu { display:block; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jrdag7srF6kosH5uaiQM9CBr7b5Weukz { width:46.875rem;height:9rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssTlLFsChxuSrSOHA6DvDHZ1DuEpkzom { top:11.875rem;left:22.75rem;width:25rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnqRM78eOcAE1Z2EpTKBgieqkpOafnlq { top:11.5rem;left:31rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM { display:flex;height:auto;width:27.8125rem;top:15.25rem;left:0rem; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #WNgAAih2JKE7F99kNtOdqCe1p9MZP21M {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #gKm5cNHI1QqAN7JbSIE2M516GDCVZxHx {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #apPr01qXP1vUZgbG7PmFbbyNxbByToZI {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #mdSPL77BvZi45pAaGQqGvi3rDd9E8ABe {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #qyUSqtT5y9fXroNKq58i3IAXvQkBAGTU {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #IPCRXPi8GVecFUJlqfiCNot6BDaTiUim {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #kkPoH9IBR4vIKhHm8qITMnfUO5PTl2Dq {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #g2ERGm2DEzZHXzv4S09eFqXUvEsR4ZWC {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #E2zDEzn5eqglGTcT0m4vqZB3Xi6dhTJS {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #M58pcJTa7pQgvMz8GfQcSrklhGNXa0z5 {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #hg0BgzmJpktyZ4SZ6MWEWRuTyTefzI2f {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #DKobFsUrfrphRXC2sC0Taox37UWeosHF {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #D2Xm3zglWsSpnZR2ZK0abUfn7BSpO73Z {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #k3UUh1Xs1Kwr1MbpOp4VPNtRbNGJyBHw {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #Jb7MQ6lprBBerHHExSiMAm7NOa9oUF4b {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #MuEPZIAlBWViwgfGvdWBIv71TXNxF9v9 {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #WGUE8sS28nB731ZffMLdwmPvV3smh0FE {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #Dg0HOymQSs1r2otEr7GwRkrci9ShO7sK {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #iPWIhlvA0mDVqHZquP570DWxIrwmQwCI {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #is12X4lwM0VGoRVk6VagaPauFq4DpN95 {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #zPOHZZZbk8uHhVt5CaMr6lZB0yTtIGmT {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #c2AGmcVcTs893fOZbGnAMtcfIfGeT9XT {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #B3IvWBczy0IZaAk15zoG3Ahx3AITCPk3 {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #AQEfVuuaOuaK2ukNBUEZBdpL65OMo6pO {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #ZhNTLBZCGxzdb4A3hoQoHZ8sBfE3B8IH {  }
 }@media only screen and (max-width: 763px) { #yUk5g7hGcfE7Q7Qa6h74o2r4HiRps4KK { width:20.625rem;height:3.75rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2JHTKc05vXkf73W3NPpH5M4byehO1ac { display:block; }
 }@media only screen and (max-width: 763px) { #ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz { display:block; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEDZpE2sZ5UFnQSuneW6fyEWWQPGNgdS { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSGeav64aUhkhoKoAwsoDWyCTTbqyiHg { width:37.5rem;height:9.375rem;top:7.6875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDctxQ8Qz5WBqHsFRNlEAx0fauGLTS2K { width:36.8125rem;height:9.0625rem;top:22.5625rem;left:10.25rem;font-size:0.8125rem;display:block; }#lDctxQ8Qz5WBqHsFRNlEAx0fauGLTS2K li:before{  }
 }@media only screen and (max-width: 763px) { #tG7TwXfh68zDrJHeymW3W11pB422ozAc { width:37.5rem;height:1.875rem;top:20.125rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpnC0vG9h7PVcN66N7ratLh5Uc5HKcAb { top:10.1875rem;left:0rem;width:18.75rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8IMGLzhHmnqPlkqTikbASOd6vcTtp6V { top:7.625rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5IOHtTpTdnv5LJ7flICBMmp2pS8q407 { top:35rem;left:28.6875rem;width:19.0625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8PIC2laThqqvRSUVDNApdCg1PRMiQlF { width:22.5rem;height:3.75rem;top:36.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV22aqP5VSehUlPD5OcJTbERiykTokQq { display:block; }
 }@media only screen and (max-width: 763px) { #Zg81bq8iL95zJpTK6EvMMGEu2zUw677K { width:10.9375rem;height:5.25rem;top:41.25rem;left:30.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ska4HWl3ZwQa3D1851J6idirp5dK6F { width:7.1875rem;height:2.5rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ0uBoytetouvq5IBkntCyEVlrFA54hI { display:block; }
 }@media only screen and (max-width: 763px) { #AXINOrSvzrX26SwUEeNTEXEpR7wcr5yy { top:48.125rem;left:0rem;width:5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #perylMrVxXdVa0LBzrTUcyNa4eIZIdUx { top:48.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z { display:block; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTK4GyVabQdKddlkRzsgd9EAZfV6ThxL { top:3.125rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHmUewg4dp8titAUrVuzsRkhMOmSDJ8d { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGEAyGNheytVTJ2tyJtIb3ILpG4C8FAp { display:block; }#aGEAyGNheytVTJ2tyJtIb3ILpG4C8FAp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHaTfZWFc18kVzSLqmmkXFUlTzy8xpPq { width:47.75rem;height:3.75rem;top:5.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZenTeLTD3vtrN8xuIW4onsTkPr5c2iS { width:47.75rem;height:4.1875rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdUyIoxuHtxT6gUzzI0V6Mm6fKPcfPwJ { display:block; }#ZdUyIoxuHtxT6gUzzI0V6Mm6fKPcfPwJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xI0cBFFlcxM71ecJ4BwPwRGxA0Ursi4M { width:24.375rem;height:;top:62.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaVM7UDo3IhyEa8bir9uLN9FdBushPgl { top:14.375rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGOzq2fFQaRGOsdlJC60WTxbIkoMPCwO { top:22.1875rem;left:0rem;width:30.625rem;height:47.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGCsXNVnxhNFyA30wUyDg9BzSVrqqvHQ { top:22.1875rem;left:0rem;width:30.625rem;height:47.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7Ri8APax6SUTmkXGUHUVvK2qGTEnKFP { width:12.5rem;height:;top:25.9375rem;left:33.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMVyOu0XszMqEpimZXAteAwbbgdugzyT { width:7.5rem;height:7.5rem;top:24.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC8IpTp6fH78VEqzqTXlBwSlVlkHANKd { width:7.5rem;height:7.5rem;top:24.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUDdNKiQha1EQutW7mcxdOGwPd5gQzML { top:0rem;left:0rem;width:31.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsM7GVFz7gOzqfAn6xaHT0fwJLsFZntf { width:12.5rem;height:;top:25.9375rem;left:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8yV6vOKKJWh5i8aoe0sAdV1wBP6yHBx { top:38.0625rem;left:0rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMO2kKVN7aIgIwg1qbuT0Tbmg2lXMJSQ { width:12.5rem;height:3.5625rem;top:38.125rem;left:11.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMWtLG7MpOOSiSqZg7JVZL2iLB83t2pz { top:34.3125rem;left:1.9375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Ez7MMtklcTsqM8KrFLoGhZrvcwWcEr { top:31.5rem;left:22.75rem;width:20.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2NEbPsA9ELiREufhs2ytez2vGTsaCKf { top:47.4375rem;left:22.75rem;width:25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDCBctwAmFzHC4fSIk3KbgScfZLMdzzc { width:26.875rem;height:5.875rem;top:62.375rem;left:20.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpm1BePmgwVc0qcKw4FZAOwTXf7oPZ7Z { width:31.25rem;height:5.625rem;top:68.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4Txp1ELRT3knoTHyf1fn56TioIs1VS { display:block; }
 }@media only screen and (max-width: 763px) { #ePscuw0Z32GHXw3R7M4P45BPhAB26vPS { width:7.1875rem;height:2.5rem;top:75rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQaerB1eVdACva3PEewvgAXuzCzEic0B { display:block; }
 }@media only screen and (max-width: 763px) { #tV4Dpmlw9winmEzqI226D1hBqewiLMAX { top:75.625rem;left:42.75rem;width:5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTt0AdS3mGo5U4B7eNkIzP7yEo7VNReq { top:75.625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvaXMrpVu8IewsKEXh99ngE7mT8mNVZX { top:34.3125rem;left:1.9375rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 { display:block; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seAPeHOUI3dh4DoBlaIJhWUIoCfbeFZ8 { width:47.75rem;height:0.875rem;top:0rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgzGx8hmlmQDgGu70dBRgM9TLgffC2hm { width:1.5625rem;height:0.875rem;top:0rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sppObICCZCKCOeJELWPzfuZ4bQccR8WQ { width:47.75rem;height:0.875rem;top:1.25rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S30SWHlBU7t1sC4bRA49m7d6wbgS4gH9 { width:1.5625rem;height:0.875rem;top:1.25rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTfWE9H3HrGM20mml1BFTbm1uT8I4nek { width:1.5625rem;height:0.875rem;top:2.5rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6bbNuJz5PIBbU0okvlGJaMnIHdcPNce { width:47.75rem;height:0.875rem;top:2.5rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT { display:block; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R37kudpINovJEMUNPtSGSdVcp1bHWFbv { top:1.4375rem;left:11.375rem;width:25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 { display:block; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bda908fa0b345c5e30fec1dfe8af716f { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jad41cc959e852af6225d5f6060bdad6 { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5f203c2204111037c1456ecb08b6bc9 { top:1.875rem;left:21.0625rem;width:2.5rem;height:2.5rem;display:block; }
#m5f203c2204111037c1456ecb08b6bc9 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #a366778d0ddb60b56b0efb5cbcb6d3e9 { top:1.875rem;left:24.25rem;width:2.5rem;height:2.5rem;display:block; }
#a366778d0ddb60b56b0efb5cbcb6d3e9 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Db1e4a425f0965a2d9475391a5a180b8 { top:1.5625rem;left:35.25rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 { display:block; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbEoPxtKThbrrUTJg1ZplsnWtQwfSpdq { width:18.75rem;height:4.6875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEccWsJBwKMrqsIC6wSbOSQCt8D3urVE { width:20rem;height:1.25rem;top:8.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 .widget-text.counter-number { padding-top:0.3675rem;padding-right:0.334375rem;padding-bottom:0.3675rem;padding-left:0.334375rem;width:2.004375rem;min-width:2.004375rem;height:1.97375rem;font-size:1.469375rem;line-height:31.58px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.23rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.6725rem;height:0.780625rem;font-size:0.551875rem;line-height:12.49px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 { width:14.6875rem;height:3.719375rem;display:flex;top:9.9375rem;left:2.5625rem;z-index:5000;padding-top:0.056875rem;padding-right:0.066875rem;padding-bottom:0.056875rem;padding-left:0.066875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #WKpomROxzWFFaiNRATsu5vP4pMrQCkV3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #E28539iq0CfIdQ7wPZmw6Z552akzVOd4 {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #BsThFmy2LGtMyzMoi9IaH6qgIVALGoky {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #P9fyy7UWzLhTIsCJ7NOPkU9Ngh9Acpyl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #wD2vtIR7cvHH1AXH5o5l794UDI0orfTh {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #QWpTcgKxisezZ1fi0tWSk2rF9C9TdTZw {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #ce804pmMMQIUE1EqTLEC9Q5zgkIJD0sx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #DtXXN743SrMD7DgUFXI19R9iDnCuMRKz {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #N2V3hh5GzAP5qGuCgvT19f2CUJdANEMK {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #ZGcHrC0TOalIODcchnlXGNRyT5LCUxyN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #pB9WuZef7BlSH82sHbIZeZlWZ8Xd5lm2 {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #Ad1Eah0gBZfhHzTnfOeyFfR5HNVX8hIl {  }
 }@media only screen and (max-width: 763px) { #Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU { display:block; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWdF4rfRUBE6FkozEGHIAZpz21kJJ6TM { width:5rem;height:1.2744125rem;top:0.61328125rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGJ6O7QeHHEvZ8slQptZ56PCiU9S0Ns4 { display:flex;width:1.25rem;height:1.25rem;top:0.625rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #lQ76TkQIA4XUb9v9JWvi7Ic4QQ22t80R { width:9.0625rem;height:1.2744125rem;top:0.625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLXZaICAH1hydrsZc5zqIM45vEAndxTd { display:flex;width:1.25rem;height:1.25rem;top:0.625rem;left:18.125rem;z-index:15024;font-size:0.875rem; }
#hLXZaICAH1hydrsZc5zqIM45vEAndxTd > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCBrzPGqy34WqAC7a6VBdSD6W81gNQ78 { width:17.5rem;height:11.625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 { display:block; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcURwngKEb9PxSHAkxQ7V6tiQ2npWHS2 { display:flex;width:1.875rem;height:1.875rem;top:8.5rem;left:9.0625rem;font-size:1.3125rem; }
#rcURwngKEb9PxSHAkxQ7V6tiQ2npWHS2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ZTbJPNaGNBW0x0e6ETwGoK8i4UGVs72q { width:18.75rem;height:7.875rem;top:0.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJpZsIuZ8CWMpvtVyB3c4JMiEyFVIVuM { display:block; }#xJpZsIuZ8CWMpvtVyB3c4JMiEyFVIVuM > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVPMSzSQmJFDwDhiQnS0dqRmJ2H1cPJg { width:17.5rem;height:15.59375rem;top:0.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9hSzc0bTi5sAXM4naGwmJAxPHOf484T { width:17.5rem;height:2.798825rem;top:28.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CXHanAG8UNZWnVxfuX4wcduC8BHXxKsT { width:13.125rem;height:10.375rem;top:32.1875rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#CXHanAG8UNZWnVxfuX4wcduC8BHXxKsT li:before{  }
 }@media only screen and (max-width: 763px) { #ihG2S2uVyD9zuTIx0CW2I6RqDGbxDCVd { width:12.5rem;height:10rem;top:17.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUFcVpCvFSp5fLoGNT4aq0q9uc9Pk36k { width:4.6875rem;height:4.6875rem;top:19.125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqsOIgXb9am97Cf6IDAcoUObGepd7eNu { display:block; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jrdag7srF6kosH5uaiQM9CBr7b5Weukz { width:17.5rem;height:12rem;top:1.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssTlLFsChxuSrSOHA6DvDHZ1DuEpkzom { width:15rem;height:17.625rem;top:36.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnqRM78eOcAE1Z2EpTKBgieqkpOafnlq { width:7.8125rem;height:7.8125rem;top:32.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM .accordion-heading-text { font-size:0.9375rem;height:auto; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM .accordion-desc-text { font-size:0.8125rem;height:auto; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM { display:flex;height:auto;width:17.5rem;top:13.875rem;left:1.25rem; }
#itVL3zi3x1QI0saI3eqyTZPymr3H5cDM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #WNgAAih2JKE7F99kNtOdqCe1p9MZP21M {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #gKm5cNHI1QqAN7JbSIE2M516GDCVZxHx {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #apPr01qXP1vUZgbG7PmFbbyNxbByToZI {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #mdSPL77BvZi45pAaGQqGvi3rDd9E8ABe {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #qyUSqtT5y9fXroNKq58i3IAXvQkBAGTU {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #IPCRXPi8GVecFUJlqfiCNot6BDaTiUim {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #kkPoH9IBR4vIKhHm8qITMnfUO5PTl2Dq {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #g2ERGm2DEzZHXzv4S09eFqXUvEsR4ZWC {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #E2zDEzn5eqglGTcT0m4vqZB3Xi6dhTJS {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #M58pcJTa7pQgvMz8GfQcSrklhGNXa0z5 {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #hg0BgzmJpktyZ4SZ6MWEWRuTyTefzI2f {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #DKobFsUrfrphRXC2sC0Taox37UWeosHF {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #D2Xm3zglWsSpnZR2ZK0abUfn7BSpO73Z {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #k3UUh1Xs1Kwr1MbpOp4VPNtRbNGJyBHw {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #Jb7MQ6lprBBerHHExSiMAm7NOa9oUF4b {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #MuEPZIAlBWViwgfGvdWBIv71TXNxF9v9 {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #WGUE8sS28nB731ZffMLdwmPvV3smh0FE {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #Dg0HOymQSs1r2otEr7GwRkrci9ShO7sK {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #iPWIhlvA0mDVqHZquP570DWxIrwmQwCI {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #is12X4lwM0VGoRVk6VagaPauFq4DpN95 {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #zPOHZZZbk8uHhVt5CaMr6lZB0yTtIGmT {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #c2AGmcVcTs893fOZbGnAMtcfIfGeT9XT {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #B3IvWBczy0IZaAk15zoG3Ahx3AITCPk3 {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #AQEfVuuaOuaK2ukNBUEZBdpL65OMo6pO {  }
 }@media only screen and (max-width: 763px) { #itVL3zi3x1QI0saI3eqyTZPymr3H5cDM #ZhNTLBZCGxzdb4A3hoQoHZ8sBfE3B8IH {  }
 }@media only screen and (max-width: 763px) { #yUk5g7hGcfE7Q7Qa6h74o2r4HiRps4KK { width:16.875rem;height:3.75rem;top:34.25rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2JHTKc05vXkf73W3NPpH5M4byehO1ac { display:block; }
 }@media only screen and (max-width: 763px) { #ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz { display:block; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEDZpE2sZ5UFnQSuneW6fyEWWQPGNgdS { width:13rem;height:7.796875rem;top:1.25rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSGeav64aUhkhoKoAwsoDWyCTTbqyiHg { width:17.5rem;height:15rem;top:9.671875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDctxQ8Qz5WBqHsFRNlEAx0fauGLTS2K { width:17.5rem;height:9.15625rem;top:42.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#lDctxQ8Qz5WBqHsFRNlEAx0fauGLTS2K li:before{  }
 }@media only screen and (max-width: 763px) { #tG7TwXfh68zDrJHeymW3W11pB422ozAc { width:20rem;height:1.5rem;top:40.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpnC0vG9h7PVcN66N7ratLh5Uc5HKcAb { width:9.375rem;height:12.1875rem;top:28.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8IMGLzhHmnqPlkqTikbASOd6vcTtp6V { width:11.25rem;height:11.25rem;top:25.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5IOHtTpTdnv5LJ7flICBMmp2pS8q407 { width:12.5rem;height:9.75rem;top:60.25rem;left:6.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #N8PIC2laThqqvRSUVDNApdCg1PRMiQlF { width:17.5rem;height:3.75rem;top:53.78125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV22aqP5VSehUlPD5OcJTbERiykTokQq { display:block; }
 }@media only screen and (max-width: 763px) { #Zg81bq8iL95zJpTK6EvMMGEu2zUw677K { width:7.5rem;height:4.6875rem;top:58.15625rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ska4HWl3ZwQa3D1851J6idirp5dK6F { width:6.5rem;height:2.5rem;top:67.5rem;left:0rem;z-index:15020;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aZ0uBoytetouvq5IBkntCyEVlrFA54hI { display:block; }
 }@media only screen and (max-width: 763px) { #AXINOrSvzrX26SwUEeNTEXEpR7wcr5yy { width:4rem;height:1.25rem;top:68.125rem;left:0.625rem;font-size:0.5rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #perylMrVxXdVa0LBzrTUcyNa4eIZIdUx { display:flex;width:1.25rem;height:1.25rem;top:68.125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z { display:block; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTK4GyVabQdKddlkRzsgd9EAZfV6ThxL { width:20rem;height:6.6666666666667rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHmUewg4dp8titAUrVuzsRkhMOmSDJ8d { top:2.125rem;left:0rem;width:20rem;height:13.25rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aGEAyGNheytVTJ2tyJtIb3ILpG4C8FAp { display:block; }#aGEAyGNheytVTJ2tyJtIb3ILpG4C8FAp > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHaTfZWFc18kVzSLqmmkXFUlTzy8xpPq { width:18.75rem;height:5.625rem;top:6.47265625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZenTeLTD3vtrN8xuIW4onsTkPr5c2iS { width:17.5rem;height:5.84765625rem;top:0rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdUyIoxuHtxT6gUzzI0V6Mm6fKPcfPwJ { display:block; }#ZdUyIoxuHtxT6gUzzI0V6Mm6fKPcfPwJ > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xI0cBFFlcxM71ecJ4BwPwRGxA0Ursi4M { width:15rem;height:2.5996125rem;top:29.3125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaVM7UDo3IhyEa8bir9uLN9FdBushPgl { width:15rem;height:15rem;top:8.125rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGOzq2fFQaRGOsdlJC60WTxbIkoMPCwO { width:17.5rem;height:25.625rem;top:10.0224609375rem;left:0.625rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGCsXNVnxhNFyA30wUyDg9BzSVrqqvHQ { width:17.5rem;height:26.875rem;top:38.1875rem;left:0.625rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7Ri8APax6SUTmkXGUHUVvK2qGTEnKFP { width:6.5625rem;height:1.79980625rem;top:42.5rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMVyOu0XszMqEpimZXAteAwbbgdugzyT { width:7.5rem;height:7.5rem;top:60.6123046875rem;left:8.1875rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RC8IpTp6fH78VEqzqTXlBwSlVlkHANKd { width:7.5rem;height:7.5rem;top:104.37301875rem;left:6.25rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUDdNKiQha1EQutW7mcxdOGwPd5gQzML { width:17.5rem;height:10.5rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsM7GVFz7gOzqfAn6xaHT0fwJLsFZntf { width:12.5rem;height:1.79980625rem;top:12.5224609375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8yV6vOKKJWh5i8aoe0sAdV1wBP6yHBx { width:10.9375rem;height:10.9375rem;top:17.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMO2kKVN7aIgIwg1qbuT0Tbmg2lXMJSQ { width:20rem;height:3.75rem;top:35.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZMWtLG7MpOOSiSqZg7JVZL2iLB83t2pz { width:6.25rem;height:6.25rem;top:15.5625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Ez7MMtklcTsqM8KrFLoGhZrvcwWcEr { width:12.4375rem;height:9.375rem;top:44.2998046875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2NEbPsA9ELiREufhs2ytez2vGTsaCKf { width:15rem;height:7.5rem;top:52.4248046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDCBctwAmFzHC4fSIk3KbgScfZLMdzzc { width:17.5rem;height:3.8994125rem;top:60.6123046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpm1BePmgwVc0qcKw4FZAOwTXf7oPZ7Z { width:18.75rem;height:3.75rem;top:67.5rem;left:0.625rem;font-size:1.5rem;border-top:0.4375rem solid rgba(var(--color-primary-2),1);border-left:0.4375rem solid rgba(var(--color-primary-2),1);border-right:0.4375rem solid rgba(var(--color-primary-2),1);border-bottom:0.4375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4Txp1ELRT3knoTHyf1fn56TioIs1VS { display:block; }
 }@media only screen and (max-width: 763px) { #ePscuw0Z32GHXw3R7M4P45BPhAB26vPS { width:6.5rem;height:2.5rem;top:72.5rem;left:13.5rem;z-index:15051;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nQaerB1eVdACva3PEewvgAXuzCzEic0B { display:block; }
 }@media only screen and (max-width: 763px) { #tV4Dpmlw9winmEzqI226D1hBqewiLMAX { width:4rem;height:1.25rem;top:73.125rem;left:14.1875rem;font-size:0.5rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #tTt0AdS3mGo5U4B7eNkIzP7yEo7VNReq { display:flex;width:1.25rem;height:1.25rem;top:73.125rem;left:18.0625rem; }
 }@media only screen and (max-width: 763px) { #zvaXMrpVu8IewsKEXh99ngE7mT8mNVZX { width:8.75rem;height:8.75rem;top:33.1875rem;left:5.625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 { display:block; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seAPeHOUI3dh4DoBlaIJhWUIoCfbeFZ8 { width:16.25rem;height:1.3496125rem;top:1.25rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgzGx8hmlmQDgGu70dBRgM9TLgffC2hm { width:1.25rem;height:0.75rem;top:1.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sppObICCZCKCOeJELWPzfuZ4bQccR8WQ { width:16.25rem;height:0.67480625rem;top:2.94921875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S30SWHlBU7t1sC4bRA49m7d6wbgS4gH9 { width:1.25rem;height:0.75rem;top:2.912109375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTfWE9H3HrGM20mml1BFTbm1uT8I4nek { width:1.25rem;height:0.75rem;top:3.9365234375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6bbNuJz5PIBbU0okvlGJaMnIHdcPNce { width:16.25rem;height:2.0244125rem;top:3.9365234375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT { display:block; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R37kudpINovJEMUNPtSGSdVcp1bHWFbv { width:18.75rem;height:0.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 { display:block; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bda908fa0b345c5e30fec1dfe8af716f { width:20rem;height:2.3984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Jad41cc959e852af6225d5f6060bdad6 { width:20rem;height:2.0996125rem;top:4.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5f203c2204111037c1456ecb08b6bc9 { width:2.5rem;height:2.5rem;top:8.25rem;left:7.1875rem;display:block; }
#m5f203c2204111037c1456ecb08b6bc9 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #a366778d0ddb60b56b0efb5cbcb6d3e9 { width:2.5rem;height:2.5rem;top:8.25rem;left:10.3125rem;display:block; }
#a366778d0ddb60b56b0efb5cbcb6d3e9 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Db1e4a425f0965a2d9475391a5a180b8 { width:12.5rem;height:3.125rem;top:13.4375rem;left:3.75rem;display:block; }
 }