.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:217,222,225;--color-primary-1:129,145,156;--color-primary-2:2,34,56;--color-primary-3:1,17,28;--color-primary-4:0,5,8;--color-secondary-0:255,255,255;--color-secondary-1:244,244,244;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:221,225,231;--color-tertiary-1:143,157,175;--color-tertiary-2:30,58,95;--color-tertiary-3:15,29,48;--color-tertiary-4:5,9,14;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-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); }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93a5e602-5613-4578-b363-a778e6123ce1/pexelstdcat70912.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb.adaptive-delivery-prevent-bg, #TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb.lazyload, #TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb.lazyloading { background-image: none; }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .row .container { background-color: transparent; background-image: none; }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .row .container > .video-iframe-container { display: none; }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .row > .video-iframe-container { display: none; }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .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); }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .row .container { border-width: 0; border-radius: 0; }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;overflow:visible;position:relative;display:block; }#Gv98PFGwgE09o0xnp4SFhrhgzq7ZngK2 { color:rgba(var(--color-secondary-0),1);display:block;width:55.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.4375rem;left:0rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lp6vIrhe9XZPGQAApuZ7coRaFiKc4Xat { color:rgba(var(--color-secondary-0),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:18.65625rem;left:0rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EvydEX9lpSU12fWDWUmPF8y1GtFDQhSd { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3109375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.375rem;left:0rem;display:block; }
#bwr0XbE8TrE2Rz4vXWUNeSfTUuZONHD5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bkeSwyBSaAXnUhvaFwZyTh9fbhvIz4Gn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4350125rem;width:5.4350125rem;top:1.4959161281586rem;left:27.281602859497rem;overflow:hidden;display:block; }
#pDoy3ne1uTNiLIocXzWMZWEKQIiE9VmV { position:relative;display:block; }#pDoy3ne1uTNiLIocXzWMZWEKQIiE9VmV { background-color: transparent; background-image: none; }#pDoy3ne1uTNiLIocXzWMZWEKQIiE9VmV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDoy3ne1uTNiLIocXzWMZWEKQIiE9VmV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDoy3ne1uTNiLIocXzWMZWEKQIiE9VmV > .row .container > .video-iframe-container { display: none; }#pDoy3ne1uTNiLIocXzWMZWEKQIiE9VmV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDoy3ne1uTNiLIocXzWMZWEKQIiE9VmV > .row > .video-iframe-container { display: none; }#pDoy3ne1uTNiLIocXzWMZWEKQIiE9VmV > .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); }#pDoy3ne1uTNiLIocXzWMZWEKQIiE9VmV { border-width: 0; border-radius: 0; }#pDoy3ne1uTNiLIocXzWMZWEKQIiE9VmV > .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; }#pDoy3ne1uTNiLIocXzWMZWEKQIiE9VmV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n8bpmxufNlBrbCnOKsMTbZiLX1FzD8q0 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3118125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ikeuDhWLrUmRszWyfs6LliqTa8Tyby8w { color:rgba(var(--color-tertiary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dJw5gtZIZyltHSXu1n1ixU2q5XdvlL8Q { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:9.0250005722044rem;left:0rem;height:7.9980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EllTfu03TcgAgfAogSZOzoMppZhT04Ib { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:20.8125rem;left:0rem;height:6.3984375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yFUbVpKGNEwpR2FHM5FgohICHfAchtRr { color:rgba(var(--color-tertiary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.9375rem;left:0rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rhQTBykPeGTssXrPwoe2IFItFhIbT6H4 { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:30.0625rem;left:0rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e5SXXbX7svqB8PwwRBzJNiHArud1SpOz { color:rgba(var(--color-tertiary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.25rem;left:0rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RIwSxILXB5OSLRqhkVQnvxJZcR5zhMAV { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:38.375rem;left:0rem;height:6.3984375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#leKSL6yIq8Ooli7mSq2ECaaAD0Cy34HR { color:rgba(var(--color-tertiary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:36.25rem;left:0rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bAB1r2fzMP032fyhzbZJGnXrM5vkOG7n { position:absolute;display:block;z-index:15008;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:41.312125rem;width:24.3119375rem;top:2.4360790252686rem;left:35.688917160034rem;overflow:hidden;display:block; }
#TC345Zcmn3szTWwnHynaF7PwrqdNt2D2 { position:relative;display:block; }#TC345Zcmn3szTWwnHynaF7PwrqdNt2D2 { background-color: transparent; background-image: none; }#TC345Zcmn3szTWwnHynaF7PwrqdNt2D2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC345Zcmn3szTWwnHynaF7PwrqdNt2D2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC345Zcmn3szTWwnHynaF7PwrqdNt2D2 > .row .container > .video-iframe-container { display: none; }#TC345Zcmn3szTWwnHynaF7PwrqdNt2D2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC345Zcmn3szTWwnHynaF7PwrqdNt2D2 > .row > .video-iframe-container { display: none; }#TC345Zcmn3szTWwnHynaF7PwrqdNt2D2 > .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); }#TC345Zcmn3szTWwnHynaF7PwrqdNt2D2 { border-width: 0; border-radius: 0; }#TC345Zcmn3szTWwnHynaF7PwrqdNt2D2 > .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; }#TC345Zcmn3szTWwnHynaF7PwrqdNt2D2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r7cq4riBMerp3L0QWgkLTTQ8tdattZ5C { color:rgba(var(--color-tertiary-2),1);display:block;width:3.99946875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.0131387710571rem;left:0rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t9bt3NahTWurPH92esAg6AXnLUuHXcKW { color:rgba(var(--color-tertiary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.6875rem;left:4.3125rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJZ3GiZ6ey14zZC5rpAg6boNluyPebz0 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.99946875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.68909740448rem;left:19.999109268189rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z5hzC0wyTgPRckmI8mEGtZ7OKz0bJTsJ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4368125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.3638134002686rem;left:24.624464035034rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iw7DXbyH7mmOZah9VnanuN4NG6zFsL8A { color:rgba(var(--color-tertiary-2),1);display:block;width:3.99858125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.6873226165771rem;left:39.999998092651rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uSe42K15utzMX4iKifcvINg4mMRc4rsT { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3638134002686rem;left:43.998579025269rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UQrHDINqHFwyclHNuHwXJtrNPVfFox8A { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:7.6109390258787rem;left:3.9984359741211rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ozoPVhqsDSNe9v3aTA1WRQ122XN8Bsdw { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:7.6109390258787rem;left:24.623435974121rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FxqneATX9dLBT3W5ZqIPPQLoWxdMn0Qs { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:7.6109390258787rem;left:43.997657775879rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AofiUT0toQTt1wD9MXuDBgMfTgiXT9Cp { color:rgba(var(--color-tertiary-2),1);display:block;width:3.99946875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.68909740448rem;left:19.999109268189rem;height:3.65589375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#pNl9V7O4aRywbIGkWAoDwTwHi2UFH8yX { position:relative;display:block; }#pNl9V7O4aRywbIGkWAoDwTwHi2UFH8yX { background-color: transparent; background-image: none; }#pNl9V7O4aRywbIGkWAoDwTwHi2UFH8yX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNl9V7O4aRywbIGkWAoDwTwHi2UFH8yX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNl9V7O4aRywbIGkWAoDwTwHi2UFH8yX > .row .container > .video-iframe-container { display: none; }#pNl9V7O4aRywbIGkWAoDwTwHi2UFH8yX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNl9V7O4aRywbIGkWAoDwTwHi2UFH8yX > .row > .video-iframe-container { display: none; }#pNl9V7O4aRywbIGkWAoDwTwHi2UFH8yX > .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); }#pNl9V7O4aRywbIGkWAoDwTwHi2UFH8yX { border-width: 0; border-radius: 0; }#pNl9V7O4aRywbIGkWAoDwTwHi2UFH8yX > .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; }#pNl9V7O4aRywbIGkWAoDwTwHi2UFH8yX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pCZvgURqI3AlFzQN0spB7xSyOQJgZ3Ey { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3114375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.59393119812012rem;left:20.842504501342rem;display:block; }
#dm4o3VMvLa6tSaU6erOUI4357VqobEvn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SmiVTmFSWze5Z3tVXoAhwIwbyVNhJO4f { position:relative;display:block; }#SmiVTmFSWze5Z3tVXoAhwIwbyVNhJO4f { background-color: transparent; background-image: none; }#SmiVTmFSWze5Z3tVXoAhwIwbyVNhJO4f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmiVTmFSWze5Z3tVXoAhwIwbyVNhJO4f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmiVTmFSWze5Z3tVXoAhwIwbyVNhJO4f > .row .container > .video-iframe-container { display: none; }#SmiVTmFSWze5Z3tVXoAhwIwbyVNhJO4f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmiVTmFSWze5Z3tVXoAhwIwbyVNhJO4f > .row > .video-iframe-container { display: none; }#SmiVTmFSWze5Z3tVXoAhwIwbyVNhJO4f > .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); }#SmiVTmFSWze5Z3tVXoAhwIwbyVNhJO4f { border-width: 0; border-radius: 0; }#SmiVTmFSWze5Z3tVXoAhwIwbyVNhJO4f > .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; }#SmiVTmFSWze5Z3tVXoAhwIwbyVNhJO4f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zEO7N3m7t1Rd0hixgvd53LXMwFc1x4NA { color:rgba(var(--color-tertiary-2),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:6.4359359741213rem;left:4.4703102111816rem;height:14.3965rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G1AzImuZqD4ZpMxDk0APtrLGNJXVWbug { color:rgba(var(--color-tertiary-2),1);display:block;width:47.623375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5997877120972rem;left:6.1869659423828rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lot356x6BhgKoPkVSJtLPlvVJWJTm9ye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#Lot356x6BhgKoPkVSJtLPlvVJWJTm9ye > .row .container { background-color: transparent; background-image: none; }#Lot356x6BhgKoPkVSJtLPlvVJWJTm9ye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lot356x6BhgKoPkVSJtLPlvVJWJTm9ye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lot356x6BhgKoPkVSJtLPlvVJWJTm9ye > .row .container > .video-iframe-container { display: none; }#Lot356x6BhgKoPkVSJtLPlvVJWJTm9ye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lot356x6BhgKoPkVSJtLPlvVJWJTm9ye > .row > .video-iframe-container { display: none; }#Lot356x6BhgKoPkVSJtLPlvVJWJTm9ye > .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); }#Lot356x6BhgKoPkVSJtLPlvVJWJTm9ye > .row .container { border-width: 0; border-radius: 0; }#Lot356x6BhgKoPkVSJtLPlvVJWJTm9ye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lot356x6BhgKoPkVSJtLPlvVJWJTm9ye > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#QS0410huVTlKfZUnofwUtvtQWn45ZdQh { color:rgba(var(--color-tertiary-2),1);display:block;width:40.2476875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6802196502686rem;left:9.8748226165769rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qqmq36L71alTSZPAKpn98Mqw8VgJvT9n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#Qqmq36L71alTSZPAKpn98Mqw8VgJvT9n > .row .container { background-color: transparent; background-image: none; }#Qqmq36L71alTSZPAKpn98Mqw8VgJvT9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qqmq36L71alTSZPAKpn98Mqw8VgJvT9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qqmq36L71alTSZPAKpn98Mqw8VgJvT9n > .row .container > .video-iframe-container { display: none; }#Qqmq36L71alTSZPAKpn98Mqw8VgJvT9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qqmq36L71alTSZPAKpn98Mqw8VgJvT9n > .row > .video-iframe-container { display: none; }#Qqmq36L71alTSZPAKpn98Mqw8VgJvT9n > .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); }#Qqmq36L71alTSZPAKpn98Mqw8VgJvT9n > .row .container { border-width: 0; border-radius: 0; }#Qqmq36L71alTSZPAKpn98Mqw8VgJvT9n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qqmq36L71alTSZPAKpn98Mqw8VgJvT9n > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#uoxyNsOcZsnnILmhlaykB3rZGqKuInJf { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(29,31,34,0.29) ;height:26.875rem;width:18.3125rem;top:1.4375rem;left:0.875rem;display:block; }
#dX5acExp5QxNA631pkMca3uZXFfAU6nH { color:rgba(var(--color-tertiary-2),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.5625rem;left:2.125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M1WaEGUbZlUx6eeINKZ31hxPg2eEglvm { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:25.900009155274rem;left:2.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BQXsxf1ny33DV83MEJMDeL1GIPHQ0c0p { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.375rem;width:18.375rem;top:0.9375rem;left:0.8125rem;overflow:hidden;display:block; }
#SOIz3uIKdzrX29s5c1bUQevMcmhd36P2 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(29,31,34,0.29) ;height:26.875rem;width:18.3125rem;top:1.4375rem;left:20.875rem;display:block; }
#CU6T8WWAz21no1Pd1UK2BoyhHXMpMI3F { color:rgba(var(--color-tertiary-2),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.5625rem;left:22.125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hCWITDW2ytKDlgbMUEgtGI5wIDVBKOuT { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:25.89999961853rem;left:22.28125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I5qlFLri43UihFVtWRDNcXJS19LRpP2n { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:0.9375rem;left:20.8125rem;overflow:hidden;display:block; }
#Xeis24J94Eh48zqomQwhJg8zReiDoWJV { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(29,31,34,0.29) ;height:26.9375rem;width:18.3125rem;top:1.4373321533203rem;left:40.874464035034rem;display:block; }
#bheypy2uhFLKNc5r0wQp7RPdfJbi2TVC { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:20.5625rem;left:42.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EpOfapESz4AgS02Pm3gnvSw57KZUVc5c { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:25.89999961853rem;left:42.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uBaWEUD38ttJMUkT0z7niTk8npTC2Fis { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:0.9375rem;left:40.8125rem;overflow:hidden;display:block; }
#HQv2s8nO2wcWcpyasTbmM9hAQICyqxuk { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:22.625rem;left:2.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T9DF37Qt3Wu0EWyvWwxE2MDuBSiKWOaz { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:22.5625rem;left:22.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bqBdevEsHgxuaVgLQ0OJk2MJGVEw3IE8 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:22.5625rem;left:42.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o6dnUPoXsHo9DhpqZ68xbBghilsHc5we { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#o6dnUPoXsHo9DhpqZ68xbBghilsHc5we > .row .container { background-color: transparent; background-image: none; }#o6dnUPoXsHo9DhpqZ68xbBghilsHc5we::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6dnUPoXsHo9DhpqZ68xbBghilsHc5we > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6dnUPoXsHo9DhpqZ68xbBghilsHc5we > .row .container > .video-iframe-container { display: none; }#o6dnUPoXsHo9DhpqZ68xbBghilsHc5we > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6dnUPoXsHo9DhpqZ68xbBghilsHc5we > .row > .video-iframe-container { display: none; }#o6dnUPoXsHo9DhpqZ68xbBghilsHc5we > .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); }#o6dnUPoXsHo9DhpqZ68xbBghilsHc5we > .row .container { border-width: 0; border-radius: 0; }#o6dnUPoXsHo9DhpqZ68xbBghilsHc5we > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6dnUPoXsHo9DhpqZ68xbBghilsHc5we > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#PPVWDI22bocAbo4LvNDbqcP8PB9yUMrL { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(29,31,34,0.29) ;height:26.6875rem;width:18.3125rem;top:1.4375rem;left:0.875rem;display:block; }
#u979XOzGLUdnn5TSoiWPJUuthNckHB1Z { color:rgba(var(--color-tertiary-2),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.5625rem;left:2.125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RJkKnHKeD3feCJT5fS9AycgKbuG8AgkL { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:25.8125rem;left:2.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MN37kz9hZDehKE2ZtsSSfC1O3Rt0cufu { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:0.9375rem;left:0.90625rem;overflow:hidden;display:block; }
#ILIilD6HO7HOrTTSccXJb5suSaBUF5PE { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(29,31,34,0.29) ;height:26.6875rem;width:18.3125rem;top:1.4375rem;left:20.875rem;display:block; }
#rAaXJaJD7oaxb0PfDOngkkBKFPWnbkHm { color:rgba(var(--color-tertiary-2),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.5625rem;left:22.125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OrSWCEEPIucJRq9IPZLfM85UyrPPZ01O { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:25.875rem;left:22.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JQXIRv2PJCdLbvFh77dfGIrCpJkcGcEk { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:0.9375rem;left:20.875rem;overflow:hidden;display:block; }
#XSgnEXlpn5S6W3r6slrva7NU0G9Gekoz { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(29,31,34,0.29) ;height:26.75rem;width:18.3125rem;top:1.4373168945312rem;left:40.874464035034rem;display:block; }
#X7fsOlZUHQLi2oGC4FF9ExgHV1i44RJT { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:20.5625rem;left:42.125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z1tihDvXxT6oVEI1ONVlQnuyvSsJCmav { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:25.875rem;left:42.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b1zpSFF92AZOHPOpu08NaQUqD03rmuRI { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:0.9375rem;left:40.8125rem;overflow:hidden;display:block; }
#lri15lJp0PKog4XHfxHXwvakQ9FZhfU0 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:22.5rem;left:2.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LUVBkApOx1Rset3KVX8JsOAGm6GeMgtH { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:22.625rem;left:22.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CnqNZ1LET2uc5qeBDr7H6Q8qANUAy4Pm { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:22.625rem;left:42.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qpf15VPF8RR5fOWh7AyavOCGToJX0mmd { position:relative;display:block; }#Qpf15VPF8RR5fOWh7AyavOCGToJX0mmd { background-color: transparent; background-image: none; }#Qpf15VPF8RR5fOWh7AyavOCGToJX0mmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qpf15VPF8RR5fOWh7AyavOCGToJX0mmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qpf15VPF8RR5fOWh7AyavOCGToJX0mmd > .row .container > .video-iframe-container { display: none; }#Qpf15VPF8RR5fOWh7AyavOCGToJX0mmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qpf15VPF8RR5fOWh7AyavOCGToJX0mmd > .row > .video-iframe-container { display: none; }#Qpf15VPF8RR5fOWh7AyavOCGToJX0mmd > .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); }#Qpf15VPF8RR5fOWh7AyavOCGToJX0mmd { border-width: 0; border-radius: 0; }#Qpf15VPF8RR5fOWh7AyavOCGToJX0mmd > .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; }#Qpf15VPF8RR5fOWh7AyavOCGToJX0mmd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lWbpP5z93qPR1trOnky0yzRhn99Frp82 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-0),1);background-image:none;vertical-align:top; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.125rem;color:rgba(var(--color-tertiary-2),1);height:auto; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 .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);height:auto;color:rgba(var(--color-tertiary-2),1); }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#lWbpP5z93qPR1trOnky0yzRhn99Frp82 .accordion-trigger.adaptive-delivery-prevent-bg, #lWbpP5z93qPR1trOnky0yzRhn99Frp82 .accordion-trigger.lazyload, #lWbpP5z93qPR1trOnky0yzRhn99Frp82 .accordion-trigger.lazyloading { background-image: none; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 { box-sizing:content-box;height:auto;width:55rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.7489356994631rem;left:1.25rem; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #McZ9pcqiWV461QLckP6FgT8X77qAo52r { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #V7W9oBl7crKsFKtwfM37C4AwBAB5kvdd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #EEbZBxKZzR9nDqgOBoqpA12nnDb6NAkn { display:block;position:relative; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #Aqdag133UqIalAekPpQTfHGSMMsE0PhX {  }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #dRdSPW8NV6yI0BHIvJzLHJCZAJZPrTLB {  }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #OpU1hfanG7aefinK0PvbzfobMfSUu2wW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #TleTW0hFGJZCuPsl37hVtlfP01PyTFvW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #TUoB6VmzuOJNqTZZcilIRLmnvCci2fQs { display:block;position:relative; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #pzSGdymQk2TrsPv5t6QMW0MFtlePvV5V {  }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #eudwwBz5IQ2aXJG4GJMJJg7rltsETBn1 { display:none; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #I7Rme0UkJXzebzIXDegEU1VPhaQy5QD1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #XATkfXsgPazXFv6p2OpKeUTMdUQi0xZZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #TBkAIVodtvQ9qiUqbT9Xpo9wBTAstu0V { display:block;position:relative; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #pTQrOvIJCz0k9tR6sIkEcGO7t4EC827G {  }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #wiwuMJKKd2ml229TIJrTpv7h8Q7tBECv { display:none; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #qqkZbp6s9duWfTyM7VCG9mNrXnqQHOTN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #HhCvGVGWfC0cyRaOld3miDy5o0mOVaoF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #ZtNn1ch7dJooWS0URVa2aSIsmbk1L3Hh { display:block;position:relative; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #t8rkazgJZ5hDPTVmQSLRJmWAAprOXckA {  }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #WpAktWB08abC1Etll59TVQlBEWywid2e { display:none; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #XuOCxqG76ET3yZyqscF9NiaTT6Trs2pE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #EBf6xNzCTpAS8lgPoWq8yzTaTdmJIZCr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #u8TPL6bSmKHB3JK8LRozTBF9zpVh0KwB { display:block;position:relative; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #yTA4tGyGNzgRKyxz2oKtwUGMcfHF3Hsr {  }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #WoEsNspEEuqeT6GmwE9z8rB9DoEkJxz4 { display:none; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #axcDC51GrBwbRpCVLpUqOZewce5JEQvw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #zbT8BNlnwtzFf3xK5HKiDaiOOMP0eVnw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #HTOADH6yQW1xFSBKC6gq9cJRifIRnOBR { display:block;position:relative; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #iBcRAqILnr8ipKXmXzJw4xwaDQSVE6Va {  }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 #e2B1ZB2vnJeTkFBcUiyaNCwWXAL6ToDB { display:none; }
#uUuTDqdQL2SG5DzuZ9DcUpNfykaXpvto { color:rgba(var(--color-tertiary-2),1);display:block;width:40.2476875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1492195129394rem;left:9.8757820129394rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DpEvErQhhtoAaPdIe4O4pBZ1D8vgkpOP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DpEvErQhhtoAaPdIe4O4pBZ1D8vgkpOP > .row .container { background-color: transparent; background-image: none; }#DpEvErQhhtoAaPdIe4O4pBZ1D8vgkpOP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpEvErQhhtoAaPdIe4O4pBZ1D8vgkpOP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpEvErQhhtoAaPdIe4O4pBZ1D8vgkpOP > .row .container > .video-iframe-container { display: none; }#DpEvErQhhtoAaPdIe4O4pBZ1D8vgkpOP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpEvErQhhtoAaPdIe4O4pBZ1D8vgkpOP > .row > .video-iframe-container { display: none; }#DpEvErQhhtoAaPdIe4O4pBZ1D8vgkpOP > .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); }#DpEvErQhhtoAaPdIe4O4pBZ1D8vgkpOP > .row .container { border-width: 0; border-radius: 0; }#DpEvErQhhtoAaPdIe4O4pBZ1D8vgkpOP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DpEvErQhhtoAaPdIe4O4pBZ1D8vgkpOP > .row .container { font-size:0.875rem;font-family:arial;height:106.25rem;width:60rem;position:relative;display:block; }#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-form-header {  }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;color:rgba(var(--color-secondary-0),1);width:41.1875rem;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;overflow:hidden;font-style:normal; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-text { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);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:41.1875rem;box-sizing:border-box;height:3.0625rem;color:rgba(var(--color-secondary-0),1);font-size:0.9375rem;overflow:hidden;font-family:raleway;font-weight:300;font-style:normal;vertical-align:top; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-text {padding-top: 0; padding-bottom: 0;}#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-textarea { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);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:41.1875rem;box-sizing:border-box;height:7.3125rem;color:rgba(var(--color-secondary-0),1);font-size:0.9375rem;overflow:hidden;font-family:raleway;font-weight:300;font-style:normal;vertical-align:top; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:41.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-select {padding-top: 0; padding-bottom: 0;}#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;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;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:41.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-secondary-0),0.8);vertical-align:top;width:40.125rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .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; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.875rem;vertical-align:middle;font-family:"open sans";font-size:0.9375rem;font-weight:300;color:rgba(var(--color-secondary-0),1);overflow:hidden;font-style:normal;line-height:2;float:none; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-container:first-of-type{padding-top:0;}#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-container:last-of-type{padding-bottom:0;}#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.12109375rem;left:8.1533203125rem; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:41.1875rem;display:block;vertical-align:top; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb {display:block;}#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.12109375rem;left:8.1533203125rem; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #Dwg6ibfU2lXMrEtHpZz5FOTndignXKGO { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #ixk2zFJp9BmPRWUNB30SAwyQFtfXONiZ { position:relative;display:block; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #TcwWgGhXcFP8UFwRPKmgXHh0KNuiuUSb { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #MTOxcI9cWQ0ImKAFcicdlrirU7Eb9SvV { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #Bimv6JNJgiVzT4KOtu1WWJaeTA7qgvuT { position:relative;display:none; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #wE4rhwbqCRP1lTf3sIqmW7THzMRTOSCx { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #fcVT8TVMtKcE6QmNDzywCCNAIPxKCS8r { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #x4cVLQUIqaGHWB6zfzoCf6xqsm5NSQl4 { position:relative;display:none; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #PGyfGNIoNRenZrxVabikvd0AxqNvRwtq { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #FW4QRXW0HTd4WGABBBRh926beq0Oukhe { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #LZi9Md0OKlVWFEZMG4zFXhh6LB2KQVWs { position:relative;display:none; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #sHTgSgT7D2cNADxxT4wnSMgU0NBmn9Gi { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #sVWrV4ypEVL0CPSbCsUUql80T09B1x9z { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #sVWrV4ypEVL0CPSbCsUUql80T09B1x9z .container-column{width:50%;}#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #pZrBkkULFXV5uNM9C5CkiNK8AshVW0Cr { position:relative;display:block; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #h6n91Jwvou783ZlVX0yGRs3VC6ODeLiW { position:relative;z-index:2; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #kHiTauZcIyNIGgbrM5K4g7G7HtgFBiG4 { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #DrxV5vTv8ID8BxnJMDuaPrDdA7HakZWV { position:relative;z-index:2; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #azfJu7q8R05pm7fcRIgUyOktIcA2l5c1 { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #C0mh6NT5XJVMG4blMQArVzE2T0Ver0DV { position:relative;z-index:2; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #WLsBusIHhLUqUF9OEtfTT8W2vg2lG0UA { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #eaTkeDLkcK3ASFT7JLVLAwq8VumKaVtp { position:relative;z-index:2; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #lBTFF3gTMimFSn5Tf8QGRTyGqPKcAE1L { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #URLG3vArJPGGbsZFb3iH7T6T9s88cF1N { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #URLG3vArJPGGbsZFb3iH7T6T9s88cF1N .container-column{width:50%;}#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #aN9nLZmFiiPnKoNGr3sgaMUfSXahDd9i { position:relative;display:block; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #GGFCwZiOprgzKqyZKQLVIRByTgCgyuc1 { position:relative;z-index:2; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #kCnJTGWTdT1I5dSMTR8efMDCmnKzmp9L { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #znTc0aODTbugwhJCJFxJIIE1SCMOL4La { position:relative;z-index:2; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #bulOT1aoNtPmwE6kDOgLiF5Eb0uUh6Sk { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #G9sefQcO8rfCNxFEnDJQoNornMuByJrS { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #k7Ics1Upzf4hcazSZV4mK54cTdUAp2G5 { position:relative;display:block; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #qPTSf6kpLou6Dd03dPsEJBNVJdWOKKhl { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #w4cdaOq9rdtUES7I8nP2HeQHJ4nLsTr2 { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #H5MeGthLwbL9p5SWdZp9eA2T7rv54TXI { position:relative;display:block; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #RJyyGtVtfvCBGylnWJP1BvB7PWr3dCzv { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #bzs0Oh5vtRtnhq2ETgrf58VoBq8x8WNx { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #xN05ixlhttPCwxG6xz41ZlnkkoayBzOq { position:relative;display:block; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #BcM2KgQDFJeOoMXzoDDKOt3qxUFOvkvW { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #rtIIh1a0JyPdBiMVxeU5mx0K4IX6zsXC { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #fgyIblmsQJw5T3kMzNygAI59DrpDOE2z { position:relative;display:block; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #pSlgZrZt4tnEVbXIPTFKD9grBwS0QDPV { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #gvJCNgw8WvFleOZSxQqQMx1dJuZ0BzO9 { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #H4olehk2LWpWxTCHHyeIrJGvGCMXwF7x { position:relative;display:block; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #I9vaD5nBeegGZ0EV4zkHnKp5uguzkBlb { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #ZklTriH5VxfiFvF2GTC7DybRZTrrnHWk { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #ZklTriH5VxfiFvF2GTC7DybRZTrrnHWk .container-column{width:100%;}#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #mJPyBDNLmXFOnangDONoTNnmOe5d5W3e { position:relative;display:block; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #iFWgrVW0cGn51VKWRUIPwPABB0gJgPJH { position:relative;z-index:2; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #x85bMphczLMx55QlvkCmAyfcWupZdggW { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #rqnUexKpMU3TQrW2wycL6IAdDuh4cQ9Z { position:relative;z-index:2; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #X93TLoxXMmwX9bhyWkT6yZN1B1t6x98t { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #i4yPfGP7on17V2C0QUHyI1EHiTOX5mLy { position:relative;z-index:2; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #gsf07aoWeIGTmtSyXMNbXelbzPxW9NpW { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #OKQA0B80dcpnT7GEf07DZ50UnKsigcGw { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #uf2dzNLft9ithWdb680OozxvrLSeGwds { position:relative;z-index:2; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #cxO4xTJNniCRMtvKmhfS9wAaAEgBHEhf { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #x7MnmAJR4zX6LNCtVtwbR6viyGXMybMc { position:relative; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #GZMVVKcPABOp4rQllf6FwnRIv7ricQTR { position:relative; }
#lC0ggT5wQ3rvGNd2DqNhavz5eCAwFRV0 { color:#fefef6;display:block;width:40.2468125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0939254760742rem;left:9.8748226165769rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NFyDumOiCSQiVhEUTsRMlDIKMeMeTEaP { color:rgba(var(--color-secondary-0),1);display:block;width:45.999625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:7.8737568855288rem;left:9.2773418426512rem;height:5.09765625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb { display:block; }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv98PFGwgE09o0xnp4SFhrhgzq7ZngK2 { width:47.75rem;height:;top:11.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp6vIrhe9XZPGQAApuZ7coRaFiKc4Xat { width:41.75rem;height:3.375rem;top:18.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvydEX9lpSU12fWDWUmPF8y1GtFDQhSd { width:18.25rem;height:3.75rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwr0XbE8TrE2Rz4vXWUNeSfTUuZONHD5 { display:block; }
 }@media only screen and (max-width: 763px) { #bkeSwyBSaAXnUhvaFwZyTh9fbhvIz4Gn { top:1.4375rem;left:21.156602859497rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDoy3ne1uTNiLIocXzWMZWEKQIiE9VmV { display:block; }#pDoy3ne1uTNiLIocXzWMZWEKQIiE9VmV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8bpmxufNlBrbCnOKsMTbZiLX1FzD8q0 { width:27.25rem;height:2.75rem;top:3.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikeuDhWLrUmRszWyfs6LliqTa8Tyby8w { width:22.375rem;height:1.4375rem;top:7.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJw5gtZIZyltHSXu1n1ixU2q5XdvlL8Q { width:30rem;height:8rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EllTfu03TcgAgfAogSZOzoMppZhT04Ib { width:30rem;height:6.375rem;top:20.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFUbVpKGNEwpR2FHM5FgohICHfAchtRr { width:22.375rem;height:1.4375rem;top:18.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhQTBykPeGTssXrPwoe2IFItFhIbT6H4 { width:30rem;height:4.75rem;top:30.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5SXXbX7svqB8PwwRBzJNiHArud1SpOz { width:22.375rem;height:1.4375rem;top:28.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIwSxILXB5OSLRqhkVQnvxJZcR5zhMAV { width:30rem;height:6.375rem;top:38.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #leKSL6yIq8Ooli7mSq2ECaaAD0Cy34HR { width:22.375rem;height:1.4375rem;top:36.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAB1r2fzMP032fyhzbZJGnXrM5vkOG7n { top:2.375rem;left:23.5rem;width:24.25rem;height:41.206877537013rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC345Zcmn3szTWwnHynaF7PwrqdNt2D2 { display:block; }#TC345Zcmn3szTWwnHynaF7PwrqdNt2D2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7cq4riBMerp3L0QWgkLTTQ8tdattZ5C { width:3.9375rem;height:3.625rem;top:3rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9bt3NahTWurPH92esAg6AXnLUuHXcKW { width:15.125rem;height:2.9375rem;top:3.6875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJZ3GiZ6ey14zZC5rpAg6boNluyPebz0 { width:3.9375rem;height:3.625rem;top:2.6875rem;left:11.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5hzC0wyTgPRckmI8mEGtZ7OKz0bJTsJ { width:15.375rem;height:2.875rem;top:3.3125rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw7DXbyH7mmOZah9VnanuN4NG6zFsL8A { width:3.9375rem;height:3.625rem;top:2.625rem;left:27.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSe42K15utzMX4iKifcvINg4mMRc4rsT { width:15.3125rem;height:2.875rem;top:3.3125rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQrHDINqHFwyclHNuHwXJtrNPVfFox8A { width:14.0625rem;height:4.75rem;top:7.5625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozoPVhqsDSNe9v3aTA1WRQ122XN8Bsdw { width:14.0625rem;height:4.75rem;top:7.5625rem;left:17.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxqneATX9dLBT3W5ZqIPPQLoWxdMn0Qs { width:15.0625rem;height:4.8125rem;top:7.5625rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AofiUT0toQTt1wD9MXuDBgMfTgiXT9Cp { width:3.9375rem;height:;top:25.0625rem;left:5.9373220205307rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNl9V7O4aRywbIGkWAoDwTwHi2UFH8yX { display:block; }#pNl9V7O4aRywbIGkWAoDwTwHi2UFH8yX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCZvgURqI3AlFzQN0spB7xSyOQJgZ3Ey { width:18.25rem;height:3.75rem;top:0.5625rem;left:14.717504501342rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm4o3VMvLa6tSaU6erOUI4357VqobEvn { display:block; }
 }@media only screen and (max-width: 763px) { #SmiVTmFSWze5Z3tVXoAhwIwbyVNhJO4f { display:block; }#SmiVTmFSWze5Z3tVXoAhwIwbyVNhJO4f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEO7N3m7t1Rd0hixgvd53LXMwFc1x4NA { width:47.75rem;height:14.375rem;top:6.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1AzImuZqD4ZpMxDk0APtrLGNJXVWbug { width:47.5625rem;height:;top:1.5625rem;left:0.061717987060547rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lot356x6BhgKoPkVSJtLPlvVJWJTm9ye { display:block; }#Lot356x6BhgKoPkVSJtLPlvVJWJTm9ye > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QS0410huVTlKfZUnofwUtvtQWn45ZdQh { width:40.1875rem;height:2.75rem;top:2.625rem;left:3.7490234375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqmq36L71alTSZPAKpn98Mqw8VgJvT9n { display:block; }#Qqmq36L71alTSZPAKpn98Mqw8VgJvT9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoxyNsOcZsnnILmhlaykB3rZGqKuInJf { width:18.3125rem;height:26.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX5acExp5QxNA631pkMca3uZXFfAU6nH { width:13rem;height:1.4375rem;top:20.5625rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1WaEGUbZlUx6eeINKZ31hxPg2eEglvm { width:11.5625rem;height:;top:25.875rem;left:0.061965942382812rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQXsxf1ny33DV83MEJMDeL1GIPHQ0c0p { top:0.9375rem;left:0rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOIz3uIKdzrX29s5c1bUQevMcmhd36P2 { width:18.3125rem;height:26.875rem;top:1.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU6T8WWAz21no1Pd1UK2BoyhHXMpMI3F { width:11.875rem;height:1.4375rem;top:20.5625rem;left:15.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCWITDW2ytKDlgbMUEgtGI5wIDVBKOuT { width:11.5625rem;height:;top:25.875rem;left:16.093214035034rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5qlFLri43UihFVtWRDNcXJS19LRpP2n { top:0.9375rem;left:13.4375rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xeis24J94Eh48zqomQwhJg8zReiDoWJV { width:18.3125rem;height:26.9375rem;top:1.375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bheypy2uhFLKNc5r0wQp7RPdfJbi2TVC { width:15.5625rem;height:;top:20.5625rem;left:31.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpOfapESz4AgS02Pm3gnvSw57KZUVc5c { width:11.5625rem;height:;top:25.875rem;left:31.811964035034rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBaWEUD38ttJMUkT0z7niTk8npTC2Fis { top:0.9375rem;left:29.3125rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQv2s8nO2wcWcpyasTbmM9hAQICyqxuk { width:14.75rem;height:;top:22.5625rem;left:0.061965942382812rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9DF37Qt3Wu0EWyvWwxE2MDuBSiKWOaz { width:14.75rem;height:;top:22.5rem;left:15.936964035034rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqBdevEsHgxuaVgLQ0OJk2MJGVEw3IE8 { width:14.75rem;height:;top:22.5rem;left:31.811964035034rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6dnUPoXsHo9DhpqZ68xbBghilsHc5we { display:block; }#o6dnUPoXsHo9DhpqZ68xbBghilsHc5we > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPVWDI22bocAbo4LvNDbqcP8PB9yUMrL { width:18.3125rem;height:26.6875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u979XOzGLUdnn5TSoiWPJUuthNckHB1Z { width:11.875rem;height:1.4375rem;top:20.5625rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJkKnHKeD3feCJT5fS9AycgKbuG8AgkL { width:11.5625rem;height:;top:25.75rem;left:0.24928855895996rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN37kz9hZDehKE2ZtsSSfC1O3Rt0cufu { top:0.9375rem;left:0rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILIilD6HO7HOrTTSccXJb5suSaBUF5PE { width:18.3125rem;height:26.6875rem;top:1.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAaXJaJD7oaxb0PfDOngkkBKFPWnbkHm { width:11.875rem;height:1.4375rem;top:20.5625rem;left:15.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrSWCEEPIucJRq9IPZLfM85UyrPPZ01O { width:11.5625rem;height:;top:25.8125rem;left:16.12428855896rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQXIRv2PJCdLbvFh77dfGIrCpJkcGcEk { top:0.9375rem;left:13.4375rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSgnEXlpn5S6W3r6slrva7NU0G9Gekoz { width:18.3125rem;height:26.75rem;top:1.375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7fsOlZUHQLi2oGC4FF9ExgHV1i44RJT { width:15.5625rem;height:1.4375rem;top:20.5625rem;left:31.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1tihDvXxT6oVEI1ONVlQnuyvSsJCmav { width:11.5625rem;height:;top:25.8125rem;left:31.811964035034rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1zpSFF92AZOHPOpu08NaQUqD03rmuRI { top:0.9375rem;left:29.3125rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lri15lJp0PKog4XHfxHXwvakQ9FZhfU0 { width:14.75rem;height:;top:22.5rem;left:0.061965942382812rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUVBkApOx1Rset3KVX8JsOAGm6GeMgtH { width:14.75rem;height:;top:22.5625rem;left:15.936964035034rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnqNZ1LET2uc5qeBDr7H6Q8qANUAy4Pm { width:14.75rem;height:;top:22.5625rem;left:31.811964035034rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpf15VPF8RR5fOWh7AyavOCGToJX0mmd { display:block; }#Qpf15VPF8RR5fOWh7AyavOCGToJX0mmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #McZ9pcqiWV461QLckP6FgT8X77qAo52r {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #V7W9oBl7crKsFKtwfM37C4AwBAB5kvdd {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #EEbZBxKZzR9nDqgOBoqpA12nnDb6NAkn {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #Aqdag133UqIalAekPpQTfHGSMMsE0PhX {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #dRdSPW8NV6yI0BHIvJzLHJCZAJZPrTLB {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #OpU1hfanG7aefinK0PvbzfobMfSUu2wW {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #TleTW0hFGJZCuPsl37hVtlfP01PyTFvW {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #TUoB6VmzuOJNqTZZcilIRLmnvCci2fQs {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #pzSGdymQk2TrsPv5t6QMW0MFtlePvV5V {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #eudwwBz5IQ2aXJG4GJMJJg7rltsETBn1 {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #I7Rme0UkJXzebzIXDegEU1VPhaQy5QD1 {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #XATkfXsgPazXFv6p2OpKeUTMdUQi0xZZ {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #TBkAIVodtvQ9qiUqbT9Xpo9wBTAstu0V {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #pTQrOvIJCz0k9tR6sIkEcGO7t4EC827G {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #wiwuMJKKd2ml229TIJrTpv7h8Q7tBECv {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #qqkZbp6s9duWfTyM7VCG9mNrXnqQHOTN {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #HhCvGVGWfC0cyRaOld3miDy5o0mOVaoF {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #ZtNn1ch7dJooWS0URVa2aSIsmbk1L3Hh {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #t8rkazgJZ5hDPTVmQSLRJmWAAprOXckA {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #WpAktWB08abC1Etll59TVQlBEWywid2e {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #XuOCxqG76ET3yZyqscF9NiaTT6Trs2pE {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #EBf6xNzCTpAS8lgPoWq8yzTaTdmJIZCr {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #u8TPL6bSmKHB3JK8LRozTBF9zpVh0KwB {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #yTA4tGyGNzgRKyxz2oKtwUGMcfHF3Hsr {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #WoEsNspEEuqeT6GmwE9z8rB9DoEkJxz4 {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #axcDC51GrBwbRpCVLpUqOZewce5JEQvw {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #zbT8BNlnwtzFf3xK5HKiDaiOOMP0eVnw {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #HTOADH6yQW1xFSBKC6gq9cJRifIRnOBR {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #iBcRAqILnr8ipKXmXzJw4xwaDQSVE6Va {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #e2B1ZB2vnJeTkFBcUiyaNCwWXAL6ToDB {  }
 }@media only screen and (max-width: 763px) { #uUuTDqdQL2SG5DzuZ9DcUpNfykaXpvto { width:40.1875rem;height:2.75rem;top:3.125rem;left:3.7507820129394rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpEvErQhhtoAaPdIe4O4pBZ1D8vgkpOP { display:block; }#DpEvErQhhtoAaPdIe4O4pBZ1D8vgkpOP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-regular-label { width:41.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-text { width:41.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-text {padding-top: 0; padding-bottom: 0;}#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-textarea { width:41.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-select { width:41.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-select {padding-top: 0; padding-bottom: 0;}#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-button { width:41.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-checkbox-label { width:40.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb  { width:41.1875rem;height:auto;top:16.0625rem;left:2.0283203125rem; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .radio-container { width:41.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb {display:block;}#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb { width:41.1875rem;height:auto;top:16.0625rem;left:2.0283203125rem; }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #Dwg6ibfU2lXMrEtHpZz5FOTndignXKGO {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #ixk2zFJp9BmPRWUNB30SAwyQFtfXONiZ {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #TcwWgGhXcFP8UFwRPKmgXHh0KNuiuUSb {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #MTOxcI9cWQ0ImKAFcicdlrirU7Eb9SvV {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #Bimv6JNJgiVzT4KOtu1WWJaeTA7qgvuT {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #wE4rhwbqCRP1lTf3sIqmW7THzMRTOSCx {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #fcVT8TVMtKcE6QmNDzywCCNAIPxKCS8r {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #x4cVLQUIqaGHWB6zfzoCf6xqsm5NSQl4 {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #PGyfGNIoNRenZrxVabikvd0AxqNvRwtq {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #FW4QRXW0HTd4WGABBBRh926beq0Oukhe {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #LZi9Md0OKlVWFEZMG4zFXhh6LB2KQVWs {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #sHTgSgT7D2cNADxxT4wnSMgU0NBmn9Gi {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #sVWrV4ypEVL0CPSbCsUUql80T09B1x9z {  }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #sVWrV4ypEVL0CPSbCsUUql80T09B1x9z .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #pZrBkkULFXV5uNM9C5CkiNK8AshVW0Cr {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #h6n91Jwvou783ZlVX0yGRs3VC6ODeLiW {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #kHiTauZcIyNIGgbrM5K4g7G7HtgFBiG4 {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #DrxV5vTv8ID8BxnJMDuaPrDdA7HakZWV {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #azfJu7q8R05pm7fcRIgUyOktIcA2l5c1 {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #C0mh6NT5XJVMG4blMQArVzE2T0Ver0DV {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #WLsBusIHhLUqUF9OEtfTT8W2vg2lG0UA {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #eaTkeDLkcK3ASFT7JLVLAwq8VumKaVtp {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #lBTFF3gTMimFSn5Tf8QGRTyGqPKcAE1L {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #URLG3vArJPGGbsZFb3iH7T6T9s88cF1N {  }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #URLG3vArJPGGbsZFb3iH7T6T9s88cF1N .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #aN9nLZmFiiPnKoNGr3sgaMUfSXahDd9i {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #GGFCwZiOprgzKqyZKQLVIRByTgCgyuc1 {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #kCnJTGWTdT1I5dSMTR8efMDCmnKzmp9L {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #znTc0aODTbugwhJCJFxJIIE1SCMOL4La {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #bulOT1aoNtPmwE6kDOgLiF5Eb0uUh6Sk {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #G9sefQcO8rfCNxFEnDJQoNornMuByJrS {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #k7Ics1Upzf4hcazSZV4mK54cTdUAp2G5 {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #qPTSf6kpLou6Dd03dPsEJBNVJdWOKKhl {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #w4cdaOq9rdtUES7I8nP2HeQHJ4nLsTr2 {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #H5MeGthLwbL9p5SWdZp9eA2T7rv54TXI {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #RJyyGtVtfvCBGylnWJP1BvB7PWr3dCzv {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #bzs0Oh5vtRtnhq2ETgrf58VoBq8x8WNx {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #xN05ixlhttPCwxG6xz41ZlnkkoayBzOq {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #BcM2KgQDFJeOoMXzoDDKOt3qxUFOvkvW {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #rtIIh1a0JyPdBiMVxeU5mx0K4IX6zsXC {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #fgyIblmsQJw5T3kMzNygAI59DrpDOE2z {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #pSlgZrZt4tnEVbXIPTFKD9grBwS0QDPV {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #gvJCNgw8WvFleOZSxQqQMx1dJuZ0BzO9 {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #H4olehk2LWpWxTCHHyeIrJGvGCMXwF7x {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #I9vaD5nBeegGZ0EV4zkHnKp5uguzkBlb {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #ZklTriH5VxfiFvF2GTC7DybRZTrrnHWk {  }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #ZklTriH5VxfiFvF2GTC7DybRZTrrnHWk .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #mJPyBDNLmXFOnangDONoTNnmOe5d5W3e {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #iFWgrVW0cGn51VKWRUIPwPABB0gJgPJH {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #x85bMphczLMx55QlvkCmAyfcWupZdggW {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #rqnUexKpMU3TQrW2wycL6IAdDuh4cQ9Z {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #X93TLoxXMmwX9bhyWkT6yZN1B1t6x98t {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #i4yPfGP7on17V2C0QUHyI1EHiTOX5mLy {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #gsf07aoWeIGTmtSyXMNbXelbzPxW9NpW {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #OKQA0B80dcpnT7GEf07DZ50UnKsigcGw {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #uf2dzNLft9ithWdb680OozxvrLSeGwds {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #cxO4xTJNniCRMtvKmhfS9wAaAEgBHEhf {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #x7MnmAJR4zX6LNCtVtwbR6viyGXMybMc {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #GZMVVKcPABOp4rQllf6FwnRIv7ricQTR {  }
 }@media only screen and (max-width: 763px) { #lC0ggT5wQ3rvGNd2DqNhavz5eCAwFRV0 { width:40.1875rem;height:;top:3.0625rem;left:3.7492179870606rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFyDumOiCSQiVhEUTsRMlDIKMeMeTEaP { width:45.9375rem;height:5.0625rem;top:7.8125rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1276ec16-98f3-450a-bcdb-8a8d0416c5e6/image5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb.adaptive-delivery-prevent-bg, #TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb.lazyload, #TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb.lazyloading { background-image: none; }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .row .container { background-color: transparent; background-image: none; }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .row .container > .video-iframe-container { display: none; }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .row > .video-iframe-container { display: none; }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .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); }#TS8MDcOe5aZBw7MW2u0guDeOXsWJi7nb > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv98PFGwgE09o0xnp4SFhrhgzq7ZngK2 { width:20rem;height:4.8739375rem;top:7.2367186546325rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp6vIrhe9XZPGQAApuZ7coRaFiKc4Xat { width:20rem;height:5.60014375rem;top:13.918749809265rem;left:0rem;text-align:center;text-align-last:center;font-size:0.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;display:block; }
 }@media only screen and (max-width: 763px) { #EvydEX9lpSU12fWDWUmPF8y1GtFDQhSd { width:14.375rem;height:3.75rem;top:22.060546875rem;left:2.8124998807907rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bwr0XbE8TrE2Rz4vXWUNeSfTUuZONHD5 { display:block; }
 }@media only screen and (max-width: 763px) { #bkeSwyBSaAXnUhvaFwZyTh9fbhvIz4Gn { width:4.0625rem;height:4.0625rem;top:0.625rem;left:8.3437505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDoy3ne1uTNiLIocXzWMZWEKQIiE9VmV { display:block; }#pDoy3ne1uTNiLIocXzWMZWEKQIiE9VmV > .row .container { width:20rem;height:89.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8bpmxufNlBrbCnOKsMTbZiLX1FzD8q0 { width:16.3741875rem;height:1.86875rem;top:2.7742195129394rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikeuDhWLrUmRszWyfs6LliqTa8Tyby8w { width:20rem;height:1.4625rem;top:6.1869659423828rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJw5gtZIZyltHSXu1n1ixU2q5XdvlL8Q { width:19.749625rem;height:8.4001875rem;top:8.3744659423825rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EllTfu03TcgAgfAogSZOzoMppZhT04Ib { width:19.6244375rem;height:8.4001875rem;top:20.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFUbVpKGNEwpR2FHM5FgohICHfAchtRr { width:20rem;height:1.4625rem;top:18.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhQTBykPeGTssXrPwoe2IFItFhIbT6H4 { width:19.749625rem;height:5.60014375rem;top:32.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5SXXbX7svqB8PwwRBzJNiHArud1SpOz { width:20rem;height:1.4625rem;top:30.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIwSxILXB5OSLRqhkVQnvxJZcR5zhMAV { width:19.8118125rem;height:7.0001875rem;top:42.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leKSL6yIq8Ooli7mSq2ECaaAD0Cy34HR { width:20rem;height:1.4625rem;top:39.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAB1r2fzMP032fyhzbZJGnXrM5vkOG7n { width:20rem;height:36.5625rem;top:51.672584533691rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC345Zcmn3szTWwnHynaF7PwrqdNt2D2 { display:block; }#TC345Zcmn3szTWwnHynaF7PwrqdNt2D2 > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7cq4riBMerp3L0QWgkLTTQ8tdattZ5C { width:3.99946875rem;height:2.84375rem;top:1.8235092163086rem;left:7.9998220205306rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9bt3NahTWurPH92esAg6AXnLUuHXcKW { width:15.06125rem;height:2.925rem;top:5.19176197052rem;left:2.4689275026321rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJZ3GiZ6ey14zZC5rpAg6boNluyPebz0 { width:3.99946875rem;height:2.84375rem;top:13.5rem;left:8.0625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5hzC0wyTgPRckmI8mEGtZ7OKz0bJTsJ { width:15.4368125rem;height:2.925rem;top:16.875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw7DXbyH7mmOZah9VnanuN4NG6zFsL8A { width:3.9375rem;height:auto;top:2.625rem;left:8rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSe42K15utzMX4iKifcvINg4mMRc4rsT { width:15.3125rem;height:2.925rem;top:28.532488822937rem;left:2.3437498807907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQrHDINqHFwyclHNuHwXJtrNPVfFox8A { width:18.9373125rem;height:2.80006875rem;top:8.974609375rem;left:0.53000712394714rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozoPVhqsDSNe9v3aTA1WRQ122XN8Bsdw { width:18.6869375rem;height:2.80006875rem;top:20.5625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxqneATX9dLBT3W5ZqIPPQLoWxdMn0Qs { width:20rem;height:4.20010625rem;top:32.185723781586rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AofiUT0toQTt1wD9MXuDBgMfTgiXT9Cp { width:3.99946875rem;height:;top:25.12340092659rem;left:7.9998220205306rem;text-align:center;text-align-last:center;font-size:2.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #pNl9V7O4aRywbIGkWAoDwTwHi2UFH8yX { display:block; }#pNl9V7O4aRywbIGkWAoDwTwHi2UFH8yX > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCZvgURqI3AlFzQN0spB7xSyOQJgZ3Ey { width:18.249rem;height:2.749025rem;top:1.2216796875rem;left:0.8740234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm4o3VMvLa6tSaU6erOUI4357VqobEvn { display:block; }
 }@media only screen and (max-width: 763px) { #SmiVTmFSWze5Z3tVXoAhwIwbyVNhJO4f { display:block; }#SmiVTmFSWze5Z3tVXoAhwIwbyVNhJO4f > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEO7N3m7t1Rd0hixgvd53LXMwFc1x4NA { width:20rem;height:25.2006rem;top:5.3586635589599rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1AzImuZqD4ZpMxDk0APtrLGNJXVWbug { width:20rem;height:1.8679rem;top:2.249641418457rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lot356x6BhgKoPkVSJtLPlvVJWJTm9ye { display:block; }#Lot356x6BhgKoPkVSJtLPlvVJWJTm9ye > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QS0410huVTlKfZUnofwUtvtQWn45ZdQh { width:20rem;height:1.8679rem;top:1.5641021728516rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqmq36L71alTSZPAKpn98Mqw8VgJvT9n { display:block; }#Qqmq36L71alTSZPAKpn98Mqw8VgJvT9n > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoxyNsOcZsnnILmhlaykB3rZGqKuInJf { width:18.375rem;height:9.375rem;top:17.374820709229rem;left:0.81232237815856rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(29,31,34,0.29) ;display:block; }
 }@media only screen and (max-width: 763px) { #dX5acExp5QxNA631pkMca3uZXFfAU6nH { width:16.4364375rem;height:1.4625rem;top:18.5625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1WaEGUbZlUx6eeINKZ31hxPg2eEglvm { width:16.0618125rem;height:1.4000375rem;top:24.249815940857rem;left:1.968217253685rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQXsxf1ny33DV83MEJMDeL1GIPHQ0c0p { width:18.3114375rem;height:18.3114375rem;top:1.1248297095299rem;left:0.84339487552644rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SOIz3uIKdzrX29s5c1bUQevMcmhd36P2 { width:18.3125rem;height:9.5rem;top:43.1875rem;left:0.8125rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(29,31,34,0.29) ;display:block; }
 }@media only screen and (max-width: 763px) { #CU6T8WWAz21no1Pd1UK2BoyhHXMpMI3F { width:11.875rem;height:1.46218125rem;top:44.4375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCWITDW2ytKDlgbMUEgtGI5wIDVBKOuT { width:15.7493125rem;height:1.4000375rem;top:50.0625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5qlFLri43UihFVtWRDNcXJS19LRpP2n { width:18.3114375rem;height:18.3114375rem;top:28.75rem;left:0.8125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Xeis24J94Eh48zqomQwhJg8zReiDoWJV { width:18.4375rem;height:9.5625rem;top:70.375rem;left:0.8125rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(29,31,34,0.29) ;display:block; }
 }@media only screen and (max-width: 763px) { #bheypy2uhFLKNc5r0wQp7RPdfJbi2TVC { width:15.5619375rem;height:1.46218125rem;top:71.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpOfapESz4AgS02Pm3gnvSw57KZUVc5c { width:13.2493125rem;height:1.4000375rem;top:77.373931884762rem;left:3.374467253685rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBaWEUD38ttJMUkT0z7niTk8npTC2Fis { width:18.3123125rem;height:18.3123125rem;top:54.75rem;left:0.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #HQv2s8nO2wcWcpyasTbmM9hAQICyqxuk { width:14.8118125rem;height:2.80006875rem;top:20.75rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9DF37Qt3Wu0EWyvWwxE2MDuBSiKWOaz { width:14.8118125rem;height:2.80006875rem;top:46.4375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqBdevEsHgxuaVgLQ0OJk2MJGVEw3IE8 { width:14.8118125rem;height:2.80006875rem;top:73.686965942381rem;left:2.593217253685rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6dnUPoXsHo9DhpqZ68xbBghilsHc5we { display:block; }#o6dnUPoXsHo9DhpqZ68xbBghilsHc5we > .row .container { width:20rem;height:87.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPVWDI22bocAbo4LvNDbqcP8PB9yUMrL { width:17.75rem;height:9.75rem;top:17.8125rem;left:1.186967253685rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(29,31,34,0.29) ;display:block; }
 }@media only screen and (max-width: 763px) { #u979XOzGLUdnn5TSoiWPJUuthNckHB1Z { width:11.875rem;height:1.4625rem;top:19.37428855896rem;left:4.0624998807907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJkKnHKeD3feCJT5fS9AycgKbuG8AgkL { width:11.5625rem;height:1.4000375rem;top:24.954536914826rem;left:4.2187498807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN37kz9hZDehKE2ZtsSSfC1O3Rt0cufu { width:17.625rem;height:17.625rem;top:1.25rem;left:1.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ILIilD6HO7HOrTTSccXJb5suSaBUF5PE { width:17.8125rem;height:9.5rem;top:45.6875rem;left:1.125rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(29,31,34,0.29) ;display:block; }
 }@media only screen and (max-width: 763px) { #rAaXJaJD7oaxb0PfDOngkkBKFPWnbkHm { width:11.875rem;height:1.46218125rem;top:47.1875rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrSWCEEPIucJRq9IPZLfM85UyrPPZ01O { width:11.5625rem;height:1.4000375rem;top:52.654472351074rem;left:4.2187498807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQXIRv2PJCdLbvFh77dfGIrCpJkcGcEk { width:17.6873125rem;height:17.6873125rem;top:29.5rem;left:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #XSgnEXlpn5S6W3r6slrva7NU0G9Gekoz { width:18.375rem;height:9.9375rem;top:74.75rem;left:0.8125rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(29,31,34,0.29) ;display:block; }
 }@media only screen and (max-width: 763px) { #X7fsOlZUHQLi2oGC4FF9ExgHV1i44RJT { width:15.4998125rem;height:1.46218125rem;top:76.25rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1tihDvXxT6oVEI1ONVlQnuyvSsJCmav { width:11.5625rem;height:1.4000375rem;top:81.936254501344rem;left:4.2187498807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1zpSFF92AZOHPOpu08NaQUqD03rmuRI { width:18.3123125rem;height:18.3123125rem;top:57.3125rem;left:0.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lri15lJp0PKog4XHfxHXwvakQ9FZhfU0 { width:14.8118125rem;height:2.80006875rem;top:21.41157579422rem;left:2.593217253685rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUVBkApOx1Rset3KVX8JsOAGm6GeMgtH { width:14.8118125rem;height:2.80006875rem;top:49.129968643189rem;left:2.593217253685rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnqNZ1LET2uc5qeBDr7H6Q8qANUAy4Pm { width:14.8118125rem;height:2.80006875rem;top:78.410863876344rem;left:2.593217253685rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpf15VPF8RR5fOWh7AyavOCGToJX0mmd { display:block; }#Qpf15VPF8RR5fOWh7AyavOCGToJX0mmd > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 .accordion-heading-text { font-size:0.875rem;height:auto; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 .accordion-desc-text { font-size:0.875rem;height:auto; }
#lWbpP5z93qPR1trOnky0yzRhn99Frp82 { display:flex;height:auto;width:17.5rem;top:3.1161222457886rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #McZ9pcqiWV461QLckP6FgT8X77qAo52r {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #V7W9oBl7crKsFKtwfM37C4AwBAB5kvdd {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #EEbZBxKZzR9nDqgOBoqpA12nnDb6NAkn {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #Aqdag133UqIalAekPpQTfHGSMMsE0PhX {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #dRdSPW8NV6yI0BHIvJzLHJCZAJZPrTLB {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #OpU1hfanG7aefinK0PvbzfobMfSUu2wW {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #TleTW0hFGJZCuPsl37hVtlfP01PyTFvW {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #TUoB6VmzuOJNqTZZcilIRLmnvCci2fQs {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #pzSGdymQk2TrsPv5t6QMW0MFtlePvV5V {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #eudwwBz5IQ2aXJG4GJMJJg7rltsETBn1 {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #I7Rme0UkJXzebzIXDegEU1VPhaQy5QD1 {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #XATkfXsgPazXFv6p2OpKeUTMdUQi0xZZ {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #TBkAIVodtvQ9qiUqbT9Xpo9wBTAstu0V {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #pTQrOvIJCz0k9tR6sIkEcGO7t4EC827G {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #wiwuMJKKd2ml229TIJrTpv7h8Q7tBECv {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #qqkZbp6s9duWfTyM7VCG9mNrXnqQHOTN {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #HhCvGVGWfC0cyRaOld3miDy5o0mOVaoF {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #ZtNn1ch7dJooWS0URVa2aSIsmbk1L3Hh {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #t8rkazgJZ5hDPTVmQSLRJmWAAprOXckA {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #WpAktWB08abC1Etll59TVQlBEWywid2e {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #XuOCxqG76ET3yZyqscF9NiaTT6Trs2pE {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #EBf6xNzCTpAS8lgPoWq8yzTaTdmJIZCr {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #u8TPL6bSmKHB3JK8LRozTBF9zpVh0KwB {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #yTA4tGyGNzgRKyxz2oKtwUGMcfHF3Hsr {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #WoEsNspEEuqeT6GmwE9z8rB9DoEkJxz4 {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #axcDC51GrBwbRpCVLpUqOZewce5JEQvw {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #zbT8BNlnwtzFf3xK5HKiDaiOOMP0eVnw {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #HTOADH6yQW1xFSBKC6gq9cJRifIRnOBR {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #iBcRAqILnr8ipKXmXzJw4xwaDQSVE6Va {  }
 }@media only screen and (max-width: 763px) { #lWbpP5z93qPR1trOnky0yzRhn99Frp82 #e2B1ZB2vnJeTkFBcUiyaNCwWXAL6ToDB {  }
 }@media only screen and (max-width: 763px) { #uUuTDqdQL2SG5DzuZ9DcUpNfykaXpvto { width:20rem;height:1.86875rem;top:2.0525560379028rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpEvErQhhtoAaPdIe4O4pBZ1D8vgkpOP { display:block; }#DpEvErQhhtoAaPdIe4O4pBZ1D8vgkpOP > .row .container { width:20rem;height:106.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-text {padding-top: 0; padding-bottom: 0;}#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-select {padding-top: 0; padding-bottom: 0;}#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb  { width:17.25rem;height:auto;top:16.686700820923rem;left:0rem; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb {display:block;}#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb { width:17.25rem;height:auto;top:16.686700820923rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #Dwg6ibfU2lXMrEtHpZz5FOTndignXKGO {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #ixk2zFJp9BmPRWUNB30SAwyQFtfXONiZ { display:block; }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #TcwWgGhXcFP8UFwRPKmgXHh0KNuiuUSb {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #MTOxcI9cWQ0ImKAFcicdlrirU7Eb9SvV {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #Bimv6JNJgiVzT4KOtu1WWJaeTA7qgvuT { display:none; }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #wE4rhwbqCRP1lTf3sIqmW7THzMRTOSCx {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #fcVT8TVMtKcE6QmNDzywCCNAIPxKCS8r {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #x4cVLQUIqaGHWB6zfzoCf6xqsm5NSQl4 { display:none; }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #PGyfGNIoNRenZrxVabikvd0AxqNvRwtq {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #FW4QRXW0HTd4WGABBBRh926beq0Oukhe {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #LZi9Md0OKlVWFEZMG4zFXhh6LB2KQVWs { display:none; }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #sHTgSgT7D2cNADxxT4wnSMgU0NBmn9Gi {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #sVWrV4ypEVL0CPSbCsUUql80T09B1x9z {  }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #sVWrV4ypEVL0CPSbCsUUql80T09B1x9z .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #pZrBkkULFXV5uNM9C5CkiNK8AshVW0Cr { display:block; }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #h6n91Jwvou783ZlVX0yGRs3VC6ODeLiW {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #kHiTauZcIyNIGgbrM5K4g7G7HtgFBiG4 {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #DrxV5vTv8ID8BxnJMDuaPrDdA7HakZWV {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #azfJu7q8R05pm7fcRIgUyOktIcA2l5c1 {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #C0mh6NT5XJVMG4blMQArVzE2T0Ver0DV {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #WLsBusIHhLUqUF9OEtfTT8W2vg2lG0UA {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #eaTkeDLkcK3ASFT7JLVLAwq8VumKaVtp {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #lBTFF3gTMimFSn5Tf8QGRTyGqPKcAE1L {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #URLG3vArJPGGbsZFb3iH7T6T9s88cF1N {  }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #URLG3vArJPGGbsZFb3iH7T6T9s88cF1N .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #aN9nLZmFiiPnKoNGr3sgaMUfSXahDd9i { display:block; }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #GGFCwZiOprgzKqyZKQLVIRByTgCgyuc1 {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #kCnJTGWTdT1I5dSMTR8efMDCmnKzmp9L {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #znTc0aODTbugwhJCJFxJIIE1SCMOL4La {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #bulOT1aoNtPmwE6kDOgLiF5Eb0uUh6Sk {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #G9sefQcO8rfCNxFEnDJQoNornMuByJrS {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #k7Ics1Upzf4hcazSZV4mK54cTdUAp2G5 { display:block; }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #qPTSf6kpLou6Dd03dPsEJBNVJdWOKKhl {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #w4cdaOq9rdtUES7I8nP2HeQHJ4nLsTr2 {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #H5MeGthLwbL9p5SWdZp9eA2T7rv54TXI { display:block; }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #RJyyGtVtfvCBGylnWJP1BvB7PWr3dCzv {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #bzs0Oh5vtRtnhq2ETgrf58VoBq8x8WNx {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #xN05ixlhttPCwxG6xz41ZlnkkoayBzOq { display:block; }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #BcM2KgQDFJeOoMXzoDDKOt3qxUFOvkvW {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #rtIIh1a0JyPdBiMVxeU5mx0K4IX6zsXC {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #fgyIblmsQJw5T3kMzNygAI59DrpDOE2z { display:block; }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #pSlgZrZt4tnEVbXIPTFKD9grBwS0QDPV {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #gvJCNgw8WvFleOZSxQqQMx1dJuZ0BzO9 {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #H4olehk2LWpWxTCHHyeIrJGvGCMXwF7x { display:block; }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #I9vaD5nBeegGZ0EV4zkHnKp5uguzkBlb {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #ZklTriH5VxfiFvF2GTC7DybRZTrrnHWk {  }
#MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #ZklTriH5VxfiFvF2GTC7DybRZTrrnHWk .container-column{width:100%;} }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #mJPyBDNLmXFOnangDONoTNnmOe5d5W3e { display:block; }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #iFWgrVW0cGn51VKWRUIPwPABB0gJgPJH {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #x85bMphczLMx55QlvkCmAyfcWupZdggW {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #rqnUexKpMU3TQrW2wycL6IAdDuh4cQ9Z {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #X93TLoxXMmwX9bhyWkT6yZN1B1t6x98t {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #i4yPfGP7on17V2C0QUHyI1EHiTOX5mLy {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #gsf07aoWeIGTmtSyXMNbXelbzPxW9NpW {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #OKQA0B80dcpnT7GEf07DZ50UnKsigcGw {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #uf2dzNLft9ithWdb680OozxvrLSeGwds {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #cxO4xTJNniCRMtvKmhfS9wAaAEgBHEhf {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #x7MnmAJR4zX6LNCtVtwbR6viyGXMybMc {  }
 }@media only screen and (max-width: 763px) { #MSSpkN0MKTdoUpGMrzfwb2HQuJrsfItb #GZMVVKcPABOp4rQllf6FwnRIv7ricQTR {  }
 }@media only screen and (max-width: 763px) { #lC0ggT5wQ3rvGNd2DqNhavz5eCAwFRV0 { width:20rem;height:1.86875rem;top:2.6494140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFyDumOiCSQiVhEUTsRMlDIKMeMeTEaP { width:18.5625rem;height:8.4001875rem;top:5.86328125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }