.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:219,219,226;--color-primary-1:135,135,157;--color-primary-2:14,15,59;--color-primary-3:7,8,30;--color-primary-4:2,2,9;--color-secondary-0:239,250,230;--color-secondary-1:203,238,171;--color-secondary-2:151,221,87;--color-secondary-3:76,111,44;--color-secondary-4:23,33,13;--color-tertiary-0:255,255,255;--color-tertiary-1:179,223,252;--color-tertiary-2:0,148,245;--color-tertiary-3:0,74,123;--color-tertiary-4:0,15,24;--headlines-font-family:"Outfit";--paragraphs-font-family:"Source Serif 4"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET770hUWNCTWG34N4wTDcxNl0XRcLbFm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ET770hUWNCTWG34N4wTDcxNl0XRcLbFm > .row .container { background-color: transparent; background-image: none; }#ET770hUWNCTWG34N4wTDcxNl0XRcLbFm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET770hUWNCTWG34N4wTDcxNl0XRcLbFm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET770hUWNCTWG34N4wTDcxNl0XRcLbFm > .row .container > .video-iframe-container { display: none; }#ET770hUWNCTWG34N4wTDcxNl0XRcLbFm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET770hUWNCTWG34N4wTDcxNl0XRcLbFm > .row > .video-iframe-container { display: none; }#ET770hUWNCTWG34N4wTDcxNl0XRcLbFm > .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); }#ET770hUWNCTWG34N4wTDcxNl0XRcLbFm > .row .container { border-width: 0; border-radius: 0; }#ET770hUWNCTWG34N4wTDcxNl0XRcLbFm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ET770hUWNCTWG34N4wTDcxNl0XRcLbFm > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#zz1xR2cnrghT21NOyaEte1T3DdAeuQcI { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.4619125rem;font-style:normal;display:block; }
#e6tGZpIfEVo9SNqLHfrEgq2b6RaRr3MT { color:rgba(var(--color-primary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:1.13671875rem;display:block; }
#ghafTWBaHpULbU3Fx7DhW2QCRz8Vy9hU { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.3125rem;left:62.712890625rem;display:block; }
#MXMWuDENhG6hrPwiSGR6Zlufq6Hflq2w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;overflow:visible;position:relative;display:block; }#lG3TTEXggSfGxec6Ngivyx959VNmxXBF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom: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:25.25rem;width:16.125rem;top:3.6875rem;left:46.625rem;overflow:hidden;display:block; }
#OZMW2csliON5tpzOHq7D6Lc0g6toPS1f { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:1.13671875rem;font-style:normal;display:block; }
#MHLvVUKWSTUrtRr4u1g08Qup47fT81tJ { color:rgba(var(--color-primary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:1.625rem;display:block; }
#T4EBmnCmGJGVKVbNIltky5NQKAs5qPgT { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:8.125rem;font-style:normal;display:block; }
#BEZiVbgK56X0lwx7B9BLQ41DOILoanoO { color:rgba(var(--color-primary-0),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.6875rem;left:0rem;height:2.5996125rem;display:block; }
#IKdmpgAlMOomCLMoKzlT6nftgbQw9KJl { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-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:15005;text-align:center;text-align-last:center;top:25.5625rem;left:0rem;display:block; }
#J2gHIIb6cesZHK8iWTc24NstdVac2wZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LdTftDb3BS0avLFoFIo58HQKD5MzTbnt { color:rgba(var(--color-primary-1),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.4619140625rem;left:0rem;height:0.9746125rem;display:block; }
#MIzQ3wExEZhWOT5i4HGDBgI0mZa1aZ8K { box-sizing:content-box;height:8.5rem;width:16.1875rem;position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.375rem;left:46.59375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#SSW4HO23TsIGv6dkVkvvRhVd3r7HEEbZ { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:31.349609375rem;left:48.15625rem;height:4.875rem;font-style:italic;display:block; }
#vfOxnTgTqkrpfhmgPlAI3ieITDIqnTM4 { color:rgba(var(--color-primary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:36.224609375rem;left:48.15625rem;height:1.13671875rem;display:block; }
#tt2kLRG00OHCTu1bZPe1M43BHI1bNPzn { 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; }#tt2kLRG00OHCTu1bZPe1M43BHI1bNPzn > .row .container { background-color: transparent; background-image: none; }#tt2kLRG00OHCTu1bZPe1M43BHI1bNPzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt2kLRG00OHCTu1bZPe1M43BHI1bNPzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt2kLRG00OHCTu1bZPe1M43BHI1bNPzn > .row .container > .video-iframe-container { display: none; }#tt2kLRG00OHCTu1bZPe1M43BHI1bNPzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt2kLRG00OHCTu1bZPe1M43BHI1bNPzn > .row > .video-iframe-container { display: none; }#tt2kLRG00OHCTu1bZPe1M43BHI1bNPzn > .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); }#tt2kLRG00OHCTu1bZPe1M43BHI1bNPzn > .row .container { border-width: 0; border-radius: 0; }#tt2kLRG00OHCTu1bZPe1M43BHI1bNPzn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt2kLRG00OHCTu1bZPe1M43BHI1bNPzn > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#Nq41GPBcxt3bGXRbBIBsBwXdTLwPSnVT { color:#d8095e;display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:1.13671875rem;font-style:normal;display:block; }
#cGfrNtv6aTsWgn8hEvlnKCzBtp2ozVJT { color:rgba(var(--color-primary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.32421875rem;left:0rem;height:3.0869125rem;font-style:normal;display:block; }
#TyVly9QzAUqmCtzW34rMMTJoIa2SGUzG { color:#3c3c3c;display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:10.05078125rem;left:0rem;height:3.82421875rem;display:block; }
#ZlCdsqHEOpftyX2rRs9rDvmupuF9R9wM { box-sizing:content-box;height:8.0625rem;width:23rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.25rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#z0RJbhRvoATbBWI2wLNP4r2g2DK5PX1s { box-sizing:content-box;height:8.0625rem;width:23rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.25rem;left:26rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XuRi4sTqFNwztBGiQo2ztaSA9Rprd1XW { box-sizing:content-box;height:8.0625rem;width:23rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.25rem;left:52rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#N7tIvnqbV0nBnHoWRCHdlXwwrhmluKyU { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.25rem;left:1.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TBm8haDJ8TxSpQGmfGMuzVUEeOdIvnKt { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.25rem;left:54rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#BPSi0GMdFlaZRbz37rGv9snO8kV6htXc { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(216,9,94,0.58);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.25rem;left:27.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#sGNmLPpT48PF1TL5yrcBqXMLXBhCWRIf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:17.90625rem;left:1.84375rem; }
#sTUO2sqF2CCLQ5Uu8L5RDQMRccrc7tnM { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.90625rem;left:28.40625rem; }
#d5mAshJOC5xwqo85n4th4Zd4oF16snXX { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:17.90625rem;left:54.65625rem; }
#HdNgPmHef7Zb4qMTXr5DDLuABUCBaGJ4 { color:rgba(var(--color-primary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.25rem;left:1.1875rem;height:1.4619125rem;display:block; }
#ayMZDW36ZLbShLqiuUs8FuN5l4g4wLMu { color:rgba(var(--color-primary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.25rem;left:27.875rem;height:1.4619125rem;display:block; }
#Bzlui4ovGVxtL7a70P0TXVrCzS9cbzaQ { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.25rem;left:54rem;height:1.4619125rem;display:block; }
#o0OnJThBTDk5s63wJcsrZEUNGmHew5Ez { color:rgba(var(--color-primary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26.8125rem;left:0rem;height:1.70605625rem;display:block; }
#eKLr2Tc3JgbZTNRZXlBTrEGvKXWXxJXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.11);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; }#eKLr2Tc3JgbZTNRZXlBTrEGvKXWXxJXT > .row .container { background-color: transparent; background-image: none; }#eKLr2Tc3JgbZTNRZXlBTrEGvKXWXxJXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKLr2Tc3JgbZTNRZXlBTrEGvKXWXxJXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKLr2Tc3JgbZTNRZXlBTrEGvKXWXxJXT > .row .container > .video-iframe-container { display: none; }#eKLr2Tc3JgbZTNRZXlBTrEGvKXWXxJXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKLr2Tc3JgbZTNRZXlBTrEGvKXWXxJXT > .row > .video-iframe-container { display: none; }#eKLr2Tc3JgbZTNRZXlBTrEGvKXWXxJXT > .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); }#eKLr2Tc3JgbZTNRZXlBTrEGvKXWXxJXT > .row .container { border-width: 0; border-radius: 0; }#eKLr2Tc3JgbZTNRZXlBTrEGvKXWXxJXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eKLr2Tc3JgbZTNRZXlBTrEGvKXWXxJXT > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#ywJCJWyTGmxSoB9BTUiQnydpxhGhgFaG { color:#d8095e;display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:1.13671875rem;font-style:normal;display:block; }
#h8FCS5tAzKPyVFDKXQX0idilxA3edeOi { color:rgba(var(--color-primary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.32421875rem;left:0rem;height:3.0869125rem;font-style:normal;display:block; }
#APoF5bUJEqb8adZ5gmETIafiQdM6368z { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#vPNJcZOBRsvoQuooO6RNkMsB8Wt6Rwxv { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:19.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#FNHuB1KkJsgmw5SMHF56OfK5olut2McT { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:57.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#keHeTtVuvwlqut5fVTFcSWiS7vQHV4SQ { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-1),0.51);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:1.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#C3Bnueb2oLyfLN3vR7SIgdaqB5gQzaLr { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:59.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#UlXqngQWu30GOWM03av72VDnIphADUTi { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(216,9,94,0.58);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:21.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ScbuAx9KfNuGRMoneJ3RXOznwhkLCZ9m { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.125rem;left:1.875rem; }
#B2noEmR89vHfI4zitfS7lE1dkI7WLArO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.125rem;left:22rem; }
#anJC4qmWEsX7e3sKyC0qLNuHiUH7GVNU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.125rem;left:60.1875rem; }
#S8HpJgN2eLtVvT9uBDgRmWu7fT0J2n7b { color:rgba(var(--color-primary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.4375rem;left:1.1875rem;height:2.923825rem;display:block; }
#SCJTFKUyVGe0q3PFf2te1ghM4mMV3nHW { color:rgba(var(--color-primary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.4375rem;left:21.3125rem;height:;display:block; }
#mQCfV50nAurv9b2UfVJVB93CKolCxcf8 { color:rgba(var(--color-primary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.4375rem;left:59.5rem;height:2.923825rem;display:block; }
#eBZiMUiNmLJ8BDThUqQfl8vJm2XZeCHl { color:rgba(var(--color-primary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.625rem;left:0rem;height:1.70605625rem;display:block; }
#OucXotuukKdHGVH2VAsU9Uos4SCCNTrm { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:38.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#B4kx2mRHpiE5RiDluKqC42v2xuRD2AZi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.09375rem;left:41.21875rem; }
#ox2nWO2EGZq6bzDCyd3QySpgxGsGcgCg { color:rgba(var(--color-primary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.5361328125rem;left:40.5625rem;height:2.923825rem;display:block; }
#KZ7FJyUz4mSbCkJuhGWBrNcrTob1UK0n { background-color:rgba(var(--color-primary-2),1);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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;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(--headlines-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:15006;text-align:center;text-align-last:center;top:24.5rem;left:0rem;display:block; }
#ZALxRC3EgyPs0avamDdJwtN1MVI0JKLM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ApkKMbcJMJiPR91FbDtEmKTSfsi3Jr8g { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:40.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#JxumdvLuDBTywf4a5oQdyLQ91hqAIAUK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JxumdvLuDBTywf4a5oQdyLQ91hqAIAUK > .row .container { background-color: transparent; background-image: none; }#JxumdvLuDBTywf4a5oQdyLQ91hqAIAUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxumdvLuDBTywf4a5oQdyLQ91hqAIAUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxumdvLuDBTywf4a5oQdyLQ91hqAIAUK > .row .container > .video-iframe-container { display: none; }#JxumdvLuDBTywf4a5oQdyLQ91hqAIAUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxumdvLuDBTywf4a5oQdyLQ91hqAIAUK > .row > .video-iframe-container { display: none; }#JxumdvLuDBTywf4a5oQdyLQ91hqAIAUK > .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); }#JxumdvLuDBTywf4a5oQdyLQ91hqAIAUK > .row .container { border-width: 0; border-radius: 0; }#JxumdvLuDBTywf4a5oQdyLQ91hqAIAUK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxumdvLuDBTywf4a5oQdyLQ91hqAIAUK > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#EMmuB94aopMauRplAchi9n9w1aXgTIsh { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:1.13671875rem;font-style:normal;display:block; }
#QtlnOFQBNNiCHhAHWgegShCSAzyqC4XT { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.32421875rem;left:0rem;height:;font-style:normal;display:block; }
#ACWzlwXH4xhmt80Zs3NoOegv123Jsc95 { color:rgba(var(--color-primary-0),0.22);display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10rem;left:0rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#Zs1v73K79GOkoNCMDCVXZHtnGOwUe9L5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:10.625rem;left:2.96875rem;height:1.29980625rem;font-style:normal;display:block; }
#QQoCv3RPqryane2F8yVwoGV2kk29m8qh { color:rgba(var(--color-primary-1),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.2998046875rem;left:2.96875rem;height:1.29980625rem;display:block; }
#eERcQDOzPQuXL2y2vroVLDHlKlrVJeQw { color:rgba(var(--color-primary-1),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:17rem;left:3rem;height:1.29980625rem;display:block; }
#Pqp8XtZ6BxToOv9NWCQMf1Etyr603aPa { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:15.375rem;left:3rem;height:1.29980625rem;font-style:normal;display:block; }
#cFezFANrxhn9IU9kTZz0JV5VWHoBNRcP { color:rgba(var(--color-primary-0),0.22);display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#s60I40px4BhtNeANNMRQT9UthSThmy3O { color:rgba(var(--color-primary-1),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:21.5625rem;left:3rem;height:1.29980625rem;display:block; }
#soyZF6XmVcD0uONcRTyLnZhnw1nXfgNb { color:rgba(var(--color-primary-0),0.22);display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#aGhdPOs7hDy9eugh6CMhIXHEUigC5vLc { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:19.9375rem;left:3rem;height:1.29980625rem;font-style:normal;display:block; }
#tnoTWTOyB0Nc8RJHH4E3233EUrFTeoLy { color:rgba(var(--color-primary-1),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:26.125rem;left:3rem;height:1.29980625rem;display:block; }
#foNJ7TN9KqiannzhJRoPmw4eeeEe6a4f { color:rgba(var(--color-primary-0),0.22);display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:23.875rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#TzhgOasz6q76eBeNfGQsxDqgw9EyVirK { color:rgba(var(--color-secondary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:24.5rem;left:3rem;height:1.29980625rem;font-style:normal;display:block; }
#GsOhWt0trDTIo1iLs19O7hyA5MMiBc1T { position:relative;display:block; }#GsOhWt0trDTIo1iLs19O7hyA5MMiBc1T { background-color: transparent; background-image: none; }#GsOhWt0trDTIo1iLs19O7hyA5MMiBc1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsOhWt0trDTIo1iLs19O7hyA5MMiBc1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsOhWt0trDTIo1iLs19O7hyA5MMiBc1T > .row .container > .video-iframe-container { display: none; }#GsOhWt0trDTIo1iLs19O7hyA5MMiBc1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsOhWt0trDTIo1iLs19O7hyA5MMiBc1T > .row > .video-iframe-container { display: none; }#GsOhWt0trDTIo1iLs19O7hyA5MMiBc1T > .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); }#GsOhWt0trDTIo1iLs19O7hyA5MMiBc1T { border-width: 0; border-radius: 0; }#GsOhWt0trDTIo1iLs19O7hyA5MMiBc1T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GsOhWt0trDTIo1iLs19O7hyA5MMiBc1T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pzcbuM7Uo9kk0yhJwO3MOBxBK31Nnv7Q { color:#d8095e;display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.25rem;left:33.5rem;height:1.13671875rem;font-style:normal;display:block; }
#u2cEykbh2hg1CT3DvaMvIwUaHu0OaRI1 { color:rgba(var(--color-primary-2),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.375rem;left:33.5rem;height:3.0869125rem;font-style:normal;display:block; }
#hei6UH2TGFoprJ6kgEhD5fDGb4MyC9my { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:15.625rem;left:33.5rem;height:5.736325rem;display:block; }
#SsDT74rJ6AMa920dfMmAeAbw1mhENyXD { box-sizing:content-box;height:2.5rem;width:15.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:33.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#C0dLseyBeBv7sAqPGoglOTNRLhtMAUmM { color:#17210d;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.6875rem;left:36.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#O9NmlkWkUiTh4y3xt3zQiTQrxExf89Z9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:22.6875rem;left:34.625rem; }
#vif2pubVrDtTlm0uO0o8chxuy3sNPorr { position:absolute;display:block;z-index:15011;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:24.1875rem;width:15.3125rem;top:6.4375rem;left:11.375rem;overflow:hidden;display:block; }
#zx8RT92Dnf4D1hv8LOgdN4ossAZvFsiA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#zx8RT92Dnf4D1hv8LOgdN4ossAZvFsiA > .row .container { background-color: transparent; background-image: none; }#zx8RT92Dnf4D1hv8LOgdN4ossAZvFsiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zx8RT92Dnf4D1hv8LOgdN4ossAZvFsiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zx8RT92Dnf4D1hv8LOgdN4ossAZvFsiA > .row .container > .video-iframe-container { display: none; }#zx8RT92Dnf4D1hv8LOgdN4ossAZvFsiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zx8RT92Dnf4D1hv8LOgdN4ossAZvFsiA > .row > .video-iframe-container { display: none; }#zx8RT92Dnf4D1hv8LOgdN4ossAZvFsiA > .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); }#zx8RT92Dnf4D1hv8LOgdN4ossAZvFsiA > .row .container { border-width: 0; border-radius: 0; }#zx8RT92Dnf4D1hv8LOgdN4ossAZvFsiA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zx8RT92Dnf4D1hv8LOgdN4ossAZvFsiA > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#wNVJoSMEzyFDlnHeh3AA9FTZ94tCQDTR { color:#d8095e;display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:1.13671875rem;font-style:normal;display:block; }
#ATVRKQg3VOi5qPcNFzPbzeT9JPlGHSlU { color:rgba(var(--color-primary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.0869125rem;font-style:normal;display:block; }
#q3T8UcS1FebVI4TVh3EliQTXex6ahE6S { box-sizing:content-box;height:9.3125rem;width:63.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XKKPV5srCFoT7PZngaSXlBzBFeZRD0P8 { box-sizing:content-box;height:9.8125rem;width:19.375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.6875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#qpMRT8MNhWypm1T7ZL40Ve3F6vNE0FQ2 { color:rgba(var(--color-primary-1),1);display:block;width:61.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.125rem;left:1.875rem;height:3.25rem;font-style:italic;display:block; }
#czJkbce8ISMsrsHxwItSKZR8iS849FBP { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.1875rem;left:1.875rem;height:1.29980625rem;display:block; }
#eTNVsDNPn6khIHEPttyvD8IoQl9gD1WJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.1875rem;left:1.125rem;height:0.9746125rem;display:block; }
#InpJJbD1J4tvfT5N9bEImiK9erloncWR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:24.0634765625rem;left:1.125rem;height:3.8994125rem;font-style:italic;display:block; }
#b1vnSMmtoNcTsUTm4SzotnmanD5AubCh { color:rgba(var(--color-primary-1),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28.6875rem;left:1.125rem;height:1.0556625rem;font-style:normal;display:block; }
#VrUM8umOkT3ceTw0B6nXyn8GErURvyoZ { box-sizing:content-box;height:9.8125rem;width:19.375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.6875rem;left:22.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#vMBEM4nRuzBDCU8N1p5MpRJdWTFsiT0f { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:24.0625rem;left:23.1875rem;height:3.8994125rem;font-style:italic;display:block; }
#skRla0PHPbFm97ccETLGdTmUDxcstaFE { color:rgba(var(--color-primary-1),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:28.6875rem;left:23.1875rem;height:1.0556625rem;font-style:normal;display:block; }
#I3wWI1mAadMTUbgJvJP7et3i4gHIx1Ke { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:22.1875rem;left:23.1875rem;height:0.9746125rem;display:block; }
#yFTazaJZ9XHUQP8elLJKeqwhWHkstW70 { box-sizing:content-box;height:9.8125rem;width:19.375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.6875rem;left:44.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#v13wp44OwQ7iqzZRXWEz2iwguswFCfvI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:24.0625rem;left:45.3125rem;height:3.8994125rem;font-style:italic;display:block; }
#zfdeHHRTxn8qoNk6bJOcUaF06vFpd2WZ { color:rgba(var(--color-primary-1),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:28.6875rem;left:45.3125rem;height:1.0556625rem;font-style:normal;display:block; }
#MOt9An0Mla5OrOVH9gRM0CFQb054Zp75 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.1875rem;left:45.3125rem;height:0.9746125rem;display:block; }
#Xo1lfLsJ8mBLansINkpDOhZTewTfEGaI { background-color:rgba(var(--color-primary-2),1);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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;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(--headlines-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:15007;text-align:center;text-align-last:center;top:33.125rem;left:23rem;display:block; }
#swFCGxn2ti6wgKkL2B7c9Au5o5kVNzVQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hn4STblaifofmOLV0sJvhFqmQ3qZbgKe { position:relative;display:block; }#Hn4STblaifofmOLV0sJvhFqmQ3qZbgKe { background-color: transparent; background-image: none; }#Hn4STblaifofmOLV0sJvhFqmQ3qZbgKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn4STblaifofmOLV0sJvhFqmQ3qZbgKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn4STblaifofmOLV0sJvhFqmQ3qZbgKe > .row .container > .video-iframe-container { display: none; }#Hn4STblaifofmOLV0sJvhFqmQ3qZbgKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn4STblaifofmOLV0sJvhFqmQ3qZbgKe > .row > .video-iframe-container { display: none; }#Hn4STblaifofmOLV0sJvhFqmQ3qZbgKe > .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); }#Hn4STblaifofmOLV0sJvhFqmQ3qZbgKe { border-width: 0; border-radius: 0; }#Hn4STblaifofmOLV0sJvhFqmQ3qZbgKe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Hn4STblaifofmOLV0sJvhFqmQ3qZbgKe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y1q71SzTKlnh7p6gtPBQxTQZaLkTB2St { color:#d8095e;display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4rem;left:23.3125rem;height:1.13671875rem;font-style:normal;display:block; }
#sE7ahkAv1x8wz5NDkT2nJ4Lsa22IqDWH { color:rgba(var(--color-primary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.125rem;left:23.3125rem;height:3.0869125rem;font-style:normal;display:block; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e .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; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e .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); }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e .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); }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e .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; }#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e .accordion-trigger.adaptive-delivery-prevent-bg, #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e .accordion-trigger.lazyload, #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e .accordion-trigger.lazyloading { background-image: none; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e { box-sizing:content-box;height:auto;width:40.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15011;background-color:#ffffff;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:11.125rem;left:15.78125rem; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #G32WClTy2QOCfkeyA5hA2GO7nrmVcxOn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #mGNaGPvPkxq9VvhuvFUt8R01TCNKLrcs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #otsdhuOQw3AxvLLVvrT4yuJMePMp6C4b { display:block;position:relative; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #dpJP7fhiEBpg1eRP72MIq48pgvSlZHVD {  }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #FHDi9yFbfvas3DXorqd4EyDuMTHStyHD {  }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #lQWGKp9rBFyPwm73Tu8dM4BwB3mQOUJU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #s7NF7hrEbhVx6OQdmXISZgc9ax02T3tl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #dcZ6SXwu4iLJ4eF2R4pZfbhGpkdUkfFF { display:block;position:relative; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #d868edtrD5tSA27J78nl0hCAftHD6m0W {  }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #IUb3LJ2xaxb6rxVLhEOXtLwQPSNB3PnC { display:none; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #ekiN6ue3PIhGSHNFN5aZ6W7qoxvI1nNu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #h2DCnWF2h21MFUo3mg5y2Klq0vyuNhQf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #D9LvWrOFBucu77hfmxhLwJIQ5Z6SPa7E { display:block;position:relative; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #fL6HK50zKct6gbrzrIB1mMVhx3nON9Ve {  }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #MXorJS8lHgmVhbCxm6iFWeUFFFhpRWkP { display:none; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #Colim3DPkuCTP75sJsU35PHeeV8Uthcx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #g3NsqKR8U5SCKboWTZBkGNhrdFTEy1VV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #sBQQ2iRB4sNGutBnOagygq3pZApF0PVs { display:block;position:relative; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #BT7p6deiTQIwIcKJg0mtlErxSBAxukUd {  }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #KPttRppaUALObmvpSAFHREZLgLfJNmyL { display:none; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #ykSHMgSL0qZQB7fsmqVozDPHQhW44z0s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #Vms9b7fwkVos8nK482nZRh8b5T2DS2Uu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #eTzpGSKklKGzVuvsbg5SA2EfeRXD5agr { display:block;position:relative; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #rulai5foTyZewezbslr3WJhZAIwMvv1G {  }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #wMw8fIUCqEqHxckks5CbmBS4TsQBuh1i { display:none; }
#PTmU4Cnhkm9M7aNb3XLQ1ifuJpTlElXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#PTmU4Cnhkm9M7aNb3XLQ1ifuJpTlElXI > .row .container { background-color: transparent; background-image: none; }#PTmU4Cnhkm9M7aNb3XLQ1ifuJpTlElXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTmU4Cnhkm9M7aNb3XLQ1ifuJpTlElXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTmU4Cnhkm9M7aNb3XLQ1ifuJpTlElXI > .row .container > .video-iframe-container { display: none; }#PTmU4Cnhkm9M7aNb3XLQ1ifuJpTlElXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTmU4Cnhkm9M7aNb3XLQ1ifuJpTlElXI > .row > .video-iframe-container { display: none; }#PTmU4Cnhkm9M7aNb3XLQ1ifuJpTlElXI > .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); }#PTmU4Cnhkm9M7aNb3XLQ1ifuJpTlElXI > .row .container { border-width: 0; border-radius: 0; }#PTmU4Cnhkm9M7aNb3XLQ1ifuJpTlElXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTmU4Cnhkm9M7aNb3XLQ1ifuJpTlElXI > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#yoZAcAy7FNCpNxqBC0RUO94d3qgIVNDI { color:#3c3c3c;display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:12.4375rem;left:24.4375rem;height:3.82421875rem;display:block; }
#MMvxhSqi67BLnNgeH2bOXUFsZ8E0SnQQ { color:rgba(var(--color-primary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.375rem;left:24.4375rem;height:6.173825rem;font-style:normal;display:block; }
#f5cCM1G4Tku1TzKyohN39Cza4EhPKRb2 { color:#d8095e;display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:24.4375rem;height:1.13671875rem;font-style:normal;display:block; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-form-header {  }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:28.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color: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:28.9375rem;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: none; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-text {padding-top: 0; padding-bottom: 0;}#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .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:28.9375rem;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; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-select {padding-top: 0; padding-bottom: 0;}#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-button { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:28.9375rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: none; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .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:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:27.5625rem;overflow:hidden;font-style:normal; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .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; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .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; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-container:first-of-type{padding-top:0;}#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-container:last-of-type{padding-bottom:0;}#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:18.4375rem;left:23.0625rem; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.9375rem; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .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; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl {display:block;}#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:18.4375rem;left:23.0625rem; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #F6TO9kVstskwsoBgvu9MPFzvroWTzaTS { position:relative; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #Mu57RTfyc6g3ITufSimq79kTR7u17frT { position:relative;display:block; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #N2ubpUfEDSRPFQ476KkDATGb1aroVPaR { position:relative; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #yGxZJ5ShmR6kfsBffKTVWmeVp2cWp7mA { position:relative; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #PK3Q45S3HTgAuo3e22BKycvcRb7qPk6B { position:relative;display:block; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #fubmuEeiHWoeQTCTdK5HJxO8tUhzMVl5 { position:relative; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #pifisO9kxPvrZMvdaP1NKPIz7B8nMV7k { position:relative; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #RhoqIp9A6tv4m1MfTk6F9m1r5pGfxseJ { position:relative;display:block; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #XJcOiCpFJqyUH6T4SFUADEQPPZeQpNXP { position:relative; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #rtW9lEPdZTf92o6wCkI0AG5TsgHPqw9q { position:relative; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #OmVzAZ9JCgLAmd6HRxt6LILGdv8n9vT8 { position:relative;display:block; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #EoinITEgB0JTJS8TfNq1RkIcZDh91uii { position:relative; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #lanJGpw7X29R3LSzobkOuZON93wqk21v { position:relative; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #Bmha2q0x500aDknFgTGXhcsTROkSh1Te { position:relative; }
#ogWGzT9VnkRAHSPFmsMZu5MQMiFx9O22 { color:rgba(var(--color-primary-1),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:43.5244140625rem;left:27.34375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#BhIJwLOTzznKdSBShRLiy026y4BpRF1I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BhIJwLOTzznKdSBShRLiy026y4BpRF1I > .row .container { background-color: transparent; background-image: none; }#BhIJwLOTzznKdSBShRLiy026y4BpRF1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhIJwLOTzznKdSBShRLiy026y4BpRF1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhIJwLOTzznKdSBShRLiy026y4BpRF1I > .row .container > .video-iframe-container { display: none; }#BhIJwLOTzznKdSBShRLiy026y4BpRF1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhIJwLOTzznKdSBShRLiy026y4BpRF1I > .row > .video-iframe-container { display: none; }#BhIJwLOTzznKdSBShRLiy026y4BpRF1I > .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); }#BhIJwLOTzznKdSBShRLiy026y4BpRF1I > .row .container { border-width: 0; border-radius: 0; }#BhIJwLOTzznKdSBShRLiy026y4BpRF1I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BhIJwLOTzznKdSBShRLiy026y4BpRF1I > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#ZUlhNnclpMcigzKhH8T3q6mgldcUvNv0 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:1.4619125rem;font-style:normal;display:block; }
#m1sRHqXgpdE57RMrkDI5xhLzXeku6a2c { color:rgba(var(--color-primary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:1.13671875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ET770hUWNCTWG34N4wTDcxNl0XRcLbFm { display:block; }#ET770hUWNCTWG34N4wTDcxNl0XRcLbFm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zz1xR2cnrghT21NOyaEte1T3DdAeuQcI { top:0.9375rem;left:0rem;width:20rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6tGZpIfEVo9SNqLHfrEgq2b6RaRr3MT { top:2.5rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghafTWBaHpULbU3Fx7DhW2QCRz8Vy9hU { width:11.5rem;height:2.25rem;top:1.3125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXMWuDENhG6hrPwiSGR6Zlufq6Hflq2w { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lG3TTEXggSfGxec6Ngivyx959VNmxXBF { top:3.6875rem;left:27.75rem;width:16.125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZMW2csliON5tpzOHq7D6Lc0g6toPS1f { top:6.875rem;left:0rem;width:18.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHLvVUKWSTUrtRr4u1g08Qup47fT81tJ { top:8.875rem;left:0rem;width:20.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4EBmnCmGJGVKVbNIltky5NQKAs5qPgT { top:11.375rem;left:0rem;width:31.3125rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEZiVbgK56X0lwx7B9BLQ41DOILoanoO { top:20.6875rem;left:0rem;width:26.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKdmpgAlMOomCLMoKzlT6nftgbQw9KJl { width:17.5rem;height:3.4375rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2gHIIb6cesZHK8iWTc24NstdVac2wZk { display:block; }
 }@media only screen and (max-width: 763px) { #LdTftDb3BS0avLFoFIo58HQKD5MzTbnt { top:29.4375rem;left:0rem;width:21.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIzQ3wExEZhWOT5i4HGDBgI0mZa1aZ8K { top:30.375rem;left:31.5625rem;width:16.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSW4HO23TsIGv6dkVkvvRhVd3r7HEEbZ { top:31.3125rem;left:33.9375rem;width:13.8125rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfOxnTgTqkrpfhmgPlAI3ieITDIqnTM4 { top:36.1875rem;left:34.53125rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt2kLRG00OHCTu1bZPe1M43BHI1bNPzn { display:block; }#tt2kLRG00OHCTu1bZPe1M43BHI1bNPzn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nq41GPBcxt3bGXRbBIBsBwXdTLwPSnVT { top:4.1875rem;left:0rem;width:18.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGfrNtv6aTsWgn8hEvlnKCzBtp2ozVJT { top:5.3125rem;left:0rem;width:25.4375rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyVly9QzAUqmCtzW34rMMTJoIa2SGUzG { top:10rem;left:0rem;width:26.125rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlCdsqHEOpftyX2rRs9rDvmupuF9R9wM { top:16.25rem;left:0rem;width:23rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0RJbhRvoATbBWI2wLNP4r2g2DK5PX1s { top:16.25rem;left:12.375rem;width:23rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuRi4sTqFNwztBGiQo2ztaSA9Rprd1XW { top:16.25rem;left:24.75rem;width:23rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7tIvnqbV0nBnHoWRCHdlXwwrhmluKyU { top:17.25rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBm8haDJ8TxSpQGmfGMuzVUEeOdIvnKt { top:17.25rem;left:40.375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPSi0GMdFlaZRbz37rGv9snO8kV6htXc { top:17.25rem;left:14.25rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGNmLPpT48PF1TL5yrcBqXMLXBhCWRIf { top:17.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTUO2sqF2CCLQ5Uu8L5RDQMRccrc7tnM { top:17.875rem;left:14.78125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5mAshJOC5xwqo85n4th4Zd4oF16snXX { top:17.875rem;left:41.03125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdNgPmHef7Zb4qMTXr5DDLuABUCBaGJ4 { top:21.25rem;left:0rem;width:16.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayMZDW36ZLbShLqiuUs8FuN5l4g4wLMu { top:21.25rem;left:14.25rem;width:11.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzlui4ovGVxtL7a70P0TXVrCzS9cbzaQ { top:21.25rem;left:27.75rem;width:15rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0OnJThBTDk5s63wJcsrZEUNGmHew5Ez { top:26.8125rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKLr2Tc3JgbZTNRZXlBTrEGvKXWXxJXT { display:block; }#eKLr2Tc3JgbZTNRZXlBTrEGvKXWXxJXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywJCJWyTGmxSoB9BTUiQnydpxhGhgFaG { top:4.1875rem;left:0rem;width:18.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8FCS5tAzKPyVFDKXQX0idilxA3edeOi { top:5.3125rem;left:0rem;width:37.5625rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APoF5bUJEqb8adZ5gmETIafiQdM6368z { top:10.4375rem;left:0rem;width:17.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPNJcZOBRsvoQuooO6RNkMsB8Wt6Rwxv { top:10.4375rem;left:5.8125rem;width:17.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNHuB1KkJsgmw5SMHF56OfK5olut2McT { top:10.4375rem;left:30.25rem;width:17.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keHeTtVuvwlqut5fVTFcSWiS7vQHV4SQ { top:11.4375rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3Bnueb2oLyfLN3vR7SIgdaqB5gQzaLr { top:11.4375rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlXqngQWu30GOWM03av72VDnIphADUTi { top:11.4375rem;left:7.6875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScbuAx9KfNuGRMoneJ3RXOznwhkLCZ9m { top:12.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2noEmR89vHfI4zitfS7lE1dkI7WLArO { top:12.125rem;left:8.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anJC4qmWEsX7e3sKyC0qLNuHiUH7GVNU { top:12.125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8HpJgN2eLtVvT9uBDgRmWu7fT0J2n7b { top:15.4375rem;left:0rem;width:12.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCJTFKUyVGe0q3PFf2te1ghM4mMV3nHW { top:15.4375rem;left:7.6875rem;width:11.9375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQCfV50nAurv9b2UfVJVB93CKolCxcf8 { top:15.4375rem;left:32.75rem;width:12.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBZiMUiNmLJ8BDThUqQfl8vJm2XZeCHl { top:21.625rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OucXotuukKdHGVH2VAsU9Uos4SCCNTrm { top:10.4375rem;left:25.0625rem;width:17.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4kx2mRHpiE5RiDluKqC42v2xuRD2AZi { top:12.0625rem;left:27.59375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox2nWO2EGZq6bzDCyd3QySpgxGsGcgCg { top:15.5rem;left:26.9375rem;width:11.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ7FJyUz4mSbCkJuhGWBrNcrTob1UK0n { width:17.5rem;height:3.4375rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZALxRC3EgyPs0avamDdJwtN1MVI0JKLM { display:block; }
 }@media only screen and (max-width: 763px) { #ApkKMbcJMJiPR91FbDtEmKTSfsi3Jr8g { top:11.4375rem;left:26.9375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxumdvLuDBTywf4a5oQdyLQ91hqAIAUK { display:block; }#JxumdvLuDBTywf4a5oQdyLQ91hqAIAUK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMmuB94aopMauRplAchi9n9w1aXgTIsh { top:4.1875rem;left:0rem;width:18.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtlnOFQBNNiCHhAHWgegShCSAzyqC4XT { top:5.3125rem;left:0rem;width:37.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACWzlwXH4xhmt80Zs3NoOegv123Jsc95 { top:10rem;left:0rem;width:2rem;height:4.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs1v73K79GOkoNCMDCVXZHtnGOwUe9L5 { top:10.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQoCv3RPqryane2F8yVwoGV2kk29m8qh { top:12.25rem;left:0rem;width:32.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eERcQDOzPQuXL2y2vroVLDHlKlrVJeQw { top:17rem;left:0rem;width:32.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqp8XtZ6BxToOv9NWCQMf1Etyr603aPa { top:15.375rem;left:0rem;width:15.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFezFANrxhn9IU9kTZz0JV5VWHoBNRcP { top:14.75rem;left:0rem;width:2rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s60I40px4BhtNeANNMRQT9UthSThmy3O { top:21.5625rem;left:0rem;width:32.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soyZF6XmVcD0uONcRTyLnZhnw1nXfgNb { top:19.3125rem;left:0rem;width:2rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGhdPOs7hDy9eugh6CMhIXHEUigC5vLc { top:19.9375rem;left:0rem;width:14.0625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnoTWTOyB0Nc8RJHH4E3233EUrFTeoLy { top:26.125rem;left:0rem;width:32.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foNJ7TN9KqiannzhJRoPmw4eeeEe6a4f { top:23.875rem;left:0rem;width:2rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzhgOasz6q76eBeNfGQsxDqgw9EyVirK { top:24.5rem;left:0rem;width:17.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsOhWt0trDTIo1iLs19O7hyA5MMiBc1T { display:block; }#GsOhWt0trDTIo1iLs19O7hyA5MMiBc1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzcbuM7Uo9kk0yhJwO3MOBxBK31Nnv7Q { top:10.25rem;left:19.875rem;width:18.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2cEykbh2hg1CT3DvaMvIwUaHu0OaRI1 { top:11.375rem;left:19.875rem;width:23.25rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hei6UH2TGFoprJ6kgEhD5fDGb4MyC9my { top:15.625rem;left:17.625rem;width:30.125rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsDT74rJ6AMa920dfMmAeAbw1mhENyXD { top:22.0625rem;left:19.875rem;width:15.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0dLseyBeBv7sAqPGoglOTNRLhtMAUmM { top:22.6875rem;left:22.6875rem;width:12rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9NmlkWkUiTh4y3xt3zQiTQrxExf89Z9 { top:22.6875rem;left:21rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vif2pubVrDtTlm0uO0o8chxuy3sNPorr { top:6.4375rem;left:0rem;width:15.3125rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx8RT92Dnf4D1hv8LOgdN4ossAZvFsiA { display:block; }#zx8RT92Dnf4D1hv8LOgdN4ossAZvFsiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNVJoSMEzyFDlnHeh3AA9FTZ94tCQDTR { top:3.3125rem;left:0rem;width:18.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATVRKQg3VOi5qPcNFzPbzeT9JPlGHSlU { top:4.4375rem;left:0rem;width:28.4375rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3T8UcS1FebVI4TVh3EliQTXex6ahE6S { top:9.0625rem;left:0rem;width:47.75rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKKPV5srCFoT7PZngaSXlBzBFeZRD0P8 { top:20.6875rem;left:0rem;width:19.375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpMRT8MNhWypm1T7ZL40Ve3F6vNE0FQ2 { top:11.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czJkbce8ISMsrsHxwItSKZR8iS849FBP { top:15.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNVsDNPn6khIHEPttyvD8IoQl9gD1WJ { top:22.1875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #InpJJbD1J4tvfT5N9bEImiK9erloncWR { top:24.0625rem;left:0rem;width:17.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1vnSMmtoNcTsUTm4SzotnmanD5AubCh { top:28.6875rem;left:0rem;width:6.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrUM8umOkT3ceTw0B6nXyn8GErURvyoZ { top:20.6875rem;left:8.4375rem;width:19.375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMBEM4nRuzBDCU8N1p5MpRJdWTFsiT0f { top:24.0625rem;left:9.5625rem;width:17.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skRla0PHPbFm97ccETLGdTmUDxcstaFE { top:28.6875rem;left:9.5625rem;width:8.0625rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3wWI1mAadMTUbgJvJP7et3i4gHIx1Ke { top:22.1875rem;left:9.5625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFTazaJZ9XHUQP8elLJKeqwhWHkstW70 { top:20.6875rem;left:28.375rem;width:19.375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v13wp44OwQ7iqzZRXWEz2iwguswFCfvI { top:24.0625rem;left:30.375rem;width:17.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdeHHRTxn8qoNk6bJOcUaF06vFpd2WZ { top:28.6875rem;left:31.6875rem;width:6.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOt9An0Mla5OrOVH9gRM0CFQb054Zp75 { top:22.1875rem;left:31.6875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo1lfLsJ8mBLansINkpDOhZTewTfEGaI { width:17.5rem;height:3.4375rem;top:33.125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swFCGxn2ti6wgKkL2B7c9Au5o5kVNzVQ { display:block; }
 }@media only screen and (max-width: 763px) { #Hn4STblaifofmOLV0sJvhFqmQ3qZbgKe { display:block; }#Hn4STblaifofmOLV0sJvhFqmQ3qZbgKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1q71SzTKlnh7p6gtPBQxTQZaLkTB2St { top:4rem;left:9.6875rem;width:18.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE7ahkAv1x8wz5NDkT2nJ4Lsa22IqDWH { top:5.125rem;left:9.6875rem;width:28.4375rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e { display:flex;height:auto;width:27.8125rem;top:11.6875rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #G32WClTy2QOCfkeyA5hA2GO7nrmVcxOn {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #mGNaGPvPkxq9VvhuvFUt8R01TCNKLrcs {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #otsdhuOQw3AxvLLVvrT4yuJMePMp6C4b {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #dpJP7fhiEBpg1eRP72MIq48pgvSlZHVD {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #FHDi9yFbfvas3DXorqd4EyDuMTHStyHD {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #lQWGKp9rBFyPwm73Tu8dM4BwB3mQOUJU {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #s7NF7hrEbhVx6OQdmXISZgc9ax02T3tl {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #dcZ6SXwu4iLJ4eF2R4pZfbhGpkdUkfFF {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #d868edtrD5tSA27J78nl0hCAftHD6m0W {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #IUb3LJ2xaxb6rxVLhEOXtLwQPSNB3PnC {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #ekiN6ue3PIhGSHNFN5aZ6W7qoxvI1nNu {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #h2DCnWF2h21MFUo3mg5y2Klq0vyuNhQf {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #D9LvWrOFBucu77hfmxhLwJIQ5Z6SPa7E {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #fL6HK50zKct6gbrzrIB1mMVhx3nON9Ve {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #MXorJS8lHgmVhbCxm6iFWeUFFFhpRWkP {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #Colim3DPkuCTP75sJsU35PHeeV8Uthcx {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #g3NsqKR8U5SCKboWTZBkGNhrdFTEy1VV {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #sBQQ2iRB4sNGutBnOagygq3pZApF0PVs {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #BT7p6deiTQIwIcKJg0mtlErxSBAxukUd {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #KPttRppaUALObmvpSAFHREZLgLfJNmyL {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #ykSHMgSL0qZQB7fsmqVozDPHQhW44z0s {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #Vms9b7fwkVos8nK482nZRh8b5T2DS2Uu {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #eTzpGSKklKGzVuvsbg5SA2EfeRXD5agr {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #rulai5foTyZewezbslr3WJhZAIwMvv1G {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #wMw8fIUCqEqHxckks5CbmBS4TsQBuh1i {  }
 }@media only screen and (max-width: 763px) { #PTmU4Cnhkm9M7aNb3XLQ1ifuJpTlElXI { display:block; }#PTmU4Cnhkm9M7aNb3XLQ1ifuJpTlElXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoZAcAy7FNCpNxqBC0RUO94d3qgIVNDI { top:12.4375rem;left:10.8125rem;width:30.3125rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMvxhSqi67BLnNgeH2bOXUFsZ8E0SnQQ { top:5.375rem;left:10.8125rem;width:25.4375rem;height:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5cCM1G4Tku1TzKyohN39Cza4EhPKRb2 { top:4.25rem;left:10.8125rem;width:18.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-regular-label { width:28.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-text { width:28.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-text {padding-top: 0; padding-bottom: 0;}#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-textarea { width:28.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-select { width:28.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-select {padding-top: 0; padding-bottom: 0;}#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-button { width:28.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-checkbox-label { width:27.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl  { width:28.9375rem;height:auto;top:18.4375rem;left:9.4375rem; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .radio-container { width:28.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl {display:block;}#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl { width:28.9375rem;height:auto;top:18.4375rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #F6TO9kVstskwsoBgvu9MPFzvroWTzaTS {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #Mu57RTfyc6g3ITufSimq79kTR7u17frT {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #N2ubpUfEDSRPFQ476KkDATGb1aroVPaR {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #yGxZJ5ShmR6kfsBffKTVWmeVp2cWp7mA {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #PK3Q45S3HTgAuo3e22BKycvcRb7qPk6B {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #fubmuEeiHWoeQTCTdK5HJxO8tUhzMVl5 {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #pifisO9kxPvrZMvdaP1NKPIz7B8nMV7k {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #RhoqIp9A6tv4m1MfTk6F9m1r5pGfxseJ {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #XJcOiCpFJqyUH6T4SFUADEQPPZeQpNXP {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #rtW9lEPdZTf92o6wCkI0AG5TsgHPqw9q {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #OmVzAZ9JCgLAmd6HRxt6LILGdv8n9vT8 {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #EoinITEgB0JTJS8TfNq1RkIcZDh91uii {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #lanJGpw7X29R3LSzobkOuZON93wqk21v {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #Bmha2q0x500aDknFgTGXhcsTROkSh1Te {  }
 }@media only screen and (max-width: 763px) { #ogWGzT9VnkRAHSPFmsMZu5MQMiFx9O22 { top:43.5rem;left:13.71875rem;width:23.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhIJwLOTzznKdSBShRLiy026y4BpRF1I { display:block; }#BhIJwLOTzznKdSBShRLiy026y4BpRF1I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUlhNnclpMcigzKhH8T3q6mgldcUvNv0 { top:1.75rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1sRHqXgpdE57RMrkDI5xhLzXeku6a2c { top:3.3125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ET770hUWNCTWG34N4wTDcxNl0XRcLbFm { display:block; }#ET770hUWNCTWG34N4wTDcxNl0XRcLbFm > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zz1xR2cnrghT21NOyaEte1T3DdAeuQcI { width:8.1875rem;height:1.13671875rem;top:0.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6tGZpIfEVo9SNqLHfrEgq2b6RaRr3MT { width:8.5625rem;height:0.9746125rem;top:1.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghafTWBaHpULbU3Fx7DhW2QCRz8Vy9hU { width:8.4375rem;height:2rem;top:0.5625rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXMWuDENhG6hrPwiSGR6Zlufq6Hflq2w { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lG3TTEXggSfGxec6Ngivyx959VNmxXBF { width:19.875rem;height:31.1875rem;top:22.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZMW2csliON5tpzOHq7D6Lc0g6toPS1f { width:13.625rem;height:0.9746125rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHLvVUKWSTUrtRr4u1g08Qup47fT81tJ { width:20rem;height:1.29980625rem;top:2.94921875rem;left:0rem;font-size:1rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #T4EBmnCmGJGVKVbNIltky5NQKAs5qPgT { width:20rem;height:4.0625rem;top:5.01171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEZiVbgK56X0lwx7B9BLQ41DOILoanoO { width:20rem;height:3rem;top:10.4609375rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IKdmpgAlMOomCLMoKzlT6nftgbQw9KJl { width:13.8125rem;height:2.875rem;top:15.248046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2gHIIb6cesZHK8iWTc24NstdVac2wZk { display:block; }
 }@media only screen and (max-width: 763px) { #LdTftDb3BS0avLFoFIo58HQKD5MzTbnt { width:20rem;height:0.9746125rem;top:18.935546875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIzQ3wExEZhWOT5i4HGDBgI0mZa1aZ8K { width:20rem;height:7.375rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSW4HO23TsIGv6dkVkvvRhVd3r7HEEbZ { width:18.0625rem;height:3.65625rem;top:55.625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfOxnTgTqkrpfhmgPlAI3ieITDIqnTM4 { width:12.5rem;height:1.13671875rem;top:59.3125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt2kLRG00OHCTu1bZPe1M43BHI1bNPzn { display:block; }#tt2kLRG00OHCTu1bZPe1M43BHI1bNPzn > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nq41GPBcxt3bGXRbBIBsBwXdTLwPSnVT { width:18.4375rem;height:0.9746125rem;top:2.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGfrNtv6aTsWgn8hEvlnKCzBtp2ozVJT { width:20rem;height:1.94921875rem;top:3.63671875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyVly9QzAUqmCtzW34rMMTJoIa2SGUzG { width:20rem;height:3.3984375rem;top:6.2109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlCdsqHEOpftyX2rRs9rDvmupuF9R9wM { width:20rem;height:8.0625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0RJbhRvoATbBWI2wLNP4r2g2DK5PX1s { width:20rem;height:8.0625rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuRi4sTqFNwztBGiQo2ztaSA9Rprd1XW { width:20rem;height:8.0625rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7tIvnqbV0nBnHoWRCHdlXwwrhmluKyU { width:2.875rem;height:2.875rem;top:11.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBm8haDJ8TxSpQGmfGMuzVUEeOdIvnKt { width:2.875rem;height:2.875rem;top:30.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPSi0GMdFlaZRbz37rGv9snO8kV6htXc { width:2.875rem;height:2.875rem;top:21.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGNmLPpT48PF1TL5yrcBqXMLXBhCWRIf { display:flex;width:1.5625rem;height:1.5625rem;top:12.375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #sTUO2sqF2CCLQ5Uu8L5RDQMRccrc7tnM { display:flex;width:1.5625rem;height:1.5625rem;top:21.8125rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #d5mAshJOC5xwqo85n4th4Zd4oF16snXX { display:flex;width:1.5625rem;height:1.5625rem;top:31.125rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #HdNgPmHef7Zb4qMTXr5DDLuABUCBaGJ4 { width:16.8125rem;height:1.4619125rem;top:15.6875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayMZDW36ZLbShLqiuUs8FuN5l4g4wLMu { width:11.9375rem;height:1.4619125rem;top:25.125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzlui4ovGVxtL7a70P0TXVrCzS9cbzaQ { width:15rem;height:1.4619125rem;top:34.4375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0OnJThBTDk5s63wJcsrZEUNGmHew5Ez { width:20rem;height:1.4619125rem;top:39.4462890625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKLr2Tc3JgbZTNRZXlBTrEGvKXWXxJXT { display:block; }#eKLr2Tc3JgbZTNRZXlBTrEGvKXWXxJXT > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywJCJWyTGmxSoB9BTUiQnydpxhGhgFaG { width:18.4375rem;height:0.9746125rem;top:2.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8FCS5tAzKPyVFDKXQX0idilxA3edeOi { width:20rem;height:3.8984375rem;top:3.63671875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APoF5bUJEqb8adZ5gmETIafiQdM6368z { width:17.5rem;height:9.375rem;top:10.0859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPNJcZOBRsvoQuooO6RNkMsB8Wt6Rwxv { width:17.5rem;height:9.375rem;top:20.7109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNHuB1KkJsgmw5SMHF56OfK5olut2McT { width:17.5rem;height:9.375rem;top:41.9609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #keHeTtVuvwlqut5fVTFcSWiS7vQHV4SQ { width:2.875rem;height:2.875rem;top:11.0859375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3Bnueb2oLyfLN3vR7SIgdaqB5gQzaLr { width:2.875rem;height:2.875rem;top:42.9609375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlXqngQWu30GOWM03av72VDnIphADUTi { width:2.875rem;height:2.875rem;top:21.7109375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScbuAx9KfNuGRMoneJ3RXOznwhkLCZ9m { display:flex;width:1.5625rem;height:1.5625rem;top:11.7734375rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #B2noEmR89vHfI4zitfS7lE1dkI7WLArO { display:flex;width:1.5625rem;height:1.5625rem;top:22.3984375rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #anJC4qmWEsX7e3sKyC0qLNuHiUH7GVNU { display:flex;width:1.5625rem;height:1.5625rem;top:43.6484375rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #S8HpJgN2eLtVvT9uBDgRmWu7fT0J2n7b { width:12.75rem;height:2.923825rem;top:15.0859375rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCJTFKUyVGe0q3PFf2te1ghM4mMV3nHW { width:11.9375rem;height:2.923825rem;top:25.7109375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQCfV50nAurv9b2UfVJVB93CKolCxcf8 { width:12.75rem;height:2.923825rem;top:46.9609375rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBZiMUiNmLJ8BDThUqQfl8vJm2XZeCHl { width:15.875rem;height:1.4619125rem;top:52.8984375rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OucXotuukKdHGVH2VAsU9Uos4SCCNTrm { width:17.5rem;height:9.375rem;top:31.3359375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4kx2mRHpiE5RiDluKqC42v2xuRD2AZi { display:flex;width:1.5625rem;height:1.5625rem;top:32.9921875rem;left:3.78125rem; }
 }@media only screen and (max-width: 763px) { #ox2nWO2EGZq6bzDCyd3QySpgxGsGcgCg { width:11.9375rem;height:2.923825rem;top:36.4345703125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ7FJyUz4mSbCkJuhGWBrNcrTob1UK0n { width:17.5rem;height:3.4375rem;top:55.54199375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZALxRC3EgyPs0avamDdJwtN1MVI0JKLM { display:block; }
 }@media only screen and (max-width: 763px) { #ApkKMbcJMJiPR91FbDtEmKTSfsi3Jr8g { width:2.875rem;height:2.875rem;top:32.3359375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxumdvLuDBTywf4a5oQdyLQ91hqAIAUK { display:block; }#JxumdvLuDBTywf4a5oQdyLQ91hqAIAUK > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMmuB94aopMauRplAchi9n9w1aXgTIsh { width:18.4375rem;height:0.9746125rem;top:2.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtlnOFQBNNiCHhAHWgegShCSAzyqC4XT { width:20rem;height:1.94921875rem;top:3.63671875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACWzlwXH4xhmt80Zs3NoOegv123Jsc95 { width:2rem;height:4.0625rem;top:8.3359375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs1v73K79GOkoNCMDCVXZHtnGOwUe9L5 { width:12.5rem;height:1.29980625rem;top:8.3359375rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQoCv3RPqryane2F8yVwoGV2kk29m8qh { width:16rem;height:2.625rem;top:9.8857421875rem;left:2.96875rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eERcQDOzPQuXL2y2vroVLDHlKlrVJeQw { width:13.875rem;height:2.625rem;top:17.984375rem;left:2.96875rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Pqp8XtZ6BxToOv9NWCQMf1Etyr603aPa { width:15.5rem;height:1.29980625rem;top:16.1220703125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFezFANrxhn9IU9kTZz0JV5VWHoBNRcP { width:2rem;height:4.0625rem;top:16.1220703125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s60I40px4BhtNeANNMRQT9UthSThmy3O { width:17.0625rem;height:1.13671875rem;top:25.1708984375rem;left:2.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soyZF6XmVcD0uONcRTyLnZhnw1nXfgNb { width:2rem;height:4.0625rem;top:23.146484375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGhdPOs7hDy9eugh6CMhIXHEUigC5vLc { width:14.0625rem;height:1.29980625rem;top:23.87109375rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnoTWTOyB0Nc8RJHH4E3233EUrFTeoLy { width:14.9375rem;height:2.625rem;top:31.974609375rem;left:2.78125rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #foNJ7TN9KqiannzhJRoPmw4eeeEe6a4f { width:2rem;height:4.0625rem;top:30.474609375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzhgOasz6q76eBeNfGQsxDqgw9EyVirK { width:16.625rem;height:1.29980625rem;top:30.474609375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsOhWt0trDTIo1iLs19O7hyA5MMiBc1T { display:block; }#GsOhWt0trDTIo1iLs19O7hyA5MMiBc1T > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzcbuM7Uo9kk0yhJwO3MOBxBK31Nnv7Q { width:18.4375rem;height:0.9746125rem;top:35.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2cEykbh2hg1CT3DvaMvIwUaHu0OaRI1 { width:20rem;height:1.94921875rem;top:37.07421875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hei6UH2TGFoprJ6kgEhD5fDGb4MyC9my { width:20rem;height:8.496125rem;top:39.703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsDT74rJ6AMa920dfMmAeAbw1mhENyXD { width:15.9375rem;height:2.5rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0dLseyBeBv7sAqPGoglOTNRLhtMAUmM { width:12rem;height:1.29980625rem;top:49.6875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9NmlkWkUiTh4y3xt3zQiTQrxExf89Z9 { display:flex;width:1.375rem;height:1.375rem;top:49.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #vif2pubVrDtTlm0uO0o8chxuy3sNPorr { width:20rem;height:31.8125rem;top:1.548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx8RT92Dnf4D1hv8LOgdN4ossAZvFsiA { display:block; }#zx8RT92Dnf4D1hv8LOgdN4ossAZvFsiA > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNVJoSMEzyFDlnHeh3AA9FTZ94tCQDTR { width:18.4375rem;height:0.9746125rem;top:2.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATVRKQg3VOi5qPcNFzPbzeT9JPlGHSlU { width:20rem;height:1.94921875rem;top:3.63671875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3T8UcS1FebVI4TVh3EliQTXex6ahE6S { width:20rem;height:11.75rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKKPV5srCFoT7PZngaSXlBzBFeZRD0P8 { width:20rem;height:9.8125rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpMRT8MNhWypm1T7ZL40Ve3F6vNE0FQ2 { width:17.5rem;height:7.4365rem;top:8.1875rem;left:1.25rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #czJkbce8ISMsrsHxwItSKZR8iS849FBP { width:12.5rem;height:1.29980625rem;top:15.873046875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNVsDNPn6khIHEPttyvD8IoQl9gD1WJ { width:12.5rem;height:0.9746125rem;top:21.5625rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #InpJJbD1J4tvfT5N9bEImiK9erloncWR { width:17.375rem;height:3.8994125rem;top:23.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1vnSMmtoNcTsUTm4SzotnmanD5AubCh { width:6.5rem;height:1.0556625rem;top:28.0625rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrUM8umOkT3ceTw0B6nXyn8GErURvyoZ { width:20rem;height:9.8125rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMBEM4nRuzBDCU8N1p5MpRJdWTFsiT0f { width:17.375rem;height:3.8994125rem;top:34.5625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skRla0PHPbFm97ccETLGdTmUDxcstaFE { width:8.0625rem;height:1.0556625rem;top:39.1875rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3wWI1mAadMTUbgJvJP7et3i4gHIx1Ke { width:12.5rem;height:0.9746125rem;top:32.6875rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFTazaJZ9XHUQP8elLJKeqwhWHkstW70 { width:20rem;height:9.8125rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v13wp44OwQ7iqzZRXWEz2iwguswFCfvI { width:17.375rem;height:3.8994125rem;top:46.0625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdeHHRTxn8qoNk6bJOcUaF06vFpd2WZ { width:6.5rem;height:1.0556625rem;top:50.6875rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOt9An0Mla5OrOVH9gRM0CFQb054Zp75 { width:12.5rem;height:0.9746125rem;top:44.1875rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo1lfLsJ8mBLansINkpDOhZTewTfEGaI { width:17.5rem;height:3.4375rem;top:54.7734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swFCGxn2ti6wgKkL2B7c9Au5o5kVNzVQ { display:block; }
 }@media only screen and (max-width: 763px) { #Hn4STblaifofmOLV0sJvhFqmQ3qZbgKe { display:block; }#Hn4STblaifofmOLV0sJvhFqmQ3qZbgKe > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1q71SzTKlnh7p6gtPBQxTQZaLkTB2St { width:18.4375rem;height:0.9746125rem;top:3.03515625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE7ahkAv1x8wz5NDkT2nJ4Lsa22IqDWH { width:20rem;height:1.94921875rem;top:4.546875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KakTS5v9k9rRiCubbdTUekBFTnMiVb0e { display:flex;height:auto;width:17.5rem;top:7.71875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #G32WClTy2QOCfkeyA5hA2GO7nrmVcxOn {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #mGNaGPvPkxq9VvhuvFUt8R01TCNKLrcs {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #otsdhuOQw3AxvLLVvrT4yuJMePMp6C4b {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #dpJP7fhiEBpg1eRP72MIq48pgvSlZHVD {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #FHDi9yFbfvas3DXorqd4EyDuMTHStyHD {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #lQWGKp9rBFyPwm73Tu8dM4BwB3mQOUJU {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #s7NF7hrEbhVx6OQdmXISZgc9ax02T3tl {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #dcZ6SXwu4iLJ4eF2R4pZfbhGpkdUkfFF {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #d868edtrD5tSA27J78nl0hCAftHD6m0W {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #IUb3LJ2xaxb6rxVLhEOXtLwQPSNB3PnC {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #ekiN6ue3PIhGSHNFN5aZ6W7qoxvI1nNu {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #h2DCnWF2h21MFUo3mg5y2Klq0vyuNhQf {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #D9LvWrOFBucu77hfmxhLwJIQ5Z6SPa7E {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #fL6HK50zKct6gbrzrIB1mMVhx3nON9Ve {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #MXorJS8lHgmVhbCxm6iFWeUFFFhpRWkP {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #Colim3DPkuCTP75sJsU35PHeeV8Uthcx {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #g3NsqKR8U5SCKboWTZBkGNhrdFTEy1VV {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #sBQQ2iRB4sNGutBnOagygq3pZApF0PVs {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #BT7p6deiTQIwIcKJg0mtlErxSBAxukUd {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #KPttRppaUALObmvpSAFHREZLgLfJNmyL {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #ykSHMgSL0qZQB7fsmqVozDPHQhW44z0s {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #Vms9b7fwkVos8nK482nZRh8b5T2DS2Uu {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #eTzpGSKklKGzVuvsbg5SA2EfeRXD5agr {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #rulai5foTyZewezbslr3WJhZAIwMvv1G {  }
 }@media only screen and (max-width: 763px) { #KakTS5v9k9rRiCubbdTUekBFTnMiVb0e #wMw8fIUCqEqHxckks5CbmBS4TsQBuh1i {  }
 }@media only screen and (max-width: 763px) { #PTmU4Cnhkm9M7aNb3XLQ1ifuJpTlElXI { display:block; }#PTmU4Cnhkm9M7aNb3XLQ1ifuJpTlElXI > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoZAcAy7FNCpNxqBC0RUO94d3qgIVNDI { width:20rem;height:5.09765625rem;top:8.3095703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMvxhSqi67BLnNgeH2bOXUFsZ8E0SnQQ { width:20rem;height:3.8984375rem;top:3.32421875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5cCM1G4Tku1TzKyohN39Cza4EhPKRb2 { width:18.4375rem;height:0.9746125rem;top:1.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-text {padding-top: 0; padding-bottom: 0;}#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-select {padding-top: 0; padding-bottom: 0;}#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl  { width:17.5rem;height:auto;top:15.2705078125rem;left:0rem; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl {display:block;}#KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl { width:17.5rem;height:auto;top:15.2705078125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #F6TO9kVstskwsoBgvu9MPFzvroWTzaTS {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #Mu57RTfyc6g3ITufSimq79kTR7u17frT {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #N2ubpUfEDSRPFQ476KkDATGb1aroVPaR {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #yGxZJ5ShmR6kfsBffKTVWmeVp2cWp7mA {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #PK3Q45S3HTgAuo3e22BKycvcRb7qPk6B {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #fubmuEeiHWoeQTCTdK5HJxO8tUhzMVl5 {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #pifisO9kxPvrZMvdaP1NKPIz7B8nMV7k {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #RhoqIp9A6tv4m1MfTk6F9m1r5pGfxseJ {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #XJcOiCpFJqyUH6T4SFUADEQPPZeQpNXP {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #rtW9lEPdZTf92o6wCkI0AG5TsgHPqw9q {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #OmVzAZ9JCgLAmd6HRxt6LILGdv8n9vT8 {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #EoinITEgB0JTJS8TfNq1RkIcZDh91uii {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #lanJGpw7X29R3LSzobkOuZON93wqk21v {  }
 }@media only screen and (max-width: 763px) { #KiTOTk2lu4q9Gl6dytEs2cEo6IdIwvcl #Bmha2q0x500aDknFgTGXhcsTROkSh1Te {  }
 }@media only screen and (max-width: 763px) { #ogWGzT9VnkRAHSPFmsMZu5MQMiFx9O22 { width:20rem;height:0.9746125rem;top:39.982421875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhIJwLOTzznKdSBShRLiy026y4BpRF1I { display:block; }#BhIJwLOTzznKdSBShRLiy026y4BpRF1I > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUlhNnclpMcigzKhH8T3q6mgldcUvNv0 { width:20rem;height:1.4619125rem;top:2.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1sRHqXgpdE57RMrkDI5xhLzXeku6a2c { width:12.5rem;height:1.13671875rem;top:3.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }