.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,247,236;--color-primary-1:255,230,192;--color-primary-2:255,204,128;--color-primary-3:128,102,64;--color-primary-4:38,31,19;--color-secondary-0:219,234,217;--color-secondary-1:137,186,128;--color-secondary-2:18,117,0;--color-secondary-3:9,59,0;--color-secondary-4:3,18,0;--color-tertiary-0:255,255,255;--color-tertiary-1:179,213,214;--color-tertiary-2:0,115,117;--color-tertiary-3:0,58,59;--color-tertiary-4:0,11,12;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX { position:relative;display:none; }#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX { border-width: 0; border-radius: 0; }#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { position:absolute;display:block;z-index:15003;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:2.75rem;top:1.75rem;left:1.875rem;overflow:hidden;display:block; }
#CucB5Men4eBJzl9ePUUMQ5RlJ7iNISn4 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#SdiR7wOAqsr3BNb1oFFuzaelJP1EmeyQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgKNmdkzMtCkFLCkzwzq7NtMOmQ26ie2 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#DzrOLD8CqJWR6EqbBeZ6mFk40vnq8608 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(var(--color-secondary-0),0.3);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;overflow:visible;position:relative;display:block; }#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:1.875rem;height:3.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ywrrswUtZoJb47ZxCzchkRQ4PZQvIsbE { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#hglloCuiZeBfSr9MzCNgE93aWIGVVTT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eIWFPXSKWi1lkhfoqIoRI3GNT9kAGGmC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#eIWFPXSKWi1lkhfoqIoRI3GNT9kAGGmC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dpsLL5MHkouiFo8SF9JfIfEzuByVw59u { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#RQ9OMPJSs0zudewGfTMno4TMdzmdNDCu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WEO1vl4WHieXMFNaeW1rLhDJDWSUZurG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WEO1vl4WHieXMFNaeW1rLhDJDWSUZurG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#XxXFJop4mJFkbzH73pyGKsLU2fIVel3f { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#gFhnL9ZstaLci41JvfSlon1TN3R59qZh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#wH1N13ntPxO1zza7pUzsTKOHnZfP4TQF { color:rgba(var(--color-tertiary-3),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:10.9375rem;left:1.875rem;height:6.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WBnu7hc3VteVUULDrcbuG4bvCqXnBLRA { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:1.875rem;height:3.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DyAoLW5bkvp0TP77oEEESg74LAteMoPy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WcFFHhqkW4uxteKbiG3fUBqGWMUDoPCR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#tiZfqIQBbiCyaIsbgn0yNxxlCJEylZAx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lsxub5lH13KFSKkmVwsqk7bFHZk4PIXA { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:10.1875rem;left:8.0625rem;display:none; }
#UJc1AqyTG9N9Ew3TGthD7RxGezEqCAde { color:rgba(var(--color-tertiary-3),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:10.9375rem;left:1.875rem;height:6.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Ve3R8WAxI39xwoXEq6xrsqmyepdAEqdC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.875rem;width:75rem;display:none; }
#ZSvvwKb45xXkR8BEqBmdVZcQKQL7v94c { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:1.875rem;height:3.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WmAUlC0bxJ31VwK7TwOgDdVvMIvPTmOa { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#uuoJWaLqz6oU9mdWXxnqb57D8d9g0lwn { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:1.875rem;height:3.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xTSbpwxFNgwvXKLDUNXkwLhufRITSzsI { color:rgba(var(--color-tertiary-3),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:10.9375rem;left:1.875rem;height:6.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JAHTI48SE2afnyK7t1BX78Ec1ZqdOdgE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#fCUcEgTABI9XiLUvWKI7wFmhbxrTtCID { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#PRkI7rJuwsa5og1Oqv1N500zUufTMnKs { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:1.875rem;height:3.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#pO7QSFeRNklIAH0IW74JfTebocXaaJoW { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:1.875rem;height:3.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FxJQPootAdOMhD52ewQyV9gLB75Z20Am { color:rgba(var(--color-tertiary-3),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:10.9375rem;left:1.875rem;height:6.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ap99r6hCnyUHB6vBDzpJbO55noFmW9Oh { color:rgba(var(--color-tertiary-3),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:10.9375rem;left:1.875rem;height:6.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { 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; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HToPu0O4hnP3ge6DO8UGDkx1uiLskRWw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#u6dUiVQNwtKOwQMQ2fvabaai4oG2gpaJ { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CWLAf2QwhRi2K0mF9uudMG41Ir2lqka9 { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#m0Hx4W0Na06FJNU5AgRetGrue2qvpfoo { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#hFCFLgTsFC2uU2gLC4huPB1G734hXNQL { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dtKvVTblPFR1PzJqAgsTLfPxNNN2Jsvf { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vb9Bzxulz6Z9NHfmzdfTikcbBgpBiisw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#keb5XS5e5q2PtVkyt4MJNIMFiT0CvFnm { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FJ91gpI9l8QJL77LqtkX2lAqpT3QNFHg { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#AqUw2DsUViOqTFZbUsRe6F1wBm7eDZQS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#LK1QneGaKUvCGTgnJAzWytHVcIny5KHT { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#e0C8dDsuc6wiU4azQ6oN0DQ8liVdpsSp { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PpEiW72V1XHFCnmxOdk3JOSwTSHF8R2a { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#H2TOQX8UippJTfyEGGp2aEHarOGNw9ud { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CXTNpx62fdQXQW1MaT2tQ9zaGbotfPIo { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UT68Whd3N3BQmEkWs77hKDdXzzTgKZZP { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ixzRNTOUbLhr1UGkTKpl9UGLVD6NT8vN { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#g1SXb27qnmvpnNNAhEgpT4lf3fPTAq2A { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IIaGsImTHeNQnpNV7XtvcXepiCK4rEaw { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#QLHlbMdDZAC1PzaVVET59KyPVTMnemVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { 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; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#OZ2qm43UDKCyXFhBzyEpVJX6SOoFk71R { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QTOIkOhbToL9Z2HOcdTQon1CCZyRFSut { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QAk5IDexAedTdRkz6oSIoPDARlITAqTo { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93.75rem;width:75rem;display:none; }
#Lm1qW9elLUPOuuMM7avB8NViJT3MCIyd { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PmmonkAOwJIiECWTNT36WXlEN8wvZysJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93.75rem;width:75rem;display:none; }
#tyaHdSMmpN0VV95t3FKc5ztu3KV9HLXW { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hRmndf414EGp7oRsh3fgJyVJEX1TN8Hw { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Wyg1KRsppCIOReFDAOSDQroVLJfMrKpB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93.75rem;width:75rem;display:none; }
#uTSCThDcc16F0qSxTFbTopmMGk24K1Vv { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#E1Iu2TisFQ95EfeC8Oyihn2P2STDbuP2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93.75rem;width:75rem;display:none; }
#u1A1tmrvy1yDdnhmE2H6WeCiW04VyEOV { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UX0gIKHTc6eaQJNv0PMgLfDzkwzMhGni { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93.75rem;width:75rem;display:none; }
#uR8FAQCTP8rQakXdOv2LB1NZZuzWuua4 { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wcdFXWKRELpEOq7bza6yz7HmEZqHWMgP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93.75rem;width:75rem;display:none; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.3);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; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { background-color: transparent; background-image: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .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); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:15.625rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zywnuUel0JRhvRZphBgJgVKNCAOE5aXO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Wu98sdG3Ehqw4J7XtR5fz1XQTWcwmFVs { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:15.625rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HTeg9KgGPlFVl4G1doOrstQmDk8Nydvz { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dqTn4kTSQ3ZiOasNgzV6qSKgsDNeRgvU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#qRoraWZvNoOEDQNTTAf0XOTTfE8tmNlz { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bHr9lqCEAF6Gidm65vmFTZiCgQ4ddbuW { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:15.625rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ToLAJTSdbv5KrL0eM5KReHkPswrdTpu8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#O1hWkAHzUg5zE1KgscJ2h9GEB66fzEzb { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#yrXVo5NnEgai5ITtup3FPA1KDGvfA6kZ { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UUMgqpQSvFiuXUxObSsZ3QSHekeWHs4y { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#XBDPDWJVLUsporA4FuJhToPbSBVHEWnz { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:15.625rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CVp7tQIgJb7kPA8g9phJg9t3rPZDnSqX { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:15.625rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TkvRDEJnVne1hapTsZg9BVwh3SeHkTzQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#iSG1lC8INVoiSnDJM1GfTRCeZv7xb242 { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#K8QdHiXKJFzKlBZVC0Pc28psgT8GTcyV { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:15.625rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.3);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; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { background-color: transparent; background-image: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .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); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { border-width: 0; border-radius: 0; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#CJdb8l5xSmRPJMBgaKEIsDNffeulD46s { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wlb19fo5eZ28zUoIp1HBfM2sEh6PN11J { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-form-header {  }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .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:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .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; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-container:first-of-type{padding-top:0;}#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-container:last-of-type{padding-bottom:0;}#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ {display:block;}#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;display:none; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #bomxENvOKNMvZ4nTWA6Q2wTJ4IIImeBC { position:relative; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #MwmABTvnQcFblW55JWGgGSVd3SasORxy { position:relative;display:block; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #IW8yTQc5pPTGKRqVWCsT1yCbicBc7V48 { position:relative; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #VFVPaw5WKEJq4qpcnOsKl0JMahqWlJ9f { position:relative; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #ifxnpcGWVOh9lJXHMDakvkbI7hTCbAo5 { position:relative;display:block; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #BdaoT3T1spOEqvH8Iyl7eeXyVJPRiDNw { position:relative; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #q3PBx1lpVb6h84GTdVmbZtza8XVZCNmR { position:relative; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #oCDqEGlHE2zzpRh4feA2JBCsM8a5lTbA { position:relative;display:block; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #Lxf1doRs6IzQG38vTT2tSKq3ChxJbc0k { position:relative; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #HLhfC8cTzeBtI0MBDpwSHPCiUPQTSTMT { position:relative; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #Qek8VvFQhXeuiZ0kGOoll3HUw7BR0lvI { position:relative; }
#U5NgVroks5WK53XEFizQ3pCTLpnSBOpf { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BaEKK7V4UB9H6pBphcgW3CeCtzsLpN0h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AxiPftNRhEybyBORHn80QmZock3MEqyg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#HqpXC9mtyUn0Ipx2Asnz5aZxOicoM8T3 { position:relative;display:none; }#HqpXC9mtyUn0Ipx2Asnz5aZxOicoM8T3 { border-width: 0; border-radius: 0; }#HqpXC9mtyUn0Ipx2Asnz5aZxOicoM8T3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HqpXC9mtyUn0Ipx2Asnz5aZxOicoM8T3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#p7ZmR1z14Cg3T4rN6sTTflTxXZSxrfy3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1rem;left:0rem;display:none; }
#FN4ZWG2zr3WayyoFTTst6Z0rwrEvXVBM { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#pz66yceeq3E1EbIqrklrDysJFCEfRzfa { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#E3g4XDhTocSVrEiVFJAuXOS4hETVQMDg { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#D3HTqRsh6aSbdCvqr6nCQwV6JeIfiUps { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1rem;left:0rem;display:none; }
#VuicW0q0SRTVSUD6LrMiMTG47dXT784x { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ED4IyHuHpgTSnXtb37FyZFAMcM8MK1Nm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#CEAHVM6HVx8wvbepGG4zPxeTwKT7SmBp { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TEzkbFUHa6Sk3GaTHXFw2JqxQcxi3fcm { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1rem;left:0rem;display:none; }
#PT6q2sGKeZfuJSyuJyKTGceJp9lAFxrd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#H3xvN0bwQrXDGJGbkJcLR28uG6qo3kFH { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#oQqlTd1mqwEmiqSFGdTWiKgUqxImSCNM { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hwVQJNyoQEI8rHtTpVbaepKyv9lvGdKb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#VXaGFGlP5rVS1qkreKmmTocfuhMuOrSh { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1rem;left:0rem;display:none; }
#SILSK2u2CyszB36aCLctqKPHvIgXGQ50 { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#q6lycXnwy3Vgl5T7Rpq9TgLF7pdEn9Kz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Xrbnfrd2ixk8PEfhCEWkoPe85NuBTaHI { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vXZuLG6LLdIwOcsb4G1oOPGCUFEmf8vI { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZBqFczwICqsHRTcnSAwSggF38sCWMrhu { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QtvS2BKpTxJo9334hiTdMNbBGHUbxeQJ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#buTvvekAlf29MEeI0ZeAmnXKwEcf2V0A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RtwA0VBEzBIEhGuC4ixQ4zGDWbBbIXdh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#RtwA0VBEzBIEhGuC4ixQ4zGDWbBbIXdh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ZSubVk57fboE7FgmCeaIABsg1sXUUaGX { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#B7ShLF5TG2i5UofcNFLlOmuqqEzdcqEH { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#N4RKfzatBQR0CLxQTefpUMotlhXaLL02 { position:relative;display:none; }#N4RKfzatBQR0CLxQTefpUMotlhXaLL02 { border-width: 0; border-radius: 0; }#N4RKfzatBQR0CLxQTefpUMotlhXaLL02 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#N4RKfzatBQR0CLxQTefpUMotlhXaLL02 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }body { position:relative;display:block; }
#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX { display:none; }#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX > .row .container { width:47.75rem;position:relative;display:none; }#dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:2.75rem;height:1.25rem;top:1.75rem;left:0rem;display:block; }
#CucB5Men4eBJzl9ePUUMQ5RlJ7iNISn4 { width:;height:;display:none; }
#SdiR7wOAqsr3BNb1oFFuzaelJP1EmeyQ { display:block; }
#VgKNmdkzMtCkFLCkzwzq7NtMOmQ26ie2 { width:;height:;display:none; }
#DzrOLD8CqJWR6EqbBeZ6mFk40vnq8608 { display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; }#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:19.125rem;height:;top:35.25rem;left:0rem;font-size:1.1875rem;display:block; }
#ywrrswUtZoJb47ZxCzchkRQ4PZQvIsbE { width:;height:;display:none; }
#hglloCuiZeBfSr9MzCNgE93aWIGVVTT6 { display:block; }
#eIWFPXSKWi1lkhfoqIoRI3GNT9kAGGmC { display:none; }
#eIWFPXSKWi1lkhfoqIoRI3GNT9kAGGmC > img { max-width: 100%;max-height:100%; width:; height:; }#dpsLL5MHkouiFo8SF9JfIfEzuByVw59u { width:;height:;display:none; }
#RQ9OMPJSs0zudewGfTMno4TMdzmdNDCu { display:block; }
#WEO1vl4WHieXMFNaeW1rLhDJDWSUZurG { display:none; }
#WEO1vl4WHieXMFNaeW1rLhDJDWSUZurG > img { max-width: 100%;max-height:100%; width:; height:; }#XxXFJop4mJFkbzH73pyGKsLU2fIVel3f { display:none; }
#gFhnL9ZstaLci41JvfSlon1TN3R59qZh { display:none; }
#wH1N13ntPxO1zza7pUzsTKOHnZfP4TQF { width:18.75rem;height:;top:46.9375rem;left:0rem;font-size:1rem;display:none; }
#WBnu7hc3VteVUULDrcbuG4bvCqXnBLRA { width:19.125rem;height:;top:40.625rem;left:0rem;font-size:0.625rem;display:none; }
#DyAoLW5bkvp0TP77oEEESg74LAteMoPy { display:none; }
#WcFFHhqkW4uxteKbiG3fUBqGWMUDoPCR { display:none; }
#tiZfqIQBbiCyaIsbgn0yNxxlCJEylZAx { display:none; }
#lsxub5lH13KFSKkmVwsqk7bFHZk4PIXA { top:10.1875rem;left:0rem;width:20rem;height:;font-size:6rem;display:none; }
#UJc1AqyTG9N9Ew3TGthD7RxGezEqCAde { width:18.75rem;height:;top:15.25rem;left:0rem;font-size:2.125rem;display:none; }
#Ve3R8WAxI39xwoXEq6xrsqmyepdAEqdC { width:47.75rem;height:29.8125rem;display:none; }
#ZSvvwKb45xXkR8BEqBmdVZcQKQL7v94c { width:13.9375rem;height:;top:15.625rem;left:0rem;font-size:1rem;display:none; }
#WmAUlC0bxJ31VwK7TwOgDdVvMIvPTmOa { display:none; }
#uuoJWaLqz6oU9mdWXxnqb57D8d9g0lwn { width:9.5rem;height:;top:53.875rem;left:0rem;font-size:0.5625rem;display:none; }
#xTSbpwxFNgwvXKLDUNXkwLhufRITSzsI { width:8.8125rem;height:;top:52.25rem;left:0rem;font-size:0.875rem;display:none; }
#JAHTI48SE2afnyK7t1BX78Ec1ZqdOdgE { display:none; }
#fCUcEgTABI9XiLUvWKI7wFmhbxrTtCID { display:none; }
#PRkI7rJuwsa5og1Oqv1N500zUufTMnKs { width:9.5rem;height:;top:63.375rem;left:0rem;font-size:0.625rem;display:none; }
#pO7QSFeRNklIAH0IW74JfTebocXaaJoW { width:9.5rem;height:;top:63.375rem;left:0rem;font-size:0.4375rem;display:none; }
#FxJQPootAdOMhD52ewQyV9gLB75Z20Am { width:8.8125rem;height:;top:61.75rem;left:0rem;font-size:1rem;display:none; }
#ap99r6hCnyUHB6vBDzpJbO55noFmW9Oh { width:8.8125rem;height:;top:61.8125rem;left:0rem;font-size:0.875rem;display:none; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:;top:6.875rem;left:0rem;font-size:2.25rem;display:block; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:;top:10.625rem;left:0rem;font-size:0.9375rem;display:block; }
#HToPu0O4hnP3ge6DO8UGDkx1uiLskRWw { display:none; }
#u6dUiVQNwtKOwQMQ2fvabaai4oG2gpaJ { width:20rem;height:;top:22.5rem;left:0rem;font-size:1.0625rem;display:none; }
#CWLAf2QwhRi2K0mF9uudMG41Ir2lqka9 { width:17.5rem;height:;top:15.25rem;left:0rem;font-size:0.75rem;display:none; }
#m0Hx4W0Na06FJNU5AgRetGrue2qvpfoo { display:none; }
#hFCFLgTsFC2uU2gLC4huPB1G734hXNQL { width:17.5rem;height:;top:23.25rem;left:0rem;font-size:0.8125rem;display:none; }
#dtKvVTblPFR1PzJqAgsTLfPxNNN2Jsvf { width:18.625rem;height:;top:21.4375rem;left:0rem;font-size:1.0625rem;display:none; }
#vb9Bzxulz6Z9NHfmzdfTikcbBgpBiisw { display:none; }
#keb5XS5e5q2PtVkyt4MJNIMFiT0CvFnm { width:17.5rem;height:;top:31.1875rem;left:0rem;font-size:0.8125rem;display:none; }
#FJ91gpI9l8QJL77LqtkX2lAqpT3QNFHg { width:18.625rem;height:;top:29.375rem;left:0rem;font-size:1.0625rem;display:none; }
#AqUw2DsUViOqTFZbUsRe6F1wBm7eDZQS { display:none; }
#LK1QneGaKUvCGTgnJAzWytHVcIny5KHT { width:17.5rem;height:;top:39.25rem;left:0rem;font-size:0.8125rem;display:none; }
#e0C8dDsuc6wiU4azQ6oN0DQ8liVdpsSp { width:18.625rem;height:;top:37.4375rem;left:0rem;font-size:1.0625rem;display:none; }
#PpEiW72V1XHFCnmxOdk3JOSwTSHF8R2a { display:none; }
#H2TOQX8UippJTfyEGGp2aEHarOGNw9ud { width:17.5rem;height:;top:47.375rem;left:0rem;font-size:0.8125rem;display:none; }
#CXTNpx62fdQXQW1MaT2tQ9zaGbotfPIo { width:18.625rem;height:;top:45.5625rem;left:0rem;font-size:1.0625rem;display:none; }
#UT68Whd3N3BQmEkWs77hKDdXzzTgKZZP { display:none; }
#ixzRNTOUbLhr1UGkTKpl9UGLVD6NT8vN { width:17.5rem;height:;top:55.6875rem;left:0rem;font-size:0.8125rem;display:none; }
#g1SXb27qnmvpnNNAhEgpT4lf3fPTAq2A { width:18.625rem;height:;top:53.875rem;left:0rem;font-size:1.0625rem;display:none; }
#IIaGsImTHeNQnpNV7XtvcXepiCK4rEaw { width:;height:;display:none; }
#QLHlbMdDZAC1PzaVVET59KyPVTMnemVT { display:block; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:47.75rem;position:relative;display:block; }#OZ2qm43UDKCyXFhBzyEpVJX6SOoFk71R { width:15.5625rem;height:;top:4.4375rem;left:0rem;font-size:0.9375rem;display:none; }
#QTOIkOhbToL9Z2HOcdTQon1CCZyRFSut { width:20rem;height:;top:1.375rem;left:0rem;font-size:2.25rem;display:none; }
#QAk5IDexAedTdRkz6oSIoPDARlITAqTo { width:47.75rem;height:59.6875rem;display:none; }
#Lm1qW9elLUPOuuMM7avB8NViJT3MCIyd { width:15.5625rem;height:;top:35.25rem;left:0rem;font-size:0.9375rem;display:none; }
#PmmonkAOwJIiECWTNT36WXlEN8wvZysJ { width:47.75rem;height:59.6875rem;display:none; }
#tyaHdSMmpN0VV95t3FKc5ztu3KV9HLXW { width:15.5625rem;height:;top:63.3125rem;left:0rem;font-size:0.9375rem;display:none; }
#hRmndf414EGp7oRsh3fgJyVJEX1TN8Hw { width:15.5625rem;height:;top:91.5rem;left:0rem;font-size:0.9375rem;display:none; }
#Wyg1KRsppCIOReFDAOSDQroVLJfMrKpB { width:47.75rem;height:59.6875rem;display:none; }
#uTSCThDcc16F0qSxTFbTopmMGk24K1Vv { width:15.5625rem;height:;top:119.1875rem;left:0rem;font-size:0.9375rem;display:none; }
#E1Iu2TisFQ95EfeC8Oyihn2P2STDbuP2 { width:47.75rem;height:59.6875rem;display:none; }
#u1A1tmrvy1yDdnhmE2H6WeCiW04VyEOV { width:15.5625rem;height:;top:147.125rem;left:0rem;font-size:0.9375rem;display:none; }
#UX0gIKHTc6eaQJNv0PMgLfDzkwzMhGni { width:47.75rem;height:59.6875rem;display:none; }
#uR8FAQCTP8rQakXdOv2LB1NZZuzWuua4 { width:15.5625rem;height:;top:175.1875rem;left:0rem;font-size:0.9375rem;display:none; }
#wcdFXWKRELpEOq7bza6yz7HmEZqHWMgP { width:47.75rem;height:59.6875rem;display:none; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:;top:1.875rem;left:0rem;font-size:2.25rem;display:block; }
#zywnuUel0JRhvRZphBgJgVKNCAOE5aXO { display:none; }
#Wu98sdG3Ehqw4J7XtR5fz1XQTWcwmFVs { width:20rem;height:;top:18.5rem;left:0rem;font-size:1.625rem;display:none; }
#HTeg9KgGPlFVl4G1doOrstQmDk8Nydvz { width:7.5625rem;height:;top:10.8125rem;left:0rem;font-size:0.9375rem;display:none; }
#dqTn4kTSQ3ZiOasNgzV6qSKgsDNeRgvU { display:none; }
#qRoraWZvNoOEDQNTTAf0XOTTfE8tmNlz { width:7.5625rem;height:;top:10.1875rem;left:0rem;font-size:0.9375rem;display:none; }
#bHr9lqCEAF6Gidm65vmFTZiCgQ4ddbuW { width:4.25rem;height:;top:8.0625rem;left:0rem;font-size:1.625rem;display:none; }
#ToLAJTSdbv5KrL0eM5KReHkPswrdTpu8 { display:none; }
#O1hWkAHzUg5zE1KgscJ2h9GEB66fzEzb { display:none; }
#yrXVo5NnEgai5ITtup3FPA1KDGvfA6kZ { width:7.5625rem;height:;top:18.3125rem;left:0rem;font-size:0.9375rem;display:none; }
#UUMgqpQSvFiuXUxObSsZ3QSHekeWHs4y { width:7.5625rem;height:;top:18.375rem;left:0rem;font-size:0.9375rem;display:none; }
#XBDPDWJVLUsporA4FuJhToPbSBVHEWnz { width:4.25rem;height:;top:16.25rem;left:0rem;font-size:1.625rem;display:none; }
#CVp7tQIgJb7kPA8g9phJg9t3rPZDnSqX { width:4.25rem;height:;top:16.1875rem;left:0rem;font-size:1.625rem;display:none; }
#TkvRDEJnVne1hapTsZg9BVwh3SeHkTzQ { display:none; }
#iSG1lC8INVoiSnDJM1GfTRCeZv7xb242 { width:7.5625rem;height:;top:26.75rem;left:0rem;font-size:0.9375rem;display:none; }
#K8QdHiXKJFzKlBZVC0Pc28psgT8GTcyV { width:4.25rem;height:;top:24.625rem;left:0rem;font-size:1.625rem;display:none; }
#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:47.75rem;position:relative;display:block; }#CJdb8l5xSmRPJMBgaKEIsDNffeulD46s { width:20rem;height:;top:1.9375rem;left:0rem;font-size:2.25rem;display:none; }
#wlb19fo5eZ28zUoIp1HBfM2sEh6PN11J { width:15.5625rem;height:;top:5rem;left:0rem;font-size:0.9375rem;display:none; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-regular-label { display:block; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ  { width:0;height:0; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ {display:block;}#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ { width:0;height:0;display:none; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #bomxENvOKNMvZ4nTWA6Q2wTJ4IIImeBC {  }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #MwmABTvnQcFblW55JWGgGSVd3SasORxy { display:block; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #IW8yTQc5pPTGKRqVWCsT1yCbicBc7V48 {  }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #VFVPaw5WKEJq4qpcnOsKl0JMahqWlJ9f {  }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #ifxnpcGWVOh9lJXHMDakvkbI7hTCbAo5 { display:block; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #BdaoT3T1spOEqvH8Iyl7eeXyVJPRiDNw {  }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #q3PBx1lpVb6h84GTdVmbZtza8XVZCNmR {  }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #oCDqEGlHE2zzpRh4feA2JBCsM8a5lTbA { display:block; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #Lxf1doRs6IzQG38vTT2tSKq3ChxJbc0k {  }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #HLhfC8cTzeBtI0MBDpwSHPCiUPQTSTMT {  }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #Qek8VvFQhXeuiZ0kGOoll3HUw7BR0lvI {  }
#U5NgVroks5WK53XEFizQ3pCTLpnSBOpf { width:;height:;display:none; }
#BaEKK7V4UB9H6pBphcgW3CeCtzsLpN0h { display:block; }
#AxiPftNRhEybyBORHn80QmZock3MEqyg { display:none; }
#HqpXC9mtyUn0Ipx2Asnz5aZxOicoM8T3 { display:none; }#HqpXC9mtyUn0Ipx2Asnz5aZxOicoM8T3 > .row .container { width:47.75rem;position:relative;display:none; }#p7ZmR1z14Cg3T4rN6sTTflTxXZSxrfy3 { top:1rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#FN4ZWG2zr3WayyoFTTst6Z0rwrEvXVBM { width:20rem;height:;top:10.625rem;left:0rem;font-size:1.25rem;display:none; }
#pz66yceeq3E1EbIqrklrDysJFCEfRzfa { width:15.5625rem;height:;top:2.25rem;left:0rem;font-size:0.9375rem;display:none; }
#E3g4XDhTocSVrEiVFJAuXOS4hETVQMDg { width:15.5625rem;height:;top:7.3125rem;left:0rem;font-size:0.6875rem;display:none; }
#D3HTqRsh6aSbdCvqr6nCQwV6JeIfiUps { top:1rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#VuicW0q0SRTVSUD6LrMiMTG47dXT784x { width:18.3125rem;height:;top:5.4375rem;left:0rem;font-size:0.9375rem;display:none; }
#ED4IyHuHpgTSnXtb37FyZFAMcM8MK1Nm { display:none; }
#CEAHVM6HVx8wvbepGG4zPxeTwKT7SmBp { width:15.5625rem;height:;top:10.625rem;left:0rem;font-size:0.6875rem;display:none; }
#TEzkbFUHa6Sk3GaTHXFw2JqxQcxi3fcm { top:1rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#PT6q2sGKeZfuJSyuJyKTGceJp9lAFxrd { display:none; }
#H3xvN0bwQrXDGJGbkJcLR28uG6qo3kFH { width:15.9375rem;height:;top:9.375rem;left:0rem;font-size:0.9375rem;display:none; }
#oQqlTd1mqwEmiqSFGdTWiKgUqxImSCNM { width:15.5625rem;height:;top:14.3125rem;left:0rem;font-size:0.6875rem;display:none; }
#hwVQJNyoQEI8rHtTpVbaepKyv9lvGdKb { display:none; }
#VXaGFGlP5rVS1qkreKmmTocfuhMuOrSh { top:1rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#SILSK2u2CyszB36aCLctqKPHvIgXGQ50 { width:15.9375rem;height:;top:13.0625rem;left:0rem;font-size:0.75rem;display:none; }
#q6lycXnwy3Vgl5T7Rpq9TgLF7pdEn9Kz { display:none; }
#Xrbnfrd2ixk8PEfhCEWkoPe85NuBTaHI { width:15.9375rem;height:;top:18.5625rem;left:0rem;font-size:0.9375rem;display:none; }
#vXZuLG6LLdIwOcsb4G1oOPGCUFEmf8vI { width:15.5625rem;height:;top:19.8125rem;left:0rem;font-size:0.6875rem;display:none; }
#ZBqFczwICqsHRTcnSAwSggF38sCWMrhu { width:15.9375rem;height:;top:21rem;left:0rem;font-size:0.9375rem;display:none; }
#QtvS2BKpTxJo9334hiTdMNbBGHUbxeQJ { width:;height:;display:none; }
#buTvvekAlf29MEeI0ZeAmnXKwEcf2V0A { display:block; }
#RtwA0VBEzBIEhGuC4ixQ4zGDWbBbIXdh { display:none; }
#RtwA0VBEzBIEhGuC4ixQ4zGDWbBbIXdh > img { max-width: 100%;max-height:100%; width:; height:; }#ZSubVk57fboE7FgmCeaIABsg1sXUUaGX { display:none; }
#B7ShLF5TG2i5UofcNFLlOmuqqEzdcqEH { display:none; }
#N4RKfzatBQR0CLxQTefpUMotlhXaLL02 { display:none; }#N4RKfzatBQR0CLxQTefpUMotlhXaLL02 > .row .container { width:47.75rem;position:relative;display:none; }body { position:relative;display:block; }
#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX { background-color:rgba(238,242,241,0.71);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX > .row .container { background-color: transparent; background-image: none; }#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX > .row .container > .video-iframe-container { display: none; }#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX > .row > .video-iframe-container { display: none; }#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX > .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); }#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX > .row .container { border-width: 0; border-radius: 0; }#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZSTOBOTfEocbIh8KIJJf3q7o0H9meiX > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; }#dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:5.1875rem;height:2.25rem;top:1.3125rem;left:14.468792099774rem;overflow:hidden;display:block; }
#CucB5Men4eBJzl9ePUUMQ5RlJ7iNISn4 { top:1.5rem;left:7.2812505364419rem;width:6.1875rem;height:1.9375rem;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.6875rem;display:block; }
#SdiR7wOAqsr3BNb1oFFuzaelJP1EmeyQ { display:block; }
#VgKNmdkzMtCkFLCkzwzq7NtMOmQ26ie2 { top:1.59375rem;left:0rem;width:6.8125rem;height:1.8125rem;z-index:15040;font-size:0.625rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#DzrOLD8CqJWR6EqbBeZ6mFk40vnq8608 { display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:69.75rem;position:relative;display:block; }#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:19.125rem;height:6.175rem;top:35.25rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:"open sans";font-weight:700;font-style:normal;line-height:1.3;display:block; }
#ywrrswUtZoJb47ZxCzchkRQ4PZQvIsbE { top:42.25rem;left:9.9375rem;width:9.4375rem;height:2.4375rem;z-index:15040;font-family:"open sans";font-size:0.9375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#hglloCuiZeBfSr9MzCNgE93aWIGVVTT6 { display:block; }
#eIWFPXSKWi1lkhfoqIoRI3GNT9kAGGmC { display:flex;top:42.25rem;left:17.5625rem;width:1.4375rem;height:1.4375rem;z-index:15041; }
#eIWFPXSKWi1lkhfoqIoRI3GNT9kAGGmC > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#dpsLL5MHkouiFo8SF9JfIfEzuByVw59u { top:42.25rem;left:0.625rem;width:8.6875rem;height:2.4375rem;z-index:15042;font-family:"open sans";font-size:0.9375rem;color:rgba(var(--color-primary-4),1);background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;display:block; }
#RQ9OMPJSs0zudewGfTMno4TMdzmdNDCu { display:block; }
#WEO1vl4WHieXMFNaeW1rLhDJDWSUZurG { display:flex;top:42.6875rem;left:7.3125rem;width:1.5rem;height:1.5rem;z-index:15043; }
#WEO1vl4WHieXMFNaeW1rLhDJDWSUZurG > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#XxXFJop4mJFkbzH73pyGKsLU2fIVel3f { top:48.437501907349rem;left:0rem;width:9.6875rem;height:8.25rem;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.2) ;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#gFhnL9ZstaLci41JvfSlon1TN3R59qZh { display:flex;top:49.437501907349rem;left:3.6875000596046rem;width:2.5625rem;height:2.5625rem;z-index:15045; }
#wH1N13ntPxO1zza7pUzsTKOHnZfP4TQF { width:8.8125rem;height:1.2rem;top:52.275001525879rem;left:0.43671876192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"open sans";font-weight:700;font-style:normal;z-index:15046;display:block; }
#WBnu7hc3VteVUULDrcbuG4bvCqXnBLRA { width:9.5rem;height:1.875rem;top:53.875001907349rem;left:0.25rem;font-size:0.625rem;text-align:center;text-align-last:center;font-family:"open sans";z-index:15047;display:block; }
#DyAoLW5bkvp0TP77oEEESg74LAteMoPy { display:flex;top:49.750002861023rem;left:13.937500536442rem;width:2.125rem;height:2.125rem;z-index:14997; }
#WcFFHhqkW4uxteKbiG3fUBqGWMUDoPCR { display:flex;top:59.312499046326rem;left:3.9687500596046rem;width:2rem;height:2rem;z-index:15053; }
#tiZfqIQBbiCyaIsbgn0yNxxlCJEylZAx { display:flex;top:59.343751907349rem;left:14.031250536442rem;width:1.9375rem;height:1.9375rem;z-index:14993; }
#lsxub5lH13KFSKkmVwsqk7bFHZk4PIXA { top:7.1875rem;left:0rem;width:20rem;height:7.8rem;z-index:15060;font-size:6rem;text-align:center;text-align-last:center;display:block; }
#UJc1AqyTG9N9Ew3TGthD7RxGezEqCAde { width:18.75rem;height:2.55rem;top:13.125rem;left:0.625rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"open sans";font-weight:700;font-style:normal;z-index:14998;display:block; }
#Ve3R8WAxI39xwoXEq6xrsqmyepdAEqdC { top:21.75rem;left:0rem;width:20rem;height:12.5rem;z-index:15061;overflow:hidden;display:block; }
#ZSvvwKb45xXkR8BEqBmdVZcQKQL7v94c { width:13.9375rem;height:1.5rem;top:15.862500190735rem;left:3.0312500596046rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";font-weight:400;font-style:normal;z-index:15005;display:block; }
#WmAUlC0bxJ31VwK7TwOgDdVvMIvPTmOa { top:48.4375rem;left:10.25rem;width:9.6875rem;height:8.25rem;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.2) ;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#uuoJWaLqz6oU9mdWXxnqb57D8d9g0lwn { width:9.5rem;height:1.6875rem;top:53.875rem;left:10.375rem;font-size:0.5625rem;text-align:center;text-align-last:center;font-family:"open sans";z-index:14995;display:block; }
#xTSbpwxFNgwvXKLDUNXkwLhufRITSzsI { width:8.8125rem;height:1.05rem;top:52.3125rem;left:10.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"open sans";font-weight:700;font-style:normal;z-index:14996;display:block; }
#JAHTI48SE2afnyK7t1BX78Ec1ZqdOdgE { top:57.9375rem;left:0.0625rem;width:9.6875rem;height:8.25rem;z-index:15052;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.2) ;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#fCUcEgTABI9XiLUvWKI7wFmhbxrTtCID { top:57.9375rem;left:10.3125rem;width:9.6875rem;height:8.25rem;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.2) ;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#PRkI7rJuwsa5og1Oqv1N500zUufTMnKs { width:9.5rem;height:;top:63.375rem;left:0.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;font-family:"open sans";z-index:15055;display:block; }
#pO7QSFeRNklIAH0IW74JfTebocXaaJoW { width:9.5rem;height:1.96875rem;top:63.375rem;left:10.4375rem;font-size:0.4375rem;text-align:center;text-align-last:center;font-family:"open sans";z-index:14991;display:block; }
#FxJQPootAdOMhD52ewQyV9gLB75Z20Am { width:8.8125rem;height:;top:61.75rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"open sans";font-weight:700;font-style:normal;z-index:15054;display:block; }
#ap99r6hCnyUHB6vBDzpJbO55noFmW9Oh { width:8.8125rem;height:1.05rem;top:61.8125rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"open sans";font-weight:700;font-style:normal;z-index:14992;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:66.875rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:2.8rem;top:3.125rem;left:0rem;font-size:2rem;font-family:"open sans";color:rgba(var(--color-secondary-2),1);display:block; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:15.5625rem;height:3.375rem;top:6.2117176055908rem;left:2.2187500596046rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);display:block; }
#HToPu0O4hnP3ge6DO8UGDkx1uiLskRWw { top:12.386718988419rem;left:0rem;width:20rem;height:6.875rem;z-index:15004;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }
#u6dUiVQNwtKOwQMQ2fvabaai4oG2gpaJ { width:18.625rem;height:1.4875rem;top:13.417187929154rem;left:0.1875rem;font-size:1.0625rem;font-family:"open sans";z-index:15005;color:#ffffff;text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:block; }
#CWLAf2QwhRi2K0mF9uudMG41Ir2lqka9 { width:17.5rem;height:2.7rem;top:15.273438692093rem;left:1.2500000596046rem;font-size:0.75rem;font-family:"open sans";z-index:15004;color:#ebebeb;text-align:right;text-align-last:right;display:block; }
#m0Hx4W0Na06FJNU5AgRetGrue2qvpfoo { top:20.375rem;left:0rem;width:20rem;height:6.875rem;z-index:15007;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }
#hFCFLgTsFC2uU2gLC4huPB1G734hXNQL { width:17.5rem;height:;top:23.25rem;left:1.25rem;font-size:0.8125rem;font-family:"open sans";z-index:15007;color:#ebebeb;text-align:right;text-align-last:right;display:block; }
#dtKvVTblPFR1PzJqAgsTLfPxNNN2Jsvf { width:18.625rem;height:1.4875rem;top:21.4375rem;left:0.1875rem;font-size:1.0625rem;font-family:"open sans";z-index:15008;color:#ffffff;text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:block; }
#vb9Bzxulz6Z9NHfmzdfTikcbBgpBiisw { top:28.3125rem;left:0rem;width:20rem;height:6.875rem;z-index:15010;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }
#keb5XS5e5q2PtVkyt4MJNIMFiT0CvFnm { width:17.5rem;height:;top:31.1875rem;left:1.25rem;font-size:0.8125rem;font-family:"open sans";z-index:15010;color:#ebebeb;text-align:right;text-align-last:right;display:block; }
#FJ91gpI9l8QJL77LqtkX2lAqpT3QNFHg { width:18.625rem;height:1.4875rem;top:29.375rem;left:0.1875rem;font-size:1.0625rem;font-family:"open sans";z-index:15011;color:#ffffff;text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:block; }
#AqUw2DsUViOqTFZbUsRe6F1wBm7eDZQS { top:36.375rem;left:0rem;width:20rem;height:6.875rem;z-index:15013;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }
#LK1QneGaKUvCGTgnJAzWytHVcIny5KHT { width:17.5rem;height:;top:39.25rem;left:1.25rem;font-size:0.8125rem;font-family:"open sans";z-index:15013;color:#ebebeb;text-align:right;text-align-last:right;display:block; }
#e0C8dDsuc6wiU4azQ6oN0DQ8liVdpsSp { width:18.625rem;height:1.4875rem;top:37.4375rem;left:0.1875rem;font-size:1.0625rem;font-family:"open sans";z-index:15014;color:#ffffff;text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:block; }
#PpEiW72V1XHFCnmxOdk3JOSwTSHF8R2a { top:44.5rem;left:0rem;width:20rem;height:6.875rem;z-index:15016;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }
#H2TOQX8UippJTfyEGGp2aEHarOGNw9ud { width:17.5rem;height:;top:47.375rem;left:1.25rem;font-size:0.8125rem;font-family:"open sans";z-index:15016;color:#ebebeb;text-align:right;text-align-last:right;display:block; }
#CXTNpx62fdQXQW1MaT2tQ9zaGbotfPIo { width:18.625rem;height:1.4875rem;top:45.5625rem;left:0.1875rem;font-size:1.0625rem;font-family:"open sans";z-index:15017;color:#ffffff;text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:block; }
#UT68Whd3N3BQmEkWs77hKDdXzzTgKZZP { top:52.8125rem;left:0rem;width:20rem;height:6.875rem;z-index:15019;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }
#ixzRNTOUbLhr1UGkTKpl9UGLVD6NT8vN { width:17.5rem;height:;top:55.6875rem;left:1.25rem;font-size:0.8125rem;font-family:"open sans";z-index:15019;color:#ebebeb;text-align:right;text-align-last:right;display:block; }
#g1SXb27qnmvpnNNAhEgpT4lf3fPTAq2A { width:18.625rem;height:;top:53.875rem;left:0.1875rem;font-size:1.0625rem;font-family:"open sans";z-index:15020;color:#ffffff;text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:block; }
#IIaGsImTHeNQnpNV7XtvcXepiCK4rEaw { top:61.799221038818rem;left:3.5937500596046rem;width:12.8125rem;height:2.875rem;z-index:15021;font-family:"open sans";font-size:1.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#QLHlbMdDZAC1PzaVVET59KyPVTMnemVT { display:block; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { background-color:#eef2f1;background-image:none;display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:179.125rem;position:relative;display:block; }#OZ2qm43UDKCyXFhBzyEpVJX6SOoFk71R { width:15.5625rem;height:3.375rem;top:4.4375rem;left:2.25rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);z-index:15005;display:block; }
#QTOIkOhbToL9Z2HOcdTQon1CCZyRFSut { width:20rem;height:2.8rem;top:1.375rem;left:0rem;font-size:2rem;font-family:"open sans";color:rgba(var(--color-secondary-2),1);z-index:15003;display:block; }
#QAk5IDexAedTdRkz6oSIoPDARlITAqTo { top:10.262500047684rem;left:0rem;width:20rem;height:25rem;z-index:15010;overflow:hidden;display:block; }
#Lm1qW9elLUPOuuMM7avB8NViJT3MCIyd { width:15.5625rem;height:1.6875rem;top:35.26251077652rem;left:2.2187500596046rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);z-index:15006;display:block; }
#PmmonkAOwJIiECWTNT36WXlEN8wvZysJ { top:38.3125rem;left:0rem;width:20rem;height:25rem;z-index:15012;overflow:hidden;display:block; }
#tyaHdSMmpN0VV95t3FKc5ztu3KV9HLXW { width:15.5625rem;height:1.6875rem;top:63.3125rem;left:2.25rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);z-index:15008;display:block; }
#hRmndf414EGp7oRsh3fgJyVJEX1TN8Hw { width:15.5625rem;height:1.6875rem;top:91.5rem;left:2.25rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);z-index:15010;display:block; }
#Wyg1KRsppCIOReFDAOSDQroVLJfMrKpB { top:66.5rem;left:0rem;width:20rem;height:25rem;z-index:15014;overflow:hidden;display:block; }
#uTSCThDcc16F0qSxTFbTopmMGk24K1Vv { width:15.5625rem;height:1.6875rem;top:119.1875rem;left:2.25rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);z-index:15012;display:block; }
#E1Iu2TisFQ95EfeC8Oyihn2P2STDbuP2 { top:94.1875rem;left:0rem;width:20rem;height:25rem;z-index:15016;overflow:hidden;display:block; }
#u1A1tmrvy1yDdnhmE2H6WeCiW04VyEOV { width:15.5625rem;height:1.6875rem;top:147.125rem;left:2.25rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);z-index:15014;display:block; }
#UX0gIKHTc6eaQJNv0PMgLfDzkwzMhGni { top:122.125rem;left:0rem;width:20rem;height:25rem;z-index:15018;overflow:hidden;display:block; }
#uR8FAQCTP8rQakXdOv2LB1NZZuzWuua4 { width:15.5625rem;height:1.6875rem;top:175.1875rem;left:2.25rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);z-index:15016;display:block; }
#wcdFXWKRELpEOq7bza6yz7HmEZqHWMgP { top:150.1875rem;left:0rem;width:20rem;height:25rem;z-index:15020;overflow:hidden;display:block; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:2.6rem;top:1.875rem;left:0rem;font-size:2rem;font-family:"open sans";display:block; }
#zywnuUel0JRhvRZphBgJgVKNCAOE5aXO { top:6.3125rem;left:10.4375rem;width:8.875rem;height:7.0625rem;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#Wu98sdG3Ehqw4J7XtR5fz1XQTWcwmFVs { width:4.25rem;height:2.1125rem;top:8rem;left:12.8125rem;font-size:1.625rem;font-family:"open sans";z-index:15002;font-weight:700;font-style:normal;display:block; }
#HTeg9KgGPlFVl4G1doOrstQmDk8Nydvz { width:7.5625rem;height:1.6875rem;top:10.125rem;left:11.125rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);z-index:15017;display:block; }
#dqTn4kTSQ3ZiOasNgzV6qSKgsDNeRgvU { top:6.3125rem;left:0.6875rem;width:8.875rem;height:7.0625rem;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#qRoraWZvNoOEDQNTTAf0XOTTfE8tmNlz { width:7.5625rem;height:1.6875rem;top:10.1875rem;left:1.375rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);z-index:15020;display:block; }
#bHr9lqCEAF6Gidm65vmFTZiCgQ4ddbuW { width:4.25rem;height:2.1125rem;top:8.0625rem;left:3.0625rem;font-size:1.625rem;font-family:"open sans";z-index:15005;font-weight:700;font-style:normal;display:block; }
#ToLAJTSdbv5KrL0eM5KReHkPswrdTpu8 { top:14.5rem;left:10.4375rem;width:8.875rem;height:7.0625rem;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#O1hWkAHzUg5zE1KgscJ2h9GEB66fzEzb { top:14.5rem;left:0.6875rem;width:8.875rem;height:7.0625rem;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#yrXVo5NnEgai5ITtup3FPA1KDGvfA6kZ { width:7.5625rem;height:;top:18.3125rem;left:11.125rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);z-index:15023;display:block; }
#UUMgqpQSvFiuXUxObSsZ3QSHekeWHs4y { width:7.5625rem;height:1.6875rem;top:18.375rem;left:1.375rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);z-index:15026;display:block; }
#XBDPDWJVLUsporA4FuJhToPbSBVHEWnz { width:4.25rem;height:2.1125rem;top:16.25rem;left:3.0625rem;font-size:1.625rem;font-family:"open sans";z-index:15011;font-weight:700;font-style:normal;display:block; }
#CVp7tQIgJb7kPA8g9phJg9t3rPZDnSqX { width:4.25rem;height:;top:16.1875rem;left:12.8125rem;font-size:1.625rem;font-family:"open sans";z-index:15008;font-weight:700;font-style:normal;display:block; }
#TkvRDEJnVne1hapTsZg9BVwh3SeHkTzQ { top:22.875rem;left:5.5625rem;width:8.875rem;height:7.0625rem;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#iSG1lC8INVoiSnDJM1GfTRCeZv7xb242 { width:7.5625rem;height:;top:26.75rem;left:6.25rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);z-index:15029;display:block; }
#K8QdHiXKJFzKlBZVC0Pc28psgT8GTcyV { width:4.25rem;height:;top:24.625rem;left:7.9375rem;font-size:1.625rem;font-family:"open sans";z-index:15014;font-weight:700;font-style:normal;display:block; }
#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { background-color:rgba(255,255,255,0.3);background-image:none;display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { background-color: transparent; background-image: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .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); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:36rem;position:relative;display:block; }#CJdb8l5xSmRPJMBgaKEIsDNffeulD46s { width:20rem;height:2.8rem;top:1.9375rem;left:0rem;font-size:2rem;font-family:"open sans";color:rgba(var(--color-secondary-2),1);z-index:15005;font-weight:700;font-style:normal;display:block; }
#wlb19fo5eZ28zUoIp1HBfM2sEh6PN11J { width:15.5625rem;height:3.375rem;top:5rem;left:2.25rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);z-index:15007;display:block; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-regular-label { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";text-align:right;text-align-last:right;font-size:0.8125rem;overflow:hidden;height:auto; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-input-text { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: none;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);height:2rem; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-input-select { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: none;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family); }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-input-button { font-family:"open sans";color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;font-size:1.0625rem;overflow:hidden; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ [class*="-text"]:-moz-placeholder { color:#d0d0d0;font-family:var(--paragraphs-font-family); }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ [class*="-text"]::-moz-placeholder { color:#d0d0d0;font-family:var(--paragraphs-font-family); }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ [class*="-text"]:-ms-input-placeholder { color:#d0d0d0;font-family:var(--paragraphs-font-family); }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ [class*="-text"]::-webkit-input-placeholder { color:#d0d0d0;font-family:var(--paragraphs-font-family); }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-checkbox-label { font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-radio-label { font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ  { border-top:0;border-right:0;border-bottom:0;border-left:0;top:10.524230957031rem;left:0rem;width:17.5rem;height:auto;z-index:15008;background-color:#ffffff;background-image:none; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ .widget-info-text { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ {display:block;}#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ { border-top:0;border-right:0;border-bottom:0;border-left:0;top:10.524230957031rem;left:0rem;width:17.5rem;height:auto;z-index:15008;background-color:#ffffff;background-image:none; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #bomxENvOKNMvZ4nTWA6Q2wTJ4IIImeBC {  }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #MwmABTvnQcFblW55JWGgGSVd3SasORxy { display:block; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #IW8yTQc5pPTGKRqVWCsT1yCbicBc7V48 {  }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #VFVPaw5WKEJq4qpcnOsKl0JMahqWlJ9f {  }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #ifxnpcGWVOh9lJXHMDakvkbI7hTCbAo5 { display:block; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #BdaoT3T1spOEqvH8Iyl7eeXyVJPRiDNw {  }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #q3PBx1lpVb6h84GTdVmbZtza8XVZCNmR {  }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #oCDqEGlHE2zzpRh4feA2JBCsM8a5lTbA { display:block; }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #Lxf1doRs6IzQG38vTT2tSKq3ChxJbc0k {  }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #HLhfC8cTzeBtI0MBDpwSHPCiUPQTSTMT {  }
#dxNih7apbATsAZfOLrE7EzIiubI2S3HZ #Qek8VvFQhXeuiZ0kGOoll3HUw7BR0lvI {  }
#U5NgVroks5WK53XEFizQ3pCTLpnSBOpf { top:30.562500417232rem;left:4.1562500596046rem;width:11.6875rem;height:2.5625rem;z-index:15009;font-family:"open sans";font-size:0.875rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#BaEKK7V4UB9H6pBphcgW3CeCtzsLpN0h { display:block; }
#AxiPftNRhEybyBORHn80QmZock3MEqyg { display:flex;top:31.187500417232rem;left:6.6624999642375rem;width:1.3125rem;height:1.3125rem;z-index:15010; }
#HqpXC9mtyUn0Ipx2Asnz5aZxOicoM8T3 { display:block; }#HqpXC9mtyUn0Ipx2Asnz5aZxOicoM8T3 { background-color: transparent; background-image: none; }#HqpXC9mtyUn0Ipx2Asnz5aZxOicoM8T3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqpXC9mtyUn0Ipx2Asnz5aZxOicoM8T3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqpXC9mtyUn0Ipx2Asnz5aZxOicoM8T3 > .row .container > .video-iframe-container { display: none; }#HqpXC9mtyUn0Ipx2Asnz5aZxOicoM8T3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqpXC9mtyUn0Ipx2Asnz5aZxOicoM8T3 > .row > .video-iframe-container { display: none; }#HqpXC9mtyUn0Ipx2Asnz5aZxOicoM8T3 > .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); }#HqpXC9mtyUn0Ipx2Asnz5aZxOicoM8T3 > .row .container { width:20rem;background-color:#dbead9;background-image:none;height:28rem;position:relative;display:block; }#p7ZmR1z14Cg3T4rN6sTTflTxXZSxrfy3 { top:1.01171875rem;left:0rem;width:20rem;height:1.3rem;z-index:15000;text-align:right;text-align-last:right;font-family:"open sans";display:block; }
#FN4ZWG2zr3WayyoFTTst6Z0rwrEvXVBM { width:18.3125rem;height:1.75rem;top:0.47422027587891rem;left:1.0929687619209rem;font-size:1.25rem;font-family:"open sans";color:rgba(var(--color-secondary-2),1);z-index:15006;font-weight:700;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pz66yceeq3E1EbIqrklrDysJFCEfRzfa { width:15.5625rem;height:1.6875rem;top:2.2484359741211rem;left:3.5804687142372rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-primary-4),1);z-index:15008;text-align:right;text-align-last:right;display:block; }
#E3g4XDhTocSVrEiVFJAuXOS4hETVQMDg { width:15.5625rem;height:1.2375rem;top:6.7992172241213rem;left:0.53125005960464rem;font-size:0.6875rem;font-family:"open sans";color:rgba(var(--color-primary-4),1);z-index:15011;text-align:right;text-align-last:right;display:block; }
#D3HTqRsh6aSbdCvqr6nCQwV6JeIfiUps { top:6.0625rem;left:6.3125rem;width:12.5625rem;height:1.3rem;z-index:15003;text-align:right;text-align-last:right;font-family:"open sans";display:block; }
#VuicW0q0SRTVSUD6LrMiMTG47dXT784x { width:15.9375rem;height:1.3125rem;top:5.53515625rem;left:0.3125rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-secondary-2),1);z-index:15009;font-weight:700;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ED4IyHuHpgTSnXtb37FyZFAMcM8MK1Nm { display:flex;top:5.8054676055908rem;left:17.167968714237rem;width:1.625rem;height:1.625rem;z-index:15012; }
#CEAHVM6HVx8wvbepGG4zPxeTwKT7SmBp { width:15.5625rem;height:1.2375rem;top:10.625rem;left:0.6875rem;font-size:0.6875rem;font-family:"open sans";color:rgba(var(--color-primary-4),1);z-index:15015;text-align:right;text-align-last:right;display:block; }
#TEzkbFUHa6Sk3GaTHXFw2JqxQcxi3fcm { top:9.875rem;left:6.4375rem;width:12.5625rem;height:1.3rem;z-index:15007;text-align:right;text-align-last:right;font-family:"open sans";display:block; }
#PT6q2sGKeZfuJSyuJyKTGceJp9lAFxrd { display:flex;top:9.625rem;left:17.3125rem;width:1.625rem;height:1.625rem;z-index:15016; }
#H3xvN0bwQrXDGJGbkJcLR28uG6qo3kFH { width:15.9375rem;height:1.3125rem;top:9.375rem;left:0.4375rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-secondary-2),1);z-index:15013;font-weight:700;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oQqlTd1mqwEmiqSFGdTWiKgUqxImSCNM { width:15.5625rem;height:;top:14.3125rem;left:0.625rem;font-size:0.6875rem;font-family:"open sans";color:rgba(var(--color-primary-4),1);z-index:15019;text-align:right;text-align-last:right;display:block; }
#hwVQJNyoQEI8rHtTpVbaepKyv9lvGdKb { display:flex;top:13.3125rem;left:17.25rem;width:1.625rem;height:1.625rem;z-index:15020; }
#VXaGFGlP5rVS1qkreKmmTocfuhMuOrSh { top:13.5625rem;left:6.375rem;width:12.5625rem;height:1.3rem;z-index:15011;text-align:right;text-align-last:right;font-family:"open sans";display:block; }
#SILSK2u2CyszB36aCLctqKPHvIgXGQ50 { width:15.9375rem;height:1.05rem;top:13.0625rem;left:0.375rem;font-size:0.75rem;font-family:"open sans";color:rgba(var(--color-secondary-2),1);z-index:15017;font-weight:700;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q6lycXnwy3Vgl5T7Rpq9TgLF7pdEn9Kz { top:17.124219894409rem;left:0.59296876192093rem;width:18.5625rem;height:5.4375rem;z-index:14999;background-color:rgba(255,255,255,0.59);background-image:none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Xrbnfrd2ixk8PEfhCEWkoPe85NuBTaHI { width:15.9375rem;height:1.3125rem;top:17.875rem;left:2.0625rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-secondary-2),1);z-index:15015;font-weight:700;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vXZuLG6LLdIwOcsb4G1oOPGCUFEmf8vI { width:15.5625rem;height:1.2375rem;top:19.125rem;left:2.3125rem;font-size:0.6875rem;font-family:"open sans";color:rgba(var(--color-primary-4),1);z-index:15017;text-align:right;text-align-last:right;display:block; }
#ZBqFczwICqsHRTcnSAwSggF38sCWMrhu { width:15.9375rem;height:1.3125rem;top:20.375rem;left:2rem;font-size:0.9375rem;font-family:"open sans";color:rgba(var(--color-secondary-2),1);z-index:15016;font-weight:700;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QtvS2BKpTxJo9334hiTdMNbBGHUbxeQJ { top:23.373438358307rem;left:1.4375000596046rem;width:17.125rem;height:2.4375rem;z-index:15041;font-family:"open sans";font-size:0.9375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#buTvvekAlf29MEeI0ZeAmnXKwEcf2V0A { display:block; }
#RtwA0VBEzBIEhGuC4ixQ4zGDWbBbIXdh { display:flex;top:24.029688358307rem;left:13.042969286442rem;width:1.25rem;height:1.25rem;z-index:15042; }
#RtwA0VBEzBIEhGuC4ixQ4zGDWbBbIXdh > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#ZSubVk57fboE7FgmCeaIABsg1sXUUaGX { top:25.810939788818rem;left:0rem;width:3.0625rem;height:2rem;z-index:15043;display:block; }
#B7ShLF5TG2i5UofcNFLlOmuqqEzdcqEH { top:25.810156822204rem;left:4.5625000596046rem;width:4.375rem;height:1.125rem;z-index:15044;display:block; }
#N4RKfzatBQR0CLxQTefpUMotlhXaLL02 { display:block; }#N4RKfzatBQR0CLxQTefpUMotlhXaLL02 > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; }