.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXBC6HxWDVGyK5Nf90zRLDt9bovFN5fK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dXBC6HxWDVGyK5Nf90zRLDt9bovFN5fK > .row .container { background-color: transparent; background-image: none; }#dXBC6HxWDVGyK5Nf90zRLDt9bovFN5fK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXBC6HxWDVGyK5Nf90zRLDt9bovFN5fK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXBC6HxWDVGyK5Nf90zRLDt9bovFN5fK > .row .container > .video-iframe-container { display: none; }#dXBC6HxWDVGyK5Nf90zRLDt9bovFN5fK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXBC6HxWDVGyK5Nf90zRLDt9bovFN5fK > .row > .video-iframe-container { display: none; }#dXBC6HxWDVGyK5Nf90zRLDt9bovFN5fK > .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); }#dXBC6HxWDVGyK5Nf90zRLDt9bovFN5fK > .row .container { border-width: 0; border-radius: 0; }#dXBC6HxWDVGyK5Nf90zRLDt9bovFN5fK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXBC6HxWDVGyK5Nf90zRLDt9bovFN5fK > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#Ia1hea0hwcsyeWiWKchTBtm6U9EeGW9I { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:14.75rem;top:1.21875rem;left:30.125rem;overflow:hidden;display:block; }
#iownnO7QxLOeNmtPl8Kc1qau508qnyNx { box-sizing:content-box;height:6.6875rem;width:19.3125rem;position:absolute;display:block;z-index:15028;background-color:#8b5cf6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:27.84375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:0.25rem;display:block; }
#SRxiUeWHsV4f3EGLD1tbkltT4efDBZUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SRxiUeWHsV4f3EGLD1tbkltT4efDBZUm > .row .container { background-color: transparent; background-image: none; }#SRxiUeWHsV4f3EGLD1tbkltT4efDBZUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRxiUeWHsV4f3EGLD1tbkltT4efDBZUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRxiUeWHsV4f3EGLD1tbkltT4efDBZUm > .row .container > .video-iframe-container { display: none; }#SRxiUeWHsV4f3EGLD1tbkltT4efDBZUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRxiUeWHsV4f3EGLD1tbkltT4efDBZUm > .row > .video-iframe-container { display: none; }#SRxiUeWHsV4f3EGLD1tbkltT4efDBZUm > .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); }#SRxiUeWHsV4f3EGLD1tbkltT4efDBZUm > .row .container { border-width: 0; border-radius: 0; }#SRxiUeWHsV4f3EGLD1tbkltT4efDBZUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRxiUeWHsV4f3EGLD1tbkltT4efDBZUm > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#uP5K4sEuMw7KPCL6VeVVtPmA4VWAzyGm { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:georgia;font-size:3.5625rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:1.7265625rem;left:0rem;height:11.755625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Wwztnz88xXtVPqs00mWEoSSzNOqvcCUs { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:25.5rem;left:4.625rem;height:3.574425rem;display:block; }
#TZbWc33C3AtgUxhvxVsC9Sn2hZ33wLUG { position:absolute;display:block;z-index:14997;background-color:#8b5cf6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:4.9375rem;width:25.6875rem;top:24.875rem;left:0rem;display:block; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-form-header {  }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:23.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-text { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:3rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top;line-height:1.2;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-text {padding-top: 0; padding-bottom: 0;}#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-textarea { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top;line-height:1.2;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-tertiary-4),1);font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-select {padding-top: 0; padding-bottom: 0;}#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#44b385;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.375rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#f6f6f6;vertical-align:top;width:22.1875rem;overflow:hidden;font-style:normal;float:none; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-container:first-of-type{padding-top:0;}#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-container:last-of-type{padding-bottom:0;}#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:45.874638557434rem;top:22.999639034271rem;z-index:15037;position:absolute; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.375rem;display:block;vertical-align:top; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI {display:block;}#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:45.874638557434rem;top:22.999639034271rem;z-index:15037;position:absolute; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #qvqKt46Ok8Dh4gqMuyK78d3S4QRP1xxJ { position:relative; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #UJWrsgnFfdT3mz7DettrOeqLOTS37eS8 { position:relative;display:none; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #yKIddUIeTq1Tre9XkziAXW9MDwb57HOz { position:relative; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #E3Df7N0HXTyq845F1kINLLordoZTnhtH { position:relative; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #e3VRa8Lcc2NLtvAHZ4ArlZAlXysnRmau { position:relative;display:none; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #Gw09SUPXmUuFOSkRmpVCVUb3laEiIyTG { position:relative; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #fRRqNICE104c0TBzpzkgUfu9Tb9z9HiU { position:relative; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #AvBc6pPumRR8QWB3Ow6gpX26AmQhq5Mb { position:relative;display:none; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #uLabBM3AWnERCOcdpzFSFNcuKhNHxC6o { position:relative; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #UWM8kNUzyJautI58Kyyf6Lg4qdtA4GxR { position:relative; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #VtuIzhoK31dy1B9Bx5l77poczMmN0Img { position:relative;display:none; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #u0N6KkBOv8NLAwrUro9Lrlb8zi0waD2t { position:relative; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #m6cM0kp0KDhKGA0Hk66x8seD0mRJ4uEt { position:relative; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #aFigZZJDhyOaPgGNVF9Rc8UCtgxdlfhD { position:relative;display:none; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #RCL6iBWNdgJ0VykKlGwELSRTPKUs5Ghc { position:relative; }
#IUO2ewcxdtuJFAnGfyRJAZydRflaQp6o { position:relative;display:block; }
#KKOLGJ5TKLk40K965ea22JSSMMTKe4LV { position:relative;display:block; }
#GN2hkpELBVupelZTd3JivM1fZZCKdHFH { position:relative;display:block; }
#G4PBrf1p7NJwKk4r97L8WzVgMa5nyEqI { position:relative;display:block; }
#ceypXUefHwlXiirCKyKFkFmKykpqcTWA { position:relative;display:block; }
#hDIwwbV5u62NLCu8TUIv3CS4nATc00pq { position:relative;display:block; }
#cW9PqoOIt2sNWs2NrJRGcD3sTucIIQXU { position:relative;display:block; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #ZVwr4ezPDPMcssdk5sAGoLuMG4t7UoKD { position:relative; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #BH5WEy9a30u7C33a6TZoec6kBTCmgaRp { position:relative; }
#qPPXL9EZ8lw96W939yTulJFzK8ZnzIIT { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.5rem;width:26.0625rem;top:15.6875rem;left:45.75rem;display:block; }
#Tuy7Dp59QHBweXSJ5IsUDe4x7saGEA9R { color:#44b385;display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:17.76171875rem;left:48.90625rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yEP4thhp2oNL8MytItJ8cBZDz3DSlONK { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:14.3125rem;width:19.375rem;top:2.05078125rem;left:48rem;overflow:hidden;display:block; }
#Ryi6qTu8nJ8eRLAfhxGGTzaizxfWoZqZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.125rem;width:26.0625rem;top:37.1875rem;left:45.78125rem;display:block; }
#ZX3p32TrFc79C11iOlt4Dt1kJWmcO5te { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:13.25rem;width:18rem;top:32.3125rem;left:0rem;overflow:hidden;display:block; }
#KADS6JlqTGiLUPXN8KiTCcWB4L4cmh16 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:13.3125rem;width:18.0625rem;top:32.28125rem;left:19.3125rem;overflow:hidden;display:block; }
#zMF5WrTPT3kpBv8pnFZpp1DITNhaTVI8 { 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:15041;opacity:1;top:25.75rem;left:0.8125rem; }
#KmZic2k0rNIDrKyqUo8OZLUQzTwgcDpC { color:#8b5cf6;display:block;width:37.4375rem;position:absolute;font-family:georgia;font-size:2.4375rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:14.8125rem;left:0rem;height:8.0434375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GelVFbVWoo85P2oQ16fe1vAbvbxBXEtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#545458;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GelVFbVWoo85P2oQ16fe1vAbvbxBXEtr > .row .container { background-color: transparent; background-image: none; }#GelVFbVWoo85P2oQ16fe1vAbvbxBXEtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GelVFbVWoo85P2oQ16fe1vAbvbxBXEtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GelVFbVWoo85P2oQ16fe1vAbvbxBXEtr > .row .container > .video-iframe-container { display: none; }#GelVFbVWoo85P2oQ16fe1vAbvbxBXEtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GelVFbVWoo85P2oQ16fe1vAbvbxBXEtr > .row > .video-iframe-container { display: none; }#GelVFbVWoo85P2oQ16fe1vAbvbxBXEtr > .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); }#GelVFbVWoo85P2oQ16fe1vAbvbxBXEtr > .row .container { border-width: 0; border-radius: 0; }#GelVFbVWoo85P2oQ16fe1vAbvbxBXEtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GelVFbVWoo85P2oQ16fe1vAbvbxBXEtr > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#bHhDyGdw4KbTfoRBVGWE5cLD2Xi6M6ds { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:5.75rem;left:0rem; }
#rISiu7QaO0TzOSI6Gn5oqkes6RPAGihO { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:11.3125rem;left:0rem; }
#nkixAI8HaSu0zU8v5E9iekRMUGtg0ZXe { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:5.5625rem;left:2.0625rem;height:4.125rem;display:block; }
#eZdIWDqg4tB5NLO3TdHC6gTwZVDqfVBS { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:11.3125rem;left:2.1875rem;height:4.125rem;display:block; }
#xLINlSSHksPBD3giLhKJvgaJGENMhilx { color:#44b385;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:8.375rem;left:48.28125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#uh3IRBtsTepUIrlCQTnCrr4ANbGOV2EQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#545458;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uh3IRBtsTepUIrlCQTnCrr4ANbGOV2EQ > .row .container { background-color: transparent; background-image: none; }#uh3IRBtsTepUIrlCQTnCrr4ANbGOV2EQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3IRBtsTepUIrlCQTnCrr4ANbGOV2EQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3IRBtsTepUIrlCQTnCrr4ANbGOV2EQ > .row .container > .video-iframe-container { display: none; }#uh3IRBtsTepUIrlCQTnCrr4ANbGOV2EQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3IRBtsTepUIrlCQTnCrr4ANbGOV2EQ > .row > .video-iframe-container { display: none; }#uh3IRBtsTepUIrlCQTnCrr4ANbGOV2EQ > .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); }#uh3IRBtsTepUIrlCQTnCrr4ANbGOV2EQ > .row .container { border-width: 0; border-radius: 0; }#uh3IRBtsTepUIrlCQTnCrr4ANbGOV2EQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uh3IRBtsTepUIrlCQTnCrr4ANbGOV2EQ > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#XzLlnMSNOovyGe3z6FCZ3ScScxPtzcBI { color:rgba(var(--color-tertiary-0),1);display:block;width:42rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:2.443359375rem;left:16.5rem;height:6.2998125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QuqRIoawGX4zQOpuXPrf9RiXKGJ1o4Fv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#545458;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QuqRIoawGX4zQOpuXPrf9RiXKGJ1o4Fv > .row .container { background-color: transparent; background-image: none; }#QuqRIoawGX4zQOpuXPrf9RiXKGJ1o4Fv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuqRIoawGX4zQOpuXPrf9RiXKGJ1o4Fv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuqRIoawGX4zQOpuXPrf9RiXKGJ1o4Fv > .row .container > .video-iframe-container { display: none; }#QuqRIoawGX4zQOpuXPrf9RiXKGJ1o4Fv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuqRIoawGX4zQOpuXPrf9RiXKGJ1o4Fv > .row > .video-iframe-container { display: none; }#QuqRIoawGX4zQOpuXPrf9RiXKGJ1o4Fv > .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); }#QuqRIoawGX4zQOpuXPrf9RiXKGJ1o4Fv > .row .container { border-width: 0; border-radius: 0; }#QuqRIoawGX4zQOpuXPrf9RiXKGJ1o4Fv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QuqRIoawGX4zQOpuXPrf9RiXKGJ1o4Fv > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#nkXFVdRoov8SFMVB2xEE7JpF4rgOWvX2 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:23.0625rem;left:2rem;height:14.4375rem;text-align:center;text-align-last:center;display:block; }
#zTp5cAqbhvssoJq31nymAVP3ypRZZnqf { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:23.0625rem;left:26.75rem;height:12.375rem;text-align:center;text-align-last:center;display:block; }
#WoN2UqMz5e9tMpruKO4mVDwHOCx5fJou { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:23.0625rem;left:51.8125rem;height:14.4375rem;text-align:center;text-align-last:center;display:block; }
#kraGDOom9RoL0kEiTitPXWXbhwvn28Xo { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.5625rem;width:17.625rem;top:0rem;left:28.6875rem;overflow:hidden;display:block; }
#hy8qIBW6Pm4n63uT5nSq8N6MEiNv6xuX { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.5625rem;width:17.625rem;top:0rem;left:53.6875rem;overflow:hidden;display:block; }
#XfEAkiN4KB6UlL1GbTCvzIIF2We2rK9k { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.5625rem;width:17.625rem;top:0rem;left:3.6875rem;overflow:hidden;display:block; }
#UaDGdkn1Tv5zATWufgpMs97DS5EbodEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UaDGdkn1Tv5zATWufgpMs97DS5EbodEE > .row .container { background-color: transparent; background-image: none; }#UaDGdkn1Tv5zATWufgpMs97DS5EbodEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaDGdkn1Tv5zATWufgpMs97DS5EbodEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaDGdkn1Tv5zATWufgpMs97DS5EbodEE > .row .container > .video-iframe-container { display: none; }#UaDGdkn1Tv5zATWufgpMs97DS5EbodEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaDGdkn1Tv5zATWufgpMs97DS5EbodEE > .row > .video-iframe-container { display: none; }#UaDGdkn1Tv5zATWufgpMs97DS5EbodEE > .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); }#UaDGdkn1Tv5zATWufgpMs97DS5EbodEE > .row .container { border-width: 0; border-radius: 0; }#UaDGdkn1Tv5zATWufgpMs97DS5EbodEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UaDGdkn1Tv5zATWufgpMs97DS5EbodEE > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#NN9wrLvn9Ov66yw10hV832qUglOsNHTT { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:2.755859375rem;left:17.03125rem;height:6.2998125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ARtCR245wgPyZphIhpyvhCLZoTkxegpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ARtCR245wgPyZphIhpyvhCLZoTkxegpk > .row .container { background-color: transparent; background-image: none; }#ARtCR245wgPyZphIhpyvhCLZoTkxegpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARtCR245wgPyZphIhpyvhCLZoTkxegpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARtCR245wgPyZphIhpyvhCLZoTkxegpk > .row .container > .video-iframe-container { display: none; }#ARtCR245wgPyZphIhpyvhCLZoTkxegpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARtCR245wgPyZphIhpyvhCLZoTkxegpk > .row > .video-iframe-container { display: none; }#ARtCR245wgPyZphIhpyvhCLZoTkxegpk > .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); }#ARtCR245wgPyZphIhpyvhCLZoTkxegpk > .row .container { border-width: 0; border-radius: 0; }#ARtCR245wgPyZphIhpyvhCLZoTkxegpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ARtCR245wgPyZphIhpyvhCLZoTkxegpk > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#hw6dvGVHwnuJa0TKPZqvn1qJ9g4cwBMS { color:#6d28d9;display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6rem;left:2.6875rem;height:4.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QbEGUROSHkcPwy5DCeywRIm7if3v5nwM { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:20.6875rem;left:2.6875rem; }
#T4dLSRHqarRqC7TNiE7IQ9M7oAZTgoqy { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:20.375rem;left:4.9375rem;height:3.375rem;display:block; }
#CvqgVpanop4pH9dxwI4T3fLZLf4sxOnD { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:25.875rem;left:4.9375rem;height:3.375rem;display:block; }
#UwVxmMxM0VbZkaPSGsVq8GnwJuXWQoDh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:26.1875rem;left:2.6875rem; }
#wkkbb0lgBqHF88LJcWbO5qF1IN4aMpKP { z-index:15035;top:37.1875rem;left:2.6875rem;background-color:#44b385;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pTyZlgR7iHBokwdCivvTGf7PoXEz3CSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bEZNUSOXpCixxK4QOux21VsRXtIw2EMz { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:12.375rem;left:2.6875rem;height:6.1875rem;display:block; }
#TMT7qtwafTxeH6gM30wR4tT64OphwQbs { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:31.25rem;left:2.6875rem; }
#LLizK1RyUBv9ktDH3Lp1HoAhCTZd2ZdK { color:#000000;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:31.25rem;left:4.875rem;height:3.375rem;display:block; }
#TahTnGehkNyWMyFGz6un9wDrLGSQPxaT { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.25rem;width:26.0625rem;top:3.75rem;left:43.25rem;overflow:hidden;display:block; }
#qvoWscCG5EeSTcqiOmRfEuHTBeDLvXZp { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.25rem;width:26.0625rem;top:24.3125rem;left:43.25rem;overflow:hidden;display:block; }
#Tkwe7tw6fGlqzyvIZivw1PwkFgT1TAoT { position:relative;display:block; }#Tkwe7tw6fGlqzyvIZivw1PwkFgT1TAoT { background-color: transparent; background-image: none; }#Tkwe7tw6fGlqzyvIZivw1PwkFgT1TAoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tkwe7tw6fGlqzyvIZivw1PwkFgT1TAoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tkwe7tw6fGlqzyvIZivw1PwkFgT1TAoT > .row .container > .video-iframe-container { display: none; }#Tkwe7tw6fGlqzyvIZivw1PwkFgT1TAoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tkwe7tw6fGlqzyvIZivw1PwkFgT1TAoT > .row > .video-iframe-container { display: none; }#Tkwe7tw6fGlqzyvIZivw1PwkFgT1TAoT > .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); }#Tkwe7tw6fGlqzyvIZivw1PwkFgT1TAoT { border-width: 0; border-radius: 0; }#Tkwe7tw6fGlqzyvIZivw1PwkFgT1TAoT > .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; }#Tkwe7tw6fGlqzyvIZivw1PwkFgT1TAoT > .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:15.8125rem;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; }#mKLJo2x5wvgqLISJUPspAdFFyNfRIvl1 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:11.5625rem;width:15.6875rem;top:2.125rem;left:1.53125rem;overflow:hidden;display:block; }
#DDrOOF0yxh6T7pqKM12CNfgPnqSqO03z { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:11.5625rem;width:15.6875rem;top:2.125rem;left:20.28125rem;overflow:hidden;display:block; }
#D4JEDTaHriLLqNbcSg9nkFXgn9Mitikf { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:11.5625rem;width:15.6875rem;top:2.125rem;left:39.03125rem;overflow:hidden;display:block; }
#p4e42uv9VPp0vBX29WD7tBTOg9McPIiV { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:11.5625rem;width:15.6875rem;top:2.1875rem;left:57.78125rem;overflow:hidden;display:block; }
#PbC3anVhU0OzLw2MvZAaT0bUlAcgp3tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PbC3anVhU0OzLw2MvZAaT0bUlAcgp3tn > .row .container { background-color: transparent; background-image: none; }#PbC3anVhU0OzLw2MvZAaT0bUlAcgp3tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbC3anVhU0OzLw2MvZAaT0bUlAcgp3tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbC3anVhU0OzLw2MvZAaT0bUlAcgp3tn > .row .container > .video-iframe-container { display: none; }#PbC3anVhU0OzLw2MvZAaT0bUlAcgp3tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbC3anVhU0OzLw2MvZAaT0bUlAcgp3tn > .row > .video-iframe-container { display: none; }#PbC3anVhU0OzLw2MvZAaT0bUlAcgp3tn > .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); }#PbC3anVhU0OzLw2MvZAaT0bUlAcgp3tn > .row .container { border-width: 0; border-radius: 0; }#PbC3anVhU0OzLw2MvZAaT0bUlAcgp3tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PbC3anVhU0OzLw2MvZAaT0bUlAcgp3tn > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#OQa4u4qeTMikyAPH6KBSvO6GzhJmVUzJ { color:#000000;display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:6.4375rem;left:15.9375rem;height:6.1875rem;text-align:center;text-align-last:center;display:block; }
#CvcGKHZuBfkM7TSs1e8Jc64zgd96Tm2D { color:#000000;display:block;width:46.75rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:2.5625rem;left:14.125rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bqnMpRckMo7ST6pKr3K01ru4ETXUhBb8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bqnMpRckMo7ST6pKr3K01ru4ETXUhBb8 > .row .container { background-color: transparent; background-image: none; }#bqnMpRckMo7ST6pKr3K01ru4ETXUhBb8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqnMpRckMo7ST6pKr3K01ru4ETXUhBb8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqnMpRckMo7ST6pKr3K01ru4ETXUhBb8 > .row .container > .video-iframe-container { display: none; }#bqnMpRckMo7ST6pKr3K01ru4ETXUhBb8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqnMpRckMo7ST6pKr3K01ru4ETXUhBb8 > .row > .video-iframe-container { display: none; }#bqnMpRckMo7ST6pKr3K01ru4ETXUhBb8 > .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); }#bqnMpRckMo7ST6pKr3K01ru4ETXUhBb8 > .row .container { border-width: 0; border-radius: 0; }#bqnMpRckMo7ST6pKr3K01ru4ETXUhBb8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqnMpRckMo7ST6pKr3K01ru4ETXUhBb8 > .row .container { font-size:0.875rem;font-family:arial;height:72.625rem;width:75rem;position:relative;display:block; }#n9KcfVD8u9PiFQ5p0oeNGMzMlpT4qFFn { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:42.75rem;left:0rem;height:1.9125rem;text-align:center;text-align-last:center;display:block; }
#kKBwMTkxX2bHvTNPM3EGd0ALIbMW86W4 { color:#000000;display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15017;line-height:.9;letter-spacing:0;top:39.25rem;left:0.0625rem;height:2.53125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ieb2qA76BzzO1Ho0THhdZJzA3mI8pX3h { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:42.75rem;left:37.6875rem;height:1.9125rem;text-align:center;text-align-last:center;display:block; }
#c69lVylgLdpqMZDqIJnD5xECq1s4n4AC { color:#000000;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15020;line-height:.9;letter-spacing:0;top:39.25rem;left:37.625rem;height:2.53125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KeEA2z4qNEXCOI6s6JA9skMuxGPGan9i { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:46.4375rem;left:1.5rem; }
#ukbAyVqURzptDFTlPlpvTSAUWi3v5NvX { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:46.25rem;left:3.75rem;height:1.6875rem;display:block; }
#lqCBhikFUEW0vwPdIZ1UDwWcULvQvgZz { color:#000000;display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:48.6875rem;left:3.75rem;height:1.6875rem;display:block; }
#SwOvApvXHU7FqQRTrkpVlZZJXhOx150b { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:48.875rem;left:1.5rem; }
#s8UvICgzzhxHTTm9LAkM1aRDgoEDcfeB { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:58.375rem;left:3.75rem;height:4.5rem;display:block; }
#n7pnahyQVPLcEhtVwhBm5443sLkMBaH5 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:46.25rem;left:39.5rem; }
#lAaVQz0b5vhz9oNm41kbAso8rGyNuEgW { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:46.0625rem;left:41.75rem;height:3.375rem;display:block; }
#w033UnWeo9PPJgVpqo2hOD769IOgLWQ9 { color:#000000;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:58.375rem;left:41.84375rem;height:4.5rem;display:block; }
#R3Ct8VrPnqJEpMp4WBbDgxT1qbm49pOI { z-index:15034;top:65.6875rem;left:24.5625rem;background-color:#44b385;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DzWZJQ82DIRWhMQUm1R6927C1VTiKF9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uioR5svDKshIn782puf7XU0Tp1Rcgmmt { color:#000000;display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:49.875rem;left:41.75rem;height:1.6875rem;display:block; }
#M0aIB2xXyyKcQCIH2UgD0PVevBkO8vCc { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:50.0625rem;left:39.5rem; }
#c5LBCJtumGMP65m4LLwKSMsWbDA690Qz { color:#000000;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:52.4375rem;left:41.75rem;height:1.6875rem;display:block; }
#LFiABTIbndg06gA3Gl2665b6HMTyV6T6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:52.625rem;left:39.5rem; }
#AaLaCbkoLbep1FqAbTpUrX0WJ8KSiwoM { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:55.0625rem;left:41.75rem;height:1.6875rem;display:block; }
#xHrPHl1F17VOLva69hxU9fky4dSaApTo { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:55.25rem;left:39.5rem; }
#dOAFpLADxrsb6HGzKbP841X9s0aIZmtp { color:#000000;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:51rem;left:3.75rem;height:3.375rem;display:block; }
#LmGQMxtoN9LIgPt96UAUaL3WlUAiwksz { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:51.1875rem;left:1.5rem; }
#Fwhrmtd9BcHyBrqs96KFzeOdaNm4yBQm { color:#000000;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:55.0625rem;left:3.75rem;height:1.6875rem;display:block; }
#oMSUrRurK8JmNENMuK1DkmAz9RICLtQL { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:55.25rem;left:1.5rem; }
#PRTLBhJrgiHA9A1krhuz7wWGPG7Bvdg1 { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:33.625rem;width:22.375rem;top:3.390625rem;left:6.9375rem;overflow:hidden;display:block; }
#fkLH48iS32gUtDIdr6or1DIdRW8JPDLl { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:33.625rem;width:21rem;top:3.390625rem;left:45.125rem;overflow:hidden;display:block; }
#QMEZTL3rt2bMPlZ7GTNp3dJnkGDnVu0z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QMEZTL3rt2bMPlZ7GTNp3dJnkGDnVu0z > .row .container { background-color: transparent; background-image: none; }#QMEZTL3rt2bMPlZ7GTNp3dJnkGDnVu0z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMEZTL3rt2bMPlZ7GTNp3dJnkGDnVu0z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMEZTL3rt2bMPlZ7GTNp3dJnkGDnVu0z > .row .container > .video-iframe-container { display: none; }#QMEZTL3rt2bMPlZ7GTNp3dJnkGDnVu0z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMEZTL3rt2bMPlZ7GTNp3dJnkGDnVu0z > .row > .video-iframe-container { display: none; }#QMEZTL3rt2bMPlZ7GTNp3dJnkGDnVu0z > .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); }#QMEZTL3rt2bMPlZ7GTNp3dJnkGDnVu0z > .row .container { border-width: 0; border-radius: 0; }#QMEZTL3rt2bMPlZ7GTNp3dJnkGDnVu0z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QMEZTL3rt2bMPlZ7GTNp3dJnkGDnVu0z > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#dHIxIQxkLaKvqQaQcyTxxcfPMLH3Q89w { color:#000000;display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:6.77392578125rem;left:15.9375rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#gVr32o5O2EegyMTgFt0p6LMWr8dyBsDb { color:#000000;display:block;width:46.75rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:3.625rem;left:14.125rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vynUmacvnpQp5a2O8VEg37KnIUa6MG2l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vynUmacvnpQp5a2O8VEg37KnIUa6MG2l > .row .container { background-color: transparent; background-image: none; }#vynUmacvnpQp5a2O8VEg37KnIUa6MG2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vynUmacvnpQp5a2O8VEg37KnIUa6MG2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vynUmacvnpQp5a2O8VEg37KnIUa6MG2l > .row .container > .video-iframe-container { display: none; }#vynUmacvnpQp5a2O8VEg37KnIUa6MG2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vynUmacvnpQp5a2O8VEg37KnIUa6MG2l > .row > .video-iframe-container { display: none; }#vynUmacvnpQp5a2O8VEg37KnIUa6MG2l > .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); }#vynUmacvnpQp5a2O8VEg37KnIUa6MG2l > .row .container { border-width: 0; border-radius: 0; }#vynUmacvnpQp5a2O8VEg37KnIUa6MG2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vynUmacvnpQp5a2O8VEg37KnIUa6MG2l > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#NdwHBXAOyom3HqqxXPWzUSwfpPTrSJKp { position:absolute;display:block;z-index:15000;height:37.375rem;width:20.4375rem;top:0rem;left:2.28125rem;display:block; }
#MmIydKWxRTXNiWfMTvWvbOgEkpK6LS5p { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#Xb60TH221vswMCIg7sHyD8QL2gU518wq { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#wfgEFmErizEE2kQHMEw0eAbTXRtUpM2r { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#wQBzW08NTdEufifZvIqytp6TFotfx6kF { position:absolute;display:block;z-index:15001;height:37.375rem;width:20.4375rem;top:0rem;left:27.28125rem;display:block; }
#neqoeyTyL3Sw1gP0CfTLcUfni6TG209X { position:absolute;display:block;z-index:15002;height:37.375rem;width:20.4375rem;top:0rem;left:52.28125rem;display:block; }
#AdnO9GdWhUZzUxuqXRx1HaXI22nDsa7p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c4b5fd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AdnO9GdWhUZzUxuqXRx1HaXI22nDsa7p > .row .container { background-color: transparent; background-image: none; }#AdnO9GdWhUZzUxuqXRx1HaXI22nDsa7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdnO9GdWhUZzUxuqXRx1HaXI22nDsa7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdnO9GdWhUZzUxuqXRx1HaXI22nDsa7p > .row .container > .video-iframe-container { display: none; }#AdnO9GdWhUZzUxuqXRx1HaXI22nDsa7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdnO9GdWhUZzUxuqXRx1HaXI22nDsa7p > .row > .video-iframe-container { display: none; }#AdnO9GdWhUZzUxuqXRx1HaXI22nDsa7p > .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); }#AdnO9GdWhUZzUxuqXRx1HaXI22nDsa7p > .row .container { border-width: 0; border-radius: 0; }#AdnO9GdWhUZzUxuqXRx1HaXI22nDsa7p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdnO9GdWhUZzUxuqXRx1HaXI22nDsa7p > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#dQp8SblzosqWHCgt6fXAh1RfGH4FEaBN { color:#8b5cf6;display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.6748046875rem;left:0rem;height:4.65010625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wTddJWlsQbLi0m3tNqTXDgx4s4AobSxw { color:#8b5cf6;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:2.1123046875rem;left:9rem;height:5.7744125rem;font-style:normal;display:block; }
#f9Sc6ALw0119ssayzta0i5g591W8LeQF { color:#8b5cf6;display:block;width:7rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.6748046875rem;left:40.0625rem;height:4.65010625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lvX6FW1p1T6OaiiwxQn5OpBwgP4AxSQi { color:#8b5cf6;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:2.1123046875rem;left:49.125rem;height:5.7744125rem;font-style:normal;display:block; }
#qwLwvl8xDxcU26iTaEqeeQUhOGi45aJx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qwLwvl8xDxcU26iTaEqeeQUhOGi45aJx > .row .container { background-color: transparent; background-image: none; }#qwLwvl8xDxcU26iTaEqeeQUhOGi45aJx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwLwvl8xDxcU26iTaEqeeQUhOGi45aJx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwLwvl8xDxcU26iTaEqeeQUhOGi45aJx > .row .container > .video-iframe-container { display: none; }#qwLwvl8xDxcU26iTaEqeeQUhOGi45aJx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwLwvl8xDxcU26iTaEqeeQUhOGi45aJx > .row > .video-iframe-container { display: none; }#qwLwvl8xDxcU26iTaEqeeQUhOGi45aJx > .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); }#qwLwvl8xDxcU26iTaEqeeQUhOGi45aJx > .row .container { border-width: 0; border-radius: 0; }#qwLwvl8xDxcU26iTaEqeeQUhOGi45aJx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwLwvl8xDxcU26iTaEqeeQUhOGi45aJx > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#GvX4oNWbv7CPc5kmyV6A9Twil6hdzclE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:20.8125rem;left:40.3125rem; }
#nGV3aolbHthkBOQTwGWdGGzmbuwvFxFX { color:#000000;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:20.75rem;left:42.5625rem;height:3.375rem;display:block; }
#IOZhvgz6eKq6cTFx0RQqoGOqbagq4DZ1 { color:#000000;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:25.6875rem;left:42.5625rem;height:5.0625rem;display:block; }
#wM3FmHSTL1nMhOFTLfZBG0XkBi5gJQLD { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.8125rem;left:40.3125rem; }
#IvDvrGpQzXBHNGNgFfSHTDXTPDin7asz { color:#8b5cf6;display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.4375rem;left:40rem;height:7.4238125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qDPXly89y46x4eex9QHTI6TZILEVsbiF { color:#000000;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:12.9375rem;left:40.125rem;height:6.1875rem;display:block; }
#H9hagQSCvmIVvCE1GrlT2FfqnBJSpOA8 { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:32.125rem;left:42.625rem;height:5.0625rem;display:block; }
#D46I6QkCdzUrU8XQZhP1heZ1I7kON4w8 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:32.25rem;left:40.375rem; }
#ferw3BPgCHK5XecVqSJxxu8J6edpB5m4 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:38.9375rem;left:40.4375rem; }
#fhdpxvhcJSiO5mX8oRbQHnB2F7KExK3v { color:#000000;display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:38.8125rem;left:42.6875rem;height:3.375rem;display:block; }
#f6p0DD2JTK1xaT6HTQrJ7xdoUkMfrbqe { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:37.9375rem;width:25.25rem;top:4.34375rem;left:6.125rem;overflow:hidden;display:block; }
#N1dJaSAlJ9T9mNxtL2fq2hPp8ynQ1tt7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c4b5fd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N1dJaSAlJ9T9mNxtL2fq2hPp8ynQ1tt7 > .row .container { background-color: transparent; background-image: none; }#N1dJaSAlJ9T9mNxtL2fq2hPp8ynQ1tt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1dJaSAlJ9T9mNxtL2fq2hPp8ynQ1tt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1dJaSAlJ9T9mNxtL2fq2hPp8ynQ1tt7 > .row .container > .video-iframe-container { display: none; }#N1dJaSAlJ9T9mNxtL2fq2hPp8ynQ1tt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1dJaSAlJ9T9mNxtL2fq2hPp8ynQ1tt7 > .row > .video-iframe-container { display: none; }#N1dJaSAlJ9T9mNxtL2fq2hPp8ynQ1tt7 > .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); }#N1dJaSAlJ9T9mNxtL2fq2hPp8ynQ1tt7 > .row .container { border-width: 0; border-radius: 0; }#N1dJaSAlJ9T9mNxtL2fq2hPp8ynQ1tt7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1dJaSAlJ9T9mNxtL2fq2hPp8ynQ1tt7 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:56.1875rem;width:75rem;position:relative;display:block; }#OwTQHCCvbaW1ppasMN7F9OHbro5CKTUe { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:7.1875rem;left:22.96875rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 .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: -webkit-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.2)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.2)', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(0,0,0,0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:2;overflow:hidden; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_16c1f645852d33f15bce57f5aed3b7a0cd3d09b7.svg");background-size:contain !important; }#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 .accordion-trigger.adaptive-delivery-prevent-bg, #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 .accordion-trigger.lazyload, #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 .accordion-trigger.lazyloading { background-image: none; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 { box-sizing:content-box;height:auto;width:49.125rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.75rem;left:12.9375rem; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #AyFFXxhHbUK83LLERhh2bcx3vOlXqwdJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #T60ar7dPh71cteaghKstZTg9FVbudqvs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #Oy23y5JPO2mlKB5doIrelVkofsTkBas7 { display:block;position:relative; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #So1GtVTc2antS6yoRvIka31rHmtDSGHb {  }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #NEavcFAcWDVTCF2RirqNON572n81Gyx9 {  }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #LvlzM4baXV9kEGMCUJT9nSRNt0AgHGG0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #D5A2xJybPP1dLWBw9SR5RQ5GsexUichM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #GJsFrhyGNBa81HknTwsToK7cDWvDR3hH { display:block;position:relative; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #cUpXn8ZMuCBoZQBsIxKRUEXMCIAVBCQU {  }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #hzTyuoO0b1hNBRXhIThA8uLsGerT5Zp1 { display:none; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #ZOJoi29T3RyJxUVkPLGllZ7EDRZkB7Kz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #PtcBug11DVGggr1TBJrFfMl1D79kUuLc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #QWaZuqHt83ikLPMLORXybtVe0g3JdiML { display:block;position:relative; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #nvnIVEJthE2kDo2myrOmiE4GSpoDqn84 {  }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #kHvlDyOqfvK3w5nJLBUhEg5smSJWgDPN { display:none; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #v825WwM2qpZOvpcJ4TG6bU8yWNogtkTt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #vZbBkBUVfT3XohCGSwTXTShAtJcogc36 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #UW153HbL4UzPnNm3NP9DOgbLdD3iU2Ci { display:block;position:relative; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #Gkh00wRR1aeSe7sEZuP6kmbLszuCau2T {  }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #TpTEDTl9O1KPb5lhgwTghPAl9nlu8MQb { display:none; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #vlgRQTGGpBSv1KnvtnVDg6eSbQyykq7h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #APhwkkhaDVq7LsdsSMbnQndX8eqLguCk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #oNr423SNm8VC0TBbnGz9ocx6oM7mJ5Bs { display:block;position:relative; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #DBIsTpSbeDrNlo9qDAcOqiROHtlI2Kxe {  }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #yAH8TBzHRA4R3HeIhTqSxAkE1CXHhdzk { display:none; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #Fd1aaX9uyCmR8cysuhBSZPEqdrPBgdGo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #lUUWHylWhNzyCz8BxVSukwP26TVu0HTW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #HpumyXl3ZKpyZOJh2yVEySKO1KvlCADX { display:block;position:relative; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #Mpap8yyg8PawD1JoNwxTIswIE4wpludg {  }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #Ae5Z2Z5m38eZ86SglSfyuqV9F3vJempW { display:none; }
#To5Nio0b8IJhuF7nWlz4WAn5P3Hr9DHX { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:4rem;left:21.65625rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WKTaHi9eVKtAHCE28SdD4BmLmE18bN3v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WKTaHi9eVKtAHCE28SdD4BmLmE18bN3v > .row .container { background-color: transparent; background-image: none; }#WKTaHi9eVKtAHCE28SdD4BmLmE18bN3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKTaHi9eVKtAHCE28SdD4BmLmE18bN3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKTaHi9eVKtAHCE28SdD4BmLmE18bN3v > .row .container > .video-iframe-container { display: none; }#WKTaHi9eVKtAHCE28SdD4BmLmE18bN3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKTaHi9eVKtAHCE28SdD4BmLmE18bN3v > .row > .video-iframe-container { display: none; }#WKTaHi9eVKtAHCE28SdD4BmLmE18bN3v > .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); }#WKTaHi9eVKtAHCE28SdD4BmLmE18bN3v > .row .container { border-width: 0; border-radius: 0; }#WKTaHi9eVKtAHCE28SdD4BmLmE18bN3v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WKTaHi9eVKtAHCE28SdD4BmLmE18bN3v > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:17.875rem;width:75rem;position:relative;display:block; }#hvuEkIOTXEt3Ggi0NRD0VJ026CkMWb2n { color:#8b5cf6;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:4.1875rem;left:1.875rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yEIIdzgSIJoORnBh5pTZeubvTJ5DPiiP { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:5.875rem;left:1.875rem;height:7.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XV7Krp2IED5GGnz5AWZi5HK323V1igTq { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:3.875rem;left:29.625rem; }
#FELO8gtF1u3Lx04B56uHSEdrTpZPJhFw { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:5.6875rem;left:29.625rem;height:2.125rem;font-style:normal;display:block; }
#xUwOovfsv6v17Oq4f1wTO4wBQkASpwoN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:3.6875rem;left:31.875rem;height:1.9125rem;font-style:normal;display:block; }
#cGRPKN3eTaQSgtthPKoJdNORw63ptL56 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:11.75rem;left:29.625rem;height:2.55rem;font-style:normal;display:block; }
#TDp4P2flMAp1bDzRH3k2RbzG72h1tHhb { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:9.9375rem;left:29.625rem; }
#GUukISMyDVupDl5NULTVmgmlUgbZhNeE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:9.75rem;left:31.875rem;height:1.9125rem;font-style:normal;display:block; }
#HcmMVK1GSlFVGC2aHnpGW2tZKGLBr3ps { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:3.875rem;left:50.625rem; }
#qzt5u6ThIpV3FWQlbqSsWZio835JcKag { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:5.6875rem;left:50.625rem;height:8.3984375rem;font-style:normal;display:block; }
#KIAlaGlZPbWlWuN9kTSwDdIHzFUBgzJs { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:3.6875rem;left:52.875rem;height:1.9125rem;font-style:normal;display:block; }
#ifEpWogTm36f1Ch7zmRJ0DChi5Nq6hAc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c4b5fd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ifEpWogTm36f1Ch7zmRJ0DChi5Nq6hAc > .row .container { background-color: transparent; background-image: none; }#ifEpWogTm36f1Ch7zmRJ0DChi5Nq6hAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifEpWogTm36f1Ch7zmRJ0DChi5Nq6hAc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifEpWogTm36f1Ch7zmRJ0DChi5Nq6hAc > .row .container > .video-iframe-container { display: none; }#ifEpWogTm36f1Ch7zmRJ0DChi5Nq6hAc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifEpWogTm36f1Ch7zmRJ0DChi5Nq6hAc > .row > .video-iframe-container { display: none; }#ifEpWogTm36f1Ch7zmRJ0DChi5Nq6hAc > .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); }#ifEpWogTm36f1Ch7zmRJ0DChi5Nq6hAc > .row .container { border-width: 0; border-radius: 0; }#ifEpWogTm36f1Ch7zmRJ0DChi5Nq6hAc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ifEpWogTm36f1Ch7zmRJ0DChi5Nq6hAc > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.5rem;width:75rem;position:relative;display:block; }#gUafa7XOkTyB1hktwsfdsxQzZCqpHtHZ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:41.0625rem;height:1.4875375rem;text-align:right;text-align-last:right;display:block; }
#KtSXJKd3ehE63NS8rBtes4H6xeflkpki { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:14.75rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dXBC6HxWDVGyK5Nf90zRLDt9bovFN5fK { display:block; }#dXBC6HxWDVGyK5Nf90zRLDt9bovFN5fK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ia1hea0hwcsyeWiWKchTBtm6U9EeGW9I { top:1.1875rem;left:16.5rem;width:14.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iownnO7QxLOeNmtPl8Kc1qau508qnyNx { top:0rem;left:14.21875rem;width:19.3125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRxiUeWHsV4f3EGLD1tbkltT4efDBZUm { display:block; }#SRxiUeWHsV4f3EGLD1tbkltT4efDBZUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uP5K4sEuMw7KPCL6VeVVtPmA4VWAzyGm { top:1.6875rem;left:0rem;width:38.0625rem;height:11.75rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwztnz88xXtVPqs00mWEoSSzNOqvcCUs { top:25.5rem;left:0rem;width:20.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbWc33C3AtgUxhvxVsC9Sn2hZ33wLUG { width:25.6875rem;height:4.9375rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-regular-label { display:block;width:23.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-text { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-text {padding-top: 0; padding-bottom: 0;}#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-textarea { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-select { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-select {padding-top: 0; padding-bottom: 0;}#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-button { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-checkbox-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI  { width:23.375rem;height:auto;top:22.9375rem;left:21.875rem; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .radio-container { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI {display:block;}#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI { width:23.375rem;height:auto;top:22.9375rem;left:21.875rem; }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #qvqKt46Ok8Dh4gqMuyK78d3S4QRP1xxJ {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #UJWrsgnFfdT3mz7DettrOeqLOTS37eS8 { display:none; }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #yKIddUIeTq1Tre9XkziAXW9MDwb57HOz {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #E3Df7N0HXTyq845F1kINLLordoZTnhtH {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #e3VRa8Lcc2NLtvAHZ4ArlZAlXysnRmau { display:none; }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #Gw09SUPXmUuFOSkRmpVCVUb3laEiIyTG {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #fRRqNICE104c0TBzpzkgUfu9Tb9z9HiU {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #AvBc6pPumRR8QWB3Ow6gpX26AmQhq5Mb { display:none; }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #uLabBM3AWnERCOcdpzFSFNcuKhNHxC6o {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #UWM8kNUzyJautI58Kyyf6Lg4qdtA4GxR {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #VtuIzhoK31dy1B9Bx5l77poczMmN0Img { display:none; }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #u0N6KkBOv8NLAwrUro9Lrlb8zi0waD2t {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #m6cM0kp0KDhKGA0Hk66x8seD0mRJ4uEt {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #aFigZZJDhyOaPgGNVF9Rc8UCtgxdlfhD {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #RCL6iBWNdgJ0VykKlGwELSRTPKUs5Ghc {  }
 }@media only screen and (max-width: 763px) { #IUO2ewcxdtuJFAnGfyRJAZydRflaQp6o { display:block; }
 }@media only screen and (max-width: 763px) { #KKOLGJ5TKLk40K965ea22JSSMMTKe4LV { display:block; }
 }@media only screen and (max-width: 763px) { #GN2hkpELBVupelZTd3JivM1fZZCKdHFH { display:block; }
 }@media only screen and (max-width: 763px) { #G4PBrf1p7NJwKk4r97L8WzVgMa5nyEqI { display:block; }
 }@media only screen and (max-width: 763px) { #ceypXUefHwlXiirCKyKFkFmKykpqcTWA { display:block; }
 }@media only screen and (max-width: 763px) { #hDIwwbV5u62NLCu8TUIv3CS4nATc00pq { display:block; }
 }@media only screen and (max-width: 763px) { #cW9PqoOIt2sNWs2NrJRGcD3sTucIIQXU { display:block; }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #ZVwr4ezPDPMcssdk5sAGoLuMG4t7UoKD {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #BH5WEy9a30u7C33a6TZoec6kBTCmgaRp {  }
 }@media only screen and (max-width: 763px) { #qPPXL9EZ8lw96W939yTulJFzK8ZnzIIT { width:26.0625rem;height:21.5rem;top:15.6875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuy7Dp59QHBweXSJ5IsUDe4x7saGEA9R { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEP4thhp2oNL8MytItJ8cBZDz3DSlONK { top:2rem;left:26.125rem;width:19.375rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryi6qTu8nJ8eRLAfhxGGTzaizxfWoZqZ { width:26.0625rem;height:18.125rem;top:37.1875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX3p32TrFc79C11iOlt4Dt1kJWmcO5te { top:32.3125rem;left:0rem;width:18rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KADS6JlqTGiLUPXN8KiTCcWB4L4cmh16 { top:32.25rem;left:5.8125rem;width:18.0625rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMF5WrTPT3kpBv8pnFZpp1DITNhaTVI8 { top:25.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmZic2k0rNIDrKyqUo8OZLUQzTwgcDpC { top:14.8125rem;left:0rem;width:37.4375rem;height:8rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GelVFbVWoo85P2oQ16fe1vAbvbxBXEtr { display:block; }#GelVFbVWoo85P2oQ16fe1vAbvbxBXEtr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHhDyGdw4KbTfoRBVGWE5cLD2Xi6M6ds { top:5.75rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rISiu7QaO0TzOSI6Gn5oqkes6RPAGihO { top:11.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkixAI8HaSu0zU8v5E9iekRMUGtg0ZXe { top:5.5625rem;left:0rem;width:33.9375rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZdIWDqg4tB5NLO3TdHC6gTwZVDqfVBS { top:11.3125rem;left:0rem;width:33.375rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLINlSSHksPBD3giLhKJvgaJGENMhilx { top:8.375rem;left:26.875rem;width:20.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh3IRBtsTepUIrlCQTnCrr4ANbGOV2EQ { display:block; }#uh3IRBtsTepUIrlCQTnCrr4ANbGOV2EQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzLlnMSNOovyGe3z6FCZ3ScScxPtzcBI { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuqRIoawGX4zQOpuXPrf9RiXKGJ1o4Fv { display:block; }#QuqRIoawGX4zQOpuXPrf9RiXKGJ1o4Fv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkXFVdRoov8SFMVB2xEE7JpF4rgOWvX2 { top:23.0625rem;left:0rem;width:20.9375rem;height:14.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTp5cAqbhvssoJq31nymAVP3ypRZZnqf { top:23.0625rem;left:10.375rem;width:21.375rem;height:12.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoN2UqMz5e9tMpruKO4mVDwHOCx5fJou { top:23.0625rem;left:26.375rem;width:21.25rem;height:14.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kraGDOom9RoL0kEiTitPXWXbhwvn28Xo { top:0rem;left:14.125rem;width:17.625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy8qIBW6Pm4n63uT5nSq8N6MEiNv6xuX { top:0rem;left:30rem;width:17.625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfEAkiN4KB6UlL1GbTCvzIIF2We2rK9k { top:0rem;left:0rem;width:17.625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaDGdkn1Tv5zATWufgpMs97DS5EbodEE { display:block; }#UaDGdkn1Tv5zATWufgpMs97DS5EbodEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NN9wrLvn9Ov66yw10hV832qUglOsNHTT { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARtCR245wgPyZphIhpyvhCLZoTkxegpk { display:block; }#ARtCR245wgPyZphIhpyvhCLZoTkxegpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hw6dvGVHwnuJa0TKPZqvn1qJ9g4cwBMS { top:6rem;left:0rem;width:33.625rem;height:4.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbEGUROSHkcPwy5DCeywRIm7if3v5nwM { top:20.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4dLSRHqarRqC7TNiE7IQ9M7oAZTgoqy { top:20.375rem;left:0rem;width:27.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvqgVpanop4pH9dxwI4T3fLZLf4sxOnD { top:25.875rem;left:0rem;width:25.9375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwVxmMxM0VbZkaPSGsVq8GnwJuXWQoDh { top:26.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkkbb0lgBqHF88LJcWbO5qF1IN4aMpKP { top:24.125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTyZlgR7iHBokwdCivvTGf7PoXEz3CSi { display:block; }
 }@media only screen and (max-width: 763px) { #bEZNUSOXpCixxK4QOux21VsRXtIw2EMz { top:12.375rem;left:0rem;width:31.4375rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMT7qtwafTxeH6gM30wR4tT64OphwQbs { top:31.25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLizK1RyUBv9ktDH3Lp1HoAhCTZd2ZdK { top:31.25rem;left:0rem;width:27.375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TahTnGehkNyWMyFGz6un9wDrLGSQPxaT { top:3.75rem;left:21.6875rem;width:26.0625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvoWscCG5EeSTcqiOmRfEuHTBeDLvXZp { top:24.3125rem;left:21.6875rem;width:26.0625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkwe7tw6fGlqzyvIZivw1PwkFgT1TAoT { display:block; }#Tkwe7tw6fGlqzyvIZivw1PwkFgT1TAoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKLJo2x5wvgqLISJUPspAdFFyNfRIvl1 { top:2.125rem;left:0rem;width:15.6875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDrOOF0yxh6T7pqKM12CNfgPnqSqO03z { top:2.125rem;left:8.1875rem;width:15.6875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4JEDTaHriLLqNbcSg9nkFXgn9Mitikf { top:2.125rem;left:20.125rem;width:15.6875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4e42uv9VPp0vBX29WD7tBTOg9McPIiV { top:2.1875rem;left:32.0625rem;width:15.6875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbC3anVhU0OzLw2MvZAaT0bUlAcgp3tn { display:block; }#PbC3anVhU0OzLw2MvZAaT0bUlAcgp3tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQa4u4qeTMikyAPH6KBSvO6GzhJmVUzJ { top:6.4375rem;left:2.3125rem;width:43.125rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvcGKHZuBfkM7TSs1e8Jc64zgd96Tm2D { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqnMpRckMo7ST6pKr3K01ru4ETXUhBb8 { display:block; }#bqnMpRckMo7ST6pKr3K01ru4ETXUhBb8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9KcfVD8u9PiFQ5p0oeNGMzMlpT4qFFn { top:42.75rem;left:0rem;width:37.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKBwMTkxX2bHvTNPM3EGd0ALIbMW86W4 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieb2qA76BzzO1Ho0THhdZJzA3mI8pX3h { top:42.75rem;left:10.1875rem;width:37.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c69lVylgLdpqMZDqIJnD5xECq1s4n4AC { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeEA2z4qNEXCOI6s6JA9skMuxGPGan9i { top:46.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukbAyVqURzptDFTlPlpvTSAUWi3v5NvX { top:46.25rem;left:0rem;width:32.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqCBhikFUEW0vwPdIZ1UDwWcULvQvgZz { top:48.6875rem;left:0rem;width:31.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwOvApvXHU7FqQRTrkpVlZZJXhOx150b { top:48.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8UvICgzzhxHTTm9LAkM1aRDgoEDcfeB { top:58.375rem;left:0rem;width:20rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7pnahyQVPLcEhtVwhBm5443sLkMBaH5 { top:46.25rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAaVQz0b5vhz9oNm41kbAso8rGyNuEgW { top:46.0625rem;left:18.9375rem;width:28.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w033UnWeo9PPJgVpqo2hOD769IOgLWQ9 { top:58.375rem;left:18.5rem;width:29.25rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3Ct8VrPnqJEpMp4WBbDgxT1qbm49pOI { top:24.125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzWZJQ82DIRWhMQUm1R6927C1VTiKF9U { display:block; }
 }@media only screen and (max-width: 763px) { #uioR5svDKshIn782puf7XU0Tp1Rcgmmt { top:49.875rem;left:20rem;width:27.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0aIB2xXyyKcQCIH2UgD0PVevBkO8vCc { top:50.0625rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5LBCJtumGMP65m4LLwKSMsWbDA690Qz { top:52.4375rem;left:19rem;width:28.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFiABTIbndg06gA3Gl2665b6HMTyV6T6 { top:52.625rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaLaCbkoLbep1FqAbTpUrX0WJ8KSiwoM { top:55.0625rem;left:15.1875rem;width:32.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHrPHl1F17VOLva69hxU9fky4dSaApTo { top:55.25rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOAFpLADxrsb6HGzKbP841X9s0aIZmtp { top:51rem;left:0rem;width:28.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmGQMxtoN9LIgPt96UAUaL3WlUAiwksz { top:51.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwhrmtd9BcHyBrqs96KFzeOdaNm4yBQm { top:55.0625rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMSUrRurK8JmNENMuK1DkmAz9RICLtQL { top:55.25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRTLBhJrgiHA9A1krhuz7wWGPG7Bvdg1 { top:3.375rem;left:0.125rem;width:22.375rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkLH48iS32gUtDIdr6or1DIdRW8JPDLl { top:3.375rem;left:24.6875rem;width:21rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMEZTL3rt2bMPlZ7GTNp3dJnkGDnVu0z { display:block; }#QMEZTL3rt2bMPlZ7GTNp3dJnkGDnVu0z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHIxIQxkLaKvqQaQcyTxxcfPMLH3Q89w { top:6.75rem;left:2.3125rem;width:43.125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVr32o5O2EegyMTgFt0p6LMWr8dyBsDb { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vynUmacvnpQp5a2O8VEg37KnIUa6MG2l { display:block; }#vynUmacvnpQp5a2O8VEg37KnIUa6MG2l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdwHBXAOyom3HqqxXPWzUSwfpPTrSJKp { top:0rem;left:0rem;width:20.4375rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmIydKWxRTXNiWfMTvWvbOgEkpK6LS5p { display:none; }
 }@media only screen and (max-width: 763px) { #Xb60TH221vswMCIg7sHyD8QL2gU518wq { display:none; }
 }@media only screen and (max-width: 763px) { #wfgEFmErizEE2kQHMEw0eAbTXRtUpM2r { display:none; }
 }@media only screen and (max-width: 763px) { #wQBzW08NTdEufifZvIqytp6TFotfx6kF { top:0rem;left:11.3125rem;width:20.4375rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neqoeyTyL3Sw1gP0CfTLcUfni6TG209X { top:0rem;left:27.1875rem;width:20.4375rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdnO9GdWhUZzUxuqXRx1HaXI22nDsa7p { display:block; }#AdnO9GdWhUZzUxuqXRx1HaXI22nDsa7p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQp8SblzosqWHCgt6fXAh1RfGH4FEaBN { top:2.625rem;left:0rem;width:7.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTddJWlsQbLi0m3tNqTXDgx4s4AobSxw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9Sc6ALw0119ssayzta0i5g591W8LeQF { top:2.625rem;left:23.875rem;width:7rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvX6FW1p1T6OaiiwxQn5OpBwgP4AxSQi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwLwvl8xDxcU26iTaEqeeQUhOGi45aJx { display:block; }#qwLwvl8xDxcU26iTaEqeeQUhOGi45aJx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvX4oNWbv7CPc5kmyV6A9Twil6hdzclE { top:20.8125rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGV3aolbHthkBOQTwGWdGGzmbuwvFxFX { top:20.75rem;left:22.5rem;width:25.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOZhvgz6eKq6cTFx0RQqoGOqbagq4DZ1 { top:25.6875rem;left:20.5rem;width:27.25rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM3FmHSTL1nMhOFTLfZBG0XkBi5gJQLD { top:25.8125rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvDvrGpQzXBHNGNgFfSHTDXTPDin7asz { top:4.4375rem;left:15.625rem;width:32.125rem;height:7.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDPXly89y46x4eex9QHTI6TZILEVsbiF { top:12.9375rem;left:15.375rem;width:32.375rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9hagQSCvmIVvCE1GrlT2FfqnBJSpOA8 { top:32.125rem;left:18.1875rem;width:29.5625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D46I6QkCdzUrU8XQZhP1heZ1I7kON4w8 { top:32.25rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ferw3BPgCHK5XecVqSJxxu8J6edpB5m4 { top:38.9375rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhdpxvhcJSiO5mX8oRbQHnB2F7KExK3v { top:38.8125rem;left:19.125rem;width:28.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6p0DD2JTK1xaT6HTQrJ7xdoUkMfrbqe { top:4.3125rem;left:0rem;width:25.25rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1dJaSAlJ9T9mNxtL2fq2hPp8ynQ1tt7 { display:block; }#N1dJaSAlJ9T9mNxtL2fq2hPp8ynQ1tt7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwTQHCCvbaW1ppasMN7F9OHbro5CKTUe { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #AyFFXxhHbUK83LLERhh2bcx3vOlXqwdJ {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #T60ar7dPh71cteaghKstZTg9FVbudqvs {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #Oy23y5JPO2mlKB5doIrelVkofsTkBas7 {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #So1GtVTc2antS6yoRvIka31rHmtDSGHb {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #NEavcFAcWDVTCF2RirqNON572n81Gyx9 {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #LvlzM4baXV9kEGMCUJT9nSRNt0AgHGG0 {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #D5A2xJybPP1dLWBw9SR5RQ5GsexUichM {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #GJsFrhyGNBa81HknTwsToK7cDWvDR3hH {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #cUpXn8ZMuCBoZQBsIxKRUEXMCIAVBCQU {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #hzTyuoO0b1hNBRXhIThA8uLsGerT5Zp1 {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #ZOJoi29T3RyJxUVkPLGllZ7EDRZkB7Kz {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #PtcBug11DVGggr1TBJrFfMl1D79kUuLc {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #QWaZuqHt83ikLPMLORXybtVe0g3JdiML {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #nvnIVEJthE2kDo2myrOmiE4GSpoDqn84 {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #kHvlDyOqfvK3w5nJLBUhEg5smSJWgDPN {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #v825WwM2qpZOvpcJ4TG6bU8yWNogtkTt {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #vZbBkBUVfT3XohCGSwTXTShAtJcogc36 {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #UW153HbL4UzPnNm3NP9DOgbLdD3iU2Ci {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #Gkh00wRR1aeSe7sEZuP6kmbLszuCau2T {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #TpTEDTl9O1KPb5lhgwTghPAl9nlu8MQb {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #vlgRQTGGpBSv1KnvtnVDg6eSbQyykq7h {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #APhwkkhaDVq7LsdsSMbnQndX8eqLguCk {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #oNr423SNm8VC0TBbnGz9ocx6oM7mJ5Bs {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #DBIsTpSbeDrNlo9qDAcOqiROHtlI2Kxe {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #yAH8TBzHRA4R3HeIhTqSxAkE1CXHhdzk {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #Fd1aaX9uyCmR8cysuhBSZPEqdrPBgdGo {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #lUUWHylWhNzyCz8BxVSukwP26TVu0HTW {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #HpumyXl3ZKpyZOJh2yVEySKO1KvlCADX {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #Mpap8yyg8PawD1JoNwxTIswIE4wpludg {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #Ae5Z2Z5m38eZ86SglSfyuqV9F3vJempW {  }
 }@media only screen and (max-width: 763px) { #To5Nio0b8IJhuF7nWlz4WAn5P3Hr9DHX { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKTaHi9eVKtAHCE28SdD4BmLmE18bN3v { display:block; }#WKTaHi9eVKtAHCE28SdD4BmLmE18bN3v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvuEkIOTXEt3Ggi0NRD0VJ026CkMWb2n { top:4.1875rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEIIdzgSIJoORnBh5pTZeubvTJ5DPiiP { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV7Krp2IED5GGnz5AWZi5HK323V1igTq { width:1.5rem;height:1.5rem;top:3.875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #FELO8gtF1u3Lx04B56uHSEdrTpZPJhFw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUwOovfsv6v17Oq4f1wTO4wBQkASpwoN { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGRPKN3eTaQSgtthPKoJdNORw63ptL56 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDp4P2flMAp1bDzRH3k2RbzG72h1tHhb { width:1.5rem;height:1.5rem;top:9.9375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUukISMyDVupDl5NULTVmgmlUgbZhNeE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcmMVK1GSlFVGC2aHnpGW2tZKGLBr3ps { width:1.5rem;height:1.5rem;top:3.875rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzt5u6ThIpV3FWQlbqSsWZio835JcKag { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIAlaGlZPbWlWuN9kTSwDdIHzFUBgzJs { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifEpWogTm36f1Ch7zmRJ0DChi5Nq6hAc { display:block; }#ifEpWogTm36f1Ch7zmRJ0DChi5Nq6hAc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUafa7XOkTyB1hktwsfdsxQzZCqpHtHZ { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtSXJKd3ehE63NS8rBtes4H6xeflkpki { top:1.625rem;left:0rem;width:14.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dXBC6HxWDVGyK5Nf90zRLDt9bovFN5fK { display:block; }#dXBC6HxWDVGyK5Nf90zRLDt9bovFN5fK > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ia1hea0hwcsyeWiWKchTBtm6U9EeGW9I { width:11.3125rem;height:3.1875rem;top:0.90625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iownnO7QxLOeNmtPl8Kc1qau508qnyNx { width:19.3125rem;height:5rem;top:0rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRxiUeWHsV4f3EGLD1tbkltT4efDBZUm { display:block; }#SRxiUeWHsV4f3EGLD1tbkltT4efDBZUm > .row .container { width:20rem;height:95.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uP5K4sEuMw7KPCL6VeVVtPmA4VWAzyGm { width:20rem;height:5.625rem;top:1.375rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Wwztnz88xXtVPqs00mWEoSSzNOqvcCUs { width:13.125rem;height:4.3875rem;top:15.25rem;left:4.9375rem;font-size:1.125rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZbWc33C3AtgUxhvxVsC9Sn2hZ33wLUG { width:20rem;height:6.0625rem;top:14.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-regular-label { display:block;width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-text { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-text {padding-top: 0; padding-bottom: 0;}#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-textarea { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-select { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-select {padding-top: 0; padding-bottom: 0;}#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-input-button { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-checkbox-label { width:16.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-container:first-of-type{padding-top:0;}#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .widget-container:last-of-type{padding-bottom:0;}#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI  { width:17.75rem;height:auto;top:42.875rem;left:-0.1875rem; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI .radio-container { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI {display:block;}#A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI { width:17.75rem;height:auto;top:42.875rem;left:-0.1875rem; }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #qvqKt46Ok8Dh4gqMuyK78d3S4QRP1xxJ {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #UJWrsgnFfdT3mz7DettrOeqLOTS37eS8 { display:none; }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #yKIddUIeTq1Tre9XkziAXW9MDwb57HOz {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #E3Df7N0HXTyq845F1kINLLordoZTnhtH {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #e3VRa8Lcc2NLtvAHZ4ArlZAlXysnRmau { display:none; }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #Gw09SUPXmUuFOSkRmpVCVUb3laEiIyTG {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #fRRqNICE104c0TBzpzkgUfu9Tb9z9HiU {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #AvBc6pPumRR8QWB3Ow6gpX26AmQhq5Mb { display:none; }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #uLabBM3AWnERCOcdpzFSFNcuKhNHxC6o {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #UWM8kNUzyJautI58Kyyf6Lg4qdtA4GxR {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #VtuIzhoK31dy1B9Bx5l77poczMmN0Img { display:none; }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #u0N6KkBOv8NLAwrUro9Lrlb8zi0waD2t {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #m6cM0kp0KDhKGA0Hk66x8seD0mRJ4uEt {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #aFigZZJDhyOaPgGNVF9Rc8UCtgxdlfhD {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #RCL6iBWNdgJ0VykKlGwELSRTPKUs5Ghc {  }
 }@media only screen and (max-width: 763px) { #IUO2ewcxdtuJFAnGfyRJAZydRflaQp6o { display:block; }
 }@media only screen and (max-width: 763px) { #KKOLGJ5TKLk40K965ea22JSSMMTKe4LV { display:block; }
 }@media only screen and (max-width: 763px) { #GN2hkpELBVupelZTd3JivM1fZZCKdHFH { display:block; }
 }@media only screen and (max-width: 763px) { #G4PBrf1p7NJwKk4r97L8WzVgMa5nyEqI { display:block; }
 }@media only screen and (max-width: 763px) { #ceypXUefHwlXiirCKyKFkFmKykpqcTWA { display:block; }
 }@media only screen and (max-width: 763px) { #hDIwwbV5u62NLCu8TUIv3CS4nATc00pq { display:block; }
 }@media only screen and (max-width: 763px) { #cW9PqoOIt2sNWs2NrJRGcD3sTucIIQXU { display:block; }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #ZVwr4ezPDPMcssdk5sAGoLuMG4t7UoKD {  }
 }@media only screen and (max-width: 763px) { #A2lVS76Us9MfbQtMeGsmAsSbKEC32LdI #BH5WEy9a30u7C33a6TZoec6kBTCmgaRp {  }
 }@media only screen and (max-width: 763px) { #qPPXL9EZ8lw96W939yTulJFzK8ZnzIIT { width:20rem;height:32rem;top:36rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuy7Dp59QHBweXSJ5IsUDe4x7saGEA9R { width:17.4375rem;height:4.72411875rem;top:37.4375rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEP4thhp2oNL8MytItJ8cBZDz3DSlONK { width:16.0625rem;height:11.875rem;top:22rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryi6qTu8nJ8eRLAfhxGGTzaizxfWoZqZ { width:20rem;height:4.9375rem;top:63.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX3p32TrFc79C11iOlt4Dt1kJWmcO5te { width:15.6875rem;height:11.5625rem;top:70rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KADS6JlqTGiLUPXN8KiTCcWB4L4cmh16 { width:15.625rem;height:11.5rem;top:82.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMF5WrTPT3kpBv8pnFZpp1DITNhaTVI8 { display:flex;width:3.125rem;height:3.125rem;top:15.25rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #KmZic2k0rNIDrKyqUo8OZLUQzTwgcDpC { width:20rem;height:4.3125rem;top:8.3125rem;left:0rem;font-size:1.4375rem;z-index:15026;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GelVFbVWoo85P2oQ16fe1vAbvbxBXEtr { display:block; }#GelVFbVWoo85P2oQ16fe1vAbvbxBXEtr > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHhDyGdw4KbTfoRBVGWE5cLD2Xi6M6ds { display:flex;width:1.5rem;height:1.5rem;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rISiu7QaO0TzOSI6Gn5oqkes6RPAGihO { display:flex;width:1.5rem;height:1.5rem;top:15.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nkixAI8HaSu0zU8v5E9iekRMUGtg0ZXe { width:18.0625rem;height:5.0625rem;top:7.875rem;left:1.9375rem;font-size:1.125rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eZdIWDqg4tB5NLO3TdHC6gTwZVDqfVBS { width:17.9375rem;height:6.75rem;top:15.25rem;left:2.0625rem;font-size:1.125rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xLINlSSHksPBD3giLhKJvgaJGENMhilx { width:20rem;height:3.8994125rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh3IRBtsTepUIrlCQTnCrr4ANbGOV2EQ { display:block; }#uh3IRBtsTepUIrlCQTnCrr4ANbGOV2EQ > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzLlnMSNOovyGe3z6FCZ3ScScxPtzcBI { width:19.8125rem;height:5.3994125rem;top:1.5185546875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuqRIoawGX4zQOpuXPrf9RiXKGJ1o4Fv { display:block; }#QuqRIoawGX4zQOpuXPrf9RiXKGJ1o4Fv > .row .container { width:20rem;height:111.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkXFVdRoov8SFMVB2xEE7JpF4rgOWvX2 { width:18.5rem;height:11.8125rem;top:22.625rem;left:0.75rem;font-size:1.125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTp5cAqbhvssoJq31nymAVP3ypRZZnqf { width:19.8125rem;height:10.125rem;top:59.68603515625rem;left:0rem;font-size:1.125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WoN2UqMz5e9tMpruKO4mVDwHOCx5fJou { width:16.5rem;height:13.5rem;top:95.0625rem;left:1.75rem;font-size:1.125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kraGDOom9RoL0kEiTitPXWXbhwvn28Xo { width:17.5625rem;height:21.5625rem;top:36.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy8qIBW6Pm4n63uT5nSq8N6MEiNv6xuX { width:17.625rem;height:21.5625rem;top:72.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfEAkiN4KB6UlL1GbTCvzIIF2We2rK9k { width:17.625rem;height:21.5625rem;top:0rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaDGdkn1Tv5zATWufgpMs97DS5EbodEE { display:block; }#UaDGdkn1Tv5zATWufgpMs97DS5EbodEE > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NN9wrLvn9Ov66yw10hV832qUglOsNHTT { width:20rem;height:6.5244375rem;top:1.99072265625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARtCR245wgPyZphIhpyvhCLZoTkxegpk { display:block; }#ARtCR245wgPyZphIhpyvhCLZoTkxegpk > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hw6dvGVHwnuJa0TKPZqvn1qJ9g4cwBMS { width:19.5rem;height:4.875rem;top:14.625rem;left:0.25rem;font-size:1.625rem;z-index:15026;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QbEGUROSHkcPwy5DCeywRIm7if3v5nwM { display:flex;width:1.5rem;height:1.5rem;top:29.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4dLSRHqarRqC7TNiE7IQ9M7oAZTgoqy { width:17.5625rem;height:4.5rem;top:29.0625rem;left:2.375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CvqgVpanop4pH9dxwI4T3fLZLf4sxOnD { width:17.5625rem;height:4.5rem;top:34.9375rem;left:2.3125rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UwVxmMxM0VbZkaPSGsVq8GnwJuXWQoDh { display:flex;width:1.5rem;height:1.5rem;top:34.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wkkbb0lgBqHF88LJcWbO5qF1IN4aMpKP { top:48.3125rem;left:0.5rem;width:19rem;height:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTyZlgR7iHBokwdCivvTGf7PoXEz3CSi { display:block; }
 }@media only screen and (max-width: 763px) { #bEZNUSOXpCixxK4QOux21VsRXtIw2EMz { width:18.4375rem;height:6.75rem;top:20.375rem;left:0.8125rem;font-size:1.125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMT7qtwafTxeH6gM30wR4tT64OphwQbs { display:flex;width:1.5rem;height:1.5rem;top:41.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LLizK1RyUBv9ktDH3Lp1HoAhCTZd2ZdK { width:17.6875rem;height:4.5rem;top:41.3125rem;left:2.3125rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TahTnGehkNyWMyFGz6un9wDrLGSQPxaT { width:17.75rem;height:13.0625rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvoWscCG5EeSTcqiOmRfEuHTBeDLvXZp { width:16rem;height:11.8125rem;top:55.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkwe7tw6fGlqzyvIZivw1PwkFgT1TAoT { display:block; }#Tkwe7tw6fGlqzyvIZivw1PwkFgT1TAoT > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKLJo2x5wvgqLISJUPspAdFFyNfRIvl1 { width:15.6875rem;height:11.5625rem;top:1.1875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDrOOF0yxh6T7pqKM12CNfgPnqSqO03z { width:15.6875rem;height:11.5625rem;top:14.1875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4JEDTaHriLLqNbcSg9nkFXgn9Mitikf { width:15.6875rem;height:11.5625rem;top:27rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4e42uv9VPp0vBX29WD7tBTOg9McPIiV { width:15.6875rem;height:11.5625rem;top:39.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbC3anVhU0OzLw2MvZAaT0bUlAcgp3tn { display:block; }#PbC3anVhU0OzLw2MvZAaT0bUlAcgp3tn > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQa4u4qeTMikyAPH6KBSvO6GzhJmVUzJ { width:20rem;height:7.5rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvcGKHZuBfkM7TSs1e8Jc64zgd96Tm2D { width:20rem;height:4.35rem;top:1.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqnMpRckMo7ST6pKr3K01ru4ETXUhBb8 { display:block; }#bqnMpRckMo7ST6pKr3K01ru4ETXUhBb8 > .row .container { width:20rem;height:128.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9KcfVD8u9PiFQ5p0oeNGMzMlpT4qFFn { width:17rem;height:6.0556625rem;top:31rem;left:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKBwMTkxX2bHvTNPM3EGd0ALIbMW86W4 { width:20rem;height:1.8rem;top:27.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieb2qA76BzzO1Ho0THhdZJzA3mI8pX3h { width:19.0625rem;height:4.0375rem;top:93.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c69lVylgLdpqMZDqIJnD5xECq1s4n4AC { width:20rem;height:1.8rem;top:91.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeEA2z4qNEXCOI6s6JA9skMuxGPGan9i { display:flex;width:1.5rem;height:1.5rem;top:38.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ukbAyVqURzptDFTlPlpvTSAUWi3v5NvX { width:18.0625rem;height:3rem;top:38.6875rem;left:1.9375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lqCBhikFUEW0vwPdIZ1UDwWcULvQvgZz { width:17.8125rem;height:3rem;top:42.625rem;left:2rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SwOvApvXHU7FqQRTrkpVlZZJXhOx150b { display:flex;width:1.5rem;height:1.5rem;top:42.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s8UvICgzzhxHTTm9LAkM1aRDgoEDcfeB { width:20rem;height:3.375rem;top:56.8125rem;left:0rem;font-size:1.125rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n7pnahyQVPLcEhtVwhBm5443sLkMBaH5 { display:flex;width:1.5rem;height:1.5rem;top:99.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lAaVQz0b5vhz9oNm41kbAso8rGyNuEgW { width:17.0625rem;height:4.5rem;top:99.1875rem;left:2rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w033UnWeo9PPJgVpqo2hOD769IOgLWQ9 { width:20rem;height:3.375rem;top:117rem;left:0rem;font-size:1.125rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R3Ct8VrPnqJEpMp4WBbDgxT1qbm49pOI { top:122.0625rem;left:0rem;width:20rem;height:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzWZJQ82DIRWhMQUm1R6927C1VTiKF9U { display:block; }
 }@media only screen and (max-width: 763px) { #uioR5svDKshIn782puf7XU0Tp1Rcgmmt { width:18.125rem;height:3rem;top:104.5625rem;left:1.875rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M0aIB2xXyyKcQCIH2UgD0PVevBkO8vCc { display:flex;width:1.5rem;height:1.5rem;top:104.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c5LBCJtumGMP65m4LLwKSMsWbDA690Qz { width:17.9375rem;height:3.1875rem;top:108.625rem;left:2.0625rem;font-size:1.0625rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LFiABTIbndg06gA3Gl2665b6HMTyV6T6 { display:flex;width:1.5rem;height:1.5rem;top:108.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AaLaCbkoLbep1FqAbTpUrX0WJ8KSiwoM { width:17.9375rem;height:3.1875rem;top:112.625rem;left:2.0625rem;font-size:1.0625rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xHrPHl1F17VOLva69hxU9fky4dSaApTo { display:flex;width:1.5rem;height:1.5rem;top:112.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dOAFpLADxrsb6HGzKbP841X9s0aIZmtp { width:18.0625rem;height:3.1875rem;top:47.125rem;left:1.9375rem;font-size:1.0625rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LmGQMxtoN9LIgPt96UAUaL3WlUAiwksz { display:flex;width:1.5rem;height:1.5rem;top:47.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fwhrmtd9BcHyBrqs96KFzeOdaNm4yBQm { width:18.0625rem;height:3.1875rem;top:52.1875rem;left:1.9375rem;font-size:1.0625rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oMSUrRurK8JmNENMuK1DkmAz9RICLtQL { display:flex;width:1.5rem;height:1.5rem;top:52.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PRTLBhJrgiHA9A1krhuz7wWGPG7Bvdg1 { width:15.75rem;height:23.6875rem;top:1.99609375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkLH48iS32gUtDIdr6or1DIdRW8JPDLl { width:15.8125rem;height:25.3125rem;top:64.50341796875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMEZTL3rt2bMPlZ7GTNp3dJnkGDnVu0z { display:block; }#QMEZTL3rt2bMPlZ7GTNp3dJnkGDnVu0z > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHIxIQxkLaKvqQaQcyTxxcfPMLH3Q89w { width:20rem;height:3rem;top:6.8496125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVr32o5O2EegyMTgFt0p6LMWr8dyBsDb { width:17.8125rem;height:4.35rem;top:1.25rem;left:1.09375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vynUmacvnpQp5a2O8VEg37KnIUa6MG2l { display:block; }#vynUmacvnpQp5a2O8VEg37KnIUa6MG2l > .row .container { width:20rem;height:109.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdwHBXAOyom3HqqxXPWzUSwfpPTrSJKp { width:20rem;height:37.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmIydKWxRTXNiWfMTvWvbOgEkpK6LS5p { top:0rem;left:0rem;width:20rem;height:35.6875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Xb60TH221vswMCIg7sHyD8QL2gU518wq { top:36.9375rem;left:0rem;width:20rem;height:35.6875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #wfgEFmErizEE2kQHMEw0eAbTXRtUpM2r { top:73.6875rem;left:0rem;width:20rem;height:35.6875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #wQBzW08NTdEufifZvIqytp6TFotfx6kF { width:20rem;height:37.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #neqoeyTyL3Sw1gP0CfTLcUfni6TG209X { width:20rem;height:37.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdnO9GdWhUZzUxuqXRx1HaXI22nDsa7p { display:block; }#AdnO9GdWhUZzUxuqXRx1HaXI22nDsa7p > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQp8SblzosqWHCgt6fXAh1RfGH4FEaBN { width:16.25rem;height:4.65rem;top:2.4375rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTddJWlsQbLi0m3tNqTXDgx4s4AobSxw { width:16.25rem;height:7.8735625rem;top:7.0625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f9Sc6ALw0119ssayzta0i5g591W8LeQF { width:16.25rem;height:4.65rem;top:14.5rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvX6FW1p1T6OaiiwxQn5OpBwgP4AxSQi { width:15.6875rem;height:4.72411875rem;top:19rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qwLwvl8xDxcU26iTaEqeeQUhOGi45aJx { display:block; }#qwLwvl8xDxcU26iTaEqeeQUhOGi45aJx > .row .container { width:20rem;height:79.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvX4oNWbv7CPc5kmyV6A9Twil6hdzclE { display:flex;width:1.5rem;height:1.5rem;top:17.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nGV3aolbHthkBOQTwGWdGGzmbuwvFxFX { width:17.375rem;height:4.5rem;top:17.1875rem;left:2.5rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IOZhvgz6eKq6cTFx0RQqoGOqbagq4DZ1 { width:17.4375rem;height:6rem;top:22.875rem;left:2.4375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wM3FmHSTL1nMhOFTLfZBG0XkBi5gJQLD { display:flex;width:1.5rem;height:1.5rem;top:23rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IvDvrGpQzXBHNGNgFfSHTDXTPDin7asz { width:18.75rem;height:6.5rem;top:1.4375rem;left:0rem;font-size:1.625rem;z-index:15026;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qDPXly89y46x4eex9QHTI6TZILEVsbiF { width:18.6875rem;height:6.75rem;top:8.875rem;left:0rem;font-size:1.125rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H9hagQSCvmIVvCE1GrlT2FfqnBJSpOA8 { width:17.75rem;height:7.96875rem;top:30.875rem;left:2.25rem;font-size:1.0625rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D46I6QkCdzUrU8XQZhP1heZ1I7kON4w8 { display:flex;width:1.5rem;height:1.5rem;top:30.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ferw3BPgCHK5XecVqSJxxu8J6edpB5m4 { display:flex;width:1.5rem;height:1.5rem;top:40.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fhdpxvhcJSiO5mX8oRbQHnB2F7KExK3v { width:17.625rem;height:4.78125rem;top:40.3125rem;left:2.375rem;font-size:1.0625rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f6p0DD2JTK1xaT6HTQrJ7xdoUkMfrbqe { width:20rem;height:30.0493125rem;top:47.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1dJaSAlJ9T9mNxtL2fq2hPp8ynQ1tt7 { display:block; }#N1dJaSAlJ9T9mNxtL2fq2hPp8ynQ1tt7 > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwTQHCCvbaW1ppasMN7F9OHbro5CKTUe { width:20rem;height:3rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 .accordion-desc-text { font-size:0.875rem;height:auto; }
#Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 { display:flex;height:auto;width:20rem;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #AyFFXxhHbUK83LLERhh2bcx3vOlXqwdJ {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #T60ar7dPh71cteaghKstZTg9FVbudqvs {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #Oy23y5JPO2mlKB5doIrelVkofsTkBas7 {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #So1GtVTc2antS6yoRvIka31rHmtDSGHb {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #NEavcFAcWDVTCF2RirqNON572n81Gyx9 {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #LvlzM4baXV9kEGMCUJT9nSRNt0AgHGG0 {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #D5A2xJybPP1dLWBw9SR5RQ5GsexUichM {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #GJsFrhyGNBa81HknTwsToK7cDWvDR3hH {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #cUpXn8ZMuCBoZQBsIxKRUEXMCIAVBCQU {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #hzTyuoO0b1hNBRXhIThA8uLsGerT5Zp1 {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #ZOJoi29T3RyJxUVkPLGllZ7EDRZkB7Kz {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #PtcBug11DVGggr1TBJrFfMl1D79kUuLc {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #QWaZuqHt83ikLPMLORXybtVe0g3JdiML {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #nvnIVEJthE2kDo2myrOmiE4GSpoDqn84 {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #kHvlDyOqfvK3w5nJLBUhEg5smSJWgDPN {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #v825WwM2qpZOvpcJ4TG6bU8yWNogtkTt {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #vZbBkBUVfT3XohCGSwTXTShAtJcogc36 {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #UW153HbL4UzPnNm3NP9DOgbLdD3iU2Ci {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #Gkh00wRR1aeSe7sEZuP6kmbLszuCau2T {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #TpTEDTl9O1KPb5lhgwTghPAl9nlu8MQb {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #vlgRQTGGpBSv1KnvtnVDg6eSbQyykq7h {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #APhwkkhaDVq7LsdsSMbnQndX8eqLguCk {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #oNr423SNm8VC0TBbnGz9ocx6oM7mJ5Bs {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #DBIsTpSbeDrNlo9qDAcOqiROHtlI2Kxe {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #yAH8TBzHRA4R3HeIhTqSxAkE1CXHhdzk {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #Fd1aaX9uyCmR8cysuhBSZPEqdrPBgdGo {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #lUUWHylWhNzyCz8BxVSukwP26TVu0HTW {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #HpumyXl3ZKpyZOJh2yVEySKO1KvlCADX {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #Mpap8yyg8PawD1JoNwxTIswIE4wpludg {  }
 }@media only screen and (max-width: 763px) { #Cytc4q5Z0wB9McZG3x6J06t8nX1Wapq9 #Ae5Z2Z5m38eZ86SglSfyuqV9F3vJempW {  }
 }@media only screen and (max-width: 763px) { #To5Nio0b8IJhuF7nWlz4WAn5P3Hr9DHX { width:20rem;height:1.75rem;top:2.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKTaHi9eVKtAHCE28SdD4BmLmE18bN3v { display:block; }#WKTaHi9eVKtAHCE28SdD4BmLmE18bN3v > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvuEkIOTXEt3Ggi0NRD0VJ026CkMWb2n { width:20rem;height:1.7rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEIIdzgSIJoORnBh5pTZeubvTJ5DPiiP { width:20rem;height:6rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV7Krp2IED5GGnz5AWZi5HK323V1igTq { display:flex;width:1.5rem;height:1.5rem;top:12.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FELO8gtF1u3Lx04B56uHSEdrTpZPJhFw { width:20rem;height:2.125rem;top:14.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xUwOovfsv6v17Oq4f1wTO4wBQkASpwoN { width:15.3125rem;height:1.9125rem;top:12.0625rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cGRPKN3eTaQSgtthPKoJdNORw63ptL56 { width:20rem;height:2.125rem;top:20.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TDp4P2flMAp1bDzRH3k2RbzG72h1tHhb { display:flex;width:1.5rem;height:1.5rem;top:18.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GUukISMyDVupDl5NULTVmgmlUgbZhNeE { width:15.3125rem;height:1.9125rem;top:18.125rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HcmMVK1GSlFVGC2aHnpGW2tZKGLBr3ps { display:flex;width:1.5rem;height:1.5rem;top:25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qzt5u6ThIpV3FWQlbqSsWZio835JcKag { width:20rem;height:7rem;top:27.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KIAlaGlZPbWlWuN9kTSwDdIHzFUBgzJs { width:15.3125rem;height:1.9125rem;top:24.8125rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ifEpWogTm36f1Ch7zmRJ0DChi5Nq6hAc { display:block; }#ifEpWogTm36f1Ch7zmRJ0DChi5Nq6hAc > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUafa7XOkTyB1hktwsfdsxQzZCqpHtHZ { width:16.875rem;height:3.3994125rem;top:2.75rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtSXJKd3ehE63NS8rBtes4H6xeflkpki { width:10rem;height:2.8125rem;top:8.33642578125rem;left:5rem;display:block; }
 }