.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:254,236,218;--color-primary-1:248,208,160;--color-primary-2:252,162,72;--color-primary-3:255,128,38;--color-primary-4:255,190,0;--color-secondary-0:231,242,251;--color-secondary-1:172,208,241;--color-secondary-2:89,112,162;--color-secondary-3:48,76,139;--color-secondary-4:18,22,32;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19940abb-d63c-4281-87a9-91b51dc3e5db/CopiadeBannerdesktopJPO2025.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le.adaptive-delivery-prevent-bg, #uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le.lazyload, #uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le.lazyloading { background-image: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container { background-color: transparent; background-image: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container > .video-iframe-container { display: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row > .video-iframe-container { display: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .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); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container { border-width: 0; border-radius: 0; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;position:relative;display:block; }#FteLIOM4trhHmUlreNUSg00lF7TOToJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:56.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1);top:20rem;left:1.875rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bpvMTZ8Om8zvbV3xQH0uFuFC7ce7QlwU { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0rem 0rem rgba(21,20,20,0.69);top:24.037506103516rem;left:11.592969417572rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eKrQuDmbNos27xFCyus65TQABVvggJ0z { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#oenDeUOtQwBo9usxgU6TQmyoB0Z01oPt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wHqeLuyc4bTnzVqAw68NsKn0pih8xlT4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#sQDTWJbmTMSnprm6y4FP8DNs6nyWwCgX { position:absolute;display:block;z-index:15014;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.5625rem;width:57.25rem;top:13.6875rem;left:1.375rem;overflow:hidden;display:block; }
#qiUdE2TLJmudOh3QVCONgSv1oZUzVrLK { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.8);top:30.8125rem;left:21.6875rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rzuGmWFwGunGDK6feaVJdectA9z2qb00 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.8);top:33.0625rem;left:23.9375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcaIRlqydMfpD9eLnTI6CyMbWLPBV69T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:30.6875rem;left:19.1875rem; }
#WauWIzT6TJCAZunO38BovP6cfmQbHhdb { background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:36.76171875rem;left:20.8125rem;display:block; }
#ILpn3Czah5Vp6a2uf5IpVnNilmST8wGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cy7ue2bunNNZwSuRWEJRW5aL2nUmTTzO { position:absolute;display:block;z-index:15014;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:5.6875rem;width:15.1875rem;top:13.6875rem;left:1.375rem;overflow:hidden;display:none; }
#EI9TlyvgTTQbnkkrr3cqDHqWWddQRJ7x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:30.6875rem;left:19.1875rem;display:none; }
#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO { position:relative;display:block; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO { background-color: transparent; background-image: none; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .row .container > .video-iframe-container { display: none; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .row > .video-iframe-container { display: none; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .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); }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO { border-width: 0; border-radius: 0; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .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; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.1875rem;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; }#cBJAWhsL6TZhtihfOp6XAmTOE6ztoOcT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.5625rem;width:60rem;top:5.46875rem;left:0rem;display:block; }
#Mkosmp2hZxs8dNq5CdDQI1sl1OW50J2L { 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; }#Mkosmp2hZxs8dNq5CdDQI1sl1OW50J2L > .row .container { background-color: transparent; background-image: none; }#Mkosmp2hZxs8dNq5CdDQI1sl1OW50J2L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkosmp2hZxs8dNq5CdDQI1sl1OW50J2L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkosmp2hZxs8dNq5CdDQI1sl1OW50J2L > .row .container > .video-iframe-container { display: none; }#Mkosmp2hZxs8dNq5CdDQI1sl1OW50J2L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkosmp2hZxs8dNq5CdDQI1sl1OW50J2L > .row > .video-iframe-container { display: none; }#Mkosmp2hZxs8dNq5CdDQI1sl1OW50J2L > .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); }#Mkosmp2hZxs8dNq5CdDQI1sl1OW50J2L > .row .container { border-width: 0; border-radius: 0; }#Mkosmp2hZxs8dNq5CdDQI1sl1OW50J2L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mkosmp2hZxs8dNq5CdDQI1sl1OW50J2L > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#ky3rQRZ3rGDGVmrDqAClzKw4cyRX1Jd7 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifWgk9dv3Ph79OWbeV11bKlpX6J3ivK4 { position:absolute;display:block;z-index:15003;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:1.625rem;width:3.6875rem;top:1.875rem;left:51.625rem;overflow:hidden;display:block; }
#kpWCTRFN42cLhBTn3py80TzDo13mnpiV { position:absolute;display:block;z-index:15004;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:1.75rem;width:4.5625rem;top:1.90625rem;left:41.9375rem;overflow:hidden;display:block; }
#OQmDKb0CMoNTP0vvw89vnsEV0iLvGqbb { position:absolute;display:block;z-index:15006;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:2.5rem;width:3.875rem;top:1.40625rem;left:56.125rem;overflow:hidden;display:block; }
#LhIVQwhuphBfAeNsCfWeGzEcX1JA1uuE { position:absolute;display:block;z-index:15010;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:1.9375rem;width:3.75rem;top:1.6875rem;left:47.125rem;overflow:hidden;display:block; }
#GTMz9riz7kdcbWJbSR8TnJVTKCB5GiJD { position:absolute;display:block;z-index:15014;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:0.875rem;width:8.1875rem;top:2.34375rem;left:12.0625rem;overflow:hidden;display:block; }
#WfAWClFUI3FdWmGAFL8eCpIIC8s1EeUI { 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:2.6875rem;width:2.5625rem;top:1.3125rem;left:27.5rem;overflow:hidden;display:block; }
#ki2DGNERrPMeKaLdSgOG7IO4Xttku8NB { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.375rem;top:1.9375rem;left:20.1875rem;overflow:hidden;display:block; }
#F2vAu79nRadeznG1HiS6HWZLJkMn1UG1 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:4.5rem;top:1.9375rem;left:30.75rem;overflow:hidden;display:block; }
#tM4WiD64yXJ4CFaA3yVEMTm46h1Pr2lP { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.0625rem;top:2rem;left:36.0625rem;overflow:hidden;display:block; }
#f7GPTMwU0h1pCTPyuS4RcNykK0nFEWc1 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:4.8125rem;top:2.1875rem;left:6.6875rem;overflow:hidden;display:block; }
#tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ffe79892-f1a7-4f44-9fb1-2a8b982da33f/Gurudev3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV.adaptive-delivery-prevent-bg, #tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV.lazyload, #tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV.lazyloading { background-image: none; }#tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV > .row .container { background-color: transparent; background-image: none; }#tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV > .row .container > .video-iframe-container { display: none; }#tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV > .row > .video-iframe-container { display: none; }#tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV > .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); }#tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV > .row .container { border-width: 0; border-radius: 0; }#tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#soNdPxBVOOkvMRFwGEESGig0U0bsy6ax { color:rgba(var(--color-tertiary-0),1);display:block;width:55.5625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2375030517578rem;left:2.21875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cFhocT3CXki0ofalg04Zvd4GIl9R2nSq { background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cFhocT3CXki0ofalg04Zvd4GIl9R2nSq > .row .container { background-color: transparent; background-image: none; }#cFhocT3CXki0ofalg04Zvd4GIl9R2nSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFhocT3CXki0ofalg04Zvd4GIl9R2nSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFhocT3CXki0ofalg04Zvd4GIl9R2nSq > .row .container > .video-iframe-container { display: none; }#cFhocT3CXki0ofalg04Zvd4GIl9R2nSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFhocT3CXki0ofalg04Zvd4GIl9R2nSq > .row > .video-iframe-container { display: none; }#cFhocT3CXki0ofalg04Zvd4GIl9R2nSq > .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); }#cFhocT3CXki0ofalg04Zvd4GIl9R2nSq > .row .container { border-width: 0; border-radius: 0; }#cFhocT3CXki0ofalg04Zvd4GIl9R2nSq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cFhocT3CXki0ofalg04Zvd4GIl9R2nSq > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46.75rem;width:60rem;overflow:visible;position:relative;display:block; }#dnTPfCRBJKK58uk0ZAXsc4163rnkQlLL { background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.6875rem;left:33.75rem;display:block; }
#xNqQ73eT5W12InCiwzH3TWP2KOMuBvke { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kz8gxRyIhzWOQ1Q3TVHDpzamKTldSv2X { position:absolute;display:block;z-index:15033;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:33.75rem;width:27rem;top:5.9375rem;left:1.3125rem;overflow:hidden;display:block; }
#cEPLDLNLvcoTQ3X0Tow0MTo6gHKXMlXt { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:35.1875rem;left:37.90625rem;height:;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; }
#zGu1ZXhmIKCmoeUaZs97hJ5441qKMqrb { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:30.375rem;left:36.125rem;height:;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; }
#ca6qErcZGn92FziORMuuvWNN7BR3x4iV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:30rem;left:33.5625rem; }
#K6HhWyTH6cDnfmDTDpPmPFBuTXTy8Tl8 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:27.25rem;left:36.125rem;height:1.3125rem;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; }
#lcWNtKAlMX8WzrrNzwolF579gAEPORi3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:26.875rem;left:33.5rem; }
#TS5JvpLcdR4oDIgT0mtJe8vDAgXztAno { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:13.25rem;left:33.5rem;height:12.5rem;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; }
#DwnJmlwMeXtqc11opHM6mRkwH9V1SOpa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.6875rem;left:33.5rem;height:;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;text-align:left;text-align-last:left;display:block; }
#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.28);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; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row .container { background-color: transparent; background-image: none; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row .container > .video-iframe-container { display: none; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row > .video-iframe-container { display: none; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .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); }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row .container { border-width: 0; border-radius: 0; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row .container { font-size:0.875rem;font-family:arial;height:100.5625rem;width:60rem;position:relative;display:block; }#UObGeX2tMfzG1EwUiH4xkuNroWf4DB2P { color:rgba(var(--color-tertiary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3.9375rem;left:2.96875rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XD95iCZrDDtz6XT2BhU6NSFsLbzPGvm5 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:20.875rem;left:3.75rem;height:16.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A1eKqsTIIbXgZUPRPx3va9w140JxwPbg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.0625rem;left:3.75rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wJSBc0xu7TsLVSpLqpHmWrZfSa2mpKLR { position:absolute;display:block;z-index:15009;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.25rem;width:4.25rem;top:60.625rem;left:20.125rem;overflow:hidden;display:none; }
#fn06gIkFzoB8Be56f2V0DnXlC3rSETz8 { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:15.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#c8BPH4fChRJBwX7k2InrEK9lMVSItC6Q { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:15.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#Nig07aOWk9rSSovTLsm0ovyWkGboNJN9 { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:15.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#trnxyZVlabFHZ2X0ZwB1TvtEDts867Rm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:18.875rem;width:26.5rem;top:67.612503051756rem;left:31.018749237061rem;overflow:hidden;display:block; }
#D0sySUDZHpzmq75PwaJG7gSHXQkwEHNw { color:#030538;display:block;width:54.9375rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.5rem;left:2.53125rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l2A2GrTzGl6BLurM45gG9wPe5Lw4U8FI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:19.1875rem;width:26.375rem;top:16.625rem;left:29.8125rem;overflow:hidden;display:block; }
#xl4aeOKbvPbLfN7NZRo5LPbHD3UzcLMT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:50.4375rem;left:32.6875rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W7Ng15IrHMwWxnMr6wuobVT6vUzNtz3A { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:45.625rem;left:32.6875rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nr1N2ZKNxowoaV6V0Bclpv8STTUPba8H { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:19.1875rem;width:26.375rem;top:42.931259155274rem;left:2.53125rem;overflow:hidden;display:block; }
#v9GMm8Q5zm0U1XiWJC1nhumlSsF3h4PT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:76.1875rem;left:3.75rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pe5DBwTgvyfGhrQ8xvURFg4R16g3kUvR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:71.375rem;left:3.75rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u0vVkShAwIDVLCQXrWzh73UiU8yT2Q4M { background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:91.350006103512rem;left:20.8125rem;display:block; }
#AcDfrQenNFlkAfTcabOXUcA3iL6mVuJo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B3O966RvUKq3GRdB2aHRrwJkewDovcWl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:42.625rem;left:32.6875rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TwxuEOOgwx8qivn9JqDZ9y35CDWxBENk { background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TwxuEOOgwx8qivn9JqDZ9y35CDWxBENk > .row .container { background-color: transparent; background-image: none; }#TwxuEOOgwx8qivn9JqDZ9y35CDWxBENk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwxuEOOgwx8qivn9JqDZ9y35CDWxBENk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwxuEOOgwx8qivn9JqDZ9y35CDWxBENk > .row .container > .video-iframe-container { display: none; }#TwxuEOOgwx8qivn9JqDZ9y35CDWxBENk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwxuEOOgwx8qivn9JqDZ9y35CDWxBENk > .row > .video-iframe-container { display: none; }#TwxuEOOgwx8qivn9JqDZ9y35CDWxBENk > .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); }#TwxuEOOgwx8qivn9JqDZ9y35CDWxBENk > .row .container { border-width: 0; border-radius: 0; }#TwxuEOOgwx8qivn9JqDZ9y35CDWxBENk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TwxuEOOgwx8qivn9JqDZ9y35CDWxBENk > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:18.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#d6Fri82eRzK1vFkTJgKN9oJhBzp5TrsV { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:9rem;left:6.59375rem;height:5.0625rem;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; }
#rpktROu0mwvlsuBTsONJgQ0l87UZWuMw { color:rgba(var(--color-tertiary-4),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:3.5rem;left:7.96875rem;height:3.5625rem;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;text-align:center;text-align-last:center;display:block; }
#Iq8mPHT7DtvD6NCPD4qH2ReMegbWSNkr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(198,208,94,0.92);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; }#Iq8mPHT7DtvD6NCPD4qH2ReMegbWSNkr > .row .container { background-color: transparent; background-image: none; }#Iq8mPHT7DtvD6NCPD4qH2ReMegbWSNkr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq8mPHT7DtvD6NCPD4qH2ReMegbWSNkr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq8mPHT7DtvD6NCPD4qH2ReMegbWSNkr > .row .container > .video-iframe-container { display: none; }#Iq8mPHT7DtvD6NCPD4qH2ReMegbWSNkr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq8mPHT7DtvD6NCPD4qH2ReMegbWSNkr > .row > .video-iframe-container { display: none; }#Iq8mPHT7DtvD6NCPD4qH2ReMegbWSNkr > .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); }#Iq8mPHT7DtvD6NCPD4qH2ReMegbWSNkr > .row .container { border-width: 0; border-radius: 0; }#Iq8mPHT7DtvD6NCPD4qH2ReMegbWSNkr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iq8mPHT7DtvD6NCPD4qH2ReMegbWSNkr > .row .container { font-size:0.875rem;font-family:arial;height:150.25rem;width:60rem;position:relative;display:block; }#pm7tBaLckZDDP7cPJmtBCdCuvnK688Tc { color:rgba(var(--color-tertiary-4),1);display:block;width:48rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3.5rem;left:7.4375rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvvvf4WHvhUmHrA1NFX9aRnvzTXnQHRk { position:absolute;display:block;z-index:15009;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.25rem;width:4.25rem;top:60.625rem;left:20.125rem;overflow:hidden;display:none; }
#znJ9MHfS4zKAl4wEOhbwtyDkdlx6AZ7G { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:15.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#JqPdgWkE8DO64QiwEglAt4vNaaHUBVwl { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:15.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#MseAP9UUkxzUkTR8BnSZygwxUe4iqUDG { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:15.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#QsJqIJdw4GNMgK3dBxttqUWktxC90A81 { background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:51.51171875rem;left:9.1875rem;display:block; }
#yC8mu008FB5NicxK3XGPG3D5OWzpWJ2o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g6g3T3DE1fVnTz9zTZva0COvDy2fPE9q { position:absolute;display:block;z-index:15013;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:7.75rem;width:7.75rem;top:19.375rem;left:12.625rem;overflow:hidden;display:block; }
#LviXNWcT6hRhzFDfott58vOE6tn8T1pu { box-sizing:content-box;height:34.4375rem;width:21rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.5625rem;left:6rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#LJSpV89MTgC01TiQowWOR6fyH49Xtux8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.625rem;left:8.125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ATNC6qCSsDUUduO9NW6vVl2gQKDT8ZDn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:32.125rem;left:8.1875rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tVbLfdIhZwObROtNPALexvmpvG77N6ez { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:47.625rem;left:10.25rem;height:2.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I0OMc8Q05XJRUTACQGollz3tly6JCo1p { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:45.4375rem;left:10.25rem;height:;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; }
#aEDOewMsHK1qKEwfCfWUuONhKRvBoEVm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:45.342956542969rem;left:8.125rem; }
#TeGqEqG5VknEmpr1Pct0W1lcKmOlrv2f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:47.9375rem;left:8rem; }
#nCmSUrw7ZkrnU0ZEW83m4CquSMcRFHU5 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:13.5625rem;left:2.25rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R5PX1o8RpJdT4hKVfGpHFod89xdPMbTT { box-sizing:content-box;height:29.3125rem;width:21rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:63.25rem;left:6.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#FGQrIs9RaSpc9LZRPmuTqv63Zq0RrXdI { position:absolute;display:block;z-index:15029;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:7.75rem;width:7.75rem;top:60.0625rem;left:12.6875rem;overflow:hidden;display:block; }
#fsuD3bLigQEQvWt6O3ltObt1UThAcGh8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:69.3125rem;left:8.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q9Qwn3NPCxgxdZXPyfrLla4RFMNzHWZH { box-sizing:content-box;height:29.4375rem;width:21rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:63.25rem;left:31.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#SCVemzXGSxmyUz5kgSpOLrWTtErNpsZf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:69.3125rem;left:35.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xT6ptvIxGr9LpIXTKz4CT4UUe1AOkpxR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:71.375rem;left:8.1875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cmmAyFHhOXcro7RFglgPug5saWXLsIJO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:71.375rem;left:33.8125rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BnFb347k24ClSMoxyTMs4APxZIoZF0r9 { position:absolute;display:block;z-index:15037;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:7.75rem;width:7.75rem;top:60.0625rem;left:38.3125rem;overflow:hidden;display:block; }
#gw3GkH903U5v5cliWC6OLvIp1cX9ZLnr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:80.125rem;left:10.3125rem;height:1.1875rem;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; }
#KRZVaKkWSsqk8kHpvytDM9qLUAnHUvbt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:80.04296875rem;left:8.125rem; }
#K2ck2ByfgndBmCTuLNXmA2r3uzBLnCMQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:81.5625rem;left:36rem;height:1.1875rem;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; }
#IQ6t36pm9z3TJAbZtM3XFooZODVtmvAT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:81.4375rem;left:33.875rem; }
#lgVuu1fCB4goWdpa2xcu8y8KCrcvETGt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:82.3125rem;left:10.3125rem;height:;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; }
#fxmvvTaDfDrmShEXtKS0wTO2NATtinQp { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:83.75rem;left:36rem;height:;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; }
#X6X1iuEzUXAypOADvzwLvsVH7UD16lUd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:82.1875rem;left:8.0625rem; }
#O6hFwAZQOS0h0nxepngy2oOGy4GSkKob { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:83.625rem;left:33.75rem; }
#XKKKSaASstFv4EtPZ4Sc32gVgmZJVFqf { box-sizing:content-box;height:34.5625rem;width:21rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.5625rem;left:31.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#PKcHZdUq0KJX95U9xAmtnNi94TfwoUbn { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:47.625rem;left:36rem;height:;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; }
#vqvvcM3vr1NmklCpygbI8U8CyzVupeX6 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.2;letter-spacing:0;top:45.3427734375rem;left:36rem;height:1.1875rem;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; }
#xHBJsVN5EBU6epVEEMRQkxxqbC4sW4fJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:32.125rem;left:33.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#meLUPWy07PDnPTb9BF8Lox1AZcmXBMOh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:28.625rem;left:34.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sAm5vToiVrLd0T4RJROgS33FcLvQt9ht { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:47.4375rem;left:33.6875rem; }
#wbwVNgQiahdwbT4rCSvQPCTLTud7rckb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:45.3125rem;left:33.9375rem; }
#GFe0VtQOJagJWhmBJAwTLDSFK0ouF1F4 { position:absolute;display:block;z-index:15045;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:7.75rem;width:7.75rem;top:19.375rem;left:38.25rem;overflow:hidden;display:block; }
#VytoJIn5ASFXgchMLqu63EO1vZevPkql { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:15.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#KN2DwIkMF9NKWUbTTEeSotez3LfoaAlU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:43.6875rem;left:10.9375rem;height:2.400000125rem;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:none; }
#ism8BqllT8WEfWicBvNRktFikk27rJD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:41.5rem;left:10.9375rem;height:1.2000000625rem;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:none; }
#EkRbC5nMvdIKaJ10Fe0tMXuK9Guy7kTc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.1875rem;left:8.875rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WzlCQzWPEgl16lMvVIXQ4QTERi7potRV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:41.375rem;left:8.8125rem;display:none; }
#NgZ1QDvgF2kQ3g5HInsah0ua9rcidfR7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:44rem;left:8.6875rem;display:none; }
#TUoOiBUsqA1ixg1Jf7WcAenfD2LwDBKO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.6875rem;left:8.8125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#B68GdgD8wNcizAhbUm4TaCuZCMUU2c05 { position:absolute;display:block;z-index:15013;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:7.75rem;width:7.75rem;top:15.4375rem;left:13.3125rem;overflow:hidden;display:none; }
#MNwImAiSKASiTSCaZ5GCzKaPsdylX8zn { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:15.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#sr3dNmHU2l6cLl3S9y9mOGPGsHm2uQzv { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:43.6875rem;left:10.9375rem;height:2.400000125rem;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:none; }
#Ld7L7dnVvskgAAzugXioo5qVQRpXaiG7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:41.5rem;left:10.9375rem;height:1.2000000625rem;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:none; }
#eVvBNx1HHBCo18az3DDevdLaeANWal0a { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.1875rem;left:8.875rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TwWd9SkIJx2Cc63W3qklmO6RoGXNm0p3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.6875rem;left:8.8125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#plnh8fJDo59GgvqO6HvlpLTDhUef7dAv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:41.375rem;left:8.8125rem;display:none; }
#voou81wQMiPhtxwupWuolvO1XdknCReB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:44rem;left:8.6875rem;display:none; }
#IWkW5inuTw03Lqk7Nk7XplLaAdhSvkXI { position:absolute;display:block;z-index:15013;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:7.75rem;width:7.75rem;top:15.4375rem;left:13.3125rem;overflow:hidden;display:none; }
#NbV1zQZ0mnd6v4Lz7XzBoq56mVucOEhi { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:15.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#rwzCCAQqM3ru4KB8bA9NZTmxC8npUNU6 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:43.6875rem;left:10.9375rem;height:2.400000125rem;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:none; }
#AErcpOxS6Vu7IlCGAx28VfXyubPNw6ee { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:41.5rem;left:10.9375rem;height:1.2000000625rem;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:none; }
#ULQLUumUdiWvTck3iWcv7iseFxWAkwLy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.1875rem;left:8.875rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xJSOm8q6yzNoLO3bw5zdEwM7SRLu55fm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.6875rem;left:8.8125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#T3VtKzAOgD2UwVCGX2fu6LVv6IzIByfh { position:absolute;display:block;z-index:15013;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:7.75rem;width:7.75rem;top:15.4375rem;left:13.3125rem;overflow:hidden;display:none; }
#NzU4qLHNDuXXvkpsyIDbsmIHFUhuqq1q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:41.375rem;left:8.8125rem;display:none; }
#ifRlPsa2hfecO3wn8gSoVCvF6ssCHxZz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:44rem;left:8.6875rem;display:none; }
#dJKovpz5cnwrDgoIFuPWysiRB87i0ZpK { color:rgba(var(--color-tertiary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:98.1875rem;left:3rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVJ17TuXFAUtcwnzRrpa8ugyRXlf26Z3 { box-sizing:content-box;height:33.4375rem;width:21rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:107.75rem;left:5.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#onFM3smPk4aHsoFOPp4d8KCi9IEUInHh { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:116.375rem;left:7.4375rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BWPrgvMRQ43JThxhDIZNc3sk5ls8iVsF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:113.8125rem;left:7.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#exEagUrwsJvsf4JApqe9MXzsBSUHrg0V { 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:7.75rem;width:7.75rem;top:104.5625rem;left:11.9375rem;overflow:hidden;display:block; }
#ACmQcK50WXgSMO5lQOEX7fgTgEhdXEDl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:132rem;left:7.4375rem; }
#WpupGUHUSvSftXEcn8T5ELJsNUiLxZ3m { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.2;letter-spacing:0;top:132.125rem;left:9.6875rem;height:1.1875rem;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; }
#Vuv9TizwC90UvJTuqlEDf5uewKxbGzfz { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:129.9375rem;left:9.6875rem;height:1.1875rem;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; }
#u8CL5TS3kgsLegJkNOsEENKuZQJwvPOx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:129.8125rem;left:7.5625rem; }
#AXs8quN3RQRHaSBbE4BUoVh1UyExBJxe { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:15.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#Wq148iDgvVOPonSmDzN2QBl9LVqpi0qq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.1875rem;left:8.875rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#AihpGgn9I2QUaJbuQQ5At8rRG1TZQLxG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.6875rem;left:8.8125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eFJTK2pIVT64aTOAxZsIVl95MetWHVcE { position:absolute;display:block;z-index:15013;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:7.75rem;width:7.75rem;top:15.4375rem;left:13.3125rem;overflow:hidden;display:none; }
#SHRlKK7yu2ddfTaXofAW7pm53edhOhxt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:44rem;left:8.6875rem;display:none; }
#bxmAnyK0JEqDzOvGheIX2Gs7FJwp1yX3 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:43.6875rem;left:10.9375rem;height:2.400000125rem;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:none; }
#BncO0kyMS3tFpZXG1TgV2oDt5x2GTKWd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:41.375rem;left:8.8125rem;display:none; }
#ThAS6UsKJMIWuuMgqwRb8xzu5mBoSPkF { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:41.5rem;left:10.9375rem;height:1.2000000625rem;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:none; }
#HvoUsg1RNc5RkA5hAwLNep9d6blGOL9P { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:15.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#DsWrlquScP9KLd69z8S81PVsuHJ2CyVt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:43.6875rem;left:10.9375rem;height:2.400000125rem;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:none; }
#MuwL8Z0gWplhuuaaytAmGwlPEkL0WtdA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:41.5rem;left:10.9375rem;height:1.2000000625rem;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:none; }
#WqTsoZ0wibzidFt9xQIDpFveZXFF5XQN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.1875rem;left:8.875rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OIVer8LXt7I3DRmU5xfCwogWb6mKmuMq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.6875rem;left:8.8125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MaVlwTNlPLcwlSuTW5MXVHCXreTqRipT { position:absolute;display:block;z-index:15013;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:7.75rem;width:7.75rem;top:15.4375rem;left:13.3125rem;overflow:hidden;display:none; }
#mf5BoNHcmozti43l2c36ATdaAVJ1iJq9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:44rem;left:8.6875rem;display:none; }
#HDJxLmutKZgQJciDaKhtuQnJqFLyUpfH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:41.375rem;left:8.8125rem;display:none; }
#IeuzHFhvcTS15Xx9hEcfMJeXiGJT043r { box-sizing:content-box;height:33.5625rem;width:21rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:107.8125rem;left:30.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#pC9FpAiWJeeSIGg5MAddQBNmRSSoN9HS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:116.375rem;left:33.0625rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bK8QNsT25lztcc7FiJEV02Rc6nTUOSOD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.2;letter-spacing:0;top:133.5rem;left:35.375rem;height:1.1875rem;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; }
#UFWKZmvswvRMIASOJveEH8fuTMJu3VHM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.2;letter-spacing:0;top:131.3125rem;left:35.375rem;height:1.1875rem;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; }
#cxhzlhr0f3DkxtRpx2BcotI6xxFnoqHb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:113.875rem;left:33.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ao4TVyQ95DBWAoRI4VVslBbAnV6lTLLT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:133.375rem;left:33.125rem; }
#aQFLw0sRuEuTtmzlXkfX05wGm6mXgAaQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:131.1875rem;left:33.25rem; }
#RDOrG3v42X6XAf1B3TWhrl2kXRTAcRQv { position:absolute;display:block;z-index:15029;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:7.75rem;width:7.75rem;top:104.625rem;left:37.5625rem;overflow:hidden;display:block; }
#LLwA0N57w5HX3ZL8yTGhGgyw7XgaXlAe { background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.25rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:51.51171875rem;left:35.28125rem;display:block; }
#zu85OD32aQuICQfXbccEAJ61pSRL6w9r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VvHniKkQDWcLbF7lRZFbu7rGQT2TZ26m { background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.25rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:87.38671875rem;left:9.90625rem;display:block; }
#En7SBZuNOKvZLPrk91tVIaufysOFuxpr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zAr9ldSUZfg6vhOmgDKNHKtTP3KXcoJO { background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.25rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:87.38671875rem;left:35.5rem;display:block; }
#KScbI1QSeT43vm4c5PkzsfDx0Stvs7QN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#McnswgVDRTRMT4C6JmlXDHIBKEXfoXLD { background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.25rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:135.88671875rem;left:9.1875rem;display:block; }
#tBPtcTrlzDmZpXdaJ7TBv2BnoWlsBedO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iqyTBJBkO93czzAXRHBdJEPUJo4RkfyG { background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.25rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:135.88671875rem;left:35.40625rem;display:block; }
#b7Iz19UqQLiwdIcEiiGZln8iXLkaPDsb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f0GL8G0KI1WdlAConBJ8bKs2OamLthnO { background-color:rgba(var(--color-primary-4),0.37);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#f0GL8G0KI1WdlAConBJ8bKs2OamLthnO > .row .container { background-color: transparent; background-image: none; }#f0GL8G0KI1WdlAConBJ8bKs2OamLthnO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0GL8G0KI1WdlAConBJ8bKs2OamLthnO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0GL8G0KI1WdlAConBJ8bKs2OamLthnO > .row .container > .video-iframe-container { display: none; }#f0GL8G0KI1WdlAConBJ8bKs2OamLthnO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0GL8G0KI1WdlAConBJ8bKs2OamLthnO > .row > .video-iframe-container { display: none; }#f0GL8G0KI1WdlAConBJ8bKs2OamLthnO > .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); }#f0GL8G0KI1WdlAConBJ8bKs2OamLthnO > .row .container { border-width: 0; border-radius: 0; }#f0GL8G0KI1WdlAConBJ8bKs2OamLthnO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f0GL8G0KI1WdlAConBJ8bKs2OamLthnO > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:50.625rem;width:60rem;overflow:visible;position:relative;display:block; }#MvASWciza7HTBy7eUoiAGcCwrJD63bDe { color:rgba(var(--color-tertiary-4),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.5498046875rem;left:7.96875rem;height:7.125rem;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;text-align:center;text-align-last:center;display:block; }
#ccnTrw1ueqr7TSeVyQimSLtWLQz5i6mf { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:15.4248046875rem;left:8.4375rem;height:6.25rem;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; }
#sIi5uAzz7QcEvMFfKHFF6ymoPGPdo63L { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:24.4375rem;left:9.6875rem;height:4.6875rem;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; }
#Ls5MwVUuNnuFz4n5UH2MdAIezo0C1Qps { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.46);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.46);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.46);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.46);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.25rem;width:42.3125rem;top:23.625rem;left:8rem;display:block; }
#GIShT7VNmStZB3BN5JAtuOqZoouBrSrB { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:31.849609375rem;left:9.6875rem;height:6.25rem;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; }
#pXXeOn78Aca1nEZ3gUvtUBQnID6Pr2Dk { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.46);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.46);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.46);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.46);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.125rem;width:42.3125rem;top:30.8125rem;left:8rem;display:block; }
#HOlWDsxrVTNVT1gz686O4ylqAlfpdZOG { background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:42.6875rem;left:23.09375rem;display:block; }
#h9Z8Rk4DDqhXUfkfUThGlMWab5vZUKLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ghlw43zidSQSEwbSz6NU6ICCkDxWeMzR { background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ghlw43zidSQSEwbSz6NU6ICCkDxWeMzR > .row .container { background-color: transparent; background-image: none; }#Ghlw43zidSQSEwbSz6NU6ICCkDxWeMzR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghlw43zidSQSEwbSz6NU6ICCkDxWeMzR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghlw43zidSQSEwbSz6NU6ICCkDxWeMzR > .row .container > .video-iframe-container { display: none; }#Ghlw43zidSQSEwbSz6NU6ICCkDxWeMzR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghlw43zidSQSEwbSz6NU6ICCkDxWeMzR > .row > .video-iframe-container { display: none; }#Ghlw43zidSQSEwbSz6NU6ICCkDxWeMzR > .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); }#Ghlw43zidSQSEwbSz6NU6ICCkDxWeMzR > .row .container { border-width: 0; border-radius: 0; }#Ghlw43zidSQSEwbSz6NU6ICCkDxWeMzR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ghlw43zidSQSEwbSz6NU6ICCkDxWeMzR > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:33.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#G6MkvZbALMLct47rNhn83GbWEdEISpz0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:20.125rem;width:27rem;top:5.8125rem;left:2.625rem;overflow:hidden;display:block; }
#TV8qa6bn8na6bklVXXO6f5rGoTDzveXK { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:9.1875rem;left:31.5rem;height:7.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MymTloVQ7qTQOKu3c0LCokguiLJfdWZp { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:17.9375rem;left:31.75rem;height:4.6875rem;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; }
#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.37);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; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container { background-color: transparent; background-image: none; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container > .video-iframe-container { display: none; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row > .video-iframe-container { display: none; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .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); }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container { border-width: 0; border-radius: 0; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:60rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#gPcXFxDihTt2cWKtZueLx3RMq4931T59 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:10rem;left:8.53125rem;height:5.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WCMBuM2GtbRPKGxUhu3PUd2DCksGuRlU { color:#030538;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.125rem;left:2.1875rem;height:28.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#taGzpiBnam5fLTP4dGDS3R452NIxCFv2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:19.1875rem;width:26.375rem;top:22.875rem;left:31.09375rem;overflow:hidden;display:block; }
#F901n66iHPFhXMlXsMT3TekwHK13ilRl { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.57421875rem;left:5.46875rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gg4279AwqMUegVLPVOLQWnsizassxElT { 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; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { background-color: transparent; background-image: none; }#gg4279AwqMUegVLPVOLQWnsizassxElT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container > .video-iframe-container { display: none; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row > .video-iframe-container { display: none; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .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); }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { border-width: 0; border-radius: 0; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#LmBDdLDrwN11hqkN72x7cPeCV8iGDGce { color:#030538;display:block;width:23.875rem;position:absolute;font-family:lora;font-size:2.375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:10.125rem;left:3.1875rem;height:7.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zXsXVCaGaQzXziC4kxC4uZJxkMbsSQoX { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:19.0625rem;left:6.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eAzsVgBvWFJTZosJ5hbNod1E9hdptqfg { position:absolute;display:block;z-index:15013;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:3.125rem;width:4.1875rem;top:6.1875rem;left:13.0625rem;overflow:hidden;display:block; }
#CZlCHHfJ0XmGBkeUulGP10yuFqoXcB34 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.625rem;width:31.5625rem;top:5.25rem;left:28.4375rem;display:block; }
#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(172,208,241,0.38);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; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { background-color: transparent; background-image: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .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); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { border-width: 0; border-radius: 0; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#bKcHy1TsFK6eLK4niz87eQC2T98Vsumo { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.6875rem;left:18.8125rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.74);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.74);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.74);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.74); }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR .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; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR .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);line-height:1.6;overflow:hidden;height:auto;color:#030538; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR .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_c922709744f82682362136c8b555aa904c1f812f.svg");background-size:contain !important; }#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR .accordion-trigger.adaptive-delivery-prevent-bg, #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR .accordion-trigger.lazyload, #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR .accordion-trigger.lazyloading { background-image: none; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR { box-sizing:content-box;height:auto;width:41.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.7742309570312rem;left:9.5rem; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #I9UOAbDtPb0JDwnln7dDqTdlcse5oOi3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #ir8lmS3G5q3qD6COag9PunJTr69JBLLD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #SLNQv7N14IavONIKRgkbQXCaQxNv7o8B { display:block;position:relative; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #d0Gyan8vx5tzVLBn9SqKWzAyb6Tdtyq9 {  }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #ASDEVIPmNuuuuF3AaHTnQTWpVUFVCiCR {  }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #rUswSJs9SDKf9hskfLI8ltA31gtMz1KD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #hocNIEU7ZW1dxhn374pX36RUWWiEW7Tr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #qzBmxEDESgWRa94TBJLXncfRqbPWUERs { display:block;position:relative; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #ZWMrtkN2c29QTAO2uq2wzWtqLKWUhknO {  }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #ePtHuJwwr0Q7xDqyto3fniRninXF5ucz { display:none; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #a0ToELRTd7ku4PBCC1XeuBnU6Ur7nXbA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #BlOcTWVeLiJvTDTNT7frfO7zQTGboNdX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #xsIbrQxCNNugDcDKmJrVVz9pLy51Zt1x { display:block;position:relative; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #m6ALLI9ra2pKxVR7GCTN1TrosvaFT7tM {  }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #aWfOqBMfLqD1mr7yzcysUOrW8TAfopFT { display:none; }
#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .row .container { background-color: transparent; background-image: none; }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .row .container > .video-iframe-container { display: none; }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .row > .video-iframe-container { display: none; }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .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); }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .row .container { border-width: 0; border-radius: 0; }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:60rem;position:relative;display:block; }#pu9cI0qBDZGdHuwgH8wzsoH7JTkZDWaW { color:#000000;display:block;width:39rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:5.25rem;left:10.5rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i0fUT8I0FLwDchrXg0LSzqTQIlvZBWMu { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:11.8125rem;left:33.625rem;height:37.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTi8GBCV82tTB7dT1zlfSu1592GIeRQ9 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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(0,0,0,0.5) ;height:8.875rem;width:16.375rem;top:36.5625rem;left:0rem;overflow:hidden;display:block; }
#mDuTdxmbUk50L1Kxz5aws30iIgtthsvX { position:absolute;display:block;z-index:15015;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: 0rem 0.0625rem 0.1875rem rgba(51,59,76,0.5) ;height:21.4375rem;width:16.375rem;top:13.875rem;left:0.125rem;overflow:hidden;display:block; }
#eo6hm6pTNNNSu3uQOWyy2NUcc1L8Qr2h { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.75rem;width:13rem;top:34.6875rem;left:17.4375rem;overflow:hidden;display:block; }
#v2ywBUfv07SzSWV5hHSxu02xQr7pT75P { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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(0,0,0,0.5) ;height:8.25rem;width:12.9375rem;top:25.375rem;left:17.4375rem;overflow:hidden;display:block; }
#mf6KilqyGHBypFNJeQMtlJ8slqPRdVLK { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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(0,0,0,0.5) ;height:7.3125rem;width:12.875rem;top:16.8125rem;left:17.5625rem;overflow:hidden;display:block; }
#fmkmxKNR3LpLq2GS2QSH4dwOLr8bQfNp { 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; }#fmkmxKNR3LpLq2GS2QSH4dwOLr8bQfNp > .row .container { background-color: transparent; background-image: none; }#fmkmxKNR3LpLq2GS2QSH4dwOLr8bQfNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmkmxKNR3LpLq2GS2QSH4dwOLr8bQfNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmkmxKNR3LpLq2GS2QSH4dwOLr8bQfNp > .row .container > .video-iframe-container { display: none; }#fmkmxKNR3LpLq2GS2QSH4dwOLr8bQfNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmkmxKNR3LpLq2GS2QSH4dwOLr8bQfNp > .row > .video-iframe-container { display: none; }#fmkmxKNR3LpLq2GS2QSH4dwOLr8bQfNp > .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); }#fmkmxKNR3LpLq2GS2QSH4dwOLr8bQfNp > .row .container { border-width: 0; border-radius: 0; }#fmkmxKNR3LpLq2GS2QSH4dwOLr8bQfNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fmkmxKNR3LpLq2GS2QSH4dwOLr8bQfNp > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#Wc7q2lyU3r5yc4mB2sgEHG0829BCD2vl { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:15rem;height:7.75rem;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;font-style:normal;display:block; }
#RWwco5CIqmWm2VyTI0n9o8hXEqe5E7EO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:45.625rem;height:3.875rem;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;font-style:normal;display:block; }
#OAFpX5ic1JmwJoKvUIZkNn9TQD6uloP7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:7.25rem;left:45.625rem;height:4.125rem;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;font-style:normal;display:block; }
#FhOqRPcWiXb6TfbTZAXZDJDrlnb9TM85 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:30rem;height:9.6875rem;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;font-style:normal;display:block; }
#Cx3MGiv9ziEguuxlwZirRnuWb2HIKeJk { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:7.25rem;left:30.625rem;height:4.125rem;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; }
#VtwlpdoVGTFD92RZkOT7a6CgOU3iz5r1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0rem;height:7.75rem;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;font-style:normal;display:block; }
#TI7G8GzScbUWuZQg9DcxzchR1QerVpsF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:8rem;left:0.4375rem;height:3.25rem;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; }
#ZX4G1Acb8Vvz9X6PNLP6qPsPUzR6OXz9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.4375rem;left:50.4375rem; }
#nUZ4TVySTAS8CHnT5FHUSHlwZd8N21aU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.4375rem;left:35.375rem; }
#SAgWTHDV1VAOIqVlhJGNP8sxNpwPX1Jc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5625rem;left:5.375rem; }
#ZErUpgOldtR4eRydsnGUJb3TWi015fsc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:7.25rem;left:15.625rem;height:4.125rem;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; }
#aESV8X2hU801wTaXmpiu3VHM0imT2Pbm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.4375rem;left:20.4375rem; }
#cG79F1VtLWzn18vF6X2kaL52CW3AJDIC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#304c8b;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; }#cG79F1VtLWzn18vF6X2kaL52CW3AJDIC > .row .container { background-color: transparent; background-image: none; }#cG79F1VtLWzn18vF6X2kaL52CW3AJDIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG79F1VtLWzn18vF6X2kaL52CW3AJDIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG79F1VtLWzn18vF6X2kaL52CW3AJDIC > .row .container > .video-iframe-container { display: none; }#cG79F1VtLWzn18vF6X2kaL52CW3AJDIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG79F1VtLWzn18vF6X2kaL52CW3AJDIC > .row > .video-iframe-container { display: none; }#cG79F1VtLWzn18vF6X2kaL52CW3AJDIC > .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); }#cG79F1VtLWzn18vF6X2kaL52CW3AJDIC > .row .container { border-width: 0; border-radius: 0; }#cG79F1VtLWzn18vF6X2kaL52CW3AJDIC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cG79F1VtLWzn18vF6X2kaL52CW3AJDIC > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;position:relative;display:block; }#GV5kboeZlIJ88zAaA67F8ug17ntoHc7z { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pRAJJaqTXODQE2g8Qgg7wSaXlQUk2FIX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.1875rem;left:10.375rem; }
#pRAJJaqTXODQE2g8Qgg7wSaXlQUk2FIX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#KzRgopXh1MESlzbqvCwkIJdPWsKr4Bmn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.1875rem;left:7.375rem; }
#KzRgopXh1MESlzbqvCwkIJdPWsKr4Bmn > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#DDAEVi2ADVnQ8XTul73s7mRm5A72OWbd { position:absolute;display:block;z-index:15011;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:3.1875rem;width:6.5rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#TFN8WBcpGOyPEQlatQl49d7DU7svFER9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:5rem;left:29.8125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#oPiukEQgDkOTmUqf625770UEXnlU7wnM { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:5rem;left:42.3125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#ni7CQ6hRqkdvKrAbAknlvMWviXotRRnf { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.625rem;left:41.625rem;display:block; }
#ShZRxBighHwEvdDxBmvBErao4K2vyNXW { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.625rem;left:53.4375rem;display:block; }
#TyFdT5PBdNf2emZGsKsrPWogoFXa6WkX { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.9375rem;left:52.4375rem;height:0;text-align:right;text-align-last:right;display:block; }
#StemT9gimkyx0x1T1P6DdW5UVLTqkvRr { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3rem;left:33.5rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#NHDhaltizQRubuiBKudimeteATDq6z2x { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#W2bvy6xowGdTTFXuX5IUTWUTqeJ9OSzI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.125rem;left:13.5625rem; }
#W2bvy6xowGdTTFXuX5IUTWUTqeJ9OSzI > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le { display:block; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FteLIOM4trhHmUlreNUSg00lF7TOToJJ { top:20rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpvMTZ8Om8zvbV3xQH0uFuFC7ce7QlwU { top:24rem;left:5.4677734375rem;width:36.8125rem;height:5.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKrQuDmbNos27xFCyus65TQABVvggJ0z { display:none; }
 }@media only screen and (max-width: 763px) { #oenDeUOtQwBo9usxgU6TQmyoB0Z01oPt { display:none; }
 }@media only screen and (max-width: 763px) { #wHqeLuyc4bTnzVqAw68NsKn0pih8xlT4 { display:none; }
 }@media only screen and (max-width: 763px) { #sQDTWJbmTMSnprm6y4FP8DNs6nyWwCgX { top:13.6875rem;left:0rem;width:47.75rem;height:7.1416484716156rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiUdE2TLJmudOh3QVCONgSv1oZUzVrLK { top:30.8125rem;left:15.5625rem;width:21.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzuGmWFwGunGDK6feaVJdectA9z2qb00 { top:33.0625rem;left:17.8125rem;width:12.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcaIRlqydMfpD9eLnTI6CyMbWLPBV69T { top:30.6875rem;left:13.0625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WauWIzT6TJCAZunO38BovP6cfmQbHhdb { width:18.375rem;height:3.25rem;top:36.75rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILpn3Czah5Vp6a2uf5IpVnNilmST8wGT { display:block; }
 }@media only screen and (max-width: 763px) { #cy7ue2bunNNZwSuRWEJRW5aL2nUmTTzO { top:13.6875rem;left:0rem;width:15.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EI9TlyvgTTQbnkkrr3cqDHqWWddQRJ7x { top:30.6875rem;left:13.0625rem;width:1.9375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO { display:block; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBJAWhsL6TZhtihfOp6XAmTOE6ztoOcT { top:5.4375rem;left:0rem;width:47.75rem;height:26.71015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkosmp2hZxs8dNq5CdDQI1sl1OW50J2L { display:block; }#Mkosmp2hZxs8dNq5CdDQI1sl1OW50J2L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ky3rQRZ3rGDGVmrDqAClzKw4cyRX1Jd7 { top:1.75rem;left:0rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifWgk9dv3Ph79OWbeV11bKlpX6J3ivK4 { top:1.875rem;left:44.0625rem;width:3.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpWCTRFN42cLhBTn3py80TzDo13mnpiV { top:1.875rem;left:35.8125rem;width:4.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmDKb0CMoNTP0vvw89vnsEV0iLvGqbb { top:1.375rem;left:43.875rem;width:3.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhIVQwhuphBfAeNsCfWeGzEcX1JA1uuE { top:1.6875rem;left:41rem;width:3.75rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTMz9riz7kdcbWJbSR8TnJVTKCB5GiJD { top:2.3125rem;left:5.9375rem;width:8.1875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfAWClFUI3FdWmGAFL8eCpIIC8s1EeUI { top:1.3125rem;left:21.375rem;width:2.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki2DGNERrPMeKaLdSgOG7IO4Xttku8NB { top:1.9375rem;left:14.0625rem;width:7.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2vAu79nRadeznG1HiS6HWZLJkMn1UG1 { top:1.9375rem;left:24.625rem;width:4.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM4WiD64yXJ4CFaA3yVEMTm46h1Pr2lP { top:2rem;left:29.9375rem;width:5.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7GPTMwU0h1pCTPyuS4RcNykK0nFEWc1 { top:2.1875rem;left:0.5625rem;width:4.8125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV { display:block; }#tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soNdPxBVOOkvMRFwGEESGig0U0bsy6ax { top:3.1875rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFhocT3CXki0ofalg04Zvd4GIl9R2nSq { display:block; }#cFhocT3CXki0ofalg04Zvd4GIl9R2nSq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnTPfCRBJKK58uk0ZAXsc4163rnkQlLL { width:18.375rem;height:3.25rem;top:36.6875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNqQ73eT5W12InCiwzH3TWP2KOMuBvke { display:block; }
 }@media only screen and (max-width: 763px) { #kz8gxRyIhzWOQ1Q3TVHDpzamKTldSv2X { top:5.9375rem;left:0rem;width:27rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEPLDLNLvcoTQ3X0Tow0MTo6gHKXMlXt { top:35.1875rem;left:31.78125rem;width:10.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGu1ZXhmIKCmoeUaZs97hJ5441qKMqrb { top:30.375rem;left:25.1875rem;width:22.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca6qErcZGn92FziORMuuvWNN7BR3x4iV { top:30rem;left:27.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6HhWyTH6cDnfmDTDpPmPFBuTXTy8Tl8 { top:27.25rem;left:25.1875rem;width:22.5625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcWNtKAlMX8WzrrNzwolF579gAEPORi3 { top:26.875rem;left:27.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5JvpLcdR4oDIgT0mtJe8vDAgXztAno { top:13.25rem;left:23.6875rem;width:24.0625rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwnJmlwMeXtqc11opHM6mRkwH9V1SOpa { top:6.6875rem;left:27.375rem;width:19.6875rem;height:;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8gmDz76TiTKGH2T0vLIporNxd6QT6TT { display:block; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UObGeX2tMfzG1EwUiH4xkuNroWf4DB2P { top:3.9375rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD95iCZrDDtz6XT2BhU6NSFsLbzPGvm5 { top:20.875rem;left:0rem;width:23.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1eKqsTIIbXgZUPRPx3va9w140JxwPbg { top:16.0625rem;left:0rem;width:17.25rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJSBc0xu7TsLVSpLqpHmWrZfSa2mpKLR { top:60.625rem;left:14rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fn06gIkFzoB8Be56f2V0DnXlC3rSETz8 { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8BPH4fChRJBwX7k2InrEK9lMVSItC6Q { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nig07aOWk9rSSovTLsm0ovyWkGboNJN9 { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #trnxyZVlabFHZ2X0ZwB1TvtEDts867Rm { top:67.5625rem;left:21.25rem;width:26.5rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0sySUDZHpzmq75PwaJG7gSHXQkwEHNw { top:77.375rem;left:0rem;width:17.5rem;height:2.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2A2GrTzGl6BLurM45gG9wPe5Lw4U8FI { top:16.625rem;left:21.375rem;width:26.375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl4aeOKbvPbLfN7NZRo5LPbHD3UzcLMT { top:50.4375rem;left:24.125rem;width:23.625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Ng15IrHMwWxnMr6wuobVT6vUzNtz3A { top:45.625rem;left:26.5625rem;width:19.125rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr1N2ZKNxowoaV6V0Bclpv8STTUPba8H { top:42.875rem;left:0rem;width:26.375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9GMm8Q5zm0U1XiWJC1nhumlSsF3h4PT { top:76.1875rem;left:0rem;width:23.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5DBwTgvyfGhrQ8xvURFg4R16g3kUvR { top:71.375rem;left:0rem;width:17.25rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0vVkShAwIDVLCQXrWzh73UiU8yT2Q4M { width:18.375rem;height:3.25rem;top:91.3125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcDfrQenNFlkAfTcabOXUcA3iL6mVuJo { display:block; }
 }@media only screen and (max-width: 763px) { #B3O966RvUKq3GRdB2aHRrwJkewDovcWl { top:169.1875rem;left:0rem;width:19.125rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwxuEOOgwx8qivn9JqDZ9y35CDWxBENk { display:block; }#TwxuEOOgwx8qivn9JqDZ9y35CDWxBENk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6Fri82eRzK1vFkTJgKN9oJhBzp5TrsV { top:9rem;left:0.46875rem;width:46.8125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpktROu0mwvlsuBTsONJgQ0l87UZWuMw { top:3.5rem;left:1.84375rem;width:44.0625rem;height:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq8mPHT7DtvD6NCPD4qH2ReMegbWSNkr { display:block; }#Iq8mPHT7DtvD6NCPD4qH2ReMegbWSNkr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pm7tBaLckZDDP7cPJmtBCdCuvnK688Tc { top:3.5rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvvvf4WHvhUmHrA1NFX9aRnvzTXnQHRk { top:60.625rem;left:14rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #znJ9MHfS4zKAl4wEOhbwtyDkdlx6AZ7G { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqPdgWkE8DO64QiwEglAt4vNaaHUBVwl { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MseAP9UUkxzUkTR8BnSZygwxUe4iqUDG { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsJqIJdw4GNMgK3dBxttqUWktxC90A81 { width:14.625rem;height:3.25rem;top:51.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC8mu008FB5NicxK3XGPG3D5OWzpWJ2o { display:block; }
 }@media only screen and (max-width: 763px) { #g6g3T3DE1fVnTz9zTZva0COvDy2fPE9q { top:19.375rem;left:6.5rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LviXNWcT6hRhzFDfott58vOE6tn8T1pu { top:22.5625rem;left:0rem;width:21rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSpV89MTgC01TiQowWOR6fyH49Xtux8 { top:28.625rem;left:2rem;width:16.75rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATNC6qCSsDUUduO9NW6vVl2gQKDT8ZDn { top:32.125rem;left:2.0625rem;width:16.75rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVbLfdIhZwObROtNPALexvmpvG77N6ez { top:47.625rem;left:4.125rem;width:13.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0OMc8Q05XJRUTACQGollz3tly6JCo1p { top:45.4375rem;left:4.125rem;width:13.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEDOewMsHK1qKEwfCfWUuONhKRvBoEVm { top:45.3125rem;left:2rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeGqEqG5VknEmpr1Pct0W1lcKmOlrv2f { top:47.9375rem;left:1.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCmSUrw7ZkrnU0ZEW83m4CquSMcRFHU5 { top:13.5625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5PX1o8RpJdT4hKVfGpHFod89xdPMbTT { top:63.25rem;left:0rem;width:21rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGQrIs9RaSpc9LZRPmuTqv63Zq0RrXdI { top:60.0625rem;left:6.5625rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsuD3bLigQEQvWt6O3ltObt1UThAcGh8 { top:69.3125rem;left:2.0625rem;width:16.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Qwn3NPCxgxdZXPyfrLla4RFMNzHWZH { top:63.25rem;left:25.5625rem;width:21rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCVemzXGSxmyUz5kgSpOLrWTtErNpsZf { top:69.3125rem;left:29.1875rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT6ptvIxGr9LpIXTKz4CT4UUe1AOkpxR { top:71.375rem;left:2.0625rem;width:16.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmmAyFHhOXcro7RFglgPug5saWXLsIJO { top:71.375rem;left:27.6875rem;width:16.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnFb347k24ClSMoxyTMs4APxZIoZF0r9 { top:60.0625rem;left:32.1875rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw3GkH903U5v5cliWC6OLvIp1cX9ZLnr { top:80.125rem;left:4.1875rem;width:13.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRZVaKkWSsqk8kHpvytDM9qLUAnHUvbt { top:80rem;left:2rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2ck2ByfgndBmCTuLNXmA2r3uzBLnCMQ { top:81.5625rem;left:29.875rem;width:13.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ6t36pm9z3TJAbZtM3XFooZODVtmvAT { top:81.4375rem;left:27.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgVuu1fCB4goWdpa2xcu8y8KCrcvETGt { top:82.3125rem;left:4.1875rem;width:13.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxmvvTaDfDrmShEXtKS0wTO2NATtinQp { top:83.75rem;left:29.875rem;width:13.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6X1iuEzUXAypOADvzwLvsVH7UD16lUd { top:82.1875rem;left:1.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6hFwAZQOS0h0nxepngy2oOGy4GSkKob { top:83.625rem;left:27.625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKKKSaASstFv4EtPZ4Sc32gVgmZJVFqf { top:22.5625rem;left:25.5rem;width:21rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKcHZdUq0KJX95U9xAmtnNi94TfwoUbn { top:47.625rem;left:29.875rem;width:13.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqvvcM3vr1NmklCpygbI8U8CyzVupeX6 { top:45.3125rem;left:29.875rem;width:13.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHBJsVN5EBU6epVEEMRQkxxqbC4sW4fJ { top:32.125rem;left:27.6875rem;width:16.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #meLUPWy07PDnPTb9BF8Lox1AZcmXBMOh { top:28.625rem;left:28.25rem;width:15.625rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAm5vToiVrLd0T4RJROgS33FcLvQt9ht { top:47.4375rem;left:27.5625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbwVNgQiahdwbT4rCSvQPCTLTud7rckb { top:45.3125rem;left:27.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFe0VtQOJagJWhmBJAwTLDSFK0ouF1F4 { top:19.375rem;left:32.125rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VytoJIn5ASFXgchMLqu63EO1vZevPkql { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KN2DwIkMF9NKWUbTTEeSotez3LfoaAlU { top:68.5rem;left:0rem;width:10.875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ism8BqllT8WEfWicBvNRktFikk27rJD0 { top:66.625rem;left:0rem;width:7.625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkRbC5nMvdIKaJ10Fe0tMXuK9Guy7kTc { top:57.75rem;left:0rem;width:16.3125rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzlCQzWPEgl16lMvVIXQ4QTERi7potRV { top:41.375rem;left:2.6875rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NgZ1QDvgF2kQ3g5HInsah0ua9rcidfR7 { top:44rem;left:2.5625rem;width:1.6875rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUoOiBUsqA1ixg1Jf7WcAenfD2LwDBKO { top:53.75rem;left:0rem;width:16.75rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B68GdgD8wNcizAhbUm4TaCuZCMUU2c05 { top:15.4375rem;left:7.1875rem;width:7.75rem;height:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNwImAiSKASiTSCaZ5GCzKaPsdylX8zn { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sr3dNmHU2l6cLl3S9y9mOGPGsHm2uQzv { top:97.4375rem;left:0rem;width:10.875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ld7L7dnVvskgAAzugXioo5qVQRpXaiG7 { top:66.625rem;left:0rem;width:7.625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVvBNx1HHBCo18az3DDevdLaeANWal0a { top:86.5625rem;left:0rem;width:16.3125rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwWd9SkIJx2Cc63W3qklmO6RoGXNm0p3 { top:84.125rem;left:0rem;width:16.75rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #plnh8fJDo59GgvqO6HvlpLTDhUef7dAv { top:41.375rem;left:2.6875rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #voou81wQMiPhtxwupWuolvO1XdknCReB { top:44rem;left:2.5625rem;width:1.6875rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWkW5inuTw03Lqk7Nk7XplLaAdhSvkXI { top:15.4375rem;left:7.1875rem;width:7.75rem;height:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NbV1zQZ0mnd6v4Lz7XzBoq56mVucOEhi { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwzCCAQqM3ru4KB8bA9NZTmxC8npUNU6 { top:97.4375rem;left:0rem;width:10.875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AErcpOxS6Vu7IlCGAx28VfXyubPNw6ee { top:66.625rem;left:0rem;width:7.625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULQLUumUdiWvTck3iWcv7iseFxWAkwLy { top:113.25rem;left:0rem;width:16.3125rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJSOm8q6yzNoLO3bw5zdEwM7SRLu55fm { top:110.75rem;left:0rem;width:16.75rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3VtKzAOgD2UwVCGX2fu6LVv6IzIByfh { top:15.4375rem;left:7.1875rem;width:7.75rem;height:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzU4qLHNDuXXvkpsyIDbsmIHFUhuqq1q { top:41.375rem;left:2.6875rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifRlPsa2hfecO3wn8gSoVCvF6ssCHxZz { top:44rem;left:2.5625rem;width:1.6875rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJKovpz5cnwrDgoIFuPWysiRB87i0ZpK { top:98.1875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVJ17TuXFAUtcwnzRrpa8ugyRXlf26Z3 { top:107.75rem;left:0rem;width:21rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #onFM3smPk4aHsoFOPp4d8KCi9IEUInHh { top:116.375rem;left:1.3125rem;width:16.75rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWPrgvMRQ43JThxhDIZNc3sk5ls8iVsF { top:113.8125rem;left:1.3125rem;width:16.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exEagUrwsJvsf4JApqe9MXzsBSUHrg0V { top:104.5625rem;left:5.8125rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACmQcK50WXgSMO5lQOEX7fgTgEhdXEDl { top:132rem;left:1.3125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpupGUHUSvSftXEcn8T5ELJsNUiLxZ3m { top:132.125rem;left:3.5625rem;width:13.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuv9TizwC90UvJTuqlEDf5uewKxbGzfz { top:129.9375rem;left:3.5625rem;width:13.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8CL5TS3kgsLegJkNOsEENKuZQJwvPOx { top:129.8125rem;left:1.4375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXs8quN3RQRHaSBbE4BUoVh1UyExBJxe { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wq148iDgvVOPonSmDzN2QBl9LVqpi0qq { top:149.375rem;left:0rem;width:16.3125rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AihpGgn9I2QUaJbuQQ5At8rRG1TZQLxG { top:145.4375rem;left:0rem;width:13.0625rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFJTK2pIVT64aTOAxZsIVl95MetWHVcE { top:15.4375rem;left:7.1875rem;width:7.75rem;height:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHRlKK7yu2ddfTaXofAW7pm53edhOhxt { top:44rem;left:2.5625rem;width:1.6875rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxmAnyK0JEqDzOvGheIX2Gs7FJwp1yX3 { top:163.0625rem;left:0rem;width:10.875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BncO0kyMS3tFpZXG1TgV2oDt5x2GTKWd { top:41.375rem;left:2.6875rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThAS6UsKJMIWuuMgqwRb8xzu5mBoSPkF { top:161rem;left:0rem;width:7.625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvoUsg1RNc5RkA5hAwLNep9d6blGOL9P { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DsWrlquScP9KLd69z8S81PVsuHJ2CyVt { top:163.0625rem;left:0rem;width:10.875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MuwL8Z0gWplhuuaaytAmGwlPEkL0WtdA { top:161rem;left:0rem;width:7.625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqTsoZ0wibzidFt9xQIDpFveZXFF5XQN { top:182.0625rem;left:0rem;width:16.3125rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIVer8LXt7I3DRmU5xfCwogWb6mKmuMq { top:178.0625rem;left:0rem;width:13.0625rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MaVlwTNlPLcwlSuTW5MXVHCXreTqRipT { top:15.4375rem;left:7.1875rem;width:7.75rem;height:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mf5BoNHcmozti43l2c36ATdaAVJ1iJq9 { top:44rem;left:2.5625rem;width:1.6875rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDJxLmutKZgQJciDaKhtuQnJqFLyUpfH { top:41.375rem;left:2.6875rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IeuzHFhvcTS15Xx9hEcfMJeXiGJT043r { top:107.8125rem;left:24.8125rem;width:21rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC9FpAiWJeeSIGg5MAddQBNmRSSoN9HS { top:116.375rem;left:26.9375rem;width:17.3125rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK8QNsT25lztcc7FiJEV02Rc6nTUOSOD { top:133.5rem;left:29.25rem;width:13.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFWKZmvswvRMIASOJveEH8fuTMJu3VHM { top:131.3125rem;left:29.25rem;width:13.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxhzlhr0f3DkxtRpx2BcotI6xxFnoqHb { top:113.875rem;left:26.9375rem;width:16.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao4TVyQ95DBWAoRI4VVslBbAnV6lTLLT { top:133.375rem;left:27rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQFLw0sRuEuTtmzlXkfX05wGm6mXgAaQ { top:131.1875rem;left:27.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDOrG3v42X6XAf1B3TWhrl2kXRTAcRQv { top:104.625rem;left:31.4375rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLwA0N57w5HX3ZL8yTGhGgyw7XgaXlAe { width:13.8125rem;height:3.25rem;top:51.5rem;left:29.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu85OD32aQuICQfXbccEAJ61pSRL6w9r { display:block; }
 }@media only screen and (max-width: 763px) { #VvHniKkQDWcLbF7lRZFbu7rGQT2TZ26m { width:13.1875rem;height:3.25rem;top:87.375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #En7SBZuNOKvZLPrk91tVIaufysOFuxpr { display:block; }
 }@media only screen and (max-width: 763px) { #zAr9ldSUZfg6vhOmgDKNHKtTP3KXcoJO { width:13.375rem;height:3.25rem;top:87.375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KScbI1QSeT43vm4c5PkzsfDx0Stvs7QN { display:block; }
 }@media only screen and (max-width: 763px) { #McnswgVDRTRMT4C6JmlXDHIBKEXfoXLD { width:13.6875rem;height:3.25rem;top:135.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBPtcTrlzDmZpXdaJ7TBv2BnoWlsBedO { display:block; }
 }@media only screen and (max-width: 763px) { #iqyTBJBkO93czzAXRHBdJEPUJo4RkfyG { width:13.5625rem;height:3.25rem;top:135.875rem;left:29.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7Iz19UqQLiwdIcEiiGZln8iXLkaPDsb { display:block; }
 }@media only screen and (max-width: 763px) { #f0GL8G0KI1WdlAConBJ8bKs2OamLthnO { display:block; }#f0GL8G0KI1WdlAConBJ8bKs2OamLthnO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvASWciza7HTBy7eUoiAGcCwrJD63bDe { top:4.5rem;left:1.84375rem;width:44.0625rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccnTrw1ueqr7TSeVyQimSLtWLQz5i6mf { top:15.375rem;left:2.3125rem;width:42.5rem;height:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIi5uAzz7QcEvMFfKHFF6ymoPGPdo63L { top:24.4375rem;left:3.5625rem;width:38.375rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls5MwVUuNnuFz4n5UH2MdAIezo0C1Qps { top:23.625rem;left:1.875rem;width:42.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIShT7VNmStZB3BN5JAtuOqZoouBrSrB { top:31.8125rem;left:3.5625rem;width:39rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXXeOn78Aca1nEZ3gUvtUBQnID6Pr2Dk { top:30.8125rem;left:1.875rem;width:42.3125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOlWDsxrVTNVT1gz686O4ylqAlfpdZOG { width:13.8125rem;height:3.25rem;top:42.6875rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Z8Rk4DDqhXUfkfUThGlMWab5vZUKLd { display:block; }
 }@media only screen and (max-width: 763px) { #Ghlw43zidSQSEwbSz6NU6ICCkDxWeMzR { display:block; }#Ghlw43zidSQSEwbSz6NU6ICCkDxWeMzR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6MkvZbALMLct47rNhn83GbWEdEISpz0 { width:27rem;height:20.125rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV8qa6bn8na6bklVXXO6f5rGoTDzveXK { top:9.1875rem;left:21.8125rem;width:25.9375rem;height:7.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MymTloVQ7qTQOKu3c0LCokguiLJfdWZp { top:17.9375rem;left:23.9375rem;width:23.8125rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w { display:block; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPcXFxDihTt2cWKtZueLx3RMq4931T59 { top:10rem;left:2.40625rem;width:44.3125rem;height:5.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCMBuM2GtbRPKGxUhu3PUd2DCksGuRlU { top:18.125rem;left:0rem;width:25rem;height:28.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #taGzpiBnam5fLTP4dGDS3R452NIxCFv2 { top:22.875rem;left:21.375rem;width:26.375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F901n66iHPFhXMlXsMT3TekwHK13ilRl { top:4.5625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg4279AwqMUegVLPVOLQWnsizassxElT { display:block; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmBDdLDrwN11hqkN72x7cPeCV8iGDGce { top:10.125rem;left:0rem;width:23.875rem;height:7.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXsXVCaGaQzXziC4kxC4uZJxkMbsSQoX { width:17rem;height:1.5rem;top:19.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAzsVgBvWFJTZosJ5hbNod1E9hdptqfg { width:4.1875rem;height:3.125rem;top:6.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZlCHHfJ0XmGBkeUulGP10yuFqoXcB34 { top:5.25rem;left:16.1875rem;width:31.5625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKcHy1TsFK6eLK4niz87eQC2T98Vsumo { top:3.6875rem;left:1.5rem;width:22.375rem;height:3.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR { display:flex;height:auto;width:45.25rem;top:1.9375rem;left:0rem; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #I9UOAbDtPb0JDwnln7dDqTdlcse5oOi3 {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #ir8lmS3G5q3qD6COag9PunJTr69JBLLD {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #SLNQv7N14IavONIKRgkbQXCaQxNv7o8B {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #d0Gyan8vx5tzVLBn9SqKWzAyb6Tdtyq9 {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #ASDEVIPmNuuuuF3AaHTnQTWpVUFVCiCR {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #rUswSJs9SDKf9hskfLI8ltA31gtMz1KD {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #hocNIEU7ZW1dxhn374pX36RUWWiEW7Tr {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #qzBmxEDESgWRa94TBJLXncfRqbPWUERs {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #ZWMrtkN2c29QTAO2uq2wzWtqLKWUhknO {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #ePtHuJwwr0Q7xDqyto3fniRninXF5ucz {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #a0ToELRTd7ku4PBCC1XeuBnU6Ur7nXbA {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #BlOcTWVeLiJvTDTNT7frfO7zQTGboNdX {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #xsIbrQxCNNugDcDKmJrVVz9pLy51Zt1x {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #m6ALLI9ra2pKxVR7GCTN1TrosvaFT7tM {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #aWfOqBMfLqD1mr7yzcysUOrW8TAfopFT {  }
 }@media only screen and (max-width: 763px) { #tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk { display:block; }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pu9cI0qBDZGdHuwgH8wzsoH7JTkZDWaW { width:39rem;height:3rem;top:5.25rem;left:4.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0fUT8I0FLwDchrXg0LSzqTQIlvZBWMu { top:11.8125rem;left:21.375rem;width:26.375rem;height:35.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTi8GBCV82tTB7dT1zlfSu1592GIeRQ9 { top:36.5625rem;left:0rem;width:16.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDuTdxmbUk50L1Kxz5aws30iIgtthsvX { top:13.875rem;left:0rem;width:16.375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo6hm6pTNNNSu3uQOWyy2NUcc1L8Qr2h { top:34.6875rem;left:11.3125rem;width:13rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ywBUfv07SzSWV5hHSxu02xQr7pT75P { top:25.375rem;left:11.3125rem;width:12.9375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf6KilqyGHBypFNJeQMtlJ8slqPRdVLK { top:16.8125rem;left:11.4375rem;width:12.875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmkmxKNR3LpLq2GS2QSH4dwOLr8bQfNp { display:block; }#fmkmxKNR3LpLq2GS2QSH4dwOLr8bQfNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wc7q2lyU3r5yc4mB2sgEHG0829BCD2vl { top:11.9375rem;left:7.4375rem;width:16.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWwco5CIqmWm2VyTI0n9o8hXEqe5E7EO { top:11.9375rem;left:34.0625rem;width:13.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAFpX5ic1JmwJoKvUIZkNn9TQD6uloP7 { top:7.25rem;left:34.0625rem;width:13.6875rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhOqRPcWiXb6TfbTZAXZDJDrlnb9TM85 { top:11.9375rem;left:17.125rem;width:18.6875rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx3MGiv9ziEguuxlwZirRnuWb2HIKeJk { top:7.25rem;left:22.125rem;width:13.6875rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtwlpdoVGTFD92RZkOT7a6CgOU3iz5r1 { top:11.9375rem;left:0rem;width:15rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI7G8GzScbUWuZQg9DcxzchR1QerVpsF { top:8rem;left:0rem;width:14.125rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX4G1Acb8Vvz9X6PNLP6qPsPUzR6OXz9 { top:2.4375rem;left:39.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUZ4TVySTAS8CHnT5FHUSHlwZd8N21aU { top:2.4375rem;left:27.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAgWTHDV1VAOIqVlhJGNP8sxNpwPX1Jc { top:2.5625rem;left:3.84375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZErUpgOldtR4eRydsnGUJb3TWi015fsc { top:7.25rem;left:10.1875rem;width:13.6875rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aESV8X2hU801wTaXmpiu3VHM0imT2Pbm { top:2.4375rem;left:15.84375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG79F1VtLWzn18vF6X2kaL52CW3AJDIC { display:block; }#cG79F1VtLWzn18vF6X2kaL52CW3AJDIC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GV5kboeZlIJ88zAaA67F8ug17ntoHc7z { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #pRAJJaqTXODQE2g8Qgg7wSaXlQUk2FIX { top:2.1875rem;left:4.25rem;width:2.625rem;height:2.625rem;display:block; }
#pRAJJaqTXODQE2g8Qgg7wSaXlQUk2FIX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #KzRgopXh1MESlzbqvCwkIJdPWsKr4Bmn { top:2.1875rem;left:1.25rem;width:2.625rem;height:2.625rem;display:block; }
#KzRgopXh1MESlzbqvCwkIJdPWsKr4Bmn > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #DDAEVi2ADVnQ8XTul73s7mRm5A72OWbd { top:1.875rem;left:0rem;width:6.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFN8WBcpGOyPEQlatQl49d7DU7svFER9 { top:5rem;left:23.6875rem;width:12.0625rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPiukEQgDkOTmUqf625770UEXnlU7wnM { top:5rem;left:36.1875rem;width:10.1875rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni7CQ6hRqkdvKrAbAknlvMWviXotRRnf { top:5.625rem;left:35.5rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShZRxBighHwEvdDxBmvBErao4K2vyNXW { top:5.625rem;left:47.3125rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyFdT5PBdNf2emZGsKsrPWogoFXa6WkX { top:4.9375rem;left:40.1875rem;width:7.5625rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StemT9gimkyx0x1T1P6DdW5UVLTqkvRr { top:3rem;left:21.25rem;width:26.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHDhaltizQRubuiBKudimeteATDq6z2x { top:5.8125rem;left:0rem;width:22.4375rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2bvy6xowGdTTFXuX5IUTWUTqeJ9OSzI { top:2.125rem;left:7.4375rem;width:2.6875rem;height:2.6875rem;display:block; }
#W2bvy6xowGdTTFXuX5IUTWUTqeJ9OSzI > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfca6a0c-477a-465a-9228-094a7b7b13e6/BannermobileVacancesAOL.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le.adaptive-delivery-prevent-bg, #uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le.lazyload, #uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le.lazyloading { background-image: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container { background-color: transparent; background-image: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container > .video-iframe-container { display: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row > .video-iframe-container { display: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .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); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FteLIOM4trhHmUlreNUSg00lF7TOToJJ { width:18.8125rem;height:3.25rem;top:19.75rem;left:0.625rem;font-size:1.625rem;z-index:14999;text-align:center;text-align-last:center;line-height:1;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.1);display:block; }
 }@media only screen and (max-width: 763px) { #bpvMTZ8Om8zvbV3xQH0uFuFC7ce7QlwU { width:18.8125rem;height:2.75rem;top:24.875rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0rem 0rem rgba(21,20,20,0.16);display:block; }
 }@media only screen and (max-width: 763px) { #eKrQuDmbNos27xFCyus65TQABVvggJ0z { top:25.8125rem;left:3.25rem;width:13.5rem;height:5.6875rem;z-index:14998;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;background-color:rgba(255,255,255,0.85);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #oenDeUOtQwBo9usxgU6TQmyoB0Z01oPt { top:32.4375rem;left:3.25rem;width:13.5rem;height:5.6875rem;z-index:14999;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;background-color:rgba(255,255,255,0.85);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #wHqeLuyc4bTnzVqAw68NsKn0pih8xlT4 { top:39.4375rem;left:3.25rem;width:13.5rem;height:5.6875rem;z-index:15000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;background-color:rgba(255,255,255,0.85);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #sQDTWJbmTMSnprm6y4FP8DNs6nyWwCgX { width:20rem;height:2.875rem;top:10.434374809265rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiUdE2TLJmudOh3QVCONgSv1oZUzVrLK { width:8.8125rem;height:2.375rem;top:29.5625rem;left:2.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rzuGmWFwGunGDK6feaVJdectA9z2qb00 { width:6.25rem;height:2.375rem;top:29.4375rem;left:13.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcaIRlqydMfpD9eLnTI6CyMbWLPBV69T { display:flex;width:1.9375rem;height:1.9375rem;top:29.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WauWIzT6TJCAZunO38BovP6cfmQbHhdb { width:17.0625rem;height:3.25rem;top:34.4375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILpn3Czah5Vp6a2uf5IpVnNilmST8wGT { display:block; }
 }@media only screen and (max-width: 763px) { #cy7ue2bunNNZwSuRWEJRW5aL2nUmTTzO { width:20rem;height:7.5rem;top:12.8125rem;left:0rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EI9TlyvgTTQbnkkrr3cqDHqWWddQRJ7x { display:flex;width:1.5rem;height:1.5rem;top:29.5625rem;left:11.8125rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO { display:block; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBJAWhsL6TZhtihfOp6XAmTOE6ztoOcT { height:11.1875rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkosmp2hZxs8dNq5CdDQI1sl1OW50J2L { display:block; }#Mkosmp2hZxs8dNq5CdDQI1sl1OW50J2L > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ky3rQRZ3rGDGVmrDqAClzKw4cyRX1Jd7 { width:20rem;height:1.4375rem;top:2rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifWgk9dv3Ph79OWbeV11bKlpX6J3ivK4 { width:4.5rem;height:2.0625rem;top:8.4375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpWCTRFN42cLhBTn3py80TzDo13mnpiV { width:5.375rem;height:2rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmDKb0CMoNTP0vvw89vnsEV0iLvGqbb { width:3.875rem;height:2.375rem;top:8.375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhIVQwhuphBfAeNsCfWeGzEcX1JA1uuE { width:3.875rem;height:2.0625rem;top:8.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTMz9riz7kdcbWJbSR8TnJVTKCB5GiJD { width:8.875rem;height:0.9375rem;top:4.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfAWClFUI3FdWmGAFL8eCpIIC8s1EeUI { width:3.4375rem;height:3.625rem;top:4.1875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki2DGNERrPMeKaLdSgOG7IO4Xttku8NB { width:6.1875rem;height:1.5rem;top:6.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2vAu79nRadeznG1HiS6HWZLJkMn1UG1 { width:4.5rem;height:1.375rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM4WiD64yXJ4CFaA3yVEMTm46h1Pr2lP { width:4.625rem;height:1.5rem;top:6.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7GPTMwU0h1pCTPyuS4RcNykK0nFEWc1 { width:6.75rem;height:1.5625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV { display:block; }#tWEPsan1S8Px8uMTnhcOHEm4L3aOZyOV > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soNdPxBVOOkvMRFwGEESGig0U0bsy6ax { width:20rem;height:4.875rem;top:3.7242202758789rem;left:0rem;font-size:1.25rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #cFhocT3CXki0ofalg04Zvd4GIl9R2nSq { display:block; }#cFhocT3CXki0ofalg04Zvd4GIl9R2nSq > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnTPfCRBJKK58uk0ZAXsc4163rnkQlLL { width:18.375rem;height:3.25rem;top:70.175003051756rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNqQ73eT5W12InCiwzH3TWP2KOMuBvke { display:block; }
 }@media only screen and (max-width: 763px) { #kz8gxRyIhzWOQ1Q3TVHDpzamKTldSv2X { width:20rem;height:25rem;top:4.9382858276367rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEPLDLNLvcoTQ3X0Tow0MTo6gHKXMlXt { width:20rem;height:1.5rem;top:66.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zGu1ZXhmIKCmoeUaZs97hJ5441qKMqrb { width:20rem;height:1.3125rem;top:55.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ca6qErcZGn92FziORMuuvWNN7BR3x4iV { display:flex;width:1.9375rem;height:1.9375rem;top:52.5rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #K6HhWyTH6cDnfmDTDpPmPFBuTXTy8Tl8 { width:10.75rem;height:2.625rem;top:61.375rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lcWNtKAlMX8WzrrNzwolF579gAEPORi3 { display:flex;width:2rem;height:2rem;top:58.75rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #TS5JvpLcdR4oDIgT0mtJe8vDAgXztAno { width:20rem;height:13.5rem;top:37.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwnJmlwMeXtqc11opHM6mRkwH9V1SOpa { width:20rem;height:4.5rem;top:32.25rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O8gmDz76TiTKGH2T0vLIporNxd6QT6TT { display:block; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row .container { width:20rem;height:118.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UObGeX2tMfzG1EwUiH4xkuNroWf4DB2P { width:19.3125rem;height:8.25rem;top:3.125rem;left:0.34375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD95iCZrDDtz6XT2BhU6NSFsLbzPGvm5 { width:19.8125rem;height:13.75rem;top:16.75rem;left:0rem;font-size:1rem;z-index:15013;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A1eKqsTIIbXgZUPRPx3va9w140JxwPbg { width:17.625rem;height:2.875rem;top:13.1875rem;left:0.0625rem;font-size:1.125rem;z-index:15007;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wJSBc0xu7TsLVSpLqpHmWrZfSa2mpKLR { width:4.25rem;height:4.25rem;top:94.6875rem;left:7.875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #fn06gIkFzoB8Be56f2V0DnXlC3rSETz8 { width:18.75rem;height:12.125rem;top:96.8125rem;left:0.625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #c8BPH4fChRJBwX7k2InrEK9lMVSItC6Q { width:18.75rem;height:10.625rem;top:111.5625rem;left:0.625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Nig07aOWk9rSSovTLsm0ovyWkGboNJN9 { width:18.75rem;height:10.875rem;top:124.9375rem;left:0.625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #trnxyZVlabFHZ2X0ZwB1TvtEDts867Rm { width:20rem;height:14.3125rem;top:93.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0sySUDZHpzmq75PwaJG7gSHXQkwEHNw { width:13.9375rem;height:2.7000000625rem;top:77.6875rem;left:3.03125rem;font-size:1.25rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #l2A2GrTzGl6BLurM45gG9wPe5Lw4U8FI { width:20rem;height:14.549219125rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl4aeOKbvPbLfN7NZRo5LPbHD3UzcLMT { width:20rem;height:8.75rem;top:53.875rem;left:0rem;font-size:1rem;z-index:15013;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W7Ng15IrHMwWxnMr6wuobVT6vUzNtz3A { width:19.125rem;height:2.900000125rem;top:169.23594665528rem;left:0rem;font-size:1.125rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #nr1N2ZKNxowoaV6V0Bclpv8STTUPba8H { width:20rem;height:14.549219125rem;top:64.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9GMm8Q5zm0U1XiWJC1nhumlSsF3h4PT { width:20rem;height:6.25rem;top:85.8125rem;left:0rem;font-size:1rem;z-index:15013;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pe5DBwTgvyfGhrQ8xvURFg4R16g3kUvR { width:19.1875rem;height:2.875rem;top:82.3125rem;left:0rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #u0vVkShAwIDVLCQXrWzh73UiU8yT2Q4M { width:18.375rem;height:3.25rem;top:110.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcDfrQenNFlkAfTcabOXUcA3iL6mVuJo { display:block; }
 }@media only screen and (max-width: 763px) { #B3O966RvUKq3GRdB2aHRrwJkewDovcWl { width:19.75rem;height:2.875rem;top:50.375rem;left:0rem;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TwxuEOOgwx8qivn9JqDZ9y35CDWxBENk { display:block; }#TwxuEOOgwx8qivn9JqDZ9y35CDWxBENk > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6Fri82eRzK1vFkTJgKN9oJhBzp5TrsV { width:20rem;height:9rem;top:9.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rpktROu0mwvlsuBTsONJgQ0l87UZWuMw { width:18.125rem;height:4.75rem;top:4.1875rem;left:0.9375rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iq8mPHT7DtvD6NCPD4qH2ReMegbWSNkr { display:block; }#Iq8mPHT7DtvD6NCPD4qH2ReMegbWSNkr > .row .container { width:20rem;height:243.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pm7tBaLckZDDP7cPJmtBCdCuvnK688Tc { width:19.3125rem;height:8.5rem;top:3.5625rem;left:0.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvvvf4WHvhUmHrA1NFX9aRnvzTXnQHRk { width:4.25rem;height:4.25rem;top:94.6875rem;left:7.875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #znJ9MHfS4zKAl4wEOhbwtyDkdlx6AZ7G { width:18.75rem;height:33rem;top:20.9375rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JqPdgWkE8DO64QiwEglAt4vNaaHUBVwl { width:18.75rem;height:10.625rem;top:111.5625rem;left:0.625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #MseAP9UUkxzUkTR8BnSZygwxUe4iqUDG { width:18.75rem;height:10.875rem;top:124.9375rem;left:0.625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #QsJqIJdw4GNMgK3dBxttqUWktxC90A81 { width:16.5rem;height:3.25rem;top:49.125rem;left:1.75rem;z-index:15074;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC8mu008FB5NicxK3XGPG3D5OWzpWJ2o { display:block; }
 }@media only screen and (max-width: 763px) { #g6g3T3DE1fVnTz9zTZva0COvDy2fPE9q { width:7.75rem;height:7.75rem;top:17.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LviXNWcT6hRhzFDfott58vOE6tn8T1pu { width:20rem;height:29.3125rem;top:57.512512207031rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJSpV89MTgC01TiQowWOR6fyH49Xtux8 { width:16.75rem;height:3rem;top:27.375rem;left:1.625rem;font-size:1.1875rem;z-index:15007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATNC6qCSsDUUduO9NW6vVl2gQKDT8ZDn { width:16.3125rem;height:10rem;top:31.375rem;left:1.625rem;font-size:1rem;z-index:15013;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tVbLfdIhZwObROtNPALexvmpvG77N6ez { width:10.875rem;height:2.375rem;top:45.125rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I0OMc8Q05XJRUTACQGollz3tly6JCo1p { width:7.625rem;height:1.1875rem;top:43.25rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aEDOewMsHK1qKEwfCfWUuONhKRvBoEVm { display:flex;width:1.4375rem;height:1.4375rem;top:43.25rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #TeGqEqG5VknEmpr1Pct0W1lcKmOlrv2f { display:flex;width:1.6875rem;height:1.6875rem;top:45.5rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #nCmSUrw7ZkrnU0ZEW83m4CquSMcRFHU5 { width:20rem;height:1.875rem;top:14.024230957031rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5PX1o8RpJdT4hKVfGpHFod89xdPMbTT { width:20rem;height:29.3125rem;top:63.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGQrIs9RaSpc9LZRPmuTqv63Zq0RrXdI { width:7.75rem;height:7.75rem;top:133.36251831055rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsuD3bLigQEQvWt6O3ltObt1UThAcGh8 { width:16.75rem;height:auto;top:69.3125rem;left:1.625rem;font-size:1.1875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #Q9Qwn3NPCxgxdZXPyfrLla4RFMNzHWZH { width:20rem;height:29.4375rem;top:63.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCVemzXGSxmyUz5kgSpOLrWTtErNpsZf { width:13.6875rem;height:auto;top:69.3125rem;left:3.125rem;font-size:1.1875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #xT6ptvIxGr9LpIXTKz4CT4UUe1AOkpxR { width:16.75rem;height:auto;top:71.375rem;left:1.625rem;font-size:1rem;z-index:15013;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #cmmAyFHhOXcro7RFglgPug5saWXLsIJO { width:16.75rem;height:auto;top:71.375rem;left:1.625rem;font-size:1rem;z-index:15013;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #BnFb347k24ClSMoxyTMs4APxZIoZF0r9 { width:7.75rem;height:7.75rem;top:142.36251831055rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gw3GkH903U5v5cliWC6OLvIp1cX9ZLnr { width:13.5rem;height:auto;top:80.125rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KRZVaKkWSsqk8kHpvytDM9qLUAnHUvbt { display:flex;width:1.4375rem;height:1.4375rem;top:80rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2ck2ByfgndBmCTuLNXmA2r3uzBLnCMQ { width:13.5rem;height:auto;top:81.5625rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IQ6t36pm9z3TJAbZtM3XFooZODVtmvAT { display:flex;width:1.4375rem;height:1.4375rem;top:81.4375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgVuu1fCB4goWdpa2xcu8y8KCrcvETGt { width:13.5rem;height:auto;top:82.3125rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fxmvvTaDfDrmShEXtKS0wTO2NATtinQp { width:13.5rem;height:auto;top:83.75rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X6X1iuEzUXAypOADvzwLvsVH7UD16lUd { display:flex;width:1.6875rem;height:1.6875rem;top:82.1875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6hFwAZQOS0h0nxepngy2oOGy4GSkKob { display:flex;width:1.6875rem;height:1.6875rem;top:83.625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKKKSaASstFv4EtPZ4Sc32gVgmZJVFqf { width:20rem;height:34.5625rem;top:22.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKcHZdUq0KJX95U9xAmtnNi94TfwoUbn { width:13.5rem;height:auto;top:47.625rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vqvvcM3vr1NmklCpygbI8U8CyzVupeX6 { width:13.5rem;height:auto;top:45.3125rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xHBJsVN5EBU6epVEEMRQkxxqbC4sW4fJ { width:16.75rem;height:auto;top:32.125rem;left:1.625rem;font-size:1rem;z-index:15013;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #meLUPWy07PDnPTb9BF8Lox1AZcmXBMOh { width:13.6875rem;height:3rem;top:23.174224853516rem;left:3.15625rem;font-size:1.1875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #sAm5vToiVrLd0T4RJROgS33FcLvQt9ht { display:flex;width:1.6875rem;height:1.6875rem;top:47.4375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbwVNgQiahdwbT4rCSvQPCTLTud7rckb { display:flex;width:1.4375rem;height:1.4375rem;top:45.3125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFe0VtQOJagJWhmBJAwTLDSFK0ouF1F4 { width:7.75rem;height:7.75rem;top:124.36251831055rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VytoJIn5ASFXgchMLqu63EO1vZevPkql { width:18.75rem;height:30.125rem;top:59.0625rem;left:0.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #KN2DwIkMF9NKWUbTTEeSotez3LfoaAlU { width:10.875rem;height:2.375rem;top:80.25rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ism8BqllT8WEfWicBvNRktFikk27rJD0 { width:7.625rem;height:1.1875rem;top:78.375rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #EkRbC5nMvdIKaJ10Fe0tMXuK9Guy7kTc { width:16.3125rem;height:7.5rem;top:69.5rem;left:1.625rem;font-size:1rem;z-index:15021;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WzlCQzWPEgl16lMvVIXQ4QTERi7potRV { display:flex;width:1.4375rem;height:1.4375rem;top:78.375rem;left:1.875rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #NgZ1QDvgF2kQ3g5HInsah0ua9rcidfR7 { display:flex;width:1.6875rem;height:1.6875rem;top:80.625rem;left:1.625rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #TUoOiBUsqA1ixg1Jf7WcAenfD2LwDBKO { width:13.0625rem;height:3rem;top:65.5625rem;left:3.25rem;font-size:1.1875rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B68GdgD8wNcizAhbUm4TaCuZCMUU2c05 { width:7.75rem;height:7.75rem;top:55.9375rem;left:6.125rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MNwImAiSKASiTSCaZ5GCzKaPsdylX8zn { width:18.75rem;height:26.375rem;top:94.375rem;left:0.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #sr3dNmHU2l6cLl3S9y9mOGPGsHm2uQzv { width:10.875rem;height:1.1875rem;top:112.875rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Ld7L7dnVvskgAAzugXioo5qVQRpXaiG7 { width:7.625rem;height:1.1875rem;top:110.8125rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #eVvBNx1HHBCo18az3DDevdLaeANWal0a { width:16.3125rem;height:6.25rem;top:103.3125rem;left:1.75rem;font-size:1rem;z-index:15029;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TwWd9SkIJx2Cc63W3qklmO6RoGXNm0p3 { width:16.75rem;height:1.5rem;top:100.8125rem;left:1.625rem;font-size:1.1875rem;z-index:15023;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plnh8fJDo59GgvqO6HvlpLTDhUef7dAv { display:flex;width:1.4375rem;height:1.4375rem;top:110.8125rem;left:1.875rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #voou81wQMiPhtxwupWuolvO1XdknCReB { display:flex;width:1.6875rem;height:1.6875rem;top:112.75rem;left:1.625rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #IWkW5inuTw03Lqk7Nk7XplLaAdhSvkXI { width:7.75rem;height:7.75rem;top:91.25rem;left:6.125rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NbV1zQZ0mnd6v4Lz7XzBoq56mVucOEhi { width:18.75rem;height:27.6875rem;top:126.3125rem;left:0.625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #rwzCCAQqM3ru4KB8bA9NZTmxC8npUNU6 { width:10.875rem;height:1.1875rem;top:146.1875rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #AErcpOxS6Vu7IlCGAx28VfXyubPNw6ee { width:7.625rem;height:1.1875rem;top:144.125rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #ULQLUumUdiWvTck3iWcv7iseFxWAkwLy { width:16.3125rem;height:7.5rem;top:135.1875rem;left:1.75rem;font-size:1rem;z-index:15037;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xJSOm8q6yzNoLO3bw5zdEwM7SRLu55fm { width:16.75rem;height:1.5rem;top:132.6875rem;left:1.625rem;font-size:1.1875rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3VtKzAOgD2UwVCGX2fu6LVv6IzIByfh { width:7.75rem;height:7.75rem;top:123.125rem;left:6.125rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NzU4qLHNDuXXvkpsyIDbsmIHFUhuqq1q { display:flex;width:1.4375rem;height:1.4375rem;top:144.125rem;left:1.75rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #ifRlPsa2hfecO3wn8gSoVCvF6ssCHxZz { display:flex;width:1.6875rem;height:1.6875rem;top:146.125rem;left:1.625rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #dJKovpz5cnwrDgoIFuPWysiRB87i0ZpK { width:12.75rem;height:3.75rem;top:158.125rem;left:4.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVJ17TuXFAUtcwnzRrpa8ugyRXlf26Z3 { width:20rem;height:33.4375rem;top:107.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #onFM3smPk4aHsoFOPp4d8KCi9IEUInHh { width:16.75rem;height:auto;top:116.375rem;left:1.625rem;font-size:1rem;z-index:15013;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #BWPrgvMRQ43JThxhDIZNc3sk5ls8iVsF { width:16.75rem;height:auto;top:113.8125rem;left:1.625rem;font-size:1.1875rem;z-index:15007;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #exEagUrwsJvsf4JApqe9MXzsBSUHrg0V { width:7.75rem;height:7.75rem;top:193.09922479101rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACmQcK50WXgSMO5lQOEX7fgTgEhdXEDl { display:flex;width:1.6875rem;height:1.6875rem;top:132rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpupGUHUSvSftXEcn8T5ELJsNUiLxZ3m { width:13.5rem;height:auto;top:132.125rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Vuv9TizwC90UvJTuqlEDf5uewKxbGzfz { width:13.5rem;height:auto;top:129.9375rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #u8CL5TS3kgsLegJkNOsEENKuZQJwvPOx { display:flex;width:1.4375rem;height:1.4375rem;top:129.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXs8quN3RQRHaSBbE4BUoVh1UyExBJxe { width:18.75rem;height:31.75rem;top:167.0625rem;left:0.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Wq148iDgvVOPonSmDzN2QBl9LVqpi0qq { width:16.3125rem;height:10rem;top:177.73751831055rem;left:1.84375rem;font-size:1rem;z-index:15029;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AihpGgn9I2QUaJbuQQ5At8rRG1TZQLxG { width:9.625rem;height:3rem;top:173.5625rem;left:5.1875rem;font-size:1.1875rem;z-index:15023;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFJTK2pIVT64aTOAxZsIVl95MetWHVcE { width:7.75rem;height:7.75rem;top:164rem;left:6.125rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SHRlKK7yu2ddfTaXofAW7pm53edhOhxt { display:flex;width:1.6875rem;height:1.6875rem;top:191.0625rem;left:1.625rem;z-index:15061; }
 }@media only screen and (max-width: 763px) { #bxmAnyK0JEqDzOvGheIX2Gs7FJwp1yX3 { width:10.875rem;height:1.1875rem;top:191.25rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #BncO0kyMS3tFpZXG1TgV2oDt5x2GTKWd { display:flex;width:1.4375rem;height:1.4375rem;top:189.125rem;left:1.875rem;z-index:15060; }
 }@media only screen and (max-width: 763px) { #ThAS6UsKJMIWuuMgqwRb8xzu5mBoSPkF { width:7.625rem;height:1.1875rem;top:189.1875rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #HvoUsg1RNc5RkA5hAwLNep9d6blGOL9P { width:18.75rem;height:33.8125rem;top:203.9375rem;left:0.625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #DsWrlquScP9KLd69z8S81PVsuHJ2CyVt { width:10.875rem;height:1.1875rem;top:229.8125rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #MuwL8Z0gWplhuuaaytAmGwlPEkL0WtdA { width:7.625rem;height:1.1875rem;top:227.58129882812rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #WqTsoZ0wibzidFt9xQIDpFveZXFF5XQN { width:16.3125rem;height:12.5rem;top:213.375rem;left:1.84375rem;font-size:1rem;z-index:15037;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OIVer8LXt7I3DRmU5xfCwogWb6mKmuMq { width:13.0625rem;height:1.5rem;top:210.6875rem;left:3.5rem;font-size:1.1875rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MaVlwTNlPLcwlSuTW5MXVHCXreTqRipT { width:7.75rem;height:7.75rem;top:200.875rem;left:6.125rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mf5BoNHcmozti43l2c36ATdaAVJ1iJq9 { display:flex;width:1.6875rem;height:1.6875rem;top:229.56878662109rem;left:1.5rem;z-index:15069; }
 }@media only screen and (max-width: 763px) { #HDJxLmutKZgQJciDaKhtuQnJqFLyUpfH { display:flex;width:1.4375rem;height:1.4375rem;top:227.58752441406rem;left:1.75rem;z-index:15068; }
 }@media only screen and (max-width: 763px) { #IeuzHFhvcTS15Xx9hEcfMJeXiGJT043r { width:20rem;height:33.5625rem;top:107.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pC9FpAiWJeeSIGg5MAddQBNmRSSoN9HS { width:17.3125rem;height:auto;top:116.375rem;left:1.3125rem;font-size:1rem;z-index:15013;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #bK8QNsT25lztcc7FiJEV02Rc6nTUOSOD { width:13.5rem;height:auto;top:133.5rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UFWKZmvswvRMIASOJveEH8fuTMJu3VHM { width:13.5rem;height:auto;top:131.3125rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cxhzlhr0f3DkxtRpx2BcotI6xxFnoqHb { width:16.75rem;height:auto;top:113.875rem;left:1.625rem;font-size:1.1875rem;z-index:15007;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Ao4TVyQ95DBWAoRI4VVslBbAnV6lTLLT { display:flex;width:1.6875rem;height:1.6875rem;top:133.375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQFLw0sRuEuTtmzlXkfX05wGm6mXgAaQ { display:flex;width:1.4375rem;height:1.4375rem;top:131.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDOrG3v42X6XAf1B3TWhrl2kXRTAcRQv { width:7.75rem;height:7.75rem;top:104.625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLwA0N57w5HX3ZL8yTGhGgyw7XgaXlAe { width:17rem;height:3.25rem;top:84.25rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu85OD32aQuICQfXbccEAJ61pSRL6w9r { display:block; }
 }@media only screen and (max-width: 763px) { #VvHniKkQDWcLbF7lRZFbu7rGQT2TZ26m { width:16.875rem;height:3.25rem;top:115.875rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #En7SBZuNOKvZLPrk91tVIaufysOFuxpr { display:block; }
 }@media only screen and (max-width: 763px) { #zAr9ldSUZfg6vhOmgDKNHKtTP3KXcoJO { width:16.75rem;height:3.25rem;top:148.9375rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KScbI1QSeT43vm4c5PkzsfDx0Stvs7QN { display:block; }
 }@media only screen and (max-width: 763px) { #McnswgVDRTRMT4C6JmlXDHIBKEXfoXLD { width:16.75rem;height:3.25rem;top:194rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBPtcTrlzDmZpXdaJ7TBv2BnoWlsBedO { display:block; }
 }@media only screen and (max-width: 763px) { #iqyTBJBkO93czzAXRHBdJEPUJo4RkfyG { width:16.9375rem;height:3.25rem;top:232.9375rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7Iz19UqQLiwdIcEiiGZln8iXLkaPDsb { display:block; }
 }@media only screen and (max-width: 763px) { #f0GL8G0KI1WdlAConBJ8bKs2OamLthnO { display:block; }#f0GL8G0KI1WdlAConBJ8bKs2OamLthnO > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvASWciza7HTBy7eUoiAGcCwrJD63bDe { width:20rem;height:6.5625rem;top:3.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ccnTrw1ueqr7TSeVyQimSLtWLQz5i6mf { width:20rem;height:10.5rem;top:11.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sIi5uAzz7QcEvMFfKHFF6ymoPGPdo63L { width:18.625rem;height:6.875rem;top:23.875rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ls5MwVUuNnuFz4n5UH2MdAIezo0C1Qps { width:20rem;height:8.5625rem;top:23.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIShT7VNmStZB3BN5JAtuOqZoouBrSrB { width:19.0625rem;height:8.25rem;top:33.8125rem;left:0.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pXXeOn78Aca1nEZ3gUvtUBQnID6Pr2Dk { width:19.9375rem;height:10.6875rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOlWDsxrVTNVT1gz686O4ylqAlfpdZOG { width:18.375rem;height:3.25rem;top:44.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Z8Rk4DDqhXUfkfUThGlMWab5vZUKLd { display:block; }
 }@media only screen and (max-width: 763px) { #Ghlw43zidSQSEwbSz6NU6ICCkDxWeMzR { display:block; }#Ghlw43zidSQSEwbSz6NU6ICCkDxWeMzR > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6MkvZbALMLct47rNhn83GbWEdEISpz0 { width:20rem;height:14.875rem;top:3.6875rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TV8qa6bn8na6bklVXXO6f5rGoTDzveXK { width:20rem;height:4.375rem;top:20.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MymTloVQ7qTQOKu3c0LCokguiLJfdWZp { width:20rem;height:4.5rem;top:25.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w { background-color:rgba(248,208,160,0.29);background-image:none;display:block; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container { background-color: transparent; background-image: none; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container > .video-iframe-container { display: none; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row > .video-iframe-container { display: none; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .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); }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPcXFxDihTt2cWKtZueLx3RMq4931T59 { width:20rem;height:4.875rem;top:27.5rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WCMBuM2GtbRPKGxUhu3PUd2DCksGuRlU { width:20rem;height:26.125rem;top:34.3125rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #taGzpiBnam5fLTP4dGDS3R452NIxCFv2 { width:20rem;height:14.549219125rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F901n66iHPFhXMlXsMT3TekwHK13ilRl { width:20rem;height:4.375rem;top:21.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gg4279AwqMUegVLPVOLQWnsizassxElT { display:block; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmBDdLDrwN11hqkN72x7cPeCV8iGDGce { width:18.5rem;height:6.1875rem;top:6.6875rem;left:0.75rem;font-size:1.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zXsXVCaGaQzXziC4kxC4uZJxkMbsSQoX { width:17rem;height:1.5rem;top:13.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAzsVgBvWFJTZosJ5hbNod1E9hdptqfg { width:4.1875rem;height:3.125rem;top:2.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZlCHHfJ0XmGBkeUulGP10yuFqoXcB34 { height:11.168rem;width:20rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKcHy1TsFK6eLK4niz87eQC2T98Vsumo { width:20rem;height:2.1875rem;top:3.8109741210938rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR .accordion-heading-text { font-size:1rem;height:auto;line-height:1.3;overflow:hidden;font-family:lato; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR .accordion-desc-text { font-size:0.9375rem;height:auto;font-family:lato;color:rgba(0,0,0,0.95); }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR { display:flex;height:auto;width:17.5rem;top:7rem;left:0rem; }
#qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #I9UOAbDtPb0JDwnln7dDqTdlcse5oOi3 {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #ir8lmS3G5q3qD6COag9PunJTr69JBLLD {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #SLNQv7N14IavONIKRgkbQXCaQxNv7o8B {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #d0Gyan8vx5tzVLBn9SqKWzAyb6Tdtyq9 {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #ASDEVIPmNuuuuF3AaHTnQTWpVUFVCiCR {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #rUswSJs9SDKf9hskfLI8ltA31gtMz1KD {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #hocNIEU7ZW1dxhn374pX36RUWWiEW7Tr {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #qzBmxEDESgWRa94TBJLXncfRqbPWUERs {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #ZWMrtkN2c29QTAO2uq2wzWtqLKWUhknO {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #ePtHuJwwr0Q7xDqyto3fniRninXF5ucz {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #a0ToELRTd7ku4PBCC1XeuBnU6Ur7nXbA {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #BlOcTWVeLiJvTDTNT7frfO7zQTGboNdX {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #xsIbrQxCNNugDcDKmJrVVz9pLy51Zt1x {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #m6ALLI9ra2pKxVR7GCTN1TrosvaFT7tM {  }
 }@media only screen and (max-width: 763px) { #qNZAVryBa7HO66V7Hp5fuGxflz6MRPkR #aWfOqBMfLqD1mr7yzcysUOrW8TAfopFT {  }
 }@media only screen and (max-width: 763px) { #tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk { background-color:#ffffff;background-image:none;display:block; }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .row .container { background-color: transparent; background-image: none; }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .row .container > .video-iframe-container { display: none; }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .row > .video-iframe-container { display: none; }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .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); }#tVXSTMSLsQUmayJwfe3Slf3TqbPUh5fk > .row .container { width:20rem;height:136rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pu9cI0qBDZGdHuwgH8wzsoH7JTkZDWaW { width:18.8125rem;height:4.5rem;top:3.9375rem;left:0.125rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #i0fUT8I0FLwDchrXg0LSzqTQIlvZBWMu { width:20rem;height:45.5625rem;top:10.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTi8GBCV82tTB7dT1zlfSu1592GIeRQ9 { width:20rem;height:11.0625rem;top:84.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDuTdxmbUk50L1Kxz5aws30iIgtthsvX { width:20rem;height:25.8125rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo6hm6pTNNNSu3uQOWyy2NUcc1L8Qr2h { width:20rem;height:10.9375rem;top:123.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ywBUfv07SzSWV5hHSxu02xQr7pT75P { width:20rem;height:12.875rem;top:109.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mf6KilqyGHBypFNJeQMtlJ8slqPRdVLK { width:20rem;height:11.8125rem;top:97rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmkmxKNR3LpLq2GS2QSH4dwOLr8bQfNp { display:block; }#fmkmxKNR3LpLq2GS2QSH4dwOLr8bQfNp > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wc7q2lyU3r5yc4mB2sgEHG0829BCD2vl { width:9.25rem;height:3.375rem;top:21.3125rem;left:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWwco5CIqmWm2VyTI0n9o8hXEqe5E7EO { width:8.9375rem;height:2.25rem;top:9.8125rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAFpX5ic1JmwJoKvUIZkNn9TQD6uloP7 { width:8.1875rem;height:2.25rem;top:7.25rem;left:11.4375rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FhOqRPcWiXb6TfbTZAXZDJDrlnb9TM85 { width:9.9375rem;height:4.5rem;top:21.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx3MGiv9ziEguuxlwZirRnuWb2HIKeJk { width:8.6875rem;height:2.25rem;top:18.4375rem;left:0.5625rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VtwlpdoVGTFD92RZkOT7a6CgOU3iz5r1 { width:10.5rem;height:3.375rem;top:9.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI7G8GzScbUWuZQg9DcxzchR1QerVpsF { width:10.125rem;height:2.25rem;top:7.3125rem;left:0rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZX4G1Acb8Vvz9X6PNLP6qPsPUzR6OXz9 { display:flex;width:3.25rem;height:3.25rem;top:3.25rem;left:13.9375rem; }
 }@media only screen and (max-width: 763px) { #nUZ4TVySTAS8CHnT5FHUSHlwZd8N21aU { display:flex;width:3.4375rem;height:3.4375rem;top:14.25rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #SAgWTHDV1VAOIqVlhJGNP8sxNpwPX1Jc { display:flex;width:3.0625rem;height:3.0625rem;top:3.375rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #ZErUpgOldtR4eRydsnGUJb3TWi015fsc { width:7.5rem;height:2.25rem;top:18.4375rem;left:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aESV8X2hU801wTaXmpiu3VHM0imT2Pbm { display:flex;width:3.625rem;height:3.625rem;top:14.125rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #cG79F1VtLWzn18vF6X2kaL52CW3AJDIC { display:block; }#cG79F1VtLWzn18vF6X2kaL52CW3AJDIC { border-width: 0; border-radius: 0; }#cG79F1VtLWzn18vF6X2kaL52CW3AJDIC > .row .container { width:20rem;height:15rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GV5kboeZlIJ88zAaA67F8ug17ntoHc7z { top:6.375rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.14);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #pRAJJaqTXODQE2g8Qgg7wSaXlQUk2FIX { display:flex;width:2.625rem;height:2.625rem;top:2.5625rem;left:12rem; }
#pRAJJaqTXODQE2g8Qgg7wSaXlQUk2FIX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #KzRgopXh1MESlzbqvCwkIJdPWsKr4Bmn { display:flex;width:2.625rem;height:2.625rem;top:2.5625rem;left:8.8125rem; }
#KzRgopXh1MESlzbqvCwkIJdPWsKr4Bmn > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #DDAEVi2ADVnQ8XTul73s7mRm5A72OWbd { width:5.5625rem;height:2.6875rem;top:2.5rem;left:2.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TFN8WBcpGOyPEQlatQl49d7DU7svFER9 { width:6.75rem;height:1.625rem;top:10.875rem;left:0.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oPiukEQgDkOTmUqf625770UEXnlU7wnM { width:6.375rem;height:1.625rem;top:10.9375rem;left:8rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ni7CQ6hRqkdvKrAbAknlvMWviXotRRnf { width:0.125rem;height:1.25rem;top:11.125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShZRxBighHwEvdDxBmvBErao4K2vyNXW { width:0.125rem;height:1.25rem;top:11.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyFdT5PBdNf2emZGsKsrPWogoFXa6WkX { width:4.5625rem;height:0;top:10.9375rem;left:14.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StemT9gimkyx0x1T1P6DdW5UVLTqkvRr { width:18.9375rem;height:1rem;top:9.125rem;left:0.5625rem;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHDhaltizQRubuiBKudimeteATDq6z2x { width:18rem;height:2rem;top:6.3125rem;left:1rem;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2bvy6xowGdTTFXuX5IUTWUTqeJ9OSzI { display:flex;width:2.6875rem;height:2.6875rem;top:2.5625rem;left:15.25rem; }
#W2bvy6xowGdTTFXuX5IUTWUTqeJ9OSzI > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }