.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:253,238,217;--color-primary-1:248,198,128;--color-primary-2:241,140,0;--color-primary-3:121,70,0;--color-primary-4:36,21,0;--color-secondary-0:253,206,206;--color-secondary-1:248,109,109;--color-secondary-2:243,12,12;--color-secondary-3:255,0,0;--color-secondary-4:49,2,2;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:239,224,224;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Oswald"; }@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-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TnatbogTDTnz52Un6TJJcIDIIrvlbHn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnatbogTDTnz52Un6TJJcIDIIrvlbHn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnatbogTDTnz52Un6TJJcIDIIrvlbHn8 > .row > .video-iframe-container { display: none; }#TnatbogTDTnz52Un6TJJcIDIIrvlbHn8 > .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); }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ { background-color:#020b10;background-image:url("https://images.assets-landingi.com/uc/67b32a7c-117b-4729-b0a5-daec759f2016/k.crop_924x1080_78,0.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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;display:block; }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ.adaptive-delivery-prevent-bg, #rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ.lazyload, #rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ.lazyloading { background-image: none; }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .row .container { background-color: transparent; background-image: none; }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .row .container > .video-iframe-container { display: none; }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .row > .video-iframe-container { display: none; }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .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); }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .row .container { border-width: 0; border-radius: 0; }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .row .container { width:60rem;height:80.625rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#xQyzpBlX4TTU5AQs3bPklPlRvixRTgtK { position:absolute;display:block;z-index:15000;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:6.5625rem;width:6.5625rem;top:2.78125rem;left:2.84375rem;overflow:hidden;display:block; }
#QVXmJXnAOgfVMncpN6wOQA3DgUlwJm3Q { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.34);top:14.1875rem;left:2.375rem;height:12rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z7NGVhZcZsq29BCGQTJmD4JGrsc2pfLF { color:#f3eee7;display:block;width:24.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:25.43701171875rem;left:2.375rem;height:11.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SdQf23p5dVnhkqccNDfHG9nZWn0MWfKu { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#ecf1f1;background-image:none;top:2.3125rem;left:2.375rem;display:block; }
#gQ8Ta90nLIkGNbX6tTFtRepD7EFwIsDU { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:36.279296875rem;left:55.8125rem;height:1.25rem;display:block; }
#JTWDeT4SKNOmIW6gq53kf4VJTa7LgWf2 { position:absolute;display:block;z-index:15000;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:40.4375rem;width:34.5625rem;display:none; }
#ss3ZzN8xmKaOgJTXEZTK44nAavLTSeG4 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.1875rem;left:47.25rem;height:1.25rem;display:block; }
#hPvn37wzvJ7lSlHKDIUO1IBPpADQcIEQ { color:#eff5f8;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:53.8125rem;left:2.84375rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QwsElKesK3VT7AK13vThipuXQsbVRnT4 { z-index:15004;top:43.4619140625rem;left:2.375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#m3lRHl1MM2JwCwTFwpFtCAvc4NnPnxgS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR { position:relative;display:block; }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR { background-color: transparent; background-image: none; }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .row .container > .video-iframe-container { display: none; }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .row > .video-iframe-container { display: none; }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .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); }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR { border-width: 0; border-radius: 0; }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cCD7IzABookCh0cmo2DgmiC09X9JKieU { color:rgba(var(--color-primary-2),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.81);top:2.125rem;left:10rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liWW6N5vTUvX04KHKD7tNF5TqkeydecT { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.81);top:2.125rem;left:25.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M0I5r2sy2Fv3T2mnWsL14Q5AVWvpmgXi { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.875rem;left:10.375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C82Tp9dypBfSCEWQZQTVurP22gfTuClw { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.25rem;left:28.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JTp2U1peOlwIvqFW1qsymGAnH2Hv1ILt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.8125rem;left:13.375rem; }
#oFo0Zed3FG3CJZ4d0p08JkTDgLt0eKeI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.5625rem;left:31.4375rem; }
#esMxqVvDquwZQNMMpvAwvxpTR8UgvorW { color:rgba(var(--color-primary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.81);top:2.0625rem;left:45.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zkBourflXpIiMJkVCh4X3qEWi3iPnRsW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:5.6875rem;left:49.75rem; }
#KNSmkLJIWHJ2P0kOPAKLoX4d0GqzrSDC { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.875rem;left:46.03125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wDTkgqImGT11uStk3fKk7hNJfL7203xR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wDTkgqImGT11uStk3fKk7hNJfL7203xR > .row .container { background-color: transparent; background-image: none; }#wDTkgqImGT11uStk3fKk7hNJfL7203xR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTkgqImGT11uStk3fKk7hNJfL7203xR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTkgqImGT11uStk3fKk7hNJfL7203xR > .row .container > .video-iframe-container { display: none; }#wDTkgqImGT11uStk3fKk7hNJfL7203xR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTkgqImGT11uStk3fKk7hNJfL7203xR > .row > .video-iframe-container { display: none; }#wDTkgqImGT11uStk3fKk7hNJfL7203xR > .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); }#wDTkgqImGT11uStk3fKk7hNJfL7203xR > .row .container { border-width: 0; border-radius: 0; }#wDTkgqImGT11uStk3fKk7hNJfL7203xR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDTkgqImGT11uStk3fKk7hNJfL7203xR > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;position:relative;display:block; }#kWFAtokL5QAzex9gpW4lpZ9UiT7ZRS6k { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.03125rem;left:22.96875rem;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;display:block; }
#QrKJ2JR6XgeOvT7xLsJzXp5kdsLoFAp5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.0625rem;left:22.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;display:block; }
#Pdk6JsDpOzP2GWR8D3ZH5V2ydomurmvH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:22.25rem;left:22.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;display:block; }
#zXTEIBopNvb5gFzcF8GsLwAqwWTkrTWk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.875rem;left:43.09375rem;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;display:block; }
#dmIWbOHMsR4aw2FW1oyXlPUMvgF1tMlL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:14.0625rem;left:43.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;font-style:normal;display:block; }
#wwgXVtGPJ4mSe0POEq4zyugBUpqzGzbO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:22.25rem;left:43.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;font-style:normal;display:block; }
#qTi5irb9N3IRyB81xUNyRMtAttsGivPS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(47,40,29,0.46);top:8.45166015625rem;left:1.21875rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LqIUJZTRTGVIHsaco2txRgWL60dRx0F2 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:29.8125rem;left:43.09375rem;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;display:block; }
#Aw7l6caTZObwP6CIPW7MmV6GerZLDIy0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:8.375rem;left:20rem; }
#UxEoUT6IesbIk67H61mxMM7sqvucUqJe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.375rem;left:20rem; }
#qtUSe4GPgsf2oRLoskDGRxIyQXU39f6K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:25.3125rem;left:20rem; }
#BsQS6Uy7GB75mvA7S5oaTNRvmGfB72l3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:7.375rem;left:40rem; }
#QbyXsdo2UNGg3sK4RlEUnoJ9SUiHa8MX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:16.5625rem;left:40rem; }
#cH5FGtyRC2gTKgTz2NPfW64ntXy7Og9s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:23.75rem;left:40rem; }
#HyLSSTLi4TAbC5SAFHd71iXqvqp3oVE6 { z-index:15003;top:38.4375rem;left:19.03125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FlPCEr68BZIqtU5aMPieisXyuGPHGKCr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOFkSZSozwtQKxtB3WrOCDDI6UzS8qoT { position:relative;display:block; }#eOFkSZSozwtQKxtB3WrOCDDI6UzS8qoT { background-color: transparent; background-image: none; }#eOFkSZSozwtQKxtB3WrOCDDI6UzS8qoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOFkSZSozwtQKxtB3WrOCDDI6UzS8qoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOFkSZSozwtQKxtB3WrOCDDI6UzS8qoT > .row .container > .video-iframe-container { display: none; }#eOFkSZSozwtQKxtB3WrOCDDI6UzS8qoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOFkSZSozwtQKxtB3WrOCDDI6UzS8qoT > .row > .video-iframe-container { display: none; }#eOFkSZSozwtQKxtB3WrOCDDI6UzS8qoT > .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); }#eOFkSZSozwtQKxtB3WrOCDDI6UzS8qoT { border-width: 0; border-radius: 0; }#eOFkSZSozwtQKxtB3WrOCDDI6UzS8qoT > .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; }#eOFkSZSozwtQKxtB3WrOCDDI6UzS8qoT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y5oSyeLDr9AyQRVi5xxWrTy7CDGxbeTf { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.81);top:2.625rem;left:16.21875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN { position:relative;display:block; }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN { background-color: transparent; background-image: none; }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN > .row .container > .video-iframe-container { display: none; }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN > .row > .video-iframe-container { display: none; }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN > .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); }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN { border-width: 0; border-radius: 0; }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fAoQ7c7sCtHk3AeNbF2LhCsWG0eA2lUf { position:absolute;display:block;z-index:15000;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: 0.0625rem 0.3125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:13.875rem;width:13.75rem;top:4.5rem;left:2rem;overflow:hidden;display:block; }
#HfL48raxgRHB2ClRoH0n11pEwrwHlXqn { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6875rem;left:25.125rem;height:5rem;font-style:normal;display:block; }
#AuPhtBhznp81fArmRT3vk9xg1KBQnZwV { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.6875rem;left:25.125rem;height:32.5rem;font-style:normal;display:block; }
#WD7d7lIbRvsxW3UpZXy49sIxyKk3ZZtL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:13.8125rem;width:13.75rem;top:21.375rem;left:2rem;overflow:hidden;display:block; }
#VaRoMyhTVe2Va9iJp2PdxPEdUbUJa3zp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,239,242,0.93);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; }#VaRoMyhTVe2Va9iJp2PdxPEdUbUJa3zp > .row .container { background-color: transparent; background-image: none; }#VaRoMyhTVe2Va9iJp2PdxPEdUbUJa3zp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaRoMyhTVe2Va9iJp2PdxPEdUbUJa3zp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaRoMyhTVe2Va9iJp2PdxPEdUbUJa3zp > .row .container > .video-iframe-container { display: none; }#VaRoMyhTVe2Va9iJp2PdxPEdUbUJa3zp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaRoMyhTVe2Va9iJp2PdxPEdUbUJa3zp > .row > .video-iframe-container { display: none; }#VaRoMyhTVe2Va9iJp2PdxPEdUbUJa3zp > .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); }#VaRoMyhTVe2Va9iJp2PdxPEdUbUJa3zp > .row .container { border-width: 0; border-radius: 0; }#VaRoMyhTVe2Va9iJp2PdxPEdUbUJa3zp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VaRoMyhTVe2Va9iJp2PdxPEdUbUJa3zp > .row .container { font-size:0.875rem;font-family:arial;height:65.375rem;width:60rem;position:relative;display:block; }#vVCgT3csbdV2IqwKIl05dzMx2bzUuOTg { color:#ecd7d7;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:28.3125rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JzgadbniTQypo2R8Meqv6cUopvISiEkn { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.125rem;left:0.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x06qc51fXbT2SULeKXMm1EsiBKgHssy2 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:28.3125rem;left:40.625rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k9OapnMsnR33JJZVC1oaoIIo7XcUWbfP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.75rem;left:40.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KWkt2fTvtqiAT8tk9pdGNlTgAgCVraR0 { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:7.125rem;left:20rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lGlDFnTenMMP5euzHfhCzhnvbILlPkbD { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:20rem;top:14.375rem;left:0rem;display:block; }
#v6kE1PIyks4Ds5FlBbZTQddxUZZ54Wre { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:20rem;top:14.375rem;left:20rem;display:block; }
#Hf1guGSpCkCzCNsfs7z6a3lapDEv9W0m { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:20rem;top:14.375rem;left:40rem;display:block; }
#yMtelmAIKITvKSNpPuoWsetgnQZOvffg { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.81);top:2.625rem;left:14.3125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DALTOBFhc7XZHi5g1t2WcRbDlZIZIPxr { color:rgba(var(--color-tertiary-3),1);display:block;width:49.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:8.875rem;left:5.15625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tIAkOHGLFyGZTQtGCp3CD2O1Eu9C7e7d { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:37.0625rem;left:0rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oEPZif8OXUHHT20ZmZ1EK1faaGxsMcZq { color:#edd5d5;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:34.76123046875rem;left:0.625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#keei7vaTaaJT9TinUK4LoSvtEbaNMGlU { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:20rem;top:39.125rem;left:20rem;display:block; }
#mPqTPcrLOWPbvRT5FKosfixQQ0Cv7qoW { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:20rem;top:39.125rem;left:0rem;display:block; }
#ii0mOrMJaX42z6TvnTABwn1OWTzZ76UL { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:20rem;top:39.0625rem;left:40rem;display:block; }
#kQzzZV4TABeg3QgqEhcvHl5dO0VG9Ryt { 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:7.75rem;width:7.75rem;top:16.0625rem;left:6.625rem;overflow:hidden;display:block; }
#AaheAoGuCcfEZEabZ3515vsz2xTI49K8 { position:absolute;display:block;z-index:15012;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.875rem;width:6.8125rem;top:15.1875rem;left:47.46875rem;overflow:hidden;display:block; }
#Mr1dolHa1fkwZTccM2F6colF86klmE9m { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:49.875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2Ngkuc7RfRF1Ke4otxdOMyQibtMTBCV { 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.875rem;width:6.8125rem;top:40.5rem;left:6.34375rem;overflow:hidden;display:block; }
#k2Vw4fOxLSrxl7HO4DLx2g15U3BbL3k1 { color:#5b5858;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:63.0615234375rem;left:0rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuAlM2Z9yqdgfUJ0lopyf2ggLTQMEoHa { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:61.68701171875rem;left:20rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eF6kRXZXBloxC7nDizBVbwmXMgMlxBwV { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:51.5rem;left:0.625rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FeXIzua3wRPTJkL20dx08McroeVP7d2d { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:49.875rem;left:20.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iaiT99lUcy7XLFWioc9e6VB4bMq20kMa { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:53.2373046875rem;left:20.625rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQUlpN24QOGuPTo3ZXc8btztFDWHmT2C { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:59.25rem;left:20rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d7XlC4BR8ElFgCbHltRwArTSQWCHKrsH { 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:7.6875rem;width:7.75rem;top:41.21875rem;left:26.125rem;overflow:hidden;display:block; }
#HkUlU7UuNIS5CNx4AVMafsEHG5g5HDwP { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:33.912109375rem;left:40rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EaULG35d1eN35Rhw6QrlsPsPSB5eivsT { color:#4f4f4f;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:62rem;left:0rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IBrbwsFmHwwoeHWJhyWkzvOTCgIaaQe0 { z-index:15004;top:22.9375rem;left:22.40625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:6.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ckTXJuVDFZao3TCfpU8MTfx150vwe69X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zlhVTab3PQutK9J8TMvfS6V0TWX4QwFe { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),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; }#zlhVTab3PQutK9J8TMvfS6V0TWX4QwFe > .row .container { background-color: transparent; background-image: none; }#zlhVTab3PQutK9J8TMvfS6V0TWX4QwFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlhVTab3PQutK9J8TMvfS6V0TWX4QwFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlhVTab3PQutK9J8TMvfS6V0TWX4QwFe > .row .container > .video-iframe-container { display: none; }#zlhVTab3PQutK9J8TMvfS6V0TWX4QwFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlhVTab3PQutK9J8TMvfS6V0TWX4QwFe > .row > .video-iframe-container { display: none; }#zlhVTab3PQutK9J8TMvfS6V0TWX4QwFe > .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); }#zlhVTab3PQutK9J8TMvfS6V0TWX4QwFe > .row .container { border-width: 0; border-radius: 0; }#zlhVTab3PQutK9J8TMvfS6V0TWX4QwFe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zlhVTab3PQutK9J8TMvfS6V0TWX4QwFe > .row .container { font-size:0.875rem;font-family:arial;height:117.1875rem;width:60rem;position:relative;display:block; }#a23z4TaTWygM41fuvHVySg9HPS0rs4Hm { display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.1875rem;left:28.5625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#touN221k3fxMKyCflXhFdFXAu8zyrtQq { display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:18.25rem;left:28.5625rem;height:19.5rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#Hm6FfBW1dkXzGcD4Ru6i02NJHGDi8VEM { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:1.375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#TBR7TCnwbWf3hTZEta77zFnXx9LNxHcS { 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:27.8125rem;width:22.75rem;top:13.1875rem;left:3.3125rem;overflow:hidden;display:block; }
#LpOHkmv24PBaWFAGmJLBcL5gEPOVDUmK { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(47,40,29,0.46);top:3.5625rem;left:14.3125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MoLEWNozTea41bQENolahr4dRaWDlMp9 { 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:31rem;width:20.5625rem;top:45.8125rem;left:3.3125rem;overflow:hidden;display:block; }
#sLWoMkoPdhs7ZkHFu57ThRFTT3Fk0p9U { display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:45.8125rem;left:28.5625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#xImThefAvGATSTH6r3XHbTqIfgqCuAcL { display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:49.0625rem;left:28.5625rem;height:25.5rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#zo5IXe3T0FAfJmgzskSlegqqtySGJZSJ { 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:26.0625rem;width:26.0625rem;top:82.0625rem;left:1.65625rem;overflow:hidden;display:block; }
#E6slzAyvlTi2S07WkA6kzgonwSGVM8Ut { display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:85.8125rem;left:28.5625rem;height:25.5rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#SydO5a8JBBX4zF448MzDNdP2TPqSrFc4 { display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:82.0625rem;left:28.5625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#O0fHrs3T4v5TXF88gIZPlx0sqrRyB0k1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffffb;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; }#O0fHrs3T4v5TXF88gIZPlx0sqrRyB0k1 > .row .container { background-color: transparent; background-image: none; }#O0fHrs3T4v5TXF88gIZPlx0sqrRyB0k1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0fHrs3T4v5TXF88gIZPlx0sqrRyB0k1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0fHrs3T4v5TXF88gIZPlx0sqrRyB0k1 > .row .container > .video-iframe-container { display: none; }#O0fHrs3T4v5TXF88gIZPlx0sqrRyB0k1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0fHrs3T4v5TXF88gIZPlx0sqrRyB0k1 > .row > .video-iframe-container { display: none; }#O0fHrs3T4v5TXF88gIZPlx0sqrRyB0k1 > .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); }#O0fHrs3T4v5TXF88gIZPlx0sqrRyB0k1 > .row .container { border-width: 0; border-radius: 0; }#O0fHrs3T4v5TXF88gIZPlx0sqrRyB0k1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0fHrs3T4v5TXF88gIZPlx0sqrRyB0k1 > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#PGEDS5ITgGX53CePzAWInIvMy7CIcwET { color:rgba(var(--color-tertiary-4),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(47,40,29,0.46);top:0rem;left:13.125rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IUeLHmussnE6xem5X75Hfa8mwxcFmfv3 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.1875rem;left:11.3125rem;height:22.75rem;text-align:center;text-align-last:center;display:block; }
#BLO6cP9h3AMA7eI5ukE8yQ4FdOVrhb93 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.1875rem;left:9rem; }
#WVOrHodbd8KbZEc6Hh6o2EZvUMLRVlth { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.0625rem;left:9rem; }
#hWAqOcCnFsZlfV49nIBgDb9qAKlOookW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:17.75rem;left:9rem; }
#kSRQ6DpFvGBxPQwWbLhxQpkUyAISwNIV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.5rem;left:9rem; }
#DUwuNWW2J16sUmR8TA1Te0f0lWE6F3c0 { z-index:15004;top:33.9375rem;left:19.53125rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;box-sizing:border-box;color:#fdfeff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Os02mtiXnN6wE7tez7JsG8hBiXAseCo5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F34GQkWakSO4AUkQJPZQ2zoTENFz7Sc8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F34GQkWakSO4AUkQJPZQ2zoTENFz7Sc8 > .row .container { background-color: transparent; background-image: none; }#F34GQkWakSO4AUkQJPZQ2zoTENFz7Sc8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F34GQkWakSO4AUkQJPZQ2zoTENFz7Sc8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F34GQkWakSO4AUkQJPZQ2zoTENFz7Sc8 > .row .container > .video-iframe-container { display: none; }#F34GQkWakSO4AUkQJPZQ2zoTENFz7Sc8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F34GQkWakSO4AUkQJPZQ2zoTENFz7Sc8 > .row > .video-iframe-container { display: none; }#F34GQkWakSO4AUkQJPZQ2zoTENFz7Sc8 > .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); }#F34GQkWakSO4AUkQJPZQ2zoTENFz7Sc8 > .row .container { border-width: 0; border-radius: 0; }#F34GQkWakSO4AUkQJPZQ2zoTENFz7Sc8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F34GQkWakSO4AUkQJPZQ2zoTENFz7Sc8 > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#UaB5cSydTvhQRiZTH8TI5Kw3nqGmLkB4 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:10.3125rem;left:0rem;display:block; }
#ZVEwSgf08TqVryIhiTRqq2rtBnlvHe6l { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.6875rem;left:1.0625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OxtmRVA4AH8FqC2F9RiRmnQ0GyCspw6V { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:22.125rem;left:1.0625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6euvgbnQEitaeq2Gc77SPzaKqUpRdQO { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:18.75rem;width:18.9375rem;top:10.3125rem;left:20.5625rem;display:block; }
#iszBg7mQTBlxxdG7uXKTdPGhqK7Pelkf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:22.125rem;left:21.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTJy6t1Dv2FI2SdGfBMOGs257buBgg4I { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.6875rem;left:21.5625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTf9LZH5izfN8U6i8dRCi1x56HU5NbPM { position:absolute;display:block;z-index:15008;background-color:#050505;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:10.3125rem;left:41.0625rem;display:block; }
#P8eEzrKqvLAdbbSGWXV7ukel7VlU8m5I { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:22.125rem;left:42.0625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESSgC3SX9nUsyay5TsMnV5TrPL2zB64q { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.6875rem;left:42.0625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wpcrRgmn7rgSzifXphB7KSM21W6tIILl { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(47,40,29,0.46);top:3.4375rem;left:11.75rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EhzQOJ09iH3MfZxiqQx7OS9S0aMgFUZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:13.1875rem;left:7rem; }
#HBDHAFubv8dSxb5JHUIiCfBJeT4O3VBe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.1875rem;left:27.5625rem; }
#OqH3oTrfBQaTAF3TiKsEp9If2sKnUoFC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:13.1875rem;left:48.0625rem; }
#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .row .container { background-color: transparent; background-image: none; }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .row .container > .video-iframe-container { display: none; }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .row > .video-iframe-container { display: none; }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .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); }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .row .container { border-width: 0; border-radius: 0; }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:60rem;position:relative;display:block; }#gIMiEMKpeFTisLct9QcXEdBHAOuCDAEt { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:39.6875rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSMfKhepezefwWU5c2eQ1GEroOkFc0Sp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:22.375rem;left:43.75rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ilANI2O5FooixcVcxxDoUrtQuoURScDD { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:19.9375rem;left:41.5rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KvJmixGq88DEwDrQrVcwQ1S6vrkHttu7 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:22.375rem;left:24.75rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DtAb6UocmS235Xvs5qKy5afHvQaUtQ0P { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:19.93701171875rem;left:22.53125rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vIl6zu0UWEmQkPvDL8TqKOCTvup9nBUn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.9375rem;left:5.125rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTDiclVNDMmG68u16Vu2yBp8L8kyS6q0 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.375rem;left:4.40625rem;height:9.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RJ4TAoUnTh8hJkffRFmI7VeHuEE27oNs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.0625rem;left:43.5625rem;display:block; }
#qqCpTeBhy1RtInkH5c2kb7kxhVGswbWl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sNmvGSpWg7uqT6spdqvGXzzKnp2n98Nx { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:7.5rem;left:0rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wyy4k13OwnbVXXnTtsvJokFUQ9iIfhRT { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:11.412109375rem;left:10.75rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wb4Hv6wpauaydPSBe4paBlhtTB4e6l04 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(47,40,29,0.46);top:0rem;left:14.3125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAI9wAxJINZD8bfCEZmHJAQFV59OfvVp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:15.6875rem;left:11.0625rem; }
#g93ZO3LnTkcCFiqTENGhQNNZkw7WdyB5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:15.6875rem;left:28.4375rem; }
#dmFGcMbFNgq1iarNRCIMls6D3WuMKqhd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:15.6875rem;left:47.375rem; }
#zMkCQecleD3ciMCp38XO0mC0TzU0IA3J { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.0625rem;left:24.5625rem;display:block; }
#wtoU1JV8Mug2tTlM96bO6eM4VCEl34LW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UpLGgbed8XautNn8Jn9ons6BgExw5uzC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.75rem;left:6.46875rem;display:block; }
#OUgI749Cva0AtASf9cKangtMaJJZ4GlF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxoHk92hvu3DzMeTo8CQL0SDGvlfxhSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#gxoHk92hvu3DzMeTo8CQL0SDGvlfxhSK > .row .container { background-color: transparent; background-image: none; }#gxoHk92hvu3DzMeTo8CQL0SDGvlfxhSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxoHk92hvu3DzMeTo8CQL0SDGvlfxhSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxoHk92hvu3DzMeTo8CQL0SDGvlfxhSK > .row .container > .video-iframe-container { display: none; }#gxoHk92hvu3DzMeTo8CQL0SDGvlfxhSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxoHk92hvu3DzMeTo8CQL0SDGvlfxhSK > .row > .video-iframe-container { display: none; }#gxoHk92hvu3DzMeTo8CQL0SDGvlfxhSK > .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); }#gxoHk92hvu3DzMeTo8CQL0SDGvlfxhSK > .row .container { border-width: 0; border-radius: 0; }#gxoHk92hvu3DzMeTo8CQL0SDGvlfxhSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gxoHk92hvu3DzMeTo8CQL0SDGvlfxhSK > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:49.625rem;width:60rem;position:relative;display:block; }#yTn2r3a6uhztQEJzoKld0y4PVpKOfiRr { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(47,40,29,0.46);top:3.375rem;left:14.3125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0.0625rem solid #000b21;border-left:0.0625rem solid #000b21;border-right:0.0625rem solid #000b21;border-bottom:0.0625rem solid #000b21; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq .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; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"open sans";color:rgba(var(--color-primary-2),1); }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans";font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1); }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq .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_a326d66537a6794d5a712b1f36f018a2aee8d86e.svg");background-size:contain !important; }#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq .accordion-trigger.adaptive-delivery-prevent-bg, #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq .accordion-trigger.lazyload, #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq .accordion-trigger.lazyloading { background-image: none; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq { box-sizing:content-box;height:auto;width:46.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.1875rem;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;padding-top:0.375rem;padding-right:0.375rem;padding-bottom:0.375rem;padding-left:0.375rem;top:9.125rem;left:6.59375rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #tsmFzVXxOy5u8l2JPLr9FgQyTpqPu5qu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #fiF6TOyDTsrcsdUPZJPtZeSpT0gqHrkW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #HIEBrAyhbk3lhS65MNsZBKGERR8uL4kA { display:block;position:relative; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #d26uXvcKozQNbd1oRHwQHDHAWSNV8oTq {  }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #eRr1KqTbWfZINpuAfOzOhebam1WwTiUK {  }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #C9lvLeDFSETB4SykUUKb1IgKQgXRgCJp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #fV8vboxZBDrK86KlB9nrTT34BSfvdRnq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #ohtuSZBxrumXLJmMmEr3dE8GHwK9Q3Gn { display:block;position:relative; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #T2v2w8Jnq14cRSsncsaIJ5BaFsfIN0c0 {  }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #R6wGsQsinvQKBK5BGHmCm0f64vPhD01x { display:none; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #VrzESrlLt34aus1WMX7D98gBsEf9NAb0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #HiBNylVCBAkF281ZU3oKWHHoUtzhCe3y { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #VT5G1D7memK4aAlcNIKZJWFvgIWmkKhW { display:block;position:relative; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #TUT3MCrL3CaGWZEmaWZC3OTNnIXuAHR8 {  }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #nhtcZdanfs7ovSL0r1s3xBnGNsV7G1us { display:none; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #uJn1EwRVdwgxCKZ4B1e8MnTtwL3pyTrT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #nahAvNy9aMl6yg5KeZwcRRk5kESVoIPE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #X8cO4lIAAXBqQQBy2eR3SSg6PWlzqLqy { display:block;position:relative; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #q74D4HK2CoKJZTi1HbEDPANkJZfLCFoZ {  }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #WrhwQU6UoaeZOODokpvByVxfRThatW1w { display:none; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #bTmAbzOgKd4xQBMtVbqpilmZDdBshust { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #IFbzS9WZaPhNr1Nz4QD59TBWJBGmA0TZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #euQhnqTyZkRSJezFCNrkIEOHorDnHi2X { display:block;position:relative; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #ml1ElRJk8hs32BZQVJUq6W4LcUQKaVhW {  }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #fediCsFrXp2dJ1aDh5HNp3oa9qpGHdqh { display:none; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #xhEImpCPxrWhyrMAEMTVIXe8sp4qtPnt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #ABZvhzHQqh3RuMdksiOQnQkdtDDJv1Sm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #Tg3kmIzpcLCImfmT9lz0Z2sqqDpRFk7a { display:block;position:relative; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #zDyTgrBSH8VIbIxhBxsJgMVwBq09GTpJ {  }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #LfP03MPXtDi04C7xigfzcWrkCoV6xwXr { display:none; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #SWl9nzrcDFG0ha1KrEmz2wG4xl62AlKI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #CgOZypIIbvlP4N3XvBT00fv2VEK3wOw0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #S6WGhx4TPf9FStaA7TxqP2EeCq69A0IC { display:block;position:relative; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #endsNKwwnyPOarB8sqC1oF1m7SuequZr {  }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #LM0QgzLgkGlwcVr3awFJvRd667LpWaik { display:none; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #Ir2JMhknwo1af1cSTzBpaIKyTZTICSDf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #o2BLROdvk6MufBfHnnzJIyNSvJWCCELU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #KdJTWzKAfP6JbD2D6fPJeSm48NCQ7CNF { display:block;position:relative; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #rnKbMdk0kuyrwgTt2qAIW4UI18HoLr4U {  }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #PqQoN8eTG3lw4GKNyWa7hwusZBAKbUmr { display:none; }
#P7qBbzTy3h6OCcSWDLrknKlWAR3wgqTO { background-color:rgba(var(--color-tertiary-4),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; }#P7qBbzTy3h6OCcSWDLrknKlWAR3wgqTO > .row .container { background-color: transparent; background-image: none; }#P7qBbzTy3h6OCcSWDLrknKlWAR3wgqTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7qBbzTy3h6OCcSWDLrknKlWAR3wgqTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7qBbzTy3h6OCcSWDLrknKlWAR3wgqTO > .row .container > .video-iframe-container { display: none; }#P7qBbzTy3h6OCcSWDLrknKlWAR3wgqTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7qBbzTy3h6OCcSWDLrknKlWAR3wgqTO > .row > .video-iframe-container { display: none; }#P7qBbzTy3h6OCcSWDLrknKlWAR3wgqTO > .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); }#P7qBbzTy3h6OCcSWDLrknKlWAR3wgqTO > .row .container { border-width: 0; border-radius: 0; }#P7qBbzTy3h6OCcSWDLrknKlWAR3wgqTO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#P7qBbzTy3h6OCcSWDLrknKlWAR3wgqTO > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#NEqNNTKutCrPmCxTm5tVA85qkiPdKWMy { box-sizing:content-box;height:4.625rem;width:4.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#ecf1f1;background-image:none;top:0.8125rem;left:27.6875rem;display:block; }
#lU0197c76ut9x515TQlMb6n7v8zZdgS0 { position:absolute;display:block;z-index:15002;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.9375rem;width:3.9375rem;top:1.375rem;left:28rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ { display:block; }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQyzpBlX4TTU5AQs3bPklPlRvixRTgtK { width:6.5625rem;height:6.5625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVXmJXnAOgfVMncpN6wOQA3DgUlwJm3Q { width:26.1875rem;height:9.0625rem;top:14.1875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7NGVhZcZsq29BCGQTJmD4JGrsc2pfLF { width:24.8125rem;height:15.3125rem;top:25.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdQf23p5dVnhkqccNDfHG9nZWn0MWfKu { top:2.3125rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ8Ta90nLIkGNbX6tTFtRepD7EFwIsDU { top:36.25rem;left:44.1875rem;width:3.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTWDeT4SKNOmIW6gq53kf4VJTa7LgWf2 { width:34.5625rem;height:40.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ss3ZzN8xmKaOgJTXEZTK44nAavLTSeG4 { top:14.1875rem;left:41.125rem;width:3.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPvn37wzvJ7lSlHKDIUO1IBPpADQcIEQ { top:53.8125rem;left:0rem;width:46.125rem;height:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwsElKesK3VT7AK13vThipuXQsbVRnT4 { top:43.4375rem;left:0rem;width:15.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3lRHl1MM2JwCwTFwpFtCAvc4NnPnxgS { display:block; }
 }@media only screen and (max-width: 763px) { #P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR { display:block; }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCD7IzABookCh0cmo2DgmiC09X9JKieU { top:2.125rem;left:3.875rem;width:9.8125rem;height:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liWW6N5vTUvX04KHKD7tNF5TqkeydecT { top:2.125rem;left:19.5625rem;width:14.625rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0I5r2sy2Fv3T2mnWsL14Q5AVWvpmgXi { top:9.875rem;left:4.25rem;width:11.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C82Tp9dypBfSCEWQZQTVurP22gfTuClw { top:9.25rem;left:22.3125rem;width:9.0625rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTp2U1peOlwIvqFW1qsymGAnH2Hv1ILt { top:5.8125rem;left:7.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFo0Zed3FG3CJZ4d0p08JkTDgLt0eKeI { top:5.5625rem;left:25.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esMxqVvDquwZQNMMpvAwvxpTR8UgvorW { top:2.0625rem;left:37rem;width:10.75rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkBourflXpIiMJkVCh4X3qEWi3iPnRsW { top:5.6875rem;left:43.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNSmkLJIWHJ2P0kOPAKLoX4d0GqzrSDC { top:9.875rem;left:37.1875rem;width:10.5625rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDTkgqImGT11uStk3fKk7hNJfL7203xR { display:block; }#wDTkgqImGT11uStk3fKk7hNJfL7203xR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWFAtokL5QAzex9gpW4lpZ9UiT7ZRS6k { width:15.625rem;height:;top:6rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrKJ2JR6XgeOvT7xLsJzXp5kdsLoFAp5 { width:15.625rem;height:;top:14.0625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdk6JsDpOzP2GWR8D3ZH5V2ydomurmvH { width:15.625rem;height:;top:22.25rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXTEIBopNvb5gFzcF8GsLwAqwWTkrTWk { width:15.625rem;height:;top:5.875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmIWbOHMsR4aw2FW1oyXlPUMvgF1tMlL { width:15.625rem;height:;top:14.0625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwgXVtGPJ4mSe0POEq4zyugBUpqzGzbO { width:15.625rem;height:;top:22.25rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTi5irb9N3IRyB81xUNyRMtAttsGivPS { top:8.4375rem;left:0rem;width:17.5625rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqIUJZTRTGVIHsaco2txRgWL60dRx0F2 { width:15.625rem;height:;top:29.8125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw7l6caTZObwP6CIPW7MmV6GerZLDIy0 { top:8.375rem;left:15.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxEoUT6IesbIk67H61mxMM7sqvucUqJe { top:16.375rem;left:15.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtUSe4GPgsf2oRLoskDGRxIyQXU39f6K { top:25.3125rem;left:15.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsQS6Uy7GB75mvA7S5oaTNRvmGfB72l3 { top:7.375rem;left:31.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbyXsdo2UNGg3sK4RlEUnoJ9SUiHa8MX { top:16.5625rem;left:31.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH5FGtyRC2gTKgTz2NPfW64ntXy7Og9s { top:23.75rem;left:31.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyLSSTLi4TAbC5SAFHd71iXqvqp3oVE6 { top:38.4375rem;left:0rem;width:21.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlPCEr68BZIqtU5aMPieisXyuGPHGKCr { display:block; }
 }@media only screen and (max-width: 763px) { #eOFkSZSozwtQKxtB3WrOCDDI6UzS8qoT { display:block; }#eOFkSZSozwtQKxtB3WrOCDDI6UzS8qoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5oSyeLDr9AyQRVi5xxWrTy7CDGxbeTf { top:2.625rem;left:10.09375rem;width:31.375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN { display:block; }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAoQ7c7sCtHk3AeNbF2LhCsWG0eA2lUf { width:13.75rem;height:13.875rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfL48raxgRHB2ClRoH0n11pEwrwHlXqn { width:27.1875rem;height:5rem;top:2.6875rem;left:19rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuPhtBhznp81fArmRT3vk9xg1KBQnZwV { width:33.6875rem;height:32.5rem;top:9.6875rem;left:14.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD7d7lIbRvsxW3UpZXy49sIxyKk3ZZtL { width:13.75rem;height:13.8125rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaRoMyhTVe2Va9iJp2PdxPEdUbUJa3zp { display:block; }#VaRoMyhTVe2Va9iJp2PdxPEdUbUJa3zp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVCgT3csbdV2IqwKIl05dzMx2bzUuOTg { width:18.75rem;height:5.375rem;top:28.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzgadbniTQypo2R8Meqv6cUopvISiEkn { width:18.75rem;height:3.25rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x06qc51fXbT2SULeKXMm1EsiBKgHssy2 { width:18.75rem;height:5.5625rem;top:28.3125rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9OapnMsnR33JJZVC1oaoIIo7XcUWbfP { width:18.75rem;height:4.875rem;top:23.75rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWkt2fTvtqiAT8tk9pdGNlTgAgCVraR0 { width:20rem;height:1.75rem;top:7.125rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGlDFnTenMMP5euzHfhCzhnvbILlPkbD { top:14.375rem;left:0rem;width:20rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6kE1PIyks4Ds5FlBbZTQddxUZZ54Wre { top:14.375rem;left:6.75rem;width:20rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf1guGSpCkCzCNsfs7z6a3lapDEv9W0m { top:14.375rem;left:27.625rem;width:20rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMtelmAIKITvKSNpPuoWsetgnQZOvffg { top:2.625rem;left:0rem;width:31.375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DALTOBFhc7XZHi5g1t2WcRbDlZIZIPxr { width:47.75rem;height:5.25rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIAkOHGLFyGZTQtGCp3CD2O1Eu9C7e7d { width:20rem;height:1.375rem;top:37.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEPZif8OXUHHT20ZmZ1EK1faaGxsMcZq { width:20rem;height:1.375rem;top:34.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keei7vaTaaJT9TinUK4LoSvtEbaNMGlU { top:39.125rem;left:11.75rem;width:20rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPqTPcrLOWPbvRT5FKosfixQQ0Cv7qoW { top:39.125rem;left:0rem;width:20rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii0mOrMJaX42z6TvnTABwn1OWTzZ76UL { top:39.0625rem;left:27.625rem;width:20rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQzzZV4TABeg3QgqEhcvHl5dO0VG9Ryt { top:16.0625rem;left:4.5625rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaheAoGuCcfEZEabZ3515vsz2xTI49K8 { top:15.1875rem;left:37.15625rem;width:6.8125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr1dolHa1fkwZTccM2F6colF86klmE9m { width:18.75rem;height:1.625rem;top:49.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2Ngkuc7RfRF1Ke4otxdOMyQibtMTBCV { top:40.5rem;left:4.28125rem;width:6.8125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Vw4fOxLSrxl7HO4DLx2g15U3BbL3k1 { width:20rem;height:1.375rem;top:63rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuAlM2Z9yqdgfUJ0lopyf2ggLTQMEoHa { width:20rem;height:1.375rem;top:61.625rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF6kRXZXBloxC7nDizBVbwmXMgMlxBwV { width:18.75rem;height:8.75rem;top:51.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeXIzua3wRPTJkL20dx08McroeVP7d2d { width:18.75rem;height:3.25rem;top:49.875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaiT99lUcy7XLFWioc9e6VB4bMq20kMa { width:18.75rem;height:4.75rem;top:53.1875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQUlpN24QOGuPTo3ZXc8btztFDWHmT2C { width:20rem;height:1.375rem;top:59.25rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7XlC4BR8ElFgCbHltRwArTSQWCHKrsH { top:41.1875rem;left:19.9375rem;width:7.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkUlU7UuNIS5CNx4AVMafsEHG5g5HDwP { width:20rem;height:4.125rem;top:33.875rem;left:27.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaULG35d1eN35Rhw6QrlsPsPSB5eivsT { width:20rem;height:1.375rem;top:62rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBrbwsFmHwwoeHWJhyWkzvOTCgIaaQe0 { top:22.9375rem;left:16.21875rem;width:15.1875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckTXJuVDFZao3TCfpU8MTfx150vwe69X { display:block; }
 }@media only screen and (max-width: 763px) { #zlhVTab3PQutK9J8TMvfS6V0TWX4QwFe { display:block; }#zlhVTab3PQutK9J8TMvfS6V0TWX4QwFe > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a23z4TaTWygM41fuvHVySg9HPS0rs4Hm { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #touN221k3fxMKyCflXhFdFXAu8zyrtQq { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm6FfBW1dkXzGcD4Ru6i02NJHGDi8VEM { width:47.75rem;height:1.375rem;top:7.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBR7TCnwbWf3hTZEta77zFnXx9LNxHcS { top:13.1875rem;left:0rem;width:22.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpOHkmv24PBaWFAGmJLBcL5gEPOVDUmK { top:3.5625rem;left:8.1875rem;width:31.375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoLEWNozTea41bQENolahr4dRaWDlMp9 { top:45.8125rem;left:0rem;width:20.5625rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLWoMkoPdhs7ZkHFu57ThRFTT3Fk0p9U { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xImThefAvGATSTH6r3XHbTqIfgqCuAcL { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo5IXe3T0FAfJmgzskSlegqqtySGJZSJ { top:82.0625rem;left:0rem;width:26.0625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6slzAyvlTi2S07WkA6kzgonwSGVM8Ut { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SydO5a8JBBX4zF448MzDNdP2TPqSrFc4 { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0fHrs3T4v5TXF88gIZPlx0sqrRyB0k1 { display:block; }#O0fHrs3T4v5TXF88gIZPlx0sqrRyB0k1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGEDS5ITgGX53CePzAWInIvMy7CIcwET { top:0rem;left:0rem;width:34.75rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUeLHmussnE6xem5X75Hfa8mwxcFmfv3 { top:6.1875rem;left:0rem;width:40.375rem;height:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLO6cP9h3AMA7eI5ukE8yQ4FdOVrhb93 { top:6.1875rem;left:7.46875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVOrHodbd8KbZEc6Hh6o2EZvUMLRVlth { top:13.0625rem;left:7.46875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWAqOcCnFsZlfV49nIBgDb9qAKlOookW { top:17.75rem;left:7.46875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSRQ6DpFvGBxPQwWbLhxQpkUyAISwNIV { top:22.5rem;left:7.46875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUwuNWW2J16sUmR8TA1Te0f0lWE6F3c0 { top:33.9375rem;left:1.9375rem;width:21.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os02mtiXnN6wE7tez7JsG8hBiXAseCo5 { display:block; }
 }@media only screen and (max-width: 763px) { #F34GQkWakSO4AUkQJPZQ2zoTENFz7Sc8 { display:block; }#F34GQkWakSO4AUkQJPZQ2zoTENFz7Sc8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaB5cSydTvhQRiZTH8TI5Kw3nqGmLkB4 { width:18.9375rem;height:18.75rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVEwSgf08TqVryIhiTRqq2rtBnlvHe6l { width:16.875rem;height:2rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxtmRVA4AH8FqC2F9RiRmnQ0GyCspw6V { width:16.875rem;height:4.5rem;top:22.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6euvgbnQEitaeq2Gc77SPzaKqUpRdQO { width:18.9375rem;height:18.75rem;top:10.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iszBg7mQTBlxxdG7uXKTdPGhqK7Pelkf { width:16.875rem;height:4.5rem;top:22.125rem;left:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTJy6t1Dv2FI2SdGfBMOGs257buBgg4I { width:16.875rem;height:2rem;top:19.6875rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTf9LZH5izfN8U6i8dRCi1x56HU5NbPM { width:18.9375rem;height:18.75rem;top:10.3125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8eEzrKqvLAdbbSGWXV7ukel7VlU8m5I { width:16.875rem;height:4.5rem;top:22.125rem;left:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESSgC3SX9nUsyay5TsMnV5TrPL2zB64q { width:16.875rem;height:2rem;top:19.6875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpcrRgmn7rgSzifXphB7KSM21W6tIILl { top:3.4375rem;left:5.625rem;width:34.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhzQOJ09iH3MfZxiqQx7OS9S0aMgFUZK { top:13.1875rem;left:0.875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBDHAFubv8dSxb5JHUIiCfBJeT4O3VBe { top:13.1875rem;left:21.4375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqH3oTrfBQaTAF3TiKsEp9If2sKnUoFC { top:13.1875rem;left:41.9375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEkSpKRI23dFNs40HmHMf8pwGoF4xONV { display:block; }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIMiEMKpeFTisLct9QcXEdBHAOuCDAEt { width:47.75rem;height:1.75rem;top:39.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSMfKhepezefwWU5c2eQ1GEroOkFc0Sp { width:10.5rem;height:8.25rem;top:22.375rem;left:37.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilANI2O5FooixcVcxxDoUrtQuoURScDD { width:14.9375rem;height:1.8125rem;top:19.9375rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvJmixGq88DEwDrQrVcwQ1S6vrkHttu7 { width:10.5rem;height:2.75rem;top:22.375rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtAb6UocmS235Xvs5qKy5afHvQaUtQ0P { width:14.9375rem;height:1.8125rem;top:19.875rem;left:16.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIl6zu0UWEmQkPvDL8TqKOCTvup9nBUn { width:14.9375rem;height:1.8125rem;top:19.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTDiclVNDMmG68u16Vu2yBp8L8kyS6q0 { width:16.375rem;height:11rem;top:22.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ4TAoUnTh8hJkffRFmI7VeHuEE27oNs { width:10.875rem;height:2.75rem;top:35.0625rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqCpTeBhy1RtInkH5c2kb7kxhVGswbWl { display:block; }
 }@media only screen and (max-width: 763px) { #sNmvGSpWg7uqT6spdqvGXzzKnp2n98Nx { width:47.75rem;height:2.375rem;top:7.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyy4k13OwnbVXXnTtsvJokFUQ9iIfhRT { width:38.5rem;height:1.375rem;top:11.375rem;left:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb4Hv6wpauaydPSBe4paBlhtTB4e6l04 { top:0rem;left:8.1875rem;width:31.375rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAI9wAxJINZD8bfCEZmHJAQFV59OfvVp { top:15.6875rem;left:4.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g93ZO3LnTkcCFiqTENGhQNNZkw7WdyB5 { top:15.6875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmFGcMbFNgq1iarNRCIMls6D3WuMKqhd { top:15.6875rem;left:41.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMkCQecleD3ciMCp38XO0mC0TzU0IA3J { width:10.875rem;height:2.75rem;top:35.0625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtoU1JV8Mug2tTlM96bO6eM4VCEl34LW { display:block; }
 }@media only screen and (max-width: 763px) { #UpLGgbed8XautNn8Jn9ons6BgExw5uzC { width:10.875rem;height:2.75rem;top:34.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUgI749Cva0AtASf9cKangtMaJJZ4GlF { display:block; }
 }@media only screen and (max-width: 763px) { #gxoHk92hvu3DzMeTo8CQL0SDGvlfxhSK { display:block; }#gxoHk92hvu3DzMeTo8CQL0SDGvlfxhSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTn2r3a6uhztQEJzoKld0y4PVpKOfiRr { top:3.375rem;left:8.1875rem;width:31.375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq { display:flex;height:auto;width:45rem;top:10.8125rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #tsmFzVXxOy5u8l2JPLr9FgQyTpqPu5qu {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #fiF6TOyDTsrcsdUPZJPtZeSpT0gqHrkW {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #HIEBrAyhbk3lhS65MNsZBKGERR8uL4kA {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #d26uXvcKozQNbd1oRHwQHDHAWSNV8oTq {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #eRr1KqTbWfZINpuAfOzOhebam1WwTiUK {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #C9lvLeDFSETB4SykUUKb1IgKQgXRgCJp {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #fV8vboxZBDrK86KlB9nrTT34BSfvdRnq {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #ohtuSZBxrumXLJmMmEr3dE8GHwK9Q3Gn {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #T2v2w8Jnq14cRSsncsaIJ5BaFsfIN0c0 {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #R6wGsQsinvQKBK5BGHmCm0f64vPhD01x {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #VrzESrlLt34aus1WMX7D98gBsEf9NAb0 {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #HiBNylVCBAkF281ZU3oKWHHoUtzhCe3y {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #VT5G1D7memK4aAlcNIKZJWFvgIWmkKhW {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #TUT3MCrL3CaGWZEmaWZC3OTNnIXuAHR8 {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #nhtcZdanfs7ovSL0r1s3xBnGNsV7G1us {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #uJn1EwRVdwgxCKZ4B1e8MnTtwL3pyTrT {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #nahAvNy9aMl6yg5KeZwcRRk5kESVoIPE {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #X8cO4lIAAXBqQQBy2eR3SSg6PWlzqLqy {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #q74D4HK2CoKJZTi1HbEDPANkJZfLCFoZ {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #WrhwQU6UoaeZOODokpvByVxfRThatW1w {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #bTmAbzOgKd4xQBMtVbqpilmZDdBshust {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #IFbzS9WZaPhNr1Nz4QD59TBWJBGmA0TZ {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #euQhnqTyZkRSJezFCNrkIEOHorDnHi2X {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #ml1ElRJk8hs32BZQVJUq6W4LcUQKaVhW {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #fediCsFrXp2dJ1aDh5HNp3oa9qpGHdqh {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #xhEImpCPxrWhyrMAEMTVIXe8sp4qtPnt {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #ABZvhzHQqh3RuMdksiOQnQkdtDDJv1Sm {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #Tg3kmIzpcLCImfmT9lz0Z2sqqDpRFk7a {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #zDyTgrBSH8VIbIxhBxsJgMVwBq09GTpJ {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #LfP03MPXtDi04C7xigfzcWrkCoV6xwXr {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #SWl9nzrcDFG0ha1KrEmz2wG4xl62AlKI {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #CgOZypIIbvlP4N3XvBT00fv2VEK3wOw0 {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #S6WGhx4TPf9FStaA7TxqP2EeCq69A0IC {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #endsNKwwnyPOarB8sqC1oF1m7SuequZr {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #LM0QgzLgkGlwcVr3awFJvRd667LpWaik {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #Ir2JMhknwo1af1cSTzBpaIKyTZTICSDf {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #o2BLROdvk6MufBfHnnzJIyNSvJWCCELU {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #KdJTWzKAfP6JbD2D6fPJeSm48NCQ7CNF {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #rnKbMdk0kuyrwgTt2qAIW4UI18HoLr4U {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #PqQoN8eTG3lw4GKNyWa7hwusZBAKbUmr {  }
 }@media only screen and (max-width: 763px) { #P7qBbzTy3h6OCcSWDLrknKlWAR3wgqTO { display:block; }#P7qBbzTy3h6OCcSWDLrknKlWAR3wgqTO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEqNNTKutCrPmCxTm5tVA85qkiPdKWMy { top:0.8125rem;left:21.5625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU0197c76ut9x515TQlMb6n7v8zZdgS0 { width:3.9375rem;height:3.9375rem;top:1.375rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ { background-color:#000000;background-image:none;display:block; }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .row .container { background-color: transparent; background-image: none; }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .row .container > .video-iframe-container { display: none; }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .row > .video-iframe-container { display: none; }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .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); }#rD8QLVph9D2DbqsHn2NCgTKmL8BpI0nJ > .row .container { width:20rem;height:90.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQyzpBlX4TTU5AQs3bPklPlRvixRTgtK { width:5.5rem;height:5.5rem;top:1.40625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVXmJXnAOgfVMncpN6wOQA3DgUlwJm3Q { width:20rem;height:8.25rem;top:21.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7NGVhZcZsq29BCGQTJmD4JGrsc2pfLF { width:20rem;height:10rem;top:31.013671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdQf23p5dVnhkqccNDfHG9nZWn0MWfKu { width:6.3125rem;height:6.3125rem;top:1rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ8Ta90nLIkGNbX6tTFtRepD7EFwIsDU { width:3.5625rem;height:0;top:88.62060859375rem;left:8.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTWDeT4SKNOmIW6gq53kf4VJTa7LgWf2 { top:7.3125rem;left:1.75rem;width:15.3125rem;height:17.9375rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ss3ZzN8xmKaOgJTXEZTK44nAavLTSeG4 { width:3.5625rem;height:auto;top:14.1875rem;left:8.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPvn37wzvJ7lSlHKDIUO1IBPpADQcIEQ { width:20rem;height:35rem;top:54.736328125rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QwsElKesK3VT7AK13vThipuXQsbVRnT4 { top:42.298828125rem;left:4.80126953125rem;width:13.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3lRHl1MM2JwCwTFwpFtCAvc4NnPnxgS { display:block; }
 }@media only screen and (max-width: 763px) { #P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .row .container { background-color: transparent; background-image: none; }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .row .container > .video-iframe-container { display: none; }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .row > .video-iframe-container { display: none; }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .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); }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .row .container { border-width: 0; border-radius: 0; }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P98MGUkdAxke9ge1FkDqQlJrIfUwMWHR > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCD7IzABookCh0cmo2DgmiC09X9JKieU { width:9.8125rem;height:2rem;top:3.57421875rem;left:1.90625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liWW6N5vTUvX04KHKD7tNF5TqkeydecT { width:11.5rem;height:2.0625rem;top:10.384765625rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0I5r2sy2Fv3T2mnWsL14Q5AVWvpmgXi { width:9.0625rem;height:4.875rem;top:2.13671875rem;left:9.75rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #C82Tp9dypBfSCEWQZQTVurP22gfTuClw { width:9.0625rem;height:2.75rem;top:10.041015625rem;left:9.75rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JTp2U1peOlwIvqFW1qsymGAnH2Hv1ILt { display:flex;width:2.125rem;height:2.125rem;top:3.51171875rem;left:1.90625rem; }
 }@media only screen and (max-width: 763px) { #oFo0Zed3FG3CJZ4d0p08JkTDgLt0eKeI { display:flex;width:2.0625rem;height:2.0625rem;top:10.384765625rem;left:1.90625rem; }
 }@media only screen and (max-width: 763px) { #esMxqVvDquwZQNMMpvAwvxpTR8UgvorW { width:10.75rem;height:2.0625rem;top:14.8349609375rem;left:1.03125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkBourflXpIiMJkVCh4X3qEWi3iPnRsW { display:flex;width:2rem;height:2rem;top:14.8662109375rem;left:1.90625rem; }
 }@media only screen and (max-width: 763px) { #KNSmkLJIWHJ2P0kOPAKLoX4d0GqzrSDC { width:9.0625rem;height:4.125rem;top:13.8037109375rem;left:9.75rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wDTkgqImGT11uStk3fKk7hNJfL7203xR { display:block; }#wDTkgqImGT11uStk3fKk7hNJfL7203xR > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWFAtokL5QAzex9gpW4lpZ9UiT7ZRS6k { width:15.625rem;height:6rem;top:12.625rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrKJ2JR6XgeOvT7xLsJzXp5kdsLoFAp5 { width:15.625rem;height:4.5rem;top:22.5rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pdk6JsDpOzP2GWR8D3ZH5V2ydomurmvH { width:15.625rem;height:7.5rem;top:30.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXTEIBopNvb5gFzcF8GsLwAqwWTkrTWk { width:15.625rem;height:4.5rem;top:41.8125rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmIWbOHMsR4aw2FW1oyXlPUMvgF1tMlL { width:15.625rem;height:6rem;top:49.625rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwgXVtGPJ4mSe0POEq4zyugBUpqzGzbO { width:15.625rem;height:3rem;top:58.9375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTi5irb9N3IRyB81xUNyRMtAttsGivPS { width:17.5625rem;height:6.75rem;top:1.8125rem;left:1.21875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LqIUJZTRTGVIHsaco2txRgWL60dRx0F2 { width:15.625rem;height:4.5rem;top:65.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw7l6caTZObwP6CIPW7MmV6GerZLDIy0 { display:flex;width:2.0625rem;height:2.0625rem;top:10.5625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #UxEoUT6IesbIk67H61mxMM7sqvucUqJe { display:flex;width:2.0625rem;height:2.0625rem;top:20.4375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #qtUSe4GPgsf2oRLoskDGRxIyQXU39f6K { display:flex;width:2.0625rem;height:2.0625rem;top:28.375rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #BsQS6Uy7GB75mvA7S5oaTNRvmGfB72l3 { display:flex;width:2.0625rem;height:2.0625rem;top:39.75rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #QbyXsdo2UNGg3sK4RlEUnoJ9SUiHa8MX { display:flex;width:2.0625rem;height:2.0625rem;top:47.5625rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #cH5FGtyRC2gTKgTz2NPfW64ntXy7Og9s { display:flex;width:2.0625rem;height:2.0625rem;top:56.875rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #HyLSSTLi4TAbC5SAFHd71iXqvqp3oVE6 { top:71.76171875rem;left:2.34375rem;width:15.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlPCEr68BZIqtU5aMPieisXyuGPHGKCr { display:block; }
 }@media only screen and (max-width: 763px) { #eOFkSZSozwtQKxtB3WrOCDDI6UzS8qoT { display:block; }#eOFkSZSozwtQKxtB3WrOCDDI6UzS8qoT > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5oSyeLDr9AyQRVi5xxWrTy7CDGxbeTf { width:20rem;height:2.375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN { background-color:#000000;background-image:none;display:block; }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN > .row .container { background-color: transparent; background-image: none; }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN > .row .container > .video-iframe-container { display: none; }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN > .row > .video-iframe-container { display: none; }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN > .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); }#eL7v08H4T7edTrFC0wl9b9GKJ5aGWHGN > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAoQ7c7sCtHk3AeNbF2LhCsWG0eA2lUf { width:8.0625rem;height:8.125rem;top:0rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfL48raxgRHB2ClRoH0n11pEwrwHlXqn { width:20rem;height:4rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuPhtBhznp81fArmRT3vk9xg1KBQnZwV { width:18.75rem;height:29.6875rem;top:12.90625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD7d7lIbRvsxW3UpZXy49sIxyKk3ZZtL { width:13.75rem;height:13.8125rem;top:44.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaRoMyhTVe2Va9iJp2PdxPEdUbUJa3zp { display:block; }#VaRoMyhTVe2Va9iJp2PdxPEdUbUJa3zp > .row .container { width:20rem;height:150.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVCgT3csbdV2IqwKIl05dzMx2bzUuOTg { width:18.75rem;height:4.6875rem;top:49.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JzgadbniTQypo2R8Meqv6cUopvISiEkn { width:18.75rem;height:1.25rem;top:47.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x06qc51fXbT2SULeKXMm1EsiBKgHssy2 { width:18.75rem;height:5.5rem;top:75.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k9OapnMsnR33JJZVC1oaoIIo7XcUWbfP { width:18.75rem;height:2.5rem;top:72.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWkt2fTvtqiAT8tk9pdGNlTgAgCVraR0 { width:18.75rem;height:1.5625rem;top:6.0625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGlDFnTenMMP5euzHfhCzhnvbILlPkbD { width:20rem;height:23.75rem;top:13.8125rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #v6kE1PIyks4Ds5FlBbZTQddxUZZ54Wre { width:20rem;height:23.75rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf1guGSpCkCzCNsfs7z6a3lapDEv9W0m { width:20rem;height:26.9375rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMtelmAIKITvKSNpPuoWsetgnQZOvffg { width:20rem;height:2.375rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DALTOBFhc7XZHi5g1t2WcRbDlZIZIPxr { width:20rem;height:9.375rem;top:8.7744140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIAkOHGLFyGZTQtGCp3CD2O1Eu9C7e7d { width:20rem;height:1.375rem;top:58.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEPZif8OXUHHT20ZmZ1EK1faaGxsMcZq { width:20rem;height:1.375rem;top:56.7255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keei7vaTaaJT9TinUK4LoSvtEbaNMGlU { width:20rem;height:24.0625rem;top:112.5rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mPqTPcrLOWPbvRT5FKosfixQQ0Cv7qoW { width:20rem;height:24.25rem;top:88.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii0mOrMJaX42z6TvnTABwn1OWTzZ76UL { width:20rem;height:7.5625rem;top:136.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQzzZV4TABeg3QgqEhcvHl5dO0VG9Ryt { width:7.75rem;height:7.75rem;top:39.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaheAoGuCcfEZEabZ3515vsz2xTI49K8 { width:6.8125rem;height:7.875rem;top:63.3125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr1dolHa1fkwZTccM2F6colF86klmE9m { width:18.75rem;height:1.25rem;top:99.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2Ngkuc7RfRF1Ke4otxdOMyQibtMTBCV { width:6.8125rem;height:7.875rem;top:90.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Vw4fOxLSrxl7HO4DLx2g15U3BbL3k1 { width:20rem;height:1.375rem;top:110.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuAlM2Z9yqdgfUJ0lopyf2ggLTQMEoHa { width:20rem;height:1.375rem;top:134.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF6kRXZXBloxC7nDizBVbwmXMgMlxBwV { width:18.75rem;height:7.8125rem;top:102.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeXIzua3wRPTJkL20dx08McroeVP7d2d { width:18.75rem;height:1.25rem;top:123.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaiT99lUcy7XLFWioc9e6VB4bMq20kMa { width:18.75rem;height:4.6875rem;top:125.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQUlpN24QOGuPTo3ZXc8btztFDWHmT2C { width:20rem;height:1.375rem;top:132.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7XlC4BR8ElFgCbHltRwArTSQWCHKrsH { width:7.75rem;height:7.6875rem;top:114.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkUlU7UuNIS5CNx4AVMafsEHG5g5HDwP { width:20rem;height:4.125rem;top:83.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EaULG35d1eN35Rhw6QrlsPsPSB5eivsT { width:20rem;height:1.375rem;top:108.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBrbwsFmHwwoeHWJhyWkzvOTCgIaaQe0 { top:137rem;left:1.875rem;width:16.25rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckTXJuVDFZao3TCfpU8MTfx150vwe69X { display:block; }
 }@media only screen and (max-width: 763px) { #zlhVTab3PQutK9J8TMvfS6V0TWX4QwFe { display:block; }#zlhVTab3PQutK9J8TMvfS6V0TWX4QwFe > .row .container { width:20rem;height:234.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a23z4TaTWygM41fuvHVySg9HPS0rs4Hm { width:18.75rem;height:1.9375rem;top:19.6376953125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #touN221k3fxMKyCflXhFdFXAu8zyrtQq { width:18.75rem;height:26.125rem;top:22.59912109375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Hm6FfBW1dkXzGcD4Ru6i02NJHGDi8VEM { width:17.25rem;height:2.5rem;top:5rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBR7TCnwbWf3hTZEta77zFnXx9LNxHcS { width:10.0625rem;height:12.3125rem;top:9.2119140625rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpOHkmv24PBaWFAGmJLBcL5gEPOVDUmK { width:20rem;height:2.375rem;top:1.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoLEWNozTea41bQENolahr4dRaWDlMp9 { width:9.1875rem;height:13.875rem;top:90.53125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLWoMkoPdhs7ZkHFu57ThRFTT3Fk0p9U { width:10.9375rem;height:1.9375rem;top:102.64453125rem;left:8.125rem;text-align:left;text-align-last:left;font-size:1.5rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #xImThefAvGATSTH6r3XHbTqIfgqCuAcL { width:20rem;height:31.625rem;top:105.94189453125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zo5IXe3T0FAfJmgzskSlegqqtySGJZSJ { width:11.625rem;height:11.625rem;top:185.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6slzAyvlTi2S07WkA6kzgonwSGVM8Ut { width:20rem;height:33rem;top:198.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SydO5a8JBBX4zF448MzDNdP2TPqSrFc4 { width:11.5rem;height:1.9375rem;top:195.42578125rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #O0fHrs3T4v5TXF88gIZPlx0sqrRyB0k1 { display:block; }#O0fHrs3T4v5TXF88gIZPlx0sqrRyB0k1 > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGEDS5ITgGX53CePzAWInIvMy7CIcwET { width:20rem;height:6.75rem;top:1.0498046875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUeLHmussnE6xem5X75Hfa8mwxcFmfv3 { width:18.1875rem;height:26.25rem;top:9.4990234375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLO6cP9h3AMA7eI5ukE8yQ4FdOVrhb93 { display:flex;width:1.375rem;height:1.375rem;top:9.4990234375rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #WVOrHodbd8KbZEc6Hh6o2EZvUMLRVlth { display:flex;width:1.375rem;height:1.375rem;top:17.25rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #hWAqOcCnFsZlfV49nIBgDb9qAKlOookW { display:flex;width:1.375rem;height:1.375rem;top:23.75rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #kSRQ6DpFvGBxPQwWbLhxQpkUyAISwNIV { display:flex;width:1.375rem;height:1.375rem;top:30.28125rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #DUwuNWW2J16sUmR8TA1Te0f0lWE6F3c0 { top:33.5615234375rem;left:0rem;width:20rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os02mtiXnN6wE7tez7JsG8hBiXAseCo5 { display:block; }
 }@media only screen and (max-width: 763px) { #F34GQkWakSO4AUkQJPZQ2zoTENFz7Sc8 { display:block; }#F34GQkWakSO4AUkQJPZQ2zoTENFz7Sc8 > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaB5cSydTvhQRiZTH8TI5Kw3nqGmLkB4 { width:18.9375rem;height:14.75rem;top:7.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVEwSgf08TqVryIhiTRqq2rtBnlvHe6l { width:16.25rem;height:1.25rem;top:14.4375rem;left:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxtmRVA4AH8FqC2F9RiRmnQ0GyCspw6V { width:16.25rem;height:4.125rem;top:16.875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6euvgbnQEitaeq2Gc77SPzaKqUpRdQO { width:18.9375rem;height:12.4375rem;top:24.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iszBg7mQTBlxxdG7uXKTdPGhqK7Pelkf { width:16.25rem;height:2.75rem;top:32.8125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTJy6t1Dv2FI2SdGfBMOGs257buBgg4I { width:16.25rem;height:1.25rem;top:30.625rem;left:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTf9LZH5izfN8U6i8dRCi1x56HU5NbPM { width:18.9375rem;height:13.8125rem;top:38rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8eEzrKqvLAdbbSGWXV7ukel7VlU8m5I { width:16.25rem;height:4.125rem;top:46.375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESSgC3SX9nUsyay5TsMnV5TrPL2zB64q { width:20rem;height:1.25rem;top:44.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wpcrRgmn7rgSzifXphB7KSM21W6tIILl { width:20rem;height:4.75rem;top:1.0478515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhzQOJ09iH3MfZxiqQx7OS9S0aMgFUZK { display:flex;width:4.9375rem;height:4.9375rem;top:8.625rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #HBDHAFubv8dSxb5JHUIiCfBJeT4O3VBe { display:flex;width:4.9375rem;height:4.9375rem;top:25.0625rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #OqH3oTrfBQaTAF3TiKsEp9If2sKnUoFC { display:flex;width:4.9375rem;height:4.9375rem;top:38.9375rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #fEkSpKRI23dFNs40HmHMf8pwGoF4xONV { background-color:#000000;background-image:none;display:block; }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .row .container { background-color: transparent; background-image: none; }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .row .container > .video-iframe-container { display: none; }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .row > .video-iframe-container { display: none; }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .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); }#fEkSpKRI23dFNs40HmHMf8pwGoF4xONV > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIMiEMKpeFTisLct9QcXEdBHAOuCDAEt { width:20rem;height:1.1875rem;top:49.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qSMfKhepezefwWU5c2eQ1GEroOkFc0Sp { width:14.9375rem;height:3.5625rem;top:40.599609375rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilANI2O5FooixcVcxxDoUrtQuoURScDD { width:14.9375rem;height:1.25rem;top:37.8125rem;left:2.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvJmixGq88DEwDrQrVcwQ1S6vrkHttu7 { width:14.9375rem;height:2.5rem;top:31.125rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtAb6UocmS235Xvs5qKy5afHvQaUtQ0P { width:10.125rem;height:1.25rem;top:29.19384765625rem;left:2.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vIl6zu0UWEmQkPvDL8TqKOCTvup9nBUn { width:14.9375rem;height:1.25rem;top:13.912109375rem;left:3.65625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTDiclVNDMmG68u16Vu2yBp8L8kyS6q0 { width:17.125rem;height:7.125rem;top:15.74951171875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ4TAoUnTh8hJkffRFmI7VeHuEE27oNs { width:10.5rem;height:2.75rem;top:33.724609375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqCpTeBhy1RtInkH5c2kb7kxhVGswbWl { display:block; }
 }@media only screen and (max-width: 763px) { #sNmvGSpWg7uqT6spdqvGXzzKnp2n98Nx { width:20rem;height:2.0625rem;top:5.4248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyy4k13OwnbVXXnTtsvJokFUQ9iIfhRT { width:20rem;height:4.375rem;top:8.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb4Hv6wpauaydPSBe4paBlhtTB4e6l04 { width:20rem;height:4.75rem;top:0.6748046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAI9wAxJINZD8bfCEZmHJAQFV59OfvVp { display:flex;width:2.375rem;height:2.375rem;top:13.37451171875rem;left:2.53125rem; }
 }@media only screen and (max-width: 763px) { #g93ZO3LnTkcCFiqTENGhQNNZkw7WdyB5 { display:flex;width:2.5625rem;height:2.5625rem;top:28.5625rem;left:2.53125rem; }
 }@media only screen and (max-width: 763px) { #dmFGcMbFNgq1iarNRCIMls6D3WuMKqhd { display:flex;width:2.625rem;height:2.625rem;top:37.125rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #zMkCQecleD3ciMCp38XO0mC0TzU0IA3J { width:10.875rem;height:2.75rem;top:45.537109375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtoU1JV8Mug2tTlM96bO6eM4VCEl34LW { display:block; }
 }@media only screen and (max-width: 763px) { #UpLGgbed8XautNn8Jn9ons6BgExw5uzC { width:10.875rem;height:2.75rem;top:23.724609375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUgI749Cva0AtASf9cKangtMaJJZ4GlF { display:block; }
 }@media only screen and (max-width: 763px) { #gxoHk92hvu3DzMeTo8CQL0SDGvlfxhSK { display:block; }#gxoHk92hvu3DzMeTo8CQL0SDGvlfxhSK > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTn2r3a6uhztQEJzoKld0y4PVpKOfiRr { width:20rem;height:2.25rem;top:1.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq .accordion-heading-text { font-size:1.125rem;height:auto; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq .accordion-desc-text { font-size:0.9375rem;height:auto; }
#nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq { display:flex;height:auto;width:17.5rem;top:4.08642578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #tsmFzVXxOy5u8l2JPLr9FgQyTpqPu5qu {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #fiF6TOyDTsrcsdUPZJPtZeSpT0gqHrkW {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #HIEBrAyhbk3lhS65MNsZBKGERR8uL4kA {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #d26uXvcKozQNbd1oRHwQHDHAWSNV8oTq {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #eRr1KqTbWfZINpuAfOzOhebam1WwTiUK {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #C9lvLeDFSETB4SykUUKb1IgKQgXRgCJp {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #fV8vboxZBDrK86KlB9nrTT34BSfvdRnq {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #ohtuSZBxrumXLJmMmEr3dE8GHwK9Q3Gn {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #T2v2w8Jnq14cRSsncsaIJ5BaFsfIN0c0 {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #R6wGsQsinvQKBK5BGHmCm0f64vPhD01x {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #VrzESrlLt34aus1WMX7D98gBsEf9NAb0 {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #HiBNylVCBAkF281ZU3oKWHHoUtzhCe3y {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #VT5G1D7memK4aAlcNIKZJWFvgIWmkKhW {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #TUT3MCrL3CaGWZEmaWZC3OTNnIXuAHR8 {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #nhtcZdanfs7ovSL0r1s3xBnGNsV7G1us {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #uJn1EwRVdwgxCKZ4B1e8MnTtwL3pyTrT {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #nahAvNy9aMl6yg5KeZwcRRk5kESVoIPE {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #X8cO4lIAAXBqQQBy2eR3SSg6PWlzqLqy {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #q74D4HK2CoKJZTi1HbEDPANkJZfLCFoZ {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #WrhwQU6UoaeZOODokpvByVxfRThatW1w {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #bTmAbzOgKd4xQBMtVbqpilmZDdBshust {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #IFbzS9WZaPhNr1Nz4QD59TBWJBGmA0TZ {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #euQhnqTyZkRSJezFCNrkIEOHorDnHi2X {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #ml1ElRJk8hs32BZQVJUq6W4LcUQKaVhW {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #fediCsFrXp2dJ1aDh5HNp3oa9qpGHdqh {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #xhEImpCPxrWhyrMAEMTVIXe8sp4qtPnt {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #ABZvhzHQqh3RuMdksiOQnQkdtDDJv1Sm {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #Tg3kmIzpcLCImfmT9lz0Z2sqqDpRFk7a {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #zDyTgrBSH8VIbIxhBxsJgMVwBq09GTpJ {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #LfP03MPXtDi04C7xigfzcWrkCoV6xwXr {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #SWl9nzrcDFG0ha1KrEmz2wG4xl62AlKI {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #CgOZypIIbvlP4N3XvBT00fv2VEK3wOw0 {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #S6WGhx4TPf9FStaA7TxqP2EeCq69A0IC {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #endsNKwwnyPOarB8sqC1oF1m7SuequZr {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #LM0QgzLgkGlwcVr3awFJvRd667LpWaik {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #Ir2JMhknwo1af1cSTzBpaIKyTZTICSDf {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #o2BLROdvk6MufBfHnnzJIyNSvJWCCELU {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #KdJTWzKAfP6JbD2D6fPJeSm48NCQ7CNF {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #rnKbMdk0kuyrwgTt2qAIW4UI18HoLr4U {  }
 }@media only screen and (max-width: 763px) { #nsOVByTJVSGrWEUsmGw0FXh1HlUXigBq #PqQoN8eTG3lw4GKNyWa7hwusZBAKbUmr {  }
 }@media only screen and (max-width: 763px) { #P7qBbzTy3h6OCcSWDLrknKlWAR3wgqTO { display:block; }#P7qBbzTy3h6OCcSWDLrknKlWAR3wgqTO > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEqNNTKutCrPmCxTm5tVA85qkiPdKWMy { width:4.625rem;height:4.625rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU0197c76ut9x515TQlMb6n7v8zZdgS0 { width:3.9375rem;height:3.9375rem;top:1.8125rem;left:8rem;display:block; }
 }