.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:216,239,251;--color-primary-1:163,196,243;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:12,35,47;--color-secondary-0:250,228,228;--color-secondary-1:238,166,166;--color-secondary-2:220,77,77;--color-secondary-3:110,39,39;--color-secondary-4:33,12,12;--color-tertiary-0:255,255,255;--color-tertiary-1:253,245,245;--color-tertiary-2:152,147,147;--color-tertiary-3:91,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#gPcSJ4XWKIoenkpft8DCzwsvHf6cbuC6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gPcSJ4XWKIoenkpft8DCzwsvHf6cbuC6 > .row .container { background-color: transparent; background-image: none; }#gPcSJ4XWKIoenkpft8DCzwsvHf6cbuC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPcSJ4XWKIoenkpft8DCzwsvHf6cbuC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPcSJ4XWKIoenkpft8DCzwsvHf6cbuC6 > .row .container > .video-iframe-container { display: none; }#gPcSJ4XWKIoenkpft8DCzwsvHf6cbuC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPcSJ4XWKIoenkpft8DCzwsvHf6cbuC6 > .row > .video-iframe-container { display: none; }#gPcSJ4XWKIoenkpft8DCzwsvHf6cbuC6 > .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); }#gPcSJ4XWKIoenkpft8DCzwsvHf6cbuC6 > .row .container { border-width: 0; border-radius: 0; }#gPcSJ4XWKIoenkpft8DCzwsvHf6cbuC6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPcSJ4XWKIoenkpft8DCzwsvHf6cbuC6 > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#hsXDSObvZ9PRzwbCav32faG45EvVh9Ck { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1rem;left:11.677734375rem;display:block; }
#aBXC61QHhRfPNCBGcu5Pta3zddputTO3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hOpHd6rdnSMWI5IxJuv2miC0ySc59TG6 { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.34375rem;left:4.240234375rem;display:block; }
#fSs74i0GJtEdZbUHuzNkTLfOQqpzoJOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P5scH6oV4Qxf69ssaf5px1umeFfE8nQq { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:2.25rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:0.96875rem;left:0rem;display:block; }
#BUmmgvSdPHnwyA6OLJqrInLhmTaarNmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MDAi18WwCtFLSl3nRI5SsEQlKwukdwie { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1rem;left:38.625rem;display:block; }
#HnQIP7upxxkHT2HN0NdVysTZXdJH9gvr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vKKKawAtTcDvX9QbpO19XJiuXA75UJSF { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1rem;left:45.0625rem;display:block; }
#tAQAqtyUNu1aBw5UA8x1QsNLZSG6tfcD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DvmDrl8PspIrHlUDmty42ebBhpuZgLrs { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:1.34375rem;left:52.5rem;display:block; }
#TQusFfZhhdn8VSE8bk6oF8UcfFes0IPe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PCCJ8cwziX7uVTpTRbVnn9kUrLQywkEn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:0rem;left:26.0625rem;overflow:hidden;display:block; }
#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row .container { background-color: transparent; background-image: none; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row .container > .video-iframe-container { display: none; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row > .video-iframe-container { display: none; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .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); }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row .container { border-width: 0; border-radius: 0; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#uptCV0R6orBTPquXbnk5LOcw1WW4aE4B { display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:5.396484375rem;left:0rem;height:5.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;display:block; }
#bmbKxriRl2o8fqCP9XNUX3g4VUiznEFz { color:rgba(30,30,30,0.7);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.320963859558rem;left:0rem;height:20.71289375rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FfzNn9WHIzR9M3L0wyLA3g8yhSwfk6J6 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.372375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:33.023006439209rem;left:0rem;height:5.2783125rem;display:block; }
#FmIC8LcrP2ldcE6Kqt1THOBxg9ozcxbU { position:absolute;display:block;z-index:15015;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:31.8125rem;width:28.1875rem;top:5.396484375rem;left:30.90625rem;overflow:hidden;display:block; }
#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS { 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; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row .container { background-color: transparent; background-image: none; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row .container > .video-iframe-container { display: none; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row > .video-iframe-container { display: none; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .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); }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row .container { border-width: 0; border-radius: 0; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#ivizFnstyazdTB7IerX5QQ4ZqQyqSrv1 { color:rgba(30,30,30,0.7);display:block;width:56.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:.7;letter-spacing:0;top:1.65625rem;left:0.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fQLwc8ITlKDBLbToefzqob63C3AwgQK2 { color:rgba(30,30,30,0.7);display:block;width:56.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:4.03125rem;left:0.625rem;height:16.9921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gZoHF1ODEF1ERIPvtL2imTCSFwiGoi4O { 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; }#gZoHF1ODEF1ERIPvtL2imTCSFwiGoi4O > .row .container { background-color: transparent; background-image: none; }#gZoHF1ODEF1ERIPvtL2imTCSFwiGoi4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZoHF1ODEF1ERIPvtL2imTCSFwiGoi4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZoHF1ODEF1ERIPvtL2imTCSFwiGoi4O > .row .container > .video-iframe-container { display: none; }#gZoHF1ODEF1ERIPvtL2imTCSFwiGoi4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZoHF1ODEF1ERIPvtL2imTCSFwiGoi4O > .row > .video-iframe-container { display: none; }#gZoHF1ODEF1ERIPvtL2imTCSFwiGoi4O > .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); }#gZoHF1ODEF1ERIPvtL2imTCSFwiGoi4O > .row .container { border-width: 0; border-radius: 0; }#gZoHF1ODEF1ERIPvtL2imTCSFwiGoi4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZoHF1ODEF1ERIPvtL2imTCSFwiGoi4O > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:60rem;position:relative;display:block; }#IoNHSXJsG4HNDyQq46Ep07Si2KWIrbJ6 { color:rgba(30,30,30,0.7);display:block;width:56.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:.7;letter-spacing:0;top:1.6240234375rem;left:1.78125rem;height:1.09375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IApaAWTqV7y175ibGC3466kqIvcnfxo2 { color:rgba(30,30,30,0.7);display:block;width:56.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:4.701171875rem;left:0.998046875rem;height:8.496125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qRGktuk33M3QlKNtyTgzX6BPTn7KGlCp { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:28.0625rem;top:13.96875rem;left:0.998046875rem;overflow:hidden;display:block; }
#pgWBReaNM9Zy0c7no2M2rXlWssAfKMdK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:28.0625rem;top:13.96875rem;left:30.216796875rem;overflow:hidden;display:block; }
#hvJzd84kGme4GOy3J77HQhOhfTUqqzk4 { color:rgba(30,30,30,0.7);display:block;width:56.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:43.951171875rem;left:0.998046875rem;height:6.796875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nGm0yLVz3404SxOAT9S9Q1uzG1CbLCgg { 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; }#nGm0yLVz3404SxOAT9S9Q1uzG1CbLCgg > .row .container { background-color: transparent; background-image: none; }#nGm0yLVz3404SxOAT9S9Q1uzG1CbLCgg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGm0yLVz3404SxOAT9S9Q1uzG1CbLCgg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGm0yLVz3404SxOAT9S9Q1uzG1CbLCgg > .row .container > .video-iframe-container { display: none; }#nGm0yLVz3404SxOAT9S9Q1uzG1CbLCgg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGm0yLVz3404SxOAT9S9Q1uzG1CbLCgg > .row > .video-iframe-container { display: none; }#nGm0yLVz3404SxOAT9S9Q1uzG1CbLCgg > .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); }#nGm0yLVz3404SxOAT9S9Q1uzG1CbLCgg > .row .container { border-width: 0; border-radius: 0; }#nGm0yLVz3404SxOAT9S9Q1uzG1CbLCgg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGm0yLVz3404SxOAT9S9Q1uzG1CbLCgg > .row .container { font-size:0.875rem;font-family:arial;height:61.625rem;width:60rem;position:relative;display:block; }#nHpkAFfvmEPKTpEqDaQBaTNzfPWFTs1l { color:rgba(30,30,30,0.7);display:block;width:56.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:.7;letter-spacing:0;top:1.6240234375rem;left:1.78125rem;height:1.09375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CuAQN1F2hoxnpX9TDZmo7fD7Jp5lvTmI { color:rgba(30,30,30,0.7);display:block;width:56.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:4.013671875rem;left:1.029296875rem;height:13.59378125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xTgtI3OF4XXmzt6mB67T7fsTroMzgoX4 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:28.0625rem;top:18.78125rem;left:1.029296875rem;overflow:hidden;display:block; }
#Jvoybv3p03Jv7cN127ux29wTu3MhiUVb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:28.0625rem;top:18.78125rem;left:30.216796875rem;overflow:hidden;display:block; }
#xu3IhuxRU60EhhBocMImO6uHZw0cPeQe { color:rgba(30,30,30,0.7);display:block;width:56.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:48.826171875rem;left:1.5rem;height:11.89453125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F88Z4xbr1bInw5O0ptT6VBI9USF2wX0Q { 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; }#F88Z4xbr1bInw5O0ptT6VBI9USF2wX0Q > .row .container { background-color: transparent; background-image: none; }#F88Z4xbr1bInw5O0ptT6VBI9USF2wX0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F88Z4xbr1bInw5O0ptT6VBI9USF2wX0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F88Z4xbr1bInw5O0ptT6VBI9USF2wX0Q > .row .container > .video-iframe-container { display: none; }#F88Z4xbr1bInw5O0ptT6VBI9USF2wX0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F88Z4xbr1bInw5O0ptT6VBI9USF2wX0Q > .row > .video-iframe-container { display: none; }#F88Z4xbr1bInw5O0ptT6VBI9USF2wX0Q > .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); }#F88Z4xbr1bInw5O0ptT6VBI9USF2wX0Q > .row .container { border-width: 0; border-radius: 0; }#F88Z4xbr1bInw5O0ptT6VBI9USF2wX0Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F88Z4xbr1bInw5O0ptT6VBI9USF2wX0Q > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:60rem;position:relative;display:block; }#qOSEXuJV4AVu0lAkiW6Xhgzg9nbxyQ0p { color:rgba(30,30,30,0.7);display:block;width:56.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:.7;letter-spacing:0;top:1.6240234375rem;left:1.78125rem;height:1.09375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#npwMUkXCaAwLAwQWvI5UkMRZnvTHZv7L { color:rgba(30,30,30,0.7);display:block;width:56.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:4.013671875rem;left:1.029296875rem;height:6.796875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XWiAv5TMTe9e0eepG7PwvxPiwKQGXsbg { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:28.0625rem;top:12.21875rem;left:1.029296875rem;overflow:hidden;display:block; }
#qAd1y3PH32HLhlPugALSG4lLdBOq5GE3 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:28.0625rem;top:12.1875rem;left:30.716796875rem;overflow:hidden;display:block; }
#aMlChMJJnTRAibl6QPAP1HCSJMxwsWwN { color:rgba(30,30,30,0.7);display:block;width:56.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:41.763671875rem;left:1.029296875rem;height:6.796875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dQeHWdkiF7Kmzo04HgUM39TTGrpUfdto { 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; }#dQeHWdkiF7Kmzo04HgUM39TTGrpUfdto > .row .container { background-color: transparent; background-image: none; }#dQeHWdkiF7Kmzo04HgUM39TTGrpUfdto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQeHWdkiF7Kmzo04HgUM39TTGrpUfdto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQeHWdkiF7Kmzo04HgUM39TTGrpUfdto > .row .container > .video-iframe-container { display: none; }#dQeHWdkiF7Kmzo04HgUM39TTGrpUfdto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQeHWdkiF7Kmzo04HgUM39TTGrpUfdto > .row > .video-iframe-container { display: none; }#dQeHWdkiF7Kmzo04HgUM39TTGrpUfdto > .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); }#dQeHWdkiF7Kmzo04HgUM39TTGrpUfdto > .row .container { border-width: 0; border-radius: 0; }#dQeHWdkiF7Kmzo04HgUM39TTGrpUfdto > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQeHWdkiF7Kmzo04HgUM39TTGrpUfdto > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#KdqBWcVXZNqQ4ugvsv0tbz9W1JfF0kP0 { color:rgba(30,30,30,0.7);display:block;width:56.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:.7;letter-spacing:0;top:2.3115234375rem;left:1.78125rem;height:1.09375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PUwXsuv6lgOt6cT9TvrG6O3SVfalOuZB { color:rgba(30,30,30,0.7);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:5.90625rem;left:1.0625rem;height:13.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PTTsTWr3hNFcPJaTA0nrNxcTL1RVo1Zb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:30.625rem;top:5.90625rem;left:28.1875rem;overflow:hidden;display:block; }
#xFQTJTfAEwTOeitTm3X6wcTEsaMAPNIJ { color:rgba(30,30,30,0.7);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:20.4375rem;left:1.0625rem;height:16.9921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F8HM2nX6xrD7m57QbgfHvf7BixG4TUTS { 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; }#F8HM2nX6xrD7m57QbgfHvf7BixG4TUTS > .row .container { background-color: transparent; background-image: none; }#F8HM2nX6xrD7m57QbgfHvf7BixG4TUTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8HM2nX6xrD7m57QbgfHvf7BixG4TUTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8HM2nX6xrD7m57QbgfHvf7BixG4TUTS > .row .container > .video-iframe-container { display: none; }#F8HM2nX6xrD7m57QbgfHvf7BixG4TUTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8HM2nX6xrD7m57QbgfHvf7BixG4TUTS > .row > .video-iframe-container { display: none; }#F8HM2nX6xrD7m57QbgfHvf7BixG4TUTS > .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); }#F8HM2nX6xrD7m57QbgfHvf7BixG4TUTS > .row .container { border-width: 0; border-radius: 0; }#F8HM2nX6xrD7m57QbgfHvf7BixG4TUTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F8HM2nX6xrD7m57QbgfHvf7BixG4TUTS > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#rzVBpAXmFr37PTRXTdNgfmPzsJCfThxK { color:rgba(30,30,30,0.7);display:block;width:56.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:4.0546875rem;left:1.185546875rem;height:20.390625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UJyAcZNKLahZnoONOqyGzlerCPO10uXJ { color:rgba(30,30,30,0.7);display:block;width:56.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:.7;letter-spacing:0;top:1.498046875rem;left:0rem;height:1.09375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#APvVTCz7R2zQRZ81VnsB8FSRWbFRlWQh { 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; }#APvVTCz7R2zQRZ81VnsB8FSRWbFRlWQh > .row .container { background-color: transparent; background-image: none; }#APvVTCz7R2zQRZ81VnsB8FSRWbFRlWQh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APvVTCz7R2zQRZ81VnsB8FSRWbFRlWQh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APvVTCz7R2zQRZ81VnsB8FSRWbFRlWQh > .row .container > .video-iframe-container { display: none; }#APvVTCz7R2zQRZ81VnsB8FSRWbFRlWQh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APvVTCz7R2zQRZ81VnsB8FSRWbFRlWQh > .row > .video-iframe-container { display: none; }#APvVTCz7R2zQRZ81VnsB8FSRWbFRlWQh > .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); }#APvVTCz7R2zQRZ81VnsB8FSRWbFRlWQh > .row .container { border-width: 0; border-radius: 0; }#APvVTCz7R2zQRZ81VnsB8FSRWbFRlWQh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APvVTCz7R2zQRZ81VnsB8FSRWbFRlWQh > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:block; }#pJZ2srTsseWHCDT10IL4TClT1QeDAC6I { color:rgba(30,30,30,0.7);display:block;width:56.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:4.3896484375rem;left:0.80859375rem;height:20.39065625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m1U2EWkWFRggOP6Q8w9mTqZeCTswtxb4 { color:rgba(30,30,30,0.7);display:block;width:56.4364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:.7;letter-spacing:0;top:1.1230564117432rem;left:0.65340805053713rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QRkIGn8A1IRBEKJcJ07lI9omQ8DA696t { 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; }#QRkIGn8A1IRBEKJcJ07lI9omQ8DA696t > .row .container { background-color: transparent; background-image: none; }#QRkIGn8A1IRBEKJcJ07lI9omQ8DA696t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRkIGn8A1IRBEKJcJ07lI9omQ8DA696t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRkIGn8A1IRBEKJcJ07lI9omQ8DA696t > .row .container > .video-iframe-container { display: none; }#QRkIGn8A1IRBEKJcJ07lI9omQ8DA696t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRkIGn8A1IRBEKJcJ07lI9omQ8DA696t > .row > .video-iframe-container { display: none; }#QRkIGn8A1IRBEKJcJ07lI9omQ8DA696t > .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); }#QRkIGn8A1IRBEKJcJ07lI9omQ8DA696t > .row .container { border-width: 0; border-radius: 0; }#QRkIGn8A1IRBEKJcJ07lI9omQ8DA696t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRkIGn8A1IRBEKJcJ07lI9omQ8DA696t > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#gHk7V32NSZh2t0BLUyE6yG5JQD2p6mkA { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8105625rem;height:3.186525rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:22.7431640625rem;left:0.80859375rem;display:block; }
#hmSHivo7vlURnymzzuV6Cqm9JTnB7CL5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QfZ2JIL91pDZVwPcx9CLT08ocTRTEN1f { color:rgba(30,30,30,0.7);display:block;width:56.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:4.3525390625rem;left:0.80859375rem;height:16.9921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IQXlMhQlyIKWoZxxcnFEH6ceCluoxFEW { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.808625rem;height:3.18359375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.744140625rem;left:15.6865234375rem;display:block; }
#f1wNXHg59foPMKw80QoQd0Hp7x3g5Tnq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pf5MtndGwsEs0f41p6bXBvaDgkemy1Qz { color:rgba(30,30,30,0.7);display:block;width:56.4364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:.7;letter-spacing:0;top:1.1230564117432rem;left:0.65340805053713rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AJBzG0cT8VWNE61hbf3fxk2tozW2Bxvy { 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; }#AJBzG0cT8VWNE61hbf3fxk2tozW2Bxvy > .row .container { background-color: transparent; background-image: none; }#AJBzG0cT8VWNE61hbf3fxk2tozW2Bxvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJBzG0cT8VWNE61hbf3fxk2tozW2Bxvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJBzG0cT8VWNE61hbf3fxk2tozW2Bxvy > .row .container > .video-iframe-container { display: none; }#AJBzG0cT8VWNE61hbf3fxk2tozW2Bxvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJBzG0cT8VWNE61hbf3fxk2tozW2Bxvy > .row > .video-iframe-container { display: none; }#AJBzG0cT8VWNE61hbf3fxk2tozW2Bxvy > .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); }#AJBzG0cT8VWNE61hbf3fxk2tozW2Bxvy > .row .container { border-width: 0; border-radius: 0; }#AJBzG0cT8VWNE61hbf3fxk2tozW2Bxvy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AJBzG0cT8VWNE61hbf3fxk2tozW2Bxvy > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#lHGQsKNPmJwl9HIzfs4ysSbEdFJ2SqpO { color:rgba(30,30,30,0.7);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:1.9990234375rem;left:10.03125rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eZWWlPyo0bTNdw9mFOq21LZAyWp9Hsbf { color:rgba(30,30,30,0.7);display:block;width:56.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:11.171875rem;left:1.5rem;height:13.59378125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k4qEKwsQ8KEIFIuheuKabCsKKEzkQN8V { position:absolute;display:block;z-index:15022;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:9.1875rem;width:9.1875rem;top:0.7802734375rem;left:34.59375rem;overflow:hidden;display:block; }
#BkmJpAtOhhklvp3Px4FW0SkJRXRZgIIE { z-index:;position:relative;display:block; }#BkmJpAtOhhklvp3Px4FW0SkJRXRZgIIE { background-color: transparent; background-image: none; }#BkmJpAtOhhklvp3Px4FW0SkJRXRZgIIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkmJpAtOhhklvp3Px4FW0SkJRXRZgIIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkmJpAtOhhklvp3Px4FW0SkJRXRZgIIE > .row .container > .video-iframe-container { display: none; }#BkmJpAtOhhklvp3Px4FW0SkJRXRZgIIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkmJpAtOhhklvp3Px4FW0SkJRXRZgIIE > .row > .video-iframe-container { display: none; }#BkmJpAtOhhklvp3Px4FW0SkJRXRZgIIE > .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); }#BkmJpAtOhhklvp3Px4FW0SkJRXRZgIIE { border-width: 0; border-radius: 0; }#BkmJpAtOhhklvp3Px4FW0SkJRXRZgIIE > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:34.9375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#ssl8XuuSDlG9kTctuMVbThfwlZeyfyuW { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.6861972808838rem;left:0rem;height:3.5244125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT .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; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;text-align:center;text-align-last:center; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT .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);line-height:1.5;overflow:hidden;height:auto; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT .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_191e4e92b85d94f1a6c3e8e4fc26afe736d768ba.svg");background-size:contain !important; }#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT .accordion-trigger.adaptive-delivery-prevent-bg, #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT .accordion-trigger.lazyload, #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT .accordion-trigger.lazyloading { background-image: none; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT { box-sizing:content-box;height:auto;width:50.125rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:7.4990234375rem;left:4.9375rem; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 { display:block;position:relative; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #kaPQEpITBTTazWbi2doiwUWuhUznxhJW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL { display:block;position:relative; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb { display:none; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE { display:block;position:relative; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #t10kCL5xicfb2aPOowA6xxmUPwel6PBd { display:none; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #pAmtVA7FMAkVxHpFOpuQR6F6emrgrk6C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #rs7TSeAs4kmRTBUMs36uOQpT5T9CtcT7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #EvBbHXFBnaosr6AMEQPLiTga29L7WuB8 { display:block;position:relative; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #SoIkgTxiZzQomG7FEiAst9CnsbVPA1AR {  }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #F8M2s80XcQHLOmEIZVo7I5SOwc6HQvxI { display:none; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #Bkup8Q6Gi0a1JQnJJVmVy83dpz0xaPoz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #HzOH1e8MDvCd5BVgobsT8QoD8oy88C2M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #qhdEPNUg7Fr5c9nDdLP2i7cgQDvMxLkx { display:block;position:relative; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #KJnkfZb9neDUNVDcl0JfzbUQNRIM3Ca9 {  }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #mvZTsIyKpiiO8i6LcrvwVMw7AWAJk7Sw { display:none; }
#mTCMNDrcru9OtDxN5n5iyD9BZSDNWGgI { position:relative;display:block; }#mTCMNDrcru9OtDxN5n5iyD9BZSDNWGgI { background-color: transparent; background-image: none; }#mTCMNDrcru9OtDxN5n5iyD9BZSDNWGgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTCMNDrcru9OtDxN5n5iyD9BZSDNWGgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTCMNDrcru9OtDxN5n5iyD9BZSDNWGgI > .row .container > .video-iframe-container { display: none; }#mTCMNDrcru9OtDxN5n5iyD9BZSDNWGgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTCMNDrcru9OtDxN5n5iyD9BZSDNWGgI > .row > .video-iframe-container { display: none; }#mTCMNDrcru9OtDxN5n5iyD9BZSDNWGgI > .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); }#mTCMNDrcru9OtDxN5n5iyD9BZSDNWGgI { border-width: 0; border-radius: 0; }#mTCMNDrcru9OtDxN5n5iyD9BZSDNWGgI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mTCMNDrcru9OtDxN5n5iyD9BZSDNWGgI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J5WeOmvpKpbeli6uOWB3XbLcMnxsX9hF { box-sizing:content-box;height:12.5rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.85);background-image:none;top:0.75rem;left:0.03125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NlQ9qULwtFzSQydw8rNxVkM7UPwqbZTx { color:rgba(var(--color-tertiary-1),1);display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.71875rem;left:16.09375rem;height:1.625rem;font-style:normal;display:block; }
#PTGTUDIOJKVkZiTT1Z2p4CXv3tHrhoOm { color:rgba(var(--color-tertiary-1),1);display:block;width:42.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9375rem;left:16.09375rem;height:6.09375rem;display:block; }
#qEaTeP8U182f5SaIs9ZhSKwmGQa72dS6 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.96875rem;left:43.53125rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L8NsXC9z0222LEeHw70fWG67T0AFMQIQ { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;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: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:7.125rem;width:8.875rem;top:1.96875rem;left:0.65625rem;overflow:hidden;display:block; }
#r3zbpZwQpiKr0coAayF7mUkTNiaq2D6r { position:absolute;display:block;z-index:15015;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:7.1875rem;top:4.9375rem;left:3.1064453125rem;overflow:hidden;display:block; }
#yQUD5CIAKNEQSNdIcpSsx47i0V8Beq4N { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:6.125rem;width:8.375rem;top:2.71875rem;left:5.54296875rem;overflow:hidden;display:block; }
#p9ezx7lxf4G9J22sCkIs1SsN2FkpeXii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#p9ezx7lxf4G9J22sCkIs1SsN2FkpeXii > .row .container { background-color: transparent; background-image: none; }#p9ezx7lxf4G9J22sCkIs1SsN2FkpeXii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9ezx7lxf4G9J22sCkIs1SsN2FkpeXii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9ezx7lxf4G9J22sCkIs1SsN2FkpeXii > .row .container > .video-iframe-container { display: none; }#p9ezx7lxf4G9J22sCkIs1SsN2FkpeXii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9ezx7lxf4G9J22sCkIs1SsN2FkpeXii > .row > .video-iframe-container { display: none; }#p9ezx7lxf4G9J22sCkIs1SsN2FkpeXii > .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); }#p9ezx7lxf4G9J22sCkIs1SsN2FkpeXii > .row .container { border-width: 0; border-radius: 0; }#p9ezx7lxf4G9J22sCkIs1SsN2FkpeXii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9ezx7lxf4G9J22sCkIs1SsN2FkpeXii > .row .container { font-size:0.875rem;font-family:"open sans";height:27.9375rem;width:60rem;position:relative;display:block; }#V77Wu2nvZfgX8NibFEBQnVVhR9cnNx5C { color:rgba(var(--color-tertiary-4),0.7);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4.34375rem;left:0.625rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fo1xzo1K8dqZhfne2SAyTR8fc1qhM2dr { color:#262d3c;display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:0.89453125rem;left:0.625rem;height:2.19993125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HfcBiopGLODMKT5lWzRx2GyguV7Oo66W { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.21875rem;left:0.625rem;display:block; }
#WCS3TscRLLR2yTTdqQTI1o5lQWcWP7uc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DtQeTD6ll7T2rX830DpJyDw0rVDg7rzV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:29.625rem;top:1.09375rem;left:29.599315068493rem;overflow:hidden;display:block; }
#TuD8TRCGEpFVmssGzXXU11mOGaoP7z4c { position:relative;display:block; }#TuD8TRCGEpFVmssGzXXU11mOGaoP7z4c { background-color: transparent; background-image: none; }#TuD8TRCGEpFVmssGzXXU11mOGaoP7z4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuD8TRCGEpFVmssGzXXU11mOGaoP7z4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuD8TRCGEpFVmssGzXXU11mOGaoP7z4c > .row .container > .video-iframe-container { display: none; }#TuD8TRCGEpFVmssGzXXU11mOGaoP7z4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuD8TRCGEpFVmssGzXXU11mOGaoP7z4c > .row > .video-iframe-container { display: none; }#TuD8TRCGEpFVmssGzXXU11mOGaoP7z4c > .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); }#TuD8TRCGEpFVmssGzXXU11mOGaoP7z4c { border-width: 0; border-radius: 0; }#TuD8TRCGEpFVmssGzXXU11mOGaoP7z4c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TuD8TRCGEpFVmssGzXXU11mOGaoP7z4c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wqwUOX31Jgflh5LpEWx0GhI6W7r1IWfX { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CGlAOkfkcxa6vPbxu42kERxhr30OzrSq { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:0rem;overflow:hidden;display:block; }
#TI1ZXttdmzbowp3UQ7NwuymwWZp20S6U { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:20rem;overflow:hidden;display:block; }
#MI3JRE4pLLe6XZkogFmPSgls66xWoLcr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.9375rem;left:40rem;overflow:hidden;display:block; }
#fWbkX8664Qt8D0FoHWZVDblmGKvTV5Dm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:0rem;overflow:hidden;display:block; }
#IXaLpNCsPR3PrwTI25ZL9PISBqe4rq87 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:20rem;overflow:hidden;display:block; }
#AIhRnI9mEiGeulnQCRIgo41Dec50dyN8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:39.9375rem;overflow:hidden;display:block; }
#TVtdxtsv0k190dWxq5lh1PpOQMVQ3TuF { color:rgba(var(--color-tertiary-4),0.7);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.15625rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#smF6oWbktun7gp5wPXWQ8RMViBtnwbsv { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.375rem;left:20.71875rem;display:block; }
#dNRVfPfZfQknaSXSxcu3vBV0TEVAPmfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQ0bHovqfxslUQmoppMDhlOxHKhP28fX { 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; }#eQ0bHovqfxslUQmoppMDhlOxHKhP28fX > .row .container { background-color: transparent; background-image: none; }#eQ0bHovqfxslUQmoppMDhlOxHKhP28fX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQ0bHovqfxslUQmoppMDhlOxHKhP28fX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQ0bHovqfxslUQmoppMDhlOxHKhP28fX > .row .container > .video-iframe-container { display: none; }#eQ0bHovqfxslUQmoppMDhlOxHKhP28fX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQ0bHovqfxslUQmoppMDhlOxHKhP28fX > .row > .video-iframe-container { display: none; }#eQ0bHovqfxslUQmoppMDhlOxHKhP28fX > .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); }#eQ0bHovqfxslUQmoppMDhlOxHKhP28fX > .row .container { border-width: 0; border-radius: 0; }#eQ0bHovqfxslUQmoppMDhlOxHKhP28fX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eQ0bHovqfxslUQmoppMDhlOxHKhP28fX > .row .container { font-size:0.875rem;font-family:"open sans";height:27.0625rem;width:60rem;position:relative;display:block; }#rER48drIrH3wAHgkM4buGw94HglHrtdZ { color:#262d3c;display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.73828125rem;left:31.6875rem;height:2.19993125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ceVhkS0mRu09DXPZD8wJDGTvO6wrlJMA { color:rgba(var(--color-tertiary-4),0.7);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:4.53125rem;left:31.6875rem;height:20.9912rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mbbWmRruI1f568BVugsOZsuICTrx7B7X { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:13.1875rem;top:1.73828125rem;left:0rem;overflow:hidden;display:block; }
#rWLabMoL0vS043sPqHqSh4Qbvcl5bTGG { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:14.1875rem;width:19.125rem;top:10.833984375rem;left:9.65625rem;overflow:hidden;display:block; }
#sde7X2dnPlfEvJEoN7lxqADcVXgAxZeB { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:18.25rem;top:1.73828125rem;left:12.03125rem;overflow:hidden;display:block; }
#JmMCTyTw1g3hiwPPMXWAZbk8Pef4cOxs { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:13.1875rem;top:11.990234375rem;left:0.6875rem;overflow:hidden;display:block; }
#fbsbqFJyiDoBqVDB03xmnxFP1v6kekOi { 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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;display:block; }#fbsbqFJyiDoBqVDB03xmnxFP1v6kekOi > .row .container { background-color: transparent; background-image: none; }#fbsbqFJyiDoBqVDB03xmnxFP1v6kekOi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbsbqFJyiDoBqVDB03xmnxFP1v6kekOi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbsbqFJyiDoBqVDB03xmnxFP1v6kekOi > .row .container > .video-iframe-container { display: none; }#fbsbqFJyiDoBqVDB03xmnxFP1v6kekOi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbsbqFJyiDoBqVDB03xmnxFP1v6kekOi > .row > .video-iframe-container { display: none; }#fbsbqFJyiDoBqVDB03xmnxFP1v6kekOi > .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); }#fbsbqFJyiDoBqVDB03xmnxFP1v6kekOi > .row .container { border-width: 0; border-radius: 0; }#fbsbqFJyiDoBqVDB03xmnxFP1v6kekOi > .row > .video-iframe-container { border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem; }#fbsbqFJyiDoBqVDB03xmnxFP1v6kekOi > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:60rem;position:relative;display:block; }#vf8eLE0h3SmInGGTodBC7ihx7RebT67L { display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:8.3125rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#mg6N46PrFBRGMdHWHCGDCHFKTPtypO63 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:13.625rem;width:18.25rem;top:8.3125rem;left:2.75rem;overflow:hidden;display:block; }
#A3iAFeVxq7QLDU7wCFpbdUMZbw4K9zD9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:13.5625rem;width:18.125rem;top:23.25rem;left:2.8125rem;overflow:hidden;display:block; }
#nGRu98Cf8i4aCbNuEBkJQqVyMsu8Wt6z { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:13.5625rem;width:18.125rem;top:37.96875rem;left:2.75rem;overflow:hidden;display:block; }
#oJtLOrO7ZtryWInDhQU3wOJMBMzWFqOz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:13.5625rem;width:18.125rem;top:52.5625rem;left:2.75rem;overflow:hidden;display:block; }
#sWSiU3X3eKuL658HgDwzZXi3kfAPCpvB { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.59375rem;left:23rem;display:block; }
#yTvrmnTbfh2uUTCWxhqQT8B8hJ3m6EpZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k5cRsogo0ii2TEdE5KiiLXK4lNbma6TT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.810546875rem;left:23rem;height:4.62890625rem;display:block; }
#C2SsllUT5wf08t1hlIcaU3g60P1V5Qi6 { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.5625rem;left:37.125rem;display:block; }
#lryGEGsxWmTK8R0EFzXOqwWxIZcygp5Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zbkyMchvJkrJRnzEu2hielkDd61uUgt5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.810546875rem;left:37.125rem;height:4.62890625rem;display:block; }
#Shc1g2T63XNTnUT59qJrqHTRtrJ2NDa4 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NDUzxmztUxV9cxrJgWEZWlxN9beXzzDp { color:rgba(var(--color-tertiary-4),0.7);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.98046875rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U2kCNPmmSPyX9c6bMggRSdNd4Cp717Sf { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.125rem;left:23rem;display:block; }
#IZxoMVx4C69mlcqfEpmie6Tgb8vs6anq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQoa3GxdDgayVXR5K3qvrshkkgutToIm { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:48.96875rem;left:23rem;display:block; }
#liAZEohTqtH6ehvTcHix1L8SxWT0J5H6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Payg9Valw0N5e67T5z2zHBxixTTU84Ms { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:63.5625rem;left:23rem;display:block; }
#xFFvtQo42Nb523KPdVXeNnBLlBZZ1h93 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HPNlB14bLy9xlAca8lSiBg5ESykAbhC3 { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.09375rem;left:37.125rem;display:block; }
#LTSeT1T6k8JycZC8BfvWIckH8pCaF3Zb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tsu40JZhSMtv3VkRZWfGkBW3AHCWDzfe { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:48.90625rem;left:37.125rem;display:block; }
#XU1VldpPluS9BHTr7F7SCg7iTlxaRmJE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWmb9aXJdQ6mFMuBzrhwPmocnTRH41Gx { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:63.5rem;left:37.125rem;display:block; }
#XSemoxXfp4TZ6ESUdJQLe0ZbGU6QTbBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSwT9uFE0e5Vg4xRlFagSa6obtF7wriC { display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:23.65625rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#JoZVAkPaiZMsqZ1FbQww7OzCNWZKKV8O { display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:37.96875rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#lLasdqcsVAVgyd6p0TUDwkB3xVRZO77D { display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:53.25rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#DcouIXFh7FByS0eQMokd7qNcWgih03vA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:23rem;height:4.62890625rem;display:block; }
#OuZcbncGt7iSJEi2WgytrCb9ifHGQVma { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:43.5625rem;left:23rem;height:4.62890625rem;display:block; }
#tps4cCWsPnXf1eM5rpNnTQzDMUFG4cbb { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:58rem;left:23rem;height:4.62890625rem;display:block; }
#c6nZrnw10xm44QTToH1bQ97FkIfNusJN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:37.1875rem;height:4.62890625rem;display:block; }
#TVQWMC6ArI3WR8aHMx6ZqVZL8eaN2pKe { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:43.5625rem;left:35.375rem;height:4.62890625rem;display:block; }
#WUBCx3q3mRzaxM96IFDwgCn33fZ05a0O { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:58rem;left:37.125rem;height:4.62890625rem;display:block; }
#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.88);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .row .container { background-color: transparent; background-image: none; }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .row .container > .video-iframe-container { display: none; }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .row > .video-iframe-container { display: none; }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .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); }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .row .container { border-width: 0; border-radius: 0; }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#RbqqMsIBBXtu7MPZr7AldIha0yfX6y9r { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.2890625rem;left:18.46875rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xaOHeWM0acscASbRe71xsQ57rJ18oEnn { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.45703125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;display:block; }
#xRJTdh0FaUIrb7eeRX6enIIRl9uGhzyB { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.916015625rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;display:block; }
#uOKC18ZxOqyEtugnSDf5zaTJBJRSibmh { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.51953125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;display:block; }
#VBTFvibt2L5kPCVk5VWzgpkwZzDnx1M7 { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;display:block; }
#XcorXK9OATseywdmeZzWGPav3nzvhnQx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:0.45703125rem;left:25.96875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gPcSJ4XWKIoenkpft8DCzwsvHf6cbuC6 { display:block; }#gPcSJ4XWKIoenkpft8DCzwsvHf6cbuC6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsXDSObvZ9PRzwbCav32faG45EvVh9Ck { width:7.5rem;height:2.1875rem;top:1rem;left:5.552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBXC61QHhRfPNCBGcu5Pta3zddputTO3 { display:block; }
 }@media only screen and (max-width: 763px) { #hOpHd6rdnSMWI5IxJuv2miC0ySc59TG6 { width:7.5rem;height:1.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSs74i0GJtEdZbUHuzNkTLfOQqpzoJOT { display:block; }
 }@media only screen and (max-width: 763px) { #P5scH6oV4Qxf69ssaf5px1umeFfE8nQq { width:3.9375rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUmmgvSdPHnwyA6OLJqrInLhmTaarNmL { display:block; }
 }@media only screen and (max-width: 763px) { #MDAi18WwCtFLSl3nRI5SsEQlKwukdwie { width:7.5rem;height:2.1875rem;top:1rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnQIP7upxxkHT2HN0NdVysTZXdJH9gvr { display:block; }
 }@media only screen and (max-width: 763px) { #vKKKawAtTcDvX9QbpO19XJiuXA75UJSF { width:7.5rem;height:2.1875rem;top:1rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAQAqtyUNu1aBw5UA8x1QsNLZSG6tfcD { display:block; }
 }@media only screen and (max-width: 763px) { #DvmDrl8PspIrHlUDmty42ebBhpuZgLrs { width:7.5rem;height:1.5rem;top:1.3125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQusFfZhhdn8VSE8bk6oF8UcfFes0IPe { display:block; }
 }@media only screen and (max-width: 763px) { #PCCJ8cwziX7uVTpTRbVnn9kUrLQywkEn { top:0rem;left:19.9375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd { display:block; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uptCV0R6orBTPquXbnk5LOcw1WW4aE4B { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmbKxriRl2o8fqCP9XNUX3g4VUiznEFz { width:26.875rem;height:20.6875rem;top:12.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfzNn9WHIzR9M3L0wyLA3g8yhSwfk6J6 { top:33rem;left:0rem;width:28.3125rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmIC8LcrP2ldcE6Kqt1THOBxg9ozcxbU { top:5.375rem;left:19.5625rem;width:28.1875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS { display:block; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivizFnstyazdTB7IerX5QQ4ZqQyqSrv1 { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQLwc8ITlKDBLbToefzqob63C3AwgQK2 { width:47.75rem;height:16.9375rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZoHF1ODEF1ERIPvtL2imTCSFwiGoi4O { display:block; }#gZoHF1ODEF1ERIPvtL2imTCSFwiGoi4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoNHSXJsG4HNDyQq46Ep07Si2KWIrbJ6 { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IApaAWTqV7y175ibGC3466kqIvcnfxo2 { width:47.75rem;height:8.4375rem;top:4.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRGktuk33M3QlKNtyTgzX6BPTn7KGlCp { top:13.9375rem;left:0rem;width:28.0625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgWBReaNM9Zy0c7no2M2rXlWssAfKMdK { top:13.9375rem;left:19.6875rem;width:28.0625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvJzd84kGme4GOy3J77HQhOhfTUqqzk4 { width:47.75rem;height:6.75rem;top:43.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGm0yLVz3404SxOAT9S9Q1uzG1CbLCgg { display:block; }#nGm0yLVz3404SxOAT9S9Q1uzG1CbLCgg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHpkAFfvmEPKTpEqDaQBaTNzfPWFTs1l { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuAQN1F2hoxnpX9TDZmo7fD7Jp5lvTmI { width:47.75rem;height:13.5625rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTgtI3OF4XXmzt6mB67T7fsTroMzgoX4 { top:18.75rem;left:0rem;width:28.0625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvoybv3p03Jv7cN127ux29wTu3MhiUVb { top:18.75rem;left:19.6875rem;width:28.0625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu3IhuxRU60EhhBocMImO6uHZw0cPeQe { width:47.75rem;height:11.875rem;top:48.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F88Z4xbr1bInw5O0ptT6VBI9USF2wX0Q { display:block; }#F88Z4xbr1bInw5O0ptT6VBI9USF2wX0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOSEXuJV4AVu0lAkiW6Xhgzg9nbxyQ0p { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #npwMUkXCaAwLAwQWvI5UkMRZnvTHZv7L { width:47.75rem;height:6.75rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWiAv5TMTe9e0eepG7PwvxPiwKQGXsbg { top:12.1875rem;left:0rem;width:28.0625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAd1y3PH32HLhlPugALSG4lLdBOq5GE3 { top:12.1875rem;left:19.625rem;width:28.0625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMlChMJJnTRAibl6QPAP1HCSJMxwsWwN { width:47.75rem;height:6.75rem;top:41.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQeHWdkiF7Kmzo04HgUM39TTGrpUfdto { display:block; }#dQeHWdkiF7Kmzo04HgUM39TTGrpUfdto > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdqBWcVXZNqQ4ugvsv0tbz9W1JfF0kP0 { width:47.75rem;height:1.0625rem;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUwXsuv6lgOt6cT9TvrG6O3SVfalOuZB { width:25.9375rem;height:13.5625rem;top:5.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTTsTWr3hNFcPJaTA0nrNxcTL1RVo1Zb { top:5.875rem;left:16.4375rem;width:30.625rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFQTJTfAEwTOeitTm3X6wcTEsaMAPNIJ { width:25.6875rem;height:16.9375rem;top:20.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8HM2nX6xrD7m57QbgfHvf7BixG4TUTS { display:block; }#F8HM2nX6xrD7m57QbgfHvf7BixG4TUTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzVBpAXmFr37PTRXTdNgfmPzsJCfThxK { width:47.75rem;height:20.375rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJyAcZNKLahZnoONOqyGzlerCPO10uXJ { width:47.75rem;height:1.0625rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APvVTCz7R2zQRZ81VnsB8FSRWbFRlWQh { display:block; }#APvVTCz7R2zQRZ81VnsB8FSRWbFRlWQh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJZ2srTsseWHCDT10IL4TClT1QeDAC6I { width:47.75rem;height:20.375rem;top:4.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1U2EWkWFRggOP6Q8w9mTqZeCTswtxb4 { width:47.75rem;height:;top:1.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRkIGn8A1IRBEKJcJ07lI9omQ8DA696t { display:block; }#QRkIGn8A1IRBEKJcJ07lI9omQ8DA696t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHk7V32NSZh2t0BLUyE6yG5JQD2p6mkA { width:13.75rem;height:3.125rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmSHivo7vlURnymzzuV6Cqm9JTnB7CL5 { display:block; }
 }@media only screen and (max-width: 763px) { #QfZ2JIL91pDZVwPcx9CLT08ocTRTEN1f { width:47.75rem;height:16.9375rem;top:4.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQXlMhQlyIKWoZxxcnFEH6ceCluoxFEW { width:13.75rem;height:3.125rem;top:22.6875rem;left:9.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1wNXHg59foPMKw80QoQd0Hp7x3g5Tnq { display:block; }
 }@media only screen and (max-width: 763px) { #pf5MtndGwsEs0f41p6bXBvaDgkemy1Qz { width:47.75rem;height:;top:1.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJBzG0cT8VWNE61hbf3fxk2tozW2Bxvy { display:block; }#AJBzG0cT8VWNE61hbf3fxk2tozW2Bxvy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHGQsKNPmJwl9HIzfs4ysSbEdFJ2SqpO { width:22.6875rem;height:6.75rem;top:1.9375rem;left:3.90625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZWWlPyo0bTNdw9mFOq21LZAyWp9Hsbf { width:47.75rem;height:13.5625rem;top:11.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4qEKwsQ8KEIFIuheuKabCsKKEzkQN8V { top:0.75rem;left:28.46875rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkmJpAtOhhklvp3Px4FW0SkJRXRZgIIE { display:block; }#BkmJpAtOhhklvp3Px4FW0SkJRXRZgIIE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssl8XuuSDlG9kTctuMVbThfwlZeyfyuW { top:1.625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT { display:flex;height:auto;width:27.8125rem;top:6.0625rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #pAmtVA7FMAkVxHpFOpuQR6F6emrgrk6C {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #rs7TSeAs4kmRTBUMs36uOQpT5T9CtcT7 {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #EvBbHXFBnaosr6AMEQPLiTga29L7WuB8 {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #SoIkgTxiZzQomG7FEiAst9CnsbVPA1AR {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #F8M2s80XcQHLOmEIZVo7I5SOwc6HQvxI {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #Bkup8Q6Gi0a1JQnJJVmVy83dpz0xaPoz {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #HzOH1e8MDvCd5BVgobsT8QoD8oy88C2M {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #qhdEPNUg7Fr5c9nDdLP2i7cgQDvMxLkx {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #KJnkfZb9neDUNVDcl0JfzbUQNRIM3Ca9 {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #mvZTsIyKpiiO8i6LcrvwVMw7AWAJk7Sw {  }
 }@media only screen and (max-width: 763px) { #mTCMNDrcru9OtDxN5n5iyD9BZSDNWGgI { display:block; }#mTCMNDrcru9OtDxN5n5iyD9BZSDNWGgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5WeOmvpKpbeli6uOWB3XbLcMnxsX9hF { top:0.75rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlQ9qULwtFzSQydw8rNxVkM7UPwqbZTx { top:2.6875rem;left:9.96875rem;width:15.0625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTGTUDIOJKVkZiTT1Z2p4CXv3tHrhoOm { top:4.9375rem;left:5.1875rem;width:42.5625rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEaTeP8U182f5SaIs9ZhSKwmGQa72dS6 { top:10.9375rem;left:33.3125rem;width:14.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8NsXC9z0222LEeHw70fWG67T0AFMQIQ { width:8.875rem;height:7.125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3zbpZwQpiKr0coAayF7mUkTNiaq2D6r { width:7.1875rem;height:6.375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQUD5CIAKNEQSNdIcpSsx47i0V8Beq4N { width:8.375rem;height:6.125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ezx7lxf4G9J22sCkIs1SsN2FkpeXii { display:block; }#p9ezx7lxf4G9J22sCkIs1SsN2FkpeXii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V77Wu2nvZfgX8NibFEBQnVVhR9cnNx5C { width:29.5rem;height:16.5rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo1xzo1K8dqZhfne2SAyTR8fc1qhM2dr { width:28.3125rem;height:;top:0.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfcBiopGLODMKT5lWzRx2GyguV7Oo66W { width:18.5625rem;height:3.75rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCS3TscRLLR2yTTdqQTI1o5lQWcWP7uc { display:block; }
 }@media only screen and (max-width: 763px) { #DtQeTD6ll7T2rX830DpJyDw0rVDg7rzV { width:29.625rem;height:25.6875rem;top:1.0625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuD8TRCGEpFVmssGzXXU11mOGaoP7z4c { display:block; }#TuD8TRCGEpFVmssGzXXU11mOGaoP7z4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqwUOX31Jgflh5LpEWx0GhI6W7r1IWfX { width:47.75rem;height:2.8125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGlAOkfkcxa6vPbxu42kERxhr30OzrSq { width:19.125rem;height:12.625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI1ZXttdmzbowp3UQ7NwuymwWZp20S6U { width:19.125rem;height:12.625rem;top:6.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI3JRE4pLLe6XZkogFmPSgls66xWoLcr { width:19rem;height:12.5rem;top:6.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWbkX8664Qt8D0FoHWZVDblmGKvTV5Dm { width:19.125rem;height:12.625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXaLpNCsPR3PrwTI25ZL9PISBqe4rq87 { width:19.125rem;height:12.625rem;top:20.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIhRnI9mEiGeulnQCRIgo41Dec50dyN8 { width:19.125rem;height:12.625rem;top:20.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVtdxtsv0k190dWxq5lh1PpOQMVQ3TuF { width:47.75rem;height:1.5625rem;top:4.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smF6oWbktun7gp5wPXWQ8RMViBtnwbsv { width:18.5625rem;height:3.75rem;top:34.375rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNRVfPfZfQknaSXSxcu3vBV0TEVAPmfT { display:block; }
 }@media only screen and (max-width: 763px) { #eQ0bHovqfxslUQmoppMDhlOxHKhP28fX { display:block; }#eQ0bHovqfxslUQmoppMDhlOxHKhP28fX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rER48drIrH3wAHgkM4buGw94HglHrtdZ { width:28.3125rem;height:2.1875rem;top:1.6875rem;left:19.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceVhkS0mRu09DXPZD8wJDGTvO6wrlJMA { width:28rem;height:20.9375rem;top:4.5rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbbWmRruI1f568BVugsOZsuICTrx7B7X { width:13.1875rem;height:11.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWLabMoL0vS043sPqHqSh4Qbvcl5bTGG { width:19.125rem;height:14.1875rem;top:10.8125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sde7X2dnPlfEvJEoN7lxqADcVXgAxZeB { width:18.25rem;height:13.625rem;top:1.6875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmMCTyTw1g3hiwPPMXWAZbk8Pef4cOxs { width:13.1875rem;height:11.75rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbsbqFJyiDoBqVDB03xmnxFP1v6kekOi { display:block; }#fbsbqFJyiDoBqVDB03xmnxFP1v6kekOi > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vf8eLE0h3SmInGGTodBC7ihx7RebT67L { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg6N46PrFBRGMdHWHCGDCHFKTPtypO63 { top:8.3125rem;left:0rem;width:18.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3iAFeVxq7QLDU7wCFpbdUMZbw4K9zD9 { top:23.25rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGRu98Cf8i4aCbNuEBkJQqVyMsu8Wt6z { top:37.9375rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJtLOrO7ZtryWInDhQU3wOJMBMzWFqOz { top:52.5625rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWSiU3X3eKuL658HgDwzZXi3kfAPCpvB { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTvrmnTbfh2uUTCWxhqQT8B8hJ3m6EpZ { display:block; }
 }@media only screen and (max-width: 763px) { #k5cRsogo0ii2TEdE5KiiLXK4lNbma6TT { top:12.75rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2SsllUT5wf08t1hlIcaU3g60P1V5Qi6 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lryGEGsxWmTK8R0EFzXOqwWxIZcygp5Q { display:block; }
 }@media only screen and (max-width: 763px) { #zbkyMchvJkrJRnzEu2hielkDd61uUgt5 { top:12.75rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shc1g2T63XNTnUT59qJrqHTRtrJ2NDa4 { width:47.75rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDUzxmztUxV9cxrJgWEZWlxN9beXzzDp { width:47.75rem;height:1.5625rem;top:3.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2kCNPmmSPyX9c6bMggRSdNd4Cp717Sf { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZxoMVx4C69mlcqfEpmie6Tgb8vs6anq { display:block; }
 }@media only screen and (max-width: 763px) { #yQoa3GxdDgayVXR5K3qvrshkkgutToIm { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liAZEohTqtH6ehvTcHix1L8SxWT0J5H6 { display:block; }
 }@media only screen and (max-width: 763px) { #Payg9Valw0N5e67T5z2zHBxixTTU84Ms { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFFvtQo42Nb523KPdVXeNnBLlBZZ1h93 { display:block; }
 }@media only screen and (max-width: 763px) { #HPNlB14bLy9xlAca8lSiBg5ESykAbhC3 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTSeT1T6k8JycZC8BfvWIckH8pCaF3Zb { display:block; }
 }@media only screen and (max-width: 763px) { #tsu40JZhSMtv3VkRZWfGkBW3AHCWDzfe { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU1VldpPluS9BHTr7F7SCg7iTlxaRmJE { display:block; }
 }@media only screen and (max-width: 763px) { #fWmb9aXJdQ6mFMuBzrhwPmocnTRH41Gx { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSemoxXfp4TZ6ESUdJQLe0ZbGU6QTbBD { display:block; }
 }@media only screen and (max-width: 763px) { #rSwT9uFE0e5Vg4xRlFagSa6obtF7wriC { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoZVAkPaiZMsqZ1FbQww7OzCNWZKKV8O { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLasdqcsVAVgyd6p0TUDwkB3xVRZO77D { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcouIXFh7FByS0eQMokd7qNcWgih03vA { top:28.0625rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuZcbncGt7iSJEi2WgytrCb9ifHGQVma { top:43.5625rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tps4cCWsPnXf1eM5rpNnTQzDMUFG4cbb { top:58rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6nZrnw10xm44QTToH1bQ97FkIfNusJN { top:28.0625rem;left:29.5625rem;width:18.1875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVQWMC6ArI3WR8aHMx6ZqVZL8eaN2pKe { top:43.5625rem;left:29.25rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUBCx3q3mRzaxM96IFDwgCn33fZ05a0O { top:58rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZE7NJ07HO29nGzheB59VfbNG5dsZxqw { display:block; }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbqqMsIBBXtu7MPZr7AldIha0yfX6y9r { top:18.25rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaOHeWM0acscASbRe71xsQ57rJ18oEnn { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRJTdh0FaUIrb7eeRX6enIIRl9uGhzyB { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOKC18ZxOqyEtugnSDf5zaTJBJRSibmh { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBTFvibt2L5kPCVk5VWzgpkwZzDnx1M7 { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcorXK9OATseywdmeZzWGPav3nzvhnQx { top:0.4375rem;left:19.84375rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gPcSJ4XWKIoenkpft8DCzwsvHf6cbuC6 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gPcSJ4XWKIoenkpft8DCzwsvHf6cbuC6 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsXDSObvZ9PRzwbCav32faG45EvVh9Ck { width:7.5rem;height:1.5rem;top:4rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBXC61QHhRfPNCBGcu5Pta3zddputTO3 { display:block; }
 }@media only screen and (max-width: 763px) { #hOpHd6rdnSMWI5IxJuv2miC0ySc59TG6 { width:7.5rem;height:2.1875rem;top:5.0625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSs74i0GJtEdZbUHuzNkTLfOQqpzoJOT { display:block; }
 }@media only screen and (max-width: 763px) { #P5scH6oV4Qxf69ssaf5px1umeFfE8nQq { width:3.9375rem;height:1.5rem;top:4rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUmmgvSdPHnwyA6OLJqrInLhmTaarNmL { display:block; }
 }@media only screen and (max-width: 763px) { #MDAi18WwCtFLSl3nRI5SsEQlKwukdwie { width:7.5rem;height:1.5rem;top:4rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnQIP7upxxkHT2HN0NdVysTZXdJH9gvr { display:block; }
 }@media only screen and (max-width: 763px) { #vKKKawAtTcDvX9QbpO19XJiuXA75UJSF { width:7.5rem;height:1.5rem;top:5.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAQAqtyUNu1aBw5UA8x1QsNLZSG6tfcD { display:block; }
 }@media only screen and (max-width: 763px) { #DvmDrl8PspIrHlUDmty42ebBhpuZgLrs { width:8.4375rem;height:2.4375rem;top:1.625rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQusFfZhhdn8VSE8bk6oF8UcfFes0IPe { display:block; }
 }@media only screen and (max-width: 763px) { #PCCJ8cwziX7uVTpTRbVnn9kUrLQywkEn { width:5.25rem;height:5.25rem;top:0rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd { display:block; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uptCV0R6orBTPquXbnk5LOcw1WW4aE4B { width:19.375rem;height:4.5rem;top:8.3740234375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bmbKxriRl2o8fqCP9XNUX3g4VUiznEFz { width:20rem;height:27.6171625rem;top:38.4013671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FfzNn9WHIzR9M3L0wyLA3g8yhSwfk6J6 { width:20rem;height:4.46778125rem;top:66.0166015625rem;left:0rem;font-size:0.8125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FmIC8LcrP2ldcE6Kqt1THOBxg9ozcxbU { width:20rem;height:22.5713125rem;top:14.4306640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS { display:block; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivizFnstyazdTB7IerX5QQ4ZqQyqSrv1 { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fQLwc8ITlKDBLbToefzqob63C3AwgQK2 { width:20rem;height:38.25rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gZoHF1ODEF1ERIPvtL2imTCSFwiGoi4O { display:block; }#gZoHF1ODEF1ERIPvtL2imTCSFwiGoi4O > .row .container { width:20rem;height:93.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoNHSXJsG4HNDyQq46Ep07Si2KWIrbJ6 { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IApaAWTqV7y175ibGC3466kqIvcnfxo2 { width:20rem;height:20.71875rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qRGktuk33M3QlKNtyTgzX6BPTn7KGlCp { width:20rem;height:20rem;top:29.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgWBReaNM9Zy0c7no2M2rXlWssAfKMdK { width:20rem;height:20rem;top:50.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvJzd84kGme4GOy3J77HQhOhfTUqqzk4 { width:20rem;height:20.71875rem;top:71.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nGm0yLVz3404SxOAT9S9Q1uzG1CbLCgg { display:block; }#nGm0yLVz3404SxOAT9S9Q1uzG1CbLCgg > .row .container { width:20rem;height:111.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHpkAFfvmEPKTpEqDaQBaTNzfPWFTs1l { width:20rem;height:7.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CuAQN1F2hoxnpX9TDZmo7fD7Jp5lvTmI { width:20rem;height:30.28125rem;top:9.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xTgtI3OF4XXmzt6mB67T7fsTroMzgoX4 { width:20rem;height:20rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvoybv3p03Jv7cN127ux29wTu3MhiUVb { width:20rem;height:20rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu3IhuxRU60EhhBocMImO6uHZw0cPeQe { width:20rem;height:27.09375rem;top:83.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F88Z4xbr1bInw5O0ptT6VBI9USF2wX0Q { display:block; }#F88Z4xbr1bInw5O0ptT6VBI9USF2wX0Q > .row .container { width:20rem;height:90.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOSEXuJV4AVu0lAkiW6Xhgzg9nbxyQ0p { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #npwMUkXCaAwLAwQWvI5UkMRZnvTHZv7L { width:20rem;height:19.125rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XWiAv5TMTe9e0eepG7PwvxPiwKQGXsbg { width:20rem;height:20rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAd1y3PH32HLhlPugALSG4lLdBOq5GE3 { width:20rem;height:20rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMlChMJJnTRAibl6QPAP1HCSJMxwsWwN { width:20rem;height:19.125rem;top:70.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dQeHWdkiF7Kmzo04HgUM39TTGrpUfdto { display:block; }#dQeHWdkiF7Kmzo04HgUM39TTGrpUfdto > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdqBWcVXZNqQ4ugvsv0tbz9W1JfF0kP0 { width:20rem;height:7.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PUwXsuv6lgOt6cT9TvrG6O3SVfalOuZB { width:20rem;height:17.53125rem;top:9.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PTTsTWr3hNFcPJaTA0nrNxcTL1RVo1Zb { width:20rem;height:20rem;top:28.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFQTJTfAEwTOeitTm3X6wcTEsaMAPNIJ { width:20rem;height:20.71875rem;top:49.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F8HM2nX6xrD7m57QbgfHvf7BixG4TUTS { display:block; }#F8HM2nX6xrD7m57QbgfHvf7BixG4TUTS > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzVBpAXmFr37PTRXTdNgfmPzsJCfThxK { width:20rem;height:38.25rem;top:4.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UJyAcZNKLahZnoONOqyGzlerCPO10uXJ { width:20rem;height:2.34375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #APvVTCz7R2zQRZ81VnsB8FSRWbFRlWQh { display:block; }#APvVTCz7R2zQRZ81VnsB8FSRWbFRlWQh > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJZ2srTsseWHCDT10IL4TClT1QeDAC6I { width:20rem;height:47.8125rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #m1U2EWkWFRggOP6Q8w9mTqZeCTswtxb4 { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QRkIGn8A1IRBEKJcJ07lI9omQ8DA696t { display:block; }#QRkIGn8A1IRBEKJcJ07lI9omQ8DA696t > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHk7V32NSZh2t0BLUyE6yG5JQD2p6mkA { width:13.808625rem;height:3.18359375rem;top:46.6875rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmSHivo7vlURnymzzuV6Cqm9JTnB7CL5 { display:block; }
 }@media only screen and (max-width: 763px) { #QfZ2JIL91pDZVwPcx9CLT08ocTRTEN1f { width:19.6875rem;height:38.25rem;top:7.1875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IQXlMhQlyIKWoZxxcnFEH6ceCluoxFEW { width:13.75rem;height:3.125rem;top:51.12109375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1wNXHg59foPMKw80QoQd0Hp7x3g5Tnq { display:block; }
 }@media only screen and (max-width: 763px) { #pf5MtndGwsEs0f41p6bXBvaDgkemy1Qz { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AJBzG0cT8VWNE61hbf3fxk2tozW2Bxvy { display:block; }#AJBzG0cT8VWNE61hbf3fxk2tozW2Bxvy > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHGQsKNPmJwl9HIzfs4ysSbEdFJ2SqpO { width:20rem;height:7.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eZWWlPyo0bTNdw9mFOq21LZAyWp9Hsbf { width:20rem;height:31.875rem;top:10rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #k4qEKwsQ8KEIFIuheuKabCsKKEzkQN8V { width:1.125rem;height:1.125rem;top:6.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkmJpAtOhhklvp3Px4FW0SkJRXRZgIIE { display:block; }#BkmJpAtOhhklvp3Px4FW0SkJRXRZgIIE > .row .container { width:20rem;height:41.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssl8XuuSDlG9kTctuMVbThfwlZeyfyuW { width:17.5rem;height:2.3994125rem;top:1.25rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT { display:flex;height:35.5rem;width:20rem;top:4.8984375rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #pAmtVA7FMAkVxHpFOpuQR6F6emrgrk6C {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #rs7TSeAs4kmRTBUMs36uOQpT5T9CtcT7 {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #EvBbHXFBnaosr6AMEQPLiTga29L7WuB8 {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #SoIkgTxiZzQomG7FEiAst9CnsbVPA1AR {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #F8M2s80XcQHLOmEIZVo7I5SOwc6HQvxI {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #Bkup8Q6Gi0a1JQnJJVmVy83dpz0xaPoz {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #HzOH1e8MDvCd5BVgobsT8QoD8oy88C2M {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #qhdEPNUg7Fr5c9nDdLP2i7cgQDvMxLkx {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #KJnkfZb9neDUNVDcl0JfzbUQNRIM3Ca9 {  }
 }@media only screen and (max-width: 763px) { #v5KOJMOyL2wQ0C0TboFND8GlUmfvikvT #mvZTsIyKpiiO8i6LcrvwVMw7AWAJk7Sw {  }
 }@media only screen and (max-width: 763px) { #mTCMNDrcru9OtDxN5n5iyD9BZSDNWGgI { display:block; }#mTCMNDrcru9OtDxN5n5iyD9BZSDNWGgI > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5WeOmvpKpbeli6uOWB3XbLcMnxsX9hF { width:20rem;height:30.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlQ9qULwtFzSQydw8rNxVkM7UPwqbZTx { width:18.625rem;height:1.94921875rem;top:2.2744140625rem;left:0.90625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTGTUDIOJKVkZiTT1Z2p4CXv3tHrhoOm { width:20rem;height:13.191375rem;top:15.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qEaTeP8U182f5SaIs9ZhSKwmGQa72dS6 { width:19.9375rem;height:1.38139375rem;top:29.40625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8NsXC9z0222LEeHw70fWG67T0AFMQIQ { width:8.875rem;height:7.125rem;top:5.375rem;left:2.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3zbpZwQpiKr0coAayF7mUkTNiaq2D6r { width:7.1875rem;height:6.375rem;top:7.71875rem;left:6.28125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQUD5CIAKNEQSNdIcpSsx47i0V8Beq4N { width:9.25rem;height:6.75rem;top:5.875rem;left:8.82421875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ezx7lxf4G9J22sCkIs1SsN2FkpeXii { display:block; }#p9ezx7lxf4G9J22sCkIs1SsN2FkpeXii > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V77Wu2nvZfgX8NibFEBQnVVhR9cnNx5C { width:20rem;height:21rem;top:18.76171875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fo1xzo1K8dqZhfne2SAyTR8fc1qhM2dr { width:20rem;height:2.19993125rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfcBiopGLODMKT5lWzRx2GyguV7Oo66W { width:18.5625rem;height:3.75rem;top:40.8125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCS3TscRLLR2yTTdqQTI1o5lQWcWP7uc { display:block; }
 }@media only screen and (max-width: 763px) { #DtQeTD6ll7T2rX830DpJyDw0rVDg7rzV { width:18.0625rem;height:15.625rem;top:3.13671875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuD8TRCGEpFVmssGzXXU11mOGaoP7z4c { display:block; }#TuD8TRCGEpFVmssGzXXU11mOGaoP7z4c > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqwUOX31Jgflh5LpEWx0GhI6W7r1IWfX { width:20rem;height:4.00035625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CGlAOkfkcxa6vPbxu42kERxhr30OzrSq { width:20rem;height:12.625rem;top:8.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI1ZXttdmzbowp3UQ7NwuymwWZp20S6U { width:20rem;height:12.625rem;top:21.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI3JRE4pLLe6XZkogFmPSgls66xWoLcr { width:20rem;height:12.5rem;top:35.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWbkX8664Qt8D0FoHWZVDblmGKvTV5Dm { width:20rem;height:12.625rem;top:48.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXaLpNCsPR3PrwTI25ZL9PISBqe4rq87 { width:20rem;height:12.625rem;top:61.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIhRnI9mEiGeulnQCRIgo41Dec50dyN8 { width:20rem;height:12.625rem;top:74.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVtdxtsv0k190dWxq5lh1PpOQMVQ3TuF { width:20rem;height:3.1875rem;top:4.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smF6oWbktun7gp5wPXWQ8RMViBtnwbsv { width:18.5625rem;height:3.75rem;top:88.13671875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNRVfPfZfQknaSXSxcu3vBV0TEVAPmfT { display:block; }
 }@media only screen and (max-width: 763px) { #eQ0bHovqfxslUQmoppMDhlOxHKhP28fX { display:block; }#eQ0bHovqfxslUQmoppMDhlOxHKhP28fX > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rER48drIrH3wAHgkM4buGw94HglHrtdZ { width:20rem;height:2.19993125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceVhkS0mRu09DXPZD8wJDGTvO6wrlJMA { width:20rem;height:29.38765625rem;top:23.287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mbbWmRruI1f568BVugsOZsuICTrx7B7X { width:13.1875rem;height:11.375rem;top:5.59375rem;left:6.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWLabMoL0vS043sPqHqSh4Qbvcl5bTGG { width:13.125rem;height:8.5rem;top:4.40625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sde7X2dnPlfEvJEoN7lxqADcVXgAxZeB { width:11.5rem;height:9.1875rem;top:13.03125rem;left:7.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmMCTyTw1g3hiwPPMXWAZbk8Pef4cOxs { width:13.1875rem;height:11.75rem;top:8.5625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbsbqFJyiDoBqVDB03xmnxFP1v6kekOi { display:block; }#fbsbqFJyiDoBqVDB03xmnxFP1v6kekOi > .row .container { width:20rem;height:173.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vf8eLE0h3SmInGGTodBC7ihx7RebT67L { width:18.75rem;height:4.94824375rem;top:27.01171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg6N46PrFBRGMdHWHCGDCHFKTPtypO63 { width:18.25rem;height:13.625rem;top:12.13671875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3iAFeVxq7QLDU7wCFpbdUMZbw4K9zD9 { width:18.25rem;height:13.625rem;top:52.717775rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGRu98Cf8i4aCbNuEBkJQqVyMsu8Wt6z { width:19.0625rem;height:14.1875rem;top:93.8173828125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJtLOrO7ZtryWInDhQU3wOJMBMzWFqOz { width:18.25rem;height:13.625rem;top:134.0234375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWSiU3X3eKuL658HgDwzZXi3kfAPCpvB { width:12.375rem;height:2.625rem;top:44.967775rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTvrmnTbfh2uUTCWxhqQT8B8hJ3m6EpZ { display:block; }
 }@media only screen and (max-width: 763px) { #k5cRsogo0ii2TEdE5KiiLXK4lNbma6TT { width:12.5625rem;height:4.62890625rem;top:33.2099625rem;left:3.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2SsllUT5wf08t1hlIcaU3g60P1V5Qi6 { width:12.375rem;height:2.625rem;top:48.842775rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lryGEGsxWmTK8R0EFzXOqwWxIZcygp5Q { display:block; }
 }@media only screen and (max-width: 763px) { #zbkyMchvJkrJRnzEu2hielkDd61uUgt5 { width:20rem;height:4.62890625rem;top:39.08886875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Shc1g2T63XNTnUT59qJrqHTRtrJ2NDa4 { width:20rem;height:5.19921875rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDUzxmztUxV9cxrJgWEZWlxN9beXzzDp { width:20rem;height:3.1875rem;top:6.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2kCNPmmSPyX9c6bMggRSdNd4Cp717Sf { width:12.375rem;height:2.625rem;top:85.54883125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZxoMVx4C69mlcqfEpmie6Tgb8vs6anq { display:block; }
 }@media only screen and (max-width: 763px) { #yQoa3GxdDgayVXR5K3qvrshkkgutToIm { width:12.375rem;height:2.625rem;top:126.2734375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liAZEohTqtH6ehvTcHix1L8SxWT0J5H6 { display:block; }
 }@media only screen and (max-width: 763px) { #Payg9Valw0N5e67T5z2zHBxixTTU84Ms { width:12.375rem;height:2.625rem;top:165.7041015625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFFvtQo42Nb523KPdVXeNnBLlBZZ1h93 { display:block; }
 }@media only screen and (max-width: 763px) { #HPNlB14bLy9xlAca8lSiBg5ESykAbhC3 { width:13.125rem;height:2.6875rem;top:89.42383125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTSeT1T6k8JycZC8BfvWIckH8pCaF3Zb { display:block; }
 }@media only screen and (max-width: 763px) { #tsu40JZhSMtv3VkRZWfGkBW3AHCWDzfe { width:13.125rem;height:2.6875rem;top:129.9609375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU1VldpPluS9BHTr7F7SCg7iTlxaRmJE { display:block; }
 }@media only screen and (max-width: 763px) { #fWmb9aXJdQ6mFMuBzrhwPmocnTRH41Gx { width:13.125rem;height:2.6875rem;top:169.4541015625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSemoxXfp4TZ6ESUdJQLe0ZbGU6QTbBD { display:block; }
 }@media only screen and (max-width: 763px) { #rSwT9uFE0e5Vg4xRlFagSa6obtF7wriC { width:20rem;height:4.94824375rem;top:67.592775rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoZVAkPaiZMsqZ1FbQww7OzCNWZKKV8O { width:20rem;height:3.1621125rem;top:109.3173828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lLasdqcsVAVgyd6p0TUDwkB3xVRZO77D { width:20rem;height:3.298825rem;top:148.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcouIXFh7FByS0eQMokd7qNcWgih03vA { width:11.375rem;height:4.62890625rem;top:73.79101875rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OuZcbncGt7iSJEi2WgytrCb9ifHGQVma { width:11.375rem;height:4.62890625rem;top:114.453125rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tps4cCWsPnXf1eM5rpNnTQzDMUFG4cbb { width:11.375rem;height:4.62890625rem;top:154.0712890625rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6nZrnw10xm44QTToH1bQ97FkIfNusJN { width:18.1875rem;height:4.62890625rem;top:79.669925rem;left:0.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVQWMC6ArI3WR8aHMx6ZqVZL8eaN2pKe { width:17.375rem;height:4.62890625rem;top:120.26953125rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WUBCx3q3mRzaxM96IFDwgCn33fZ05a0O { width:17.375rem;height:4.62890625rem;top:159.7001953125rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZE7NJ07HO29nGzheB59VfbNG5dsZxqw { position:relative;z-index:auto;background-color:rgba(0,0,0,0.88);background-image:none;display:block; }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .row .container { background-color: transparent; background-image: none; }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .row .container > .video-iframe-container { display: none; }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .row > .video-iframe-container { display: none; }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .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); }#IZE7NJ07HO29nGzheB59VfbNG5dsZxqw > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbqqMsIBBXtu7MPZr7AldIha0yfX6y9r { width:20rem;height:1.4000375rem;top:18.4365234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xaOHeWM0acscASbRe71xsQ57rJ18oEnn { width:20rem;height:1.29980625rem;top:10.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRJTdh0FaUIrb7eeRX6enIIRl9uGhzyB { width:20rem;height:1.29980625rem;top:12.2373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOKC18ZxOqyEtugnSDf5zaTJBJRSibmh { width:20rem;height:1.29980625rem;top:14.3994140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBTFvibt2L5kPCVk5VWzgpkwZzDnx1M7 { width:20rem;height:1.29980625rem;top:16.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcorXK9OATseywdmeZzWGPav3nzvhnQx { width:10.5rem;height:10.5rem;top:1.1748046875rem;left:4.75rem;display:block; }
 }