.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:238,241,218;--color-primary-1:199,208,132;--color-primary-2:142,160,9;--color-primary-3:71,80,5;--color-primary-4:21,24,1;--color-secondary-0:231,234,255;--color-secondary-1:174,184,255;--color-secondary-2:93,113,255;--color-secondary-3:47,57,128;--color-secondary-4:14,17,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Dosis";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f7f7f7;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b26a66e1-ec40-4846-ab6b-82dea953971a/installingsolarpanelsonhouseroof1024x512.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.adaptive-delivery-prevent-bg, #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.lazyload, #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.lazyloading { background-image: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { background-color: transparent; background-image: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.75); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container > .video-iframe-container { display: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.75); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container { display: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .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); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { border-width: 0; border-radius: 0; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z::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; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#vRseLwIKdCpJSnC8flV4zGPJhhNx3KTb { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:12.5rem;left:6.5rem;height:6.875rem;font-style:normal;display:block; }
#FyWhPF3hCncvxyT8EqqBRWOTilIx7S7G { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:20.1875rem;left:6.5rem;height:2.8rem;font-style:normal;display:block; }
#iGqJ6ZElGHAyqRAUB1G0VrOt84y5eSG7 { position:absolute;display:block;z-index:15001;background-color:#dadce0;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:28.875rem;width:23.3125rem;top:8.0625rem;left:46.6875rem;display:block; }
#DkzEXxb3khzqOP1k6qMeZFNSiT3i4nk7 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:5.1875rem;width:23.3125rem;top:3.625rem;left:46.6875rem;display:block; }
#DI2G50PSI5Giyug1vxpMHvxQ2KsqFPSM { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.8125rem;left:49.125rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-form-header {  }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);width:18.625rem;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;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden;line-height:1; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),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:18.625rem;box-sizing:border-box;height:1.75rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),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:18.625rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .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:#dadce0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:18.625rem;box-sizing:border-box;height:2.1875rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.9375rem;overflow:hidden;vertical-align:top;line-height:1; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .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; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#869814;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:5.8125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:12.8125rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA [class*="-text"]:-moz-placeholder { color:#282828;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA [class*="-text"]::-moz-placeholder { color:#282828;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA [class*="-text"]:-ms-input-placeholder { color:#282828;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA [class*="-text"]::-webkit-input-placeholder { color:#282828;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .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-tertiary-4),1);vertical-align:top;width:17.5625rem;overflow:hidden;font-style:normal;float:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .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; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container:first-of-type{padding-top:0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container:last-of-type{padding-bottom:0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.0625rem;left:47.812500953674rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA {display:block;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.0625rem;left:47.812500953674rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #EFm6B4qU0erFsS3W0hk7ElRFdT9T4tzU { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #sDTTDMmgNUugvhMv72Tn4XT5fbnd59G9 { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #fh7lJ0dAvK2otiZfrT1mnCfqDIqx48Fy { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #w0MXUiMaxUiB70HeD1PD0Gf2a9XmWWiS { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #DdOpucpzHEenndMywkqPPR1is1mVazw9 { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #dRbAi4JA6zZtaNq90nTn4n2FdTUpXfKM { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gxBrAIDPGnkJFxMLlT5OB4i2PiUz9kds { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #vifoKsVwpBcTyZeKhosPfnpAWs18Vk2A { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gzlZVoniJ9q7m8yi7OOBkmA0t6cJTQPV { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AcIenOyRmrX2CPyKeOTDUe5Uc0seqeDC { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XEogsRqwEb2ExU2MqV9HxeIKFHNRwhSN { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #BDwKbGvTtBzfUV0GqpWe8gKThZTQ3xfC { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #sWEh8rGNIIol6gskLU317ElIsDPfTZS4 { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AtckLiHFpQwcTLiPWSNqytDKJRbp4vcg { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #JXwgbcTDHsfBqMlTVcnVdDBvzN2FIUmh { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #F36hC2VJ5wS6a3JaIwoZMZRrs85J2XIS { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #Vyhdc2uFld7UB1CPfLhIdw3lfimJe69f { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #FTDlfAnQwLlA9uoy2CRaphThfUfuyN79 { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XhTRi2oZ2qLkaiFOtQbEbXWS7yP9ZP1x { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #WslsksE7RZdCIqGxFl4L9ilvBETM6VTL { position:relative;z-index:2; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #If9QZFLINQo6BkibPxyrR3qL37tmPmBV { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #QK6ATWbw7TlA4glEyeylgbPD8eqpwrtp { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gC4deUc9zxrthEEbZIlaAa7iLzSxswH0 { position:relative; }
#NAmlmHg8Jro1X8bTOby2BeCgPhHQNzKm { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:21.875rem;left:7.5rem;height:2.8rem;font-style:normal;display:none; }
#EZ59uCBTQO4srPXt1VAX4tiLq5RBl4dJ { position:absolute;display:block;z-index:15035;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:1.6875rem;width:13.6875rem;top:3.59375rem;left:6.499218940735rem;overflow:hidden;display:block; }
#PvcSPGLNwr8t1bWfNJ4nhCi5nQn41IGB { box-sizing:content-box;height:4.0625rem;width:6.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.375rem;left:6.5rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#XNUduAaMUkir8Jf5UqzouTB7W8cIMqga { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:27.25rem;left:6.8125rem;height:0.65rem;text-align:center;text-align-last:center;display:block; }
#LvKiyfR9RvQRC1VpC1TI27KvcydP1JWT { position:absolute;display:block;z-index:15028;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:2.0625rem;width:4.5rem;top:25rem;left:7.625rem;overflow:hidden;display:block; }
#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT { 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; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container { background-color: transparent; background-image: none; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container > .video-iframe-container { display: none; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row > .video-iframe-container { display: none; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .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); }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container { border-width: 0; border-radius: 0; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#se4kkT7Q6n12UlInv6yEeqewHq7yozpw { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6875rem;left:9.5242195129394rem;height:1.1375rem;font-style:normal;display:block; }
#sfQ2XQr8EaiocA32yaoHLfF5vDnbW5qu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.6875rem;left:27rem;height:1.1375rem;font-style:normal;display:block; }
#qNlWlHNodMR8nOeTEtTyH5u70LhTKdau { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.75rem;left:7.63671875rem; }
#tdv2TcRJ02NORqabdNA067tAN1ULUXNt { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.8125rem;left:25.25rem; }
#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row .container { background-color: transparent; background-image: none; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row .container > .video-iframe-container { display: none; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row > .video-iframe-container { display: none; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .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); }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row .container { border-width: 0; border-radius: 0; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#AXhDX9ne35vN1IZrZmhiK8bBaXEZubpa { color:rgba(var(--color-tertiary-4),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.311718940735rem;left:5.875rem;height:2.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kmRQPZgBS6AbnCbENzhE2JtJKzPFnHr5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:27.5rem;height:2.7625rem;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; }
#JpQX9Syx6934u2GVew0vbElswRO8eh9l { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.5625rem;width:20rem;top:13.987500190735rem;left:27.500000953674rem;overflow:hidden;display:block; }
#teM7KnpAC992DwJOamimOr0e0CQdd8RT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.5625rem;width:20rem;top:13.987500190735rem;left:5.0625rem;overflow:hidden;display:block; }
#Fw9x3KWOGJhF6HkcAu8sAw9T9NfBzegh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.5625rem;width:20rem;top:13.987499952316rem;left:50.000000953674rem;overflow:hidden;display:block; }
#dXOT4BO5shBTly3ROowNW29edbwsf7RP { box-sizing:content-box;height:16.5625rem;width:20rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),0.4);background-image:none;top:13.987501144409rem;left:5.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PEdtJWeFyWeucVVUaublKWhqVl05ogd8 { box-sizing:content-box;height:16.5625rem;width:20rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),0.4);background-image:none;top:13.987501144409rem;left:27.500000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#g7ylsgp38bArIFzTutVqNa8qsy0v1HDW { box-sizing:content-box;height:16.5625rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),0.4);background-image:none;top:13.987501144409rem;left:50.000000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iLxTSAxkd0L6gBdU5FSPQiOaIxSTiBII { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:31.362499952316rem;left:5.0625rem;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; }
#dTesgFvEaRLQ0C7PPQzZUOviFBTfF0pT { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.362499952316rem;left:27.500000953674rem;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; }
#sXFT6sEQkmwhzFZpo5yJVDRbQW02cwg4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.362499952316rem;left:50.000000953674rem;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; }
#xB0MXlyEbMiKeZJgf832QXRRshaN9w2I { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:35.0625rem;left:5.0625rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bCiJ9tTh5CDTTgbCmbkGoOThWoZnLLs4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:33.875rem;left:27.500000953674rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fy2smdEs63yGdZ9W3x7mPXN2GkuiPwNg { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:33.875rem;left:50.000000953674rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IGD9RDO8arE2LwZ4Mh4yGDDLwzk1kioy { 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; }#IGD9RDO8arE2LwZ4Mh4yGDDLwzk1kioy > .row .container { background-color: transparent; background-image: none; }#IGD9RDO8arE2LwZ4Mh4yGDDLwzk1kioy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGD9RDO8arE2LwZ4Mh4yGDDLwzk1kioy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGD9RDO8arE2LwZ4Mh4yGDDLwzk1kioy > .row .container > .video-iframe-container { display: none; }#IGD9RDO8arE2LwZ4Mh4yGDDLwzk1kioy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGD9RDO8arE2LwZ4Mh4yGDDLwzk1kioy > .row > .video-iframe-container { display: none; }#IGD9RDO8arE2LwZ4Mh4yGDDLwzk1kioy > .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); }#IGD9RDO8arE2LwZ4Mh4yGDDLwzk1kioy > .row .container { border-width: 0; border-radius: 0; }#IGD9RDO8arE2LwZ4Mh4yGDDLwzk1kioy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGD9RDO8arE2LwZ4Mh4yGDDLwzk1kioy > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#S08WOAWKEmmuZXgR1kTxTu5QPxx4WBkG { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:3rem;left:25.750000953674rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U5ClcC9RoBcZQkDlUlgpNx9LHN6keLAn { position:absolute;display:block;z-index:15056;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:8.3125rem;width:6.25rem;top:2.9984374046326rem;left:0rem;overflow:hidden;display:none; }
#VO87ZQ32ATotAfZT5KetchkChdirIiGv { position:absolute;display:block;z-index:15057;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:8.3125rem;width:6.1875rem;top:4.9249997138977rem;left:0rem;overflow:hidden;display:none; }
#zvhOS20rTTkLtIPuXHPgLEeb8VZAguXf { position:absolute;display:block;z-index:15058;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:8.3125rem;width:6.1875rem;top:5.3210940361023rem;left:0rem;overflow:hidden;display:none; }
#AwQRcJatECkUV6LyRzSqUonwBVswpuqD { position:absolute;display:block;z-index:15059;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:8.3125rem;width:6.1875rem;top:4.7374997138977rem;left:0rem;overflow:hidden;display:none; }
#DGC7eKQ9Oay0VhBaLdMoLJGPSt7KaDfA { position:absolute;display:block;z-index:15060;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:8.3125rem;width:6.1875rem;top:2.9984374046326rem;left:0rem;overflow:hidden;display:none; }
#rivJsTsrACHTdmeNUlrCRJlOh6AusFDx { position:absolute;display:block;z-index:15061;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:8.3125rem;width:6.1875rem;top:3.4249997138977rem;left:0rem;overflow:hidden;display:none; }
#fnZmukfb1gNVW8nSpW25gf47l9CODLvi { position:absolute;display:block;z-index:15062;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:8.3125rem;width:6.1875rem;top:4.9249997138977rem;left:0rem;overflow:hidden;display:none; }
#FLLsD9Hu3r9xW8Fi7QPVJ5EylTFXLbUT { position:absolute;display:block;z-index:15047;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:7.625rem;width:13.75rem;top:24.112500190735rem;left:0rem;overflow:hidden;display:none; }
#Cd7f90UWycdBwtVRoykEnccGncWldfXr { position:absolute;display:block;z-index:15048;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:7.625rem;width:11.125rem;top:25.925000190735rem;left:1.4749994277954rem;overflow:hidden;display:none; }
#lJrVAV9Rq9ayUNTsR3emapeslqsIqPTS { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.125rem;width:13.75rem;top:7.875rem;left:0rem;overflow:hidden;display:block; }
#XyPPsiOfmF86FZAJzh6gIxC1CZUTKoAp { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:17.75rem;top:3rem;left:7.0367193222044rem;overflow:hidden;display:none; }
#McqchSlwnKdio3HWEyvWCCJAUEEKiNBa { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:17.75rem;top:3rem;left:6.999218940735rem;overflow:hidden;display:none; }
#ytdN5xeRapEpoEVIIIEfVBlHlTqOH5mA { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:10rem;top:4.0625rem;left:12.974999427796rem;overflow:hidden;display:none; }
#bzwtwxHpESV3ZETGBXvUszFyxhOTA9wt { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:9.9375rem;top:4.0625rem;left:14.362500190735rem;overflow:hidden;display:none; }
#aCpRV9oxnnoBRMXSZgtwrGFc4fSkPgnL { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:17.75rem;top:43.5rem;left:6.4117193222044rem;overflow:hidden;display:none; }
#FNWhJ3RNs9MqHIvU16ZolW3FDSGZ5uEB { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:17.75rem;top:42.362500190735rem;left:30.112500190735rem;overflow:hidden;display:none; }
#hUdK3aHcJDrDGFzzSwg1mRJuuDklAtk5 { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.25rem;width:17.75rem;top:43.5625rem;left:29.000000953674rem;overflow:hidden;display:none; }
#W22mmW8FKDO3TOzyNbTwC0dVHCXedfIQ { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.25rem;width:9.9375rem;top:48.58749961853rem;left:36.912499427796rem;overflow:hidden;display:none; }
#Q6B56mbtuqlqvU2aZkzyFtC20Iz23HiW { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:17.75rem;top:42.362500190735rem;left:49.250000953674rem;overflow:hidden;display:none; }
#XhclbnxBvr1nJnVXSKJfTTZTXtSAgih0 { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:17.75rem;top:78.275001525881rem;left:35.224999427796rem;overflow:hidden;display:none; }
#SiJJr603zSUKsepTZyIsVyxbu0QHedmf { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;left:5.3125rem;height:1.1375rem;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; }
#axUEhE3oCoypG6p6XKUl4RfHCpZTd78P { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.3125rem;left:4.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:none; }
#xqkTbFJcTACTKvGPMCceAl3u62zO6AwX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#dHINSD0nSTuJgLVHO40LPgxXddNCSklR { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:26.625rem;left:4.25rem;height:9.8375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#dHINSD0nSTuJgLVHO40LPgxXddNCSklR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dHINSD0nSTuJgLVHO40LPgxXddNCSklR li:before{  }
#vmbqwmenEt52PCiSWfTsICQeSrWsntRH { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.3125rem;left:4.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:none; }
#Pt3usn0w4pRXUvdeVMM7PzKzZTCFOdDc { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;left:5.3125rem;height:1.1375rem;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; }
#HQ8lW70Cnyh9nWC2n36lAUTTMAqPTNIz { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.125rem;width:13.75rem;top:7.8750002384187rem;left:30.625000953674rem;overflow:hidden;display:block; }
#E4zuHxdkJxLA8weKBttN76hbRoUp57v6 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.125rem;width:13.75rem;top:7.8750002384187rem;left:15.3125rem;overflow:hidden;display:block; }
#swiCgCpyLK98SVQ8wc6dJSpy2n7DBvf8 { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.125rem;width:13.75rem;top:7.875rem;left:45.9375rem;overflow:hidden;display:block; }
#vFwCOQJclz4nMPT36UmzVTlb27KN8B3C { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.125rem;width:13.75rem;top:7.875rem;left:61.25rem;overflow:hidden;display:block; }
#KqzI49zxovu6F9UmilCnivBw7G4utK1z { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.125rem;width:13.75rem;top:18.5rem;left:45.9375rem;overflow:hidden;display:block; }
#QoQJHr3M2tch6O7s61iydn1FZWcZqq8k { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.125rem;width:13.75rem;top:18.5rem;left:61.25rem;overflow:hidden;display:block; }
#PdTVfi0KUeyx4QeQceuDt257zu8K5Bys { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.125rem;width:13.75rem;top:18.5rem;left:30.625rem;overflow:hidden;display:block; }
#hpLtv99Qd1cUifzL6OFJ5MT3gcvcgybm { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.125rem;width:13.75rem;top:18.5rem;left:15.3125rem;overflow:hidden;display:block; }
#dRaG1Pc5iGgTWvyBWqWCRbvcSqiFMBSk { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.125rem;width:13.75rem;top:18.5rem;left:0rem;overflow:hidden;display:block; }
#igovnoOnUXTs1NTObqNtSwllM07pfvky { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.125rem;width:13.75rem;top:29.1875rem;left:45.9375rem;overflow:hidden;display:block; }
#cs5BLr9pBrbsGr8wbHL8gMCNUpXL43cN { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.125rem;width:13.75rem;top:29.1875rem;left:61.25rem;overflow:hidden;display:block; }
#DUXw1vmI5d1MxQ6ypmhyDbPSIHAcbCwo { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.125rem;width:13.75rem;top:29.1875rem;left:30.625rem;overflow:hidden;display:block; }
#EWFrfJsH8z4FAUURuiqw8pTR6pdfM2fA { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.125rem;width:13.75rem;top:29.1875rem;left:15.3125rem;overflow:hidden;display:block; }
#qAQfkPl21zmeQR0ZTrpiMsIFm1KpehCI { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.125rem;width:13.75rem;top:29.1875rem;left:0rem;overflow:hidden;display:block; }
#Xd44WLUFQp7vBk4pq8xsIOIPX8yKTWOX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xd44WLUFQp7vBk4pq8xsIOIPX8yKTWOX > .row .container { background-color: transparent; background-image: none; }#Xd44WLUFQp7vBk4pq8xsIOIPX8yKTWOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd44WLUFQp7vBk4pq8xsIOIPX8yKTWOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd44WLUFQp7vBk4pq8xsIOIPX8yKTWOX > .row .container > .video-iframe-container { display: none; }#Xd44WLUFQp7vBk4pq8xsIOIPX8yKTWOX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd44WLUFQp7vBk4pq8xsIOIPX8yKTWOX > .row > .video-iframe-container { display: none; }#Xd44WLUFQp7vBk4pq8xsIOIPX8yKTWOX > .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); }#Xd44WLUFQp7vBk4pq8xsIOIPX8yKTWOX > .row .container { border-width: 0; border-radius: 0; }#Xd44WLUFQp7vBk4pq8xsIOIPX8yKTWOX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xd44WLUFQp7vBk4pq8xsIOIPX8yKTWOX > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:block; }#AgQBos9AMECK87Vak7salJwbM0bJT0Hu { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.8125rem;width:18.9375rem;top:11.375rem;left:8.8125rem;display:block; }
#UcE9oNSKfWEJmUHqoU6neEKaaIReCR2L { color:#313131;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.0625rem;left:10.125rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CfoXs4QT9er5FaHMbs5ilWPMkTZJEmsW { color:#090909;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:13.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sWhWM96H8eTswosT9FUTOngaJZSVG9s6 { position:absolute;display:block;z-index:15023;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:8.75rem;width:15.625rem;top:1.8617198942229rem;left:31.500000953674rem;overflow:hidden;display:block; }
#cqg0UNT0Oym7SRwPTiq7g64GNWQBaTwJ { position:absolute;display:block;z-index:15024;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:1rem;width:4.25rem;top:14.125rem;left:13.0625rem;overflow:hidden;display:block; }
#p5HUqdTiTTGxNCgQKMQL8viHdNMWUoQ6 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.8125rem;width:18.9375rem;top:11.375rem;left:29.875rem;display:block; }
#sdVyB96zst2FzSiDcQ5qNb9xHQIcykzE { color:#313131;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:16.0625rem;left:31.1875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q7f1QSsGdSwJoBt87r2z58xOpKJeaSy5 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:4.25rem;top:14.125rem;left:34.125rem;overflow:hidden;display:block; }
#fmHOmq7DoXHtv1X8EKbTR2CvtpONhmlJ { color:#090909;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.8125rem;left:34.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ok2wf4OeMCn7w5CiPNKHzh165CEO9m84 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.8125rem;width:18.9375rem;top:11.375rem;left:50.8125rem;display:block; }
#V1QJubs5VqS7REikdhKgglD8sQTdhQW9 { color:#313131;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:16.0625rem;left:52.125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dRL1lflSt96skIhJhk3MB0kxEuzUHWhx { position:absolute;display:block;z-index:15034;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:1rem;width:4.25rem;top:14.125rem;left:55.0625rem;overflow:hidden;display:block; }
#Ny8HHVDlJKS1FCoQIsoPPSTMDuiaGVmC { color:#090909;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.8125rem;left:55.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xr0QZxo9TftprA6oIhWWmJrEXRsThiSJ { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.8125rem;width:18.9375rem;top:24.1875rem;left:29.875rem;display:block; }
#B5KuBL9WzR06GOAqyC9VLkPr1gDzr2ka { color:#313131;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:28.875rem;left:31.1875rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AZg3PuFhbRcfdoOnrFOpg1F9R15xJnaq { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.8125rem;width:18.9375rem;top:24.1875rem;left:50.8125rem;display:block; }
#MirHCHTVAEJEXdWwBFRBPV2AUgXTMnC0 { color:#313131;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:28.875rem;left:52.125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BBLu0ZdeNGaXEJ1HvPFn6hz7Mw79iEw8 { position:absolute;display:block;z-index:15044;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:1rem;width:4.25rem;top:26.9375rem;left:34.125rem;overflow:hidden;display:block; }
#eUA3bcSlDtr1O612T1lBviyTxwMv8aTe { color:#090909;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:25.625rem;left:34.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KJxqWUtaLRan9D809fHkiQg1d1ZxNtbq { position:absolute;display:block;z-index:15049;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:1rem;width:4.25rem;top:26.9375rem;left:55.0625rem;overflow:hidden;display:block; }
#SfWmdIwX4P583lKcywwwks2eT1V7mBJN { color:#090909;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:25.625rem;left:55.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dUpHku0nC9qnQWcoO7iN8EzbgMATxDz7 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.8125rem;width:18.9375rem;top:24.1875rem;left:8.8125rem;display:block; }
#Fkd6Zsk1MUhS6JiMX6OyZvecLKCroLXv { color:#313131;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:28.875rem;left:10.125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TPriPQ1evhu8iEfiOLdHmoyDWwECkQgu { color:#090909;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:25.625rem;left:13.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xpC2zpg4dmHbqV0rLbsnHeqzF8OK5cwe { position:absolute;display:block;z-index:15039;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:1rem;width:4.25rem;top:26.9375rem;left:13.0625rem;overflow:hidden;display:block; }
#HPUz6Zlras0I0HQCBUblrf3Axxdkq5vM { position:absolute;display:block;z-index:15050;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:2.75rem;width:2.9375rem;top:12.5625rem;left:10rem;overflow:hidden;display:block; }
#DBUu3bcvR4QuC0Cv0ZP1O9SR76nSUyW4 { position:absolute;display:block;z-index:15051;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:2.9375rem;width:2.9375rem;top:12.6875rem;left:31.187500953674rem;overflow:hidden;display:block; }
#qXOOALbFwwtHLRssTskeLU8OfLNS4Jmy { position:absolute;display:block;z-index:15052;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:2.75rem;width:2.75rem;top:12.75rem;left:52.125000953674rem;overflow:hidden;display:block; }
#G3hAxFQ5KUR80ZqBI8eRfybg7Lkl20rP { position:absolute;display:block;z-index:15053;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:2.75rem;width:2.4375rem;top:25.237500429154rem;left:52.125000953674rem;overflow:hidden;display:block; }
#R2cIZLKmeyef69y1xMMuzTn7lEKgJOzF { position:absolute;display:block;z-index:15054;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:2.75rem;width:2.75rem;top:25.237500429154rem;left:31.187500953674rem;overflow:hidden;display:block; }
#BFWGyuTwa62s02TrSJS9w6DLUfWmIG01 { position:absolute;display:block;z-index:15055;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:2.75rem;width:2.75rem;top:25.375rem;left:10.124218940735rem;overflow:hidden;display:block; }
#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 { 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; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row .container { background-color: transparent; background-image: none; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row .container > .video-iframe-container { display: none; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row > .video-iframe-container { display: none; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .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); }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row .container { border-width: 0; border-radius: 0; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#VV2TS9ZGlEec3Ra6Ew184kT4QIVt5vVn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:16.875rem;left:8.375rem;height:2.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZJiZ97CCLyut4mbDDHvyAqhJcPygwMz4 { box-sizing:content-box;height:11.375rem;width:13.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.25rem;left:7rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-0),0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#VG4XePSyJ4rtxFzpcAurItJNuRSIhyL9 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:3.4367187023163rem;left:21.530468940735rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JSdT2IoN5dSzaaAW1iLPrbgoJt1EDfXd { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:16.875rem;left:24.406251907349rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z1eWAQ3TcIaSQe0TpzzTZrEJnuBuB9nl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:16.874999523163rem;left:39.812500953674rem;height:2.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a5t2upssNVTKe7Kw5PuoIUfe4Le9W0tH { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:11.875rem;left:58.781250953674rem;overflow:hidden;display:block; }
#R0i8oGCLLTHwAdpfmAHMfAMzIoTgP3xo { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:16.875rem;left:55.656248092651rem;height:2.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AV5v7AvUsvxTPKQmLPVsJGSSyPOGJV9n { box-sizing:content-box;height:11.375rem;width:13.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.1875rem;left:22.6875rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-0),0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#kEzl11fTNFwmxKCWSae1mmSH3pqxyM9i { box-sizing:content-box;height:11.375rem;width:13.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.25rem;left:38.5rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-0),0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#UITcMXBfkdDXiXhJvCB5fQFTQ8D87JdQ { box-sizing:content-box;height:11.375rem;width:13.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.25rem;left:54.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-0),0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#mxEe86boUygLaW2EI5y0KbTS7v6LazeK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:12.656250953674rem;left:12.124218940735rem; }
#DqI5MvRKsXnNwdG2eAlpw84de1O7X7LB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:12.406250953674rem;left:27.750000953674rem; }
#KuaGax3plo4i5XNfOz22PTTPA3xx2ksd { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:12.749219417572rem;left:43.906250953674rem; }
#LC09d5m65Q7EU4EealAIqbVwwQ1h9X31 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.1875rem;left:25.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X1ZAPxX98I7oGVBvTOtc1AIfGI9RLvGn { color:rgba(var(--color-tertiary-0),1);display:block;width:46rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.5rem;left:14.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nitlgxFwyHFxaWhKVI7hcQM6tId01Wk2 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:29.1875rem;left:30.8125rem;display:block; }
#Ofs6nP0JSJlSWACSto0ke6y0aDGSg63g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container { background-color: transparent; background-image: none; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container > .video-iframe-container { display: none; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row > .video-iframe-container { display: none; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .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); }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container { border-width: 0; border-radius: 0; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#LKMQpttk7ITztDhUmDRycfO0eRiwEqfA { color:rgba(var(--color-tertiary-4),1);display:block;width:46rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.375rem;left:14.3125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZT4x7mpxXTFHoNJ0D1DUa0pEexdOt6Ib { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:10rem;left:14.5rem; }
#eH8BRbRDFSa6fnNGgGukyuBRkwQr8FfN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:10rem;left:35.9375rem; }
#UT1ZHRDLCTN3xxAH124nkPZqhJvC89ZD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:10rem;left:56.9375rem; }
#RxeIL5H2rPsuaaOTa7AqF7pK4LebevT1 { box-sizing:content-box;height:0.125rem;width:17.375rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:11.5rem;left:18.125rem;display:block; }
#IIS46PZZIDViTgU7GDuryrIcH0gpnQRs { box-sizing:content-box;height:0.125rem;width:17.375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:11.5rem;left:39.375rem;display:block; }
#kdmelVB3ZrtbVmVOX24RgsC6qkxlpUbW { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.75rem;left:11.875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufBcwyqEyDHLXd9D2VibEbLKfXSbrT5q { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.625rem;left:9.1875rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pSFySWIGLgFhfAA2hJLJ3yHSvNo126zD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.625rem;left:30.4375rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuCnEkxILEhOw2K6HoJgdr7ZKMMtlDwF { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.75rem;left:33.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nHDokukhQhFELhHI92AxZ73N1TiT9P9a { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:15.625rem;left:51.6875rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MqlF5EdlcS9w33IysyVQAGomNU8rkKZM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.75rem;left:54.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row .container { background-color: transparent; background-image: none; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row .container > .video-iframe-container { display: none; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row > .video-iframe-container { display: none; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .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); }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row .container { border-width: 0; border-radius: 0; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#N2RGMqFmV2HKAXIwZ9JkOn6klTL0NRQO { position:absolute;display:block;z-index:15038;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:2.3125rem;width:8.3125rem;top:4.3125rem;left:24.625rem;overflow:hidden;display:block; }
#lW4unz8cexe7wVhX4wpSND1T644Aas6J { position:absolute;display:block;z-index:15039;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:2.5625rem;width:5.4375rem;top:4.4375rem;left:34.8125rem;overflow:hidden;display:block; }
#wW6tlOs6KVfLGRyiuuwJ19ZVAaxIWPDe { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:5.8125rem;top:3.625rem;left:52.0625rem;overflow:hidden;display:block; }
#ykHJph9CwRWu22babt4XyMlQG8LHxxPd { color:rgba(var(--color-tertiary-4),1);display:block;width:49.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:12.905468940735rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwOaVUUh8BUvzwAOgSlNnxVLD1hXrxHn { position:absolute;display:block;z-index:15041;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:2.4375rem;width:6.5625rem;top:4.4375rem;left:8.25rem;overflow:hidden;display:block; }
#kwOEpAA3R1cXLUBt67NbTu8nypDn4Nqf { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:6.25rem;top:3.375rem;left:17rem;overflow:hidden;display:block; }
#cLV0kvsdRDfEuCh8UdTL9dXJRhC8dltB { position:absolute;display:block;z-index:15043;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:1.25rem;width:7.0625rem;top:4.9375rem;left:43.0625rem;overflow:hidden;display:block; }
#KrapUtctZx2TGxE6rI4P8SC9V0VJAJAd { position:absolute;display:block;z-index:15044;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:1.375rem;width:6.5rem;top:4.78125rem;left:60.000000953674rem;overflow:hidden;display:block; }
#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR { 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; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container { background-color: transparent; background-image: none; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container > .video-iframe-container { display: none; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row > .video-iframe-container { display: none; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .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); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container { border-width: 0; border-radius: 0; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#BgHBSN64pt1owRoGoMoQytILOwy2DPKi { 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:18rem;width:18rem;top:0.46875rem;left:13.149219512939rem;overflow:hidden;display:block; }
#JfGqeaTmgmZ0bhhDBNB1XF1pQbqgla9U { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.2265625rem;left:36.500001907349rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rI7kV7Cfvowi2S22keKwBRPkTgWeP6xh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:12.860937595367rem;left:36.500001907349rem;display:block; }
#k7QR1Exuxnz4p4e9kln6vn2T53q2c6s9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6AK1cDTtQd5oTXBNXu2pU0HxkBIpOyE { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.699999809265rem;left:36.500001907349rem;height:2.6rem;display:block; }
#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row .container { background-color: transparent; background-image: none; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row .container > .video-iframe-container { display: none; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row > .video-iframe-container { display: none; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .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); }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row .container { border-width: 0; border-radius: 0; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#TemDMWT5mmZelXiHoXBTp4ski5ZsIOZy { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.125rem;left:3.5625rem;height:3.9rem;font-style:normal;display:block; }
#kr2c3g7pqtG5uyVuo33TzmOwDzOVFDib { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:14.125rem;top:5.1734380722046rem;left:30.125000953674rem;overflow:hidden;display:block; }
#GL9EEx3u3lr8ciE8cNw5n6bqJS8m0ydi { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.673461914062rem;left:3.5625rem;height:2.6rem;font-style:normal;display:block; }
#Ol4xWKDgIWQ3ThT9DGWE1iTGUcHrfCyT { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.875rem;left:61rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#met8PGpqDii3kbNHdHgMA1EbI7455rTA { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8125rem;left:61rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wWM8VCiEGFdI5gRPqEfdTDkpAJkwKnbq { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.75rem;left:61rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vC6BGeu5JK9W5Up07BhIT2TadQJATuhN { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:3.5625rem;height:1.70625rem;font-style:normal;display:block; }
#osng9JTeQgaGZrxGULaGTtTHG2xT1EvZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.875rem;left:60.999998092651rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lhEiClF2Ja8BWLw7UX1AquEXTdKrgJii { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.875rem;left:60.999998092651rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z { display:block; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRseLwIKdCpJSnC8flV4zGPJhhNx3KTb { width:34.1875rem;height:6.875rem;top:12.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyWhPF3hCncvxyT8EqqBRWOTilIx7S7G { width:33.125rem;height:2.75rem;top:20.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGqJ6ZElGHAyqRAUB1G0VrOt84y5eSG7 { width:23.3125rem;height:28.875rem;top:8.0625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkzEXxb3khzqOP1k6qMeZFNSiT3i4nk7 { width:23.3125rem;height:5.1875rem;top:3.625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI2G50PSI5Giyug1vxpMHvxQ2KsqFPSM { width:19.25rem;height:3.0625rem;top:4.8125rem;left:28.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-regular-label { width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-button { width:12.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-checkbox-label { width:17.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA  { width:18.625rem;height:auto;top:8rem;left:26.406251907349rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA {display:block;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA { width:18.625rem;height:auto;top:8rem;left:26.406251907349rem; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #EFm6B4qU0erFsS3W0hk7ElRFdT9T4tzU {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #sDTTDMmgNUugvhMv72Tn4XT5fbnd59G9 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #fh7lJ0dAvK2otiZfrT1mnCfqDIqx48Fy {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #w0MXUiMaxUiB70HeD1PD0Gf2a9XmWWiS {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #DdOpucpzHEenndMywkqPPR1is1mVazw9 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #dRbAi4JA6zZtaNq90nTn4n2FdTUpXfKM {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gxBrAIDPGnkJFxMLlT5OB4i2PiUz9kds {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #vifoKsVwpBcTyZeKhosPfnpAWs18Vk2A {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gzlZVoniJ9q7m8yi7OOBkmA0t6cJTQPV {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AcIenOyRmrX2CPyKeOTDUe5Uc0seqeDC {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XEogsRqwEb2ExU2MqV9HxeIKFHNRwhSN {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #BDwKbGvTtBzfUV0GqpWe8gKThZTQ3xfC {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #sWEh8rGNIIol6gskLU317ElIsDPfTZS4 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AtckLiHFpQwcTLiPWSNqytDKJRbp4vcg {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #JXwgbcTDHsfBqMlTVcnVdDBvzN2FIUmh {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #F36hC2VJ5wS6a3JaIwoZMZRrs85J2XIS {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #Vyhdc2uFld7UB1CPfLhIdw3lfimJe69f {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #FTDlfAnQwLlA9uoy2CRaphThfUfuyN79 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XhTRi2oZ2qLkaiFOtQbEbXWS7yP9ZP1x {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #WslsksE7RZdCIqGxFl4L9ilvBETM6VTL {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #If9QZFLINQo6BkibPxyrR3qL37tmPmBV {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #QK6ATWbw7TlA4glEyeylgbPD8eqpwrtp {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gC4deUc9zxrthEEbZIlaAa7iLzSxswH0 {  }
 }@media only screen and (max-width: 763px) { #NAmlmHg8Jro1X8bTOby2BeCgPhHQNzKm { width:19.5625rem;height:3.625rem;top:19rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZ59uCBTQO4srPXt1VAX4tiLq5RBl4dJ { top:3.5625rem;left:0rem;width:13.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvcSPGLNwr8t1bWfNJ4nhCi5nQn41IGB { top:24.375rem;left:0rem;width:6.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNUduAaMUkir8Jf5UqzouTB7W8cIMqga { top:27.25rem;left:0rem;width:6.25rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvKiyfR9RvQRC1VpC1TI27KvcydP1JWT { top:25rem;left:0.8125rem;width:4.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT { display:block; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #se4kkT7Q6n12UlInv6yEeqewHq7yozpw { width:15.75rem;height:1.125rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfQ2XQr8EaiocA32yaoHLfF5vDnbW5qu { width:15.75rem;height:1.125rem;top:0.6875rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNlWlHNodMR8nOeTEtTyH5u70LhTKdau { top:0.75rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdv2TcRJ02NORqabdNA067tAN1ULUXNt { top:0.8125rem;left:11.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh { display:block; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXhDX9ne35vN1IZrZmhiK8bBaXEZubpa { width:47.75rem;height:2.9375rem;top:7.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmRQPZgBS6AbnCbENzhE2JtJKzPFnHr5 { width:20rem;height:2.75rem;top:4rem;left:11.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpQX9Syx6934u2GVew0vbElswRO8eh9l { top:13.9375rem;left:11.75rem;width:20rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teM7KnpAC992DwJOamimOr0e0CQdd8RT { top:13.9375rem;left:0rem;width:20rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw9x3KWOGJhF6HkcAu8sAw9T9NfBzegh { top:13.9375rem;left:27.625rem;width:20rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXOT4BO5shBTly3ROowNW29edbwsf7RP { top:13.9375rem;left:0rem;width:20rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEdtJWeFyWeucVVUaublKWhqVl05ogd8 { top:13.9375rem;left:11.75rem;width:20rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7ylsgp38bArIFzTutVqNa8qsy0v1HDW { top:13.9375rem;left:27.625rem;width:20rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLxTSAxkd0L6gBdU5FSPQiOaIxSTiBII { width:15.75rem;height:;top:31.3125rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTesgFvEaRLQ0C7PPQzZUOviFBTfF0pT { width:20rem;height:;top:31.3125rem;left:11.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXFT6sEQkmwhzFZpo5yJVDRbQW02cwg4 { width:20rem;height:;top:31.3125rem;left:27.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB0MXlyEbMiKeZJgf832QXRRshaN9w2I { width:20rem;height:4.5rem;top:35.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCiJ9tTh5CDTTgbCmbkGoOThWoZnLLs4 { width:20rem;height:4.5rem;top:33.875rem;left:11.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy2smdEs63yGdZ9W3x7mPXN2GkuiPwNg { width:20rem;height:3.375rem;top:33.875rem;left:27.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGD9RDO8arE2LwZ4Mh4yGDDLwzk1kioy { display:block; }#IGD9RDO8arE2LwZ4Mh4yGDDLwzk1kioy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S08WOAWKEmmuZXgR1kTxTu5QPxx4WBkG { top:3rem;left:12.125000953674rem;width:23.5rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5ClcC9RoBcZQkDlUlgpNx9LHN6keLAn { top:2.9375rem;left:0rem;width:6.25rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO87ZQ32ATotAfZT5KetchkChdirIiGv { top:4.875rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvhOS20rTTkLtIPuXHPgLEeb8VZAguXf { top:5.3125rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQRcJatECkUV6LyRzSqUonwBVswpuqD { top:4.6875rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGC7eKQ9Oay0VhBaLdMoLJGPSt7KaDfA { top:2.9375rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rivJsTsrACHTdmeNUlrCRJlOh6AusFDx { top:3.375rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnZmukfb1gNVW8nSpW25gf47l9CODLvi { top:4.875rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLLsD9Hu3r9xW8Fi7QPVJ5EylTFXLbUT { top:24.0625rem;left:0rem;width:13.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd7f90UWycdBwtVRoykEnccGncWldfXr { top:26.5rem;left:0rem;width:11.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJrVAV9Rq9ayUNTsR3emapeslqsIqPTS { top:7.875rem;left:0rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyPPsiOfmF86FZAJzh6gIxC1CZUTKoAp { top:3rem;left:0rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McqchSlwnKdio3HWEyvWCCJAUEEKiNBa { top:3rem;left:0rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytdN5xeRapEpoEVIIIEfVBlHlTqOH5mA { top:4.0625rem;left:0rem;width:10rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzwtwxHpESV3ZETGBXvUszFyxhOTA9wt { top:4.0625rem;left:0.73750019073488rem;width:9.9375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCpRV9oxnnoBRMXSZgtwrGFc4fSkPgnL { top:43.5rem;left:0rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNWhJ3RNs9MqHIvU16ZolW3FDSGZ5uEB { top:42.3125rem;left:16.487500190735rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUdK3aHcJDrDGFzzSwg1mRJuuDklAtk5 { top:43.5625rem;left:15.375000953674rem;width:17.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W22mmW8FKDO3TOzyNbTwC0dVHCXedfIQ { top:49.1875rem;left:23.912499427796rem;width:9.9375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6B56mbtuqlqvU2aZkzyFtC20Iz23HiW { top:42.3125rem;left:30rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhclbnxBvr1nJnVXSKJfTTZTXtSAgih0 { top:78.875rem;left:22.224999427796rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiJJr603zSUKsepTZyIsVyxbu0QHedmf { top:6.9375rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #axUEhE3oCoypG6p6XKUl4RfHCpZTd78P { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqkTbFJcTACTKvGPMCceAl3u62zO6AwX { display:none; }
 }@media only screen and (max-width: 763px) { #dHINSD0nSTuJgLVHO40LPgxXddNCSklR { top:23.75rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }#dHINSD0nSTuJgLVHO40LPgxXddNCSklR li:before{  }
 }@media only screen and (max-width: 763px) { #vmbqwmenEt52PCiSWfTsICQeSrWsntRH { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pt3usn0w4pRXUvdeVMM7PzKzZTCFOdDc { top:23.875rem;left:0rem;width:9.8125rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQ8lW70Cnyh9nWC2n36lAUTTMAqPTNIz { top:7.875rem;left:17.000000953674rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4zuHxdkJxLA8weKBttN76hbRoUp57v6 { top:7.875rem;left:1.6875rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swiCgCpyLK98SVQ8wc6dJSpy2n7DBvf8 { top:7.875rem;left:32.3125rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFwCOQJclz4nMPT36UmzVTlb27KN8B3C { top:7.875rem;left:34rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqzI49zxovu6F9UmilCnivBw7G4utK1z { top:18.5rem;left:32.3125rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoQJHr3M2tch6O7s61iydn1FZWcZqq8k { top:18.5rem;left:34rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdTVfi0KUeyx4QeQceuDt257zu8K5Bys { top:18.5rem;left:17rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpLtv99Qd1cUifzL6OFJ5MT3gcvcgybm { top:18.5rem;left:1.6875rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRaG1Pc5iGgTWvyBWqWCRbvcSqiFMBSk { top:18.5rem;left:0rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igovnoOnUXTs1NTObqNtSwllM07pfvky { top:29.1875rem;left:32.3125rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs5BLr9pBrbsGr8wbHL8gMCNUpXL43cN { top:29.1875rem;left:34rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUXw1vmI5d1MxQ6ypmhyDbPSIHAcbCwo { top:29.1875rem;left:17rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWFrfJsH8z4FAUURuiqw8pTR6pdfM2fA { top:29.1875rem;left:1.6875rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAQfkPl21zmeQR0ZTrpiMsIFm1KpehCI { top:29.1875rem;left:0rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd44WLUFQp7vBk4pq8xsIOIPX8yKTWOX { display:block; }#Xd44WLUFQp7vBk4pq8xsIOIPX8yKTWOX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgQBos9AMECK87Vak7salJwbM0bJT0Hu { width:18.9375rem;height:10.8125rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcE9oNSKfWEJmUHqoU6neEKaaIReCR2L { width:16.625rem;height:3.9375rem;top:16.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfoXs4QT9er5FaHMbs5ilWPMkTZJEmsW { width:11.25rem;height:1.25rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWhWM96H8eTswosT9FUTOngaJZSVG9s6 { top:1.8125rem;left:17.875000953674rem;width:15.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqg0UNT0Oym7SRwPTiq7g64GNWQBaTwJ { top:14.125rem;left:0rem;width:4.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5HUqdTiTTGxNCgQKMQL8viHdNMWUoQ6 { width:18.9375rem;height:10.8125rem;top:11.375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdVyB96zst2FzSiDcQ5qNb9xHQIcykzE { width:16.625rem;height:2.625rem;top:16.0625rem;left:17.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7f1QSsGdSwJoBt87r2z58xOpKJeaSy5 { top:14.125rem;left:20.5rem;width:4.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmHOmq7DoXHtv1X8EKbTR2CvtpONhmlJ { width:11.25rem;height:1.25rem;top:12.8125rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok2wf4OeMCn7w5CiPNKHzh165CEO9m84 { width:18.9375rem;height:10.8125rem;top:11.375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1QJubs5VqS7REikdhKgglD8sQTdhQW9 { width:16.625rem;height:2.625rem;top:16.0625rem;left:31.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRL1lflSt96skIhJhk3MB0kxEuzUHWhx { top:14.125rem;left:41.4375rem;width:4.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny8HHVDlJKS1FCoQIsoPPSTMDuiaGVmC { width:11.25rem;height:1.25rem;top:12.8125rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr0QZxo9TftprA6oIhWWmJrEXRsThiSJ { width:18.9375rem;height:10.8125rem;top:24.1875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5KuBL9WzR06GOAqyC9VLkPr1gDzr2ka { width:16.625rem;height:3.9375rem;top:28.875rem;left:17.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZg3PuFhbRcfdoOnrFOpg1F9R15xJnaq { width:18.9375rem;height:10.8125rem;top:24.1875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MirHCHTVAEJEXdWwBFRBPV2AUgXTMnC0 { width:16.625rem;height:2.625rem;top:28.875rem;left:31.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBLu0ZdeNGaXEJ1HvPFn6hz7Mw79iEw8 { top:26.9375rem;left:20.5rem;width:4.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUA3bcSlDtr1O612T1lBviyTxwMv8aTe { width:11.25rem;height:1.25rem;top:25.625rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJxqWUtaLRan9D809fHkiQg1d1ZxNtbq { top:26.9375rem;left:41.4375rem;width:4.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfWmdIwX4P583lKcywwwks2eT1V7mBJN { width:11.25rem;height:1.25rem;top:25.625rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUpHku0nC9qnQWcoO7iN8EzbgMATxDz7 { width:18.9375rem;height:10.8125rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkd6Zsk1MUhS6JiMX6OyZvecLKCroLXv { width:16.625rem;height:2.625rem;top:28.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPriPQ1evhu8iEfiOLdHmoyDWwECkQgu { width:11.25rem;height:1.25rem;top:25.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpC2zpg4dmHbqV0rLbsnHeqzF8OK5cwe { top:26.9375rem;left:0rem;width:4.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPUz6Zlras0I0HQCBUblrf3Axxdkq5vM { top:12.5625rem;left:0rem;width:2.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBUu3bcvR4QuC0Cv0ZP1O9SR76nSUyW4 { top:12.6875rem;left:17.5625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXOOALbFwwtHLRssTskeLU8OfLNS4Jmy { top:12.75rem;left:38.5rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3hAxFQ5KUR80ZqBI8eRfybg7Lkl20rP { top:25.1875rem;left:38.500000953674rem;width:2.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2cIZLKmeyef69y1xMMuzTn7lEKgJOzF { top:25.1875rem;left:17.562500953674rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFWGyuTwa62s02TrSJS9w6DLUfWmIG01 { top:25.375rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 { display:block; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VV2TS9ZGlEec3Ra6Ew184kT4QIVt5vVn { top:16.8125rem;left:0rem;width:10.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJiZ97CCLyut4mbDDHvyAqhJcPygwMz4 { top:10.25rem;left:0rem;width:13.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG4XePSyJ4rtxFzpcAurItJNuRSIhyL9 { top:3.375rem;left:7.905468940735rem;width:31.9375rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSdT2IoN5dSzaaAW1iLPrbgoJt1EDfXd { top:16.875rem;left:10.781250953674rem;width:10.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1eWAQ3TcIaSQe0TpzzTZrEJnuBuB9nl { top:16.8125rem;left:26.187500953674rem;width:11.125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5t2upssNVTKe7Kw5PuoIUfe4Le9W0tH { top:11.875rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0i8oGCLLTHwAdpfmAHMfAMzIoTgP3xo { top:16.8125rem;left:36.8125rem;width:10.9375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV5v7AvUsvxTPKQmLPVsJGSSyPOGJV9n { top:10.1875rem;left:9.0625rem;width:13.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEzl11fTNFwmxKCWSae1mmSH3pqxyM9i { top:10.25rem;left:24.875rem;width:13.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UITcMXBfkdDXiXhJvCB5fQFTQ8D87JdQ { top:10.25rem;left:34rem;width:13.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxEe86boUygLaW2EI5y0KbTS7v6LazeK { top:12.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqI5MvRKsXnNwdG2eAlpw84de1O7X7LB { top:12.375rem;left:14.125000953674rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuaGax3plo4i5XNfOz22PTTPA3xx2ksd { top:12.6875rem;left:30.281250953674rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC09d5m65Q7EU4EealAIqbVwwQ1h9X31 { top:25.1875rem;left:12.0625rem;width:23.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ZAPxX98I7oGVBvTOtc1AIfGI9RLvGn { top:26.5rem;left:0.875rem;width:46rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nitlgxFwyHFxaWhKVI7hcQM6tId01Wk2 { width:13.4375rem;height:2.875rem;top:29.1875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofs6nP0JSJlSWACSto0ke6y0aDGSg63g { display:block; }
 }@media only screen and (max-width: 763px) { #CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe { display:block; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKMQpttk7ITztDhUmDRycfO0eRiwEqfA { top:4.375rem;left:0rem;width:46rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4x7mpxXTFHoNJ0D1DUa0pEexdOt6Ib { top:10rem;left:7.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH8BRbRDFSa6fnNGgGukyuBRkwQr8FfN { top:10rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT1ZHRDLCTN3xxAH124nkPZqhJvC89ZD { top:10rem;left:36.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxeIL5H2rPsuaaOTa7AqF7pK4LebevT1 { top:11.5rem;left:6.5rem;width:17.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIS46PZZIDViTgU7GDuryrIcH0gpnQRs { top:11.5rem;left:23.875rem;width:17.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdmelVB3ZrtbVmVOX24RgsC6qkxlpUbW { top:13.75rem;left:5.0625rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufBcwyqEyDHLXd9D2VibEbLKfXSbrT5q { top:15.625rem;left:2.375rem;width:13.6875rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSFySWIGLgFhfAA2hJLJ3yHSvNo126zD { top:15.625rem;left:10.1875rem;width:13.6875rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuCnEkxILEhOw2K6HoJgdr7ZKMMtlDwF { top:13.75rem;left:15.4375rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHDokukhQhFELhHI92AxZ73N1TiT9P9a { top:15.625rem;left:31.25rem;width:13.6875rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqlF5EdlcS9w33IysyVQAGomNU8rkKZM { top:13.75rem;left:33.875rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu { display:block; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2RGMqFmV2HKAXIwZ9JkOn6klTL0NRQO { top:4.3125rem;left:11rem;width:8.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW4unz8cexe7wVhX4wpSND1T644Aas6J { top:4.4375rem;left:21.1875rem;width:5.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW6tlOs6KVfLGRyiuuwJ19ZVAaxIWPDe { top:3.625rem;left:38.4375rem;width:5.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykHJph9CwRWu22babt4XyMlQG8LHxxPd { top:0rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwOaVUUh8BUvzwAOgSlNnxVLD1hXrxHn { top:4.4375rem;left:0rem;width:6.5625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwOEpAA3R1cXLUBt67NbTu8nypDn4Nqf { top:3.375rem;left:3.375rem;width:6.25rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLV0kvsdRDfEuCh8UdTL9dXJRhC8dltB { top:4.9375rem;left:29.4375rem;width:7.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrapUtctZx2TGxE6rI4P8SC9V0VJAJAd { top:4.75rem;left:41.25rem;width:6.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR { display:block; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgHBSN64pt1owRoGoMoQytILOwy2DPKi { top:0.4375rem;left:0rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfGqeaTmgmZ0bhhDBNB1XF1pQbqgla9U { top:5.1875rem;left:9.25rem;width:38.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI7kV7Cfvowi2S22keKwBRPkTgWeP6xh { width:11.5rem;height:3.0625rem;top:12.8125rem;left:22.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7QR1Exuxnz4p4e9kln6vn2T53q2c6s9 { display:block; }
 }@media only screen and (max-width: 763px) { #q6AK1cDTtQd5oTXBNXu2pU0HxkBIpOyE { top:8.6875rem;left:20.4375rem;width:27.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp { display:block; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TemDMWT5mmZelXiHoXBTp4ski5ZsIOZy { top:7.125rem;left:0rem;width:20.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr2c3g7pqtG5uyVuo33TzmOwDzOVFDib { top:5.125rem;left:9.75rem;width:14.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL9EEx3u3lr8ciE8cNw5n6bqJS8m0ydi { top:12.625rem;left:0rem;width:25.875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol4xWKDgIWQ3ThT9DGWE1iTGUcHrfCyT { top:3.875rem;left:33.75rem;width:14rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #met8PGpqDii3kbNHdHgMA1EbI7455rTA { top:9.8125rem;left:33.75rem;width:14rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWM8VCiEGFdI5gRPqEfdTDkpAJkwKnbq { top:11.75rem;left:33.75rem;width:14rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC6BGeu5JK9W5Up07BhIT2TadQJATuhN { top:3.9375rem;left:0rem;width:25.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osng9JTeQgaGZrxGULaGTtTHG2xT1EvZ { top:5.8125rem;left:33.75rem;width:14rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhEiClF2Ja8BWLw7UX1AquEXTdKrgJii { top:7.8125rem;left:33.75rem;width:14rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b68d8d7d-344a-41b4-b421-ec368dc72c2d/installingsolarpanelsonhouseroof1024x512previewmirror.crop_315x512_187,0.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.adaptive-delivery-prevent-bg, #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.lazyload, #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.lazyloading { background-image: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { background-color: transparent; background-image: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container > .video-iframe-container { display: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container { display: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .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); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRseLwIKdCpJSnC8flV4zGPJhhNx3KTb { width:20rem;height:5.2rem;top:13.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;font-family:dosis;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FyWhPF3hCncvxyT8EqqBRWOTilIx7S7G { width:19.5625rem;height:0;top:17.062500476837rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGqJ6ZElGHAyqRAUB1G0VrOt84y5eSG7 { width:20rem;height:32.5rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkzEXxb3khzqOP1k6qMeZFNSiT3i4nk7 { width:20rem;height:5.4375rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI2G50PSI5Giyug1vxpMHvxQ2KsqFPSM { width:16.5625rem;height:3.0875rem;top:30.5625rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-button { width:11.625rem;margin-top:0.25rem;margin-right:5.25rem;margin-bottom:0.25rem;margin-left:0;background-color:#8ea009;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container:first-of-type{padding-top:0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container:last-of-type{padding-bottom:0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA  { width:16.875rem;height:auto;top:35.875rem;left:0.3125rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA {display:block;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA { width:16.875rem;height:auto;top:35.875rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #EFm6B4qU0erFsS3W0hk7ElRFdT9T4tzU {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #sDTTDMmgNUugvhMv72Tn4XT5fbnd59G9 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #fh7lJ0dAvK2otiZfrT1mnCfqDIqx48Fy {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #w0MXUiMaxUiB70HeD1PD0Gf2a9XmWWiS {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #DdOpucpzHEenndMywkqPPR1is1mVazw9 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #dRbAi4JA6zZtaNq90nTn4n2FdTUpXfKM {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gxBrAIDPGnkJFxMLlT5OB4i2PiUz9kds {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #vifoKsVwpBcTyZeKhosPfnpAWs18Vk2A { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gzlZVoniJ9q7m8yi7OOBkmA0t6cJTQPV {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AcIenOyRmrX2CPyKeOTDUe5Uc0seqeDC {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XEogsRqwEb2ExU2MqV9HxeIKFHNRwhSN { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #BDwKbGvTtBzfUV0GqpWe8gKThZTQ3xfC {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #sWEh8rGNIIol6gskLU317ElIsDPfTZS4 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AtckLiHFpQwcTLiPWSNqytDKJRbp4vcg { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #JXwgbcTDHsfBqMlTVcnVdDBvzN2FIUmh {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #F36hC2VJ5wS6a3JaIwoZMZRrs85J2XIS {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #Vyhdc2uFld7UB1CPfLhIdw3lfimJe69f { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #FTDlfAnQwLlA9uoy2CRaphThfUfuyN79 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XhTRi2oZ2qLkaiFOtQbEbXWS7yP9ZP1x {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #WslsksE7RZdCIqGxFl4L9ilvBETM6VTL {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #If9QZFLINQo6BkibPxyrR3qL37tmPmBV {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #QK6ATWbw7TlA4glEyeylgbPD8eqpwrtp {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gC4deUc9zxrthEEbZIlaAa7iLzSxswH0 {  }
 }@media only screen and (max-width: 763px) { #NAmlmHg8Jro1X8bTOby2BeCgPhHQNzKm { width:19.5625rem;height:3.675rem;top:19rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #EZ59uCBTQO4srPXt1VAX4tiLq5RBl4dJ { width:12.0625rem;height:1.5625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvcSPGLNwr8t1bWfNJ4nhCi5nQn41IGB { width:5.875rem;height:3.4375rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNUduAaMUkir8Jf5UqzouTB7W8cIMqga { width:4.8125rem;height:0.56875rem;top:26.0625rem;left:0.5rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvKiyfR9RvQRC1VpC1TI27KvcydP1JWT { width:3.875rem;height:1.75rem;top:24.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT { display:none; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container { width:20rem;height:10.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #se4kkT7Q6n12UlInv6yEeqewHq7yozpw { width:15.75rem;height:1.1375rem;top:3.4375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfQ2XQr8EaiocA32yaoHLfF5vDnbW5qu { width:15.75rem;height:1.1375rem;top:8.0125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNlWlHNodMR8nOeTEtTyH5u70LhTKdau { display:flex;width:0.9375rem;height:0.9375rem;top:1.25rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #tdv2TcRJ02NORqabdNA067tAN1ULUXNt { display:flex;width:0.9375rem;height:0.9375rem;top:5.825rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh { display:block; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXhDX9ne35vN1IZrZmhiK8bBaXEZubpa { width:20rem;height:4.55rem;top:5.4992189407349rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmRQPZgBS6AbnCbENzhE2JtJKzPFnHr5 { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpQX9Syx6934u2GVew0vbElswRO8eh9l { width:15rem;height:12.375rem;top:35.1875rem;left:2.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #teM7KnpAC992DwJOamimOr0e0CQdd8RT { width:15rem;height:12.375rem;top:11.875rem;left:2.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw9x3KWOGJhF6HkcAu8sAw9T9NfBzegh { width:15rem;height:12.375rem;top:57.5rem;left:2.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXOT4BO5shBTly3ROowNW29edbwsf7RP { width:15rem;height:12.375rem;top:11.875000476837rem;left:2.5000000596046rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEdtJWeFyWeucVVUaublKWhqVl05ogd8 { width:15rem;height:12.375rem;top:35.1875rem;left:2.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7ylsgp38bArIFzTutVqNa8qsy0v1HDW { width:15rem;height:12.375rem;top:57.5rem;left:2.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLxTSAxkd0L6gBdU5FSPQiOaIxSTiBII { width:15.75rem;height:3.575rem;top:24.8125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTesgFvEaRLQ0C7PPQzZUOviFBTfF0pT { width:20rem;height:1.7875rem;top:48.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXFT6sEQkmwhzFZpo5yJVDRbQW02cwg4 { width:20rem;height:1.7875rem;top:70.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB0MXlyEbMiKeZJgf832QXRRshaN9w2I { width:15.625rem;height:4.2rem;top:28.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCiJ9tTh5CDTTgbCmbkGoOThWoZnLLs4 { width:16rem;height:5.25rem;top:50.5rem;left:2.0000000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy2smdEs63yGdZ9W3x7mPXN2GkuiPwNg { width:15.5rem;height:4.2rem;top:73.211721420288rem;left:2.2500000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGD9RDO8arE2LwZ4Mh4yGDDLwzk1kioy { display:block; }#IGD9RDO8arE2LwZ4Mh4yGDDLwzk1kioy > .row .container { width:20rem;height:152.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S08WOAWKEmmuZXgR1kTxTu5QPxx4WBkG { width:20rem;height:2.19375rem;top:2.1875061988831rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5ClcC9RoBcZQkDlUlgpNx9LHN6keLAn { width:6.25rem;height:8.3125rem;top:72.4rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VO87ZQ32ATotAfZT5KetchkChdirIiGv { width:6.1875rem;height:8.3125rem;top:120.21249771118rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvhOS20rTTkLtIPuXHPgLEeb8VZAguXf { width:6.1875rem;height:8.3125rem;top:129.77499771118rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwQRcJatECkUV6LyRzSqUonwBVswpuqD { width:6.1875rem;height:8.3125rem;top:101.08749771118rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGC7eKQ9Oay0VhBaLdMoLJGPSt7KaDfA { width:6.1875rem;height:8.3125rem;top:81.962497711181rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rivJsTsrACHTdmeNUlrCRJlOh6AusFDx { width:6.1875rem;height:8.3125rem;top:91.524997711181rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnZmukfb1gNVW8nSpW25gf47l9CODLvi { width:6.1875rem;height:8.3125rem;top:110.64999771118rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLLsD9Hu3r9xW8Fi7QPVJ5EylTFXLbUT { width:13.75rem;height:7.625rem;top:139.33749771118rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cd7f90UWycdBwtVRoykEnccGncWldfXr { width:11.125rem;height:7.625rem;top:141.14999771118rem;left:4.5992183685303rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJrVAV9Rq9ayUNTsR3emapeslqsIqPTS { width:20rem;height:13.25rem;top:9.3742184638975rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XyPPsiOfmF86FZAJzh6gIxC1CZUTKoAp { width:17.75rem;height:13.3125rem;top:3rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #McqchSlwnKdio3HWEyvWCCJAUEEKiNBa { width:17.75rem;height:13.3125rem;top:3rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ytdN5xeRapEpoEVIIIEfVBlHlTqOH5mA { width:10rem;height:13.3125rem;top:4.0625rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzwtwxHpESV3ZETGBXvUszFyxhOTA9wt { width:9.9375rem;height:13.3125rem;top:4.0625rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCpRV9oxnnoBRMXSZgtwrGFc4fSkPgnL { width:17.75rem;height:13.3125rem;top:43.5rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNWhJ3RNs9MqHIvU16ZolW3FDSGZ5uEB { width:17.75rem;height:13.3125rem;top:42.3125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUdK3aHcJDrDGFzzSwg1mRJuuDklAtk5 { width:17.75rem;height:13.25rem;top:43.5625rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W22mmW8FKDO3TOzyNbTwC0dVHCXedfIQ { width:9.9375rem;height:13.25rem;top:49.1875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6B56mbtuqlqvU2aZkzyFtC20Iz23HiW { width:17.75rem;height:13.3125rem;top:42.3125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhclbnxBvr1nJnVXSKJfTTZTXtSAgih0 { width:17.75rem;height:13.3125rem;top:78.875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SiJJr603zSUKsepTZyIsVyxbu0QHedmf { width:8.8125rem;height:0;top:6.7367186546325rem;left:9.6250005364419rem;font-size:0.75rem;line-height:1.7;z-index:15070;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #axUEhE3oCoypG6p6XKUl4RfHCpZTd78P { width:7.875rem;height:2rem;top:6.375rem;left:10.125rem;z-index:15069;display:none; }
 }@media only screen and (max-width: 763px) { #xqkTbFJcTACTKvGPMCceAl3u62zO6AwX { top:33.050000190735rem;left:0rem;width:3.125rem;height:0.125rem;z-index:15097;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #dHINSD0nSTuJgLVHO40LPgxXddNCSklR { width:20rem;height:0;top:23.76171875rem;left:0rem;font-size:0.75rem;line-height:1.4;z-index:15030;display:none; }#dHINSD0nSTuJgLVHO40LPgxXddNCSklR li:before{  }
 }@media only screen and (max-width: 763px) { #vmbqwmenEt52PCiSWfTsICQeSrWsntRH { width:9.625rem;height:2rem;top:6.375rem;left:0rem;z-index:15069;display:none; }
 }@media only screen and (max-width: 763px) { #Pt3usn0w4pRXUvdeVMM7PzKzZTCFOdDc { width:8.8125rem;height:0;top:6.75rem;left:0.375rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;z-index:15070;display:none; }
 }@media only screen and (max-width: 763px) { #HQ8lW70Cnyh9nWC2n36lAUTTMAqPTNIz { width:13.75rem;height:9.125rem;top:17.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4zuHxdkJxLA8weKBttN76hbRoUp57v6 { width:13.75rem;height:9.125rem;top:7rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swiCgCpyLK98SVQ8wc6dJSpy2n7DBvf8 { width:13.75rem;height:9.125rem;top:27.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFwCOQJclz4nMPT36UmzVTlb27KN8B3C { width:13.75rem;height:9.125rem;top:38.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqzI49zxovu6F9UmilCnivBw7G4utK1z { width:13.75rem;height:9.125rem;top:79.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoQJHr3M2tch6O7s61iydn1FZWcZqq8k { width:13.75rem;height:9.125rem;top:90.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdTVfi0KUeyx4QeQceuDt257zu8K5Bys { width:13.75rem;height:9.125rem;top:69.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpLtv99Qd1cUifzL6OFJ5MT3gcvcgybm { width:13.75rem;height:9.125rem;top:59.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRaG1Pc5iGgTWvyBWqWCRbvcSqiFMBSk { width:13.75rem;height:9.125rem;top:48.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igovnoOnUXTs1NTObqNtSwllM07pfvky { width:13.75rem;height:9.125rem;top:131.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs5BLr9pBrbsGr8wbHL8gMCNUpXL43cN { width:13.75rem;height:9.125rem;top:142.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUXw1vmI5d1MxQ6ypmhyDbPSIHAcbCwo { width:13.75rem;height:9.125rem;top:121.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWFrfJsH8z4FAUURuiqw8pTR6pdfM2fA { width:13.75rem;height:9.125rem;top:111.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAQfkPl21zmeQR0ZTrpiMsIFm1KpehCI { width:13.75rem;height:9.125rem;top:100.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd44WLUFQp7vBk4pq8xsIOIPX8yKTWOX { display:block; }#Xd44WLUFQp7vBk4pq8xsIOIPX8yKTWOX > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgQBos9AMECK87Vak7salJwbM0bJT0Hu { width:18.9375rem;height:12.25rem;top:7.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcE9oNSKfWEJmUHqoU6neEKaaIReCR2L { width:17.5rem;height:3.9375rem;top:12.8125rem;left:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CfoXs4QT9er5FaHMbs5ilWPMkTZJEmsW { width:13.8125rem;height:1.3rem;top:9.5rem;left:4.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sWhWM96H8eTswosT9FUTOngaJZSVG9s6 { width:9.3125rem;height:5.1875rem;top:1.1734375059604rem;left:5.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqg0UNT0Oym7SRwPTiq7g64GNWQBaTwJ { width:4.25rem;height:1rem;top:10.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5HUqdTiTTGxNCgQKMQL8viHdNMWUoQ6 { width:18.9375rem;height:10.8125rem;top:21.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdVyB96zst2FzSiDcQ5qNb9xHQIcykzE { width:16.625rem;height:2.625rem;top:26rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7f1QSsGdSwJoBt87r2z58xOpKJeaSy5 { width:4.25rem;height:1rem;top:24.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmHOmq7DoXHtv1X8EKbTR2CvtpONhmlJ { width:11.25rem;height:1.3rem;top:22.75rem;left:5.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok2wf4OeMCn7w5CiPNKHzh165CEO9m84 { width:18.9375rem;height:10.8125rem;top:33.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1QJubs5VqS7REikdhKgglD8sQTdhQW9 { width:16.625rem;height:2.625rem;top:38.0625rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRL1lflSt96skIhJhk3MB0kxEuzUHWhx { width:4.25rem;height:1rem;top:36.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny8HHVDlJKS1FCoQIsoPPSTMDuiaGVmC { width:11.25rem;height:1.3rem;top:34.8125rem;left:5.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr0QZxo9TftprA6oIhWWmJrEXRsThiSJ { width:18.9375rem;height:10.8125rem;top:58.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5KuBL9WzR06GOAqyC9VLkPr1gDzr2ka { width:16.625rem;height:3.9375rem;top:63.0625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZg3PuFhbRcfdoOnrFOpg1F9R15xJnaq { width:18.9375rem;height:10.8125rem;top:70.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MirHCHTVAEJEXdWwBFRBPV2AUgXTMnC0 { width:16.625rem;height:2.625rem;top:75.125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBLu0ZdeNGaXEJ1HvPFn6hz7Mw79iEw8 { width:4.25rem;height:1rem;top:61.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUA3bcSlDtr1O612T1lBviyTxwMv8aTe { width:11.25rem;height:1.3rem;top:59.8125rem;left:5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJxqWUtaLRan9D809fHkiQg1d1ZxNtbq { width:4.25rem;height:1rem;top:73.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfWmdIwX4P583lKcywwwks2eT1V7mBJN { width:11.25rem;height:1.3rem;top:71.875rem;left:5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUpHku0nC9qnQWcoO7iN8EzbgMATxDz7 { width:18.9375rem;height:10.8125rem;top:45.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkd6Zsk1MUhS6JiMX6OyZvecLKCroLXv { width:16.625rem;height:2.625rem;top:50.5625rem;left:2rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPriPQ1evhu8iEfiOLdHmoyDWwECkQgu { width:11.25rem;height:1.3rem;top:47.3125rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpC2zpg4dmHbqV0rLbsnHeqzF8OK5cwe { width:4.25rem;height:1rem;top:48.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPUz6Zlras0I0HQCBUblrf3Axxdkq5vM { width:2.9375rem;height:2.75rem;top:8.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBUu3bcvR4QuC0Cv0ZP1O9SR76nSUyW4 { width:2.9375rem;height:2.9375rem;top:22.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXOOALbFwwtHLRssTskeLU8OfLNS4Jmy { width:2.75rem;height:2.75rem;top:34.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3hAxFQ5KUR80ZqBI8eRfybg7Lkl20rP { width:2.4375rem;height:2.75rem;top:71.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2cIZLKmeyef69y1xMMuzTn7lEKgJOzF { width:2.75rem;height:2.75rem;top:59.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFWGyuTwa62s02TrSJS9w6DLUfWmIG01 { width:2.75rem;height:2.75rem;top:47.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 { display:block; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VV2TS9ZGlEec3Ra6Ew184kT4QIVt5vVn { width:11.25rem;height:2.45rem;top:15.8125rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJiZ97CCLyut4mbDDHvyAqhJcPygwMz4 { width:13.75rem;height:10.875rem;top:9.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG4XePSyJ4rtxFzpcAurItJNuRSIhyL9 { width:20rem;height:4.3875rem;top:3.0617189407349rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSdT2IoN5dSzaaAW1iLPrbgoJt1EDfXd { width:10.3125rem;height:1.225rem;top:28.250000476837rem;left:4.8437500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1eWAQ3TcIaSQe0TpzzTZrEJnuBuB9nl { width:9rem;height:3.675rem;top:39.562500953674rem;left:5.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5t2upssNVTKe7Kw5PuoIUfe4Le9W0tH { width:3.625rem;height:3.625rem;top:48.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0i8oGCLLTHwAdpfmAHMfAMzIoTgP3xo { width:10.9375rem;height:2.45rem;top:53.1875rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV5v7AvUsvxTPKQmLPVsJGSSyPOGJV9n { width:13.75rem;height:10.875rem;top:21.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEzl11fTNFwmxKCWSae1mmSH3pqxyM9i { width:13.75rem;height:10.875rem;top:34.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UITcMXBfkdDXiXhJvCB5fQFTQ8D87JdQ { width:13.75rem;height:10.875rem;top:46.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxEe86boUygLaW2EI5y0KbTS7v6LazeK { display:flex;width:3.125rem;height:3.125rem;top:11.187489509582rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #DqI5MvRKsXnNwdG2eAlpw84de1O7X7LB { display:flex;width:3.625rem;height:3.625rem;top:23.561716079712rem;left:8.1875005364419rem; }
 }@media only screen and (max-width: 763px) { #KuaGax3plo4i5XNfOz22PTTPA3xx2ksd { display:flex;width:2.9375rem;height:2.9375rem;top:36.062502861023rem;left:8.5312505364419rem; }
 }@media only screen and (max-width: 763px) { #LC09d5m65Q7EU4EealAIqbVwwQ1h9X31 { width:20rem;height:1.1375rem;top:60.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X1ZAPxX98I7oGVBvTOtc1AIfGI9RLvGn { width:20rem;height:2.275rem;top:61.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nitlgxFwyHFxaWhKVI7hcQM6tId01Wk2 { width:11.5rem;height:2.8125rem;top:65.62500190735rem;left:4.2500000596046rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofs6nP0JSJlSWACSto0ke6y0aDGSg63g { display:block; }
 }@media only screen and (max-width: 763px) { #CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe { display:block; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKMQpttk7ITztDhUmDRycfO0eRiwEqfA { width:20rem;height:4.225rem;top:2.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4x7mpxXTFHoNJ0D1DUa0pEexdOt6Ib { display:flex;width:3.125rem;height:3.125rem;top:8.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eH8BRbRDFSa6fnNGgGukyuBRkwQr8FfN { display:flex;width:3.125rem;height:3.125rem;top:19.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #UT1ZHRDLCTN3xxAH124nkPZqhJvC89ZD { display:flex;width:3.125rem;height:3.125rem;top:31rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #RxeIL5H2rPsuaaOTa7AqF7pK4LebevT1 { width:17.375rem;height:0.125rem;top:75.877375rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIS46PZZIDViTgU7GDuryrIcH0gpnQRs { width:17.375rem;height:0.125rem;top:105.589875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdmelVB3ZrtbVmVOX24RgsC6qkxlpUbW { width:8.4375rem;height:1.4625rem;top:12.1875rem;left:5.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufBcwyqEyDHLXd9D2VibEbLKfXSbrT5q { width:13.6875rem;height:4.225rem;top:14.0625rem;left:3.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSFySWIGLgFhfAA2hJLJ3yHSvNo126zD { width:13.6875rem;height:4.225rem;top:25.125rem;left:3.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nuCnEkxILEhOw2K6HoJgdr7ZKMMtlDwF { width:8.4375rem;height:1.4625rem;top:23.25rem;left:5.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nHDokukhQhFELhHI92AxZ73N1TiT9P9a { width:13.6875rem;height:4.225rem;top:36.1875rem;left:3.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MqlF5EdlcS9w33IysyVQAGomNU8rkKZM { width:8.4375rem;height:1.4625rem;top:34.3125rem;left:5.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu { background-color:#ffffff;background-image:none;display:none; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row .container { width:20rem;height:69.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N2RGMqFmV2HKAXIwZ9JkOn6klTL0NRQO { width:10.8125rem;height:3.25rem;top:4.6125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW4unz8cexe7wVhX4wpSND1T644Aas6J { width:8.25rem;height:4.125rem;top:9.8rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW6tlOs6KVfLGRyiuuwJ19ZVAaxIWPDe { width:9.375rem;height:5.5rem;top:17.8rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykHJph9CwRWu22babt4XyMlQG8LHxxPd { width:20rem;height:2.1125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OwOaVUUh8BUvzwAOgSlNnxVLD1hXrxHn { width:5.25rem;height:2.0625rem;top:39.300003051757rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwOEpAA3R1cXLUBt67NbTu8nypDn4Nqf { width:4.125rem;height:2.75rem;top:45.800003051757rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLV0kvsdRDfEuCh8UdTL9dXJRhC8dltB { width:5.9375rem;height:1.25rem;top:49.800003051757rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrapUtctZx2TGxE6rI4P8SC9V0VJAJAd { width:5.3125rem;height:1.375rem;top:54.925003051757rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR { background-color:#8ea009;background-image:none;display:block; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container { background-color: transparent; background-image: none; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container > .video-iframe-container { display: none; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row > .video-iframe-container { display: none; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .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); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgHBSN64pt1owRoGoMoQytILOwy2DPKi { width:12.3125rem;height:12.3125rem;top:0.8125rem;left:3.8437498807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JfGqeaTmgmZ0bhhDBNB1XF1pQbqgla9U { width:20rem;height:1.86875rem;top:12.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rI7kV7Cfvowi2S22keKwBRPkTgWeP6xh { width:10.5rem;height:2.6875rem;top:16.06093788147rem;left:4.7500000596046rem;font-size:0.9375rem;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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #k7QR1Exuxnz4p4e9kln6vn2T53q2c6s9 { display:block; }
 }@media only screen and (max-width: 763px) { #q6AK1cDTtQd5oTXBNXu2pU0HxkBIpOyE { width:20rem;height:0;top:19.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp { display:block; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TemDMWT5mmZelXiHoXBTp4ski5ZsIOZy { width:17.625rem;height:3.65625rem;top:9.9375rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kr2c3g7pqtG5uyVuo33TzmOwDzOVFDib { width:11.25rem;height:1.375rem;top:2.875rem;left:4.3750000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GL9EEx3u3lr8ciE8cNw5n6bqJS8m0ydi { width:20rem;height:2.4375rem;top:14.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ol4xWKDgIWQ3ThT9DGWE1iTGUcHrfCyT { width:14rem;height:1.3rem;top:25.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #met8PGpqDii3kbNHdHgMA1EbI7455rTA { width:14rem;height:1.21875rem;top:23.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wWM8VCiEGFdI5gRPqEfdTDkpAJkwKnbq { width:14rem;height:1.21875rem;top:25.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vC6BGeu5JK9W5Up07BhIT2TadQJATuhN { width:20rem;height:1.7875rem;top:7.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #osng9JTeQgaGZrxGULaGTtTHG2xT1EvZ { width:14rem;height:1.21875rem;top:20.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lhEiClF2Ja8BWLw7UX1AquEXTdKrgJii { width:14rem;height:1.21875rem;top:21.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }