.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:223,243,252;--color-primary-1:148,216,245;--color-primary-2:40,176,235;--color-primary-3:20,88,118;--color-primary-4:6,26,35;--color-secondary-0:227,248,251;--color-secondary-1:161,230,242;--color-secondary-2:67,205,229;--color-secondary-3:34,103,115;--color-secondary-4:10,31,34;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Titillium Web";--paragraphs-font-family:"Source Sans Pro"; }@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:#e8e8e9;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); }#nH3vVi9EI2zJq04iEHdNSUAgbdR5JyEO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nH3vVi9EI2zJq04iEHdNSUAgbdR5JyEO > .row .container { background-color: transparent; background-image: none; }#nH3vVi9EI2zJq04iEHdNSUAgbdR5JyEO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nH3vVi9EI2zJq04iEHdNSUAgbdR5JyEO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nH3vVi9EI2zJq04iEHdNSUAgbdR5JyEO > .row .container > .video-iframe-container { display: none; }#nH3vVi9EI2zJq04iEHdNSUAgbdR5JyEO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nH3vVi9EI2zJq04iEHdNSUAgbdR5JyEO > .row > .video-iframe-container { display: none; }#nH3vVi9EI2zJq04iEHdNSUAgbdR5JyEO > .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); }#nH3vVi9EI2zJq04iEHdNSUAgbdR5JyEO > .row .container { border-width: 0; border-radius: 0; }#nH3vVi9EI2zJq04iEHdNSUAgbdR5JyEO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nH3vVi9EI2zJq04iEHdNSUAgbdR5JyEO > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#hwJCngmiayU1TlcEhlfNElEZoG1et2MF { background-color:#ccc3a4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-primary-4),0.76) ;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.8125rem;left:54.4375rem;display:block; }
#Q4HN664e5qlO2Cy2yn94Qi20gRUmZoX8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CzwJUr7uooSXnxF6OPHldB6xQehFIdpa { position:absolute;display:block;z-index:15010;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:2.875rem;width:9.875rem;top:0.9375rem;left:6.3535539215687rem;overflow:hidden;display:block; }
#DIEMORwJf4xrn3uFUFh28EV1VnqyPmme { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:1.6875rem;left:21rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#JTsUb52c42N7LbgzbIoDffoFr2g6D0RZ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.5625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#MwiKh1TePHS8Zn5f33ztwtxi2XkkxI9a { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1.703125rem;left:31.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#dfRpTRsXMOxh8E4OKHZctF0PxXbHx4lr { 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:75.125rem;width:74.9375rem;display:none; }
#ngg7nsWEvGnDTDtPWKvyonnnS0cnVowR { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #43cde5;border-left:0.125rem solid #43cde5;border-right:0.125rem solid #43cde5;border-bottom:0.125rem solid #43cde5;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-primary-4),0.7) ;box-sizing:border-box;color:#43cde5;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:12.0625rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.8125rem;left:46.9375rem;display:none; }
#IwRi6JZtgIIeL8JBkD2UQ1bHMWNsJFsy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eRCZre3W67S6Rx2lLE1aETl9t8GTUGsK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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;z-index:auto;display:none; }#eRCZre3W67S6Rx2lLE1aETl9t8GTUGsK > .row .container { border-width: 0; border-radius: 0; }#eRCZre3W67S6Rx2lLE1aETl9t8GTUGsK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRCZre3W67S6Rx2lLE1aETl9t8GTUGsK > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:none; }#gDlipEAgkmDaZDJ50tUnKGnRctpIN5d8 { 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; }
#dT1TMQnrIMbXhP0VBzLVKRWJdp3QW1If { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.4375rem;top:4.6875rem;left:9.625rem;display:none; }
#vtznEpRZdXrGh3VyEnfTTVKbREFka8C9 { position:absolute;display:block;z-index:15010;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:1.375rem;width:4.625rem;top:0.9375rem;left:6.09375rem;overflow:hidden;display:block; }
#EWBBWviLf2x4yOei57SDUB4qZ8dAGvd1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#EWBBWviLf2x4yOei57SDUB4qZ8dAGvd1 > .row .container { border-width: 0; border-radius: 0; }#EWBBWviLf2x4yOei57SDUB4qZ8dAGvd1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWBBWviLf2x4yOei57SDUB4qZ8dAGvd1 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:none; }#gCMxVTd5K7QKK2CQP7zHI9k3TeuKxT4M { position:absolute;display:block;z-index:15010;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:2.5625rem;width:4.9375rem;top:1rem;left:5.46875rem;overflow:hidden;display:block; }
#UEvHzaI4DC9RdlSEhezIe5Cexlsfh7E2 { background-color:#8f4f55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-primary-4),0.77) ;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:19rem;height:3rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.75rem;left:53.75rem;display:block; }
#G6tFNUoesmGzvkcbAquVqdhSV1nXUTID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VHZLGbqT6icEcT7J7tqFQdt44H1TSKla { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:1.703125rem;left:37.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#f4rVQ4Se3rGgP7FTfbT40lT3LVdrBeAk { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.703125rem;left:25.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#QoNb5SPkVeoHAiTdwTwZdnMETZG3kRlt { 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; }
#SKNyiFDHdiHkqDU0zRTKJPGRb25J93xy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:5rem;left:3.5625rem;display:none; }
#ezThBWHNMR4nJX9NaxhVFfJPat54dXGV { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:1.703125rem;left:34.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#gsgcPcCzw9ZNOnZPiUQhlsCP7nlOmMC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.703125rem;left:29.625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#dhStwTMVPEq1ERl2UV3dZ21dXn30qnAL { color:rgba(var(--color-tertiary-4),1);display:block;width:5.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.703125rem;left:18.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { background-color: transparent; background-image: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .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); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { border-width: 0; border-radius: 0; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { font-size:0.875rem;font-family:arial;height:61.6875rem;width:75rem;position:relative;display:block; }#i8iMcIk7xPvhbSp8T53Bi2MbeE6erLnz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ccc3a4, #000000);background-image: -moz-linear-gradient(180deg, #ccc3a4, #000000);background-image: -ms-linear-gradient(180deg, #ccc3a4, #000000);background-image: -o-linear-gradient(180deg, #ccc3a4, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc3a4', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc3a4', endColorstr='#000000' );";background-image: linear-gradient(180deg, #ccc3a4, #000000);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.39) ;box-sizing:border-box;color:#ffffff;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:3.25rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:43.9375rem;left:34.6875rem;display:block; }
#wPNCPRnnVtMBilVHmtJONovxlAztg00L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PkJHKF2T37IMlTyKrarOZ21r1Xy0qvOW { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:39.1875rem;width:26.75rem;top:8.0625rem;left:4.3125rem;overflow:hidden;display:block; }
#zOQpe5NHE2oVaOdrpi5ulWDUWktBN2yA { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.1875rem;left:34.625rem;height:3.57421875rem;display:block; }
#spIJS3IrPThHOuBtnPmCgtrtKh5TriWr { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:8.3125rem;left:34.6875rem;height:13.125rem;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; }
#t4irKdKMosx3dcKbHqi1IBWO6g7w1eQE { position:absolute;display:block;z-index:15013;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:3.6875rem;width:7.375rem;top:31.5625rem;left:49.125rem;overflow:hidden;display:block; }
#oC1MhFEwhIIyLbPSfxGPrcyAuQkyvbeR { box-sizing:content-box;height:0.125rem;width:36.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.5625rem;left:34.4375rem;display:block; }
#EQ91VXMp4b9d1GOPLrZ9qVPebEJJfU6A { box-sizing:content-box;height:0.125rem;width:36.75rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.5rem;left:34.4375rem;display:block; }
#nsKtBRONcn1Gxo5XWzvmer4ACCM14oor { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.75rem;left:0rem;display:block; }
#kCoChKWCkaGvTvJ6bGot1h3mE3kBWnRw { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ccc3a4;border-left:0.25rem solid #ccc3a4;border-right:0.25rem solid #ccc3a4;border-bottom:0.25rem solid #ccc3a4;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.4) ;box-sizing:border-box;color:#ccc3a4;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.5625rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:36.25rem;height:4rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:38.5rem;left:34.6875rem;display:block; }
#wNTZatZ78tkG2kLOzGwD5Pd7TAQnO5XT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .row .container { background-color: transparent; background-image: none; }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .row .container > .video-iframe-container { display: none; }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .row > .video-iframe-container { display: none; }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .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); }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .row .container { border-width: 0; border-radius: 0; }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#CDL414ENCs2pkErHNAVn0byTGdTFWazT { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:27.25rem;width:36.3125rem;top:10.2578125rem;left:37.4375rem;overflow:hidden;display:block; }
#k0EkaCJCWkDRgikxhJNbENOgS3W5LRun { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:3.875rem;left:4.0625rem;height:12.375rem;display:block; }
#N4Rck635FCtsgUt91nPTapqRbONSQAKU { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.625rem;left:4.0625rem;height:18.515625rem;display:block; }
#xhRNzJARVT8wOE4dI7imxmtU3nsS0oZi { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.0625rem;left:0rem;display:block; }
#DsnhfTGH4mxXrQ42UnyNgHXOTomlZt57 { background-color:#ccc3a4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.56) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:40.5625rem;left:8.5625rem;display:block; }
#F0RVerxm06hMfJinETlzAph7LAIJVsMw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hfyGgeNMzSzCNuoky2eqLkHLhqnVlevv { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:36.9375rem;left:6.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ZtB4aLPBhE9ifrNuiwZPzvBKGk1ZaD25 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ZtB4aLPBhE9ifrNuiwZPzvBKGk1ZaD25 > .row .container { background-color: transparent; background-image: none; }#ZtB4aLPBhE9ifrNuiwZPzvBKGk1ZaD25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtB4aLPBhE9ifrNuiwZPzvBKGk1ZaD25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtB4aLPBhE9ifrNuiwZPzvBKGk1ZaD25 > .row .container > .video-iframe-container { display: none; }#ZtB4aLPBhE9ifrNuiwZPzvBKGk1ZaD25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtB4aLPBhE9ifrNuiwZPzvBKGk1ZaD25 > .row > .video-iframe-container { display: none; }#ZtB4aLPBhE9ifrNuiwZPzvBKGk1ZaD25 > .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); }#ZtB4aLPBhE9ifrNuiwZPzvBKGk1ZaD25 > .row .container { border-width: 0; border-radius: 0; }#ZtB4aLPBhE9ifrNuiwZPzvBKGk1ZaD25 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZtB4aLPBhE9ifrNuiwZPzvBKGk1ZaD25 > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#tbboiST356mWHaOWWSs9oyufKtddwEOs { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.5625rem;left:10.8125rem;height:;text-align:center;text-align-last:center;display:block; }
#qrI9Ke0QSqv6mGWrL64awQZyzsnQTXOJ { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.375rem;left:0rem;display:block; }
#q2Qx82CzU7eQUxqPKRzFtgcTf3CTs4wa { background-color:#6d8092;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.56) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:28.75rem;left:15.5rem;display:block; }
#yk5CBxQ7QwLukMbhGKxXhCxD6MkC6MWc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fyfCBKFkv3FVPZFo0czAcEtJNMk9SI39 { background-color:#ccc3a4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.56) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28.75rem;left:38.3125rem;display:block; }
#e79ssDqAWvWT2BxrvRSPWQyyxFsu6SkU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m6swIhrPf6gh5K2RlQnARKyQWfDva1DX { color:rgba(0,0,0,0.74);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.1;letter-spacing:0;top:10.1875rem;left:1.3125rem;height:;display:block; }
#euB5Id89PlBfR0CISFO9HVv9i7PJxLdN { box-sizing:content-box;height:15rem;width:15.0625rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.25rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.42) ;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:8.8125rem;left:0rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#RcTu505vVdlx5f6EgkPa14I13bJ0bbVB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:14.8369140625rem;left:1.3125rem;height:5.5234375rem;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; }
#petxU0zv1d4ZGLzEnlMM5APX6z8V2nUL { box-sizing:content-box;height:15rem;width:13.8125rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.25rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.42) ;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:8.875rem;left:16.0625rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#bWXKKnhRNVDFd5xeHdtFXhR0XduoNB6g { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:14.8369140625rem;left:17.34375rem;height:6.375rem;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; }
#Leu3uK1Hih8wBnmvVrC3te4r0TARyPUe { color:rgba(0,0,0,0.74);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15058;line-height:1.1;letter-spacing:0;top:10.25rem;left:17.375rem;height:;display:block; }
#G4WUJNfFPdkcHP1GXIxT6BvXlEUchiWJ { box-sizing:content-box;height:15rem;width:13.8125rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.25rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.42) ;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:8.9375rem;left:47.4375rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#Z7U1XZD30HKbKkp2RsEJlSQK0za4E2ad { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15065;line-height:1.5;letter-spacing:0;top:13.8984375rem;left:48.09375rem;height:6.375rem;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; }
#WMvXS5erfXGHNNJmgaqhp6eHpaWEZShx { color:rgba(0,0,0,0.74);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:10.2890625rem;left:48.1875rem;height:3.57421875rem;display:block; }
#lUkCTSJOBpP6Pm8eoXX5iIORLPU50Bvu { color:rgba(0,0,0,0.74);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15061;line-height:1.1;letter-spacing:0;top:10.25rem;left:32.6875rem;height:;display:block; }
#XmNVT3TPkos7lowW60LRTiPuO9LgW4Of { box-sizing:content-box;height:15rem;width:15.0625rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.25rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.42) ;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:8.875rem;left:31.375rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#Mm8QEmm3zKMKTptvQu35eknWzSwXz8zg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15062;line-height:1.5;letter-spacing:0;top:14.8369140625rem;left:32.6875rem;height:7.96875rem;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; }
#BZoSum4y7x1dP1Kn4mMtQ9QTJD5OcGMT { box-sizing:content-box;height:15rem;width:12.625rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.25rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.42) ;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:8.875rem;left:62.25rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#QI2sI8m7Q7U9BtyM1DTR0UGpTHeAlP3v { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15062;line-height:1.5;letter-spacing:0;top:14.8369140625rem;left:63.0625rem;height:7.96875rem;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; }
#iGQTQTqCZP8Kl1WU2pydn50r8a09pmwM { color:rgba(0,0,0,0.74);display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15061;line-height:1.1;letter-spacing:0;top:10.49609375rem;left:63.3125rem;height:;display:block; }
#k8oDQ3IRsVF9B0nvl4C96FdrtHxJ9Qyb { 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; }#k8oDQ3IRsVF9B0nvl4C96FdrtHxJ9Qyb > .row .container { background-color: transparent; background-image: none; }#k8oDQ3IRsVF9B0nvl4C96FdrtHxJ9Qyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8oDQ3IRsVF9B0nvl4C96FdrtHxJ9Qyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8oDQ3IRsVF9B0nvl4C96FdrtHxJ9Qyb > .row .container > .video-iframe-container { display: none; }#k8oDQ3IRsVF9B0nvl4C96FdrtHxJ9Qyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8oDQ3IRsVF9B0nvl4C96FdrtHxJ9Qyb > .row > .video-iframe-container { display: none; }#k8oDQ3IRsVF9B0nvl4C96FdrtHxJ9Qyb > .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); }#k8oDQ3IRsVF9B0nvl4C96FdrtHxJ9Qyb > .row .container { border-width: 0; border-radius: 0; }#k8oDQ3IRsVF9B0nvl4C96FdrtHxJ9Qyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k8oDQ3IRsVF9B0nvl4C96FdrtHxJ9Qyb > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:75rem;position:relative;display:block; }#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp .accordion-element-container { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.72) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp .accordion-trigger.adaptive-delivery-prevent-bg, #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp .accordion-trigger.lazyload, #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp .accordion-trigger.lazyloading { background-image: none; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp { box-sizing:content-box;height:auto;width:61rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#6d8092;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.71875rem;left:5.75rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #xDyG6oZOZzsxJ6kJy1bUTT8MzRnwaSz0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #L8zOyACN6EtzDCVSLJ7mVRhrKTOavemZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #xOE0BHdBNn8CsVxsconBG0hNkonFRbIt { display:block;position:relative; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #QXfh3PM8HoeMCptTy23I2InrzZ87mqBF {  }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #HODakzXGxB3crgBwOgTnuKJ9GmJd64lT {  }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #myfyTBfNPVmNQAGGN5qnCpEDbDTbGTvX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #mCLAII9SRGUxaekos1MQfxZADctgS8lK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #WMy9VnEe7y3cSh9bkDTAUO94me6siEMO { display:block;position:relative; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #IlVlMpB0xCVrsWTEnLv0guK3hTOaKZ0W {  }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #QQxSO0oCKMRGBPKnAfxTKw8lBNWTHS9d { display:none; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #CWgJayP9nTzuf1tyyuc0m2DX78kva1hN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #wClgilGU4SiOuiSD5BhUQ3cwdTbndOpG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #wOBLQDy1VQRgBs1F384eU6wKfCe7CziG { display:block;position:relative; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #egQzcHEJel7lEA2c2TpwaPSxIN9LS9cu {  }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #nUTuMQpBhx6uPy9mny952Xal4az0t4ce { display:none; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #MFNuciKhVTmDlk0rTDm9T71p9NFA2qJT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #kteC0GnFxzTJkB25au0Zn56QWwoK3OkN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #syPTTsnFLRzF3G9nkNuGPNVcVTmlotG5 { display:block;position:relative; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #v57gQwVfi6kmZNZPKS2Oxlm82Vmk1Nen {  }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #CvdNhreUxQG70qWGncWhZdUNpkz3x3bh { display:none; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #uhL1T1PIN2EgEGs4tF2AO9wIGTOkpyQR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #SGT9fssCbyLJTfK1vbQ4bsrL03nBMSFS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #dWTRCTh6PbAtke8vwp8bOkd9X3hP1ptT { display:block;position:relative; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #agdPhWzZR7vzCWsPKxi0XcQV9p7mcPKm {  }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #EKE1frlPECMWZWvZiJLIJl59pHiXBkQe { display:none; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #UyGFRy5084fa9xiRnLpWs24FoREyeNx3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #R58q2ofRcHsTqDIrd1RNZ9fJP1iDBlq6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #TAiyfAGfdiqMbFQ3OXp0BLt3STNLTNLi { display:block;position:relative; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #qbKzliX2A7NAZJaGZCz7bMmrn3ELbECZ {  }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #OyTdv6L0qM4xvgOaya8GR9ceo0UxIRwx { display:none; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #Xadx2pqXhx73zFCdNU26Xw6vGdTwOfoZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #ZbvicDWSKaoUpTrUuFmbw7aaQNm9HO5N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #rFbDrMwPP2DOPveMvaDlOVzMb2is3nWS { display:block;position:relative; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #Vvc6A004fuZFLd8mW6TSN0wk0yWku5xi {  }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #kGm8X0bcERPpFAVgTHyfGp84drULwJB8 { display:none; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #Zkc4OXrGFP7eF4X01HQBZWvqhyCifpMu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #oW82VczU7uOw5mQy8CTLSdOPuqZ32llc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #teSHQACudZOHXfBQ63PPaDiyE23b30Oy { display:block;position:relative; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #gFTDfFul9ro1f70dUN03Shk2Ukt0uOWk {  }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #r7L9t9ssbXAr18zTTJd2dOnNCUyLTKiJ { display:none; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #KTgGLwMl8m4MWqsWkFMTqV342ypd2eaf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #XMBX86Dk2UsAxz299UERz5xtVSQt8lhR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #rHS9KFQarMzSA41h5Xy4dAZpGdGp4qon { display:block;position:relative; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #SorGWl0SoxhNxUNLWmsAvXWIGPm6d4Js {  }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #N3GOKA38Somm7IHp94wNp35I3HvzPWBp { display:none; }
#VIuKmZFgNUXp0VRUUGgIZJhAee3tJnKE { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.1875rem;left:12.78125rem;height:;text-align:center;text-align-last:center;display:block; }
#ZBNNQ9RW75JveThLrTEVUWwW9aKFevIg { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.9375rem;left:0rem;display:block; }
#i1L6pEMNNiwGyFysTpTNNog0WugWIbht { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.3671875rem;left:16.375rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#AuO8N9MbTtV1dcxKi9VfrbShuKe6TGuD { 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; }#AuO8N9MbTtV1dcxKi9VfrbShuKe6TGuD > .row .container { background-color: transparent; background-image: none; }#AuO8N9MbTtV1dcxKi9VfrbShuKe6TGuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuO8N9MbTtV1dcxKi9VfrbShuKe6TGuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuO8N9MbTtV1dcxKi9VfrbShuKe6TGuD > .row .container > .video-iframe-container { display: none; }#AuO8N9MbTtV1dcxKi9VfrbShuKe6TGuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuO8N9MbTtV1dcxKi9VfrbShuKe6TGuD > .row > .video-iframe-container { display: none; }#AuO8N9MbTtV1dcxKi9VfrbShuKe6TGuD > .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); }#AuO8N9MbTtV1dcxKi9VfrbShuKe6TGuD > .row .container { border-width: 0; border-radius: 0; }#AuO8N9MbTtV1dcxKi9VfrbShuKe6TGuD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AuO8N9MbTtV1dcxKi9VfrbShuKe6TGuD > .row .container { font-size:0.875rem;font-family:arial;height:64.5625rem;width:75rem;position:relative;display:block; }#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp .accordion-element-container { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.72) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp .accordion-trigger.adaptive-delivery-prevent-bg, #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp .accordion-trigger.lazyload, #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp .accordion-trigger.lazyloading { background-image: none; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp { box-sizing:content-box;height:auto;width:61rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#6d8092;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.1875rem;left:5.6875rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #FOVB9N6ZNf8pqRkF5TuUfHbZwZMyg8fe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #AbB9hf4Jsaf0H8l6hVhTvALLWV7Olh6i { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #ZtIui8tGpyFZuKto9FygO3cQn7Z5gRTC { display:block;position:relative; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #nWAoqB3sipca1kAuAtsdXPb1rq8NMpZU {  }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #sUxsQZc3a1zCL00I7Ii80FEFhqqlTBT2 {  }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #PokdZ75T5TX5fXMOH6XfZgP43f1R6AJQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #SUJWBdTSgFsGPGTiPUdpfEuHk4AuUxfR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #axUsDZcIczcNtTytLWRfPQcvF37n9rwJ { display:block;position:relative; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #EFCyosRLvJDegl9VbfEKPx9wOiv0RR7T {  }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #ySshW7TEWtkp4Afz1MGNIbU7g1TKF1lv { display:none; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #IKQPGHhRAz346Jo2iO4hhJcm2eIw5mtp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #sGxDi6QtRyTiQcH8JXElda0AThqIxs6M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #aKcnWzBiwH1QnCls9XcGgK2bbIPUtBvL { display:block;position:relative; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #TQNoI9TkiJqkbe9b14S0SiFxqHELGo4b {  }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #TcRurZCCS95pJblV580Zbm5rf82AcmGX { display:none; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #GAlr27SFfXTbfBetUb04UvbXA7ITxG0X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #MA3Ik75ccLM3USBdZKMOTZq7LELe2eq3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #HwZkqBLiT7K50OvrLenfmyK53iBpMiwS { display:block;position:relative; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #dgD3mSEs9TKHkLQt5TlnVr8Npcuimlrp {  }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #VA0ce6BTLkM7zetmZaKyldhtlGrTZNNs { display:none; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #SdonXgClLSoWk97F9TvqrRJSIA4hDDig { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #RBLsuAu9VL6XbwTiGsDDgUslXxxBGT5f { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #OWUxO6Tifcov667V38MiTUALl26gQrFb { display:block;position:relative; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #k7LzMkIfpMtzhBUQspab66X1cIefgpad {  }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #yhTQUoEbMTTl7vlWnbRnQw8hrHIUVH8V { display:none; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #khdblLLb4VPixTrp1nRCqlOtRqXUa2zi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #zyQvck5zE8n92JS0p2agJkPHf6R6VOzO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #ttsQqdrozd5A7LGoKg7I9oHLhGHSyNbV { display:block;position:relative; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #dlvrSoFLy0r0d8sbvAhBNBBn9iiBhEVN {  }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #nhoewoOokwwp2iCUzV37Dw0OUw4e2OxC { display:none; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #nyXq7y4RaGM6ZS5r0ddwQVpmaO8SFOEN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #ECkqWTIg2CdgnEOzxObQ3xt1DXzlMbSi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #tAVwN5o2IeXzIrSkDlbrkkNdEaF7TOFT { display:block;position:relative; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #OfTrJSIM90PuR7cGIILlAb2C0gEPOEoJ {  }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #xruPJ61Ei6R6a6r3NaMcUt5mTi9X7yr4 { display:none; }
#X83mkHiECFiEgOuzHSmpV8xB4rxzk8M7 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:metropolis;font-size:2.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.8125rem;left:18.25rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#FeVNFMDhSRFENTyZJMII75Gb1tVzJcqy { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:49.875rem;left:18.3125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#tCdTHPKQQkA0kHRbaZk4qsSZmLBiqRxu { background-color:#ccc3a4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-primary-4),0.74) ;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.0625rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:52.8125rem;left:23rem;display:block; }
#smsb27u61o7dff458LCiJud36nPFrwol { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFcLXBrWAfVt2slD5qkANfrih8dtb5HF { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.3125rem;left:0rem;display:block; }
#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { background-color: transparent; background-image: none; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container > .video-iframe-container { display: none; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row > .video-iframe-container { display: none; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .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); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { border-width: 0; border-radius: 0; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-form-header {  }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:29.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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);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:29.1875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.77) ;vertical-align:top; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-text {padding-top: 0; padding-bottom: 0;}#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:29.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:unbounded;vertical-align:top;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.77) ; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .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: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);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:29.1875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-select {padding-top: 0; padding-bottom: 0;}#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-button { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:3.0625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.3125rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.83) ; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .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:var(--paragraphs-font-family);line-height:1.3;font-size:1rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:27.9375rem;overflow:hidden;font-style:normal;float:none; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .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; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-container:first-of-type{padding-top:0;}#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-container:last-of-type{padding-bottom:0;}#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK  { background-color:#6d8092;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;position:absolute;top:8.6875rem;left:21.6875rem; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.1875rem;display:block;vertical-align:top; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK {display:block;}#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK { background-color:#6d8092;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;position:absolute;top:8.6875rem;left:21.6875rem; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #IMxKdVzkESZGhPUHIIkzN49giUuEGiBa { position:relative; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #lpLQ1Z4Sgp7fNNKvJouwkZLpkH9JD8xH { position:relative;display:none; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #DJV50rrIfC04wXSr6n209tTg4Fgfmn3P { position:relative; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #HD0tu6zbHolPc89ATsPzynHWepcnTr5l { position:relative; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #HEpBqRQnb33ToKTU3UtiThqwGBr9A7WT { position:relative;display:none; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #gLbTPl9JTyUE5DhZOlJ0TXM1PKIKunaC { position:relative; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #AyHQRrz716CyZpbyKrTrZPFuVxgblKF4 { position:relative; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #uCTmN2WSelGtFPPIol8r6qMT2Sly6FFq { position:relative;display:none; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #kGPWWZGwJrxrShTiQT4MMtzb6UMTNzfN { position:relative; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #IuEmJ7QtzPJInngEsovv2gQS2OCJVoyp { position:relative; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #WLuG7sFZNBw5aJnWERHInQbTJ6LOS2tT { position:relative;z-index:2; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #qZ3wDTZVo5xRXAKkw5mQNZlZTm7AI4uS { position:relative; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #Wq5QInaJa1ogyDMXFJeg9i4TfoFIa7X7 { position:relative; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #Iuxm25lASR6MrLT9rq2kF1kBhXSinvEL { position:relative;z-index:2; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #OzOth88vxT2pbP0KDSgEIgZxFNFklM2m { position:relative; }
#k24megvfGsSIvNT5QFNCdQXKShKp2Jkz { position:relative;display:block; }
#nbr5PzcgHMbsnodKLO5RuJ9rx0kcuBoq { position:relative;display:block; }
#bUa9SnGmOlaMxIMsgiXTl1wUCZHcKJ1K { position:relative;display:block; }
#BMtOsSk4E6Dco6t4AlK2cNFBVmp4AkNT { position:relative;display:block; }
#K3P1Tep002uLOAMoPx254knaFThTMNFL { position:relative;display:block; }
#Xpk5qe2VqRWga6Go3NZHoFW9nrrGG6w9 { position:relative;display:block; }
#SeOi2w0e5TXUKnsR2tpSgRqS5GNb30Bq { position:relative;display:block; }
#ZNkck9r12a6MgbBHD7t8bIf7mSxvZR07 { position:relative;display:block; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #uEqIp9gUKoiSmP9MHRwqEz7XrpMZqPCf { position:relative; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #mwupIPXn44nfAbwusi6ISBrMMNADo0Pc { position:relative; }
#zrxyvmG1qc4TsVAXUALU4Whw3flgcTBE { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:30.4375rem;left:21.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#DfN5ClS3dMcHGbG3WT0x6ov3JJ0LdSG3 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:metropolis;font-size:2.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.875rem;left:18.3125rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#oHNNzqr3EWPH1exvJSZyoa27UqTIUiIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#oHNNzqr3EWPH1exvJSZyoa27UqTIUiIT > .row .container { background-color: transparent; background-image: none; }#oHNNzqr3EWPH1exvJSZyoa27UqTIUiIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHNNzqr3EWPH1exvJSZyoa27UqTIUiIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHNNzqr3EWPH1exvJSZyoa27UqTIUiIT > .row .container > .video-iframe-container { display: none; }#oHNNzqr3EWPH1exvJSZyoa27UqTIUiIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHNNzqr3EWPH1exvJSZyoa27UqTIUiIT > .row > .video-iframe-container { display: none; }#oHNNzqr3EWPH1exvJSZyoa27UqTIUiIT > .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); }#oHNNzqr3EWPH1exvJSZyoa27UqTIUiIT > .row .container { border-width: 0; border-radius: 0; }#oHNNzqr3EWPH1exvJSZyoa27UqTIUiIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHNNzqr3EWPH1exvJSZyoa27UqTIUiIT > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#MT8pdWSbVNPJ9lKJs7nxTh4Uqp4DWvr5 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:10.375rem;left:9.9375rem;height:8.660125rem;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; }
#FpR1mTJu9fLEydigt1lUatFgHQ0Fgayg { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:0rem;display:block; }
#HXx7rupSCbRyLPPFKX5nEeWn87dJ9b8O { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:metropolis;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:16.9375rem;left:9.9375rem;height:15rem;text-align:left;text-align-last:left;display:block; }
#y6ddthM0Ogty3O7ugRtKcfUC86XLxbBl { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:32rem;width:21.875rem;top:5.15625rem;left:39.81884765625rem;overflow:hidden;display:block; }
#FSlkVtDaif8xL2RXNf6ZLnfb3Rqlz5c2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#FSlkVtDaif8xL2RXNf6ZLnfb3Rqlz5c2 > .row .container { background-color: transparent; background-image: none; }#FSlkVtDaif8xL2RXNf6ZLnfb3Rqlz5c2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSlkVtDaif8xL2RXNf6ZLnfb3Rqlz5c2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSlkVtDaif8xL2RXNf6ZLnfb3Rqlz5c2 > .row .container > .video-iframe-container { display: none; }#FSlkVtDaif8xL2RXNf6ZLnfb3Rqlz5c2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSlkVtDaif8xL2RXNf6ZLnfb3Rqlz5c2 > .row > .video-iframe-container { display: none; }#FSlkVtDaif8xL2RXNf6ZLnfb3Rqlz5c2 > .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); }#FSlkVtDaif8xL2RXNf6ZLnfb3Rqlz5c2 > .row .container { border-width: 0; border-radius: 0; }#FSlkVtDaif8xL2RXNf6ZLnfb3Rqlz5c2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FSlkVtDaif8xL2RXNf6ZLnfb3Rqlz5c2 > .row .container { font-size:0.875rem;font-family:arial;height:100.9375rem;width:75rem;position:relative;display:block; }#bXsDwrLkrIooQq7rhb2VXgbnV9tsoqBW { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:"source sans pro";font-size:2.9375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:7.5625rem;left:16.25rem;height:3.23095625rem;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; }
#BZdOIPosDllCfNeTs2CCCk7ceDy0CU2N { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:0rem;display:block; }
#NTEX3WPZmRP06tGc4V18xBy9ivJBMBEe { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:35.38720703125rem;left:1.03125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TlQVy8ZCQRuTJXXg0KVnVq2NSw6B7uzz { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:20.1875rem;width:20.1875rem;top:13.25rem;left:1.25rem;overflow:hidden;display:block; }
#F47mLfpguzWXDQTFA5vHd37LgxC2SeCt { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.25rem;left:0.125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ug5cI4JpZBSZF4uC61SGpDE2mJZdMP0a { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.38720703125rem;left:27.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#a9lcwcoOtGPpgBsNSdRQSnl1wpsQhRtW { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:37.25rem;left:27.5625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#O7h0agEkL4n2ZTIWCIOkZ0KogMFk75aD { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:20.1875rem;width:20.1875rem;top:13.25rem;left:27.75rem;overflow:hidden;display:block; }
#iWUOO2XS0sqayaIzvLtD6JXmk3F8Tpgi { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.01220703125rem;left:54.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#X3NxtSymzDmxNCnKTTDo0S9lJVoF7ALf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:35.0625rem;left:54.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#pVmkZqEngwb3VeXTJ15lUaH0TQJ8awCV { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:20.1875rem;width:20.1875rem;top:13.25rem;left:54.25rem;overflow:hidden;display:block; }
#cEuVtiGBhxvdfQr0gKrOyT6hov7p3OdX { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:65.1875rem;left:54.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#T8I2HMTQkSCPMLiXvUgQs404aairauhh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:63.24365234375rem;left:54.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#GsVrMcnmx1K4rCx2DWT86HokoEy21kky { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:20.1875rem;width:20.1875rem;top:41.1875rem;left:54.25rem;overflow:hidden;display:block; }
#DT6BAcNfLzU0bQEfa04OgJxUoJ8h2DBh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:63.24365234375rem;left:27.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HODEq8rJwFmMNQ86VrCnbKRk1HHCpVf4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:65.1875rem;left:27.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#lB5ozZONsmry5zCuNC64yc87hlsSgTHl { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:20.1875rem;width:20.1875rem;top:41.1875rem;left:27.75rem;overflow:hidden;display:block; }
#fgtNvSaBIOeiApiUc1aHO1yxAb184omc { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:63.24365234375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#VSXTks816C3tWTCFW5S2G7QqKEJ59sA4 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:20.1875rem;width:20.1875rem;top:41.1875rem;left:1.25rem;overflow:hidden;display:block; }
#rhD5HAzLwN8pW1zvT8TUROGFXtnhBr4r { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:65.1875rem;left:0.125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#MoBRHJyBvhxlgkfdkC2o0xATIQrTU0Ky { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:93.3125rem;left:27.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#gVxMZ0fqm4iWullyxUUR6aSTHZAzw6tE { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:91.75rem;left:27.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#r2ZnkzcA6ZmFczwqTtBcXmEwe9ZMHP8f { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:20.1875rem;width:20.1875rem;top:69.3125rem;left:27.4375rem;overflow:hidden;display:block; }
#G8eGFoUU1diWKACn3KtkmKa2FGyH5cC8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1eeee;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; }#G8eGFoUU1diWKACn3KtkmKa2FGyH5cC8 > .row .container { background-color: transparent; background-image: none; }#G8eGFoUU1diWKACn3KtkmKa2FGyH5cC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8eGFoUU1diWKACn3KtkmKa2FGyH5cC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8eGFoUU1diWKACn3KtkmKa2FGyH5cC8 > .row .container > .video-iframe-container { display: none; }#G8eGFoUU1diWKACn3KtkmKa2FGyH5cC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8eGFoUU1diWKACn3KtkmKa2FGyH5cC8 > .row > .video-iframe-container { display: none; }#G8eGFoUU1diWKACn3KtkmKa2FGyH5cC8 > .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); }#G8eGFoUU1diWKACn3KtkmKa2FGyH5cC8 > .row .container { border-width: 0; border-radius: 0; }#G8eGFoUU1diWKACn3KtkmKa2FGyH5cC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G8eGFoUU1diWKACn3KtkmKa2FGyH5cC8 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#DWadT4ArDnRetqZTOTkxfXzEbL6Cn9DP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.75rem;left:37.125rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fybc6p8MbT49FP4tvODFohL8zK5PTCRH { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:6.5625rem;left:37.125rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OcIonuEfmBGWcVhPr7MuQlSp2zbwZTgF { position:absolute;display:block;z-index:15009;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:2.4375rem;width:8rem;top:7.705078125rem;left:24.15625rem;overflow:hidden;display:block; }
#Ds2ufdAk14y9TWvAm9shGX9oAewTNmWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#Ds2ufdAk14y9TWvAm9shGX9oAewTNmWd > .row .container { border-width: 0; border-radius: 0; }#Ds2ufdAk14y9TWvAm9shGX9oAewTNmWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ds2ufdAk14y9TWvAm9shGX9oAewTNmWd > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:none; }#KgldkzE6cS8Pi0GK82RC6H7xhMMlkIqc { 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);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ZztXBOwdC7VFaXZVNMsSwZLWF6UnQSv0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EDFA6kwuzX4NB9XQkrlJWTPcEqyc6oQ6 { 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:32rem;width:32rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nH3vVi9EI2zJq04iEHdNSUAgbdR5JyEO { display:block; }#nH3vVi9EI2zJq04iEHdNSUAgbdR5JyEO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwJCngmiayU1TlcEhlfNElEZoG1et2MF { width:18.5rem;height:3rem;top:0.8125rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4HN664e5qlO2Cy2yn94Qi20gRUmZoX8 { display:block; }
 }@media only screen and (max-width: 763px) { #CzwJUr7uooSXnxF6OPHldB6xQehFIdpa { top:0.9375rem;left:0rem;width:9.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIEMORwJf4xrn3uFUFh28EV1VnqyPmme { top:1.6875rem;left:7.375rem;width:4.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTsUb52c42N7LbgzbIoDffoFr2g6D0RZ { top:1.6875rem;left:12.9375rem;width:4.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwiKh1TePHS8Zn5f33ztwtxi2XkkxI9a { top:1.6875rem;left:17.4375rem;width:9.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfRpTRsXMOxh8E4OKHZctF0PxXbHx4lr { width:47.6875rem;height:47.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngg7nsWEvGnDTDtPWKvyonnnS0cnVowR { width:12.0625rem;height:3rem;top:0.8125rem;left:33.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwRi6JZtgIIeL8JBkD2UQ1bHMWNsJFsy { display:block; }
 }@media only screen and (max-width: 763px) { #eRCZre3W67S6Rx2lLE1aETl9t8GTUGsK { display:none; }#eRCZre3W67S6Rx2lLE1aETl9t8GTUGsK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gDlipEAgkmDaZDJ50tUnKGnRctpIN5d8 { display:none; }
 }@media only screen and (max-width: 763px) { #dT1TMQnrIMbXhP0VBzLVKRWJdp3QW1If { top:4.6875rem;left:0rem;width:10.375rem;height:8.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtznEpRZdXrGh3VyEnfTTVKbREFka8C9 { top:0.9375rem;left:0rem;width:4.625rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWBBWviLf2x4yOei57SDUB4qZ8dAGvd1 { display:none; }#EWBBWviLf2x4yOei57SDUB4qZ8dAGvd1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gCMxVTd5K7QKK2CQP7zHI9k3TeuKxT4M { top:1rem;left:0rem;width:4.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEvHzaI4DC9RdlSEhezIe5Cexlsfh7E2 { width:19rem;height:3rem;top:0.75rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6tFNUoesmGzvkcbAquVqdhSV1nXUTID { display:block; }
 }@media only screen and (max-width: 763px) { #VHZLGbqT6icEcT7J7tqFQdt44H1TSKla { top:1.6875rem;left:23.875rem;width:9.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4rVQ4Se3rGgP7FTfbT40lT3LVdrBeAk { top:1.6875rem;left:11.5625rem;width:4.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoNb5SPkVeoHAiTdwTwZdnMETZG3kRlt { display:none; }
 }@media only screen and (max-width: 763px) { #SKNyiFDHdiHkqDU0zRTKJPGRb25J93xy { top:5rem;left:0rem;width:16.4375rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezThBWHNMR4nJX9NaxhVFfJPat54dXGV { top:1.6875rem;left:20.75rem;width:6.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsgcPcCzw9ZNOnZPiUQhlsCP7nlOmMC3 { top:1.6875rem;left:16rem;width:6.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhStwTMVPEq1ERl2UV3dZ21dXn30qnAL { top:1.6875rem;left:5.25rem;width:5.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP { display:block; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8iMcIk7xPvhbSp8T53Bi2MbeE6erLnz { width:36.25rem;height:3.25rem;top:43.9375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPNCPRnnVtMBilVHmtJONovxlAztg00L { display:block; }
 }@media only screen and (max-width: 763px) { #PkJHKF2T37IMlTyKrarOZ21r1Xy0qvOW { top:8.0625rem;left:0rem;width:26.75rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOQpe5NHE2oVaOdrpi5ulWDUWktBN2yA { top:27.1875rem;left:11.375rem;width:36.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spIJS3IrPThHOuBtnPmCgtrtKh5TriWr { top:8.3125rem;left:9.5625rem;width:38.1875rem;height:13.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4irKdKMosx3dcKbHqi1IBWO6g7w1eQE { top:31.5625rem;left:35.5rem;width:7.375rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oC1MhFEwhIIyLbPSfxGPrcyAuQkyvbeR { top:25.5625rem;left:11rem;width:36.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ91VXMp4b9d1GOPLrZ9qVPebEJJfU6A { top:36.5rem;left:11rem;width:36.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKtBRONcn1Gxo5XWzvmer4ACCM14oor { top:57.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCoChKWCkaGvTvJ6bGot1h3mE3kBWnRw { width:36.25rem;height:4rem;top:38.5rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNTZatZ78tkG2kLOzGwD5Pd7TAQnO5XT { display:block; }
 }@media only screen and (max-width: 763px) { #qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT { display:none; }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CDL414ENCs2pkErHNAVn0byTGdTFWazT { top:10.25rem;left:11.4375rem;width:36.3125rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0EkaCJCWkDRgikxhJNbENOgS3W5LRun { top:3.875rem;left:0rem;width:32.6875rem;height:;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Rck635FCtsgUt91nPTapqRbONSQAKU { top:14.625rem;left:0rem;width:30.3125rem;height:18.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhRNzJARVT8wOE4dI7imxmtU3nsS0oZi { top:51.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsnhfTGH4mxXrQ42UnyNgHXOTomlZt57 { width:21.25rem;height:3rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0RVerxm06hMfJinETlzAph7LAIJVsMw { display:block; }
 }@media only screen and (max-width: 763px) { #hfyGgeNMzSzCNuoky2eqLkHLhqnVlevv { top:36.9375rem;left:0rem;width:24.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtB4aLPBhE9ifrNuiwZPzvBKGk1ZaD25 { display:block; }#ZtB4aLPBhE9ifrNuiwZPzvBKGk1ZaD25 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbboiST356mWHaOWWSs9oyufKtddwEOs { top:1.5625rem;left:0rem;width:47.75rem;height:;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrI9Ke0QSqv6mGWrL64awQZyzsnQTXOJ { top:37.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Qx82CzU7eQUxqPKRzFtgcTf3CTs4wa { width:21.25rem;height:3rem;top:28.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk5CBxQ7QwLukMbhGKxXhCxD6MkC6MWc { display:block; }
 }@media only screen and (max-width: 763px) { #fyfCBKFkv3FVPZFo0czAcEtJNMk9SI39 { width:21.25rem;height:3rem;top:28.75rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e79ssDqAWvWT2BxrvRSPWQyyxFsu6SkU { display:block; }
 }@media only screen and (max-width: 763px) { #m6swIhrPf6gh5K2RlQnARKyQWfDva1DX { top:10.1875rem;left:0rem;width:13.8125rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euB5Id89PlBfR0CISFO9HVv9i7PJxLdN { top:8.8125rem;left:0rem;width:15.0625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcTu505vVdlx5f6EgkPa14I13bJ0bbVB { top:14.8125rem;left:0rem;width:12.125rem;height:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #petxU0zv1d4ZGLzEnlMM5APX6z8V2nUL { top:8.875rem;left:2.4375rem;width:13.8125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWXKKnhRNVDFd5xeHdtFXhR0XduoNB6g { top:14.8125rem;left:3.71875rem;width:12.625rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Leu3uK1Hih8wBnmvVrC3te4r0TARyPUe { top:10.25rem;left:3.75rem;width:13.8125rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4WUJNfFPdkcHP1GXIxT6BvXlEUchiWJ { top:8.9375rem;left:33.8125rem;width:13.8125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7U1XZD30HKbKkp2RsEJlSQK0za4E2ad { top:13.875rem;left:34.46875rem;width:12.625rem;height:6.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMvXS5erfXGHNNJmgaqhp6eHpaWEZShx { top:10.25rem;left:34.5rem;width:13.25rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUkCTSJOBpP6Pm8eoXX5iIORLPU50Bvu { top:10.25rem;left:19.0625rem;width:13.8125rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmNVT3TPkos7lowW60LRTiPuO9LgW4Of { top:8.875rem;left:17.75rem;width:15.0625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm8QEmm3zKMKTptvQu35eknWzSwXz8zg { top:14.8125rem;left:19.0625rem;width:12.125rem;height:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZoSum4y7x1dP1Kn4mMtQ9QTJD5OcGMT { top:8.875rem;left:33.8125rem;width:12.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI2sI8m7Q7U9BtyM1DTR0UGpTHeAlP3v { top:14.8125rem;left:36.625rem;width:11.125rem;height:7.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGQTQTqCZP8Kl1WU2pydn50r8a09pmwM { top:10.4375rem;left:36.0625rem;width:11.6875rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8oDQ3IRsVF9B0nvl4C96FdrtHxJ9Qyb { display:block; }#k8oDQ3IRsVF9B0nvl4C96FdrtHxJ9Qyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp { display:flex;height:auto;width:27.8125rem;top:13.25rem;left:5.65625rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #xDyG6oZOZzsxJ6kJy1bUTT8MzRnwaSz0 {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #L8zOyACN6EtzDCVSLJ7mVRhrKTOavemZ {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #xOE0BHdBNn8CsVxsconBG0hNkonFRbIt {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #QXfh3PM8HoeMCptTy23I2InrzZ87mqBF {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #HODakzXGxB3crgBwOgTnuKJ9GmJd64lT {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #myfyTBfNPVmNQAGGN5qnCpEDbDTbGTvX {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #mCLAII9SRGUxaekos1MQfxZADctgS8lK {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #WMy9VnEe7y3cSh9bkDTAUO94me6siEMO {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #IlVlMpB0xCVrsWTEnLv0guK3hTOaKZ0W {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #QQxSO0oCKMRGBPKnAfxTKw8lBNWTHS9d {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #CWgJayP9nTzuf1tyyuc0m2DX78kva1hN {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #wClgilGU4SiOuiSD5BhUQ3cwdTbndOpG {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #wOBLQDy1VQRgBs1F384eU6wKfCe7CziG {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #egQzcHEJel7lEA2c2TpwaPSxIN9LS9cu {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #nUTuMQpBhx6uPy9mny952Xal4az0t4ce {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #MFNuciKhVTmDlk0rTDm9T71p9NFA2qJT {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #kteC0GnFxzTJkB25au0Zn56QWwoK3OkN {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #syPTTsnFLRzF3G9nkNuGPNVcVTmlotG5 {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #v57gQwVfi6kmZNZPKS2Oxlm82Vmk1Nen {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #CvdNhreUxQG70qWGncWhZdUNpkz3x3bh {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #uhL1T1PIN2EgEGs4tF2AO9wIGTOkpyQR {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #SGT9fssCbyLJTfK1vbQ4bsrL03nBMSFS {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #dWTRCTh6PbAtke8vwp8bOkd9X3hP1ptT {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #agdPhWzZR7vzCWsPKxi0XcQV9p7mcPKm {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #EKE1frlPECMWZWvZiJLIJl59pHiXBkQe {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #UyGFRy5084fa9xiRnLpWs24FoREyeNx3 {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #R58q2ofRcHsTqDIrd1RNZ9fJP1iDBlq6 {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #TAiyfAGfdiqMbFQ3OXp0BLt3STNLTNLi {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #qbKzliX2A7NAZJaGZCz7bMmrn3ELbECZ {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #OyTdv6L0qM4xvgOaya8GR9ceo0UxIRwx {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #Xadx2pqXhx73zFCdNU26Xw6vGdTwOfoZ {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #ZbvicDWSKaoUpTrUuFmbw7aaQNm9HO5N {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #rFbDrMwPP2DOPveMvaDlOVzMb2is3nWS {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #Vvc6A004fuZFLd8mW6TSN0wk0yWku5xi {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #kGm8X0bcERPpFAVgTHyfGp84drULwJB8 {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #Zkc4OXrGFP7eF4X01HQBZWvqhyCifpMu {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #oW82VczU7uOw5mQy8CTLSdOPuqZ32llc {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #teSHQACudZOHXfBQ63PPaDiyE23b30Oy {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #gFTDfFul9ro1f70dUN03Shk2Ukt0uOWk {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #r7L9t9ssbXAr18zTTJd2dOnNCUyLTKiJ {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #KTgGLwMl8m4MWqsWkFMTqV342ypd2eaf {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #XMBX86Dk2UsAxz299UERz5xtVSQt8lhR {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #rHS9KFQarMzSA41h5Xy4dAZpGdGp4qon {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #SorGWl0SoxhNxUNLWmsAvXWIGPm6d4Js {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #N3GOKA38Somm7IHp94wNp35I3HvzPWBp {  }
 }@media only screen and (max-width: 763px) { #VIuKmZFgNUXp0VRUUGgIZJhAee3tJnKE { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBNNQ9RW75JveThLrTEVUWwW9aKFevIg { top:55.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1L6pEMNNiwGyFysTpTNNog0WugWIbht { top:8.3125rem;left:2.75rem;width:42.25rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuO8N9MbTtV1dcxKi9VfrbShuKe6TGuD { display:block; }#AuO8N9MbTtV1dcxKi9VfrbShuKe6TGuD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp { display:flex;height:auto;width:27.8125rem;top:13.25rem;left:5.65625rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #FOVB9N6ZNf8pqRkF5TuUfHbZwZMyg8fe {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #AbB9hf4Jsaf0H8l6hVhTvALLWV7Olh6i {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #ZtIui8tGpyFZuKto9FygO3cQn7Z5gRTC {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #nWAoqB3sipca1kAuAtsdXPb1rq8NMpZU {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #sUxsQZc3a1zCL00I7Ii80FEFhqqlTBT2 {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #PokdZ75T5TX5fXMOH6XfZgP43f1R6AJQ {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #SUJWBdTSgFsGPGTiPUdpfEuHk4AuUxfR {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #axUsDZcIczcNtTytLWRfPQcvF37n9rwJ {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #EFCyosRLvJDegl9VbfEKPx9wOiv0RR7T {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #ySshW7TEWtkp4Afz1MGNIbU7g1TKF1lv {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #IKQPGHhRAz346Jo2iO4hhJcm2eIw5mtp {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #sGxDi6QtRyTiQcH8JXElda0AThqIxs6M {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #aKcnWzBiwH1QnCls9XcGgK2bbIPUtBvL {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #TQNoI9TkiJqkbe9b14S0SiFxqHELGo4b {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #TcRurZCCS95pJblV580Zbm5rf82AcmGX {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #GAlr27SFfXTbfBetUb04UvbXA7ITxG0X {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #MA3Ik75ccLM3USBdZKMOTZq7LELe2eq3 {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #HwZkqBLiT7K50OvrLenfmyK53iBpMiwS {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #dgD3mSEs9TKHkLQt5TlnVr8Npcuimlrp {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #VA0ce6BTLkM7zetmZaKyldhtlGrTZNNs {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #SdonXgClLSoWk97F9TvqrRJSIA4hDDig {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #RBLsuAu9VL6XbwTiGsDDgUslXxxBGT5f {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #OWUxO6Tifcov667V38MiTUALl26gQrFb {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #k7LzMkIfpMtzhBUQspab66X1cIefgpad {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #yhTQUoEbMTTl7vlWnbRnQw8hrHIUVH8V {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #khdblLLb4VPixTrp1nRCqlOtRqXUa2zi {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #zyQvck5zE8n92JS0p2agJkPHf6R6VOzO {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #ttsQqdrozd5A7LGoKg7I9oHLhGHSyNbV {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #dlvrSoFLy0r0d8sbvAhBNBBn9iiBhEVN {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #nhoewoOokwwp2iCUzV37Dw0OUw4e2OxC {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #nyXq7y4RaGM6ZS5r0ddwQVpmaO8SFOEN {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #ECkqWTIg2CdgnEOzxObQ3xt1DXzlMbSi {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #tAVwN5o2IeXzIrSkDlbrkkNdEaF7TOFT {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #OfTrJSIM90PuR7cGIILlAb2C0gEPOEoJ {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #xruPJ61Ei6R6a6r3NaMcUt5mTi9X7yr4 {  }
 }@media only screen and (max-width: 763px) { #X83mkHiECFiEgOuzHSmpV8xB4rxzk8M7 { top:4.8125rem;left:4.625rem;width:38.375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeVNFMDhSRFENTyZJMII75Gb1tVzJcqy { top:49.875rem;left:4.6875rem;width:38.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCdTHPKQQkA0kHRbaZk4qsSZmLBiqRxu { width:29.0625rem;height:3rem;top:52.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smsb27u61o7dff458LCiJud36nPFrwol { display:block; }
 }@media only screen and (max-width: 763px) { #OFcLXBrWAfVt2slD5qkANfrih8dtb5HF { top:61.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz { display:block; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-regular-label { width:29.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-text { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-text {padding-top: 0; padding-bottom: 0;}#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-textarea { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-select { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-select {padding-top: 0; padding-bottom: 0;}#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-button { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.0625rem; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-checkbox-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK  { width:29.1875rem;height:auto;top:8.6875rem;left:8.0625rem; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .radio-container { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK {display:block;}#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK { width:29.1875rem;height:auto;top:8.6875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #IMxKdVzkESZGhPUHIIkzN49giUuEGiBa {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #lpLQ1Z4Sgp7fNNKvJouwkZLpkH9JD8xH {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #DJV50rrIfC04wXSr6n209tTg4Fgfmn3P {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #HD0tu6zbHolPc89ATsPzynHWepcnTr5l {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #HEpBqRQnb33ToKTU3UtiThqwGBr9A7WT {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #gLbTPl9JTyUE5DhZOlJ0TXM1PKIKunaC {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #AyHQRrz716CyZpbyKrTrZPFuVxgblKF4 {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #uCTmN2WSelGtFPPIol8r6qMT2Sly6FFq {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #kGPWWZGwJrxrShTiQT4MMtzb6UMTNzfN {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #IuEmJ7QtzPJInngEsovv2gQS2OCJVoyp {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #WLuG7sFZNBw5aJnWERHInQbTJ6LOS2tT {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #qZ3wDTZVo5xRXAKkw5mQNZlZTm7AI4uS {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #Wq5QInaJa1ogyDMXFJeg9i4TfoFIa7X7 {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #Iuxm25lASR6MrLT9rq2kF1kBhXSinvEL {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #OzOth88vxT2pbP0KDSgEIgZxFNFklM2m {  }
 }@media only screen and (max-width: 763px) { #k24megvfGsSIvNT5QFNCdQXKShKp2Jkz { display:block; }
 }@media only screen and (max-width: 763px) { #nbr5PzcgHMbsnodKLO5RuJ9rx0kcuBoq { display:block; }
 }@media only screen and (max-width: 763px) { #bUa9SnGmOlaMxIMsgiXTl1wUCZHcKJ1K { display:block; }
 }@media only screen and (max-width: 763px) { #BMtOsSk4E6Dco6t4AlK2cNFBVmp4AkNT { display:block; }
 }@media only screen and (max-width: 763px) { #K3P1Tep002uLOAMoPx254knaFThTMNFL { display:block; }
 }@media only screen and (max-width: 763px) { #Xpk5qe2VqRWga6Go3NZHoFW9nrrGG6w9 { display:block; }
 }@media only screen and (max-width: 763px) { #SeOi2w0e5TXUKnsR2tpSgRqS5GNb30Bq { display:block; }
 }@media only screen and (max-width: 763px) { #ZNkck9r12a6MgbBHD7t8bIf7mSxvZR07 { display:block; }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #uEqIp9gUKoiSmP9MHRwqEz7XrpMZqPCf {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #mwupIPXn44nfAbwusi6ISBrMMNADo0Pc {  }
 }@media only screen and (max-width: 763px) { #zrxyvmG1qc4TsVAXUALU4Whw3flgcTBE { top:30.4375rem;left:8.3125rem;width:31.1875rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfN5ClS3dMcHGbG3WT0x6ov3JJ0LdSG3 { top:4.875rem;left:4.6875rem;width:38.375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNNzqr3EWPH1exvJSZyoa27UqTIUiIT { display:block; }#oHNNzqr3EWPH1exvJSZyoa27UqTIUiIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MT8pdWSbVNPJ9lKJs7nxTh4Uqp4DWvr5 { top:10.375rem;left:0rem;width:26.5rem;height:5.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpR1mTJu9fLEydigt1lUatFgHQ0Fgayg { top:3.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXx7rupSCbRyLPPFKX5nEeWn87dJ9b8O { top:16.9375rem;left:0rem;width:21.125rem;height:16.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ddthM0Ogty3O7ugRtKcfUC86XLxbBl { top:5.125rem;left:25.875rem;width:21.875rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSlkVtDaif8xL2RXNf6ZLnfb3Rqlz5c2 { display:block; }#FSlkVtDaif8xL2RXNf6ZLnfb3Rqlz5c2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXsDwrLkrIooQq7rhb2VXgbnV9tsoqBW { top:7.5625rem;left:2.625rem;width:42.5rem;height:3.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZdOIPosDllCfNeTs2CCCk7ceDy0CU2N { top:3.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTEX3WPZmRP06tGc4V18xBy9ivJBMBEe { top:35.375rem;left:0rem;width:20.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlQVy8ZCQRuTJXXg0KVnVq2NSw6B7uzz { top:13.25rem;left:0rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F47mLfpguzWXDQTFA5vHd37LgxC2SeCt { top:37.25rem;left:0rem;width:20.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug5cI4JpZBSZF4uC61SGpDE2mJZdMP0a { top:35.375rem;left:13.5625rem;width:20.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9lcwcoOtGPpgBsNSdRQSnl1wpsQhRtW { top:37.25rem;left:13.9375rem;width:20.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7h0agEkL4n2ZTIWCIOkZ0KogMFk75aD { top:13.25rem;left:14.125rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWUOO2XS0sqayaIzvLtD6JXmk3F8Tpgi { top:37rem;left:27.125rem;width:20.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3NxtSymzDmxNCnKTTDo0S9lJVoF7ALf { top:35.0625rem;left:27.125rem;width:20.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVmkZqEngwb3VeXTJ15lUaH0TQJ8awCV { top:13.25rem;left:27.5625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEuVtiGBhxvdfQr0gKrOyT6hov7p3OdX { top:65.1875rem;left:27.125rem;width:20.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8I2HMTQkSCPMLiXvUgQs404aairauhh { top:63.1875rem;left:27.125rem;width:20.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsVrMcnmx1K4rCx2DWT86HokoEy21kky { top:41.1875rem;left:27.5625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6BAcNfLzU0bQEfa04OgJxUoJ8h2DBh { top:63.1875rem;left:13.5625rem;width:20.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HODEq8rJwFmMNQ86VrCnbKRk1HHCpVf4 { top:65.1875rem;left:13.625rem;width:20.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB5ozZONsmry5zCuNC64yc87hlsSgTHl { top:41.1875rem;left:14.125rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgtNvSaBIOeiApiUc1aHO1yxAb184omc { top:63.1875rem;left:0rem;width:20.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSXTks816C3tWTCFW5S2G7QqKEJ59sA4 { top:41.1875rem;left:0rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhD5HAzLwN8pW1zvT8TUROGFXtnhBr4r { top:65.1875rem;left:0rem;width:20.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoBRHJyBvhxlgkfdkC2o0xATIQrTU0Ky { top:93.3125rem;left:13.625rem;width:20.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVxMZ0fqm4iWullyxUUR6aSTHZAzw6tE { top:91.75rem;left:13.5625rem;width:20.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2ZnkzcA6ZmFczwqTtBcXmEwe9ZMHP8f { top:69.3125rem;left:13.8125rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8eGFoUU1diWKACn3KtkmKa2FGyH5cC8 { display:block; }#G8eGFoUU1diWKACn3KtkmKa2FGyH5cC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWadT4ArDnRetqZTOTkxfXzEbL6Cn9DP { width:17.125rem;height:1.75rem;top:3.75rem;left:23.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fybc6p8MbT49FP4tvODFohL8zK5PTCRH { width:23.5625rem;height:4.6875rem;top:6.5625rem;left:23.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcIonuEfmBGWcVhPr7MuQlSp2zbwZTgF { top:7.6875rem;left:10.53125rem;width:8rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds2ufdAk14y9TWvAm9shGX9oAewTNmWd { display:block; }#Ds2ufdAk14y9TWvAm9shGX9oAewTNmWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgldkzE6cS8Pi0GK82RC6H7xhMMlkIqc { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ZztXBOwdC7VFaXZVNMsSwZLWF6UnQSv0 { display:block; }
 }@media only screen and (max-width: 763px) { #EDFA6kwuzX4NB9XQkrlJWTPcEqyc6oQ6 { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#e8e8e8;background-image:none;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); } }@media only screen and (max-width: 763px) { #nH3vVi9EI2zJq04iEHdNSUAgbdR5JyEO { position:relative;z-index:auto;display:none; }#nH3vVi9EI2zJq04iEHdNSUAgbdR5JyEO > .row .container { width:20rem;height:4.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hwJCngmiayU1TlcEhlfNElEZoG1et2MF { width:9.9375rem;height:2.75rem;top:1.0625rem;left:10.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4HN664e5qlO2Cy2yn94Qi20gRUmZoX8 { display:block; }
 }@media only screen and (max-width: 763px) { #CzwJUr7uooSXnxF6OPHldB6xQehFIdpa { width:5.1875rem;height:1.5625rem;top:1.46875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIEMORwJf4xrn3uFUFh28EV1VnqyPmme { width:4.5rem;height:auto;top:1.6875rem;left:7.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTsUb52c42N7LbgzbIoDffoFr2g6D0RZ { width:4.5rem;height:auto;top:1.6875rem;left:7.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MwiKh1TePHS8Zn5f33ztwtxi2XkkxI9a { width:9.125rem;height:auto;top:1.6875rem;left:5.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfRpTRsXMOxh8E4OKHZctF0PxXbHx4lr { top:0.84375rem;left:12.625rem;width:3.125rem;height:3.125rem;z-index:15017;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ngg7nsWEvGnDTDtPWKvyonnnS0cnVowR { width:3.375rem;height:2.4375rem;top:1.1875rem;left:16.625rem;font-size:1rem;background-color:#28b0eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #IwRi6JZtgIIeL8JBkD2UQ1bHMWNsJFsy { display:block; }
 }@media only screen and (max-width: 763px) { #eRCZre3W67S6Rx2lLE1aETl9t8GTUGsK { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#eRCZre3W67S6Rx2lLE1aETl9t8GTUGsK > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDlipEAgkmDaZDJ50tUnKGnRctpIN5d8 { display:flex;top:1.3125rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #dT1TMQnrIMbXhP0VBzLVKRWJdp3QW1If { top:4.724609375rem;left:9.625rem;width:10.375rem;height:13.53515rem;z-index:15046;text-align:right;text-align-last:right;line-height:1.8;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtznEpRZdXrGh3VyEnfTTVKbREFka8C9 { width:7.5rem;height:2.25rem;top:1.125rem;left:0rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EWBBWviLf2x4yOei57SDUB4qZ8dAGvd1 { position:relative;z-index:auto;display:none; }#EWBBWviLf2x4yOei57SDUB4qZ8dAGvd1 > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gCMxVTd5K7QKK2CQP7zHI9k3TeuKxT4M { width:5.5625rem;height:2.8125rem;top:1.09375rem;left:1rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UEvHzaI4DC9RdlSEhezIe5Cexlsfh7E2 { width:19rem;height:3rem;top:0.75rem;left:0.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6tFNUoesmGzvkcbAquVqdhSV1nXUTID { display:block; }
 }@media only screen and (max-width: 763px) { #VHZLGbqT6icEcT7J7tqFQdt44H1TSKla { width:9.125rem;height:auto;top:1.6875rem;left:5.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4rVQ4Se3rGgP7FTfbT40lT3LVdrBeAk { width:4.5rem;height:auto;top:1.6875rem;left:7.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoNb5SPkVeoHAiTdwTwZdnMETZG3kRlt { display:flex;top:1.3125rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #SKNyiFDHdiHkqDU0zRTKJPGRb25J93xy { top:4.724609375rem;left:3.5625rem;width:16.4375rem;height:12.08691875rem;z-index:15046;text-align:right;text-align-last:right;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #ezThBWHNMR4nJX9NaxhVFfJPat54dXGV { width:6.25rem;height:auto;top:1.6875rem;left:6.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsgcPcCzw9ZNOnZPiUQhlsCP7nlOmMC3 { width:6.25rem;height:auto;top:1.6875rem;left:6.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhStwTMVPEq1ERl2UV3dZ21dXn30qnAL { width:5.8125rem;height:auto;top:1.6875rem;left:7.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP { background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { background-color: transparent; background-image: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .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); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8iMcIk7xPvhbSp8T53Bi2MbeE6erLnz { width:18.875rem;height:3.25rem;top:38.9375rem;left:0.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPNCPRnnVtMBilVHmtJONovxlAztg00L { display:block; }
 }@media only screen and (max-width: 763px) { #PkJHKF2T37IMlTyKrarOZ21r1Xy0qvOW { width:5.5rem;height:8.0625rem;top:1.51171875rem;left:5.09375rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOQpe5NHE2oVaOdrpi5ulWDUWktBN2yA { width:20rem;height:3.8994125rem;top:27.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spIJS3IrPThHOuBtnPmCgtrtKh5TriWr { width:20rem;height:13.125rem;top:7.5625rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #t4irKdKMosx3dcKbHqi1IBWO6g7w1eQE { width:5.5rem;height:2.8125rem;top:22.375rem;left:7.25rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #oC1MhFEwhIIyLbPSfxGPrcyAuQkyvbeR { width:20rem;height:0.125rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ91VXMp4b9d1GOPLrZ9qVPebEJJfU6A { width:20rem;height:0.125rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKtBRONcn1Gxo5XWzvmer4ACCM14oor { width:20rem;height:0.0625rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCoChKWCkaGvTvJ6bGot1h3mE3kBWnRw { width:18.5rem;height:4rem;top:33.6875rem;left:0.75rem;font-size:1.1875rem;line-height:1.1;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNTZatZ78tkG2kLOzGwD5Pd7TAQnO5XT { display:block; }
 }@media only screen and (max-width: 763px) { #qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT { background-color:#ffffff;background-image:none;display:block; }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .row .container { background-color: transparent; background-image: none; }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .row .container > .video-iframe-container { display: none; }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .row > .video-iframe-container { display: none; }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .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); }#qGuZiIhG3ZwTrInJUwygaPTCBkTOemPT > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDL414ENCs2pkErHNAVn0byTGdTFWazT { width:19.1875rem;height:14.4375rem;top:8.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k0EkaCJCWkDRgikxhJNbENOgS3W5LRun { width:20rem;height:6.75rem;top:24.875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N4Rck635FCtsgUt91nPTapqRbONSQAKU { width:17.625rem;height:23.39060625rem;top:35.4375rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xhRNzJARVT8wOE4dI7imxmtU3nsS0oZi { width:20rem;height:0.0625rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsnhfTGH4mxXrQ42UnyNgHXOTomlZt57 { width:18.875rem;height:3rem;top:75.875rem;left:0.5625rem;font-size:1.1875rem;background-color:#ccc3a4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(var(--color-primary-4),0.52) ;display:block; }
 }@media only screen and (max-width: 763px) { #F0RVerxm06hMfJinETlzAph7LAIJVsMw { display:block; }
 }@media only screen and (max-width: 763px) { #hfyGgeNMzSzCNuoky2eqLkHLhqnVlevv { width:18.9375rem;height:3.8994125rem;top:70.75rem;left:0.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtB4aLPBhE9ifrNuiwZPzvBKGk1ZaD25 { display:block; }#ZtB4aLPBhE9ifrNuiwZPzvBKGk1ZaD25 > .row .container { width:20rem;height:117.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbboiST356mWHaOWWSs9oyufKtddwEOs { width:20rem;height:8.8681875rem;top:4.125rem;left:0rem;font-size:2.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qrI9Ke0QSqv6mGWrL64awQZyzsnQTXOJ { width:20rem;height:0.0625rem;top:116.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Qx82CzU7eQUxqPKRzFtgcTf3CTs4wa { width:18.875rem;height:3rem;top:100.5625rem;left:0.5625rem;font-size:1.1875rem;background-color:#6d8092;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(var(--color-primary-4),0.52) ;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #yk5CBxQ7QwLukMbhGKxXhCxD6MkC6MWc { display:block; }
 }@media only screen and (max-width: 763px) { #fyfCBKFkv3FVPZFo0czAcEtJNMk9SI39 { width:18.875rem;height:3rem;top:104.8125rem;left:0.5625rem;font-size:1.125rem;background-color:#ccc3a4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(var(--color-primary-4),0.52) ;display:block; }
 }@media only screen and (max-width: 763px) { #e79ssDqAWvWT2BxrvRSPWQyyxFsu6SkU { display:block; }
 }@media only screen and (max-width: 763px) { #m6swIhrPf6gh5K2RlQnARKyQWfDva1DX { width:13.8125rem;height:3.7109375rem;top:16.4375rem;left:3.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euB5Id89PlBfR0CISFO9HVv9i7PJxLdN { width:15rem;height:12.8125rem;top:15.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcTu505vVdlx5f6EgkPa14I13bJ0bbVB { width:12.125rem;height:6.171875rem;top:20.8125rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #petxU0zv1d4ZGLzEnlMM5APX6z8V2nUL { width:15rem;height:13.125rem;top:29.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWXKKnhRNVDFd5xeHdtFXhR0XduoNB6g { width:12.625rem;height:6.375rem;top:35.1484375rem;left:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Leu3uK1Hih8wBnmvVrC3te4r0TARyPUe { width:13.8125rem;height:3.7109375rem;top:30.75rem;left:3.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4WUJNfFPdkcHP1GXIxT6BvXlEUchiWJ { width:15rem;height:13.75rem;top:60.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7U1XZD30HKbKkp2RsEJlSQK0za4E2ad { width:12.625rem;height:6.6484375rem;top:66.8125rem;left:3.6875rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WMvXS5erfXGHNNJmgaqhp6eHpaWEZShx { width:13rem;height:3.7109375rem;top:62.25rem;left:3.5rem;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lUkCTSJOBpP6Pm8eoXX5iIORLPU50Bvu { width:13.8125rem;height:3.7109375rem;top:45.8125rem;left:3.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmNVT3TPkos7lowW60LRTiPuO9LgW4Of { width:15rem;height:15rem;top:44.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm8QEmm3zKMKTptvQu35eknWzSwXz8zg { width:12.125rem;height:8.4375rem;top:50.1875rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZoSum4y7x1dP1Kn4mMtQ9QTJD5OcGMT { width:15rem;height:15rem;top:75.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI2sI8m7Q7U9BtyM1DTR0UGpTHeAlP3v { width:11.625rem;height:8.3105625rem;top:81.6875rem;left:3.75rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iGQTQTqCZP8Kl1WU2pydn50r8a09pmwM { width:11.6875rem;height:3.7109375rem;top:77.375rem;left:3.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8oDQ3IRsVF9B0nvl4C96FdrtHxJ9Qyb { display:block; }#k8oDQ3IRsVF9B0nvl4C96FdrtHxJ9Qyb > .row .container { width:20rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp { display:flex;height:auto;width:17.5rem;top:18.5rem;left:0rem; }
#Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #xDyG6oZOZzsxJ6kJy1bUTT8MzRnwaSz0 {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #L8zOyACN6EtzDCVSLJ7mVRhrKTOavemZ {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #xOE0BHdBNn8CsVxsconBG0hNkonFRbIt {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #QXfh3PM8HoeMCptTy23I2InrzZ87mqBF {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #HODakzXGxB3crgBwOgTnuKJ9GmJd64lT {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #myfyTBfNPVmNQAGGN5qnCpEDbDTbGTvX {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #mCLAII9SRGUxaekos1MQfxZADctgS8lK {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #WMy9VnEe7y3cSh9bkDTAUO94me6siEMO {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #IlVlMpB0xCVrsWTEnLv0guK3hTOaKZ0W {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #QQxSO0oCKMRGBPKnAfxTKw8lBNWTHS9d {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #CWgJayP9nTzuf1tyyuc0m2DX78kva1hN {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #wClgilGU4SiOuiSD5BhUQ3cwdTbndOpG {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #wOBLQDy1VQRgBs1F384eU6wKfCe7CziG {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #egQzcHEJel7lEA2c2TpwaPSxIN9LS9cu {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #nUTuMQpBhx6uPy9mny952Xal4az0t4ce {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #MFNuciKhVTmDlk0rTDm9T71p9NFA2qJT {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #kteC0GnFxzTJkB25au0Zn56QWwoK3OkN {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #syPTTsnFLRzF3G9nkNuGPNVcVTmlotG5 {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #v57gQwVfi6kmZNZPKS2Oxlm82Vmk1Nen {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #CvdNhreUxQG70qWGncWhZdUNpkz3x3bh {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #uhL1T1PIN2EgEGs4tF2AO9wIGTOkpyQR {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #SGT9fssCbyLJTfK1vbQ4bsrL03nBMSFS {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #dWTRCTh6PbAtke8vwp8bOkd9X3hP1ptT {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #agdPhWzZR7vzCWsPKxi0XcQV9p7mcPKm {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #EKE1frlPECMWZWvZiJLIJl59pHiXBkQe {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #UyGFRy5084fa9xiRnLpWs24FoREyeNx3 {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #R58q2ofRcHsTqDIrd1RNZ9fJP1iDBlq6 {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #TAiyfAGfdiqMbFQ3OXp0BLt3STNLTNLi {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #qbKzliX2A7NAZJaGZCz7bMmrn3ELbECZ {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #OyTdv6L0qM4xvgOaya8GR9ceo0UxIRwx {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #Xadx2pqXhx73zFCdNU26Xw6vGdTwOfoZ {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #ZbvicDWSKaoUpTrUuFmbw7aaQNm9HO5N {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #rFbDrMwPP2DOPveMvaDlOVzMb2is3nWS {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #Vvc6A004fuZFLd8mW6TSN0wk0yWku5xi {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #kGm8X0bcERPpFAVgTHyfGp84drULwJB8 {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #Zkc4OXrGFP7eF4X01HQBZWvqhyCifpMu {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #oW82VczU7uOw5mQy8CTLSdOPuqZ32llc {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #teSHQACudZOHXfBQ63PPaDiyE23b30Oy {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #gFTDfFul9ro1f70dUN03Shk2Ukt0uOWk {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #r7L9t9ssbXAr18zTTJd2dOnNCUyLTKiJ {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #KTgGLwMl8m4MWqsWkFMTqV342ypd2eaf {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #XMBX86Dk2UsAxz299UERz5xtVSQt8lhR {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #rHS9KFQarMzSA41h5Xy4dAZpGdGp4qon {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #SorGWl0SoxhNxUNLWmsAvXWIGPm6d4Js {  }
 }@media only screen and (max-width: 763px) { #Rm71Re7dIDv9z7FInnkNbRTgE0LAoEmp #N3GOKA38Somm7IHp94wNp35I3HvzPWBp {  }
 }@media only screen and (max-width: 763px) { #VIuKmZFgNUXp0VRUUGgIZJhAee3tJnKE { width:20rem;height:4.3984375rem;top:6.125rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZBNNQ9RW75JveThLrTEVUWwW9aKFevIg { width:20rem;height:0.0625rem;top:73.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1L6pEMNNiwGyFysTpTNNog0WugWIbht { width:20rem;height:5.09765625rem;top:11.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AuO8N9MbTtV1dcxKi9VfrbShuKe6TGuD { display:block; }#AuO8N9MbTtV1dcxKi9VfrbShuKe6TGuD > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp { display:flex;height:auto;width:17.5rem;top:11.875rem;left:0rem; }
#GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #FOVB9N6ZNf8pqRkF5TuUfHbZwZMyg8fe {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #AbB9hf4Jsaf0H8l6hVhTvALLWV7Olh6i {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #ZtIui8tGpyFZuKto9FygO3cQn7Z5gRTC {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #nWAoqB3sipca1kAuAtsdXPb1rq8NMpZU {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #sUxsQZc3a1zCL00I7Ii80FEFhqqlTBT2 {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #PokdZ75T5TX5fXMOH6XfZgP43f1R6AJQ {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #SUJWBdTSgFsGPGTiPUdpfEuHk4AuUxfR {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #axUsDZcIczcNtTytLWRfPQcvF37n9rwJ {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #EFCyosRLvJDegl9VbfEKPx9wOiv0RR7T {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #ySshW7TEWtkp4Afz1MGNIbU7g1TKF1lv {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #IKQPGHhRAz346Jo2iO4hhJcm2eIw5mtp {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #sGxDi6QtRyTiQcH8JXElda0AThqIxs6M {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #aKcnWzBiwH1QnCls9XcGgK2bbIPUtBvL {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #TQNoI9TkiJqkbe9b14S0SiFxqHELGo4b {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #TcRurZCCS95pJblV580Zbm5rf82AcmGX {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #GAlr27SFfXTbfBetUb04UvbXA7ITxG0X {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #MA3Ik75ccLM3USBdZKMOTZq7LELe2eq3 {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #HwZkqBLiT7K50OvrLenfmyK53iBpMiwS {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #dgD3mSEs9TKHkLQt5TlnVr8Npcuimlrp {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #VA0ce6BTLkM7zetmZaKyldhtlGrTZNNs {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #SdonXgClLSoWk97F9TvqrRJSIA4hDDig {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #RBLsuAu9VL6XbwTiGsDDgUslXxxBGT5f {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #OWUxO6Tifcov667V38MiTUALl26gQrFb {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #k7LzMkIfpMtzhBUQspab66X1cIefgpad {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #yhTQUoEbMTTl7vlWnbRnQw8hrHIUVH8V {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #khdblLLb4VPixTrp1nRCqlOtRqXUa2zi {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #zyQvck5zE8n92JS0p2agJkPHf6R6VOzO {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #ttsQqdrozd5A7LGoKg7I9oHLhGHSyNbV {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #dlvrSoFLy0r0d8sbvAhBNBBn9iiBhEVN {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #nhoewoOokwwp2iCUzV37Dw0OUw4e2OxC {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #nyXq7y4RaGM6ZS5r0ddwQVpmaO8SFOEN {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #ECkqWTIg2CdgnEOzxObQ3xt1DXzlMbSi {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #tAVwN5o2IeXzIrSkDlbrkkNdEaF7TOFT {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #OfTrJSIM90PuR7cGIILlAb2C0gEPOEoJ {  }
 }@media only screen and (max-width: 763px) { #GZIUGNCOI2TLy7QbJTiKuldgPdv1wIEp #xruPJ61Ei6R6a6r3NaMcUt5mTi9X7yr4 {  }
 }@media only screen and (max-width: 763px) { #X83mkHiECFiEgOuzHSmpV8xB4rxzk8M7 { width:20rem;height:6.597625rem;top:3.63916015625rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FeVNFMDhSRFENTyZJMII75Gb1tVzJcqy { width:20rem;height:3.736325rem;top:65.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCdTHPKQQkA0kHRbaZk4qsSZmLBiqRxu { width:14.5625rem;height:3.0625rem;top:69.8125rem;left:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smsb27u61o7dff458LCiJud36nPFrwol { display:block; }
 }@media only screen and (max-width: 763px) { #OFcLXBrWAfVt2slD5qkANfrih8dtb5HF { width:20rem;height:0.0625rem;top:78.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz { display:block; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-text {padding-top: 0; padding-bottom: 0;}#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-select {padding-top: 0; padding-bottom: 0;}#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK  { width:17.5rem;height:auto;top:8.2998046875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK {display:block;}#kIk689lhWAuf4vk50KJJ8aP3Av9RdocK { width:17.5rem;height:auto;top:8.2998046875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #IMxKdVzkESZGhPUHIIkzN49giUuEGiBa {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #lpLQ1Z4Sgp7fNNKvJouwkZLpkH9JD8xH {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #DJV50rrIfC04wXSr6n209tTg4Fgfmn3P {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #HD0tu6zbHolPc89ATsPzynHWepcnTr5l {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #HEpBqRQnb33ToKTU3UtiThqwGBr9A7WT {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #gLbTPl9JTyUE5DhZOlJ0TXM1PKIKunaC {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #AyHQRrz716CyZpbyKrTrZPFuVxgblKF4 {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #uCTmN2WSelGtFPPIol8r6qMT2Sly6FFq {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #kGPWWZGwJrxrShTiQT4MMtzb6UMTNzfN {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #IuEmJ7QtzPJInngEsovv2gQS2OCJVoyp {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #WLuG7sFZNBw5aJnWERHInQbTJ6LOS2tT {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #qZ3wDTZVo5xRXAKkw5mQNZlZTm7AI4uS {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #Wq5QInaJa1ogyDMXFJeg9i4TfoFIa7X7 {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #Iuxm25lASR6MrLT9rq2kF1kBhXSinvEL {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #OzOth88vxT2pbP0KDSgEIgZxFNFklM2m {  }
 }@media only screen and (max-width: 763px) { #k24megvfGsSIvNT5QFNCdQXKShKp2Jkz { display:block; }
 }@media only screen and (max-width: 763px) { #nbr5PzcgHMbsnodKLO5RuJ9rx0kcuBoq { display:block; }
 }@media only screen and (max-width: 763px) { #bUa9SnGmOlaMxIMsgiXTl1wUCZHcKJ1K { display:block; }
 }@media only screen and (max-width: 763px) { #BMtOsSk4E6Dco6t4AlK2cNFBVmp4AkNT { display:block; }
 }@media only screen and (max-width: 763px) { #K3P1Tep002uLOAMoPx254knaFThTMNFL { display:block; }
 }@media only screen and (max-width: 763px) { #Xpk5qe2VqRWga6Go3NZHoFW9nrrGG6w9 { display:block; }
 }@media only screen and (max-width: 763px) { #SeOi2w0e5TXUKnsR2tpSgRqS5GNb30Bq { display:block; }
 }@media only screen and (max-width: 763px) { #ZNkck9r12a6MgbBHD7t8bIf7mSxvZR07 { display:block; }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #uEqIp9gUKoiSmP9MHRwqEz7XrpMZqPCf {  }
 }@media only screen and (max-width: 763px) { #kIk689lhWAuf4vk50KJJ8aP3Av9RdocK #mwupIPXn44nfAbwusi6ISBrMMNADo0Pc {  }
 }@media only screen and (max-width: 763px) { #zrxyvmG1qc4TsVAXUALU4Whw3flgcTBE { width:20rem;height:0.89355625rem;top:31.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DfN5ClS3dMcHGbG3WT0x6ov3JJ0LdSG3 { width:20rem;height:5.19921875rem;top:2.3935546875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNNzqr3EWPH1exvJSZyoa27UqTIUiIT { display:block; }#oHNNzqr3EWPH1exvJSZyoa27UqTIUiIT > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MT8pdWSbVNPJ9lKJs7nxTh4Uqp4DWvr5 { width:20rem;height:4.3994125rem;top:6.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpR1mTJu9fLEydigt1lUatFgHQ0Fgayg { width:20rem;height:0.0625rem;top:1.7587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXx7rupSCbRyLPPFKX5nEeWn87dJ9b8O { width:19.125rem;height:10.51175rem;top:11.1875rem;left:0.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y6ddthM0Ogty3O7ugRtKcfUC86XLxbBl { width:20rem;height:29.1875rem;top:24.0810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSlkVtDaif8xL2RXNf6ZLnfb3Rqlz5c2 { display:block; }#FSlkVtDaif8xL2RXNf6ZLnfb3Rqlz5c2 > .row .container { width:20rem;height:201.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXsDwrLkrIooQq7rhb2VXgbnV9tsoqBW { width:20rem;height:4.625rem;top:6.625rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BZdOIPosDllCfNeTs2CCCk7ceDy0CU2N { width:20rem;height:0.0625rem;top:1.7587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTEX3WPZmRP06tGc4V18xBy9ivJBMBEe { width:20rem;height:3.8496125rem;top:33.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TlQVy8ZCQRuTJXXg0KVnVq2NSw6B7uzz { width:20rem;height:20rem;top:12.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F47mLfpguzWXDQTFA5vHd37LgxC2SeCt { width:20rem;height:1.21875rem;top:38.3623046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ug5cI4JpZBSZF4uC61SGpDE2mJZdMP0a { width:20rem;height:2.2749rem;top:63.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9lcwcoOtGPpgBsNSdRQSnl1wpsQhRtW { width:20rem;height:1.21875rem;top:65.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7h0agEkL4n2ZTIWCIOkZ0KogMFk75aD { width:20rem;height:20rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWUOO2XS0sqayaIzvLtD6JXmk3F8Tpgi { width:20rem;height:1.21875rem;top:91.5810546875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3NxtSymzDmxNCnKTTDo0S9lJVoF7ALf { width:20rem;height:2.11230625rem;top:89.46875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVmkZqEngwb3VeXTJ15lUaH0TQJ8awCV { width:20rem;height:20rem;top:68.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEuVtiGBhxvdfQr0gKrOyT6hov7p3OdX { width:20rem;height:1.21875rem;top:143.4873046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8I2HMTQkSCPMLiXvUgQs404aairauhh { width:20rem;height:1.625rem;top:167.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GsVrMcnmx1K4rCx2DWT86HokoEy21kky { width:20rem;height:20rem;top:146.4248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6BAcNfLzU0bQEfa04OgJxUoJ8h2DBh { width:20rem;height:1.625rem;top:141.8623046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HODEq8rJwFmMNQ86VrCnbKRk1HHCpVf4 { width:20rem;height:1.21875rem;top:169.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lB5ozZONsmry5zCuNC64yc87hlsSgTHl { width:20rem;height:20rem;top:120.9873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgtNvSaBIOeiApiUc1aHO1yxAb184omc { width:20rem;height:1.625rem;top:116.2998046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VSXTks816C3tWTCFW5S2G7QqKEJ59sA4 { width:20rem;height:20rem;top:94.8623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhD5HAzLwN8pW1zvT8TUROGFXtnhBr4r { width:20rem;height:1.21875rem;top:117.9248046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MoBRHJyBvhxlgkfdkC2o0xATIQrTU0Ky { width:20rem;height:1.21875rem;top:195.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gVxMZ0fqm4iWullyxUUR6aSTHZAzw6tE { width:20rem;height:1.625rem;top:193.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2ZnkzcA6ZmFczwqTtBcXmEwe9ZMHP8f { width:20rem;height:20rem;top:172.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8eGFoUU1diWKACn3KtkmKa2FGyH5cC8 { display:block; }#G8eGFoUU1diWKACn3KtkmKa2FGyH5cC8 > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWadT4ArDnRetqZTOTkxfXzEbL6Cn9DP { width:18.125rem;height:1.79980625rem;top:8.25rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fybc6p8MbT49FP4tvODFohL8zK5PTCRH { width:18.125rem;height:7.199225rem;top:10.5625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OcIonuEfmBGWcVhPr7MuQlSp2zbwZTgF { width:8rem;height:2.4375rem;top:4.2734375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds2ufdAk14y9TWvAm9shGX9oAewTNmWd { background-color:transparent;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Ds2ufdAk14y9TWvAm9shGX9oAewTNmWd > .row .container { background-color: transparent; background-image: none; }#Ds2ufdAk14y9TWvAm9shGX9oAewTNmWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds2ufdAk14y9TWvAm9shGX9oAewTNmWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds2ufdAk14y9TWvAm9shGX9oAewTNmWd > .row .container > .video-iframe-container { display: none; }#Ds2ufdAk14y9TWvAm9shGX9oAewTNmWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds2ufdAk14y9TWvAm9shGX9oAewTNmWd > .row > .video-iframe-container { display: none; }#Ds2ufdAk14y9TWvAm9shGX9oAewTNmWd > .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); }#Ds2ufdAk14y9TWvAm9shGX9oAewTNmWd > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgldkzE6cS8Pi0GK82RC6H7xhMMlkIqc { top:2.1875rem;left:16.4375rem;width:3.5625rem;height:3.4375rem;z-index:15000;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(var(--color-primary-4),0.76) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:#ccc3a4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZztXBOwdC7VFaXZVNMsSwZLWF6UnQSv0 { display:block; }
 }@media only screen and (max-width: 763px) { #EDFA6kwuzX4NB9XQkrlJWTPcEqyc6oQ6 { top:2.9375rem;left:17.3125rem;width:1.875rem;height:1.875rem;z-index:15001;overflow:hidden;display:block; }
 }