.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,246,217;--color-primary-1:254,226,128;--color-primary-2:253,196,0;--color-primary-3:127,98,0;--color-primary-4:38,29,0;--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:"raleway";--paragraphs-font-family:"open sans"; }@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); }#PpakLKslo5kd6a1dw7otByzsRsWc7rhI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PpakLKslo5kd6a1dw7otByzsRsWc7rhI > .row .container { background-color: transparent; background-image: none; }#PpakLKslo5kd6a1dw7otByzsRsWc7rhI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpakLKslo5kd6a1dw7otByzsRsWc7rhI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpakLKslo5kd6a1dw7otByzsRsWc7rhI > .row .container > .video-iframe-container { display: none; }#PpakLKslo5kd6a1dw7otByzsRsWc7rhI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpakLKslo5kd6a1dw7otByzsRsWc7rhI > .row > .video-iframe-container { display: none; }#PpakLKslo5kd6a1dw7otByzsRsWc7rhI > .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); }#PpakLKslo5kd6a1dw7otByzsRsWc7rhI > .row .container { border-width: 0; border-radius: 0; }#PpakLKslo5kd6a1dw7otByzsRsWc7rhI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PpakLKslo5kd6a1dw7otByzsRsWc7rhI > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#kbdLPXd9qqhlOBRlhG3sKii8XdI0kLQW { position:absolute;display:block;z-index:15000;height:3.6875rem;width:6.625rem;top:0.6875rem;left:64.867188453675rem;display:block; }
#NKkMa47yOfC8u5BNWPVJsHvc5TOskFXO { 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.5rem;width:5.875rem;top:4.9437499046326rem;left:4.7546873092651rem;overflow:hidden;display:block; }
#WpGNT03gcr1AfT5zHhAeyeqy0WsbBIIq { 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:3.125rem;width:9.25rem;top:5.1312499046326rem;left:13.721875190735rem;overflow:hidden;display:block; }
#E5McZ8E9zo3FSVK8wpU3aTmc3MiKDKH5 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.5999999046326rem;left:33.092186927796rem;display:block; }
#TRngqcGuN4LbIwRoxJxKaNL7tOcsmrie { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hu0Dh3PG2Kc2wxmxvMpTZKB0LG7r259t { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.05rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.5999999046326rem;left:62.154686927796rem;display:block; }
#Mwuc5mAr2l3LTE386JnSMsGVVCEz21Te { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AyHZVPnMZewM2ywtQz5Qt2Bw1gTo0PE2 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.975rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.6750001907349rem;left:47.842186927796rem;display:block; }
#wNbSvqCqU4uVUME5MAFr1a6MVKd8HqTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UxaXrU6diABA9MJQxqTbRGV6iGHtfOfM { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.5999999046326rem;left:33.092186927796rem;display:none; }
#xGTeIWGfKL9Inz83NsqSIrk7emdERb5y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;overflow:visible;position:relative;display:block; }#JVSMiXUupBuwlcRqr7ovfluv353w4cI3 { 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:28.3125rem;width:37.75rem;top:4.9625005722046rem;left:37.250000953674rem;overflow:hidden;display:block; }
#HuvBL3JbsdWEWO0XTwAGIVePidFN4f0t { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.75rem;left:1.84765625rem;height:9.75rem;display:block; }
#sONCGuHa4Sxd4IulLeU5MTWTG4RBkHts { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.700000762939rem;left:1.84765625rem;height:2.59895625rem;font-style:normal;display:block; }
#Wuaeo5JPKUABSrwPXltlwZkGA6VfkiTg { 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-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.237499713897rem;left:1.84765625rem;display:block; }
#JPKQvD4OyOtyS1MLJCChz2hisMBTkXo6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPSrHbk3ct2cDtbLe8I3ogkTnBagT9V1 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.75rem;left:1.84765625rem;height:9.75rem;display:none; }
#L4ddTTQqfoxJ4UzUp4t3lgKHUOJAW73d { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.700000762939rem;left:1.84765625rem;height:2.6rem;font-style:normal;display:none; }
#E34iM6Ji8DU60kHUTrpsZt7Tdkkqv2uT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E34iM6Ji8DU60kHUTrpsZt7Tdkkqv2uT > .row .container { background-color: transparent; background-image: none; }#E34iM6Ji8DU60kHUTrpsZt7Tdkkqv2uT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E34iM6Ji8DU60kHUTrpsZt7Tdkkqv2uT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E34iM6Ji8DU60kHUTrpsZt7Tdkkqv2uT > .row .container > .video-iframe-container { display: none; }#E34iM6Ji8DU60kHUTrpsZt7Tdkkqv2uT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E34iM6Ji8DU60kHUTrpsZt7Tdkkqv2uT > .row > .video-iframe-container { display: none; }#E34iM6Ji8DU60kHUTrpsZt7Tdkkqv2uT > .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); }#E34iM6Ji8DU60kHUTrpsZt7Tdkkqv2uT > .row .container { border-width: 0; border-radius: 0; }#E34iM6Ji8DU60kHUTrpsZt7Tdkkqv2uT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E34iM6Ji8DU60kHUTrpsZt7Tdkkqv2uT > .row .container { font-size:0.875rem;font-family:arial;height:104.0625rem;width:75rem;position:relative;display:block; }#DVabtyGWkraEyptLlvh721LmuXTMbe8w { 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:4.375rem;width:4.375rem;top:6.125rem;left:12.411719322204rem;overflow:hidden;display:block; }
#nhLebnwmw3qDC2ztIklRX7UnHygyddTl { 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.625rem;width:5.3125rem;top:6.5000019073488rem;left:26.849999427796rem;overflow:hidden;display:block; }
#AulkkJ4V14mMo3g71tKklRyD50mly9tP { 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:4.8125rem;width:4.5rem;top:5.90625rem;left:42.037499427796rem;overflow:hidden;display:block; }
#bTHl85Krvgt4KUT4pyGzxB8usDsoR5ol { position:absolute;display:block;z-index:15003;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.375rem;width:4.375rem;top:5.8000011444092rem;left:56.724999427796rem;overflow:hidden;display:block; }
#uawq1rSryCOFi3Sr68wQk88QtwQWTOrk { color:rgba(var(--color-tertiary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.875rem;left:9.0367193222044rem;height:1.3rem;font-style:normal;display:block; }
#bnHSQ0ePKEhwiU4qJVokGp0FEpIoA5SL { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.224220275879rem;left:24.881249427796rem;height:2.59895625rem;font-style:normal;display:block; }
#HAJeh8FpEVL1Ux2qSkLtABGEczogWeLN { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.875rem;left:40.162499427796rem;height:1.3rem;font-style:normal;display:block; }
#rguf3MlSg7NO3hJNiAsDuHTbTAl2zZe8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.22500038147rem;left:54.687500953674rem;height:2.59895625rem;font-style:normal;display:block; }
#xCWF3aBaP8IOLf7GvdAikTHiUaFq7d8B { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;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:14.637500762939rem;left:9.5992193222044rem;height:4.875rem;display:block; }
#OOoI53HIL4vEqBV6mPLTVtBreqJn870K { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;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:14.47500038147rem;left:24.037499427796rem;height:5.19791875rem;display:block; }
#zepVK0GBz8WBEKd6kWQ1bEhENMPeQ5x2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;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:14.47500038147rem;left:39.412499427796rem;height:5.19791875rem;display:block; }
#HhTZA6FZrBaWHdVHnAl5fLlfDkbHm9W7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.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:14.47500038147rem;left:54.687500953674rem;height:2.59895625rem;display:block; }
#Mbe8HGdfrCMu0ey51efH2ZF5fovrUFLQ { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.074871063233rem;left:32.641275882721rem;display:block; }
#HiTOU9aNO5PC2yqRHiQTKN636lsmKNPB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWKT009wZ5C83LdceAFqUNXpA85HiBpx { box-sizing:content-box;height:0.0625rem;width:21.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.4375rem;left:28.828775882721rem;display:block; }
#MpJDnTaT02p5L1XJFFJL3xJ0Z82UIQrI { color:rgba(var(--color-tertiary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:28.875rem;left:21.255859851837rem;height:3.4121125rem;display:block; }
#noATf3iEQntkKt858HLbEJxv56Qwg1Tm { color:rgba(var(--color-tertiary-4),1);display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.787109375rem;left:9.5989584922788rem;height:5.19791875rem;display:block; }
#CFvN9wR69TVUZls9IiHVdoMtd1LmBTNQ { position:absolute;display:block;z-index:15016;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.375rem;width:4.375rem;top:42.962242126465rem;left:16.786459445953rem;overflow:hidden;display:block; }
#hRdN5og79qULiruhFklgg7zPAaQSmS8v { 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:3.625rem;width:5.3125rem;top:43.337242126465rem;left:36.766275882721rem;overflow:hidden;display:block; }
#OwpMe97TBznyOmG4DKJJFCP91wdrtRW8 { position:absolute;display:block;z-index:15003;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.8125rem;width:4.5rem;top:42.318752288818rem;left:56.662499427796rem;overflow:hidden;display:block; }
#zITIqnLDqoluK1WHEb6eIQ0ehoXgLSH2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:48.656253814698rem;left:11.166666507721rem;height:11.6953125rem;display:block; }
#TDFFnEZD8NEu9nmagwAiTs9WxAkCLGdA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:48.005863189698rem;left:34.078775882721rem;height:2.59895625rem;font-style:normal;display:block; }
#UNSZBwSTEQ1R0yuzd7mSmZRXMQTwrlP5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:51.130863189698rem;left:33.641275882721rem;height:2.59895625rem;display:block; }
#Ieft5ObKqyQ44bUHpTRz7qA8EC0biblN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:48.656253814698rem;left:54.687502384186rem;height:1.29948125rem;font-style:normal;display:block; }
#nOKpPaGqNL3tbSnhqgrJEPK9moTqBbT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:50.604169845581rem;left:54.687502384186rem;height:5.19791875rem;display:block; }
#l8geAzo1tyG372JEWitmrggn0Nq2JZqZ { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:60.3515625rem;left:34.078775882721rem;display:block; }
#AhBbEL7FuhEBCgCbiAhPlMNWBGs19FBK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EiQE1wcVONIH19KWTLI88ED6tl93HyNg { box-sizing:content-box;height:0.0625rem;width:21.875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.53125rem;left:30.828775882721rem;display:block; }
#huJBHdPTIL9VthkWlmnltoIMAd2uLl13 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:66rem;left:33.578775882721rem;height:2.35611875rem;font-style:normal;display:block; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM .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; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM .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; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM .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); }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM .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); }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM .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; }#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM .accordion-trigger.adaptive-delivery-prevent-bg, #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM .accordion-trigger.lazyload, #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM .accordion-trigger.lazyloading { background-image: none; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15023;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;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:71.5rem;left:0rem; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #IUqMqOAmBMrpzrdgKIXr0NalG6oapKyn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #R7k4inMcNdXdH9XS79XWWgXTRVwZuiux { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #a5vm0aX5ehRNUFKMAJuc0RHOaeNl5vzR { display:block;position:relative; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #LmsKgknVDfq1N0glRkd3Acf3vM6eH45W {  }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #Lelia8b238tSp0uv9MTTLyHsf9dFc06g {  }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #emVgSJ6DThmmgZbzVTTgKpPX5HF6nTcX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #OURWpa8Ti0Gb2VVhIDgZKFg4cGTM06MT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #ePHr65OpAps9mxm3QewpP8onfzhIxfse { display:block;position:relative; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #IFOWszsukq6EGs34m1FQqm1wHI2qIN0B {  }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #sauWoTzkCvtbC5i35UpvQPg4q4ehgbgz { display:none; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #zRIQrXRrt1J0JPDouK71I35Sczo8dGW9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #urQ4DM1OQQ2NwHUwVP89Zy2lGBDQBHsc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #wbFCnRXO0iGuh5BqKwU3rL2Hxgq1llCz { display:block;position:relative; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #cxwSFVtR2LGETIHdVfFAWFiedZUUXDlL {  }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #KhRXoVcAmsCDsG89Lee3J8ZOMSTbv7ai { display:none; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #dXQSP8k3lMkXvCP46i9fsVsdFlFJmQSd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #AEgcuQy0qlOTEJ8ACmWDkmSuLtAVrOH6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #C0abFpnCTCTF09z1Ae8fC1UKUrK0EuXr { display:block;position:relative; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #miKgCBn5A0w3rbxKGmdkS9BuV4zwuP9J {  }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #RyJph5LJq6osXptBit03r12sJMT084Fa { display:none; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #BFTzpfSp8XLOVnP9H2xLBNdO5bz4vcnE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #U5n8R86sNdcCD1LLTJhFgxIOgCKvPZlT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #MRrTburC08Hu8gXHdBytflfv8wDCeFAD { display:block;position:relative; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #pRJvK5EIWyzNltS9VUHlqCf2fcpNgHBy {  }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #D95HaIZU5mtM3xixqk6OszqDeIotmeRF { display:none; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #A6qi0gONkIsS2OopZwauO5zbmbeAz3MG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #EvTp3Ken7klUKSESCyFbmfgRkWhfpOA1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #nXodPapnbKTsiS4DB56v0ekNlBvXN3qh { display:block;position:relative; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #LUVE3v8hTJc6UTTfK8JNIdsPi4fk0iMA {  }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #flqXRxUlLcDP7ZQuUTZTdyn3yE52OGqg { display:none; }
#wSNJtUsm7alSSiSUWeP6g8hdXhvbzwav { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:34.4375rem;left:0rem;display:none; }
#gpkvDCJT55ySnTdTckOZTT5IkOpyD2u1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:14.6875rem;left:7.3125rem;display:none; }
#IahqTzQKpdyb76HDeM5q0z4TN4uwZaPR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:37.1875rem;left:7.125rem;display:none; }
#coNNqMfTs3RwWz3TrQCM87OX3VkkRy2M { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.5rem;top:49.5625rem;left:0.1875rem;display:none; }
#zKl3TZwowAfa5Txns5zrPMerwTRFFHkV { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:62.3125rem;left:0rem;display:none; }
#XWBhmR8G9crTrHyNbpIC4dTDD9CSg7J4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13rem;top:65.0625rem;left:10.625rem;display:none; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy .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; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy .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; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy .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); }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy .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); }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy .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; }#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy .accordion-trigger.adaptive-delivery-prevent-bg, #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy .accordion-trigger.lazyload, #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy .accordion-trigger.lazyloading { background-image: none; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15023;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;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:71.5rem;left:0rem;display:none; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #RdTVkFvWwXIhpQs20AN1lSZXv2qNI8t6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #e45Ta3FQmaB8DKSdOe7oe0tW7HAyVbCq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #T3rEUTJfiJCfRfw48dR8pkN0Kt67OnJA { display:block;position:relative; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #SthBEHBe2Sf0ZxS6b8A7hGF3PJbi5K3r {  }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #N8G0Mngew3R4PoZTld2Jk2wg12aTFZKB {  }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #pdyWtUgFPDI9pyDkw2HMCAw38VKGnGE6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #bIoMqATQtGafwHcaLGn5IwTWJPE3Zrb7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #svmTyQDxr55DUIZJZo7LID0KzBsZ0Ta1 { display:block;position:relative; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #BkTyrAXH3ASQniy2Jia3ePtAzgvkWu6e {  }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #nArBLKMBRgH9ku005zFeTQ9vqlQwD7UB { display:none; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #l16cVHNfITyzv35MEDPZldF2pl9rWXJT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #a4uokmnFPym2g5gtQLKtVX6nHHSECiWf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #VdJc0UWnTQa1wbexXwXh2np9gwF4o7Gn { display:block;position:relative; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #yNryfGxLxhudPNLwnaGJTEmHgKabTt3d {  }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #UopVzKxsDlCvViVHxiNMHd5utwkB7sbN { display:none; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #tsVxqdPSIag5Q8rBa596Rd2tlrKGLKOz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #svXOJJTochIAkahUd2rJcztneSrSMeoP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #El9oHDxrgmiE9RT5RQCRpFln8vVqicsb { display:block;position:relative; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #R0PvkERJsbF2BXV9ktt7zNdI9iO7eTzA {  }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #rXBkHRakOMJGEFk9WT7DDkccTHlirbmJ { display:none; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #w6eUx8xTlMWWIfHQLMQzoXT1d7pN1JKQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #UUe5X6NpmDk8WetBem6ETiaHJKLAs8wH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #f9HIaOLR7vD1BLkgsOd8bgqmsVO3wNnW { display:block;position:relative; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #ZrAq36GiE9HQVM9HEon4yGFIcGPBG4tO {  }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #ghXtTQ4196M1GU7QH9GqmiT4gkpgla5T { display:none; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #VLgZelvgwfgBrSeHVuM0S4uPWMwSbOkN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #OUomUZpCtpa6mF1q5cadl7kv4dQR2txP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #AI7sRF5xgTeRATGLQtk8GaeKmI93T49q { display:block;position:relative; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #nnlzoxlMs9hyIvMwxBwXXrpUdmElTB0Q {  }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #qwcvFQqXXUeJ9tmqQ8FcyffqwDLiNhnS { display:none; }
#vPCbBuXINds2EoGwqe3TtraBM2Mr82ez { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#vPCbBuXINds2EoGwqe3TtraBM2Mr82ez > .row .container { background-color: transparent; background-image: none; }#vPCbBuXINds2EoGwqe3TtraBM2Mr82ez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPCbBuXINds2EoGwqe3TtraBM2Mr82ez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPCbBuXINds2EoGwqe3TtraBM2Mr82ez > .row .container > .video-iframe-container { display: none; }#vPCbBuXINds2EoGwqe3TtraBM2Mr82ez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPCbBuXINds2EoGwqe3TtraBM2Mr82ez > .row > .video-iframe-container { display: none; }#vPCbBuXINds2EoGwqe3TtraBM2Mr82ez > .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); }#vPCbBuXINds2EoGwqe3TtraBM2Mr82ez > .row .container { border-width: 0; border-radius: 0; }#vPCbBuXINds2EoGwqe3TtraBM2Mr82ez > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPCbBuXINds2EoGwqe3TtraBM2Mr82ez > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#dAnOyli3TGx17EIWSahMqUCRJ06eDTq6 { color:rgba(var(--color-tertiary-0),1);display:block;width:57.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5242118835449rem;left:9.6617193222044rem;height:;display:block; }
#QtRyLM6ldNTxLzQOFxF9aJ6fiXXtFsoC { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5859298706056rem;left:17.499218940735rem;height:1.3rem;display:block; }
#bds9TJb0J4u5NsmgVUeaZrbIhZD01nPT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.375rem;left:1.375rem;display:none; }
#OO2cbr9ws1WDi5CfOMOITfLm7dUxc3pH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:6.75rem;left:0.5625rem;display:none; }
#M8XA6nPO7ZfsXHPkmvzkGMru9ikPCD2E { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:9rem;left:3.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PpakLKslo5kd6a1dw7otByzsRsWc7rhI { display:block; }#PpakLKslo5kd6a1dw7otByzsRsWc7rhI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbdLPXd9qqhlOBRlhG3sKii8XdI0kLQW { top:0.6875rem;left:41.125rem;width:6.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKkMa47yOfC8u5BNWPVJsHvc5TOskFXO { top:4.9375rem;left:0rem;width:5.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpGNT03gcr1AfT5zHhAeyeqy0WsbBIIq { top:5.125rem;left:0.096875190734863rem;width:9.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5McZ8E9zo3FSVK8wpU3aTmc3MiKDKH5 { width:12.0625rem;height:2.75rem;top:5.5625rem;left:19.467186927796rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRngqcGuN4LbIwRoxJxKaNL7tOcsmrie { display:block; }
 }@media only screen and (max-width: 763px) { #Hu0Dh3PG2Kc2wxmxvMpTZKB0LG7r259t { width:12rem;height:2.8125rem;top:5.5625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwuc5mAr2l3LTE386JnSMsGVVCEz21Te { display:block; }
 }@media only screen and (max-width: 763px) { #AyHZVPnMZewM2ywtQz5Qt2Bw1gTo0PE2 { width:11.875rem;height:2.75rem;top:5.625rem;left:34.217186927796rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNbSvqCqU4uVUME5MAFr1a6MVKd8HqTx { display:block; }
 }@media only screen and (max-width: 763px) { #UxaXrU6diABA9MJQxqTbRGV6iGHtfOfM { width:12.125rem;height:2.1875rem;top:5.5625rem;left:19.467186927796rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGTeIWGfKL9Inz83NsqSIrk7emdERb5y { 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) { #JVSMiXUupBuwlcRqr7ovfluv353w4cI3 { top:4.9375rem;left:10rem;width:37.75rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuvBL3JbsdWEWO0XTwAGIVePidFN4f0t { top:8.75rem;left:0rem;width:23.125rem;height:9.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sONCGuHa4Sxd4IulLeU5MTWTG4RBkHts { top:18.6875rem;left:0rem;width:23.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuaeo5JPKUABSrwPXltlwZkGA6VfkiTg { width:13.0625rem;height:2.5625rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPKQvD4OyOtyS1MLJCChz2hisMBTkXo6 { display:block; }
 }@media only screen and (max-width: 763px) { #mPSrHbk3ct2cDtbLe8I3ogkTnBagT9V1 { top:19.875rem;left:0rem;width:16.625rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4ddTTQqfoxJ4UzUp4t3lgKHUOJAW73d { top:24.0625rem;left:0rem;width:19.1875rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E34iM6Ji8DU60kHUTrpsZt7Tdkkqv2uT { display:block; }#E34iM6Ji8DU60kHUTrpsZt7Tdkkqv2uT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVabtyGWkraEyptLlvh721LmuXTMbe8w { top:6.125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhLebnwmw3qDC2ztIklRX7UnHygyddTl { top:6.5rem;left:13.224999427796rem;width:5.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AulkkJ4V14mMo3g71tKklRyD50mly9tP { top:5.875rem;left:28.412499427796rem;width:4.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTHl85Krvgt4KUT4pyGzxB8usDsoR5ol { top:5.75rem;left:43.099999427796rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uawq1rSryCOFi3Sr68wQk88QtwQWTOrk { top:11.875rem;left:0rem;width:14.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnHSQ0ePKEhwiU4qJVokGp0FEpIoA5SL { top:11.1875rem;left:11.256249427796rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAJeh8FpEVL1Ux2qSkLtABGEczogWeLN { top:11.875rem;left:26.537499427796rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rguf3MlSg7NO3hJNiAsDuHTbTAl2zZe8 { top:11.1875rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCWF3aBaP8IOLf7GvdAikTHiUaFq7d8B { top:14.625rem;left:0rem;width:12.5rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOoI53HIL4vEqBV6mPLTVtBreqJn870K { top:14.4375rem;left:10.412499427796rem;width:14.1875rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zepVK0GBz8WBEKd6kWQ1bEhENMPeQ5x2 { top:14.4375rem;left:25.787499427796rem;width:11.25rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTZA6FZrBaWHdVHnAl5fLlfDkbHm9W7 { top:14.4375rem;left:33.5625rem;width:14.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbe8HGdfrCMu0ey51efH2ZF5fovrUFLQ { width:14.25rem;height:3.125rem;top:23.0625rem;left:19.016275882721rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiTOU9aNO5PC2yqRHiQTKN636lsmKNPB { display:block; }
 }@media only screen and (max-width: 763px) { #dWKT009wZ5C83LdceAFqUNXpA85HiBpx { top:27.4375rem;left:15.203775882721rem;width:21.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpJDnTaT02p5L1XJFFJL3xJ0Z82UIQrI { top:28.875rem;left:1.6875rem;width:46.0625rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #noATf3iEQntkKt858HLbEJxv56Qwg1Tm { top:33.75rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFvN9wR69TVUZls9IiHVdoMtd1LmBTNQ { top:42.9375rem;left:3.1614594459534rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRdN5og79qULiruhFklgg7zPAaQSmS8v { top:43.3125rem;left:23.141275882721rem;width:5.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwpMe97TBznyOmG4DKJJFCP91wdrtRW8 { top:42.3125rem;left:43.037499427796rem;width:4.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zITIqnLDqoluK1WHEb6eIQ0ehoXgLSH2 { top:48.625rem;left:0rem;width:19.25rem;height:11.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDFFnEZD8NEu9nmagwAiTs9WxAkCLGdA { top:48rem;left:20.453775882721rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNSZBwSTEQ1R0yuzd7mSmZRXMQTwrlP5 { top:51.125rem;left:20.016275882721rem;width:15.125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieft5ObKqyQ44bUHpTRz7qA8EC0biblN { top:48.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOKpPaGqNL3tbSnhqgrJEPK9moTqBbT4 { top:50.5625rem;left:32.5625rem;width:15.1875rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8geAzo1tyG372JEWitmrggn0Nq2JZqZ { width:14.25rem;height:3.125rem;top:60.3125rem;left:20.453775882721rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhBbEL7FuhEBCgCbiAhPlMNWBGs19FBK { display:block; }
 }@media only screen and (max-width: 763px) { #EiQE1wcVONIH19KWTLI88ED6tl93HyNg { top:64.5rem;left:17.203775882721rem;width:21.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huJBHdPTIL9VthkWlmnltoIMAd2uLl13 { top:66rem;left:19.953775882721rem;width:17.125rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM { display:flex;height:auto;width:45.25rem;top:78.3125rem;left:0rem; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #IUqMqOAmBMrpzrdgKIXr0NalG6oapKyn {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #R7k4inMcNdXdH9XS79XWWgXTRVwZuiux {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #a5vm0aX5ehRNUFKMAJuc0RHOaeNl5vzR {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #LmsKgknVDfq1N0glRkd3Acf3vM6eH45W {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #Lelia8b238tSp0uv9MTTLyHsf9dFc06g {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #emVgSJ6DThmmgZbzVTTgKpPX5HF6nTcX {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #OURWpa8Ti0Gb2VVhIDgZKFg4cGTM06MT {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #ePHr65OpAps9mxm3QewpP8onfzhIxfse {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #IFOWszsukq6EGs34m1FQqm1wHI2qIN0B {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #sauWoTzkCvtbC5i35UpvQPg4q4ehgbgz {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #zRIQrXRrt1J0JPDouK71I35Sczo8dGW9 {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #urQ4DM1OQQ2NwHUwVP89Zy2lGBDQBHsc {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #wbFCnRXO0iGuh5BqKwU3rL2Hxgq1llCz {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #cxwSFVtR2LGETIHdVfFAWFiedZUUXDlL {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #KhRXoVcAmsCDsG89Lee3J8ZOMSTbv7ai {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #dXQSP8k3lMkXvCP46i9fsVsdFlFJmQSd {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #AEgcuQy0qlOTEJ8ACmWDkmSuLtAVrOH6 {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #C0abFpnCTCTF09z1Ae8fC1UKUrK0EuXr {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #miKgCBn5A0w3rbxKGmdkS9BuV4zwuP9J {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #RyJph5LJq6osXptBit03r12sJMT084Fa {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #BFTzpfSp8XLOVnP9H2xLBNdO5bz4vcnE {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #U5n8R86sNdcCD1LLTJhFgxIOgCKvPZlT {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #MRrTburC08Hu8gXHdBytflfv8wDCeFAD {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #pRJvK5EIWyzNltS9VUHlqCf2fcpNgHBy {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #D95HaIZU5mtM3xixqk6OszqDeIotmeRF {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #A6qi0gONkIsS2OopZwauO5zbmbeAz3MG {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #EvTp3Ken7klUKSESCyFbmfgRkWhfpOA1 {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #nXodPapnbKTsiS4DB56v0ekNlBvXN3qh {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #LUVE3v8hTJc6UTTfK8JNIdsPi4fk0iMA {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #flqXRxUlLcDP7ZQuUTZTdyn3yE52OGqg {  }
 }@media only screen and (max-width: 763px) { #wSNJtUsm7alSSiSUWeP6g8hdXhvbzwav { width:20rem;height:;top:34.4375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpkvDCJT55ySnTdTckOZTT5IkOpyD2u1 { width:12.5rem;height:5.1875rem;top:14.6875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IahqTzQKpdyb76HDeM5q0z4TN4uwZaPR { width:12.5rem;height:3.875rem;top:37.1875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #coNNqMfTs3RwWz3TrQCM87OX3VkkRy2M { width:19.5625rem;height:9.5rem;top:49.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKl3TZwowAfa5Txns5zrPMerwTRFFHkV { width:20rem;height:;top:62.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWBhmR8G9crTrHyNbpIC4dTDD9CSg7J4 { width:12.5rem;height:13rem;top:65.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy { display:flex;height:auto;width:45.25rem;top:78.3125rem;left:0rem;display:none; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #RdTVkFvWwXIhpQs20AN1lSZXv2qNI8t6 {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #e45Ta3FQmaB8DKSdOe7oe0tW7HAyVbCq {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #T3rEUTJfiJCfRfw48dR8pkN0Kt67OnJA {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #SthBEHBe2Sf0ZxS6b8A7hGF3PJbi5K3r {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #N8G0Mngew3R4PoZTld2Jk2wg12aTFZKB {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #pdyWtUgFPDI9pyDkw2HMCAw38VKGnGE6 {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #bIoMqATQtGafwHcaLGn5IwTWJPE3Zrb7 {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #svmTyQDxr55DUIZJZo7LID0KzBsZ0Ta1 {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #BkTyrAXH3ASQniy2Jia3ePtAzgvkWu6e {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #nArBLKMBRgH9ku005zFeTQ9vqlQwD7UB {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #l16cVHNfITyzv35MEDPZldF2pl9rWXJT {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #a4uokmnFPym2g5gtQLKtVX6nHHSECiWf {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #VdJc0UWnTQa1wbexXwXh2np9gwF4o7Gn {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #yNryfGxLxhudPNLwnaGJTEmHgKabTt3d {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #UopVzKxsDlCvViVHxiNMHd5utwkB7sbN {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #tsVxqdPSIag5Q8rBa596Rd2tlrKGLKOz {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #svXOJJTochIAkahUd2rJcztneSrSMeoP {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #El9oHDxrgmiE9RT5RQCRpFln8vVqicsb {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #R0PvkERJsbF2BXV9ktt7zNdI9iO7eTzA {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #rXBkHRakOMJGEFk9WT7DDkccTHlirbmJ {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #w6eUx8xTlMWWIfHQLMQzoXT1d7pN1JKQ {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #UUe5X6NpmDk8WetBem6ETiaHJKLAs8wH {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #f9HIaOLR7vD1BLkgsOd8bgqmsVO3wNnW {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #ZrAq36GiE9HQVM9HEon4yGFIcGPBG4tO {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #ghXtTQ4196M1GU7QH9GqmiT4gkpgla5T {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #VLgZelvgwfgBrSeHVuM0S4uPWMwSbOkN {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #OUomUZpCtpa6mF1q5cadl7kv4dQR2txP {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #AI7sRF5xgTeRATGLQtk8GaeKmI93T49q {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #nnlzoxlMs9hyIvMwxBwXXrpUdmElTB0Q {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #qwcvFQqXXUeJ9tmqQ8FcyffqwDLiNhnS {  }
 }@media only screen and (max-width: 763px) { #vPCbBuXINds2EoGwqe3TtraBM2Mr82ez { display:block; }#vPCbBuXINds2EoGwqe3TtraBM2Mr82ez > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAnOyli3TGx17EIWSahMqUCRJ06eDTq6 { top:2.5rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtRyLM6ldNTxLzQOFxF9aJ6fiXXtFsoC { top:8.5625rem;left:3.8742189407349rem;width:40rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bds9TJb0J4u5NsmgVUeaZrbIhZD01nPT { width:17.1875rem;height:;top:1.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OO2cbr9ws1WDi5CfOMOITfLm7dUxc3pH { width:17.3125rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8XA6nPO7ZfsXHPkmvzkGMru9ikPCD2E { width:12.5rem;height:2.5625rem;top:9rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PpakLKslo5kd6a1dw7otByzsRsWc7rhI { display:block; }#PpakLKslo5kd6a1dw7otByzsRsWc7rhI > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbdLPXd9qqhlOBRlhG3sKii8XdI0kLQW { width:2.75rem;height:1.4375rem;top:1.8000000715256rem;left:13.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKkMa47yOfC8u5BNWPVJsHvc5TOskFXO { width:5.3125rem;height:2.9375rem;top:1.0500000715256rem;left:0.61250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpGNT03gcr1AfT5zHhAeyeqy0WsbBIIq { width:6.125rem;height:1.9375rem;top:2.0375001430511rem;left:6.9062500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5McZ8E9zo3FSVK8wpU3aTmc3MiKDKH5 { width:1.125rem;height:1.125rem;top:7.3125rem;left:15.062500536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRngqcGuN4LbIwRoxJxKaNL7tOcsmrie { display:block; }
 }@media only screen and (max-width: 763px) { #Hu0Dh3PG2Kc2wxmxvMpTZKB0LG7r259t { width:5.8125rem;height:2.75rem;top:6.1062502861023rem;left:14.187500536442rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwuc5mAr2l3LTE386JnSMsGVVCEz21Te { display:block; }
 }@media only screen and (max-width: 763px) { #AyHZVPnMZewM2ywtQz5Qt2Bw1gTo0PE2 { width:5.8125rem;height:2.75rem;top:6.1062502861023rem;left:7.0937500596044rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNbSvqCqU4uVUME5MAFr1a6MVKd8HqTx { display:block; }
 }@media only screen and (max-width: 763px) { #UxaXrU6diABA9MJQxqTbRGV6iGHtfOfM { width:5.8rem;height:2.7375rem;top:6.1125001907349rem;left:0.61250001192093rem;z-index:15004;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGTeIWGfKL9Inz83NsqSIrk7emdERb5y { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVSMiXUupBuwlcRqr7ovfluv353w4cI3 { width:20rem;height:15rem;top:2.5867185592651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuvBL3JbsdWEWO0XTwAGIVePidFN4f0t { width:16.625rem;height:0;top:19.25rem;left:2.3750000596046rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sONCGuHa4Sxd4IulLeU5MTWTG4RBkHts { width:20rem;height:0;top:28.049999237061rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wuaeo5JPKUABSrwPXltlwZkGA6VfkiTg { width:13.0625rem;height:2.5625rem;top:27.150000095367rem;left:3.4687500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPKQvD4OyOtyS1MLJCChz2hisMBTkXo6 { display:block; }
 }@media only screen and (max-width: 763px) { #mPSrHbk3ct2cDtbLe8I3ogkTnBagT9V1 { width:16.625rem;height:;top:19.875000476837rem;left:2.2500000596046rem;font-size:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #L4ddTTQqfoxJ4UzUp4t3lgKHUOJAW73d { width:19.1875rem;height:1.7875rem;top:24.086719989777rem;left:0.40546876192093rem;font-size:0.6875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #E34iM6Ji8DU60kHUTrpsZt7Tdkkqv2uT { display:block; }#E34iM6Ji8DU60kHUTrpsZt7Tdkkqv2uT > .row .container { width:20rem;height:129.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVabtyGWkraEyptLlvh721LmuXTMbe8w { width:4rem;height:4rem;top:6.2500057220456rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhLebnwmw3qDC2ztIklRX7UnHygyddTl { width:4.125rem;height:2.8125rem;top:34.342968940735rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AulkkJ4V14mMo3g71tKklRyD50mly9tP { width:4rem;height:4rem;top:15.549218416214rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTHl85Krvgt4KUT4pyGzxB8usDsoR5ol { width:4rem;height:4rem;top:25.250000953674rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uawq1rSryCOFi3Sr68wQk88QtwQWTOrk { width:12.125rem;height:1.1375rem;top:6.25rem;left:7.3125005364419rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnHSQ0ePKEhwiU4qJVokGp0FEpIoA5SL { width:12.5rem;height:2.275rem;top:14.099219560623rem;left:7.3125005364419rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAJeh8FpEVL1Ux2qSkLtABGEczogWeLN { width:12.5rem;height:1.1375rem;top:25.248442649841rem;left:7.5000005364419rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rguf3MlSg7NO3hJNiAsDuHTbTAl2zZe8 { width:12.5rem;height:2.275rem;top:33.718750715256rem;left:7.5000005364419rem;font-size:0.875rem;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #xCWF3aBaP8IOLf7GvdAikTHiUaFq7d8B { width:12.5rem;height:0;top:88.299221038819rem;left:5.4375000596046rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOoI53HIL4vEqBV6mPLTVtBreqJn870K { width:12.5rem;height:3.9rem;top:16.374218702316rem;left:7.3125005364419rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zepVK0GBz8WBEKd6kWQ1bEhENMPeQ5x2 { width:11.25rem;height:3.9rem;top:26.385937452316rem;left:7.3125005364419rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTZA6FZrBaWHdVHnAl5fLlfDkbHm9W7 { width:14.1875rem;height:0;top:187.2rem;left:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mbe8HGdfrCMu0ey51efH2ZF5fovrUFLQ { width:14.25rem;height:3.125rem;top:40.486720561981rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiTOU9aNO5PC2yqRHiQTKN636lsmKNPB { display:block; }
 }@media only screen and (max-width: 763px) { #dWKT009wZ5C83LdceAFqUNXpA85HiBpx { width:18.125rem;height:0.0625rem;top:45.423438549042rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpJDnTaT02p5L1XJFFJL3xJ0Z82UIQrI { width:18.8125rem;height:1.625rem;top:46.811717987061rem;left:0.62421876192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #noATf3iEQntkKt858HLbEJxv56Qwg1Tm { width:18.5625rem;height:0;top:53.099219799042rem;left:1.4375000596046rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFvN9wR69TVUZls9IiHVdoMtd1LmBTNQ { width:4rem;height:4rem;top:61.250001907349rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRdN5og79qULiruhFklgg7zPAaQSmS8v { width:4rem;height:2.6875rem;top:72.75rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwpMe97TBznyOmG4DKJJFCP91wdrtRW8 { width:4rem;height:4.25rem;top:80.561721801756rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zITIqnLDqoluK1WHEb6eIQ0ehoXgLSH2 { width:19.25rem;height:0;top:76.3125rem;left:0.74921876192094rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDFFnEZD8NEu9nmagwAiTs9WxAkCLGdA { width:12.5rem;height:2.275rem;top:71.936714172362rem;left:7.5000005364419rem;font-size:0.875rem;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #UNSZBwSTEQ1R0yuzd7mSmZRXMQTwrlP5 { width:11.625rem;height:1.95rem;top:74.624221801756rem;left:7.5625005364419rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieft5ObKqyQ44bUHpTRz7qA8EC0biblN { width:10.8125rem;height:1.1375rem;top:80.561717987062rem;left:7.3125005364419rem;font-size:0.875rem;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #nOKpPaGqNL3tbSnhqgrJEPK9moTqBbT4 { width:10.75rem;height:3.9rem;top:82.38671875rem;left:7.3125005364419rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8geAzo1tyG372JEWitmrggn0Nq2JZqZ { width:14.25rem;height:3.125rem;top:87.911720275881rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhBbEL7FuhEBCgCbiAhPlMNWBGs19FBK { display:block; }
 }@media only screen and (max-width: 763px) { #EiQE1wcVONIH19KWTLI88ED6tl93HyNg { width:18.125rem;height:0.0625rem;top:92.462503433225rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #huJBHdPTIL9VthkWlmnltoIMAd2uLl13 { width:10.8125rem;height:1.86875rem;top:93.525000572206rem;left:4.5937500596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM .accordion-heading-text { font-size:0.9375rem;height:auto; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM .accordion-desc-text { font-size:0.9375rem;height:auto; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM { display:flex;height:auto;width:17.5rem;top:188.49922752381rem;left:0rem;display:none; }
#OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #IUqMqOAmBMrpzrdgKIXr0NalG6oapKyn {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #R7k4inMcNdXdH9XS79XWWgXTRVwZuiux {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #a5vm0aX5ehRNUFKMAJuc0RHOaeNl5vzR {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #LmsKgknVDfq1N0glRkd3Acf3vM6eH45W {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #Lelia8b238tSp0uv9MTTLyHsf9dFc06g {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #emVgSJ6DThmmgZbzVTTgKpPX5HF6nTcX {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #OURWpa8Ti0Gb2VVhIDgZKFg4cGTM06MT {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #ePHr65OpAps9mxm3QewpP8onfzhIxfse {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #IFOWszsukq6EGs34m1FQqm1wHI2qIN0B {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #sauWoTzkCvtbC5i35UpvQPg4q4ehgbgz {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #zRIQrXRrt1J0JPDouK71I35Sczo8dGW9 {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #urQ4DM1OQQ2NwHUwVP89Zy2lGBDQBHsc {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #wbFCnRXO0iGuh5BqKwU3rL2Hxgq1llCz {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #cxwSFVtR2LGETIHdVfFAWFiedZUUXDlL {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #KhRXoVcAmsCDsG89Lee3J8ZOMSTbv7ai {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #dXQSP8k3lMkXvCP46i9fsVsdFlFJmQSd {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #AEgcuQy0qlOTEJ8ACmWDkmSuLtAVrOH6 {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #C0abFpnCTCTF09z1Ae8fC1UKUrK0EuXr {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #miKgCBn5A0w3rbxKGmdkS9BuV4zwuP9J {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #RyJph5LJq6osXptBit03r12sJMT084Fa {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #BFTzpfSp8XLOVnP9H2xLBNdO5bz4vcnE {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #U5n8R86sNdcCD1LLTJhFgxIOgCKvPZlT {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #MRrTburC08Hu8gXHdBytflfv8wDCeFAD {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #pRJvK5EIWyzNltS9VUHlqCf2fcpNgHBy {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #D95HaIZU5mtM3xixqk6OszqDeIotmeRF {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #A6qi0gONkIsS2OopZwauO5zbmbeAz3MG {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #EvTp3Ken7klUKSESCyFbmfgRkWhfpOA1 {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #nXodPapnbKTsiS4DB56v0ekNlBvXN3qh {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #LUVE3v8hTJc6UTTfK8JNIdsPi4fk0iMA {  }
 }@media only screen and (max-width: 763px) { #OLRnbwouQsMKZ5XLEbSXkmtVupeusRnM #flqXRxUlLcDP7ZQuUTZTdyn3yE52OGqg {  }
 }@media only screen and (max-width: 763px) { #wSNJtUsm7alSSiSUWeP6g8hdXhvbzwav { top:2.274217993021rem;left:3.1117187142372rem;width:14.3125rem;height:1.95rem;z-index:15024;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpkvDCJT55ySnTdTckOZTT5IkOpyD2u1 { top:8.012499809265rem;left:7.3125005364419rem;width:12.5rem;height:2.925rem;z-index:15025;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IahqTzQKpdyb76HDeM5q0z4TN4uwZaPR { top:36.530469894409rem;left:7.5000005364419rem;width:12.5rem;height:1.95rem;z-index:15026;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #coNNqMfTs3RwWz3TrQCM87OX3VkkRy2M { top:49.825004577637rem;left:0.43671876192093rem;width:19.5625rem;height:9.50625rem;z-index:15027;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKl3TZwowAfa5Txns5zrPMerwTRFFHkV { top:61.25rem;left:7.4062505364419rem;width:11.9375rem;height:1.1375rem;z-index:15028;font-size:0.875rem;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #XWBhmR8G9crTrHyNbpIC4dTDD9CSg7J4 { top:62.387498855591rem;left:7.5000005364419rem;width:12.5rem;height:7.8rem;z-index:15029;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy .accordion-heading-text { font-size:0.9375rem;height:auto; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy .accordion-desc-text { font-size:0.9375rem;height:auto; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy { display:flex;height:auto;width:17.5rem;top:96.2421875rem;left:0rem;z-index:15024; }
#nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #RdTVkFvWwXIhpQs20AN1lSZXv2qNI8t6 {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #e45Ta3FQmaB8DKSdOe7oe0tW7HAyVbCq {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #T3rEUTJfiJCfRfw48dR8pkN0Kt67OnJA {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #SthBEHBe2Sf0ZxS6b8A7hGF3PJbi5K3r {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #N8G0Mngew3R4PoZTld2Jk2wg12aTFZKB {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #pdyWtUgFPDI9pyDkw2HMCAw38VKGnGE6 {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #bIoMqATQtGafwHcaLGn5IwTWJPE3Zrb7 {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #svmTyQDxr55DUIZJZo7LID0KzBsZ0Ta1 {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #BkTyrAXH3ASQniy2Jia3ePtAzgvkWu6e {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #nArBLKMBRgH9ku005zFeTQ9vqlQwD7UB {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #l16cVHNfITyzv35MEDPZldF2pl9rWXJT {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #a4uokmnFPym2g5gtQLKtVX6nHHSECiWf {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #VdJc0UWnTQa1wbexXwXh2np9gwF4o7Gn {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #yNryfGxLxhudPNLwnaGJTEmHgKabTt3d {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #UopVzKxsDlCvViVHxiNMHd5utwkB7sbN {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #tsVxqdPSIag5Q8rBa596Rd2tlrKGLKOz {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #svXOJJTochIAkahUd2rJcztneSrSMeoP {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #El9oHDxrgmiE9RT5RQCRpFln8vVqicsb {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #R0PvkERJsbF2BXV9ktt7zNdI9iO7eTzA {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #rXBkHRakOMJGEFk9WT7DDkccTHlirbmJ {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #w6eUx8xTlMWWIfHQLMQzoXT1d7pN1JKQ {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #UUe5X6NpmDk8WetBem6ETiaHJKLAs8wH {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #f9HIaOLR7vD1BLkgsOd8bgqmsVO3wNnW {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #ZrAq36GiE9HQVM9HEon4yGFIcGPBG4tO {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #ghXtTQ4196M1GU7QH9GqmiT4gkpgla5T {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #VLgZelvgwfgBrSeHVuM0S4uPWMwSbOkN {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #OUomUZpCtpa6mF1q5cadl7kv4dQR2txP {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #AI7sRF5xgTeRATGLQtk8GaeKmI93T49q {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #nnlzoxlMs9hyIvMwxBwXXrpUdmElTB0Q {  }
 }@media only screen and (max-width: 763px) { #nHbVl3t7ALZo3LyCOrEPfypHTh13fMZy #qwcvFQqXXUeJ9tmqQ8FcyffqwDLiNhnS {  }
 }@media only screen and (max-width: 763px) { #vPCbBuXINds2EoGwqe3TtraBM2Mr82ez { display:block; }#vPCbBuXINds2EoGwqe3TtraBM2Mr82ez > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAnOyli3TGx17EIWSahMqUCRJ06eDTq6 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtRyLM6ldNTxLzQOFxF9aJ6fiXXtFsoC { width:20rem;height:0;top:17.6125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bds9TJb0J4u5NsmgVUeaZrbIhZD01nPT { top:1.4125003814698rem;left:1.4062500596046rem;width:17.1875rem;height:5.2rem;z-index:15002;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #OO2cbr9ws1WDi5CfOMOITfLm7dUxc3pH { top:6.6125011444094rem;left:1.4375000596046rem;width:18.5625rem;height:0.975rem;z-index:15003;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8XA6nPO7ZfsXHPkmvzkGMru9ikPCD2E { top:7.5867214202881rem;left:3.7500000596046rem;width:12.5rem;height:0.975rem;z-index:15004;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;display:block; }
 }