.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,225,204;--color-primary-1:255,165,102;--color-primary-2:255,105,0;--color-primary-3:255,98,0;--color-primary-4:51,21,0;--color-secondary-0:246,255,217;--color-secondary-1:227,255,128;--color-secondary-2:198,255,0;--color-secondary-3:99,128,0;--color-secondary-4:30,38,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Saira;--paragraphs-font-family:Barlow; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRbDnLDw2UUTkrrGesaANkQ27Ki2dxVf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#aRbDnLDw2UUTkrrGesaANkQ27Ki2dxVf > .row .container { background-color: transparent; background-image: none; }#aRbDnLDw2UUTkrrGesaANkQ27Ki2dxVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRbDnLDw2UUTkrrGesaANkQ27Ki2dxVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRbDnLDw2UUTkrrGesaANkQ27Ki2dxVf > .row .container > .video-iframe-container { display: none; }#aRbDnLDw2UUTkrrGesaANkQ27Ki2dxVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRbDnLDw2UUTkrrGesaANkQ27Ki2dxVf > .row > .video-iframe-container { display: none; }#aRbDnLDw2UUTkrrGesaANkQ27Ki2dxVf > .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); }#aRbDnLDw2UUTkrrGesaANkQ27Ki2dxVf > .row .container { border-width: 0; border-radius: 0; }#aRbDnLDw2UUTkrrGesaANkQ27Ki2dxVf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aRbDnLDw2UUTkrrGesaANkQ27Ki2dxVf > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#ahqpy4IcMkgHQvEog6MaXTEKx4klaMq8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:0.5523681640625rem;left:41.4765625rem;height:1.2994375rem;text-align:right;text-align-last:right;display:block; }
#oXSdMpmH6aUBWLrl0Pcruh4HyWOhzxlK { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:1.5625rem;left:46.31201171875rem;height:2.76245rem;text-align:right;text-align-last:right;display:block; }
#KogQPGvPpqlHCkMpFfebfe5O5ZfJ4Ua6 { box-sizing:content-box;height:2rem;width:10.1875rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2rem;left:47.6875rem;display:block; }
#KVTQDy9tDQDImzZsTkWqHpcIc8cpQn4v { color:rgba(var(--color-tertiary-4),1);display:block;width:3.374025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15054;line-height:1;letter-spacing:0;top:2.0625rem;left:46.8125rem;height:1.75024375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yNZCMMROqghB0FkvrBgCXJKnIU5naFAB { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:3.125rem;left:4.5625rem;height:3.57495rem;text-align:center;text-align-last:center;display:none; }
#dX9U9mTPAuieE4herJnocPaqaT2gzW7I { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:75rem;display:none; }
#f6Veut5Ta1nGdoNbQCsnzo8ADqfK8SDK { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:14.1875rem;top:1.84326171875rem;left:2.2491455078125rem;overflow:hidden;display:block; }
#HNOw4HLJd1ybXvz3CGt3P9AUPEmkG3E6 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:0.8436279296875rem;left:59.248657226562rem;display:block; }
#f29aiFSlfFw7m4oZtaKby3MsHX99mZuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1510da7-e21f-4dc7-87d8-37bd8887e4bd/BFLandingPagePhoto5.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;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; }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba.adaptive-delivery-prevent-bg, #vDDF6pHppIpcWkLv67AU36c2QbBAM9ba.lazyload, #vDDF6pHppIpcWkLv67AU36c2QbBAM9ba.lazyloading { background-image: none; }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .row .container { background-color: transparent; background-image: none; }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.23); }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .row .container > .video-iframe-container { display: none; }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.23); }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .row > .video-iframe-container { display: none; }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .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); }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .row .container { border-width: 0; border-radius: 0; }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#Fkk8y6WFzg34uEl8Tz4LeKkTTdOA4vHc { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:6rem;top:15.375rem;left:3.375rem;overflow:hidden;display:block; }
#IGwaWBITLvGuvfSMu94lMXUbWFXwWLPa { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:6rem;top:17.6875rem;left:3.375rem;overflow:hidden;display:block; }
#CATWIkbIDlTDnPPyCD3rZMWSbqmhpEbs { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.375rem;left:8rem;height:1.62475625rem;font-style:normal;display:block; }
#T7a5VBQMRuH3pZykKdqT5yOS9l4I5Lr1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:17rem;left:7.875rem;height:1.62475625rem;font-style:normal;display:block; }
#Qk4ExQM9DDApOd2o2wThTV7umyQhWU1g { position:absolute;display:block;z-index:15035;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.875rem;width:4.6875rem;top:23.5625rem;left:4.0625rem;overflow:hidden;display:block; }
#wGCLVKMpLom73lEJ6UJk4PiGFlwDtLO9 { position:absolute;display:block;z-index:15034;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.5rem;width:4.25rem;top:21rem;left:4.25rem;overflow:hidden;display:block; }
#F2soHko0VAMK8oaUtXEnOOTSUDCx4EBO { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:21.9375rem;left:7.875rem;height:1.62475625rem;font-style:normal;display:block; }
#TDzt3axG0qy813uJJgBcuOaB5UFs8yXt { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:27.1875rem;left:7.9375rem;height:1.62475625rem;font-style:normal;display:block; }
#l48FBoraodkrs8AGXD2Az1UhFd2XzAxX { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:24.5rem;left:7.875rem;height:1.62475625rem;font-style:normal;display:block; }
#KsxENAvPpTS840xhzBMwaM1F5xxENG9h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:26.75rem;left:5.125rem; }
#owCTc2LMbbW24HL9DvhxkTv9n8kfMiQW { position:absolute;display:block;z-index:15044;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.9375rem;width:27.1875rem;top:7.5rem;left:5.125rem;overflow:hidden;display:block; }
#xhrqcOiUHEIWug0dDfqUozTyAOEHZCLf { 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.6875rem;width:23rem;display:none; }
#nQ1OXhZyElQG3tieMSLfCpterVL7zgeM { box-sizing:content-box;height:28.1875rem;width:28.625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),0.54);background-image:none;top:7.8125rem;left:4.25rem;display:block; }
#oWAkM7cwTWo66XUxuixxObVDTO45iKo5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:30.5625rem;left:10rem;display:block; }
#G4aGEoOJFzymlqAE0ObGgb5yrTbSBkpW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hdbDPofNzhKX1RbTNbi9asqRHQTXI9Mm { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;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:22.6875rem;left:13.125rem;height:1.625rem;font-style:normal;display:none; }
#kuRIhDcpMM7yKhDxZK7G1Nxnyqm949kr { 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:15000;opacity:1;display:none; }
#LPrntqlvmtchlqvIE3BIrDH87kfvrine { 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:5.125rem;width:6.125rem;top:18.125rem;left:8.375rem;overflow:hidden;display:none; }
#Z2hEmTFl6wfGPqsSIusMo031ulXS5Zh4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:4.25rem;top:21.5rem;left:9.3125rem;overflow:hidden;display:none; }
#UuV3PLIDrssSkhpZi8XSMk8a5s3ZTxyy { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.875rem;left:13.125rem;height:1.625rem;font-style:normal;display:none; }
#e6LPWGhe1ckeQkzKJad8wA9LGHN4a6zK { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;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:22.6875rem;left:13.125rem;height:1.625rem;font-style:normal;display:none; }
#ovh1lZMD4TTesRXPax6HMnTCB3xhE1ER { 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:4.875rem;width:6rem;top:15.5625rem;left:8.4375rem;overflow:hidden;display:none; }
#GLDQOXsLhF75bRnfEXq5nUqDVdREHDJM { position:absolute;display:block;z-index:15015;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.875rem;width:4.6875rem;top:24.375rem;left:9.125rem;overflow:hidden;display:none; }
#PsVPEcTQ4khO6Fze87K0UCE8M9Ub33gp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.125rem;left:13.125rem;height:1.625rem;font-style:normal;display:none; }
#fLONg6E5UoOwB72aLTX9lKTFU9UOvKMW { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;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:25.5rem;left:13.125rem;height:1.625rem;font-style:normal;display:none; }
#MMickkQsW7NDSw9U5XClOxqPbw435BOk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#MMickkQsW7NDSw9U5XClOxqPbw435BOk > .row .container { background-color: transparent; background-image: none; }#MMickkQsW7NDSw9U5XClOxqPbw435BOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMickkQsW7NDSw9U5XClOxqPbw435BOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMickkQsW7NDSw9U5XClOxqPbw435BOk > .row .container > .video-iframe-container { display: none; }#MMickkQsW7NDSw9U5XClOxqPbw435BOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMickkQsW7NDSw9U5XClOxqPbw435BOk > .row > .video-iframe-container { display: none; }#MMickkQsW7NDSw9U5XClOxqPbw435BOk > .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); }#MMickkQsW7NDSw9U5XClOxqPbw435BOk > .row .container { border-width: 0; border-radius: 0; }#MMickkQsW7NDSw9U5XClOxqPbw435BOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MMickkQsW7NDSw9U5XClOxqPbw435BOk > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#Mnzmis9IMztkxf1MuJ0gPxTZfzm6VT07 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:0.1875rem;left:18.625rem; }
#oaxGox7nK41AwJaAGA6Gl5M0y4u1tGtI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:0.1875rem;left:20rem; }
#K9NTBNSnJfHDUGtPc8rcPNuQTSdCDRon { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:0.1875rem;left:22.75rem; }
#vUlEZ59zzJaOnrT8qZxqELDGLRLLIkq4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:0.1875rem;left:21.375rem; }
#OSts8KuVBgFHLqJgqTnBKW2iszqHBwHy { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:0.1875rem;left:24.75rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#DHtPBWTCCmso5xax5gX659vzQAkytmDz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:0.1875rem;left:24.125rem; }
#VJABwSMR2P1wAQGL9JQAKQsSQOGV7QWQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:0.1875rem;left:18.625rem;display:none; }
#bCRrmWCIn142O4yxbfbFM96Zhfq0TmbL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:0.1875rem;left:18.625rem;display:none; }
#wzSyB4JM4wT3754FeIU5t5DdaGUMllJR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:0.1875rem;left:18.625rem;display:none; }
#n5Di7KQPm5KWpvdrDmul7FJ3AvGCAQC8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:0.1875rem;left:18.625rem;display:none; }
#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a { position:relative;display:none; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a { border-width: 0; border-radius: 0; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .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; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FI1SmIJ0OElpiw0KzE8a8bZcIhBXCMTb { color:rgba(var(--color-tertiary-4),1);display:block;width:55.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:6.4990234375rem;left:9.8114013671875rem;height:3.75rem;text-align:center;text-align-last:center;display:none; }
#VITvzuPQyMik2qPMUUbSCLWTVEcWHNGG { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:13.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD { position:relative;display:none; }#mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD { border-width: 0; border-radius: 0; }#mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD > .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; }#mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ba15c0edb72a52480d2e2cafd8e52662 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4364375rem;height:2.37413125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.498264312744rem;left:30.78125rem;display:none; }
#V4a542e2b964bc162e7ed64859d89d60 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0fca18da16fbcc6a78d44fc7ba81d08 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#Vece02943ccae56412e84ea9662c34ff { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#w54c759d6af4ff0e97b63224f9218b74 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zOtk2wUOVmXN6ihIP70haTraGTE1xUCn { color:rgba(var(--color-tertiary-4),1);display:block;width:25.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:42.9375rem;left:24.875rem;height:1.2994375rem;text-align:center;text-align-last:center;display:none; }
#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row .container { border-width: 0; border-radius: 0; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:none; }#hWrHH3hZs4RzBn3A4dcEVt32xH4sly61 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.48291015625rem;left:13.28173828125rem;height:3.8188rem;text-align:center;text-align-last:center;display:block; }
#QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs { position:relative;display:none; }#QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs { border-width: 0; border-radius: 0; }#QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs > .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; }#QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#b5d6a8ade008547e8c1312f038ca6d23 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#g68481349e72dff03451f6ddd333271f { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#o280cfcc1d9367fb8e20b5fd8a82e5e0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUo2DfvzXqplC9LXlFWDH9smJGvHAQMN { color:rgba(var(--color-tertiary-4),1);display:block;width:25.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:42.9375rem;left:24.875rem;height:1.2994375rem;text-align:center;text-align-last:center;display:none; }
#ke3UIfEwxfmMc5w3AJRycJecnHmCx9bd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.5);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; }#ke3UIfEwxfmMc5w3AJRycJecnHmCx9bd > .row .container { background-color: transparent; background-image: none; }#ke3UIfEwxfmMc5w3AJRycJecnHmCx9bd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke3UIfEwxfmMc5w3AJRycJecnHmCx9bd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke3UIfEwxfmMc5w3AJRycJecnHmCx9bd > .row .container > .video-iframe-container { display: none; }#ke3UIfEwxfmMc5w3AJRycJecnHmCx9bd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke3UIfEwxfmMc5w3AJRycJecnHmCx9bd > .row > .video-iframe-container { display: none; }#ke3UIfEwxfmMc5w3AJRycJecnHmCx9bd > .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); }#ke3UIfEwxfmMc5w3AJRycJecnHmCx9bd > .row .container { border-width: 0; border-radius: 0; }#ke3UIfEwxfmMc5w3AJRycJecnHmCx9bd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ke3UIfEwxfmMc5w3AJRycJecnHmCx9bd > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#Re8c5ba75ffd5e3469245eb0d67a0e60 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.68675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.873779296875rem;left:8.656005859375rem;height:6.74925rem;text-align:center;text-align-last:center;display:block; }
#eb2221cbf686022d7560cd684f210c43 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:9.434814453125rem;left:9.81201171875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#c47f5cd78bcd58c1d7b9cb8941894abb { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4345625rem;height:2.93456875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40rem;left:29.8125rem;display:block; }
#cfe4842256b991d884ca4e2ad9c2c8be { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qSI8FovqEpkGKPMOZTQQqbDidoq9tUTQ { position:absolute;display:block;z-index:15073;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:10.1245rem;width:18.125rem;top:14.874267578125rem;left:2.655029296875rem;overflow:hidden;display:block; }
#dzN53VLR44p8126d22T7SapVgPWzCgDR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.06175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:22.75rem;left:5.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#NBVcmFJq7fMi1karOTDRvKovTzsyK60K { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:22.75rem;left:21.8125rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#gq18Mz0io12gUixcQVXbAkNdWyJdIDhT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:24.4375rem;left:5.0625rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#SoOy9KTc3MTZbVfvahMMH6tQ0NpUDNTO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.81175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:22.75rem;left:40.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#eMtWDWqfaTaShz33RS9oBBI0B3EAEIu8 { box-sizing:content-box;height:1.5rem;width:3.125rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.4375rem;left:14.6875rem;display:block; }
#QhqPwNtrBq4GcoO6UJFXBQ3OxHK1zLPG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.81175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:22.75rem;left:57.875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#TVXNFznxBXnrn5ZT1PX9k2Tf85hah4Ea { color:rgba(var(--color-tertiary-4),1);display:block;width:13.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:34.3125rem;left:5.0625rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#J08CdgvHlEJAXQqntxGXepASJXGgQgpT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:34.3125rem;left:22rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#XfkECS6ODnkT6CEgoFmAE6VB0prdJATS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:34.3125rem;left:39.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#GFLiTGDX2emqdn0HJVB9pvqs7MHPUMl8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:34.3125rem;left:56.625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#sUFlXfXUmG5sck2wZJgsSml6E3NnA21H { color:rgba(var(--color-tertiary-4),1);display:block;width:5.68725625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:35.5625rem;left:60.4375rem;height:0.89294375rem;text-align:center;text-align-last:center;display:block; }
#KmecJfMEMbNyoTgzVK0VoesA5MpdG7vT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:36.4375rem;left:5.4375rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#xszKoXpVeCs2JAPdixd5RQfgMQvIIL56 { box-sizing:content-box;height:1.5rem;width:3rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.5625rem;left:14.75rem;display:block; }
#nMholQUXsZEdyPNxfoFTNUwXwZgfql8M { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:36.4375rem;left:39.625rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#rMy0x76eWwkxkJCmDb91gQsgUtqhlv9H { box-sizing:content-box;height:1.5rem;width:2.75rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.5rem;left:49.0625rem;display:block; }
#FXlTnO7ymzms7mzBnubcXSVQUHQe43Bo { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:36.4375rem;left:57.9375rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#ZcyzxszzXNTtdZ7ikTHXIN8TWu4rUmSh { color:rgba(var(--color-tertiary-4),1);display:block;width:25.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:42.9375rem;left:24.875rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#LKP1OPA0E2r8DSsyU9yZdXS4brnTGVBT { box-sizing:content-box;height:1.5rem;width:2.25rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.4375rem;left:66.3125rem;display:block; }
#hIglgpfdZ508tNoO1aXGmcCwCavB5Nn4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:24.5rem;left:22.75rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#V8XaHMWObL7FVzIBggMn1a7P4Xx0kCWF { box-sizing:content-box;height:1.5rem;width:2.875rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.5625rem;left:31.6875rem;display:block; }
#hxs7xaHW1u4HObopuNuIFc7MqaZeXf88 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:24.4375rem;left:39.9375rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#AKTXyes6LgR3fDc5epxP8PUiKpuy7Tk9 { box-sizing:content-box;height:1.5rem;width:2.9375rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.5rem;left:48.9375rem;display:block; }
#T0cMm2iLxK6LMiWFEO4WvWOMgGwmG2A2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:24.375rem;left:57.3125rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#QfGynwQUxqnh5lzTq982ePTR8RVcrCwd { box-sizing:content-box;height:1.5rem;width:2.875rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.4375rem;left:66.3125rem;display:block; }
#ScbZJaUJARO6TTwSRLWsKV3bGBhaMbBJ { position:absolute;display:block;z-index:15074;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:10.0625rem;width:17.75rem;top:14.874267578125rem;left:19.591064453125rem;overflow:hidden;display:block; }
#h9Cc2T5TOfcxod8UC2O2OyNnyuVwHNKt { position:absolute;display:block;z-index:15075;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:10rem;width:17.6875rem;top:14.903564453125rem;left:37.02880859375rem;overflow:hidden;display:block; }
#MBQo4f2J1V0ophy9BiLstb8g1qaR46X6 { position:absolute;display:block;z-index:15076;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:10rem;width:17.625rem;top:15.07568359375rem;left:54.466552734375rem;overflow:hidden;display:block; }
#i8vG8vWT1HuZG4LVqMlTzPOxQPh7RXJF { position:absolute;display:block;z-index:15074;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:10.0625rem;width:17.75rem;top:26.43701171875rem;left:2.841796875rem;overflow:hidden;display:block; }
#Vx5Ew1cVCzDBlbWTTheKIfBUirdvkog8 { position:absolute;display:block;z-index:15075;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:10rem;width:17.6875rem;top:26.18701171875rem;left:19.8095703125rem;overflow:hidden;display:block; }
#zVcRwhwHbbdhCS9EZS57oll0A4W7t1D8 { position:absolute;display:block;z-index:15076;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:10rem;width:17.625rem;top:26.53076171875rem;left:37.091064453125rem;overflow:hidden;display:block; }
#FhEAwLrT0HRCZtnw2vS6fSiG1BOizI3n { position:absolute;display:block;z-index:15077;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:9.9375rem;width:17.5625rem;top:26.92236328125rem;left:54.4970703125rem;overflow:hidden;display:block; }
#VskEee187OgMuuDdKi8ih2IANyGszrr8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:36.4375rem;left:22.375rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#xh2QOTvQSokEtq6Pf9azIUgervS4R4GJ { box-sizing:content-box;height:1.5rem;width:3rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.5625rem;left:31.6875rem;display:block; }
#Terdx9UrrEJST3bTlLOErD7RqdzC90KP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(197,197,197,0.55);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; }#Terdx9UrrEJST3bTlLOErD7RqdzC90KP > .row .container { background-color: transparent; background-image: none; }#Terdx9UrrEJST3bTlLOErD7RqdzC90KP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Terdx9UrrEJST3bTlLOErD7RqdzC90KP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Terdx9UrrEJST3bTlLOErD7RqdzC90KP > .row .container > .video-iframe-container { display: none; }#Terdx9UrrEJST3bTlLOErD7RqdzC90KP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Terdx9UrrEJST3bTlLOErD7RqdzC90KP > .row > .video-iframe-container { display: none; }#Terdx9UrrEJST3bTlLOErD7RqdzC90KP > .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); }#Terdx9UrrEJST3bTlLOErD7RqdzC90KP > .row .container { border-width: 0; border-radius: 0; }#Terdx9UrrEJST3bTlLOErD7RqdzC90KP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Terdx9UrrEJST3bTlLOErD7RqdzC90KP > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#ae6ebe2c78ae48089ae6a41bcc0d97b7 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:3.98828125rem;left:17.123046875rem;height:3.37463125rem;text-align:center;text-align-last:center;display:block; }
#na79bb5281d2df92685ae39beda38d6a { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4358125rem;height:2.93579375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.1240234375rem;left:29.781494140625rem;display:block; }
#fe0efcd62c864185a32ccd01891965a4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZcKSbHvm0W3Jf4h18tIhtUEWtF7zJTHh { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:14.8125rem;top:22.7490234375rem;left:30.4833984375rem;overflow:hidden;display:block; }
#XrAxWy671mtt9lxLLgNIOUx3hLqcUMnl { position:absolute;display:block;z-index:15031;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:10rem;width:17.6875rem;top:21.934814453125rem;left:47.279052734375rem;overflow:hidden;display:block; }
#b36qtsfByoyDH63OO3v4eE3umfyJrCfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:30.125rem;left:30.1875rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#zIA7MEgLZzuqtZo3QEmO7nTEnwhmaukS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:29.9375rem;left:48.812255859375rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#nqWvCsDFdsku7mDP9aJT7qL3cKW4ZdAq { position:absolute;display:block;z-index:15032;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:10.6875rem;width:18.8125rem;top:20.9765625rem;left:9.0283203125rem;overflow:hidden;display:block; }
#NcFyuN0U9nMOxqVMO9JLV4GLzEOTApCt { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:30.1875rem;left:11.125rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#I5tGz0bq8LuJMBxTe8wDq01vAkSJ2Zzw { color:rgba(var(--color-tertiary-4),1);display:block;width:19.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:19.375rem;left:8.6875rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#VXaDZSDnUcRsmBXXXZQpadkSrK2W9st6 { box-sizing:content-box;height:1.5rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.4375rem;left:21.375rem;display:block; }
#QlG17Mxk1DZPkz9Zg3PCt9xeE2kOCpmr { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:18.1875rem;top:8.28857421875rem;left:9.3408203125rem;overflow:hidden;display:block; }
#pavMw7Gs3Jdm4KlbmWd3bmps2xBM3FOX { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.625rem;top:10.74267578125rem;left:48.714599609375rem;overflow:hidden;display:block; }
#SPN0H8IS0yGtoACZqzBBoB6O7Bw3Jwdg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:17.5625rem;left:31.375rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#lgR6PBRNbZc2MWRKFG7WBKTm4Kn5vosD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:17.5625rem;left:49.625rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#lRMuvsiesAWUqQbA7e4EA0HTcLQPB77t { color:rgba(var(--color-tertiary-4),1);display:block;width:13.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:17.375rem;left:11.4375rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#ARgq8MelhLpwcG2NLceV5e3Jb1P6TCSJ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.625rem;top:10.936767578125rem;left:30.43701171875rem;overflow:hidden;display:block; }
#wTSeG6pk1eZC0dA72caJUkWK38TGex0l { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:31.9375rem;left:11.75rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#XSSmTQ6wMuXJn2kaU8JcGsuu1tREfIJv { box-sizing:content-box;height:1.5rem;width:3.5625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32rem;left:21.5625rem;display:block; }
#TheEAinQt43ntth45lJdPvsM1aZTxc01 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:31.9375rem;left:32.125rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#JuT323QZwQhIAyWR4kD5J5ZWf3pEi4rP { box-sizing:content-box;height:1.5rem;width:2.5625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32rem;left:41.0625rem;display:block; }
#Mr24XW9sZJUPgMyyVZgD02UlTwmTzLyy { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:19.375rem;left:32.125rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#uBCy6ZcsRwJ8Cr9zzOoG2Ie67GrCBV6x { box-sizing:content-box;height:1.5rem;width:2.9375rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.4375rem;left:40.9375rem;display:block; }
#FFXVBig2NQpz97b7lCTLPoTQZzlRSEdd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:19.375rem;left:49.8125rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#tvlFyZ7TWEdONVtqFTHi4DbDfyANszSf { box-sizing:content-box;height:1.5rem;width:2.9375rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.4375rem;left:59.1875rem;display:block; }
#BT2aRVUcUgoRo55UdIpE3KODpn46lORC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:31.9375rem;left:49.8125rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#ReJiLcNOWHsKIefMMCSVOaqxfpHZX634 { box-sizing:content-box;height:1.5rem;width:2.875rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32rem;left:59.375rem;display:block; }
#VIfXAM9Baq1DfcqSPyNHE1v0chJX74eW { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:40.059814453125rem;left:24.812622070312rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.89);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; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row .container { background-color: transparent; background-image: none; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row .container > .video-iframe-container { display: none; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row > .video-iframe-container { display: none; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .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); }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row .container { border-width: 0; border-radius: 0; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row .container { background-color: transparent; background-image: none; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row .container > .video-iframe-container { display: none; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row > .video-iframe-container { display: none; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .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); }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row .container { border-width: 0; border-radius: 0; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#Op85Mrmcc28gp2W9quVhIeVVuq615Lb7 { 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:14.0625rem;width:35.625rem;top:4.99951171875rem;left:1.248046875rem;overflow:hidden;display:block; }
#ApJXoXmLnSwtQ4IHbgtFkA11zhO0LnUC { position:absolute;display:block;z-index:15001;height:19.9370625rem;width:35.625rem;top:19.31033039093rem;left:1.2472877502441rem;display:block; }
#HScmMLRFhFt8UMMTlcZzUlnr7HxXdWrf { color:rgba(var(--color-tertiary-4),1);display:block;width:25.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8125rem;left:40.375rem;height:5.76875rem;text-align:left;text-align-last:left;display:block; }
#Mau36byRrHnDw0LJyVIoAlsX9g5ZU9kc { color:rgba(var(--color-primary-2),1);display:block;width:28.936625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5625rem;left:40.375rem;height:2.6001rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#u9MkL3T2wZLGOnx4U3iOHSXFM5Tkemk6 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:15.6875rem;left:40.375rem;height:13.999rem;display:block; }
#KfeaWNUhortbtL0y6L8WbO3f7ScfrtbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:20.6875rem;left:40.375rem;height:7.5rem;display:block; }
#aeIu1ypbchZOtCqLHTfzGhcw078SDKyU { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4365rem;height:2.936525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.0625rem;left:40.375rem;display:block; }
#Qyd0Ss2kGMgykFTBT9oeu1nvMbgfH6Ka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6X4QSN923pDSN5G3fqMXvneqhmEFA4S { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#qM60tkSPRHO044VNtdqIz7GQEUkKJoFH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row .container { background-color: transparent; background-image: none; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row .container > .video-iframe-container { display: none; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row > .video-iframe-container { display: none; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .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); }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row .container { border-width: 0; border-radius: 0; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#eFp4okwCcNeHa1BtTEKTv7vAwuico5nT { 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:14.0625rem;width:35.6875rem;top:4.123046875rem;left:37.40234375rem;overflow:hidden;display:block; }
#vhWzu9dncqJHKFgE2PVbLr5NJN3dqw1q { position:absolute;display:block;z-index:15001;height:19.875rem;width:35.5625rem;top:18.560653686524rem;left:37.433270454407rem;display:block; }
#fEHDGN1AZKzoBrUTvmkVV0yWK8eQS8nT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:2.375rem;height:5.76875rem;display:block; }
#GKrHa394xO1nTCIlz3HTZW2oiNift60R { color:rgba(var(--color-primary-2),1);display:block;width:27.374125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.6875rem;left:2.375rem;height:2.6001rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#oKQtr1wfCpWuHoXtVd2BhVK4kpdkVkl2 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.375rem;height:12.99829375rem;display:block; }
#xIqU88AvXph2Z5hQz5Ahbwa8Ds9fKZXf { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.8125rem;left:2.375rem;height:5.625rem;display:block; }
#yJVW5pylr5r4F2P5zgBIvbTDUQ4FSGxO { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4365rem;height:2.936525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.625rem;left:2.375rem;display:block; }
#VRd0BUN34KB3m5Hc10NPCceWahxTqluF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p1QpBMSshTFyEMakgtgQvRyHkNxtkA80 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#ZE9llQXXsvM0vdffbgenJwPP3iZ1klAc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTyJaoy0T6654XriIm1zXdNGaexbldQz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row .container { background-color: transparent; background-image: none; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row .container > .video-iframe-container { display: none; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row > .video-iframe-container { display: none; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .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); }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row .container { border-width: 0; border-radius: 0; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#FoVsOv1dBRFLlGFT0HtAHHx5rZq0wLXv { 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:14.0625rem;width:35.6875rem;top:4.99951171875rem;left:1.248046875rem;overflow:hidden;display:block; }
#vwfudwwZXUAwB7oONzOtr9brJT3gTBT6 { position:absolute;display:block;z-index:15001;height:20.25rem;width:35.75rem;top:19.498382568359rem;left:1.2787542343139rem;display:block; }
#v4QeQ4U5okV9LBLn1ON40PoJ7QiOw51q { color:rgba(var(--color-tertiary-4),1);display:block;width:25.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.25rem;left:40rem;height:5.76875rem;display:block; }
#vR7VxOZsT17S0ofMO7ucS4SV8KznqJRb { color:rgba(var(--color-primary-2),1);display:block;width:25.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.875rem;left:40rem;height:2.6001rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#zoNOXyIpPoWv7L5mcR7ytQCQb3tUnigQ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5625rem;left:40rem;height:12.99829375rem;display:block; }
#WRzBI0xkhp7t8ZEXMfAZTsZTi51GFNI0 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.936rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:23.25rem;left:40rem;height:5.625rem;display:block; }
#A6e4noS8PWpZEbPmtFdGDzX3pB1mMrXS { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4365rem;height:2.936525rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.9375rem;left:40rem;display:block; }
#kdIBn5OLf3EZBDB3Mx4unp6KNTD1RTKD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ln4CeIB3QChKPIJXXI4usQZbRSgArk8h { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#LZ3v9fruViTNkrWh93xSTtE4I7SNOrsR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.89);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; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row .container { background-color: transparent; background-image: none; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row .container > .video-iframe-container { display: none; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row > .video-iframe-container { display: none; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .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); }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row .container { border-width: 0; border-radius: 0; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#GWApgX0TCoq1LnAQOSgdIhDngBU7hsM3 { position:absolute;display:block;z-index:15000;height:35.68725rem;width:71.936875rem;top:0.62255859375rem;left:1.53076171875rem;display:block; }
#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8353ae8c-25d0-479e-89da-1de6cd7b0c53/Untitleddesign49.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do.adaptive-delivery-prevent-bg, #JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do.lazyload, #JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do.lazyloading { background-image: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container { background-color: transparent; background-image: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container > .video-iframe-container { display: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row > .video-iframe-container { display: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .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); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container { border-width: 0; border-radius: 0; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container { font-size:0.875rem;font-family:arial;height:72.625rem;width:75rem;position:relative;display:block; }#OKA8Atul4wxsOblJ1ih9Z9QERcfyDJN0 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:13.5625rem;left:27.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Ld0yRWxgzhR2KUvH1DDmNAKA7mB61bAU { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:9.1875rem;left:18.3125rem;height:4.38781875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BfoVkJrVb60aoIVUtsptA9OMyQxCcdPc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:.52;top:4rem;left:19.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#J58MCgmncCsrB47OuBMJcsU68uut7hiR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:.52;top:3.9375rem;left:26.5rem; }
#l58n1Zpf4cH2RIvoAJQD7Hu0vWVgJ82m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:.52;top:3.875rem;left:33.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#Dzh7wVmuEGzOBTVcVk7T0SXe5EnyaPoX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:.52;top:3.8125rem;left:39.6875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#K5KlmbPeIiRa9mWpKIGaoWZJcrTOFGqk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:.52;top:5.25rem;left:47.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#kgwSA81LAhMSsGR8gQgeHuQgUfT8VVup { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#Egavbg33yEAHqDvsNGmPTlxbAg9X6AuD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#wSHJe37JiRzIA2EHhFU2qC0vlRMOb1mH { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.36328125rem;left:18.96875rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wVmyMv8z4Qq4Quym7RZOx3qGfckVvJqa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#N34xpMAe87dfOOkNg5ICyTqGzauiey7K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#ivOsHNyXCHRnT2ReyM86QDB1vcMDVNw2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#T2RahLwdytXqmhclqRKOB64b7pZN9Q21 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.75rem;left:28.1875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#w2g3808q6PgBa9SzWsx3m8RfTyaAM5zw { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#scG3vtGMVBqDCZknAWkkaPsq4Cw74z38 { position:absolute;display:block;z-index:15077;height:37.186875rem;width:66.374375rem;top:16.25rem;left:4.3125rem;display:block; }
#IOouk55Z6UNDOqs75SMMAZTdIdlNkQRA { box-sizing:content-box;height:14.43725rem;width:23.75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:55.083618164062rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#KmhFqwrO3mpwBIeZJGsoVULzc4xH41yr { color:rgba(var(--color-tertiary-0),1);display:block;width:19.874875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:55.934448242188rem;left:27.562255859375rem;height:6.5643125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q09SxfNMXPdg9ClVuoiap3WACksKHdey { color:rgba(var(--color-tertiary-0),1);display:block;width:19.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:55.934448242188rem;left:1.9769287109375rem;height:5.2514625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RWVfQQ6ORgetsBBw24vHoZag1hJHHLPB { box-sizing:content-box;height:14.562375rem;width:23.75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:55.020141601562rem;left:25.5859375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#OqP4UrpdnttTEAvBITmpee3khMMzzJRr { box-sizing:content-box;height:14.624625rem;width:23.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:54.989013671875rem;left:51.171875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#zAs3RJMeuMcmVub2HLpdznf6zgzuKKUE { color:rgba(var(--color-tertiary-0),1);display:block;width:19.874875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:55.934448242188rem;left:53.22509765625rem;height:7.8771875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KIGwcXpOdhWX227fI0sSuhqV6EPMWZE0 { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.8745125rem;width:3.4375rem;top:65.0625rem;left:27.6875rem;overflow:hidden;display:block; }
#gpZ3g8wk3dBDUCaDb6hod7O33xAp1qy1 { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:65.125rem;left:53.25rem;overflow:hidden;display:block; }
#BOcKDpk6fbUaB0pTzBmL75qBF4UFaLxV { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15092;opacity:1;top:65.0625rem;left:31.5rem; }
#wPWTn00e1KFopTdTWQKHarXf069tPqmv { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15093;opacity:1;top:65.0625rem;left:32.875rem; }
#vvQ8RshZSq15XePTOdcWPX7TrB9JPDUn { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15094;opacity:1;top:65.0625rem;left:34.25rem; }
#IMcKconLWnrprRfs9yPG608gC3ZqL0Hv { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:65.0625rem;left:35.5625rem; }
#kmyopamhHhuwAH0HTREngBbs6bWheLzo { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:65.0625rem;left:36.9375rem; }
#CdZFzGIquH2A2xUTiTl3l3hanGIForRv { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:65.125rem;left:11.9375rem; }
#w00T3qXoTqhr7PWPLsZFE1abWyTFua3q { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:65.125rem;left:10.5625rem; }
#Qk0rDLU7MCInTUy44tiVBo59MUXvlsXU { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:65.125rem;left:9.1875rem; }
#tdnz3rn4UFXEfSyMKw3JAoONzT7tPBZr { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:65.125rem;left:7.8125rem; }
#u6STfSnMIWzLkV8vGPnwQh54divI3115 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:65.125rem;left:6.5rem; }
#OqM1TAgW8lg1A5sVCFPJSoCADS87fHh8 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15102;opacity:1;top:65.6875rem;left:57.5rem; }
#QGm5avzokDqlveF3ewVpD2f6GpQEBJpB { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:65.125rem;left:2rem;overflow:hidden;display:block; }
#dTa0ZXzdWZDcXA8DXaKbdBPNwN7TBTVz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3731875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15093;line-height:1.5;letter-spacing:0;top:67.125rem;left:57.5rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fC2Poutrvk2mlL9AyFIByJumGBGhxZRq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3731875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:66.4375rem;left:6.5rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VOT4DaFlsIf6KBQrSiqb35OBiuh1k9Tr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.5;letter-spacing:0;top:66.4375rem;left:31.5625rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k0FbWPzsr5MnuErShSCeL4m52rhI3Tqv { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:65.6875rem;left:61.625rem; }
#Seo2WOXuIqoPf9L4kucbP3Bymxy9inST { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:65.6875rem;left:60.25rem; }
#AeEG9ZSPf0roT34xTRSEvNTLDAKTPI80 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:65.6875rem;left:58.875rem; }
#JrvNs85y2NQLxVsfwPQSlUpn4WrLdkCx { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:65.625rem;left:63rem; }
#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;background-image:url("https://images.assets-landingi.com/uc/771c23ad-79df-4708-8fb8-e34a1e9656a9/GIFTCARDSECTION7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa.adaptive-delivery-prevent-bg, #ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa.lazyload, #ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa.lazyloading { background-image: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container { background-color: transparent; background-image: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container > .video-iframe-container { display: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row > .video-iframe-container { display: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .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); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container { border-width: 0; border-radius: 0; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#zg2pDLpOp1SfrS8rAWQ6BdSuyUetvIbt { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9rem;left:4.125rem;height:3.25rem;text-align:justify;text-align-last:initial;display:block; }
#ue1MoiIe4gOX8vHVksTsI0os4d8QeUkS { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.6289072036743rem;left:4.125rem;height:3.4125rem;display:block; }
#AEfnTCftdQyu1FnfxI07TBwISnWyN3GZ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.312500953674rem;left:4.125rem;display:block; }
#ntti2GcrWJrIFXZVeIdwT4Ez7iiFkrle { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WwqedM15q4d9N4sDKBqth7U53Tq4AR9D { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0611982345581rem;left:25rem;height:3.981325rem;display:block; }
#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.77);background-image:url("https://images.assets-landingi.com/uc/18b38623-4685-4770-945a-e5018d406094/Untitleddesign57.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6.adaptive-delivery-prevent-bg, #Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6.lazyload, #Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6.lazyloading { background-image: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container { background-color: transparent; background-image: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container > .video-iframe-container { display: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row > .video-iframe-container { display: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .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); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container { border-width: 0; border-radius: 0; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#zrxhZsT60TSlbZ8PhmI5GTrWpQn70aAi { color:rgba(var(--color-tertiary-0),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.541015625rem;left:3.5618495941162rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#MZ3EXUn7tDwlH5IOZ99dBZNldIywgWwz { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.625rem;left:25.0302734375rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#TFScaXHZOgDOi8W1aHhleiWGwqyLmd3i { color:rgba(var(--color-tertiary-0),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.6529960632324rem;left:21.811851501465rem;height:5.1188125rem;text-align:center;text-align-last:center;display:block; }
#dUEKFMeMt480gspFqkecyvZXrXvvfNz0 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:2.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:16.875rem;left:27.499351501465rem;display:block; }
#MNOPi4NKLlO5pPTMsRBp907uyoD6tqps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZyObV9ymtC5QcC9a7ft0H3RqJBeMFCBt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.312500953674rem;left:4.125rem;display:none; }
#obbcIDlREXgkxpNqiOk3Krg7hhr41SLq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row .container { background-color: transparent; background-image: none; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row .container > .video-iframe-container { display: none; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row > .video-iframe-container { display: none; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .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); }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row .container { border-width: 0; border-radius: 0; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row .container { font-size:0.875rem;font-family:arial;height:68.25rem;width:75rem;position:relative;display:block; }#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .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:#dedede;background-image:none;vertical-align:top; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .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; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.25rem;font-style:normal;line-height:1.5;overflow:hidden;height:auto; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .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.0625rem;font-family:var(--paragraphs-font-family);height:auto; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-trigger.adaptive-delivery-prevent-bg, #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-trigger.lazyload, #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-trigger.lazyloading { background-image: none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 { box-sizing:content-box;height:auto;width:42.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.311968803406rem;left:15.000000953674rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1); }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #ITnUvsHxBTVihvn0mwSnA0OdrXtwGp3b { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #asZKa8KuGxcCVE9N8vwXHnAUVA0nO80C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #VvPA4m89TiI09KVkZgrmAZOCrC5Qh6vX { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #AitQr3EHW5HOc04mOKQHgE7dlRR5DpiT {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rbaOw0V7sxtsTHvW06qZzTSWlx7bkVqu {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #Xlp6ONBAMD4PW3dSqxKmTuvlCcB2pzmK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #lczDSKfC2mDJX6dH1PzTNKvkV1xwVduP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CeHSKLBqc6PDxGccVQ2y8PRTs1cIXJK2 { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #sfof8ToKsMtnTEUwSiCzcFFpBIsgAtKu {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rAgd32W55AUImcqNI7g7eAmgZhy4M9OQ { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gWcssE0t50n6UulLDHkrb7lm2htroFdL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #uGvPN8KxfQuhzsv7IyVZmr4qXQWgaAsQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #MgE41e2APXkBptntLI1ZOq37LuxHmLGC { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #AGsKPipahnFWMONRnWuhG6ct5RgNRdDJ {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #fNygDoUUPfF7n50G4ynFGVqXz2dfaTJX { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #LHBQPiKy7t1yQ9WxTufinDABBhAPG0eb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #zgut7PoHSex3UdrME2AbBHBcQ3MiQfR0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gb6ZJrTCqfw40wtEK66yqSK8xtP3wagh { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #tHUonRKS63rwuVAwc7UtOOoizRNpolpJ {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #nQCCJ3q2rSmbWQ0VF5Hg26w8Naul37hZ { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #JLg2Xz55W6v2sBd873aoAZEJeh3EZLDV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #sqBuTUH40wBaaucZ0NtvWE5QvbnBZ2do { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #oocc25w6AL8lnfK6rwpVn4ieA7cF6Edo { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xRhBPmsny5r8XRhzg5BaRg6hLh2KT8gH {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #LpmDFmxoT2k4ReWbLzC1TchTx6SmqGpg { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #pU75aoWWZOva5nKxArvKNyDoPXu43J7A { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #TDctnNaxa4aOzbU6ux0fqSZQEkMdzCDw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #koNfKttzPaUySwCBqazIQEPRyPJyymFC { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xFIA99E1SkGQXUogTydhTP9w4cHeb05h {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #wxlAPdmWC3mMfAzOfJxmeJp2aUrJ4CZA { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #lvBn3z4EwCaOWJ9t9tWD0vG6b81z9TfV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #O09qpkFNr04OUw5SwDP39HUPgSkVmCms { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #suMnq9TbXmhu1a2tAwfwpnK9S3c16Du4 { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #bwp9tBn5Eww2nfA2mBy8ErtSUr2EtEg5 {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WzE4x18u8NgO01hViSyNDyTMJFT3QT92 { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CkKQkkgCIqz4vsvqbZOGMPwOUe7VaTmv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #OInTSFo5ROt9MEvMQ8TVmxzMRUZG8RED { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #uDPZu9nscQkXZFL0ISdCbtKEz0wxxkbp { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WK244KVRr2CIgvz0U4A4ShN6HMqySSFd {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #dmVQcomggidXW3ccOhuvVXChu1z49BCI { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #aPMNSVTwdZhgCiPJTph3SP5Ddpd0U8o1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #i9RbsRuGQr7TmbLwTqzGnemVnZBsrqXp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #dQ545pbSZh1HaFga6hAEfE9soQXlyGSQ { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WNzrlcApuLvRXaTF3mvsLr1hJftyG2iH {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #B5ASNxPWValys7hk2uBC6UUbKiJnTnlm { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #tkvTqbfhSDycpKcobauPstQm7EJe1M1L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xRioFTDCeWkym9areVlBSwzfvIUFDnEz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CdO2yAn7ia7KSrtTlCPlEkJqVczGQop0 { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #Xrig0DOOeQVG93wQf7xmVtiPCGTw4s29 {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rgpcXk17TJzJ4xwCFovwX8vtF0VT5GZK { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #zJpswWW6JuOuqbvk7gu8R4L88wka1Mqm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gX0Hb8ZZRXvmkstEPvQ8rEka1pszLIop { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #kGXAZkWHzsd1dwwnMwfa7ySEqa13B9Wo { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #TT4yKunEqazEkRCWR1RFm0k9bkcPS2b0 {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #FShgux0pzaK8R9RwGdz6MahVPKv1eZ8C { display:none; }
#WZzFNsf3RPnTCIXtxIsRIk0cTxT0CXUC { color:rgba(var(--color-primary-2),1);display:block;width:36.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1277122497559rem;left:19.312066078186rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#hsMZmArMK7AbNzha6oxdXoZhnbp922wA { color:rgba(var(--color-tertiary-4),1);display:block;width:57.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7827682495119rem;left:8.9366331100462rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MvenChorNOy262NZeDi0TMCmogOwMmPm { box-sizing:content-box;height:0.1875rem;width:73.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:67.50000190735rem;left:0.6875rem;display:block; }
#PuRGZmn5V1MwTsQhPh44XVh5QvslWK4Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#PuRGZmn5V1MwTsQhPh44XVh5QvslWK4Z > .row .container { background-color: transparent; background-image: none; }#PuRGZmn5V1MwTsQhPh44XVh5QvslWK4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuRGZmn5V1MwTsQhPh44XVh5QvslWK4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuRGZmn5V1MwTsQhPh44XVh5QvslWK4Z > .row .container > .video-iframe-container { display: none; }#PuRGZmn5V1MwTsQhPh44XVh5QvslWK4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuRGZmn5V1MwTsQhPh44XVh5QvslWK4Z > .row > .video-iframe-container { display: none; }#PuRGZmn5V1MwTsQhPh44XVh5QvslWK4Z > .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); }#PuRGZmn5V1MwTsQhPh44XVh5QvslWK4Z > .row .container { border-width: 0; border-radius: 0; }#PuRGZmn5V1MwTsQhPh44XVh5QvslWK4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PuRGZmn5V1MwTsQhPh44XVh5QvslWK4Z > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#d1d5f7876bbb13eacf7e02dc76916376 { 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:2.1875rem;width:18.3125rem;top:2.03125rem;left:4.686279296875rem;overflow:hidden;display:block; }
#A6618e0ed6b36bc9a608b429c554c96e { color:rgba(var(--color-tertiary-4),0.91);display:block;width:6.75rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.5625rem;height:1.29948125rem;font-style:normal;display:block; }
#o12214d0f4fb8e8172ca6c343bad504b { color:rgba(50,72,160,0.91);display:block;width:7.9375rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:62.375rem;height:1.29948125rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aRbDnLDw2UUTkrrGesaANkQ27Ki2dxVf { display:none; }#aRbDnLDw2UUTkrrGesaANkQ27Ki2dxVf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ahqpy4IcMkgHQvEog6MaXTEKx4klaMq8 { top:0.5rem;left:27.8515625rem;width:16.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXSdMpmH6aUBWLrl0Pcruh4HyWOhzxlK { top:1.5625rem;left:32.68701171875rem;width:11.25rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KogQPGvPpqlHCkMpFfebfe5O5ZfJ4Ua6 { top:2rem;left:34.0625rem;width:10.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVTQDy9tDQDImzZsTkWqHpcIc8cpQn4v { top:2.0625rem;left:33.1875rem;width:3.3125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNZCMMROqghB0FkvrBgCXJKnIU5naFAB { top:2.875rem;left:0rem;width:18.0625rem;height:2.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dX9U9mTPAuieE4herJnocPaqaT2gzW7I { width:47.75rem;height:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f6Veut5Ta1nGdoNbQCsnzo8ADqfK8SDK { top:1.8125rem;left:0rem;width:14.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNOw4HLJd1ybXvz3CGt3P9AUPEmkG3E6 { width:14.625rem;height:3.125rem;top:0.8125rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f29aiFSlfFw7m4oZtaKby3MsHX99mZuG { display:block; }
 }@media only screen and (max-width: 763px) { #vDDF6pHppIpcWkLv67AU36c2QbBAM9ba { display:block; }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fkk8y6WFzg34uEl8Tz4LeKkTTdOA4vHc { top:15.375rem;left:0rem;width:5.9375rem;height:4.8242910389068rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGwaWBITLvGuvfSMu94lMXUbWFXwWLPa { top:17.6875rem;left:0rem;width:5.9375rem;height:4.9481176839476rem;display:block; }
 }@media only screen and (max-width: 763px) { #CATWIkbIDlTDnPPyCD3rZMWSbqmhpEbs { top:19.375rem;left:0rem;width:24.75rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7a5VBQMRuH3pZykKdqT5yOS9l4I5Lr1 { top:17rem;left:0rem;width:17.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk4ExQM9DDApOd2o2wThTV7umyQhWU1g { top:23.5625rem;left:0rem;width:4.6875rem;height:3.8745125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGCLVKMpLom73lEJ6UJk4PiGFlwDtLO9 { top:21rem;left:0rem;width:4.1875rem;height:3.4483906695785rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2soHko0VAMK8oaUtXEnOOTSUDCx4EBO { top:21.9375rem;left:0rem;width:20rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDzt3axG0qy813uJJgBcuOaB5UFs8yXt { top:27.1875rem;left:0rem;width:22.625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l48FBoraodkrs8AGXD2Az1UhFd2XzAxX { top:24.5rem;left:0rem;width:22.625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsxENAvPpTS840xhzBMwaM1F5xxENG9h { top:26.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owCTc2LMbbW24HL9DvhxkTv9n8kfMiQW { top:7.5rem;left:0rem;width:27.1875rem;height:7.937rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhrqcOiUHEIWug0dDfqUozTyAOEHZCLf { width:23rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQ1OXhZyElQG3tieMSLfCpterVL7zgeM { top:7.8125rem;left:0rem;width:28.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWAkM7cwTWo66XUxuixxObVDTO45iKo5 { width:17.5rem;height:3.4375rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4aGEoOJFzymlqAE0ObGgb5yrTbSBkpW { display:block; }
 }@media only screen and (max-width: 763px) { #hdbDPofNzhKX1RbTNbi9asqRHQTXI9Mm { top:39.25rem;left:0rem;width:10.8125rem;height:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuRIhDcpMM7yKhDxZK7G1Nxnyqm949kr { display:none; }
 }@media only screen and (max-width: 763px) { #LPrntqlvmtchlqvIE3BIrDH87kfvrine { top:18.125rem;left:0rem;width:6.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2hEmTFl6wfGPqsSIusMo031ulXS5Zh4 { top:21.5rem;left:0rem;width:4.25rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuV3PLIDrssSkhpZi8XSMk8a5s3ZTxyy { top:19.875rem;left:0rem;width:16.0625rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6LPWGhe1ckeQkzKJad8wA9LGHN4a6zK { top:22.6875rem;left:0rem;width:20.0625rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ovh1lZMD4TTesRXPax6HMnTCB3xhE1ER { top:15.5625rem;left:0rem;width:6rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GLDQOXsLhF75bRnfEXq5nUqDVdREHDJM { top:24.375rem;left:0rem;width:4.6875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PsVPEcTQ4khO6Fze87K0UCE8M9Ub33gp { top:17.125rem;left:0rem;width:17.5625rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLONg6E5UoOwB72aLTX9lKTFU9UOvKMW { top:25.5rem;left:0rem;width:22.6875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMickkQsW7NDSw9U5XClOxqPbw435BOk { display:block; }#MMickkQsW7NDSw9U5XClOxqPbw435BOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mnzmis9IMztkxf1MuJ0gPxTZfzm6VT07 { top:0.1875rem;left:5rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaxGox7nK41AwJaAGA6Gl5M0y4u1tGtI { top:0.1875rem;left:6.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9NTBNSnJfHDUGtPc8rcPNuQTSdCDRon { top:0.1875rem;left:9.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUlEZ59zzJaOnrT8qZxqELDGLRLLIkq4 { top:0.1875rem;left:7.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSts8KuVBgFHLqJgqTnBKW2iszqHBwHy { top:0.125rem;left:11.124755859375rem;width:32.5rem;height:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHtPBWTCCmso5xax5gX659vzQAkytmDz { top:0.1875rem;left:10.5rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJABwSMR2P1wAQGL9JQAKQsSQOGV7QWQ { top:0.1875rem;left:5rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCRrmWCIn142O4yxbfbFM96Zhfq0TmbL { top:0.1875rem;left:5rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzSyB4JM4wT3754FeIU5t5DdaGUMllJR { top:0.1875rem;left:5rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5Di7KQPm5KWpvdrDmul7FJ3AvGCAQC8 { top:0.1875rem;left:5rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a { display:none; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FI1SmIJ0OElpiw0KzE8a8bZcIhBXCMTb { top:6.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VITvzuPQyMik2qPMUUbSCLWTVEcWHNGG { top:1.125rem;left:0rem;width:20rem;height:3.3125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD { display:none; }#mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ba15c0edb72a52480d2e2cafd8e52662 { width:13.375rem;height:2.3125rem;top:33.4375rem;left:17.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4a542e2b964bc162e7ed64859d89d60 { display:block; }
 }@media only screen and (max-width: 763px) { #T0fca18da16fbcc6a78d44fc7ba81d08 { display:none; }
 }@media only screen and (max-width: 763px) { #Vece02943ccae56412e84ea9662c34ff { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w54c759d6af4ff0e97b63224f9218b74 { display:block; }
 }@media only screen and (max-width: 763px) { #zOtk2wUOVmXN6ihIP70haTraGTE1xUCn { top:12.375rem;left:0rem;width:20rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fa3Z6ard2ZOacTPgIgBkA723iW40mZyV { display:none; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hWrHH3hZs4RzBn3A4dcEVt32xH4sly61 { top:2.4375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs { display:none; }#QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b5d6a8ade008547e8c1312f038ca6d23 { display:none; }
 }@media only screen and (max-width: 763px) { #g68481349e72dff03451f6ddd333271f { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o280cfcc1d9367fb8e20b5fd8a82e5e0 { display:block; }
 }@media only screen and (max-width: 763px) { #lUo2DfvzXqplC9LXlFWDH9smJGvHAQMN { top:11.4375rem;left:0rem;width:20rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ke3UIfEwxfmMc5w3AJRycJecnHmCx9bd { display:block; }#ke3UIfEwxfmMc5w3AJRycJecnHmCx9bd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Re8c5ba75ffd5e3469245eb0d67a0e60 { top:1.8125rem;left:0rem;width:47.75rem;height:6.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb2221cbf686022d7560cd684f210c43 { top:9.375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c47f5cd78bcd58c1d7b9cb8941894abb { width:15.375rem;height:2.875rem;top:40rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfe4842256b991d884ca4e2ad9c2c8be { display:block; }
 }@media only screen and (max-width: 763px) { #qSI8FovqEpkGKPMOZTQQqbDidoq9tUTQ { top:14.8125rem;left:0rem;width:18.125rem;height:10.1245rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzN53VLR44p8126d22T7SapVgPWzCgDR { top:22.75rem;left:0rem;width:12rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBVcmFJq7fMi1karOTDRvKovTzsyK60K { top:22.75rem;left:8.1875rem;width:13.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq18Mz0io12gUixcQVXbAkNdWyJdIDhT { top:24.4375rem;left:0rem;width:13.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoOy9KTc3MTZbVfvahMMH6tQ0NpUDNTO { top:22.75rem;left:26.875rem;width:10.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMtWDWqfaTaShz33RS9oBBI0B3EAEIu8 { top:24.4375rem;left:1.0625rem;width:3.125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhqPwNtrBq4GcoO6UJFXBQ3OxHK1zLPG { top:22.75rem;left:37rem;width:10.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVXNFznxBXnrn5ZT1PX9k2Tf85hah4Ea { top:34.3125rem;left:0rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J08CdgvHlEJAXQqntxGXepASJXGgQgpT { top:34.3125rem;left:8.375rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfkECS6ODnkT6CEgoFmAE6VB0prdJATS { top:34.3125rem;left:25.625rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFLiTGDX2emqdn0HJVB9pvqs7MHPUMl8 { top:34.3125rem;left:34.5625rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUFlXfXUmG5sck2wZJgsSml6E3NnA21H { top:35.5625rem;left:42.125rem;width:5.625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmecJfMEMbNyoTgzVK0VoesA5MpdG7vT { top:36.4375rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xszKoXpVeCs2JAPdixd5RQfgMQvIIL56 { top:36.5625rem;left:1.125rem;width:2.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMholQUXsZEdyPNxfoFTNUwXwZgfql8M { top:36.4375rem;left:26rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMy0x76eWwkxkJCmDb91gQsgUtqhlv9H { top:36.5rem;left:35.4375rem;width:2.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXlTnO7ymzms7mzBnubcXSVQUHQe43Bo { top:36.4375rem;left:37.125rem;width:10.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcyzxszzXNTtdZ7ikTHXIN8TWu4rUmSh { top:42.875rem;left:11.249877929688rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKP1OPA0E2r8DSsyU9yZdXS4brnTGVBT { top:36.4375rem;left:45.5rem;width:2.1875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIglgpfdZ508tNoO1aXGmcCwCavB5Nn4 { top:24.5rem;left:9.125rem;width:11.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8XaHMWObL7FVzIBggMn1a7P4Xx0kCWF { top:24.5625rem;left:18.0625rem;width:2.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxs7xaHW1u4HObopuNuIFc7MqaZeXf88 { top:24.4375rem;left:26.3125rem;width:11.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKTXyes6LgR3fDc5epxP8PUiKpuy7Tk9 { top:24.5rem;left:35.3125rem;width:2.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0cMm2iLxK6LMiWFEO4WvWOMgGwmG2A2 { top:24.375rem;left:35.875rem;width:11.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfGynwQUxqnh5lzTq982ePTR8RVcrCwd { top:24.4375rem;left:44.9375rem;width:2.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScbZJaUJARO6TTwSRLWsKV3bGBhaMbBJ { top:14.8125rem;left:5.966064453125rem;width:17.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Cc2T5TOfcxod8UC2O2OyNnyuVwHNKt { top:14.875rem;left:23.40380859375rem;width:17.6875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBQo4f2J1V0ophy9BiLstb8g1qaR46X6 { top:15.0625rem;left:30.125rem;width:17.625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8vG8vWT1HuZG4LVqMlTzPOxQPh7RXJF { top:26.375rem;left:0rem;width:17.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx5Ew1cVCzDBlbWTTheKIfBUirdvkog8 { top:26.125rem;left:6.1845703125rem;width:17.6875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVcRwhwHbbdhCS9EZS57oll0A4W7t1D8 { top:26.5rem;left:23.466064453125rem;width:17.625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhEAwLrT0HRCZtnw2vS6fSiG1BOizI3n { top:26.875rem;left:30.1875rem;width:17.5625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VskEee187OgMuuDdKi8ih2IANyGszrr8 { top:36.4375rem;left:8.75rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh2QOTvQSokEtq6Pf9azIUgervS4R4GJ { top:36.5625rem;left:18.0625rem;width:2.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Terdx9UrrEJST3bTlLOErD7RqdzC90KP { display:block; }#Terdx9UrrEJST3bTlLOErD7RqdzC90KP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ae6ebe2c78ae48089ae6a41bcc0d97b7 { top:3.9375rem;left:3.498046875rem;width:39.75rem;height:3.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #na79bb5281d2df92685ae39beda38d6a { width:15.375rem;height:2.875rem;top:37.0625rem;left:16.156494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe0efcd62c864185a32ccd01891965a4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZcKSbHvm0W3Jf4h18tIhtUEWtF7zJTHh { top:22.6875rem;left:16.8583984375rem;width:14.8125rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrAxWy671mtt9lxLLgNIOUx3hLqcUMnl { top:21.875rem;left:30.0625rem;width:17.6875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #b36qtsfByoyDH63OO3v4eE3umfyJrCfJ { top:30.125rem;left:16.5625rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIA7MEgLZzuqtZo3QEmO7nTEnwhmaukS { top:29.9375rem;left:33.1875rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqWvCsDFdsku7mDP9aJT7qL3cKW4ZdAq { top:20.9375rem;left:0rem;width:18.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcFyuN0U9nMOxqVMO9JLV4GLzEOTApCt { top:30.1875rem;left:0rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5tGz0bq8LuJMBxTe8wDq01vAkSJ2Zzw { top:19.375rem;left:0rem;width:19.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXaDZSDnUcRsmBXXXZQpadkSrK2W9st6 { top:19.4375rem;left:7.75rem;width:4.0625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlG17Mxk1DZPkz9Zg3PCt9xeE2kOCpmr { top:8.25rem;left:0rem;width:18.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pavMw7Gs3Jdm4KlbmWd3bmps2xBM3FOX { top:10.6875rem;left:32.9375rem;width:14.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPN0H8IS0yGtoACZqzBBoB6O7Bw3Jwdg { top:17.5625rem;left:17.75rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgR6PBRNbZc2MWRKFG7WBKTm4Kn5vosD { top:17.5625rem;left:34.5625rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRMuvsiesAWUqQbA7e4EA0HTcLQPB77t { top:17.375rem;left:0rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARgq8MelhLpwcG2NLceV5e3Jb1P6TCSJ { top:10.875rem;left:16.81201171875rem;width:14.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTSeG6pk1eZC0dA72caJUkWK38TGex0l { top:31.9375rem;left:0rem;width:13.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSSmTQ6wMuXJn2kaU8JcGsuu1tREfIJv { top:32rem;left:7.9375rem;width:3.5rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TheEAinQt43ntth45lJdPvsM1aZTxc01 { top:31.9375rem;left:18.5rem;width:11.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuT323QZwQhIAyWR4kD5J5ZWf3pEi4rP { top:32rem;left:27.4375rem;width:2.5rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr24XW9sZJUPgMyyVZgD02UlTwmTzLyy { top:19.375rem;left:18.5rem;width:11.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBCy6ZcsRwJ8Cr9zzOoG2Ie67GrCBV6x { top:19.4375rem;left:27.3125rem;width:2.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFXVBig2NQpz97b7lCTLPoTQZzlRSEdd { top:19.375rem;left:35.1875rem;width:12.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvlFyZ7TWEdONVtqFTHi4DbDfyANszSf { top:19.4375rem;left:44.875rem;width:2.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT2aRVUcUgoRo55UdIpE3KODpn46lORC { top:31.9375rem;left:35.125rem;width:12.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReJiLcNOWHsKIefMMCSVOaqxfpHZX634 { top:32rem;left:44.875rem;width:2.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIfXAM9Baq1DfcqSPyNHE1v0chJX74eW { top:40rem;left:11.187622070312rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 { display:block; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr { display:block; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Op85Mrmcc28gp2W9quVhIeVVuq615Lb7 { top:4.9375rem;left:0rem;width:35.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApJXoXmLnSwtQ4IHbgtFkA11zhO0LnUC { top:19.25rem;left:0rem;width:35.625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HScmMLRFhFt8UMMTlcZzUlnr7HxXdWrf { top:7.8125rem;left:22.5625rem;width:25.1875rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mau36byRrHnDw0LJyVIoAlsX9g5ZU9kc { top:12.5625rem;left:18.875rem;width:28.875rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9MkL3T2wZLGOnx4U3iOHSXFM5Tkemk6 { top:15.6875rem;left:14.9375rem;width:32.8125rem;height:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfeaWNUhortbtL0y6L8WbO3f7ScfrtbZ { top:20.6875rem;left:17.875rem;width:29.875rem;height:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeIu1ypbchZOtCqLHTfzGhcw078SDKyU { width:15.375rem;height:2.875rem;top:31.0625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyd0Ss2kGMgykFTBT9oeu1nvMbgfH6Ka { display:block; }
 }@media only screen and (max-width: 763px) { #J6X4QSN923pDSN5G3fqMXvneqhmEFA4S { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qM60tkSPRHO044VNtdqIz7GQEUkKJoFH { display:block; }
 }@media only screen and (max-width: 763px) { #BQMGIL2J4k6TCcuqebrmULnon6mPgpcf { display:block; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFp4okwCcNeHa1BtTEKTv7vAwuico5nT { top:4.0625rem;left:11.5625rem;width:35.6875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhWzu9dncqJHKFgE2PVbLr5NJN3dqw1q { top:18.5rem;left:12.1875rem;width:35.5625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEHDGN1AZKzoBrUTvmkVV0yWK8eQS8nT { top:8.125rem;left:0rem;width:25.1875rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKrHa394xO1nTCIlz3HTZW2oiNift60R { top:12.6875rem;left:0rem;width:27.3125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKQtr1wfCpWuHoXtVd2BhVK4kpdkVkl2 { top:15.8125rem;left:0rem;width:32.9375rem;height:12.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIqU88AvXph2Z5hQz5Ahbwa8Ds9fKZXf { top:21.8125rem;left:0rem;width:29.875rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJVW5pylr5r4F2P5zgBIvbTDUQ4FSGxO { width:15.375rem;height:2.875rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRd0BUN34KB3m5Hc10NPCceWahxTqluF { display:block; }
 }@media only screen and (max-width: 763px) { #p1QpBMSshTFyEMakgtgQvRyHkNxtkA80 { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZE9llQXXsvM0vdffbgenJwPP3iZ1klAc { display:block; }
 }@media only screen and (max-width: 763px) { #LTyJaoy0T6654XriIm1zXdNGaexbldQz { display:block; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoVsOv1dBRFLlGFT0HtAHHx5rZq0wLXv { top:4.9375rem;left:0rem;width:35.6875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwfudwwZXUAwB7oONzOtr9brJT3gTBT6 { top:19.4375rem;left:0rem;width:35.75rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4QeQ4U5okV9LBLn1ON40PoJ7QiOw51q { top:8.25rem;left:22.5625rem;width:25.1875rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR7VxOZsT17S0ofMO7ucS4SV8KznqJRb { top:12.875rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoNOXyIpPoWv7L5mcR7ytQCQb3tUnigQ { top:17.5625rem;left:14.9375rem;width:32.8125rem;height:12.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRzBI0xkhp7t8ZEXMfAZTsZTi51GFNI0 { top:23.25rem;left:17.875rem;width:29.875rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6e4noS8PWpZEbPmtFdGDzX3pB1mMrXS { width:15.375rem;height:2.875rem;top:32.9375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdIBn5OLf3EZBDB3Mx4unp6KNTD1RTKD { display:block; }
 }@media only screen and (max-width: 763px) { #Ln4CeIB3QChKPIJXXI4usQZbRSgArk8h { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZ3v9fruViTNkrWh93xSTtE4I7SNOrsR { display:block; }
 }@media only screen and (max-width: 763px) { #Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 { display:block; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWApgX0TCoq1LnAQOSgdIhDngBU7hsM3 { top:0.5625rem;left:0rem;width:47.75rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do { display:block; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKA8Atul4wxsOblJ1ih9Z9QERcfyDJN0 { width:18.5625rem;height:1.1875rem;top:13.5625rem;left:13.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld0yRWxgzhR2KUvH1DDmNAKA7mB61bAU { width:38.4375rem;height:4.375rem;top:9.1875rem;left:4.6875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfoVkJrVb60aoIVUtsptA9OMyQxCcdPc { top:4rem;left:6.3125rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J58MCgmncCsrB47OuBMJcsU68uut7hiR { top:3.9375rem;left:12.875rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l58n1Zpf4cH2RIvoAJQD7Hu0vWVgJ82m { top:3.875rem;left:19.4375rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzh7wVmuEGzOBTVcVk7T0SXe5EnyaPoX { top:3.8125rem;left:26.0625rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5KlmbPeIiRa9mWpKIGaoWZJcrTOFGqk { top:5.25rem;left:33.875rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwSA81LAhMSsGR8gQgeHuQgUfT8VVup { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Egavbg33yEAHqDvsNGmPTlxbAg9X6AuD { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSHJe37JiRzIA2EHhFU2qC0vlRMOb1mH { width:20rem;height:2.5625rem;top:3rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVmyMv8z4Qq4Quym7RZOx3qGfckVvJqa { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N34xpMAe87dfOOkNg5ICyTqGzauiey7K { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivOsHNyXCHRnT2ReyM86QDB1vcMDVNw2 { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2RahLwdytXqmhclqRKOB64b7pZN9Q21 { width:18.625rem;height:1.1875rem;top:9.75rem;left:14.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2g3808q6PgBa9SzWsx3m8RfTyaAM5zw { display:none; }
 }@media only screen and (max-width: 763px) { #scG3vtGMVBqDCZknAWkkaPsq4Cw74z38 { top:16.25rem;left:0rem;width:47.75rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOouk55Z6UNDOqs75SMMAZTdIdlNkQRA { top:55.0625rem;left:0rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmhFqwrO3mpwBIeZJGsoVULzc4xH41yr { top:55.875rem;left:13.937255859375rem;width:19.8125rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q09SxfNMXPdg9ClVuoiap3WACksKHdey { top:55.875rem;left:0rem;width:19.8125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWVfQQ6ORgetsBBw24vHoZag1hJHHLPB { top:55rem;left:11.9609375rem;width:23.75rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqP4UrpdnttTEAvBITmpee3khMMzzJRr { top:54.9375rem;left:23.875rem;width:23.75rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAs3RJMeuMcmVub2HLpdznf6zgzuKKUE { top:55.875rem;left:27.9375rem;width:19.8125rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIGwcXpOdhWX227fI0sSuhqV6EPMWZE0 { top:65.0625rem;left:14.0625rem;width:3.4375rem;height:3.8745125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpZ3g8wk3dBDUCaDb6hod7O33xAp1qy1 { top:65.125rem;left:39.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOcKDpk6fbUaB0pTzBmL75qBF4UFaLxV { top:65.0625rem;left:17.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPWTn00e1KFopTdTWQKHarXf069tPqmv { top:65.0625rem;left:19.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvQ8RshZSq15XePTOdcWPX7TrB9JPDUn { top:65.0625rem;left:20.625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMcKconLWnrprRfs9yPG608gC3ZqL0Hv { top:65.0625rem;left:21.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmyopamhHhuwAH0HTREngBbs6bWheLzo { top:65.0625rem;left:23.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdZFzGIquH2A2xUTiTl3l3hanGIForRv { top:65.125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w00T3qXoTqhr7PWPLsZFE1abWyTFua3q { top:65.125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk0rDLU7MCInTUy44tiVBo59MUXvlsXU { top:65.125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdnz3rn4UFXEfSyMKw3JAoONzT7tPBZr { top:65.125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6STfSnMIWzLkV8vGPnwQh54divI3115 { top:65.125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqM1TAgW8lg1A5sVCFPJSoCADS87fHh8 { top:65.6875rem;left:43.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGm5avzokDqlveF3ewVpD2f6GpQEBJpB { top:65.125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTa0ZXzdWZDcXA8DXaKbdBPNwN7TBTVz { top:67.125rem;left:33.4375rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC2Poutrvk2mlL9AyFIByJumGBGhxZRq { top:66.4375rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOT4DaFlsIf6KBQrSiqb35OBiuh1k9Tr { top:66.4375rem;left:17.9375rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0FbWPzsr5MnuErShSCeL4m52rhI3Tqv { top:65.6875rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Seo2WOXuIqoPf9L4kucbP3Bymxy9inST { top:65.6875rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeEG9ZSPf0roT34xTRSEvNTLDAKTPI80 { top:65.6875rem;left:45.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrvNs85y2NQLxVsfwPQSlUpn4WrLdkCx { top:65.625rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa { display:block; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zg2pDLpOp1SfrS8rAWQ6BdSuyUetvIbt { top:9rem;left:0rem;width:34.75rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue1MoiIe4gOX8vHVksTsI0os4d8QeUkS { top:5.625rem;left:0rem;width:32.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEfnTCftdQyu1FnfxI07TBwISnWyN3GZ { width:12.3125rem;height:3rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntti2GcrWJrIFXZVeIdwT4Ez7iiFkrle { display:block; }
 }@media only screen and (max-width: 763px) { #WwqedM15q4d9N4sDKBqth7U53Tq4AR9D { top:5rem;left:11.375rem;width:17.3125rem;height:3.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 { display:block; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrxhZsT60TSlbZ8PhmI5GTrWpQn70aAi { top:2.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ3EXUn7tDwlH5IOZ99dBZNldIywgWwz { top:14.625rem;left:11.4052734375rem;width:22.6875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFScaXHZOgDOi8W1aHhleiWGwqyLmd3i { top:4.625rem;left:8.186851501465rem;width:29.125rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUEKFMeMt480gspFqkecyvZXrXvvfNz0 { width:17.75rem;height:2.9375rem;top:16.875rem;left:13.874351501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNOPi4NKLlO5pPTMsRBp907uyoD6tqps { display:block; }
 }@media only screen and (max-width: 763px) { #ZyObV9ymtC5QcC9a7ft0H3RqJBeMFCBt { width:12.3125rem;height:3rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #obbcIDlREXgkxpNqiOk3Krg7hhr41SLq { display:block; }
 }@media only screen and (max-width: 763px) { #pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx { display:block; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #ITnUvsHxBTVihvn0mwSnA0OdrXtwGp3b {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #asZKa8KuGxcCVE9N8vwXHnAUVA0nO80C {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #VvPA4m89TiI09KVkZgrmAZOCrC5Qh6vX {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #AitQr3EHW5HOc04mOKQHgE7dlRR5DpiT {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rbaOw0V7sxtsTHvW06qZzTSWlx7bkVqu {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #Xlp6ONBAMD4PW3dSqxKmTuvlCcB2pzmK {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #lczDSKfC2mDJX6dH1PzTNKvkV1xwVduP {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CeHSKLBqc6PDxGccVQ2y8PRTs1cIXJK2 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #sfof8ToKsMtnTEUwSiCzcFFpBIsgAtKu {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rAgd32W55AUImcqNI7g7eAmgZhy4M9OQ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gWcssE0t50n6UulLDHkrb7lm2htroFdL {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #uGvPN8KxfQuhzsv7IyVZmr4qXQWgaAsQ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #MgE41e2APXkBptntLI1ZOq37LuxHmLGC {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #AGsKPipahnFWMONRnWuhG6ct5RgNRdDJ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #fNygDoUUPfF7n50G4ynFGVqXz2dfaTJX {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #LHBQPiKy7t1yQ9WxTufinDABBhAPG0eb {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #zgut7PoHSex3UdrME2AbBHBcQ3MiQfR0 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gb6ZJrTCqfw40wtEK66yqSK8xtP3wagh {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #tHUonRKS63rwuVAwc7UtOOoizRNpolpJ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #nQCCJ3q2rSmbWQ0VF5Hg26w8Naul37hZ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #JLg2Xz55W6v2sBd873aoAZEJeh3EZLDV {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #sqBuTUH40wBaaucZ0NtvWE5QvbnBZ2do {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #oocc25w6AL8lnfK6rwpVn4ieA7cF6Edo {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xRhBPmsny5r8XRhzg5BaRg6hLh2KT8gH {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #LpmDFmxoT2k4ReWbLzC1TchTx6SmqGpg {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #pU75aoWWZOva5nKxArvKNyDoPXu43J7A {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #TDctnNaxa4aOzbU6ux0fqSZQEkMdzCDw {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #koNfKttzPaUySwCBqazIQEPRyPJyymFC {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xFIA99E1SkGQXUogTydhTP9w4cHeb05h {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #wxlAPdmWC3mMfAzOfJxmeJp2aUrJ4CZA {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #lvBn3z4EwCaOWJ9t9tWD0vG6b81z9TfV {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #O09qpkFNr04OUw5SwDP39HUPgSkVmCms {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #suMnq9TbXmhu1a2tAwfwpnK9S3c16Du4 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #bwp9tBn5Eww2nfA2mBy8ErtSUr2EtEg5 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WzE4x18u8NgO01hViSyNDyTMJFT3QT92 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CkKQkkgCIqz4vsvqbZOGMPwOUe7VaTmv {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #OInTSFo5ROt9MEvMQ8TVmxzMRUZG8RED {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #uDPZu9nscQkXZFL0ISdCbtKEz0wxxkbp {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WK244KVRr2CIgvz0U4A4ShN6HMqySSFd {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #dmVQcomggidXW3ccOhuvVXChu1z49BCI {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #aPMNSVTwdZhgCiPJTph3SP5Ddpd0U8o1 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #i9RbsRuGQr7TmbLwTqzGnemVnZBsrqXp {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #dQ545pbSZh1HaFga6hAEfE9soQXlyGSQ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WNzrlcApuLvRXaTF3mvsLr1hJftyG2iH {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #B5ASNxPWValys7hk2uBC6UUbKiJnTnlm {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #tkvTqbfhSDycpKcobauPstQm7EJe1M1L {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xRioFTDCeWkym9areVlBSwzfvIUFDnEz {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CdO2yAn7ia7KSrtTlCPlEkJqVczGQop0 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #Xrig0DOOeQVG93wQf7xmVtiPCGTw4s29 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rgpcXk17TJzJ4xwCFovwX8vtF0VT5GZK {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #zJpswWW6JuOuqbvk7gu8R4L88wka1Mqm {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gX0Hb8ZZRXvmkstEPvQ8rEka1pszLIop {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #kGXAZkWHzsd1dwwnMwfa7ySEqa13B9Wo {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #TT4yKunEqazEkRCWR1RFm0k9bkcPS2b0 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #FShgux0pzaK8R9RwGdz6MahVPKv1eZ8C {  }
 }@media only screen and (max-width: 763px) { #WZzFNsf3RPnTCIXtxIsRIk0cTxT0CXUC { top:3.125rem;left:5.6870660781861rem;width:36.3125rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsMZmArMK7AbNzha6oxdXoZhnbp922wA { top:6.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvenChorNOy262NZeDi0TMCmogOwMmPm { top:67.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuRGZmn5V1MwTsQhPh44XVh5QvslWK4Z { display:block; }#PuRGZmn5V1MwTsQhPh44XVh5QvslWK4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1d5f7876bbb13eacf7e02dc76916376 { width:18.3125rem;height:2.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6618e0ed6b36bc9a608b429c554c96e { width:6.6875rem;height:1.25rem;top:2.5rem;left:40.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o12214d0f4fb8e8172ca6c343bad504b { width:7.875rem;height:1.25rem;top:2.5rem;left:39.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aRbDnLDw2UUTkrrGesaANkQ27Ki2dxVf { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#aRbDnLDw2UUTkrrGesaANkQ27Ki2dxVf > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahqpy4IcMkgHQvEog6MaXTEKx4klaMq8 { width:6.125rem;height:0.7312rem;top:2.1875rem;left:1.0625rem;font-size:0.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oXSdMpmH6aUBWLrl0Pcruh4HyWOhzxlK { width:4.875rem;height:1.46179375rem;top:3.125rem;left:2.3125rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #KogQPGvPpqlHCkMpFfebfe5O5ZfJ4Ua6 { width:6.1875rem;height:1.5625rem;top:3.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVTQDy9tDQDImzZsTkWqHpcIc8cpQn4v { width:3.312375rem;height:0;top:8.70965078125rem;left:8.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yNZCMMROqghB0FkvrBgCXJKnIU5naFAB { width:1.56128125rem;height:1.1242675rem;top:3.25rem;left:1.75rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15054;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #dX9U9mTPAuieE4herJnocPaqaT2gzW7I { top:0.4764404296875rem;left:3.3111572265625rem;width:11.749875rem;height:1.0620125rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f6Veut5Ta1nGdoNbQCsnzo8ADqfK8SDK { width:15.25rem;height:1.8125rem;top:4.87426796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNOw4HLJd1ybXvz3CGt3P9AUPEmkG3E6 { width:10.748875rem;height:2.3120125rem;top:2.312255859375rem;left:7.93701171875rem;font-size:0.9375rem;font-family:saira;display:block; }
 }@media only screen and (max-width: 763px) { #f29aiFSlfFw7m4oZtaKby3MsHX99mZuG { display:block; }
 }@media only screen and (max-width: 763px) { #vDDF6pHppIpcWkLv67AU36c2QbBAM9ba { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1416577-c962-42d3-9f49-aaa0c3c12cd1/BTBFMobile7.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba.adaptive-delivery-prevent-bg, #vDDF6pHppIpcWkLv67AU36c2QbBAM9ba.lazyload, #vDDF6pHppIpcWkLv67AU36c2QbBAM9ba.lazyloading { background-image: none; }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .row .container { background-color: transparent; background-image: none; }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.08); }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .row .container > .video-iframe-container { display: none; }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.08); }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .row > .video-iframe-container { display: none; }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .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); }#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fkk8y6WFzg34uEl8Tz4LeKkTTdOA4vHc { width:4.375rem;height:3.5625rem;top:34.518230438233rem;left:1.125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IGwaWBITLvGuvfSMu94lMXUbWFXwWLPa { width:4.75rem;height:3.9375rem;top:38.125rem;left:0.9375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CATWIkbIDlTDnPPyCD3rZMWSbqmhpEbs { width:14.5625rem;height:0;top:39.625rem;left:4.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #T7a5VBQMRuH3pZykKdqT5yOS9l4I5Lr1 { width:10.3125rem;height:0;top:35.8125rem;left:4.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Qk4ExQM9DDApOd2o2wThTV7umyQhWU1g { width:4.1875rem;height:3.4375rem;top:40.375rem;left:1.1875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wGCLVKMpLom73lEJ6UJk4PiGFlwDtLO9 { width:3.125rem;height:2.5625rem;top:37rem;left:1.5625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #F2soHko0VAMK8oaUtXEnOOTSUDCx4EBO { width:10.25rem;height:0;top:37.8125rem;left:4.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TDzt3axG0qy813uJJgBcuOaB5UFs8yXt { width:11.6875rem;height:0;top:43.8125rem;left:4.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #l48FBoraodkrs8AGXD2Az1UhFd2XzAxX { width:11.875rem;height:0;top:41.5625rem;left:4.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #KsxENAvPpTS840xhzBMwaM1F5xxENG9h { display:flex;width:1.9375rem;height:1.9375rem;top:43.375rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #owCTc2LMbbW24HL9DvhxkTv9n8kfMiQW { width:17.375rem;height:5.0625rem;top:47.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhrqcOiUHEIWug0dDfqUozTyAOEHZCLf { top:6.375rem;left:0.8125rem;width:18.4375rem;height:5.25rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nQ1OXhZyElQG3tieMSLfCpterVL7zgeM { width:20rem;height:28.125rem;top:7.8125rem;left:0rem;background-color:rgba(255,255,255,0.54);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #oWAkM7cwTWo66XUxuixxObVDTO45iKo5 { width:11.625rem;height:2.125rem;top:29.8125rem;left:4.1875rem;font-size:0.9375rem;font-family:saira;display:block; }
 }@media only screen and (max-width: 763px) { #G4aGEoOJFzymlqAE0ObGgb5yrTbSBkpW { display:block; }
 }@media only screen and (max-width: 763px) { #hdbDPofNzhKX1RbTNbi9asqRHQTXI9Mm { width:10.8125rem;height:1.13769375rem;top:27.625rem;left:5.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #kuRIhDcpMM7yKhDxZK7G1Nxnyqm949kr { display:flex;top:27.6875rem;left:4.5rem;width:1rem;height:1rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #LPrntqlvmtchlqvIE3BIrDH87kfvrine { width:2.75rem;height:2.1875rem;top:25.5rem;left:9.5rem;overflow:hidden;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Z2hEmTFl6wfGPqsSIusMo031ulXS5Zh4 { width:1.9375rem;height:1.375rem;top:25.9375rem;left:0.1875rem;overflow:hidden;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #UuV3PLIDrssSkhpZi8XSMk8a5s3ZTxyy { width:7.125rem;height:0.812375rem;top:26.1875rem;left:11.625rem;font-size:0.625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #e6LPWGhe1ckeQkzKJad8wA9LGHN4a6zK { width:8.625rem;height:0.812375rem;top:26.1875rem;left:1.6875rem;font-size:0.625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ovh1lZMD4TTesRXPax6HMnTCB3xhE1ER { width:2.5rem;height:1.9375rem;top:24.6875rem;left:9.625rem;overflow:hidden;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #GLDQOXsLhF75bRnfEXq5nUqDVdREHDJM { width:2.3125rem;height:1.75rem;top:24.8125rem;left:0rem;overflow:hidden;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #PsVPEcTQ4khO6Fze87K0UCE8M9Ub33gp { width:8.25rem;height:0.812375rem;top:25.25rem;left:11.625rem;font-size:0.625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #fLONg6E5UoOwB72aLTX9lKTFU9UOvKMW { width:8.5rem;height:0.812375rem;top:25.1875rem;left:1.6875rem;font-size:0.625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #MMickkQsW7NDSw9U5XClOxqPbw435BOk { display:block; }#MMickkQsW7NDSw9U5XClOxqPbw435BOk > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mnzmis9IMztkxf1MuJ0gPxTZfzm6VT07 { display:flex;width:0.625rem;height:0.625rem;top:0.4375rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #oaxGox7nK41AwJaAGA6Gl5M0y4u1tGtI { display:flex;width:1.4375rem;height:1.4375rem;top:0.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9NTBNSnJfHDUGtPc8rcPNuQTSdCDRon { display:flex;width:1.4375rem;height:1.4375rem;top:0.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUlEZ59zzJaOnrT8qZxqELDGLRLLIkq4 { display:flex;width:1.4375rem;height:1.4375rem;top:0.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSts8KuVBgFHLqJgqTnBKW2iszqHBwHy { width:16.625rem;height:0.8125rem;top:0.3125rem;left:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHtPBWTCCmso5xax5gX659vzQAkytmDz { display:flex;width:1.4375rem;height:1.4375rem;top:0.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJABwSMR2P1wAQGL9JQAKQsSQOGV7QWQ { display:flex;width:0.625rem;height:0.625rem;top:0.4375rem;left:1.6875rem;z-index:15060; }
 }@media only screen and (max-width: 763px) { #bCRrmWCIn142O4yxbfbFM96Zhfq0TmbL { display:flex;width:0.625rem;height:0.625rem;top:0.4375rem;left:1.125rem;z-index:15061; }
 }@media only screen and (max-width: 763px) { #wzSyB4JM4wT3754FeIU5t5DdaGUMllJR { display:flex;width:0.625rem;height:0.625rem;top:0.4375rem;left:0.5625rem;z-index:15062; }
 }@media only screen and (max-width: 763px) { #n5Di7KQPm5KWpvdrDmul7FJ3AvGCAQC8 { display:flex;width:0.625rem;height:0.625rem;top:0.4375rem;left:2.25rem;z-index:15059; }
 }@media only screen and (max-width: 763px) { #aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a { background-color:rgba(255,255,255,0.5);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; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row .container { background-color: transparent; background-image: none; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row .container > .video-iframe-container { display: none; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row > .video-iframe-container { display: none; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .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); }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row .container { border-width: 0; border-radius: 0; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FI1SmIJ0OElpiw0KzE8a8bZcIhBXCMTb { width:20rem;height:1.499025rem;top:5.15869140625rem;left:0rem;font-size:0.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #VITvzuPQyMik2qPMUUbSCLWTVEcWHNGG { width:20rem;height:3.37524375rem;top:1.1875rem;left:0rem;font-size:1.6875rem;z-index:15004;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD { background-color:rgba(255,255,255,0.5);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; }#mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD > .row .container { background-color: transparent; background-image: none; }#mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD > .row .container > .video-iframe-container { display: none; }#mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD > .row > .video-iframe-container { display: none; }#mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD > .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); }#mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD > .row .container { border-width: 0; border-radius: 0; }#mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVQlL1co61tBAwx5BBTbPJTKy3z3vyiD > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ba15c0edb72a52480d2e2cafd8e52662 { width:8.3735rem;height:1.62489375rem;top:11.92165851593rem;left:5.8127174377441rem;font-size:0.75rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #V4a542e2b964bc162e7ed64859d89d60 { display:block; }
 }@media only screen and (max-width: 763px) { #T0fca18da16fbcc6a78d44fc7ba81d08 { top:0rem;left:0rem;width:20rem;height:11.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Vece02943ccae56412e84ea9662c34ff { width:12.1235rem;height:2.3112rem;top:10.125rem;left:3.9375rem;font-size:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #w54c759d6af4ff0e97b63224f9218b74 { display:block; }
 }@media only screen and (max-width: 763px) { #zOtk2wUOVmXN6ihIP70haTraGTE1xUCn { width:20rem;height:0.97473125rem;top:12.435302734375rem;left:0rem;font-size:0.75rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #fa3Z6ard2ZOacTPgIgBkA723iW40mZyV { background-color:rgba(197,197,197,0.5);background-image:none;display:block; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row .container { background-color: transparent; background-image: none; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row .container > .video-iframe-container { display: none; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row > .video-iframe-container { display: none; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .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); }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWrHH3hZs4RzBn3A4dcEVt32xH4sly61 { width:20rem;height:2.2753875rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs { background-color:rgba(197,197,197,0.5);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; }#QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs > .row .container { background-color: transparent; background-image: none; }#QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs > .row .container > .video-iframe-container { display: none; }#QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs > .row > .video-iframe-container { display: none; }#QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs > .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); }#QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs > .row .container { border-width: 0; border-radius: 0; }#QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwPprUXS1gv22AqWMIOxwn8ryT7kf8xs > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5d6a8ade008547e8c1312f038ca6d23 { top:0rem;left:0rem;width:20rem;height:11.3748125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #g68481349e72dff03451f6ddd333271f { width:12.1230625rem;height:2.3110375rem;top:10.4365234375rem;left:3.93798828125rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #o280cfcc1d9367fb8e20b5fd8a82e5e0 { display:block; }
 }@media only screen and (max-width: 763px) { #lUo2DfvzXqplC9LXlFWDH9smJGvHAQMN { width:20rem;height:0.97473125rem;top:12.747192382812rem;left:0rem;font-size:0.75rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #ke3UIfEwxfmMc5w3AJRycJecnHmCx9bd { display:none; }#ke3UIfEwxfmMc5w3AJRycJecnHmCx9bd > .row .container { width:20rem;height:435.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Re8c5ba75ffd5e3469245eb0d67a0e60 { width:20rem;height:5.39795rem;top:0.78125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb2221cbf686022d7560cd684f210c43 { width:20rem;height:1.4995625rem;top:3.380859375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c47f5cd78bcd58c1d7b9cb8941894abb { width:15.375rem;height:2.875rem;top:104.43305677032rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfe4842256b991d884ca4e2ad9c2c8be { display:block; }
 }@media only screen and (max-width: 763px) { #qSI8FovqEpkGKPMOZTQQqbDidoq9tUTQ { width:14.25rem;height:8.0625rem;top:179.30805677033rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzN53VLR44p8126d22T7SapVgPWzCgDR { width:12rem;height:0;top:185.99555677033rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBVcmFJq7fMi1karOTDRvKovTzsyK60K { width:13.625rem;height:0;top:196.87055677033rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq18Mz0io12gUixcQVXbAkNdWyJdIDhT { width:11.3125rem;height:0;top:187.43305677033rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoOy9KTc3MTZbVfvahMMH6tQ0NpUDNTO { width:10.75rem;height:0;top:207.62055677033rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMtWDWqfaTaShz33RS9oBBI0B3EAEIu8 { width:3.3125rem;height:1.4375rem;top:187.55805677033rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhqPwNtrBq4GcoO6UJFXBQ3OxHK1zLPG { width:10.75rem;height:0;top:218.30805677033rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVXNFznxBXnrn5ZT1PX9k2Tf85hah4Ea { width:13.1875rem;height:0;top:229.24555677033rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J08CdgvHlEJAXQqntxGXepASJXGgQgpT { width:13.1875rem;height:0;top:239.68305677033rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfkECS6ODnkT6CEgoFmAE6VB0prdJATS { width:13.1875rem;height:0;top:254.18305677033rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFLiTGDX2emqdn0HJVB9pvqs7MHPUMl8 { width:13.1875rem;height:0;top:263.74555677032rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUFlXfXUmG5sck2wZJgsSml6E3NnA21H { width:5.625rem;height:0;top:264.99555677032rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmecJfMEMbNyoTgzVK0VoesA5MpdG7vT { width:11.3125rem;height:0;top:230.49555677033rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xszKoXpVeCs2JAPdixd5RQfgMQvIIL56 { width:3.3125rem;height:1.4375rem;top:230.62055677033rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMholQUXsZEdyPNxfoFTNUwXwZgfql8M { width:11.3125rem;height:0;top:251.37055677033rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMy0x76eWwkxkJCmDb91gQsgUtqhlv9H { width:3.3125rem;height:1.4375rem;top:251.49555677033rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXlTnO7ymzms7mzBnubcXSVQUHQe43Bo { width:11.3125rem;height:0;top:264.87055677032rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcyzxszzXNTtdZ7ikTHXIN8TWu4rUmSh { width:20rem;height:2.598875rem;top:342.9308126297rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKP1OPA0E2r8DSsyU9yZdXS4brnTGVBT { width:2.1875rem;height:1.4375rem;top:427.52871302032rem;left:13.0029296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIglgpfdZ508tNoO1aXGmcCwCavB5Nn4 { width:12.0625rem;height:0;top:354.99380091095rem;left:4.09619140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8XaHMWObL7FVzIBggMn1a7P4Xx0kCWF { width:3.125rem;height:1.4375rem;top:355.05605677032rem;left:13.032958984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxs7xaHW1u4HObopuNuIFc7MqaZeXf88 { width:12.0625rem;height:0;top:367.40224817657rem;left:3.908203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKTXyes6LgR3fDc5epxP8PUiKpuy7Tk9 { width:3.125rem;height:1.4375rem;top:367.46450403595rem;left:12.84619140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0cMm2iLxK6LMiWFEO4WvWOMgGwmG2A2 { width:12.0625rem;height:0;top:379.5763204422rem;left:3.908447265625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfGynwQUxqnh5lzTq982ePTR8RVcrCwd { width:3.125rem;height:1.4375rem;top:379.63857630157rem;left:12.84521484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScbZJaUJARO6TTwSRLWsKV3bGBhaMbBJ { width:17.75rem;height:10.0625rem;top:345.4308126297rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Cc2T5TOfcxod8UC2O2OyNnyuVwHNKt { width:17.6875rem;height:10rem;top:357.80630091095rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBQo4f2J1V0ophy9BiLstb8g1qaR46X6 { width:17.625rem;height:10rem;top:370.21474817657rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8vG8vWT1HuZG4LVqMlTzPOxQPh7RXJF { width:17.75rem;height:10.0625rem;top:382.3888204422rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx5Ew1cVCzDBlbWTTheKIfBUirdvkog8 { width:17.6875rem;height:10rem;top:393.7013204422rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVcRwhwHbbdhCS9EZS57oll0A4W7t1D8 { width:17.625rem;height:10rem;top:406.76357630157rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhEAwLrT0HRCZtnw2vS6fSiG1BOizI3n { width:17.5625rem;height:9.9375rem;top:418.01357630157rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VskEee187OgMuuDdKi8ih2IANyGszrr8 { width:12.5rem;height:0;top:430.21621302032rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh2QOTvQSokEtq6Pf9azIUgervS4R4GJ { width:2.9375rem;height:1.4375rem;top:433.02871302032rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Terdx9UrrEJST3bTlLOErD7RqdzC90KP { display:none; }#Terdx9UrrEJST3bTlLOErD7RqdzC90KP > .row .container { width:20rem;height:136.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ae6ebe2c78ae48089ae6a41bcc0d97b7 { width:20rem;height:0.67436875rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #na79bb5281d2df92685ae39beda38d6a { width:15.375rem;height:2.875rem;top:66.010128710937rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe0efcd62c864185a32ccd01891965a4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZcKSbHvm0W3Jf4h18tIhtUEWtF7zJTHh { width:14.75rem;height:8.375rem;top:96.572628710937rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrAxWy671mtt9lxLLgNIOUx3hLqcUMnl { width:15.3125rem;height:8.6875rem;top:107.82262871094rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b36qtsfByoyDH63OO3v4eE3umfyJrCfJ { width:14.5625rem;height:0;top:103.01012871094rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zIA7MEgLZzuqtZo3QEmO7nTEnwhmaukS { width:14.5625rem;height:0;top:114.38512871094rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqWvCsDFdsku7mDP9aJT7qL3cKW4ZdAq { width:19rem;height:10.75rem;top:83.197628710937rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcFyuN0U9nMOxqVMO9JLV4GLzEOTApCt { width:14.5625rem;height:0;top:91.760128710937rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5tGz0bq8LuJMBxTe8wDq01vAkSJ2Zzw { width:12.8125rem;height:0;top:80.385128710937rem;left:3.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXaDZSDnUcRsmBXXXZQpadkSrK2W9st6 { width:4.125rem;height:1.4375rem;top:80.447628710937rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlG17Mxk1DZPkz9Zg3PCt9xeE2kOCpmr { width:18.25rem;height:10.3125rem;top:70.135128710937rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pavMw7Gs3Jdm4KlbmWd3bmps2xBM3FOX { width:14.625rem;height:8.25rem;top:10.6875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPN0H8IS0yGtoACZqzBBoB6O7Bw3Jwdg { width:13.1875rem;height:auto;top:17.5625rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgR6PBRNbZc2MWRKFG7WBKTm4Kn5vosD { width:13.1875rem;height:auto;top:17.5625rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRMuvsiesAWUqQbA7e4EA0HTcLQPB77t { width:13.1875rem;height:0;top:78.385128710937rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARgq8MelhLpwcG2NLceV5e3Jb1P6TCSJ { width:14.625rem;height:8.25rem;top:10.875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTSeG6pk1eZC0dA72caJUkWK38TGex0l { width:7.8125rem;height:0;top:117.76012871094rem;left:6.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XSSmTQ6wMuXJn2kaU8JcGsuu1tREfIJv { width:3.8125rem;height:1.4375rem;top:120.57262871094rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TheEAinQt43ntth45lJdPvsM1aZTxc01 { width:5.625rem;height:0;top:123.26012871094rem;left:7.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JuT323QZwQhIAyWR4kD5J5ZWf3pEi4rP { width:2.875rem;height:1.4375rem;top:126.07262871094rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr24XW9sZJUPgMyyVZgD02UlTwmTzLyy { width:11.625rem;height:auto;top:19.375rem;left:4.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uBCy6ZcsRwJ8Cr9zzOoG2Ie67GrCBV6x { width:2.875rem;height:1.4375rem;top:19.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFXVBig2NQpz97b7lCTLPoTQZzlRSEdd { width:12.5625rem;height:auto;top:19.375rem;left:3.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvlFyZ7TWEdONVtqFTHi4DbDfyANszSf { width:2.875rem;height:1.4375rem;top:19.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT2aRVUcUgoRo55UdIpE3KODpn46lORC { width:7.8125rem;height:0;top:128.76012871094rem;left:6.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ReJiLcNOWHsKIefMMCSVOaqxfpHZX634 { width:3.125rem;height:1.4375rem;top:131.57262871094rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIfXAM9Baq1DfcqSPyNHE1v0chJX74eW { width:20rem;height:0;top:134.26012871094rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 { display:block; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr { display:block; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Op85Mrmcc28gp2W9quVhIeVVuq615Lb7 { width:19.5625rem;height:7.6875rem;top:7.925449848175rem;left:0.18663203716278rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ApJXoXmLnSwtQ4IHbgtFkA11zhO0LnUC { width:20rem;height:11.875rem;top:15.880208969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HScmMLRFhFt8UMMTlcZzUlnr7HxXdWrf { width:17.3746875rem;height:3.57495rem;top:1.1501741409302rem;left:1.3123915195465rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mau36byRrHnDw0LJyVIoAlsX9g5ZU9kc { width:16.9998125rem;height:2.19360625rem;top:4.0993928909302rem;left:1.4995660781861rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u9MkL3T2wZLGOnx4U3iOHSXFM5Tkemk6 { width:17.0625rem;height:8.39845rem;top:28.37890625rem;left:1.46875rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KfeaWNUhortbtL0y6L8WbO3f7ScfrtbZ { width:16.875rem;height:4.87305rem;top:31.107856750488rem;left:1.5625002384186rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeIu1ypbchZOtCqLHTfzGhcw078SDKyU { width:15.374375rem;height:2.87489375rem;top:40.732965469361rem;left:2.312283039093rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qyd0Ss2kGMgykFTBT9oeu1nvMbgfH6Ka { display:block; }
 }@media only screen and (max-width: 763px) { #J6X4QSN923pDSN5G3fqMXvneqhmEFA4S { width:12.1230625rem;height:2.3110375rem;top:38.08544921875rem;left:3.93798828125rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #qM60tkSPRHO044VNtdqIz7GQEUkKJoFH { display:block; }
 }@media only screen and (max-width: 763px) { #BQMGIL2J4k6TCcuqebrmULnon6mPgpcf { display:block; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFp4okwCcNeHa1BtTEKTv7vAwuico5nT { width:20rem;height:7.875rem;top:8.0488319396975rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vhWzu9dncqJHKFgE2PVbLr5NJN3dqw1q { width:20rem;height:12.125rem;top:16.367186546326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEHDGN1AZKzoBrUTvmkVV0yWK8eQS8nT { width:13.9371875rem;height:3.57495rem;top:1.25rem;left:3rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GKrHa394xO1nTCIlz3HTZW2oiNift60R { width:18.4375rem;height:1.950075rem;top:4.25rem;left:0.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKQtr1wfCpWuHoXtVd2BhVK4kpdkVkl2 { width:17.75rem;height:7.82311875rem;top:29.611330032349rem;left:1.125rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xIqU88AvXph2Z5hQz5Ahbwa8Ds9fKZXf { width:17.875rem;height:3.6547875rem;top:33.028756141662rem;left:1.1554906368256rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJVW5pylr5r4F2P5zgBIvbTDUQ4FSGxO { width:15.374375rem;height:2.87489375rem;top:40.979816436767rem;left:2.312283039093rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRd0BUN34KB3m5Hc10NPCceWahxTqluF { display:block; }
 }@media only screen and (max-width: 763px) { #p1QpBMSshTFyEMakgtgQvRyHkNxtkA80 { width:12.1235rem;height:2.3112rem;top:38.99365234375rem;left:3.9375rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZE9llQXXsvM0vdffbgenJwPP3iZ1klAc { display:block; }
 }@media only screen and (max-width: 763px) { #LTyJaoy0T6654XriIm1zXdNGaexbldQz { display:block; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoVsOv1dBRFLlGFT0HtAHHx5rZq0wLXv { width:20rem;height:7.875rem;top:7.2493495941163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwfudwwZXUAwB7oONzOtr9brJT3gTBT6 { width:20rem;height:12rem;top:15.679687976837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4QeQ4U5okV9LBLn1ON40PoJ7QiOw51q { width:15.9375rem;height:3.57495rem;top:1.5rem;left:2.0625rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vR7VxOZsT17S0ofMO7ucS4SV8KznqJRb { width:18.125rem;height:1.950075rem;top:4.375rem;left:0.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zoNOXyIpPoWv7L5mcR7ytQCQb3tUnigQ { width:18.125rem;height:7.82311875rem;top:28.429039001465rem;left:0.9375rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WRzBI0xkhp7t8ZEXMfAZTsZTi51GFNI0 { width:17.3746875rem;height:3.6547875rem;top:31.971570968628rem;left:0.8748915195465rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6e4noS8PWpZEbPmtFdGDzX3pB1mMrXS { width:15.374875rem;height:2.87489375rem;top:39.859588623047rem;left:2.3117406368256rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdIBn5OLf3EZBDB3Mx4unp6KNTD1RTKD { display:block; }
 }@media only screen and (max-width: 763px) { #Ln4CeIB3QChKPIJXXI4usQZbRSgArk8h { width:12.1230625rem;height:2.3110375rem;top:37.6416015625rem;left:3.93798828125rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LZ3v9fruViTNkrWh93xSTtE4I7SNOrsR { display:block; }
 }@media only screen and (max-width: 763px) { #Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 { display:block; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWApgX0TCoq1LnAQOSgdIhDngBU7hsM3 { width:20rem;height:35.625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/108e48c3-6f16-4704-920e-4f141f397a95/Untitled320x800px.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do.adaptive-delivery-prevent-bg, #JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do.lazyload, #JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do.lazyloading { background-image: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container { background-color: transparent; background-image: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container > .video-iframe-container { display: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row > .video-iframe-container { display: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .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); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKA8Atul4wxsOblJ1ih9Z9QERcfyDJN0 { width:18.5625rem;height:0;top:45.3501rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Ld0yRWxgzhR2KUvH1DDmNAKA7mB61bAU { width:19.9995rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #BfoVkJrVb60aoIVUtsptA9OMyQxCcdPc { display:flex;width:8.8125rem;height:8.8125rem;top:5.1001rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J58MCgmncCsrB47OuBMJcsU68uut7hiR { display:flex;width:8.8125rem;height:8.8125rem;top:15.1626rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l58n1Zpf4cH2RIvoAJQD7Hu0vWVgJ82m { display:flex;width:8.8125rem;height:8.8125rem;top:25.2251rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dzh7wVmuEGzOBTVcVk7T0SXe5EnyaPoX { display:flex;width:8.8125rem;height:8.8125rem;top:35.2876rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5KlmbPeIiRa9mWpKIGaoWZJcrTOFGqk { display:flex;width:6.1875rem;height:6.1875rem;top:5.25rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgwSA81LAhMSsGR8gQgeHuQgUfT8VVup { display:flex;width:4.5rem;height:4.5rem;top:0.65625rem;left:7.75rem;opacity:.55;z-index:15031; }
 }@media only screen and (max-width: 763px) { #Egavbg33yEAHqDvsNGmPTlxbAg9X6AuD { display:flex;width:4.375rem;height:4.375rem;top:0.71875rem;left:4.75rem;opacity:.55;z-index:15030; }
 }@media only screen and (max-width: 763px) { #wSHJe37JiRzIA2EHhFU2qC0vlRMOb1mH { width:20rem;height:3.16894375rem;top:2.26953125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.4375rem;font-weight:700;font-style:normal;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #wVmyMv8z4Qq4Quym7RZOx3qGfckVvJqa { display:flex;width:4.4375rem;height:4.4375rem;top:0.6875rem;left:1.6875rem;opacity:.55;z-index:15029; }
 }@media only screen and (max-width: 763px) { #N34xpMAe87dfOOkNg5ICyTqGzauiey7K { display:flex;width:4.625rem;height:4.625rem;top:0.59375rem;left:10.875rem;opacity:.55;z-index:15031; }
 }@media only screen and (max-width: 763px) { #ivOsHNyXCHRnT2ReyM86QDB1vcMDVNw2 { display:flex;width:3.25rem;height:3.25rem;top:1.34375rem;left:14.8125rem;z-index:15033;opacity:.55; }
 }@media only screen and (max-width: 763px) { #T2RahLwdytXqmhclqRKOB64b7pZN9Q21 { width:18.625rem;height:1.4624rem;top:5.15625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:italic;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #w2g3808q6PgBa9SzWsx3m8RfTyaAM5zw { top:39.13330078125rem;left:0rem;width:20rem;height:23.75rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #scG3vtGMVBqDCZknAWkkaPsq4Cw74z38 { width:20rem;height:37.125rem;top:6.6180419921875rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #IOouk55Z6UNDOqs75SMMAZTdIdlNkQRA { width:19.875rem;height:14.375rem;top:55.0625rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #KmhFqwrO3mpwBIeZJGsoVULzc4xH41yr { width:19.8125rem;height:auto;top:55.875rem;left:0.0625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #q09SxfNMXPdg9ClVuoiap3WACksKHdey { width:19.8125rem;height:auto;top:55.875rem;left:0.0625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #RWVfQQ6ORgetsBBw24vHoZag1hJHHLPB { width:19.875rem;height:14.5rem;top:55rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #OqP4UrpdnttTEAvBITmpee3khMMzzJRr { width:19.875rem;height:14.5625rem;top:54.9375rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #zAs3RJMeuMcmVub2HLpdznf6zgzuKKUE { width:19.8125rem;height:auto;top:55.875rem;left:0.0625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #KIGwcXpOdhWX227fI0sSuhqV6EPMWZE0 { width:3.4375rem;height:3.8745125rem;top:65.0625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpZ3g8wk3dBDUCaDb6hod7O33xAp1qy1 { width:3.75rem;height:3.75rem;top:65.125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOcKDpk6fbUaB0pTzBmL75qBF4UFaLxV { display:flex;width:1.3125rem;height:1.3125rem;top:65.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPWTn00e1KFopTdTWQKHarXf069tPqmv { display:flex;width:1.3125rem;height:1.3125rem;top:65.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvQ8RshZSq15XePTOdcWPX7TrB9JPDUn { display:flex;width:1.3125rem;height:1.3125rem;top:65.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMcKconLWnrprRfs9yPG608gC3ZqL0Hv { display:flex;width:1.3125rem;height:1.3125rem;top:65.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmyopamhHhuwAH0HTREngBbs6bWheLzo { display:flex;width:1.3125rem;height:1.3125rem;top:65.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdZFzGIquH2A2xUTiTl3l3hanGIForRv { display:flex;width:1.3125rem;height:1.3125rem;top:65.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w00T3qXoTqhr7PWPLsZFE1abWyTFua3q { display:flex;width:1.3125rem;height:1.3125rem;top:65.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qk0rDLU7MCInTUy44tiVBo59MUXvlsXU { display:flex;width:1.3125rem;height:1.3125rem;top:65.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdnz3rn4UFXEfSyMKw3JAoONzT7tPBZr { display:flex;width:1.3125rem;height:1.3125rem;top:65.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6STfSnMIWzLkV8vGPnwQh54divI3115 { display:flex;width:1.3125rem;height:1.3125rem;top:65.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqM1TAgW8lg1A5sVCFPJSoCADS87fHh8 { display:flex;width:1.3125rem;height:1.3125rem;top:65.6875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGm5avzokDqlveF3ewVpD2f6GpQEBJpB { width:3.75rem;height:3.75rem;top:65.125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTa0ZXzdWZDcXA8DXaKbdBPNwN7TBTVz { width:14.3125rem;height:auto;top:67.125rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fC2Poutrvk2mlL9AyFIByJumGBGhxZRq { width:14.3125rem;height:auto;top:66.4375rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOT4DaFlsIf6KBQrSiqb35OBiuh1k9Tr { width:14.3125rem;height:auto;top:66.4375rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0FbWPzsr5MnuErShSCeL4m52rhI3Tqv { display:flex;width:1.3125rem;height:1.3125rem;top:65.6875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Seo2WOXuIqoPf9L4kucbP3Bymxy9inST { display:flex;width:1.3125rem;height:1.3125rem;top:65.6875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AeEG9ZSPf0roT34xTRSEvNTLDAKTPI80 { display:flex;width:1.3125rem;height:1.3125rem;top:65.6875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrvNs85y2NQLxVsfwPQSlUpn4WrLdkCx { display:flex;width:1.3125rem;height:1.3125rem;top:65.625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007329a6-f6cc-4c52-af2f-2f07cc7cd8cf/GIFTCARDSECTION6.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa.adaptive-delivery-prevent-bg, #ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa.lazyload, #ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa.lazyloading { background-image: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container { background-color: transparent; background-image: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container > .video-iframe-container { display: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row > .video-iframe-container { display: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .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); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zg2pDLpOp1SfrS8rAWQ6BdSuyUetvIbt { width:17.75rem;height:2.92419375rem;top:6.302734375rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue1MoiIe4gOX8vHVksTsI0os4d8QeUkS { width:20rem;height:2.03125rem;top:1.75rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEfnTCftdQyu1FnfxI07TBwISnWyN3GZ { width:9.4375rem;height:2.125rem;top:20.541015625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntti2GcrWJrIFXZVeIdwT4Ez7iiFkrle { display:block; }
 }@media only screen and (max-width: 763px) { #WwqedM15q4d9N4sDKBqth7U53Tq4AR9D { width:17.3125rem;height:3.16894375rem;top:3.1875rem;left:1.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 { background-color:rgba(0,0,0,0.76);background-image:url("https://images.assets-landingi.com/uc/18b38623-4685-4770-945a-e5018d406094/Untitleddesign57.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6.adaptive-delivery-prevent-bg, #Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6.lazyload, #Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6.lazyloading { background-image: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container { background-color: transparent; background-image: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container > .video-iframe-container { display: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row > .video-iframe-container { display: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .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); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrxhZsT60TSlbZ8PhmI5GTrWpQn70aAi { width:20rem;height:1.05615rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ3EXUn7tDwlH5IOZ99dBZNldIywgWwz { width:18.5625rem;height:1.05615rem;top:5.875rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFScaXHZOgDOi8W1aHhleiWGwqyLmd3i { width:20rem;height:2.6001rem;top:2.3046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUEKFMeMt480gspFqkecyvZXrXvvfNz0 { width:17.75rem;height:2.9375rem;top:16.875rem;left:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNOPi4NKLlO5pPTMsRBp907uyoD6tqps { display:block; }
 }@media only screen and (max-width: 763px) { #ZyObV9ymtC5QcC9a7ft0H3RqJBeMFCBt { width:11.5625rem;height:2.1875rem;top:7.0625rem;left:4.25rem;z-index:15006;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obbcIDlREXgkxpNqiOk3Krg7hhr41SLq { display:block; }
 }@media only screen and (max-width: 763px) { #pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx { display:block; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-heading-text { font-size:0.75rem;height:auto;line-height:1.6;overflow:hidden; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-desc-text { font-family:barlow;font-size:0.75rem;height:auto; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 { display:flex;height:auto;width:17.5rem;top:7.4599609375rem;left:0rem;gap:0.4375rem;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900; }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #ITnUvsHxBTVihvn0mwSnA0OdrXtwGp3b {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #asZKa8KuGxcCVE9N8vwXHnAUVA0nO80C {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #VvPA4m89TiI09KVkZgrmAZOCrC5Qh6vX {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #AitQr3EHW5HOc04mOKQHgE7dlRR5DpiT {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rbaOw0V7sxtsTHvW06qZzTSWlx7bkVqu {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #Xlp6ONBAMD4PW3dSqxKmTuvlCcB2pzmK {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #lczDSKfC2mDJX6dH1PzTNKvkV1xwVduP {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CeHSKLBqc6PDxGccVQ2y8PRTs1cIXJK2 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #sfof8ToKsMtnTEUwSiCzcFFpBIsgAtKu {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rAgd32W55AUImcqNI7g7eAmgZhy4M9OQ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gWcssE0t50n6UulLDHkrb7lm2htroFdL {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #uGvPN8KxfQuhzsv7IyVZmr4qXQWgaAsQ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #MgE41e2APXkBptntLI1ZOq37LuxHmLGC {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #AGsKPipahnFWMONRnWuhG6ct5RgNRdDJ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #fNygDoUUPfF7n50G4ynFGVqXz2dfaTJX {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #LHBQPiKy7t1yQ9WxTufinDABBhAPG0eb {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #zgut7PoHSex3UdrME2AbBHBcQ3MiQfR0 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gb6ZJrTCqfw40wtEK66yqSK8xtP3wagh {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #tHUonRKS63rwuVAwc7UtOOoizRNpolpJ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #nQCCJ3q2rSmbWQ0VF5Hg26w8Naul37hZ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #JLg2Xz55W6v2sBd873aoAZEJeh3EZLDV {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #sqBuTUH40wBaaucZ0NtvWE5QvbnBZ2do {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #oocc25w6AL8lnfK6rwpVn4ieA7cF6Edo {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xRhBPmsny5r8XRhzg5BaRg6hLh2KT8gH {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #LpmDFmxoT2k4ReWbLzC1TchTx6SmqGpg {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #pU75aoWWZOva5nKxArvKNyDoPXu43J7A {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #TDctnNaxa4aOzbU6ux0fqSZQEkMdzCDw {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #koNfKttzPaUySwCBqazIQEPRyPJyymFC {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xFIA99E1SkGQXUogTydhTP9w4cHeb05h {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #wxlAPdmWC3mMfAzOfJxmeJp2aUrJ4CZA {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #lvBn3z4EwCaOWJ9t9tWD0vG6b81z9TfV {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #O09qpkFNr04OUw5SwDP39HUPgSkVmCms {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #suMnq9TbXmhu1a2tAwfwpnK9S3c16Du4 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #bwp9tBn5Eww2nfA2mBy8ErtSUr2EtEg5 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WzE4x18u8NgO01hViSyNDyTMJFT3QT92 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CkKQkkgCIqz4vsvqbZOGMPwOUe7VaTmv {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #OInTSFo5ROt9MEvMQ8TVmxzMRUZG8RED {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #uDPZu9nscQkXZFL0ISdCbtKEz0wxxkbp {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WK244KVRr2CIgvz0U4A4ShN6HMqySSFd {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #dmVQcomggidXW3ccOhuvVXChu1z49BCI {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #aPMNSVTwdZhgCiPJTph3SP5Ddpd0U8o1 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #i9RbsRuGQr7TmbLwTqzGnemVnZBsrqXp {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #dQ545pbSZh1HaFga6hAEfE9soQXlyGSQ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WNzrlcApuLvRXaTF3mvsLr1hJftyG2iH {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #B5ASNxPWValys7hk2uBC6UUbKiJnTnlm {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #tkvTqbfhSDycpKcobauPstQm7EJe1M1L {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xRioFTDCeWkym9areVlBSwzfvIUFDnEz {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CdO2yAn7ia7KSrtTlCPlEkJqVczGQop0 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #Xrig0DOOeQVG93wQf7xmVtiPCGTw4s29 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rgpcXk17TJzJ4xwCFovwX8vtF0VT5GZK {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #zJpswWW6JuOuqbvk7gu8R4L88wka1Mqm {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gX0Hb8ZZRXvmkstEPvQ8rEka1pszLIop {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #kGXAZkWHzsd1dwwnMwfa7ySEqa13B9Wo {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #TT4yKunEqazEkRCWR1RFm0k9bkcPS2b0 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #FShgux0pzaK8R9RwGdz6MahVPKv1eZ8C {  }
 }@media only screen and (max-width: 763px) { #WZzFNsf3RPnTCIXtxIsRIk0cTxT0CXUC { width:20rem;height:2.2753875rem;top:1.9375004768372rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsMZmArMK7AbNzha6oxdXoZhnbp922wA { width:20rem;height:2.436525rem;top:4.2109379768372rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvenChorNOy262NZeDi0TMCmogOwMmPm { width:20rem;height:0.1875rem;top:56.942739136719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuRGZmn5V1MwTsQhPh44XVh5QvslWK4Z { position:relative;z-index:auto;display:block; }#PuRGZmn5V1MwTsQhPh44XVh5QvslWK4Z > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1d5f7876bbb13eacf7e02dc76916376 { width:10.249625rem;height:1.124875rem;top:2.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6618e0ed6b36bc9a608b429c554c96e { width:6.74925rem;height:1.05590625rem;top:1.25rem;left:12.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o12214d0f4fb8e8172ca6c343bad504b { width:7.936375rem;height:1.05590625rem;top:2.5625rem;left:11.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }