.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:245,236,224;--color-primary-1:222,192,152;--color-primary-2:189,129,48;--color-primary-3:95,65,24;--color-primary-4:28,19,7;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Titillium Web";--paragraphs-font-family:"Titillium Web"; }@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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;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:6.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#O6X2eHSRBeeVHuyfBo6w6lWyTNGVRXzT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.1875rem;left:52.75rem;display:block; }
#CGhh8PmuQEAW4bKMsNkT4cb0WGfbavM1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmTnwOE9TswldpxHZx5xzwy6qxMQm6uf { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.1875rem;left:62.9375rem;display:block; }
#llSIhfR3mx6rCWE55f3qKqRhXkkEPCBU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wFPzTeWD4fhtaaGTJoGV8ITav9HXvxdO { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:9.375rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#WrpzK8ig9XXrMWIzJgEIWCAWPwPzf7S2 { background-color:rgba(var(--color-primary-0),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; }#WrpzK8ig9XXrMWIzJgEIWCAWPwPzf7S2 > .row .container { background-color: transparent; background-image: none; }#WrpzK8ig9XXrMWIzJgEIWCAWPwPzf7S2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrpzK8ig9XXrMWIzJgEIWCAWPwPzf7S2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrpzK8ig9XXrMWIzJgEIWCAWPwPzf7S2 > .row .container > .video-iframe-container { display: none; }#WrpzK8ig9XXrMWIzJgEIWCAWPwPzf7S2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrpzK8ig9XXrMWIzJgEIWCAWPwPzf7S2 > .row > .video-iframe-container { display: none; }#WrpzK8ig9XXrMWIzJgEIWCAWPwPzf7S2 > .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); }#WrpzK8ig9XXrMWIzJgEIWCAWPwPzf7S2 > .row .container { border-width: 0; border-radius: 0; }#WrpzK8ig9XXrMWIzJgEIWCAWPwPzf7S2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WrpzK8ig9XXrMWIzJgEIWCAWPwPzf7S2 > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#XSKT61rOc5Tie9oH96nIUeRZZPOl0KSm { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:12rem;left:0rem;height:;display:block; }
#tFTB5WOanXrCOdBQalRwXCTdIeHxWq8V { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:23.75rem;left:0rem;height:6.82425rem;display:block; }
#DTq2g4bVOJsdu7gM4z8kDe0AwNyv8tQq { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:32.375rem;left:0rem;display:block; }
#fJ37miPy5JQHD7NF9krQ0TIiPLaERTWG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F9AJz0R0HfK74DpcfD2Uo5QkT4eo2JpH { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:32.375rem;left:14.8125rem;display:block; }
#UXrotM0QLWZg1d2BXJcUooE5E8HTaTBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MFVDoTubNUtn7IfRWr4GCGF6czCXF1KA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.25rem;left:56rem;height:5.19921875rem;display:block; }
#Xt8zVz5PaRBdSn6Okelib0d5tGcBRrSb { box-sizing:content-box;height:27.5rem;width:21.625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:53.375rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#ZVBnW0PhaKsaB5NipUaUTa5fI0iCw5n1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.375rem;left:56rem;height:3.8994125rem;display:block; }
#roE89aKlT9eRUSd13pBVPlW7fhpKcghT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.75rem;left:56rem;height:4.5244125rem;display:block; }#roE89aKlT9eRUSd13pBVPlW7fhpKcghT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#roE89aKlT9eRUSd13pBVPlW7fhpKcghT li:before{  }
#MfNiqaL1fvI2n9FsHyaewJabNQrD1vwM { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.0625rem;left:56rem;display:block; }
#Of9NzpBJTx4eT9sPUGy2LRKqlicKK9d0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHvOQ9n0eWSHvxkPdGXUo9QPBLlWR10x { box-sizing:content-box;height:0.3125rem;width:2.8125rem;position:absolute;display:block;z-index:15004;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:12.6875rem;left:56rem;display:block; }
#kuni2n7ZyTGtePADr9t9TaDLmHn2ryl1 { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:16.4375rem;top:12rem;left:38.25rem;overflow:hidden;display:block; }
#oqNoDqx6EIif59cWl4bwIbe5SgX0DIdN { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:2.9375rem;top:29rem;left:28.9375rem;overflow:hidden;display:block; }
#rTEdoE81IG0eA9QfikDzMstMhbQRLwuT { position:relative;display:block; }#rTEdoE81IG0eA9QfikDzMstMhbQRLwuT { background-color: transparent; background-image: none; }#rTEdoE81IG0eA9QfikDzMstMhbQRLwuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTEdoE81IG0eA9QfikDzMstMhbQRLwuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTEdoE81IG0eA9QfikDzMstMhbQRLwuT > .row .container > .video-iframe-container { display: none; }#rTEdoE81IG0eA9QfikDzMstMhbQRLwuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTEdoE81IG0eA9QfikDzMstMhbQRLwuT > .row > .video-iframe-container { display: none; }#rTEdoE81IG0eA9QfikDzMstMhbQRLwuT > .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); }#rTEdoE81IG0eA9QfikDzMstMhbQRLwuT { border-width: 0; border-radius: 0; }#rTEdoE81IG0eA9QfikDzMstMhbQRLwuT > .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; }#rTEdoE81IG0eA9QfikDzMstMhbQRLwuT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.25rem;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; }#nLiJVy5F9yk5rg42KDrTgTuXIm7Af9vp { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.58203125rem;left:22.0625rem;height:;text-align:center;text-align-last:center;display:block; }
#PQD0HyfpnfEodK3J0RyN7C7arcMNWJ2Z { position:relative;display:block; }#PQD0HyfpnfEodK3J0RyN7C7arcMNWJ2Z { background-color: transparent; background-image: none; }#PQD0HyfpnfEodK3J0RyN7C7arcMNWJ2Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQD0HyfpnfEodK3J0RyN7C7arcMNWJ2Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQD0HyfpnfEodK3J0RyN7C7arcMNWJ2Z > .row .container > .video-iframe-container { display: none; }#PQD0HyfpnfEodK3J0RyN7C7arcMNWJ2Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQD0HyfpnfEodK3J0RyN7C7arcMNWJ2Z > .row > .video-iframe-container { display: none; }#PQD0HyfpnfEodK3J0RyN7C7arcMNWJ2Z > .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); }#PQD0HyfpnfEodK3J0RyN7C7arcMNWJ2Z { border-width: 0; border-radius: 0; }#PQD0HyfpnfEodK3J0RyN7C7arcMNWJ2Z > .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; }#PQD0HyfpnfEodK3J0RyN7C7arcMNWJ2Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.125rem;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; }#OySDbHE4KC6Du4eCXpElDDbEIBPZQACS { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0625rem;left:10.53125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#u3RdPZIUUNZyhdFzB7mT7ssOcI9Wcatz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.0625rem;left:48.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GkhAJmqxWuwxzgUHdAw2huUANIHJ658s { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:2.8125rem;left:17.53125rem;overflow:hidden;display:block; }
#I1qZw6lo33tV6pTMvO4zXSxdtBO3TR1c { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:2.8125rem;left:55.03125rem;overflow:hidden;display:block; }
#k7t4NL7M3ltRRbUzDwBKJtqqb8X8nGJn { position:relative;display:block; }#k7t4NL7M3ltRRbUzDwBKJtqqb8X8nGJn { background-color: transparent; background-image: none; }#k7t4NL7M3ltRRbUzDwBKJtqqb8X8nGJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7t4NL7M3ltRRbUzDwBKJtqqb8X8nGJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7t4NL7M3ltRRbUzDwBKJtqqb8X8nGJn > .row .container > .video-iframe-container { display: none; }#k7t4NL7M3ltRRbUzDwBKJtqqb8X8nGJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7t4NL7M3ltRRbUzDwBKJtqqb8X8nGJn > .row > .video-iframe-container { display: none; }#k7t4NL7M3ltRRbUzDwBKJtqqb8X8nGJn > .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); }#k7t4NL7M3ltRRbUzDwBKJtqqb8X8nGJn { border-width: 0; border-radius: 0; }#k7t4NL7M3ltRRbUzDwBKJtqqb8X8nGJn > .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; }#k7t4NL7M3ltRRbUzDwBKJtqqb8X8nGJn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.125rem;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; }#XCdcMQGT3BZJrkAgN6OHuZ71ZJhLeUKT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3125rem;left:10.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#aevzm6VDbRPyiWMvr1k8f3vrBAkOQ5Al { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3125rem;left:47.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DWtObvEAatquCshNrivB6KwHnDtdmBUf { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:2.1875rem;left:17.375rem;overflow:hidden;display:block; }
#gcTf2UL4BDBL15COxUT6uVOwOkKcDNue { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:2.1875rem;left:54.875rem;overflow:hidden;display:block; }
#uuQe89mhQKNxCqBTncsD70mRNkMFOd4O { position:relative;display:block; }#uuQe89mhQKNxCqBTncsD70mRNkMFOd4O { background-color: transparent; background-image: none; }#uuQe89mhQKNxCqBTncsD70mRNkMFOd4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuQe89mhQKNxCqBTncsD70mRNkMFOd4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuQe89mhQKNxCqBTncsD70mRNkMFOd4O > .row .container > .video-iframe-container { display: none; }#uuQe89mhQKNxCqBTncsD70mRNkMFOd4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuQe89mhQKNxCqBTncsD70mRNkMFOd4O > .row > .video-iframe-container { display: none; }#uuQe89mhQKNxCqBTncsD70mRNkMFOd4O > .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); }#uuQe89mhQKNxCqBTncsD70mRNkMFOd4O { border-width: 0; border-radius: 0; }#uuQe89mhQKNxCqBTncsD70mRNkMFOd4O > .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; }#uuQe89mhQKNxCqBTncsD70mRNkMFOd4O > .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:39.125rem;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; }#ntqSTqLFMdsBB8wZZGWz9ve6EaHEnsEg { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;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.375rem;left:3.3125rem;height:3.0869125rem;display:block; }
#s6M7kswCb4pXnBzFrIBhyfPKlnJrU0EM { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5rem;left:3.3125rem;height:18.19724375rem;display:block; }
#frkdk1DRpkUHoFkDfnEodROyZGssaodi { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.375rem;left:18.125rem;display:block; }
#OdMpH4RElKQ4d0AmukqCTgSTsZu2FMKC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NwNlzTPlXCHTGXp5U6ZcJoaTCgsonsDs { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.375rem;left:3.3125rem;display:block; }
#ilNOuGWiPp8H55PC5PcCkDTyiez7LIvU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dfdv1DxZSAHepmfad6cvPKuswRUWHP9L { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:27.25rem;top:2.1875rem;left:42.625rem;overflow:hidden;display:block; }
#vXZXVwRXtrkDUyhi8EZiwpbSMoIOIIWh { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:2.9375rem;top:27.875rem;left:32.15625rem;overflow:hidden;display:block; }
#yuqWgMcJvcGGGdTt0HBwttncGX1dFSKV { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:18.25rem;top:28.6962890625rem;left:50.701171875rem;overflow:hidden;display:block; }
#CZ6f2Fccg7H0QQ72gvP5CeiqWiUBI3RN { position:relative;display:block; }#CZ6f2Fccg7H0QQ72gvP5CeiqWiUBI3RN { background-color: transparent; background-image: none; }#CZ6f2Fccg7H0QQ72gvP5CeiqWiUBI3RN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ6f2Fccg7H0QQ72gvP5CeiqWiUBI3RN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ6f2Fccg7H0QQ72gvP5CeiqWiUBI3RN > .row .container > .video-iframe-container { display: none; }#CZ6f2Fccg7H0QQ72gvP5CeiqWiUBI3RN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ6f2Fccg7H0QQ72gvP5CeiqWiUBI3RN > .row > .video-iframe-container { display: none; }#CZ6f2Fccg7H0QQ72gvP5CeiqWiUBI3RN > .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); }#CZ6f2Fccg7H0QQ72gvP5CeiqWiUBI3RN { border-width: 0; border-radius: 0; }#CZ6f2Fccg7H0QQ72gvP5CeiqWiUBI3RN > .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; }#CZ6f2Fccg7H0QQ72gvP5CeiqWiUBI3RN > .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:10.4375rem;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; }#yniVuk2uDQWQudeMy0WRSFo2pBcgVEUA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.625rem;left:4.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GRcmFeLrJkOtSnKriFJa8Qrk0Ls57FAG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.625rem;left:29.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vSZkqhxinLQQHwCnFsOTCb1xQnvV3CRQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.625rem;left:54.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ko4JvZ4827ldzH19ZgwSiVLmaEX4saas { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.625rem;left:10.9375rem;overflow:hidden;display:block; }
#xNGykIFJKp0d4uyaiT02a9hzwT13Kz7D { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.625rem;left:35.9375rem;overflow:hidden;display:block; }
#VuisftWJb7MtFvX5UpzWbwKlWxmVLHrF { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.625rem;left:60.9375rem;overflow:hidden;display:block; }
#XgdyThTTfeZulmFsSAecnmI5eRytEBwg { position:relative;display:block; }#XgdyThTTfeZulmFsSAecnmI5eRytEBwg { background-color: transparent; background-image: none; }#XgdyThTTfeZulmFsSAecnmI5eRytEBwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgdyThTTfeZulmFsSAecnmI5eRytEBwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgdyThTTfeZulmFsSAecnmI5eRytEBwg > .row .container > .video-iframe-container { display: none; }#XgdyThTTfeZulmFsSAecnmI5eRytEBwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgdyThTTfeZulmFsSAecnmI5eRytEBwg > .row > .video-iframe-container { display: none; }#XgdyThTTfeZulmFsSAecnmI5eRytEBwg > .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); }#XgdyThTTfeZulmFsSAecnmI5eRytEBwg { border-width: 0; border-radius: 0; }#XgdyThTTfeZulmFsSAecnmI5eRytEBwg > .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; }#XgdyThTTfeZulmFsSAecnmI5eRytEBwg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.5625rem;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; }#Wc1Ds4PkJdrLTUyIKbU8JQC5DfvTqSW5 { color:rgba(var(--color-primary-4),1);display:block;width:24.125rem;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:3.1875rem;left:3.4375rem;height:6.173825rem;display:block; }
#ccETmxDmeDcnnXQ2hkNBsoeuJbvn0x1a { color:rgba(var(--color-primary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5625rem;left:7.4375rem;height:3.0859375rem;display:block; }
#DSC3ilz4Tb5VTxchmAbR3VoThbpKl1UT { color:rgba(var(--color-primary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.125rem;left:7.4375rem;height:6.171875rem;display:block; }
#nRvJui6UM6k8cprVdQ9PMe1gRHF3F7r5 { color:rgba(var(--color-primary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6875rem;left:7.1875rem;height:7.714875rem;display:block; }
#TrU4uTXnRcrrMx3bbWCZRdTi3Op3UeNJ { box-sizing:content-box;height:30.625rem;width:26.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2rem;left:45.4375rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#yuXBXnzuek25O12B7bKipIC8Q7VprKR0 { box-sizing:content-box;height:0.3125rem;width:2.8125rem;position:absolute;display:block;z-index:15006;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:3.8125rem;left:48.6875rem;display:block; }
#ZSMqp4AFbn7ONKVbUhZSL0AoTMHch5Nr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:48.375rem;height:5.19921875rem;display:block; }
#rPSTumz3bItNwpX7nWXredB5s04vUCXG { color:rgba(var(--color-primary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.75rem;left:51.9375rem;height:2.5996125rem;display:block; }
#ag4nsC2TKcZvVkLapQ7WP4QqqIPN0kT0 { color:rgba(var(--color-primary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.0625rem;left:51.9375rem;height:2.5996125rem;display:block; }
#yZvFIzX5GzVA0uHUl9JSo3sDOHPu4oBR { color:rgba(var(--color-primary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.1875rem;left:52rem;height:2.5996125rem;display:block; }
#FpE61UDhP7DTrByAC3UETsfpo0QGP8XD { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:11.5625rem;left:3.4375rem;overflow:hidden;display:block; }
#ee6xQuIyTpF1U7CTgtgA3ia11TdARaTb { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:16.3125rem;left:3.4375rem;overflow:hidden;display:block; }
#rWCSPoXpPqp690orZ1g9QamasmkTUS6c { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:23.6875rem;left:3.4375rem;overflow:hidden;display:block; }
#by26zod1iUZsPcH06457XJ8qtif2P385 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:19.875rem;left:48.5rem;overflow:hidden;display:block; }
#NkPI7LOZfDe3KhE1V62xwtrsHpTU41bi { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:24.1875rem;left:48.5rem;overflow:hidden;display:block; }
#MtTVJcxDJA4I3CvQHzWqIG0PnI3CMIi4 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:28.3125rem;left:48.5rem;overflow:hidden;display:block; }
#ArFPTyy10MIEVMTbMBRuIs6nMTIkXa9E { color:rgba(var(--color-primary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.125rem;left:48.375rem;height:3.65625rem;display:block; }
#INBSv5agRvFNkwdrSkPkp6pHMNPQX4PS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16rem;left:48.375rem;height:2.5996125rem;display:block; }
#VTsffEud7TbpaEi7Ohu1TXiBcelHnEEE { position:relative;display:block; }#VTsffEud7TbpaEi7Ohu1TXiBcelHnEEE { background-color: transparent; background-image: none; }#VTsffEud7TbpaEi7Ohu1TXiBcelHnEEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTsffEud7TbpaEi7Ohu1TXiBcelHnEEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTsffEud7TbpaEi7Ohu1TXiBcelHnEEE > .row .container > .video-iframe-container { display: none; }#VTsffEud7TbpaEi7Ohu1TXiBcelHnEEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTsffEud7TbpaEi7Ohu1TXiBcelHnEEE > .row > .video-iframe-container { display: none; }#VTsffEud7TbpaEi7Ohu1TXiBcelHnEEE > .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); }#VTsffEud7TbpaEi7Ohu1TXiBcelHnEEE { border-width: 0; border-radius: 0; }#VTsffEud7TbpaEi7Ohu1TXiBcelHnEEE > .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; }#VTsffEud7TbpaEi7Ohu1TXiBcelHnEEE > .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:39.125rem;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; }#CMmpMsXBn3But521Mz0pQpQHIPpwMrbi { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;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:10.375rem;left:41rem;height:6.173825rem;display:block; }
#Kaqm7WFcrSv7HTchQLSzTg1goFcwpoED { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.1875rem;left:41rem;height:5.1181625rem;display:block; }
#qNPVBCDxxM22yfLps9dXX1q9T8X57yBG { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.375rem;left:55.5625rem;display:block; }
#tyD6yTo9L9ZNspQ0rWTITrCueg8yeI2u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dRA2dTu92sORQsPVrUFOL2FyKryOyERu { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.375rem;left:40.75rem;display:block; }
#bvdBCwTvsXIbWW2n1CcCix8ZIEGRPgWM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bxvCaTrm8JQuTcMfB31U05edmU73kCBh { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.75rem;width:22.9375rem;top:2.75rem;left:6.78125rem;overflow:hidden;display:block; }
#onf28lfMiiZSvxfLT8RxFVQzmAAZnmvB { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:5.6875rem;top:18.875rem;left:31.8125rem;overflow:hidden;display:block; }
#W2TNTB5W9ZwegzZ5C3e06c4Paf9lSb9G { position:relative;display:block; }#W2TNTB5W9ZwegzZ5C3e06c4Paf9lSb9G { background-color: transparent; background-image: none; }#W2TNTB5W9ZwegzZ5C3e06c4Paf9lSb9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2TNTB5W9ZwegzZ5C3e06c4Paf9lSb9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2TNTB5W9ZwegzZ5C3e06c4Paf9lSb9G > .row .container > .video-iframe-container { display: none; }#W2TNTB5W9ZwegzZ5C3e06c4Paf9lSb9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2TNTB5W9ZwegzZ5C3e06c4Paf9lSb9G > .row > .video-iframe-container { display: none; }#W2TNTB5W9ZwegzZ5C3e06c4Paf9lSb9G > .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); }#W2TNTB5W9ZwegzZ5C3e06c4Paf9lSb9G { border-width: 0; border-radius: 0; }#W2TNTB5W9ZwegzZ5C3e06c4Paf9lSb9G > .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; }#W2TNTB5W9ZwegzZ5C3e06c4Paf9lSb9G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.25rem;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; }#cW6Jk69TInO2nUDoIV3DXruo5VW0G54l { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.58203125rem;left:22.0625rem;height:;text-align:center;text-align-last:center;display:block; }
#A4TC7rkBT7bvEgpBdm7h0gvbopB3dO2N { position:relative;display:block; }#A4TC7rkBT7bvEgpBdm7h0gvbopB3dO2N { background-color: transparent; background-image: none; }#A4TC7rkBT7bvEgpBdm7h0gvbopB3dO2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4TC7rkBT7bvEgpBdm7h0gvbopB3dO2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4TC7rkBT7bvEgpBdm7h0gvbopB3dO2N > .row .container > .video-iframe-container { display: none; }#A4TC7rkBT7bvEgpBdm7h0gvbopB3dO2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4TC7rkBT7bvEgpBdm7h0gvbopB3dO2N > .row > .video-iframe-container { display: none; }#A4TC7rkBT7bvEgpBdm7h0gvbopB3dO2N > .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); }#A4TC7rkBT7bvEgpBdm7h0gvbopB3dO2N { border-width: 0; border-radius: 0; }#A4TC7rkBT7bvEgpBdm7h0gvbopB3dO2N > .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; }#A4TC7rkBT7bvEgpBdm7h0gvbopB3dO2N > .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:24.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; }#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU .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; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU .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; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU .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); }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU .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); }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU .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; }#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU .accordion-trigger.adaptive-delivery-prevent-bg, #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU .accordion-trigger.lazyload, #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU .accordion-trigger.lazyloading { background-image: none; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU { box-sizing:content-box;height:auto;width:49.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-primary-0),1);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:2.96875rem;left:11.65625rem; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #iGSzTz9iHso2l94RQC2BqdHI4i9TahPX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #UmNkZwBPhiPTHUaTNfqhJTsgCUw5UlTo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #dI9KudZ9014gQtmcoI53stw51pA9Leuf { display:block;position:relative; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #ZzOcNvJ48D7tzBzpeL4GMfBGt7z1SkNl {  }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #nTnfRdn1ZCFTCuAsoyHFwCrB9eWG0PcX {  }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #gdJfJ7WpUTsuKaIRKBACrHq6l6rogsEw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #nXQ8N7tyLET5WmsM1dXDAD9KIUXeAa5i { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #aTKLTQHWTgPqREHKHBTe43VIf9OMLP9f { display:block;position:relative; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #lmdkBTsFRmr28sS7QMrMT4guMeQhIb6R {  }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #q2IJgMHKCvovUwEud9TTcpBVJZVP6Uww { display:none; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #kKxB1tJDJ1dCkZ5zgto67CdL9i3R957Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #TdMxEpcmVGTP4Q9FbgGJJRuEWod1yLTp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #G7Jkcukto9EeeQoKAn7tUTEKAN5nQm5M { display:block;position:relative; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #KUhSqZyuLnbJVCvi8rD6x3G8K2HF6OWT {  }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #Of89xhkwyD3Zb0vFelOppLx3manxkyi3 { display:none; }
#o6ICZgubsABdLWQNNzFpe4zAtvTKa3At { position:relative;display:block; }#o6ICZgubsABdLWQNNzFpe4zAtvTKa3At { background-color: transparent; background-image: none; }#o6ICZgubsABdLWQNNzFpe4zAtvTKa3At::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6ICZgubsABdLWQNNzFpe4zAtvTKa3At > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6ICZgubsABdLWQNNzFpe4zAtvTKa3At > .row .container > .video-iframe-container { display: none; }#o6ICZgubsABdLWQNNzFpe4zAtvTKa3At > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6ICZgubsABdLWQNNzFpe4zAtvTKa3At > .row > .video-iframe-container { display: none; }#o6ICZgubsABdLWQNNzFpe4zAtvTKa3At > .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); }#o6ICZgubsABdLWQNNzFpe4zAtvTKa3At { border-width: 0; border-radius: 0; }#o6ICZgubsABdLWQNNzFpe4zAtvTKa3At > .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; }#o6ICZgubsABdLWQNNzFpe4zAtvTKa3At > .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:24.4375rem;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; }#asFVcE4MesUBX3eyOer6DyTRwZmwlBJM { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.5rem;left:4rem;height:5.19921875rem;display:block; }
#r0z50THZJBfF8DqberiL16mcurIrpcqK { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.6875rem;left:4rem;height:1.29980625rem;display:block; }
#BmFsi8Uatd75umUQIi3LNQXpc8cwI3sC { box-sizing:content-box;height:0.3125rem;width:2.8125rem;position:absolute;display:block;z-index:15005;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:8.6875rem;left:4rem;display:block; }
#eTdCUxK01uXifTExMbiI456OpTZR9M2H { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.3125rem;left:29rem;height:7.7988125rem;display:block; }
#pdfOoQz6TOdp1Pbay3TK1ySNQSF1H3aZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.125rem;left:29rem;height:1.29980625rem;display:block; }
#u2HhcsybgflAR5l1n4EIrt4tmzNXrQeF { box-sizing:content-box;height:0.3125rem;width:2.8125rem;position:absolute;display:block;z-index:15008;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:8.5rem;left:29rem;display:block; }
#d5rnaPy7xRHfEuFzDF37WI2ChdftIxv3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.5rem;left:54rem;height:9.098625rem;display:block; }
#rH0qVC2e1dyUCKDiPkQ4lZdGskfJZnKt { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;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:20.4375rem;left:54rem;height:1.29980625rem;display:block; }
#g4U39ah3tXIaqsATmaNtf6lCgHK4ZRDA { box-sizing:content-box;height:0.3125rem;width:2.8125rem;position:absolute;display:block;z-index:15011;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:8.6875rem;left:54rem;display:block; }
#AdvHfPXNH3a6Sn7KI5mUJF7NeU6g5BRP { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5625rem;left:17.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#TUh2HbzLmidIHfFaFUsEKLmHE9DBBh29 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:12.6875rem;top:1.875rem;left:4rem;overflow:hidden;display:block; }
#VnR3aFKkdEhgVc6CpQiCSFZIXDHXWKGg { 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; }#VnR3aFKkdEhgVc6CpQiCSFZIXDHXWKGg > .row .container { background-color: transparent; background-image: none; }#VnR3aFKkdEhgVc6CpQiCSFZIXDHXWKGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnR3aFKkdEhgVc6CpQiCSFZIXDHXWKGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnR3aFKkdEhgVc6CpQiCSFZIXDHXWKGg > .row .container > .video-iframe-container { display: none; }#VnR3aFKkdEhgVc6CpQiCSFZIXDHXWKGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnR3aFKkdEhgVc6CpQiCSFZIXDHXWKGg > .row > .video-iframe-container { display: none; }#VnR3aFKkdEhgVc6CpQiCSFZIXDHXWKGg > .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); }#VnR3aFKkdEhgVc6CpQiCSFZIXDHXWKGg > .row .container { border-width: 0; border-radius: 0; }#VnR3aFKkdEhgVc6CpQiCSFZIXDHXWKGg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VnR3aFKkdEhgVc6CpQiCSFZIXDHXWKGg > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#Dsuqb1uFWN491A1Td7XB8DMAZP7LErHm { color:rgba(var(--color-primary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.6875rem;left:2rem;height:11.4550625rem;display:block; }
#W24oOl1BxDuGwMqOd76nI3xTTZEM46vf { color:rgba(var(--color-primary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.75rem;left:2rem;height:4.875rem;display:block; }
#O7mXyko2K0ESUqTeb5CrP9cKrOe7fc8G { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.375rem;left:54.25rem;height:5.19921875rem;display:block; }
#xToa59aTxP37pJughTysAQ4Im8HqqeV3 { box-sizing:content-box;height:27.5rem;width:21.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:51.625rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#xTm7GTaJuWt0gtQLeLs9D7XzwTosPpXh { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.5rem;left:54.25rem;height:3.8994125rem;display:block; }
#r1CWHaC54EqATkxpwi3AGV9aJUsutNxc { box-sizing:content-box;height:0.3125rem;width:2.8125rem;position:absolute;display:block;z-index:15010;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:6.8125rem;left:54.25rem;display:block; }
#lcnx7z0Leuyz3hrf1SrsItdxFw9wBhKy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.875rem;left:54.25rem;height:4.5244125rem;display:block; }#lcnx7z0Leuyz3hrf1SrsItdxFw9wBhKy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lcnx7z0Leuyz3hrf1SrsItdxFw9wBhKy li:before{  }
#rBzM13NPVy0pxDWkRLZ7fJ3Cb4zrRAMT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:26.1875rem;left:54.25rem;display:block; }
#brAdIqxfZmbDTfyBXhGlIGhdGHvLVKl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G3S4ldv8eIIlsXXoIgpXHsuQq2Szx7f7 { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.9375rem;left:2rem;display:block; }
#NZ4UGiaIXpFAz8kRgIoAmRsu8NO5Iwz7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WSfLy5wcNJnVuXLQV1OE8qq8WmIy2Nm2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:23.5rem;top:3.6875rem;left:32.59375rem;overflow:hidden;display:block; }
#NSDvfpmsTeBaPBIThfExyXtC8yyWA8yi { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:12.6875rem;top:27.8125rem;left:30.78125rem;overflow:hidden;display:block; }
#HqwQBRf6dZ4aHf5MvBtcTA8OMRcRIcJm { position:relative;display:block; }#HqwQBRf6dZ4aHf5MvBtcTA8OMRcRIcJm { background-color: transparent; background-image: none; }#HqwQBRf6dZ4aHf5MvBtcTA8OMRcRIcJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqwQBRf6dZ4aHf5MvBtcTA8OMRcRIcJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqwQBRf6dZ4aHf5MvBtcTA8OMRcRIcJm > .row .container > .video-iframe-container { display: none; }#HqwQBRf6dZ4aHf5MvBtcTA8OMRcRIcJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqwQBRf6dZ4aHf5MvBtcTA8OMRcRIcJm > .row > .video-iframe-container { display: none; }#HqwQBRf6dZ4aHf5MvBtcTA8OMRcRIcJm > .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); }#HqwQBRf6dZ4aHf5MvBtcTA8OMRcRIcJm { border-width: 0; border-radius: 0; }#HqwQBRf6dZ4aHf5MvBtcTA8OMRcRIcJm > .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; }#HqwQBRf6dZ4aHf5MvBtcTA8OMRcRIcJm > .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:17.3125rem;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; }#i0G0MEf5sluzb3HW2mJef49xslzcwTHA { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:1.5625rem;height:3.8994125rem;display:block; }
#dGOBCoxRIA8DmFZ5USTAqqxhELUElyJg { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6.75rem;top:2.1748046875rem;left:1.5625rem;overflow:hidden;display:block; }
#W7PMsnFfBUdOdw3XJV6R4vE08grTxTWb { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.7490234375rem;left:26.9375rem;height:2.5996125rem;display:block; }
#TZMa6I0aav7lyb0DP1qBgqU3ph744ckI { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5rem;left:26.9375rem;height:2.5996125rem;display:block; }
#aTSEMAcZpW65qQecztq0XFgwmzezm4n6 { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.2734375rem;left:27.09375rem;height:2.5996125rem;display:block; }
#uM3uaeLQlsyERGeBeEQFKOyhd5BpZCr1 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:26.9375rem;height:1.29980625rem;display:block; }
#h4pQiV3hv2xZwPOTTWMG0bZGgDlEbSIS { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5625rem;left:51.9375rem;height:2.5996125rem;display:block; }
#Hsl6sPfT6SnHSC5hF3PpnAuS3LGnttfr { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.375rem;left:51.9375rem;height:1.29980625rem;display:block; }
#ykfFRUZNQSyJ6fntfV0P20RAZ9cK29k4 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.798828125rem;left:36.9375rem;display:block; }
#cfowEtVLgRc8cnRQSB1wBF2wVymO413h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XF7kBHtKTCTNCZwd36MuA3A7EMGz8RHf { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.5625rem;left:36.9375rem;display:block; }
#EZJBd1FzUX66Dpv9Ul0OoGyQZUDxxTWU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#staysvZx88eSz1yD2Q4WTtyyMwaDfTxm { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.3232421875rem;left:36.9375rem;display:block; }
#xJRoiHrJTlks9dSTmN4G6gIkvEgZzrlI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zgQEyM7S0SUQO0qZbrdaO5v4E9ELJXOD { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.6875rem;left:51.9375rem;height:2.5996125rem;display:block; }
#wnRU5sH5yNtNzgnWXP2N7TyVBNFAFEWM { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.5rem;left:51.9375rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #O6X2eHSRBeeVHuyfBo6w6lWyTNGVRXzT { width:9.375rem;height:2.375rem;top:2.1875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGhh8PmuQEAW4bKMsNkT4cb0WGfbavM1 { display:block; }
 }@media only screen and (max-width: 763px) { #hmTnwOE9TswldpxHZx5xzwy6qxMQm6uf { width:12.0625rem;height:2.375rem;top:2.1875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llSIhfR3mx6rCWE55f3qKqRhXkkEPCBU { display:block; }
 }@media only screen and (max-width: 763px) { #wFPzTeWD4fhtaaGTJoGV8ITav9HXvxdO { top:0.75rem;left:0rem;width:9.375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrpzK8ig9XXrMWIzJgEIWCAWPwPzf7S2 { display:block; }#WrpzK8ig9XXrMWIzJgEIWCAWPwPzf7S2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSKT61rOc5Tie9oH96nIUeRZZPOl0KSm { top:12rem;left:0rem;width:30.875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFTB5WOanXrCOdBQalRwXCTdIeHxWq8V { top:23.75rem;left:0rem;width:22.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTq2g4bVOJsdu7gM4z8kDe0AwNyv8tQq { width:13.8125rem;height:3.4375rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ37miPy5JQHD7NF9krQ0TIiPLaERTWG { display:block; }
 }@media only screen and (max-width: 763px) { #F9AJz0R0HfK74DpcfD2Uo5QkT4eo2JpH { width:12.0625rem;height:3.4375rem;top:32.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXrotM0QLWZg1d2BXJcUooE5E8HTaTBT { display:block; }
 }@media only screen and (max-width: 763px) { #MFVDoTubNUtn7IfRWr4GCGF6czCXF1KA { top:14.25rem;left:33.375rem;width:14.375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt8zVz5PaRBdSn6Okelib0d5tGcBRrSb { top:10.125rem;left:26.125rem;width:21.625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVBnW0PhaKsaB5NipUaUTa5fI0iCw5n1 { top:20.375rem;left:31.3125rem;width:16.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roE89aKlT9eRUSd13pBVPlW7fhpKcghT { top:25.75rem;left:31.3125rem;width:16.4375rem;height:4.5rem;font-size:1rem;display:block; }#roE89aKlT9eRUSd13pBVPlW7fhpKcghT li:before{  }
 }@media only screen and (max-width: 763px) { #MfNiqaL1fvI2n9FsHyaewJabNQrD1vwM { width:16.25rem;height:3.4375rem;top:32.0625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of9NzpBJTx4eT9sPUGy2LRKqlicKK9d0 { display:block; }
 }@media only screen and (max-width: 763px) { #GHvOQ9n0eWSHvxkPdGXUo9QPBLlWR10x { top:12.6875rem;left:42.375rem;width:2.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuni2n7ZyTGtePADr9t9TaDLmHn2ryl1 { top:12rem;left:24.625rem;width:16.4375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqNoDqx6EIif59cWl4bwIbe5SgX0DIdN { top:29rem;left:15.3125rem;width:2.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTEdoE81IG0eA9QfikDzMstMhbQRLwuT { display:block; }#rTEdoE81IG0eA9QfikDzMstMhbQRLwuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLiJVy5F9yk5rg42KDrTgTuXIm7Af9vp { top:2.5625rem;left:8.4375rem;width:30.875rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQD0HyfpnfEodK3J0RyN7C7arcMNWJ2Z { display:block; }#PQD0HyfpnfEodK3J0RyN7C7arcMNWJ2Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OySDbHE4KC6Du4eCXpElDDbEIBPZQACS { top:6.0625rem;left:3.71875rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3RdPZIUUNZyhdFzB7mT7ssOcI9Wcatz { top:6.0625rem;left:27.625rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkhAJmqxWuwxzgUHdAw2huUANIHJ658s { top:2.8125rem;left:10.71875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1qZw6lo33tV6pTMvO4zXSxdtBO3TR1c { top:2.8125rem;left:34.59375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7t4NL7M3ltRRbUzDwBKJtqqb8X8nGJn { display:block; }#k7t4NL7M3ltRRbUzDwBKJtqqb8X8nGJn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCdcMQGT3BZJrkAgN6OHuZ71ZJhLeUKT { top:5.3125rem;left:3.75rem;width:16.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aevzm6VDbRPyiWMvr1k8f3vrBAkOQ5Al { top:5.3125rem;left:27.4375rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWtObvEAatquCshNrivB6KwHnDtdmBUf { top:2.1875rem;left:10.5625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcTf2UL4BDBL15COxUT6uVOwOkKcDNue { top:2.1875rem;left:34.4375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuQe89mhQKNxCqBTncsD70mRNkMFOd4O { display:block; }#uuQe89mhQKNxCqBTncsD70mRNkMFOd4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntqSTqLFMdsBB8wZZGWz9ve6EaHEnsEg { top:5.375rem;left:0rem;width:30.875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6M7kswCb4pXnBzFrIBhyfPKlnJrU0EM { top:10.5rem;left:0rem;width:22.75rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frkdk1DRpkUHoFkDfnEodROyZGssaodi { width:12.0625rem;height:3.4375rem;top:30.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdMpH4RElKQ4d0AmukqCTgSTsZu2FMKC { display:block; }
 }@media only screen and (max-width: 763px) { #NwNlzTPlXCHTGXp5U6ZcJoaTCgsonsDs { width:13.8125rem;height:3.4375rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilNOuGWiPp8H55PC5PcCkDTyiez7LIvU { display:block; }
 }@media only screen and (max-width: 763px) { #dfdv1DxZSAHepmfad6cvPKuswRUWHP9L { top:2.1875rem;left:20.5rem;width:27.25rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXZXVwRXtrkDUyhi8EZiwpbSMoIOIIWh { top:27.875rem;left:20.9375rem;width:2.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuqWgMcJvcGGGdTt0HBwttncGX1dFSKV { top:28.6875rem;left:29.5rem;width:18.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ6f2Fccg7H0QQ72gvP5CeiqWiUBI3RN { display:block; }#CZ6f2Fccg7H0QQ72gvP5CeiqWiUBI3RN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yniVuk2uDQWQudeMy0WRSFo2pBcgVEUA { top:6.625rem;left:0rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRcmFeLrJkOtSnKriFJa8Qrk0Ls57FAG { top:6.625rem;left:15.3125rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSZkqhxinLQQHwCnFsOTCb1xQnvV3CRQ { top:6.625rem;left:31.1875rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko4JvZ4827ldzH19ZgwSiVLmaEX4saas { top:2.625rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNGykIFJKp0d4uyaiT02a9hzwT13Kz7D { top:2.625rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuisftWJb7MtFvX5UpzWbwKlWxmVLHrF { top:2.625rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgdyThTTfeZulmFsSAecnmI5eRytEBwg { display:block; }#XgdyThTTfeZulmFsSAecnmI5eRytEBwg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wc1Ds4PkJdrLTUyIKbU8JQC5DfvTqSW5 { top:3.1875rem;left:0rem;width:24.125rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccETmxDmeDcnnXQ2hkNBsoeuJbvn0x1a { top:11.5625rem;left:0.625rem;width:22.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSC3ilz4Tb5VTxchmAbR3VoThbpKl1UT { top:16.125rem;left:0rem;width:26.625rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRvJui6UM6k8cprVdQ9PMe1gRHF3F7r5 { top:23.6875rem;left:0.375rem;width:22.75rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrU4uTXnRcrrMx3bbWCZRdTi3Op3UeNJ { top:2rem;left:21.25rem;width:26.5rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuXBXnzuek25O12B7bKipIC8Q7VprKR0 { top:3.8125rem;left:28.25rem;width:2.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSMqp4AFbn7ONKVbUhZSL0AoTMHch5Nr { top:5.0625rem;left:27.9375rem;width:14.375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPSTumz3bItNwpX7nWXredB5s04vUCXG { top:19.75rem;left:31.5rem;width:11.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag4nsC2TKcZvVkLapQ7WP4QqqIPN0kT0 { top:24.0625rem;left:31.5rem;width:13.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZvFIzX5GzVA0uHUl9JSo3sDOHPu4oBR { top:28.1875rem;left:31.5625rem;width:11.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpE61UDhP7DTrByAC3UETsfpo0QGP8XD { top:11.5625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee6xQuIyTpF1U7CTgtgA3ia11TdARaTb { top:16.3125rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWCSPoXpPqp690orZ1g9QamasmkTUS6c { top:23.6875rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #by26zod1iUZsPcH06457XJ8qtif2P385 { top:19.875rem;left:28.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkPI7LOZfDe3KhE1V62xwtrsHpTU41bi { top:24.1875rem;left:28.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtTVJcxDJA4I3CvQHzWqIG0PnI3CMIi4 { top:28.3125rem;left:28.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArFPTyy10MIEVMTbMBRuIs6nMTIkXa9E { top:11.125rem;left:27.375rem;width:20.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INBSv5agRvFNkwdrSkPkp6pHMNPQX4PS { top:16rem;left:27.9375rem;width:14.375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTsffEud7TbpaEi7Ohu1TXiBcelHnEEE { display:block; }#VTsffEud7TbpaEi7Ohu1TXiBcelHnEEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMmpMsXBn3But521Mz0pQpQHIPpwMrbi { top:10.375rem;left:16.875rem;width:30.875rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kaqm7WFcrSv7HTchQLSzTg1goFcwpoED { top:18.1875rem;left:23.875rem;width:22.75rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNPVBCDxxM22yfLps9dXX1q9T8X57yBG { width:12.0625rem;height:3.4375rem;top:25.375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyD6yTo9L9ZNspQ0rWTITrCueg8yeI2u { display:block; }
 }@media only screen and (max-width: 763px) { #dRA2dTu92sORQsPVrUFOL2FyKryOyERu { width:13.8125rem;height:3.4375rem;top:25.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvdBCwTvsXIbWW2n1CcCix8ZIEGRPgWM { display:block; }
 }@media only screen and (max-width: 763px) { #bxvCaTrm8JQuTcMfB31U05edmU73kCBh { top:2.75rem;left:0rem;width:22.9375rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onf28lfMiiZSvxfLT8RxFVQzmAAZnmvB { top:18.875rem;left:18.1875rem;width:5.6875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2TNTB5W9ZwegzZ5C3e06c4Paf9lSb9G { display:block; }#W2TNTB5W9ZwegzZ5C3e06c4Paf9lSb9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cW6Jk69TInO2nUDoIV3DXruo5VW0G54l { top:2.5625rem;left:8.4375rem;width:30.875rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4TC7rkBT7bvEgpBdm7h0gvbopB3dO2N { display:block; }#A4TC7rkBT7bvEgpBdm7h0gvbopB3dO2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU { display:flex;height:auto;width:27.8125rem;top:1.6875rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #iGSzTz9iHso2l94RQC2BqdHI4i9TahPX {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #UmNkZwBPhiPTHUaTNfqhJTsgCUw5UlTo {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #dI9KudZ9014gQtmcoI53stw51pA9Leuf {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #ZzOcNvJ48D7tzBzpeL4GMfBGt7z1SkNl {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #nTnfRdn1ZCFTCuAsoyHFwCrB9eWG0PcX {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #gdJfJ7WpUTsuKaIRKBACrHq6l6rogsEw {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #nXQ8N7tyLET5WmsM1dXDAD9KIUXeAa5i {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #aTKLTQHWTgPqREHKHBTe43VIf9OMLP9f {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #lmdkBTsFRmr28sS7QMrMT4guMeQhIb6R {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #q2IJgMHKCvovUwEud9TTcpBVJZVP6Uww {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #kKxB1tJDJ1dCkZ5zgto67CdL9i3R957Q {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #TdMxEpcmVGTP4Q9FbgGJJRuEWod1yLTp {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #G7Jkcukto9EeeQoKAn7tUTEKAN5nQm5M {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #KUhSqZyuLnbJVCvi8rD6x3G8K2HF6OWT {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #Of89xhkwyD3Zb0vFelOppLx3manxkyi3 {  }
 }@media only screen and (max-width: 763px) { #o6ICZgubsABdLWQNNzFpe4zAtvTKa3At { display:block; }#o6ICZgubsABdLWQNNzFpe4zAtvTKa3At > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asFVcE4MesUBX3eyOer6DyTRwZmwlBJM { top:10.5rem;left:0rem;width:17rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0z50THZJBfF8DqberiL16mcurIrpcqK { top:16.6875rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmFsi8Uatd75umUQIi3LNQXpc8cwI3sC { top:8.6875rem;left:0rem;width:2.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTdCUxK01uXifTExMbiI456OpTZR9M2H { top:10.3125rem;left:14.75rem;width:17rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdfOoQz6TOdp1Pbay3TK1ySNQSF1H3aZ { top:19.125rem;left:14.75rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2HhcsybgflAR5l1n4EIrt4tmzNXrQeF { top:8.5rem;left:15.875rem;width:2.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5rnaPy7xRHfEuFzDF37WI2ChdftIxv3 { top:10.5rem;left:30.625rem;width:17rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH0qVC2e1dyUCKDiPkQ4lZdGskfJZnKt { top:20.4375rem;left:30.625rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4U39ah3tXIaqsATmaNtf6lCgHK4ZRDA { top:8.6875rem;left:31.75rem;width:2.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdvHfPXNH3a6Sn7KI5mUJF7NeU6g5BRP { top:2.5625rem;left:0rem;width:19.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUh2HbzLmidIHfFaFUsEKLmHE9DBBh29 { top:1.875rem;left:0rem;width:12.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnR3aFKkdEhgVc6CpQiCSFZIXDHXWKGg { display:block; }#VnR3aFKkdEhgVc6CpQiCSFZIXDHXWKGg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dsuqb1uFWN491A1Td7XB8DMAZP7LErHm { top:6.6875rem;left:0rem;width:24.125rem;height:11.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W24oOl1BxDuGwMqOd76nI3xTTZEM46vf { top:19.75rem;left:0rem;width:22.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7mXyko2K0ESUqTeb5CrP9cKrOe7fc8G { top:8.375rem;left:33.375rem;width:14.375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xToa59aTxP37pJughTysAQ4Im8HqqeV3 { top:4.25rem;left:26.125rem;width:21.625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTm7GTaJuWt0gtQLeLs9D7XzwTosPpXh { top:14.5rem;left:31.3125rem;width:16.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1CWHaC54EqATkxpwi3AGV9aJUsutNxc { top:6.8125rem;left:33.8125rem;width:2.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcnx7z0Leuyz3hrf1SrsItdxFw9wBhKy { top:19.875rem;left:31.3125rem;width:16.4375rem;height:4.5rem;font-size:1rem;display:block; }#lcnx7z0Leuyz3hrf1SrsItdxFw9wBhKy li:before{  }
 }@media only screen and (max-width: 763px) { #rBzM13NPVy0pxDWkRLZ7fJ3Cb4zrRAMT { width:16.25rem;height:3.4375rem;top:26.1875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brAdIqxfZmbDTfyBXhGlIGhdGHvLVKl6 { display:block; }
 }@media only screen and (max-width: 763px) { #G3S4ldv8eIIlsXXoIgpXHsuQq2Szx7f7 { width:12.0625rem;height:3.4375rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ4UGiaIXpFAz8kRgIoAmRsu8NO5Iwz7 { display:block; }
 }@media only screen and (max-width: 763px) { #WSfLy5wcNJnVuXLQV1OE8qq8WmIy2Nm2 { top:3.6875rem;left:0.375rem;width:23.5rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSDvfpmsTeBaPBIThfExyXtC8yyWA8yi { top:27.8125rem;left:11.1875rem;width:12.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqwQBRf6dZ4aHf5MvBtcTA8OMRcRIcJm { display:block; }#HqwQBRf6dZ4aHf5MvBtcTA8OMRcRIcJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0G0MEf5sluzb3HW2mJef49xslzcwTHA { top:7.5625rem;left:0rem;width:21.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGOBCoxRIA8DmFZ5USTAqqxhELUElyJg { top:2.125rem;left:0rem;width:6.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7PMsnFfBUdOdw3XJV6R4vE08grTxTWb { top:4.6875rem;left:10.625rem;width:8.3125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZMa6I0aav7lyb0DP1qBgqU3ph744ckI { top:8.5rem;left:15.875rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTSEMAcZpW65qQecztq0XFgwmzezm4n6 { top:12.25rem;left:15.875rem;width:8rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM3uaeLQlsyERGeBeEQFKOyhd5BpZCr1 { top:2.4375rem;left:10.625rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4pQiV3hv2xZwPOTTWMG0bZGgDlEbSIS { top:4.5625rem;left:26.5rem;width:21.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsl6sPfT6SnHSC5hF3PpnAuS3LGnttfr { top:2.375rem;left:26.5rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykfFRUZNQSyJ6fntfV0P20RAZ9cK29k4 { width:10.3125rem;height:2.5rem;top:4.75rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfowEtVLgRc8cnRQSB1wBF2wVymO413h { display:block; }
 }@media only screen and (max-width: 763px) { #XF7kBHtKTCTNCZwd36MuA3A7EMGz8RHf { width:10.3125rem;height:2.5rem;top:8.5625rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZJBd1FzUX66Dpv9Ul0OoGyQZUDxxTWU { display:block; }
 }@media only screen and (max-width: 763px) { #staysvZx88eSz1yD2Q4WTtyyMwaDfTxm { width:10.3125rem;height:2.5rem;top:12.3125rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJRoiHrJTlks9dSTmN4G6gIkvEgZzrlI { display:block; }
 }@media only screen and (max-width: 763px) { #zgQEyM7S0SUQO0qZbrdaO5v4E9ELJXOD { top:10.6875rem;left:26.5rem;width:21.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnRU5sH5yNtNzgnWXP2N7TyVBNFAFEWM { top:8.5rem;left:26.5rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6X2eHSRBeeVHuyfBo6w6lWyTNGVRXzT { width:9.375rem;height:2.375rem;top:5.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGhh8PmuQEAW4bKMsNkT4cb0WGfbavM1 { display:block; }
 }@media only screen and (max-width: 763px) { #hmTnwOE9TswldpxHZx5xzwy6qxMQm6uf { width:10.125rem;height:2.375rem;top:5.90625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llSIhfR3mx6rCWE55f3qKqRhXkkEPCBU { display:block; }
 }@media only screen and (max-width: 763px) { #wFPzTeWD4fhtaaGTJoGV8ITav9HXvxdO { width:9.375rem;height:5.125rem;top:0.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrpzK8ig9XXrMWIzJgEIWCAWPwPzf7S2 { display:block; }#WrpzK8ig9XXrMWIzJgEIWCAWPwPzf7S2 > .row .container { width:20rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSKT61rOc5Tie9oH96nIUeRZZPOl0KSm { width:20rem;height:6.82325rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFTB5WOanXrCOdBQalRwXCTdIeHxWq8V { width:20rem;height:8.53025rem;top:9.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTq2g4bVOJsdu7gM4z8kDe0AwNyv8tQq { width:13.8125rem;height:3.4375rem;top:19.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ37miPy5JQHD7NF9krQ0TIiPLaERTWG { display:block; }
 }@media only screen and (max-width: 763px) { #F9AJz0R0HfK74DpcfD2Uo5QkT4eo2JpH { width:13.8125rem;height:3.4375rem;top:24.125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXrotM0QLWZg1d2BXJcUooE5E8HTaTBT { display:block; }
 }@media only screen and (max-width: 763px) { #MFVDoTubNUtn7IfRWr4GCGF6czCXF1KA { width:14.375rem;height:5.19921875rem;top:49.6875rem;left:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt8zVz5PaRBdSn6Okelib0d5tGcBRrSb { width:20rem;height:27.5rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVBnW0PhaKsaB5NipUaUTa5fI0iCw5n1 { width:16.4375rem;height:3.8994125rem;top:55.8125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roE89aKlT9eRUSd13pBVPlW7fhpKcghT { width:16.4375rem;height:4.5244125rem;top:61.1875rem;left:2.625rem;font-size:1rem;display:block; }#roE89aKlT9eRUSd13pBVPlW7fhpKcghT li:before{  }
 }@media only screen and (max-width: 763px) { #MfNiqaL1fvI2n9FsHyaewJabNQrD1vwM { width:16.25rem;height:3.4375rem;top:67.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of9NzpBJTx4eT9sPUGy2LRKqlicKK9d0 { display:block; }
 }@media only screen and (max-width: 763px) { #GHvOQ9n0eWSHvxkPdGXUo9QPBLlWR10x { width:2.8125rem;height:0.3125rem;top:48.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuni2n7ZyTGtePADr9t9TaDLmHn2ryl1 { width:16.4375rem;height:23.8125rem;top:29.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqNoDqx6EIif59cWl4bwIbe5SgX0DIdN { width:2.9375rem;height:4.125rem;top:29.0625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTEdoE81IG0eA9QfikDzMstMhbQRLwuT { display:block; }#rTEdoE81IG0eA9QfikDzMstMhbQRLwuT > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLiJVy5F9yk5rg42KDrTgTuXIm7Af9vp { width:20rem;height:5.19921875rem;top:0.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQD0HyfpnfEodK3J0RyN7C7arcMNWJ2Z { display:block; }#PQD0HyfpnfEodK3J0RyN7C7arcMNWJ2Z > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OySDbHE4KC6Du4eCXpElDDbEIBPZQACS { width:16.4375rem;height:1.29980625rem;top:4.9375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3RdPZIUUNZyhdFzB7mT7ssOcI9Wcatz { width:16.4375rem;height:1.29980625rem;top:11.75rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkhAJmqxWuwxzgUHdAw2huUANIHJ658s { width:2.4375rem;height:2.4375rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1qZw6lo33tV6pTMvO4zXSxdtBO3TR1c { width:2.4375rem;height:2.4375rem;top:8.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7t4NL7M3ltRRbUzDwBKJtqqb8X8nGJn { display:block; }#k7t4NL7M3ltRRbUzDwBKJtqqb8X8nGJn > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCdcMQGT3BZJrkAgN6OHuZ71ZJhLeUKT { width:16.4375rem;height:2.5996125rem;top:4.9375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aevzm6VDbRPyiWMvr1k8f3vrBAkOQ5Al { width:16.4375rem;height:1.29980625rem;top:12.4746125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWtObvEAatquCshNrivB6KwHnDtdmBUf { width:2.4375rem;height:2.4375rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcTf2UL4BDBL15COxUT6uVOwOkKcDNue { width:2.4375rem;height:2.4375rem;top:8.7871125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuQe89mhQKNxCqBTncsD70mRNkMFOd4O { display:block; }#uuQe89mhQKNxCqBTncsD70mRNkMFOd4O > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntqSTqLFMdsBB8wZZGWz9ve6EaHEnsEg { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s6M7kswCb4pXnBzFrIBhyfPKlnJrU0EM { width:20rem;height:20.7968375rem;top:5.0996125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frkdk1DRpkUHoFkDfnEodROyZGssaodi { width:13.8125rem;height:3.4375rem;top:31.76953125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdMpH4RElKQ4d0AmukqCTgSTsZu2FMKC { display:block; }
 }@media only screen and (max-width: 763px) { #NwNlzTPlXCHTGXp5U6ZcJoaTCgsonsDs { width:13.8125rem;height:3.4375rem;top:27.1454875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilNOuGWiPp8H55PC5PcCkDTyiez7LIvU { display:block; }
 }@media only screen and (max-width: 763px) { #dfdv1DxZSAHepmfad6cvPKuswRUWHP9L { width:20rem;height:23.53125rem;top:42.95703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXZXVwRXtrkDUyhi8EZiwpbSMoIOIIWh { width:2.9375rem;height:4.125rem;top:36.5204875rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuqWgMcJvcGGGdTt0HBwttncGX1dFSKV { width:12.6875rem;height:4rem;top:37.20703125rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ6f2Fccg7H0QQ72gvP5CeiqWiUBI3RN { display:block; }#CZ6f2Fccg7H0QQ72gvP5CeiqWiUBI3RN > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yniVuk2uDQWQudeMy0WRSFo2pBcgVEUA { width:16.4375rem;height:1.29980625rem;top:5.625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRcmFeLrJkOtSnKriFJa8Qrk0Ls57FAG { width:16.4375rem;height:1.29980625rem;top:12.54980625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSZkqhxinLQQHwCnFsOTCb1xQnvV3CRQ { width:16.4375rem;height:1.29980625rem;top:19.4746125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko4JvZ4827ldzH19ZgwSiVLmaEX4saas { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNGykIFJKp0d4uyaiT02a9hzwT13Kz7D { width:3.125rem;height:3.125rem;top:8.17480625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuisftWJb7MtFvX5UpzWbwKlWxmVLHrF { width:3.125rem;height:3.125rem;top:15.0996125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgdyThTTfeZulmFsSAecnmI5eRytEBwg { display:block; }#XgdyThTTfeZulmFsSAecnmI5eRytEBwg > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wc1Ds4PkJdrLTUyIKbU8JQC5DfvTqSW5 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ccETmxDmeDcnnXQ2hkNBsoeuJbvn0x1a { width:20rem;height:4.62890625rem;top:11.38671875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSC3ilz4Tb5VTxchmAbR3VoThbpKl1UT { width:20rem;height:9.2578125rem;top:21.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRvJui6UM6k8cprVdQ9PMe1gRHF3F7r5 { width:20rem;height:7.714875rem;top:35.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrU4uTXnRcrrMx3bbWCZRdTi3Op3UeNJ { width:19.0625rem;height:33.125rem;top:46rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuXBXnzuek25O12B7bKipIC8Q7VprKR0 { width:2.8125rem;height:0.3125rem;top:47.625rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSMqp4AFbn7ONKVbUhZSL0AoTMHch5Nr { width:14.375rem;height:5.19921875rem;top:48.6875rem;left:2.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPSTumz3bItNwpX7nWXredB5s04vUCXG { width:11.5625rem;height:2.5996125rem;top:55.5625rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag4nsC2TKcZvVkLapQ7WP4QqqIPN0kT0 { width:12.125rem;height:3.8994125rem;top:59.5625rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZvFIzX5GzVA0uHUl9JSo3sDOHPu4oBR { width:10.5625rem;height:2.5996125rem;top:64.75rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpE61UDhP7DTrByAC3UETsfpo0QGP8XD { width:2.4375rem;height:2.4375rem;top:7.69921875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee6xQuIyTpF1U7CTgtgA3ia11TdARaTb { width:2.4375rem;height:2.4375rem;top:18.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWCSPoXpPqp690orZ1g9QamasmkTUS6c { width:2.4375rem;height:2.4375rem;top:32.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #by26zod1iUZsPcH06457XJ8qtif2P385 { width:2.3125rem;height:2.3125rem;top:55.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkPI7LOZfDe3KhE1V62xwtrsHpTU41bi { width:2.3125rem;height:2.3125rem;top:59.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtTVJcxDJA4I3CvQHzWqIG0PnI3CMIi4 { width:2.3125rem;height:2.3125rem;top:64.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArFPTyy10MIEVMTbMBRuIs6nMTIkXa9E { width:18.0625rem;height:3.65625rem;top:73.4375rem;left:0.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INBSv5agRvFNkwdrSkPkp6pHMNPQX4PS { width:14.375rem;height:2.5996125rem;top:69.5rem;left:2.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTsffEud7TbpaEi7Ohu1TXiBcelHnEEE { display:block; }#VTsffEud7TbpaEi7Ohu1TXiBcelHnEEE > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMmpMsXBn3But521Mz0pQpQHIPpwMrbi { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kaqm7WFcrSv7HTchQLSzTg1goFcwpoED { width:17.9375rem;height:3.8994125rem;top:10.75rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qNPVBCDxxM22yfLps9dXX1q9T8X57yBG { width:13.8125rem;height:3.4375rem;top:21.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyD6yTo9L9ZNspQ0rWTITrCueg8yeI2u { display:block; }
 }@media only screen and (max-width: 763px) { #dRA2dTu92sORQsPVrUFOL2FyKryOyERu { width:13.8125rem;height:3.4375rem;top:17.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvdBCwTvsXIbWW2n1CcCix8ZIEGRPgWM { display:block; }
 }@media only screen and (max-width: 763px) { #bxvCaTrm8JQuTcMfB31U05edmU73kCBh { width:14.1875rem;height:21.5rem;top:27.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onf28lfMiiZSvxfLT8RxFVQzmAAZnmvB { width:5.6875rem;height:8.125rem;top:27.4072265625rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2TNTB5W9ZwegzZ5C3e06c4Paf9lSb9G { display:block; }#W2TNTB5W9ZwegzZ5C3e06c4Paf9lSb9G > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cW6Jk69TInO2nUDoIV3DXruo5VW0G54l { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4TC7rkBT7bvEgpBdm7h0gvbopB3dO2N { display:block; }#A4TC7rkBT7bvEgpBdm7h0gvbopB3dO2N > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #iGSzTz9iHso2l94RQC2BqdHI4i9TahPX {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #UmNkZwBPhiPTHUaTNfqhJTsgCUw5UlTo {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #dI9KudZ9014gQtmcoI53stw51pA9Leuf {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #ZzOcNvJ48D7tzBzpeL4GMfBGt7z1SkNl {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #nTnfRdn1ZCFTCuAsoyHFwCrB9eWG0PcX {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #gdJfJ7WpUTsuKaIRKBACrHq6l6rogsEw {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #nXQ8N7tyLET5WmsM1dXDAD9KIUXeAa5i {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #aTKLTQHWTgPqREHKHBTe43VIf9OMLP9f {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #lmdkBTsFRmr28sS7QMrMT4guMeQhIb6R {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #q2IJgMHKCvovUwEud9TTcpBVJZVP6Uww {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #kKxB1tJDJ1dCkZ5zgto67CdL9i3R957Q {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #TdMxEpcmVGTP4Q9FbgGJJRuEWod1yLTp {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #G7Jkcukto9EeeQoKAn7tUTEKAN5nQm5M {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #KUhSqZyuLnbJVCvi8rD6x3G8K2HF6OWT {  }
 }@media only screen and (max-width: 763px) { #dWLocGhdvmT3E6M30GJ0GcSuZ9Ut8ZfU #Of89xhkwyD3Zb0vFelOppLx3manxkyi3 {  }
 }@media only screen and (max-width: 763px) { #o6ICZgubsABdLWQNNzFpe4zAtvTKa3At { display:block; }#o6ICZgubsABdLWQNNzFpe4zAtvTKa3At > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asFVcE4MesUBX3eyOer6DyTRwZmwlBJM { width:17rem;height:5.19921875rem;top:11.9121125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0z50THZJBfF8DqberiL16mcurIrpcqK { width:17rem;height:1.29980625rem;top:18.36133125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmFsi8Uatd75umUQIi3LNQXpc8cwI3sC { width:2.8125rem;height:0.3125rem;top:10.3496125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTdCUxK01uXifTExMbiI456OpTZR9M2H { width:17rem;height:7.7988125rem;top:22.4736375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdfOoQz6TOdp1Pbay3TK1ySNQSF1H3aZ { width:17rem;height:1.29980625rem;top:31.5215125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2HhcsybgflAR5l1n4EIrt4tmzNXrQeF { width:2.8125rem;height:0.3125rem;top:20.9111375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5rnaPy7xRHfEuFzDF37WI2ChdftIxv3 { width:17rem;height:9.098625rem;top:35.63381875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rH0qVC2e1dyUCKDiPkQ4lZdGskfJZnKt { width:17rem;height:1.29980625rem;top:45.98144375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4U39ah3tXIaqsATmaNtf6lCgHK4ZRDA { width:2.8125rem;height:0.3125rem;top:34.07131875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdvHfPXNH3a6Sn7KI5mUJF7NeU6g5BRP { width:19.9375rem;height:2.5996125rem;top:6.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUh2HbzLmidIHfFaFUsEKLmHE9DBBh29 { width:12.6875rem;height:4rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnR3aFKkdEhgVc6CpQiCSFZIXDHXWKGg { display:block; }#VnR3aFKkdEhgVc6CpQiCSFZIXDHXWKGg > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dsuqb1uFWN491A1Td7XB8DMAZP7LErHm { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W24oOl1BxDuGwMqOd76nI3xTTZEM46vf { width:20rem;height:6.5rem;top:10.297875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7mXyko2K0ESUqTeb5CrP9cKrOe7fc8G { width:14.375rem;height:5.19921875rem;top:56.2978515625rem;left:1.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xToa59aTxP37pJughTysAQ4Im8HqqeV3 { width:20rem;height:27.5rem;top:52.110375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTm7GTaJuWt0gtQLeLs9D7XzwTosPpXh { width:16.4375rem;height:3.8994125rem;top:62.4228515625rem;left:1.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1CWHaC54EqATkxpwi3AGV9aJUsutNxc { width:2.8125rem;height:0.3125rem;top:54.7978515625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcnx7z0Leuyz3hrf1SrsItdxFw9wBhKy { width:16.4375rem;height:4.5244125rem;top:67.7353515625rem;left:1.78125rem;font-size:1rem;display:block; }#lcnx7z0Leuyz3hrf1SrsItdxFw9wBhKy li:before{  }
 }@media only screen and (max-width: 763px) { #rBzM13NPVy0pxDWkRLZ7fJ3Cb4zrRAMT { width:16.25rem;height:3.4375rem;top:73.9853515625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brAdIqxfZmbDTfyBXhGlIGhdGHvLVKl6 { display:block; }
 }@media only screen and (max-width: 763px) { #G3S4ldv8eIIlsXXoIgpXHsuQq2Szx7f7 { width:12.0625rem;height:3.4375rem;top:18.047875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ4UGiaIXpFAz8kRgIoAmRsu8NO5Iwz7 { display:block; }
 }@media only screen and (max-width: 763px) { #WSfLy5wcNJnVuXLQV1OE8qq8WmIy2Nm2 { width:20rem;height:27.5rem;top:22.735375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSDvfpmsTeBaPBIThfExyXtC8yyWA8yi { width:12.6875rem;height:4rem;top:46.2978515625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqwQBRf6dZ4aHf5MvBtcTA8OMRcRIcJm { display:block; }#HqwQBRf6dZ4aHf5MvBtcTA8OMRcRIcJm > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0G0MEf5sluzb3HW2mJef49xslzcwTHA { width:20rem;height:3.8994125rem;top:6.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGOBCoxRIA8DmFZ5USTAqqxhELUElyJg { width:6.75rem;height:3.75rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7PMsnFfBUdOdw3XJV6R4vE08grTxTWb { width:8rem;height:2.5996125rem;top:14.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZMa6I0aav7lyb0DP1qBgqU3ph744ckI { width:9.125rem;height:2.5996125rem;top:18.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTSEMAcZpW65qQecztq0XFgwmzezm4n6 { width:8.625rem;height:2.5996125rem;top:22.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uM3uaeLQlsyERGeBeEQFKOyhd5BpZCr1 { width:20rem;height:1.29980625rem;top:11.4609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h4pQiV3hv2xZwPOTTWMG0bZGgDlEbSIS { width:20rem;height:2.5996125rem;top:29.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hsl6sPfT6SnHSC5hF3PpnAuS3LGnttfr { width:20rem;height:1.29980625rem;top:27.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykfFRUZNQSyJ6fntfV0P20RAZ9cK29k4 { width:9.5625rem;height:2.5rem;top:14.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfowEtVLgRc8cnRQSB1wBF2wVymO413h { display:block; }
 }@media only screen and (max-width: 763px) { #XF7kBHtKTCTNCZwd36MuA3A7EMGz8RHf { width:9.5625rem;height:2.5rem;top:18.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZJBd1FzUX66Dpv9Ul0OoGyQZUDxxTWU { display:block; }
 }@media only screen and (max-width: 763px) { #staysvZx88eSz1yD2Q4WTtyyMwaDfTxm { width:9.5625rem;height:2.5rem;top:22.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJRoiHrJTlks9dSTmN4G6gIkvEgZzrlI { display:block; }
 }@media only screen and (max-width: 763px) { #zgQEyM7S0SUQO0qZbrdaO5v4E9ELJXOD { width:20rem;height:2.5996125rem;top:35.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnRU5sH5yNtNzgnWXP2N7TyVBNFAFEWM { width:20rem;height:1.29980625rem;top:33.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }