.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); }#BQvGLFFq2Zcd3DMr6wSifCvNInHBuD3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#BQvGLFFq2Zcd3DMr6wSifCvNInHBuD3T > .row .container { background-color: transparent; background-image: none; }#BQvGLFFq2Zcd3DMr6wSifCvNInHBuD3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQvGLFFq2Zcd3DMr6wSifCvNInHBuD3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQvGLFFq2Zcd3DMr6wSifCvNInHBuD3T > .row .container > .video-iframe-container { display: none; }#BQvGLFFq2Zcd3DMr6wSifCvNInHBuD3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQvGLFFq2Zcd3DMr6wSifCvNInHBuD3T > .row > .video-iframe-container { display: none; }#BQvGLFFq2Zcd3DMr6wSifCvNInHBuD3T > .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); }#BQvGLFFq2Zcd3DMr6wSifCvNInHBuD3T > .row .container { border-width: 0; border-radius: 0; }#BQvGLFFq2Zcd3DMr6wSifCvNInHBuD3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQvGLFFq2Zcd3DMr6wSifCvNInHBuD3T > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#a7gOavk47Hk7NbuWTRS4iHiv7VKZOf5n { background-color:#9b0808;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:#ffedf2;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:0.625rem;left:61.5625rem;display:block; }
#fndXypLfOOakABGQzUZTxgu27In5IktF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#9b0808;padding-top:0.231875rem;padding-right:0.215625rem;padding-bottom:0.231875rem;padding-left:0.215625rem;display:block;align-items:center;width:1.29125rem;min-width:1.29125rem;height:1.245625rem;position:relative;font-family:var(--headlines-font-family);font-size:0.9275rem;font-weight:700;line-height:19.93px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.145rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.7225rem;height:0.47875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.348125rem;font-weight:400;line-height:7.66px;text-align:center;text-align-last:center;text-transform:none;top:-7%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:10.875rem;height:2.333125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.6767578125rem;left:49.9375rem;z-index:15003; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #mskz6Pop8lhm2i4QJsDn6WBaRH6uOwkU { display:flex;position:relative;top:0rem;left:0rem; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #xSxbFBo36W4GawNLRppMfNo86ygqp9cD { width:auto; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #wplfb89bkCqdnpNyhk8b1RGDrgsRTnnq {  }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #KBXD2TTG2evEpk0nF35r6gADaObIWhIn { display:flex;position:relative;top:0rem;left:0rem; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #PXuT75msavvM6vUmrt0esCr1nGoLItD4 {  }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #nFs2h5Tg9yeT3KnECcp7IT3cOP8nx9ht {  }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #LNmy5XTWPzCpVmrTO1XUR76lJDl7BT6n { display:flex;position:relative;top:0rem;left:0rem; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #aN3kFL2bnoAhfCTe58nvXPcVEkiAe3ut {  }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #D8D3wxQMrhKPfNyG8V3HncpZ6O4TPN7Q {  }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #hozgCDiiUEHNCWiyFfyE6P4GvKhG9K2a { display:flex;position:relative;top:0rem;left:0rem; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #yRAvzQmHAJ3gtQSRSsbtxfL8qe9yHbi0 {  }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #TGTcx17HSHCRBL5l3nT5V7GF5SDTGqwB {  }
#SOOZW34vlg2858cTTuzOl4coU5fbQZWx { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:14.1875rem;top:0rem;left:1.5rem;overflow:hidden;display:block; }
#vDDF6pHppIpcWkLv67AU36c2QbBAM9ba { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa069ffb-1c2d-4732-b1a3-c4899d454b00/COTA2024462.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(255,237,242,0.83); }#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(255,237,242,0.83); }#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:43.125rem;width:75rem;overflow:visible;position:relative;display:block; }#oWAkM7cwTWo66XUxuixxObVDTO45iKo5 { background-color:#9b0808;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:#ffedf2;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:36.625rem;left:13.6875rem;display:block; }
#G4aGEoOJFzymlqAE0ObGgb5yrTbSBkpW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MaEO5KH4VmbizWzGOxdiP8bBFyuTpmSH { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:21.75rem;left:5.8125rem;height:13rem;font-style:normal;display:block; }
#er8F2wyLzhPOBSz8P5GZDFZWfucGQxvD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:22rem;left:2.6875rem; }
#HBhRVIkJlPadUHlsXso0SrfCqNcCH8hS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:26.9375rem;left:2.6875rem; }
#GPHxf1iNhxUFhPSZ8hJIQhABrDDMspp9 { 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:15050;opacity:1;top:31.75rem;left:2.75rem; }
#wzOAVlsoJKN1tQE8u7OJryl7Mv2KfPvm { position:absolute;display:block;z-index:15016;height:38.0625rem;width:28.9375rem;top:4.684814453125rem;left:0rem;display:none; }
#gnChUGSPEMtMtseSR87eNqVzmv5ak0LB { color:#365428;display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:19.5625rem;left:6.0625rem;height:13rem;font-style:normal;display:none; }
#MpUleXwuWh2u8kMCNUlZoe1pUZTbQxpO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:4.3125rem;left:3.6875rem; }
#GD54pm5i3BTJMnT32RMA536RWqtRrEcU { color:#9b0808;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:6.5625rem;left:10.0625rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#cGBKZxw5woft44efere0ZoscG1VfRyJW { color:#9b0808;display:block;width:36.0625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:19.03759765625rem;left:4.40625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z0GTES1FnKhsJrqtx6f7BRpJFDme9phK { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:39.125rem;top:6.375rem;left:2.875rem;overflow:hidden;display:block; }
#X7foD8etaLKasqs5co0HetLT7m66vzme { position:absolute;display:block;z-index:15017;height:38.0625rem;width:28.9375rem;top:4.28125rem;left:44.875rem;display:block; }
#itx6M8OZlzBC2vJoAb2dFQXW54f49ScX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9b0808;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; }#itx6M8OZlzBC2vJoAb2dFQXW54f49ScX > .row .container { background-color: transparent; background-image: none; }#itx6M8OZlzBC2vJoAb2dFQXW54f49ScX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itx6M8OZlzBC2vJoAb2dFQXW54f49ScX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itx6M8OZlzBC2vJoAb2dFQXW54f49ScX > .row .container > .video-iframe-container { display: none; }#itx6M8OZlzBC2vJoAb2dFQXW54f49ScX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itx6M8OZlzBC2vJoAb2dFQXW54f49ScX > .row > .video-iframe-container { display: none; }#itx6M8OZlzBC2vJoAb2dFQXW54f49ScX > .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); }#itx6M8OZlzBC2vJoAb2dFQXW54f49ScX > .row .container { border-width: 0; border-radius: 0; }#itx6M8OZlzBC2vJoAb2dFQXW54f49ScX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#itx6M8OZlzBC2vJoAb2dFQXW54f49ScX > .row .container { font-size:0.875rem;font-family:arial;height:2rem;width:75rem;position:relative;display:block; }#Ao5AqXOFGRxhDfffSwvQsEq2eFlT3Nqo { color:#ffedf2;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:0.30908203125rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7uPRXverNfEcq3RwMNv8CBOToDfTzu3 { 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; }#R7uPRXverNfEcq3RwMNv8CBOToDfTzu3 > .row .container { background-color: transparent; background-image: none; }#R7uPRXverNfEcq3RwMNv8CBOToDfTzu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7uPRXverNfEcq3RwMNv8CBOToDfTzu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7uPRXverNfEcq3RwMNv8CBOToDfTzu3 > .row .container > .video-iframe-container { display: none; }#R7uPRXverNfEcq3RwMNv8CBOToDfTzu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7uPRXverNfEcq3RwMNv8CBOToDfTzu3 > .row > .video-iframe-container { display: none; }#R7uPRXverNfEcq3RwMNv8CBOToDfTzu3 > .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); }#R7uPRXverNfEcq3RwMNv8CBOToDfTzu3 > .row .container { border-width: 0; border-radius: 0; }#R7uPRXverNfEcq3RwMNv8CBOToDfTzu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R7uPRXverNfEcq3RwMNv8CBOToDfTzu3 > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#C7i00Adyob4ed5k1Snysp44wCbgOV8Dh { 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:block; }
#r5q6J6WBhmlEhiLKSuc0PtQdTwsCbMQx { color:rgba(var(--color-tertiary-4),1);display:block;width:58.3125rem;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:6.81103515625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#R8cbA08LZ4BU4ORaszLIBP2F0hhqW5Rb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:15.9375rem;top:12.21875rem;left:1.21875rem;overflow:hidden;display:block; }
#i0m5QOM1HU3cvF4MNZ3DCbzUQfn1oi1b { position:absolute;display:block;z-index:15008;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.8125rem;width:15.5625rem;top:12.25rem;left:19.875rem;overflow:hidden;display:block; }
#rwxM1Kvw40wJU8Ho0MlXmRnE1qPNvUfK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:16.375rem;top:11.8125rem;left:39.125rem;overflow:hidden;display:block; }
#GfmcgXQIiEfQTl0IXQmVArcb7Ppluz1P { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:15.875rem;top:12.0625rem;left:58.625rem;overflow:hidden;display:block; }
#W3xz1wWSfHMbnkf1ms0G2Saqa6ov14tA { position:absolute;display:block;z-index:15008;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.875rem;width:15.625rem;top:25.125rem;left:1.375rem;overflow:hidden;display:block; }
#UHCxslInmSvUbG6ok2RyXh4MRy4T785W { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:15.6875rem;top:25.125rem;left:19.8125rem;overflow:hidden;display:block; }
#nxZN6cTuxFmMDBZNebagdXBAP03kwAhT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:15.1875rem;top:25.21875rem;left:39.71875rem;overflow:hidden;display:block; }
#FuTwyHEIu7loivifW6GNRRvTB7lTbSx0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:16.375rem;top:26.1875rem;left:58.375rem;overflow:hidden;display:block; }
#cnUMNQDBWgshsPgUhzNSGil9WOfIUxFy { background-color:#9b0808;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:#ffedf2;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.4360625rem;height:2.936525rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.25rem;left:29.78173828125rem;display:block; }
#ShMoUACTzdUMUvvbSieqK3XRU2lfLp3B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uCDSERCemNlHmBaK8wa7EckMLcVL8Vv2 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:21.8125rem;left:31rem;overflow:hidden;display:block; }
#lhxAvSz4KfnRTmg4LPgTeizhOZvugsDS { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:22rem;left:32.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#HebTDdexTreOTmWJ4eUXZb8t6gT3irT9 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:21.8125rem;left:25.75rem;overflow:hidden;display:block; }
#EFN8WXvB84k5ckvXanUcq7huePw5mE1t { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:22rem;left:27.5625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Fe3fOBhuQcCXnIQcEbyPR0zVJWZzxEnX { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.436525rem;width:1.436525rem;top:21.6875rem;left:19.6875rem;overflow:hidden;display:block; }
#W3d690rNTmKUoPUOtLNKTzfSPOX9Z4FP { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:21.9375rem;left:21.4375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#NWeJu1CezGZnHz9TigmC0OAOJx0lKFKx { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:21.9375rem;left:11.8125rem;overflow:hidden;display:block; }
#cpmwNA7v39bCNI12HxiEyi4DtdCZ3VXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.125rem;left:13.6875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#N0RyGqAayEx0vcewOAXAkTHyB8Fpo8NS { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:21.9375rem;left:6.75rem;overflow:hidden;display:block; }
#gvqiH6sur6MzgrmhJidc70TiTq8smJDO { color:rgba(var(--color-tertiary-4),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:22.125rem;left:8.5625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#qEpORap2FDwJp1DLUNqvD7nTqGL19LUu { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:21.9375rem;left:0.5rem;overflow:hidden;display:block; }
#ZaVyLzTT7apcaU7qKNOC5T0iz7Ul1tSq { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.125rem;left:2.375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#WfZL5vcnin5DtvJv47RzSNr8nHCcTbh5 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:21.6875rem;left:50.125rem;overflow:hidden;display:block; }
#bOIBa48p8qgQP95UHC2N6DCgJt2sClw1 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:21.875rem;left:52rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#wTlX3TTnre6pM8Br3PSxvmvZdskdgPyF { 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:1.499025rem;width:1.499025rem;top:21.75rem;left:44.75rem;overflow:hidden;display:block; }
#uTqtxsdSSAn0oZ0xBtxs7kgzL5w13S7U { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:21.9375rem;left:46.625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#BagqKAkAX8qTP5SEApdTF8PyrsMOG7HT { 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:1.43676875rem;width:1.43676875rem;top:21.75rem;left:38.8125rem;overflow:hidden;display:block; }
#eLuVXyr6apBfWBfqZ6c37IC0DlpFIgTO { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:21.875rem;left:40.5625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#MedZH59L5bzsMSBiPlfWwdTEMyyxWgFr { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:21.875rem;left:71.3125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#GymQmpgwsD9UzZA5mtbIRgooEo4B3a06 { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:21.6875rem;left:69.4375rem;overflow:hidden;display:block; }
#J2JkHg8gA5NKW1whkqifuZZUBBlH1usC { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:21.6875rem;left:64.1875rem;overflow:hidden;display:block; }
#Ic2rtCH2NJSmfIM56J5bqiseQU3F3k1k { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:21.875rem;left:66.0625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#PTddT9OvadRuVEeTrWSiAafhkiKmfo5E { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:21.75rem;left:58.125rem;overflow:hidden;display:block; }
#laK5mDaTFtPE7GdWxQ53dKtBklb0AT8v { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:21.875rem;left:59.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Wna2VvQJWDz79t8sLTac2eq3KAfbADSc { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:36rem;left:13.4375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#aRkBtO3arvH2fydl0ZTTHpWTe2SAkTg6 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:35.8125rem;left:11.5625rem;overflow:hidden;display:block; }
#ofWFgKuFpuUuyhMu5NKV4B1JwDM5gHKS { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:35.875rem;left:8.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#coAexbmp2V3sJ2PWBKuWg5KMMXiFZfWq { 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:1.499025rem;width:1.499025rem;top:35.8125rem;left:6.4375rem;overflow:hidden;display:block; }
#DaEwaTtmJ1peHgEJIBcwz4d1pJoeLsJm { 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:1.43676875rem;width:1.43676875rem;top:35.8125rem;left:0.25rem;overflow:hidden;display:block; }
#oToQZFFNlLErwvlyczL89W6D3rf6VM1I { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:35.9375rem;left:2.125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#XT90yKEat7J3JmEi0zHc9sFZuzclA1nl { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:35.75rem;left:30.5625rem;overflow:hidden;display:block; }
#Q7u6EbeOmXlC5BfMyvZZ3eUs0DzQPEgk { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:36rem;left:32.4375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#wCrlF8CbhKRDX2x8AlT9QlRl7kxHOMXP { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:35.8125rem;left:25.375rem;overflow:hidden;display:block; }
#TuKvZi0ef0A3cCsefxfKT0IEI4i3wuBw { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:36rem;left:27.25rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#AaLmKAXe5ewUli92ACHyMqWNGPVWdTb6 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:35.875rem;left:19.625rem;overflow:hidden;display:block; }
#svTGBA4nZolVCTFEfOD2J5nZfNpZxr1F { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:36rem;left:21.375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#t3E6H9zTMGIqCKnfcBkpf4aPoSFIn4KO { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:35.6875rem;left:50.1875rem;overflow:hidden;display:block; }
#Lyz4ltw3vLAFkfn439I9DkztLi9ilZFw { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:35.875rem;left:52.0625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#TJAnV4imE9AUqK7CJlQIUcGaWIt9JDeK { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:35.75rem;left:45rem;overflow:hidden;display:block; }
#qr0wu76H8oPF0wzxRhD83f46nIslMxkN { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:35.8125rem;left:46.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#GFZgnKpqgCTQXCkhp3HwURDLx2eqEgN0 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:35.75rem;left:38.875rem;overflow:hidden;display:block; }
#gwnkSqHWWGEPwShJSXAxQE1em0WQws6Q { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:35.875rem;left:40.6875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#XZFbPQfebDscszyqfUuU4Vk8QU1suh44 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.2495125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:35.8125rem;left:71.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#nbylyTpAMK32ROX7gZzGkrOe0Esssz50 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:35.625rem;left:69.75rem;overflow:hidden;display:block; }
#TFGGUB8FJztb0dXi3ApKT85BTb9zgE09 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:35.6875rem;left:64.4375rem;overflow:hidden;display:block; }
#ISvQo5pWuo40RhgxBbmECEHw1JTBknSB { color:rgba(var(--color-tertiary-4),1);display:block;width:3.061525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:35.875rem;left:66.3125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#snCdkrwBN6p9NkvRExyh1W7y6r61W0z1 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:35.75rem;left:58.5rem;overflow:hidden;display:block; }
#U78HHJ4qk3pVic0T25h9EC36m1LBFwNd { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:35.875rem;left:60.3125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#GLGkSEbIxxDqwoOrpS3pEWfBm6vi9LHX { 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:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#rk7lLPL6mykPvdPRHQnCUQTge60IaO8T { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#HWTCXV5PiRhLnTmWdGfHofb6Hz0WTMH9 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#MPQvtkTwBC5KPAAciTzxziG3rAt8rXTH { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#CrMpLPTECIXgmMqEzOyoveTP1VFAhbL4 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#IQyvIRIgUCvox5PoGO15mXJxlUIxoUIX { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#np3n2urUpwO7uqxhIbIQSJGehmNre2BD { 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:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#hOkn6wZ5uaP6OID218WfPESTTTTw6VQd { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#Kqoo7E2TK4UG669wVTWPDiGT2lzSV4D0 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#zEzPLbqALNxKXy1q3mrl8UEDUGq8Iktw { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#TNQ60WoP5CqA5PtyIA7s2dHsNFPNH4TE { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#Ii5PT8kJNw2G3693wuACG4vcR5ynupRr { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#STzLhrCHEv6Nz2Eh2xDG1vEpPgxafW4s { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#syVUpC6JUNKXvOwBplG2QNHaUHEeGvHd { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#Eic4mQKkDXXs3tasOB3yCZfKUMTKmN0S { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#Sis3Novnzt9xIOipfEfKiWq7TaOgHcUC { 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:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#gbVBlTfNkL33qX0BfwJbfFn2iPlozaWL { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#TCGK70Q4m8xr4DB6rm2Swy4aPDgP7iWH { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#AToOAAsZ2FmGrBwHy4KVEq45JovvfRAn { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#ui582N1fCfiHo27HLQtikW3T8JNdxIee { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#eOOWuwW7xF189pco2vMGf7l2umzGFwtc { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#NeJzRyCnEGzwmbUdft0ogGphJUZcvWa1 { 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:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#D8ycgAowMVWiq1XLMGWTt5pBZrlMzVay { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#GEx6oyTci7dOdIZcPTDCtmpJuWlfrC7O { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#mTiu6ogp4HZKn3FDGH5JMJwAPZExpNEw { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#MDBEQuOF0X7X1B7B8TOwp4pOx6cs5vAT { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#SxOqHzVIJp8hT7dKKAhQfsugGtDi5XJI { 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:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#XrraIvT2oyUHg9yi1ThbUJL2edJ7HVgh { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#H41V6kKsRdVeR9QISGkCP44Hda0T4mmV { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#imzTrIeEKN4D4vzVy1rBCRkpQcAJzPsF { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#kLeLylx6Dt55z6ve7PwVm0riO8rotdDS { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#kly3ssqzKt0olzxWS0AqBuvuttSc79mP { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#EH7kolqUhrofiiE4F2Tcnnb60VWvd4EK { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#P4HCXK9STknq3rpxnT8nkGnr7703X3n3 { 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:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#tSrOwbr5Teaax5TZE9FhX1Hpfo3MdJ1I { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#pMlLXNMQEiuZUChdr9xRHwpM06IhgXK2 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#w7MpmyW8cVuH0ZWy8pmT7thvQG6Tu5JG { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#nPrsskLfJHXOP7Qsw09UgCdwZUdZxJiE { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#vXryd7T0Byc5eThC3xJ2kCyWJJJSpUfb { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#ExXZpVmrDwxGVlViaeOSBWRzMy03rLRI { 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:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#nFTlEVnrp67x2mtsmhmOFqSJLyveqdku { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#gTTFiJVs8Sdu2ZqSzs4IM3UL5xWlpcuq { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#HTGdPFDgIfFA6py6qtH127rRHfTEFPxf { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#O56BV727I9GIR2GTU7tTDBB19aUCwWzN { box-sizing:content-box;height:1.4375rem;width:7.3125rem;position:absolute;display:block;z-index:15025;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.625rem;left:43.5rem;display:block; }
#PWE33vmr0MX6QC8ARs44NHTHTNuzxLK5 { color:#ffedf2;display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:37.6875rem;left:43.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#kJpmo979GpdxgBWRDwo5wQbVT2smi6NX { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:44.7490234375rem;left:25.96875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#rftK0zPX1QsXS7rBJS6xh6J3KHKepWgs { color:#000000;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:20.25rem;left:3.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#tXqxA7F0KyLTC0bOBJmb9xTQfEXBgkCh { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:20.3125rem;left:20.875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Ivha1xqVOzqkyakPmd4sEFb7cCTvFiwt { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:20.3125rem;left:40rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#dCJgM01isdSzH1NMvi9WI92kB3J03wms { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:20.1875rem;left:59.125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Sd6tnXknrRRPgifsGO3rJmq4RUKgaHbT { color:#000000;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:33.9375rem;left:1.875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#KXsC4ekLe0H4UJwytTurghDT4JBFChRN { color:#000000;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:34.0625rem;left:20rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#FiZIh5u9vZm3z0fqt6EaAaDPBumXBrgk { color:#000000;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:33.875rem;left:40.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#VN4colppXHMXxbFW4nP68mVU0sweLpSQ { color:#000000;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:33.875rem;left:58.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#faskaPb6f3r8SfXcQvGe4GLnvgRQqSTn { color:#000000;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:27.0625rem;left:58.375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#nifgFGZIBd9oGJFqcCO7hTh5JuUccEML { box-sizing:content-box;height:1.4375rem;width:7.75rem;position:absolute;display:block;z-index:15027;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.6875rem;left:24.0625rem;display:block; }
#AczcZb3v7ushKrviGvoqlEwAArz1oe39 { color:#ffedf2;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:37.75rem;left:24.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#s7whXg9Vp1S19wtgLlxPP4wP4B1QZwkW { box-sizing:content-box;height:1.4375rem;width:7.3125rem;position:absolute;display:block;z-index:15031;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.5625rem;left:62.9375rem;display:block; }
#yA1ZBLJgUoPoWem7x5oZAtD5wl05NbiT { color:#ffedf2;display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:37.625rem;left:63.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#X55VDxGIaiPVVrJwvfnue9uvJGuTKPNz { box-sizing:content-box;height:1.4375rem;width:7.75rem;position:absolute;display:block;z-index:15029;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.6875rem;left:5rem;display:block; }
#nThJOEE9MTqsq1Jrm2zvAh6B8oXvbg1T { color:#ffedf2;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:37.75rem;left:5.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#btge7XZSVutCopf8OsvG5xX1dPTtkF0U { box-sizing:content-box;height:1.4375rem;width:7.75rem;position:absolute;display:block;z-index:15031;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.8125rem;left:5rem;display:block; }
#dFZkGwciy2DTkbJ8S988vls2w0HuwfDS { color:#ffedf2;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:23.875rem;left:5.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ivGZtw2db6x71DtuywlSKH5UehBtFIrR { box-sizing:content-box;height:1.4375rem;width:7.75rem;position:absolute;display:block;z-index:15033;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.8125rem;left:24.0625rem;display:block; }
#DHSKG2CBMKhy1DZUWeVMwcDQSQV56bLn { color:#ffedf2;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:23.875rem;left:24.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nTbgDTD9r5HZ7bMZHrF5IMoqtCimT2nw { box-sizing:content-box;height:1.4375rem;width:7.75rem;position:absolute;display:block;z-index:15035;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.75rem;left:43.4375rem;display:block; }
#L3M32Qv5UZDA3MyTDL4s3mr5fecZ3D7g { color:#ffedf2;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:23.8125rem;left:43.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#mekIkPhDvsDRCnkRMFbcUztUXlrIFB2T { box-sizing:content-box;height:1.4375rem;width:7.75rem;position:absolute;display:block;z-index:15037;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.8125rem;left:62.6875rem;display:block; }
#X7wR0iayzaUcLs5mMFkhSWf7EZ2WiRD3 { color:#ffedf2;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:23.875rem;left:62.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#UILwL85RQ7euMGpcGM1S1cwgCdeoq49m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,237,242,0.8);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; }#UILwL85RQ7euMGpcGM1S1cwgCdeoq49m > .row .container { background-color: transparent; background-image: none; }#UILwL85RQ7euMGpcGM1S1cwgCdeoq49m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UILwL85RQ7euMGpcGM1S1cwgCdeoq49m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UILwL85RQ7euMGpcGM1S1cwgCdeoq49m > .row .container > .video-iframe-container { display: none; }#UILwL85RQ7euMGpcGM1S1cwgCdeoq49m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UILwL85RQ7euMGpcGM1S1cwgCdeoq49m > .row > .video-iframe-container { display: none; }#UILwL85RQ7euMGpcGM1S1cwgCdeoq49m > .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); }#UILwL85RQ7euMGpcGM1S1cwgCdeoq49m > .row .container { border-width: 0; border-radius: 0; }#UILwL85RQ7euMGpcGM1S1cwgCdeoq49m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UILwL85RQ7euMGpcGM1S1cwgCdeoq49m > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#uf205d28170a0e87264620904055a03e { color:#000000;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:1.55078125rem;left:17.123046875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#If7c5a19743669b168091b0d31f5ba40 { background-color:#9b0808;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:#ffedf2;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; }
#M726976a330474e21fa736e07288a803 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g09d75ac3163d519ef0b35d0b73ed702 { 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:9rem;width:15.875rem;top:22.7744140625rem;left:48.18603515625rem;overflow:hidden;display:block; }
#s81b7595bc08964a7b64ba03970f677b { 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.9375rem;left:30.1875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#f52e8b2b3eb4acc7b8c7db73d306b446 { 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.75rem;left:48.8125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#u46fca156f489919ea29c1cd88f111bf { 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.5625rem;width:18.6875rem;top:20.4375rem;left:9.09228515625rem;overflow:hidden;display:block; }
#a68e13d05cef856ddfa72f4cd473f6fc { 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:31rem;left:11.125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#X865c2458a483e93169c9361a0b11091 { 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:7.3125rem;left:9.34228515625rem;overflow:hidden;display:block; }
#Q8f2e6d8f7c62e4b6d7413778817b972 { 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.75rem;width:15.5rem;top:22.8369140625rem;left:29.75rem;overflow:hidden;display:block; }
#ddea1e737154225132fe365bc25964ed { 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.4624rem;text-align:center;text-align-last:center;display:block; }
#c4403ffa57f643f32d456fc9e89a8974 { 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.4624rem;text-align:center;text-align-last:center;display:block; }
#e8300969b5de7548da959ef2ba94dea0 { 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.4624rem;text-align:center;text-align-last:center;display:block; }
#Jc14a2ce76c17fa386ba96596c280da7 { 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:9rem;width:15.875rem;top:9rem;left:29.78125rem;overflow:hidden;display:block; }
#Jb963ab0576663f8ceac48196e1c46a6 { color:#000000;display:block;width:23.0625rem;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.5595703125rem;left:25.96875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MQlhApi1MN1aQ7I7oq5upiVUwXE8oeKM { 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:9.1875rem;width:16.25rem;top:8.90625rem;left:47.99853515625rem;overflow:hidden;display:block; }
#czF6tvoEcr8TpCAOmSIgTxzVsnGFdlVH { color:#000000;display:block;width:67.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.98828125rem;left:3.310546875rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#ts3Cs2u0LAQg6GuiK6m6NGe2JCJmtaud { box-sizing:content-box;height:1.4375rem;width:8rem;position:absolute;display:block;z-index:15029;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19rem;left:14.0625rem;display:block; }
#NIIW4noWhngrazN7OCkq7PieWuzX4Rnm { color:#ffedf2;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:19.0625rem;left:14.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VacCLBLq7PccbCAywmW7pSTe0nLainBA { box-sizing:content-box;height:1.4375rem;width:7.625rem;position:absolute;display:block;z-index:15031;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.1875rem;left:34.1875rem;display:block; }
#NOnUCwS9WFpdLSlQiT61vn8HXdBqkEKO { color:#ffedf2;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:19.25rem;left:34.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sDkcnTKERpoWTkZvRPdFRQGStV0CEx45 { box-sizing:content-box;height:1.4375rem;width:7.4375rem;position:absolute;display:block;z-index:15033;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:52.5rem;display:block; }
#Ory7w7XLLFUu0zwmhOFN3SlEoJ42d2DQ { color:#ffedf2;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:19.25rem;left:52.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fddeKblUTliImyyfSKpT6KT42RcdQ9UI { box-sizing:content-box;height:1.4375rem;width:8rem;position:absolute;display:block;z-index:15031;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.625rem;left:14.375rem;display:block; }
#lrcry8FIGCa9qGHI734kuwKE10WqTUOg { color:#ffedf2;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:32.6875rem;left:14.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#mSldTfU8CEbMBZH4NoTVkZylEmEwcpxi { box-sizing:content-box;height:1.4375rem;width:7.625rem;position:absolute;display:block;z-index:15033;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.625rem;left:33.6875rem;display:block; }
#AWvlTspWeUUL4HVZPWaNfRP81S1IzfeX { color:#ffedf2;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:32.6875rem;left:33.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#v5MdmPuIzz6vNRJHKmMEd6yIKFcyTLA7 { box-sizing:content-box;height:1.4375rem;width:7.625rem;position:absolute;display:block;z-index:15035;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.625rem;left:52.4375rem;display:block; }
#w5OI6TlxasR9Tbi0VzQrmsbL7cz4BtXp { color:#ffedf2;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:32.6875rem;left:52.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9b0808;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:8.625rem;left:40.1875rem;height:5.76855625rem;text-align:left;text-align-last:left;display:block; }
#Mau36byRrHnDw0LJyVIoAlsX9g5ZU9kc { color:#000000;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:13.375rem;left:40.1875rem;height:2.5996125rem;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:14993;line-height:1.4;letter-spacing:0;top:16.4375rem;left:40.3125rem;height:14rem;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:21.4375rem;left:40.4375rem;height:7.5rem;display:block; }
#aeIu1ypbchZOtCqLHTfzGhcw078SDKyU { background-color:#9b0808;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:#ffedf2;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.8125rem;left:40.3125rem;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; }
#VmT1dJFNmuGlQMWxmf64WbKPfzMkwAGu { color:#9b0808;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.8125rem;left:42.25rem;height:1.7871125rem;font-style:normal;display:block; }
#wXI4HpsIqDIQdVv8OG7UHsWXCz32FexM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:5.6875rem;left:40.1875rem; }
#IcHyVRRw9BVRkWNAoS94lDkh8m3vks1s { box-sizing:content-box;height:1.6875rem;width:13.75rem;position:absolute;display:block;z-index:14992;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.4375rem;left:40.1875rem;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:7.25rem;left:2.375rem;height:5.76855625rem;display:block; }
#GKrHa394xO1nTCIlz3HTZW2oiNift60R { color:#000000;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:11.8125rem;left:2.375rem;height:2.5996125rem;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:15rem;left:2.5rem;height:13rem;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:21rem;left:2.375rem;height:5.625rem;display:block; }
#yJVW5pylr5r4F2P5zgBIvbTDUQ4FSGxO { background-color:#9b0808;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:#ffedf2;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:29.75rem;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; }
#WCXUmuHtMEXO1O9iOKzWRpVZxMUnTlxD { box-sizing:content-box;height:1.6875rem;width:23rem;position:absolute;display:block;z-index:14995;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:2.375rem;display:block; }
#Vzs7tlJmTBFNKeav9SlcuE5e0xDQWKx9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffedf2;background-image:none;position:relative;border-top-left-radius:0.375rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Vzs7tlJmTBFNKeav9SlcuE5e0xDQWKx9 > .row .container { background-color: transparent; background-image: none; }#Vzs7tlJmTBFNKeav9SlcuE5e0xDQWKx9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vzs7tlJmTBFNKeav9SlcuE5e0xDQWKx9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vzs7tlJmTBFNKeav9SlcuE5e0xDQWKx9 > .row .container > .video-iframe-container { display: none; }#Vzs7tlJmTBFNKeav9SlcuE5e0xDQWKx9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vzs7tlJmTBFNKeav9SlcuE5e0xDQWKx9 > .row > .video-iframe-container { display: none; }#Vzs7tlJmTBFNKeav9SlcuE5e0xDQWKx9 > .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); }#Vzs7tlJmTBFNKeav9SlcuE5e0xDQWKx9 > .row .container { border-width: 0; border-radius: 0; }#Vzs7tlJmTBFNKeav9SlcuE5e0xDQWKx9 > .row > .video-iframe-container { border-top-left-radius:0.375rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Vzs7tlJmTBFNKeav9SlcuE5e0xDQWKx9 > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#khdv6n78sWkZTN1opISXMnBIrG3sSx7f { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:barlow;font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0625rem;left:16.25rem;height:0;text-align:center;text-align-last:center;display:block; }
#qIRUs6myn7tRaBEoGLzm5BVTGyMy9Q1k { box-sizing:content-box;height:4.3125rem;width:31.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #9b0808;border-left:0.0625rem solid #9b0808;border-right:0.0625rem solid #9b0808;border-bottom:0.0625rem solid #9b0808;top:24rem;left:42.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#LbztC12vHAX4lrmso7ZLfX0dt8c6JyPM { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:5.0371125rem;display:block; }
#IRiNcoExe9sg1UE5JO3xEIr6HdAv9RBm { color:#9b0808;display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:1.86865rem;display:block; }
#ITZtmE8JKTT0GA7mfoE00zyzqmTRfBg6 { color:#9b0808;display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:6.499rem;display:block; }
#fZ8z52g58vMBEHhCSzdJeWbQWIaDE6p4 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:24.59375rem;left:44.03125rem;height:;text-align:justify;text-align-last:initial;display:block; }
#A3ZOAmatwmQZG88vRyrfrExc00bdIG37 { background-color:#9b0808;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffedf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;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:15009;text-align:center;text-align-last:center;top:22.9375rem;left:0rem;display:block; }
#VWkZed3yRZFMIPw7XcpL8wWu1iRb27Iq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LzgaFtqWc8f6Sq48qWVQBsehHCS4TQzf { box-sizing:content-box;height:2.3125rem;width:32.625rem;position:absolute;display:block;z-index:15021;background-color:#9b0808;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9375rem;left:0rem;display:block; }
#sqyJFwUADXMoSXMbbBbrcNWfTVrZ6kwM { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.833984375rem;left:0.1875rem;height:2.51855625rem;display:block; }
#sz42iM7cPU7LVSNd2MgIrakNATLtTFI5 { position:absolute;display:block;z-index:15023;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:20.6875rem;width:31.25rem;top:2.3125rem;left:42.875rem;overflow:hidden;display:block; }
#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9b0808;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; }#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(0,0,0,0.51); }#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.51); }#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:15107;line-height:1.3;letter-spacing:0;top:9.1875rem;left:18.3125rem;height:4.38736875rem;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.4360625rem;width:23.75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:55.3125rem;left:0.75rem;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 #ffedf2;border-left:0.0625rem solid #ffedf2;border-right:0.0625rem solid #ffedf2;border-bottom:0.0625rem solid #ffedf2;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:56.1875rem;left:27.8125rem;height:6.5625rem;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:56.1875rem;left:2.25rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RWVfQQ6ORgetsBBw24vHoZag1hJHHLPB { box-sizing:content-box;height:14.5615rem;width:23.75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:55.25rem;left:25.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ffedf2;border-left:0.0625rem solid #ffedf2;border-right:0.0625rem solid #ffedf2;border-bottom:0.0625rem solid #ffedf2;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#OqP4UrpdnttTEAvBITmpee3khMMzzJRr { box-sizing:content-box;height:14.6245rem;width:23.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:55.25rem;left:50.9375rem;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 #ffedf2;border-left:0.0625rem solid #ffedf2;border-right:0.0625rem solid #ffedf2;border-bottom:0.0625rem solid #ffedf2;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:56.1875rem;left:53.5rem;height:7.875rem;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.5rem;width:3.6875rem;top:64.9375rem;left:27.5rem;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:64.8125rem;left:53.75rem;overflow:hidden;display:block; }
#u6STfSnMIWzLkV8vGPnwQh54divI3115 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:62.75rem;left:7.25rem; }
#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:65rem;left:2.75rem;overflow:hidden;display:block; }
#dTa0ZXzdWZDcXA8DXaKbdBPNwN7TBTVz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3730625rem;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:66.40625rem;left:58.0625rem;height:1.3125rem;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.3125rem;left:7.25rem;height:1.3125rem;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.374rem;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.40625rem;left:31.8134765625rem;height:1.3125rem;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; }
#QRezsF3058d9FAMCykJEDxniwahElbgn { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:62.875rem;left:31.8125rem; }
#Rb7ppEPp9FF5eHmpusJhQmdOVbxc36zl { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:62.75rem;left:58.0625rem; }
#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(155,8,8,0.26);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:#9b0808;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:#ffedf2;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; }
#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; }
#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffedf2;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.0625rem;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:#ffedf2;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 #9b0808;border-left:0.125rem solid #9b0808;border-right:0.125rem solid #9b0808;border-bottom:0.125rem solid #9b0808; }
#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.625rem;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:6.75rem;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.29980625rem;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.29980625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BQvGLFFq2Zcd3DMr6wSifCvNInHBuD3T { display:none; }#BQvGLFFq2Zcd3DMr6wSifCvNInHBuD3T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a7gOavk47Hk7NbuWTRS4iHiv7VKZOf5n { width:11.8125rem;height:2.4375rem;top:0.625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fndXypLfOOakABGQzUZTxgu27In5IktF { display:block; }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 { display:flex;width:18rem;height:5.0625rem;top:1.5625rem;left:27.875rem; }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #mskz6Pop8lhm2i4QJsDn6WBaRH6uOwkU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #xSxbFBo36W4GawNLRppMfNo86ygqp9cD {  }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #wplfb89bkCqdnpNyhk8b1RGDrgsRTnnq {  }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #KBXD2TTG2evEpk0nF35r6gADaObIWhIn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #PXuT75msavvM6vUmrt0esCr1nGoLItD4 {  }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #nFs2h5Tg9yeT3KnECcp7IT3cOP8nx9ht {  }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #LNmy5XTWPzCpVmrTO1XUR76lJDl7BT6n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #aN3kFL2bnoAhfCTe58nvXPcVEkiAe3ut {  }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #D8D3wxQMrhKPfNyG8V3HncpZ6O4TPN7Q {  }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #hozgCDiiUEHNCWiyFfyE6P4GvKhG9K2a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #yRAvzQmHAJ3gtQSRSsbtxfL8qe9yHbi0 {  }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #TGTcx17HSHCRBL5l3nT5V7GF5SDTGqwB {  }
 }@media only screen and (max-width: 763px) { #SOOZW34vlg2858cTTuzOl4coU5fbQZWx { top:0rem;left:0rem;width:14.1875rem;height:3.9375rem;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) { #oWAkM7cwTWo66XUxuixxObVDTO45iKo5 { width:17.5rem;height:3.4375rem;top:36.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4aGEoOJFzymlqAE0ObGgb5yrTbSBkpW { display:block; }
 }@media only screen and (max-width: 763px) { #MaEO5KH4VmbizWzGOxdiP8bBFyuTpmSH { top:21.75rem;left:0rem;width:35.1875rem;height:13rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #er8F2wyLzhPOBSz8P5GZDFZWfucGQxvD { top:22rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBhRVIkJlPadUHlsXso0SrfCqNcCH8hS { top:26.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPHxf1iNhxUFhPSZ8hJIQhABrDDMspp9 { top:31.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzOAVlsoJKN1tQE8u7OJryl7Mv2KfPvm { top:4.625rem;left:0rem;width:28.9375rem;height:38.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gnChUGSPEMtMtseSR87eNqVzmv5ak0LB { top:17.3125rem;left:0rem;width:17.6875rem;height:7.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpUleXwuWh2u8kMCNUlZoe1pUZTbQxpO { top:4.3125rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD54pm5i3BTJMnT32RMA536RWqtRrEcU { top:6.5625rem;left:0rem;width:29.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGBKZxw5woft44efere0ZoscG1VfRyJW { top:19rem;left:0rem;width:36.0625rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0GTES1FnKhsJrqtx6f7BRpJFDme9phK { top:6.375rem;left:0rem;width:39.125rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7foD8etaLKasqs5co0HetLT7m66vzme { top:4.25rem;left:18.8125rem;width:28.9375rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itx6M8OZlzBC2vJoAb2dFQXW54f49ScX { display:block; }#itx6M8OZlzBC2vJoAb2dFQXW54f49ScX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ao5AqXOFGRxhDfffSwvQsEq2eFlT3Nqo { top:0.25rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7uPRXverNfEcq3RwMNv8CBOToDfTzu3 { display:block; }#R7uPRXverNfEcq3RwMNv8CBOToDfTzu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7i00Adyob4ed5k1Snysp44wCbgOV8Dh { top:1.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5q6J6WBhmlEhiLKSuc0PtQdTwsCbMQx { top:6.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8cbA08LZ4BU4ORaszLIBP2F0hhqW5Rb { top:12.1875rem;left:0rem;width:15.9375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0m5QOM1HU3cvF4MNZ3DCbzUQfn1oi1b { top:12.25rem;left:6.25rem;width:15.5625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwxM1Kvw40wJU8Ho0MlXmRnE1qPNvUfK { top:11.8125rem;left:25.5rem;width:16.375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfmcgXQIiEfQTl0IXQmVArcb7Ppluz1P { top:12.0625rem;left:31.875rem;width:15.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3xz1wWSfHMbnkf1ms0G2Saqa6ov14tA { top:25.125rem;left:0rem;width:15.625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHCxslInmSvUbG6ok2RyXh4MRy4T785W { top:25.125rem;left:6.1875rem;width:15.6875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxZN6cTuxFmMDBZNebagdXBAP03kwAhT { top:25.1875rem;left:26.09375rem;width:15.1875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuTwyHEIu7loivifW6GNRRvTB7lTbSx0 { top:26.1875rem;left:31.375rem;width:16.375rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnUMNQDBWgshsPgUhzNSGil9WOfIUxFy { width:15.375rem;height:2.875rem;top:41.25rem;left:16.15673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShMoUACTzdUMUvvbSieqK3XRU2lfLp3B { display:block; }
 }@media only screen and (max-width: 763px) { #uCDSERCemNlHmBaK8wa7EckMLcVL8Vv2 { top:21.8125rem;left:17.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhxAvSz4KfnRTmg4LPgTeizhOZvugsDS { top:22rem;left:19.25rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HebTDdexTreOTmWJ4eUXZb8t6gT3irT9 { top:21.8125rem;left:12.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFN8WXvB84k5ckvXanUcq7huePw5mE1t { top:22rem;left:13.9375rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe3fOBhuQcCXnIQcEbyPR0zVJWZzxEnX { top:21.6875rem;left:6.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3d690rNTmKUoPUOtLNKTzfSPOX9Z4FP { top:21.9375rem;left:7.8125rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWeJu1CezGZnHz9TigmC0OAOJx0lKFKx { top:21.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpmwNA7v39bCNI12HxiEyi4DtdCZ3VXZ { top:22.125rem;left:0.0625rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0RyGqAayEx0vcewOAXAkTHyB8Fpo8NS { top:21.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvqiH6sur6MzgrmhJidc70TiTq8smJDO { top:22.125rem;left:0rem;width:2.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEpORap2FDwJp1DLUNqvD7nTqGL19LUu { top:21.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaVyLzTT7apcaU7qKNOC5T0iz7Ul1tSq { top:22.125rem;left:0rem;width:3.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfZL5vcnin5DtvJv47RzSNr8nHCcTbh5 { top:21.6875rem;left:36.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOIBa48p8qgQP95UHC2N6DCgJt2sClw1 { top:21.875rem;left:38.375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTlX3TTnre6pM8Br3PSxvmvZdskdgPyF { top:21.75rem;left:31.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTqtxsdSSAn0oZ0xBtxs7kgzL5w13S7U { top:21.9375rem;left:33rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BagqKAkAX8qTP5SEApdTF8PyrsMOG7HT { top:21.75rem;left:25.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLuVXyr6apBfWBfqZ6c37IC0DlpFIgTO { top:21.875rem;left:26.9375rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MedZH59L5bzsMSBiPlfWwdTEMyyxWgFr { top:21.875rem;left:44.5rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GymQmpgwsD9UzZA5mtbIRgooEo4B3a06 { top:21.6875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2JkHg8gA5NKW1whkqifuZZUBBlH1usC { top:21.6875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic2rtCH2NJSmfIM56J5bqiseQU3F3k1k { top:21.875rem;left:44.6875rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTddT9OvadRuVEeTrWSiAafhkiKmfo5E { top:21.75rem;left:44.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laK5mDaTFtPE7GdWxQ53dKtBklb0AT8v { top:21.875rem;left:44.0625rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wna2VvQJWDz79t8sLTac2eq3KAfbADSc { top:36rem;left:0rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRkBtO3arvH2fydl0ZTTHpWTe2SAkTg6 { top:35.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofWFgKuFpuUuyhMu5NKV4B1JwDM5gHKS { top:35.875rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coAexbmp2V3sJ2PWBKuWg5KMMXiFZfWq { top:35.8125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaEwaTtmJ1peHgEJIBcwz4d1pJoeLsJm { top:35.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oToQZFFNlLErwvlyczL89W6D3rf6VM1I { top:35.9375rem;left:0rem;width:3.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT90yKEat7J3JmEi0zHc9sFZuzclA1nl { top:35.75rem;left:16.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7u6EbeOmXlC5BfMyvZZ3eUs0DzQPEgk { top:36rem;left:18.8125rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCrlF8CbhKRDX2x8AlT9QlRl7kxHOMXP { top:35.8125rem;left:11.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuKvZi0ef0A3cCsefxfKT0IEI4i3wuBw { top:36rem;left:13.625rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaLmKAXe5ewUli92ACHyMqWNGPVWdTb6 { top:35.875rem;left:6rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svTGBA4nZolVCTFEfOD2J5nZfNpZxr1F { top:36rem;left:7.75rem;width:3.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3E6H9zTMGIqCKnfcBkpf4aPoSFIn4KO { top:35.6875rem;left:36.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyz4ltw3vLAFkfn439I9DkztLi9ilZFw { top:35.875rem;left:38.4375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJAnV4imE9AUqK7CJlQIUcGaWIt9JDeK { top:35.75rem;left:31.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr0wu76H8oPF0wzxRhD83f46nIslMxkN { top:35.8125rem;left:33.25rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFZgnKpqgCTQXCkhp3HwURDLx2eqEgN0 { top:35.75rem;left:25.25rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwnkSqHWWGEPwShJSXAxQE1em0WQws6Q { top:35.875rem;left:27.0625rem;width:3.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZFbPQfebDscszyqfUuU4Vk8QU1suh44 { top:35.8125rem;left:44.5625rem;width:3.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbylyTpAMK32ROX7gZzGkrOe0Esssz50 { top:35.625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFGGUB8FJztb0dXi3ApKT85BTb9zgE09 { top:35.6875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISvQo5pWuo40RhgxBbmECEHw1JTBknSB { top:35.875rem;left:44.75rem;width:3rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snCdkrwBN6p9NkvRExyh1W7y6r61W0z1 { top:35.75rem;left:44.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U78HHJ4qk3pVic0T25h9EC36m1LBFwNd { top:35.875rem;left:44.3125rem;width:3.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLGkSEbIxxDqwoOrpS3pEWfBm6vi9LHX { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rk7lLPL6mykPvdPRHQnCUQTge60IaO8T { top:26.75rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWTCXV5PiRhLnTmWdGfHofb6Hz0WTMH9 { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MPQvtkTwBC5KPAAciTzxziG3rAt8rXTH { top:26.75rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrMpLPTECIXgmMqEzOyoveTP1VFAhbL4 { top:26.75rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQyvIRIgUCvox5PoGO15mXJxlUIxoUIX { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #np3n2urUpwO7uqxhIbIQSJGehmNre2BD { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOkn6wZ5uaP6OID218WfPESTTTTw6VQd { top:14.0625rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kqoo7E2TK4UG669wVTWPDiGT2lzSV4D0 { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEzPLbqALNxKXy1q3mrl8UEDUGq8Iktw { top:14.0625rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNQ60WoP5CqA5PtyIA7s2dHsNFPNH4TE { top:14.0625rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ii5PT8kJNw2G3693wuACG4vcR5ynupRr { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #STzLhrCHEv6Nz2Eh2xDG1vEpPgxafW4s { top:52.5rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #syVUpC6JUNKXvOwBplG2QNHaUHEeGvHd { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eic4mQKkDXXs3tasOB3yCZfKUMTKmN0S { top:52.5rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sis3Novnzt9xIOipfEfKiWq7TaOgHcUC { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbVBlTfNkL33qX0BfwJbfFn2iPlozaWL { top:52.5rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCGK70Q4m8xr4DB6rm2Swy4aPDgP7iWH { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AToOAAsZ2FmGrBwHy4KVEq45JovvfRAn { top:65.875rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ui582N1fCfiHo27HLQtikW3T8JNdxIee { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOOWuwW7xF189pco2vMGf7l2umzGFwtc { top:65.875rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NeJzRyCnEGzwmbUdft0ogGphJUZcvWa1 { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8ycgAowMVWiq1XLMGWTt5pBZrlMzVay { top:65.875rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEx6oyTci7dOdIZcPTDCtmpJuWlfrC7O { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTiu6ogp4HZKn3FDGH5JMJwAPZExpNEw { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDBEQuOF0X7X1B7B8TOwp4pOx6cs5vAT { top:78.5625rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxOqHzVIJp8hT7dKKAhQfsugGtDi5XJI { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrraIvT2oyUHg9yi1ThbUJL2edJ7HVgh { top:78.5625rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H41V6kKsRdVeR9QISGkCP44Hda0T4mmV { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #imzTrIeEKN4D4vzVy1rBCRkpQcAJzPsF { top:78.5625rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLeLylx6Dt55z6ve7PwVm0riO8rotdDS { top:92.125rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kly3ssqzKt0olzxWS0AqBuvuttSc79mP { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EH7kolqUhrofiiE4F2Tcnnb60VWvd4EK { top:92.125rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4HCXK9STknq3rpxnT8nkGnr7703X3n3 { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSrOwbr5Teaax5TZE9FhX1Hpfo3MdJ1I { top:92.125rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMlLXNMQEiuZUChdr9xRHwpM06IhgXK2 { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7MpmyW8cVuH0ZWy8pmT7thvQG6Tu5JG { top:109.1875rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPrsskLfJHXOP7Qsw09UgCdwZUdZxJiE { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXryd7T0Byc5eThC3xJ2kCyWJJJSpUfb { top:109.1875rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExXZpVmrDwxGVlViaeOSBWRzMy03rLRI { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFTlEVnrp67x2mtsmhmOFqSJLyveqdku { top:109.1875rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTTFiJVs8Sdu2ZqSzs4IM3UL5xWlpcuq { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTGdPFDgIfFA6py6qtH127rRHfTEFPxf { top:39.4375rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O56BV727I9GIR2GTU7tTDBB19aUCwWzN { top:37.625rem;left:29.875rem;width:7.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWE33vmr0MX6QC8ARs44NHTHTNuzxLK5 { top:37.6875rem;left:30rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJpmo979GpdxgBWRDwo5wQbVT2smi6NX { top:44.6875rem;left:12.34375rem;width:23.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rftK0zPX1QsXS7rBJS6xh6J3KHKepWgs { top:20.25rem;left:0rem;width:10.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXqxA7F0KyLTC0bOBJmb9xTQfEXBgkCh { top:20.3125rem;left:7.25rem;width:14.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivha1xqVOzqkyakPmd4sEFb7cCTvFiwt { top:20.3125rem;left:26.375rem;width:14.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCJgM01isdSzH1NMvi9WI92kB3J03wms { top:20.1875rem;left:33.6875rem;width:14.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd6tnXknrRRPgifsGO3rJmq4RUKgaHbT { top:33.9375rem;left:0rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXsC4ekLe0H4UJwytTurghDT4JBFChRN { top:34.0625rem;left:6.375rem;width:15.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiZIh5u9vZm3z0fqt6EaAaDPBumXBrgk { top:33.875rem;left:26.625rem;width:15.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN4colppXHMXxbFW4nP68mVU0sweLpSQ { top:33.875rem;left:32.375rem;width:15.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faskaPb6f3r8SfXcQvGe4GLnvgRQqSTn { top:27.0625rem;left:31.375rem;width:16.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nifgFGZIBd9oGJFqcCO7hTh5JuUccEML { top:37.6875rem;left:10.4375rem;width:7.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AczcZb3v7ushKrviGvoqlEwAArz1oe39 { top:37.75rem;left:10.5rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7whXg9Vp1S19wtgLlxPP4wP4B1QZwkW { top:37.5625rem;left:40.4375rem;width:7.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA1ZBLJgUoPoWem7x5oZAtD5wl05NbiT { top:37.625rem;left:40.6875rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X55VDxGIaiPVVrJwvfnue9uvJGuTKPNz { top:37.6875rem;left:0rem;width:7.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nThJOEE9MTqsq1Jrm2zvAh6B8oXvbg1T { top:37.75rem;left:0rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btge7XZSVutCopf8OsvG5xX1dPTtkF0U { top:23.8125rem;left:0rem;width:7.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFZkGwciy2DTkbJ8S988vls2w0HuwfDS { top:23.875rem;left:0rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivGZtw2db6x71DtuywlSKH5UehBtFIrR { top:23.8125rem;left:10.4375rem;width:7.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHSKG2CBMKhy1DZUWeVMwcDQSQV56bLn { top:23.875rem;left:10.5rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTbgDTD9r5HZ7bMZHrF5IMoqtCimT2nw { top:23.75rem;left:29.8125rem;width:7.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3M32Qv5UZDA3MyTDL4s3mr5fecZ3D7g { top:23.8125rem;left:29.875rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mekIkPhDvsDRCnkRMFbcUztUXlrIFB2T { top:23.8125rem;left:40rem;width:7.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7wR0iayzaUcLs5mMFkhSWf7EZ2WiRD3 { top:23.875rem;left:40.125rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UILwL85RQ7euMGpcGM1S1cwgCdeoq49m { display:block; }#UILwL85RQ7euMGpcGM1S1cwgCdeoq49m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uf205d28170a0e87264620904055a03e { top:1.5rem;left:3.498046875rem;width:39.75rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #If7c5a19743669b168091b0d31f5ba40 { width:15.375rem;height:2.875rem;top:37.0625rem;left:16.156494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M726976a330474e21fa736e07288a803 { display:block; }
 }@media only screen and (max-width: 763px) { #g09d75ac3163d519ef0b35d0b73ed702 { top:22.75rem;left:31.875rem;width:15.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #s81b7595bc08964a7b64ba03970f677b { top:30.9375rem;left:16.5625rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52e8b2b3eb4acc7b8c7db73d306b446 { top:30.75rem;left:33.1875rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u46fca156f489919ea29c1cd88f111bf { top:20.4375rem;left:0rem;width:18.6875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a68e13d05cef856ddfa72f4cd473f6fc { top:31rem;left:0rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X865c2458a483e93169c9361a0b11091 { top:7.3125rem;left:0rem;width:18.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8f2e6d8f7c62e4b6d7413778817b972 { top:22.8125rem;left:16.125rem;width:15.5rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddea1e737154225132fe365bc25964ed { 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) { #c4403ffa57f643f32d456fc9e89a8974 { 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) { #e8300969b5de7548da959ef2ba94dea0 { top:17.375rem;left:0rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc14a2ce76c17fa386ba96596c280da7 { top:9rem;left:16.15625rem;width:15.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb963ab0576663f8ceac48196e1c46a6 { top:40.5rem;left:12.34375rem;width:23.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQlhApi1MN1aQ7I7oq5upiVUwXE8oeKM { top:8.875rem;left:31.5rem;width:16.25rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czF6tvoEcr8TpCAOmSIgTxzVsnGFdlVH { top:4.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts3Cs2u0LAQg6GuiK6m6NGe2JCJmtaud { top:19rem;left:0.4375rem;width:8rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIIW4noWhngrazN7OCkq7PieWuzX4Rnm { top:19.0625rem;left:0.625rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VacCLBLq7PccbCAywmW7pSTe0nLainBA { top:19.1875rem;left:20.5625rem;width:7.625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOnUCwS9WFpdLSlQiT61vn8HXdBqkEKO { top:19.25rem;left:20.5625rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDkcnTKERpoWTkZvRPdFRQGStV0CEx45 { top:19.125rem;left:38.875rem;width:7.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ory7w7XLLFUu0zwmhOFN3SlEoJ42d2DQ { top:19.25rem;left:38.8125rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fddeKblUTliImyyfSKpT6KT42RcdQ9UI { top:32.625rem;left:0.75rem;width:8rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrcry8FIGCa9qGHI734kuwKE10WqTUOg { top:32.6875rem;left:0.9375rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSldTfU8CEbMBZH4NoTVkZylEmEwcpxi { top:32.625rem;left:20.0625rem;width:7.625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWvlTspWeUUL4HVZPWaNfRP81S1IzfeX { top:32.6875rem;left:20.0625rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5MdmPuIzz6vNRJHKmMEd6yIKFcyTLA7 { top:32.625rem;left:38.8125rem;width:7.625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5OI6TlxasR9Tbi0VzQrmsbL7cz4BtXp { top:32.6875rem;left:38.8125rem;width:7.625rem;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:8.625rem;left:22.5625rem;width:25.1875rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mau36byRrHnDw0LJyVIoAlsX9g5ZU9kc { top:13.375rem;left:18.875rem;width:28.875rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9MkL3T2wZLGOnx4U3iOHSXFM5Tkemk6 { top:16.4375rem;left:14.9375rem;width:32.8125rem;height:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfeaWNUhortbtL0y6L8WbO3f7ScfrtbZ { top:21.4375rem;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.8125rem;left:26.6875rem;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) { #VmT1dJFNmuGlQMWxmf64WbKPfzMkwAGu { top:6.8125rem;left:28.625rem;width:10.0625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXI4HpsIqDIQdVv8OG7UHsWXCz32FexM { top:5.6875rem;left:26.5625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcHyVRRw9BVRkWNAoS94lDkh8m3vks1s { top:16.4375rem;left:26.5625rem;width:13.75rem;height:1.6875rem;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:7.25rem;left:0rem;width:25.1875rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKrHa394xO1nTCIlz3HTZW2oiNift60R { top:11.8125rem;left:0rem;width:27.3125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKQtr1wfCpWuHoXtVd2BhVK4kpdkVkl2 { top:15rem;left:0rem;width:32.9375rem;height:13rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIqU88AvXph2Z5hQz5Ahbwa8Ds9fKZXf { top:21rem;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:29.75rem;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) { #WCXUmuHtMEXO1O9iOKzWRpVZxMUnTlxD { top:15rem;left:0rem;width:23rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vzs7tlJmTBFNKeav9SlcuE5e0xDQWKx9 { display:block; }#Vzs7tlJmTBFNKeav9SlcuE5e0xDQWKx9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khdv6n78sWkZTN1opISXMnBIrG3sSx7f { top:7.0625rem;left:0rem;width:38.4375rem;height:0;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIRUs6myn7tRaBEoGLzm5BVTGyMy9Q1k { top:24rem;left:0rem;width:31.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbztC12vHAX4lrmso7ZLfX0dt8c6JyPM { top:7.1875rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRiNcoExe9sg1UE5JO3xEIr6HdAv9RBm { top:12.25rem;left:0rem;width:39.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITZtmE8JKTT0GA7mfoE00zyzqmTRfBg6 { top:14.75rem;left:0rem;width:37.25rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ8z52g58vMBEHhCSzdJeWbQWIaDE6p4 { top:24.5625rem;left:2.5rem;width:29.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3ZOAmatwmQZG88vRyrfrExc00bdIG37 { width:17.5rem;height:3.4375rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWkZed3yRZFMIPw7XcpL8wWu1iRb27Iq { display:block; }
 }@media only screen and (max-width: 763px) { #LzgaFtqWc8f6Sq48qWVQBsehHCS4TQzf { top:4.9375rem;left:0rem;width:32.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqyJFwUADXMoSXMbbBbrcNWfTVrZ6kwM { top:4.8125rem;left:0rem;width:33.6875rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz42iM7cPU7LVSNd2MgIrakNATLtTFI5 { top:2.3125rem;left:0.5rem;width:31.25rem;height:20.6875rem;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) { #JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do { display:block; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKA8Atul4wxsOblJ1ih9Z9QERcfyDJN0 { width:18.625rem;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.5625rem;height:1.4375rem;top:5.125rem;left:0rem;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.3125rem;left:0rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmhFqwrO3mpwBIeZJGsoVULzc4xH41yr { top:56.1875rem;left:14.1875rem;width:19.8125rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q09SxfNMXPdg9ClVuoiap3WACksKHdey { top:56.1875rem;left:0rem;width:19.8125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWVfQQ6ORgetsBBw24vHoZag1hJHHLPB { top:55.25rem;left:11.9375rem;width:23.75rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqP4UrpdnttTEAvBITmpee3khMMzzJRr { top:55.25rem;left:23.875rem;width:23.75rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAs3RJMeuMcmVub2HLpdznf6zgzuKKUE { top:56.1875rem;left:27.9375rem;width:19.8125rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIGwcXpOdhWX227fI0sSuhqV6EPMWZE0 { top:64.9375rem;left:13.875rem;width:3.6875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpZ3g8wk3dBDUCaDb6hod7O33xAp1qy1 { top:64.8125rem;left:40.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6STfSnMIWzLkV8vGPnwQh54divI3115 { top:62.75rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGm5avzokDqlveF3ewVpD2f6GpQEBJpB { top:65rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTa0ZXzdWZDcXA8DXaKbdBPNwN7TBTVz { top:66.375rem;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.3125rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOT4DaFlsIf6KBQrSiqb35OBiuh1k9Tr { top:66.375rem;left:18.1884765625rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRezsF3058d9FAMCykJEDxniwahElbgn { top:62.875rem;left:18.1875rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb7ppEPp9FF5eHmpusJhQmdOVbxc36zl { top:62.75rem;left:41.625rem;width:6.125rem;height:6.125rem;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) { #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) { #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.68701171875rem;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) { #BQvGLFFq2Zcd3DMr6wSifCvNInHBuD3T { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#BQvGLFFq2Zcd3DMr6wSifCvNInHBuD3T > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7gOavk47Hk7NbuWTRS4iHiv7VKZOf5n { width:8.4375rem;height:1.6875rem;top:3.34375rem;left:5.78125rem;font-size:0.75rem;font-family:saira;display:block; }
 }@media only screen and (max-width: 763px) { #fndXypLfOOakABGQzUZTxgu27In5IktF { display:block; }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 .widget-text.counter-number { padding-top:0.156875rem;padding-right:0.186875rem;padding-bottom:0.156875rem;padding-left:0.186875rem;width:1.119375rem;min-width:1.119375rem;height:0.84125rem;font-size:0.62625rem;line-height:13.46px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.098125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.4925rem;height:0.331875rem;font-size:0.235rem;line-height:5.31px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 { display:flex;width:9.4375rem;height:1.5625rem;top:1.0625rem;left:10.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #mskz6Pop8lhm2i4QJsDn6WBaRH6uOwkU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #xSxbFBo36W4GawNLRppMfNo86ygqp9cD {  }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #wplfb89bkCqdnpNyhk8b1RGDrgsRTnnq {  }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #KBXD2TTG2evEpk0nF35r6gADaObIWhIn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #PXuT75msavvM6vUmrt0esCr1nGoLItD4 {  }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #nFs2h5Tg9yeT3KnECcp7IT3cOP8nx9ht {  }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #LNmy5XTWPzCpVmrTO1XUR76lJDl7BT6n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #aN3kFL2bnoAhfCTe58nvXPcVEkiAe3ut {  }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #D8D3wxQMrhKPfNyG8V3HncpZ6O4TPN7Q {  }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #hozgCDiiUEHNCWiyFfyE6P4GvKhG9K2a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #yRAvzQmHAJ3gtQSRSsbtxfL8qe9yHbi0 {  }
 }@media only screen and (max-width: 763px) { #QnuWhnNReTywJuSdmTKF8LTFM1KH4Zg8 #TGTcx17HSHCRBL5l3nT5V7GF5SDTGqwB {  }
 }@media only screen and (max-width: 763px) { #SOOZW34vlg2858cTTuzOl4coU5fbQZWx { width:9.4375rem;height:2.4375rem;top:0.625rem;left:0rem;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/fa069ffb-1c2d-4732-b1a3-c4899d454b00/COTA2024462.webp");background-position: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(255,237,242,0.83); }#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(255,237,242,0.83); }#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:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWAkM7cwTWo66XUxuixxObVDTO45iKo5 { width:11.6235625rem;height:2.124025rem;top:24.4375rem;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) { #MaEO5KH4VmbizWzGOxdiP8bBFyuTpmSH { width:17.6875rem;height:0;top:16.9375rem;left:2.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) { #er8F2wyLzhPOBSz8P5GZDFZWfucGQxvD { display:flex;width:2.0625rem;height:2.0625rem;top:15.5625rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #HBhRVIkJlPadUHlsXso0SrfCqNcCH8hS { display:flex;width:2.1875rem;height:2.1875rem;top:18.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GPHxf1iNhxUFhPSZ8hJIQhABrDDMspp9 { display:flex;width:1.9375rem;height:1.9375rem;top:21.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wzOAVlsoJKN1tQE8u7OJryl7Mv2KfPvm { width:19.9980625rem;height:12.2480625rem;top:28.373046875rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #gnChUGSPEMtMtseSR87eNqVzmv5ak0LB { width:17.6875rem;height:7.79688125rem;top:15.6875rem;left:2.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15033;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MpUleXwuWh2u8kMCNUlZoe1pUZTbQxpO { display:flex;width:2.5rem;height:2.5rem;top:6.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GD54pm5i3BTJMnT32RMA536RWqtRrEcU { width:17.125rem;height:0.8125rem;top:7.1875rem;left:2.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGBKZxw5woft44efere0ZoscG1VfRyJW { width:20rem;height:0.9746125rem;top:13.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0GTES1FnKhsJrqtx6f7BRpJFDme9phK { width:18.625rem;height:7.25rem;top:7.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7foD8etaLKasqs5co0HetLT7m66vzme { width:20rem;height:38.0625rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #itx6M8OZlzBC2vJoAb2dFQXW54f49ScX { display:block; }#itx6M8OZlzBC2vJoAb2dFQXW54f49ScX > .row .container { width:20rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ao5AqXOFGRxhDfffSwvQsEq2eFlT3Nqo { width:20rem;height:1.4622375rem;top:0.1748046875rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R7uPRXverNfEcq3RwMNv8CBOToDfTzu3 { display:block; }#R7uPRXverNfEcq3RwMNv8CBOToDfTzu3 > .row .container { width:20rem;height:127rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7i00Adyob4ed5k1Snysp44wCbgOV8Dh { width:20rem;height:2.5996125rem;top:1.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5q6J6WBhmlEhiLKSuc0PtQdTwsCbMQx { width:18.0625rem;height:1.5rem;top:3.625rem;left:1rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8cbA08LZ4BU4ORaszLIBP2F0hhqW5Rb { width:14.8125rem;height:8.375rem;top:5.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0m5QOM1HU3cvF4MNZ3DCbzUQfn1oi1b { width:15.5625rem;height:8.8125rem;top:19.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwxM1Kvw40wJU8Ho0MlXmRnE1qPNvUfK { width:16.5rem;height:9.1875rem;top:33.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfmcgXQIiEfQTl0IXQmVArcb7Ppluz1P { width:17.1875rem;height:9.5625rem;top:77.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3xz1wWSfHMbnkf1ms0G2Saqa6ov14tA { width:16.0625rem;height:9rem;top:48.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHCxslInmSvUbG6ok2RyXh4MRy4T785W { width:16.5rem;height:9.1875rem;top:62.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxZN6cTuxFmMDBZNebagdXBAP03kwAhT { width:16.875rem;height:9.4375rem;top:92.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuTwyHEIu7loivifW6GNRRvTB7lTbSx0 { width:17.5rem;height:9.75rem;top:106.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnUMNQDBWgshsPgUhzNSGil9WOfIUxFy { width:12.625rem;height:2.1875rem;top:122rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShMoUACTzdUMUvvbSieqK3XRU2lfLp3B { display:block; }
 }@media only screen and (max-width: 763px) { #uCDSERCemNlHmBaK8wa7EckMLcVL8Vv2 { width:1.375rem;height:1.375rem;top:26.9375rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhxAvSz4KfnRTmg4LPgTeizhOZvugsDS { width:3.25rem;height:0;top:64.1933625rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HebTDdexTreOTmWJ4eUXZb8t6gT3irT9 { width:1.4375rem;height:1.4375rem;top:26.875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFN8WXvB84k5ckvXanUcq7huePw5mE1t { width:3.0625rem;height:0;top:27.0625rem;left:10.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Fe3fOBhuQcCXnIQcEbyPR0zVJWZzxEnX { width:1.1875rem;height:1.1875rem;top:43.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3d690rNTmKUoPUOtLNKTzfSPOX9Z4FP { width:3.6875rem;height:0;top:27.0625rem;left:4rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NWeJu1CezGZnHz9TigmC0OAOJx0lKFKx { width:1.25rem;height:1.25rem;top:14.625rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpmwNA7v39bCNI12HxiEyi4DtdCZ3VXZ { width:3.25rem;height:0;top:36.5rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #N0RyGqAayEx0vcewOAXAkTHyB8Fpo8NS { width:1.4375rem;height:1.4375rem;top:14.5rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvqiH6sur6MzgrmhJidc70TiTq8smJDO { width:2.875rem;height:0;top:14.625rem;left:9.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qEpORap2FDwJp1DLUNqvD7nTqGL19LUu { width:1.1875rem;height:1.1875rem;top:14.6875rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaVyLzTT7apcaU7qKNOC5T0iz7Ul1tSq { width:3.75rem;height:0;top:14.6875rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WfZL5vcnin5DtvJv47RzSNr8nHCcTbh5 { width:1.3125rem;height:1.3125rem;top:43.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOIBa48p8qgQP95UHC2N6DCgJt2sClw1 { width:3.25rem;height:0;top:69.2871125rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wTlX3TTnre6pM8Br3PSxvmvZdskdgPyF { width:1.4375rem;height:1.4375rem;top:43.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTqtxsdSSAn0oZ0xBtxs7kgzL5w13S7U { width:3.0625rem;height:1.21875rem;top:43.6875rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BagqKAkAX8qTP5SEApdTF8PyrsMOG7HT { width:1.375rem;height:1.375rem;top:66.6621125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLuVXyr6apBfWBfqZ6c37IC0DlpFIgTO { width:3.6875rem;height:1.21875rem;top:43.6875rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MedZH59L5bzsMSBiPlfWwdTEMyyxWgFr { width:3.25rem;height:0;top:74.3808625rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GymQmpgwsD9UzZA5mtbIRgooEo4B3a06 { width:1.5625rem;height:1.5625rem;top:53.6621125rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2JkHg8gA5NKW1whkqifuZZUBBlH1usC { width:1.4375rem;height:1.4375rem;top:53.6621125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ic2rtCH2NJSmfIM56J5bqiseQU3F3k1k { width:3.0625rem;height:0;top:53.8496125rem;left:11.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PTddT9OvadRuVEeTrWSiAafhkiKmfo5E { width:1.375rem;height:1.375rem;top:71.7558625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #laK5mDaTFtPE7GdWxQ53dKtBklb0AT8v { width:3.6875rem;height:0;top:53.8496125rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Wna2VvQJWDz79t8sLTac2eq3KAfbADSc { width:3.25rem;height:0;top:130.3496125rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aRkBtO3arvH2fydl0ZTTHpWTe2SAkTg6 { width:1.5625rem;height:1.5625rem;top:86.5996125rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofWFgKuFpuUuyhMu5NKV4B1JwDM5gHKS { width:3.0625rem;height:0;top:86.7871125rem;left:12rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #coAexbmp2V3sJ2PWBKuWg5KMMXiFZfWq { width:1.4375rem;height:1.4375rem;top:86.5996125rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaEwaTtmJ1peHgEJIBcwz4d1pJoeLsJm { width:1.375rem;height:1.375rem;top:127.7246125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oToQZFFNlLErwvlyczL89W6D3rf6VM1I { width:3.4375rem;height:0;top:86.7246125rem;left:5.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XT90yKEat7J3JmEi0zHc9sFZuzclA1nl { width:1.5625rem;height:1.5625rem;top:99.099609375rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7u6EbeOmXlC5BfMyvZZ3eUs0DzQPEgk { width:3.25rem;height:0;top:135.4433625rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wCrlF8CbhKRDX2x8AlT9QlRl7kxHOMXP { width:1.4375rem;height:1.4375rem;top:99.1621125rem;left:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuKvZi0ef0A3cCsefxfKT0IEI4i3wuBw { width:3.0625rem;height:0;top:99.2871125rem;left:12.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AaLmKAXe5ewUli92ACHyMqWNGPVWdTb6 { width:1.375rem;height:1.375rem;top:132.8183625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #svTGBA4nZolVCTFEfOD2J5nZfNpZxr1F { width:3.4375rem;height:0;top:99.2871125rem;left:5.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #t3E6H9zTMGIqCKnfcBkpf4aPoSFIn4KO { width:1.5625rem;height:1.5625rem;top:111.6621125rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lyz4ltw3vLAFkfn439I9DkztLi9ilZFw { width:3.25rem;height:0;top:140.5371125rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TJAnV4imE9AUqK7CJlQIUcGaWIt9JDeK { width:1.4375rem;height:1.4375rem;top:111.7246125rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qr0wu76H8oPF0wzxRhD83f46nIslMxkN { width:3.0625rem;height:0;top:111.9121125rem;left:12rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GFZgnKpqgCTQXCkhp3HwURDLx2eqEgN0 { width:1.375rem;height:1.375rem;top:137.9121125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwnkSqHWWGEPwShJSXAxQE1em0WQws6Q { width:3.4375rem;height:0;top:111.8496125rem;left:5.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XZFbPQfebDscszyqfUuU4Vk8QU1suh44 { width:3.1875rem;height:0;top:145.6308625rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nbylyTpAMK32ROX7gZzGkrOe0Esssz50 { width:1.5625rem;height:1.5625rem;top:124.9121125rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFGGUB8FJztb0dXi3ApKT85BTb9zgE09 { width:1.4375rem;height:1.4375rem;top:124.9746125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISvQo5pWuo40RhgxBbmECEHw1JTBknSB { width:3rem;height:0;top:125.1621125rem;left:11.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #snCdkrwBN6p9NkvRExyh1W7y6r61W0z1 { width:1.375rem;height:1.375rem;top:143.0058625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U78HHJ4qk3pVic0T25h9EC36m1LBFwNd { width:3.4375rem;height:0;top:125.1621125rem;left:5.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GLGkSEbIxxDqwoOrpS3pEWfBm6vi9LHX { width:1.4375rem;height:1.4375rem;top:27.875rem;left:7.75rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #rk7lLPL6mykPvdPRHQnCUQTge60IaO8T { width:3.25rem;height:1.21875rem;top:28rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #HWTCXV5PiRhLnTmWdGfHofb6Hz0WTMH9 { width:1.3125rem;height:1.3125rem;top:27.9375rem;left:13rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #MPQvtkTwBC5KPAAciTzxziG3rAt8rXTH { width:3.0625rem;height:1.21875rem;top:28rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #CrMpLPTECIXgmMqEzOyoveTP1VFAhbL4 { width:3.6875rem;height:1.21875rem;top:28rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #IQyvIRIgUCvox5PoGO15mXJxlUIxoUIX { width:1.1875rem;height:1.1875rem;top:28rem;left:2.1875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #np3n2urUpwO7uqxhIbIQSJGehmNre2BD { width:1.4375rem;height:1.4375rem;top:14.9375rem;left:7.75rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #hOkn6wZ5uaP6OID218WfPESTTTTw6VQd { width:3.25rem;height:1.21875rem;top:15.0625rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #Kqoo7E2TK4UG669wVTWPDiGT2lzSV4D0 { width:1.3125rem;height:1.3125rem;top:15rem;left:13rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #zEzPLbqALNxKXy1q3mrl8UEDUGq8Iktw { width:3.0625rem;height:1.21875rem;top:15.0625rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #TNQ60WoP5CqA5PtyIA7s2dHsNFPNH4TE { width:3.6875rem;height:1.21875rem;top:15.0625rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #Ii5PT8kJNw2G3693wuACG4vcR5ynupRr { width:1.1875rem;height:1.1875rem;top:15.0625rem;left:2.1875rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #STzLhrCHEv6Nz2Eh2xDG1vEpPgxafW4s { width:3.25rem;height:1.21875rem;top:58.125rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #syVUpC6JUNKXvOwBplG2QNHaUHEeGvHd { width:1.3125rem;height:1.3125rem;top:58.0625rem;left:13rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #Eic4mQKkDXXs3tasOB3yCZfKUMTKmN0S { width:3.0625rem;height:1.21875rem;top:58.125rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #Sis3Novnzt9xIOipfEfKiWq7TaOgHcUC { width:1.4375rem;height:1.4375rem;top:58rem;left:7.75rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #gbVBlTfNkL33qX0BfwJbfFn2iPlozaWL { width:3.6875rem;height:1.21875rem;top:58.125rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #TCGK70Q4m8xr4DB6rm2Swy4aPDgP7iWH { width:1.1875rem;height:1.1875rem;top:58.125rem;left:2.1875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #AToOAAsZ2FmGrBwHy4KVEq45JovvfRAn { width:3.25rem;height:1.21875rem;top:73.3125rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #ui582N1fCfiHo27HLQtikW3T8JNdxIee { width:1.3125rem;height:1.3125rem;top:73.25rem;left:13rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #eOOWuwW7xF189pco2vMGf7l2umzGFwtc { width:3.0625rem;height:1.21875rem;top:73.3125rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #NeJzRyCnEGzwmbUdft0ogGphJUZcvWa1 { width:1.4375rem;height:1.4375rem;top:73.1875rem;left:7.75rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #D8ycgAowMVWiq1XLMGWTt5pBZrlMzVay { width:3.6875rem;height:1.21875rem;top:73.3125rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #GEx6oyTci7dOdIZcPTDCtmpJuWlfrC7O { width:1.1875rem;height:1.1875rem;top:73.328125rem;left:2.375rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #mTiu6ogp4HZKn3FDGH5JMJwAPZExpNEw { width:1.1875rem;height:1.1875rem;top:87.75rem;left:2.1875rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #MDBEQuOF0X7X1B7B8TOwp4pOx6cs5vAT { width:3.6875rem;height:1.21875rem;top:87.75rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #SxOqHzVIJp8hT7dKKAhQfsugGtDi5XJI { width:1.4375rem;height:1.4375rem;top:87.625rem;left:7.75rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #XrraIvT2oyUHg9yi1ThbUJL2edJ7HVgh { width:3.0625rem;height:1.21875rem;top:87.75rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #H41V6kKsRdVeR9QISGkCP44Hda0T4mmV { width:1.3125rem;height:1.3125rem;top:87.6875rem;left:13rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #imzTrIeEKN4D4vzVy1rBCRkpQcAJzPsF { width:3.25rem;height:1.21875rem;top:87.75rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #kLeLylx6Dt55z6ve7PwVm0riO8rotdDS { width:3.25rem;height:1.21875rem;top:102.625rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #kly3ssqzKt0olzxWS0AqBuvuttSc79mP { width:1.3125rem;height:1.3125rem;top:102.5625rem;left:13rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #EH7kolqUhrofiiE4F2Tcnnb60VWvd4EK { width:3.0625rem;height:1.21875rem;top:102.625rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #P4HCXK9STknq3rpxnT8nkGnr7703X3n3 { width:1.4375rem;height:1.4375rem;top:102.5rem;left:7.75rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #tSrOwbr5Teaax5TZE9FhX1Hpfo3MdJ1I { width:3.6875rem;height:1.21875rem;top:102.625rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #pMlLXNMQEiuZUChdr9xRHwpM06IhgXK2 { width:1.1875rem;height:1.1875rem;top:102.625rem;left:2.1875rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #w7MpmyW8cVuH0ZWy8pmT7thvQG6Tu5JG { width:3.25rem;height:1.21875rem;top:115.9375rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #nPrsskLfJHXOP7Qsw09UgCdwZUdZxJiE { width:1.3125rem;height:1.3125rem;top:115.875rem;left:13rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #vXryd7T0Byc5eThC3xJ2kCyWJJJSpUfb { width:3.0625rem;height:1.21875rem;top:115.9375rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #ExXZpVmrDwxGVlViaeOSBWRzMy03rLRI { width:1.4375rem;height:1.4375rem;top:115.8125rem;left:7.75rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #nFTlEVnrp67x2mtsmhmOFqSJLyveqdku { width:3.6875rem;height:1.21875rem;top:115.9375rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #gTTFiJVs8Sdu2ZqSzs4IM3UL5xWlpcuq { width:1.1875rem;height:1.1875rem;top:115.9375rem;left:2.1875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #HTGdPFDgIfFA6py6qtH127rRHfTEFPxf { width:3.25rem;height:1.21875rem;top:43.6875rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #O56BV727I9GIR2GTU7tTDBB19aUCwWzN { width:7.1875rem;height:1.4375rem;top:104.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWE33vmr0MX6QC8ARs44NHTHTNuzxLK5 { width:6.6875rem;height:1.29980625rem;top:104.3125rem;left:6.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJpmo979GpdxgBWRDwo5wQbVT2smi6NX { width:20rem;height:0.9746125rem;top:124.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rftK0zPX1QsXS7rBJS6xh6J3KHKepWgs { width:10.75rem;height:1.4624rem;top:13.4375rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXqxA7F0KyLTC0bOBJmb9xTQfEXBgkCh { width:14.0625rem;height:1.4624rem;top:29.8125rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ivha1xqVOzqkyakPmd4sEFb7cCTvFiwt { width:14.0625rem;height:1.4624rem;top:41.875rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dCJgM01isdSzH1NMvi9WI92kB3J03wms { width:14.0625rem;height:1.4624rem;top:86rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sd6tnXknrRRPgifsGO3rJmq4RUKgaHbT { width:13.5rem;height:1.4624rem;top:56.3125rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXsC4ekLe0H4UJwytTurghDT4JBFChRN { width:15.375rem;height:1.4624rem;top:71.5625rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FiZIh5u9vZm3z0fqt6EaAaDPBumXBrgk { width:15.375rem;height:1.4624rem;top:101rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VN4colppXHMXxbFW4nP68mVU0sweLpSQ { width:15.375rem;height:1.4624rem;top:114.25rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #faskaPb6f3r8SfXcQvGe4GLnvgRQqSTn { width:16.375rem;height:0.9746125rem;top:107.1875rem;left:1.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nifgFGZIBd9oGJFqcCO7hTh5JuUccEML { width:7.75rem;height:1.4375rem;top:60.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AczcZb3v7ushKrviGvoqlEwAArz1oe39 { width:7.625rem;height:1.29980625rem;top:60.1875rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7whXg9Vp1S19wtgLlxPP4wP4B1QZwkW { width:7.3125rem;height:1.4375rem;top:117.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA1ZBLJgUoPoWem7x5oZAtD5wl05NbiT { width:7.0625rem;height:1.29980625rem;top:117.9375rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X55VDxGIaiPVVrJwvfnue9uvJGuTKPNz { width:7.75rem;height:1.4375rem;top:75.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nThJOEE9MTqsq1Jrm2zvAh6B8oXvbg1T { width:7.625rem;height:1.29980625rem;top:75.1875rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btge7XZSVutCopf8OsvG5xX1dPTtkF0U { width:7.75rem;height:1.4375rem;top:16.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFZkGwciy2DTkbJ8S988vls2w0HuwfDS { width:7.625rem;height:1.29980625rem;top:17rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivGZtw2db6x71DtuywlSKH5UehBtFIrR { width:7.75rem;height:1.4375rem;top:89.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHSKG2CBMKhy1DZUWeVMwcDQSQV56bLn { width:7.625rem;height:1.29980625rem;top:89.375rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTbgDTD9r5HZ7bMZHrF5IMoqtCimT2nw { width:7.75rem;height:1.4375rem;top:31.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3M32Qv5UZDA3MyTDL4s3mr5fecZ3D7g { width:7.625rem;height:1.29980625rem;top:31.3125rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mekIkPhDvsDRCnkRMFbcUztUXlrIFB2T { width:7.75rem;height:1.4375rem;top:45.5625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7wR0iayzaUcLs5mMFkhSWf7EZ2WiRD3 { width:7.625rem;height:1.29980625rem;top:45.625rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UILwL85RQ7euMGpcGM1S1cwgCdeoq49m { display:block; }#UILwL85RQ7euMGpcGM1S1cwgCdeoq49m > .row .container { width:20rem;height:100rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uf205d28170a0e87264620904055a03e { width:20rem;height:1.6308625rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #If7c5a19743669b168091b0d31f5ba40 { width:15.375rem;height:2.875rem;top:93.875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M726976a330474e21fa736e07288a803 { display:block; }
 }@media only screen and (max-width: 763px) { #g09d75ac3163d519ef0b35d0b73ed702 { width:18.0625rem;height:10.1875rem;top:35.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s81b7595bc08964a7b64ba03970f677b { width:14.5625rem;height:1.4624rem;top:59.9375rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f52e8b2b3eb4acc7b8c7db73d306b446 { width:14.5625rem;height:1.4624rem;top:44.875rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u46fca156f489919ea29c1cd88f111bf { width:19rem;height:10.75rem;top:20.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a68e13d05cef856ddfa72f4cd473f6fc { width:14.5625rem;height:1.4624rem;top:30.875rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X865c2458a483e93169c9361a0b11091 { width:18.25rem;height:10.3125rem;top:5.1725263595581rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8f2e6d8f7c62e4b6d7413778817b972 { width:17.6875rem;height:9.9375rem;top:50rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddea1e737154225132fe365bc25964ed { width:13.1875rem;height:1.4624rem;top:88.1875rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4403ffa57f643f32d456fc9e89a8974 { width:13.1875rem;height:1.4624rem;top:74.125rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8300969b5de7548da959ef2ba94dea0 { width:13.1875rem;height:1.4624rem;top:15.485027313233rem;left:3.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jc14a2ce76c17fa386ba96596c280da7 { width:18.25rem;height:10.3125rem;top:78.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb963ab0576663f8ceac48196e1c46a6 { width:20rem;height:0.9746125rem;top:97.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQlhApi1MN1aQ7I7oq5upiVUwXE8oeKM { width:18rem;height:10.125rem;top:64.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czF6tvoEcr8TpCAOmSIgTxzVsnGFdlVH { width:20rem;height:0.75rem;top:3.173825rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ts3Cs2u0LAQg6GuiK6m6NGe2JCJmtaud { width:8rem;height:1.4375rem;top:17.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIIW4noWhngrazN7OCkq7PieWuzX4Rnm { width:7.625rem;height:1.29980625rem;top:17.5625rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VacCLBLq7PccbCAywmW7pSTe0nLainBA { width:7.625rem;height:1.4375rem;top:75.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOnUCwS9WFpdLSlQiT61vn8HXdBqkEKO { width:7.625rem;height:1.29980625rem;top:89.9375rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sDkcnTKERpoWTkZvRPdFRQGStV0CEx45 { width:7.4375rem;height:1.4375rem;top:89.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ory7w7XLLFUu0zwmhOFN3SlEoJ42d2DQ { width:7.625rem;height:1.29980625rem;top:75.9375rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fddeKblUTliImyyfSKpT6KT42RcdQ9UI { width:8rem;height:1.4375rem;top:32.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrcry8FIGCa9qGHI734kuwKE10WqTUOg { width:7.625rem;height:1.29980625rem;top:32.5625rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSldTfU8CEbMBZH4NoTVkZylEmEwcpxi { width:7.625rem;height:1.4375rem;top:61.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWvlTspWeUUL4HVZPWaNfRP81S1IzfeX { width:7.625rem;height:1.29980625rem;top:61.75rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5MdmPuIzz6vNRJHKmMEd6yIKFcyTLA7 { width:7.625rem;height:1.4375rem;top:46.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5OI6TlxasR9Tbi0VzQrmsbL7cz4BtXp { width:7.625rem;height:1.29980625rem;top:46.5625rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;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:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Op85Mrmcc28gp2W9quVhIeVVuq615Lb7 { width:19.5625rem;height:7.6875rem;top:9.0625rem;left:0.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ApJXoXmLnSwtQ4IHbgtFkA11zhO0LnUC { width:20rem;height:11.875rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HScmMLRFhFt8UMMTlcZzUlnr7HxXdWrf { width:17.37425rem;height:3.57486875rem;top:3.1875rem;left:0rem;font-size:2.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mau36byRrHnDw0LJyVIoAlsX9g5ZU9kc { width:16.9995rem;height:2.1933625rem;top:6.125rem;left:0rem;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:29.5rem;left:1.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #KfeaWNUhortbtL0y6L8WbO3f7ScfrtbZ { width:16.875rem;height:4.875rem;top:32.25rem;left:1.625rem;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.31055rem;top:38.875000953674rem;left:3.9381513595581rem;font-size:0.875rem;z-index:15007;background-color:#9b0808;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffedf2;display:block; }
 }@media only screen and (max-width: 763px) { #qM60tkSPRHO044VNtdqIz7GQEUkKJoFH { display:block; }
 }@media only screen and (max-width: 763px) { #VmT1dJFNmuGlQMWxmf64WbKPfzMkwAGu { width:8.8736875rem;height:1.29980625rem;top:1.9375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXI4HpsIqDIQdVv8OG7UHsWXCz32FexM { display:flex;width:2.25rem;height:2.25rem;top:1.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IcHyVRRw9BVRkWNAoS94lDkh8m3vks1s { width:8.375rem;height:1rem;top:29.5rem;left:1.4375rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #BQMGIL2J4k6TCcuqebrmULnon6mPgpcf { display:block; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row .container { width:20rem;height:41.625rem;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.93675rem;height:3.57486875rem;top:1.8125rem;left:6.0625rem;font-size:2.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GKrHa394xO1nTCIlz3HTZW2oiNift60R { width:18.4375rem;height:1.950075rem;top:4.875rem;left:1.5625rem;font-size:1.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oKQtr1wfCpWuHoXtVd2BhVK4kpdkVkl2 { width:17.75rem;height:7.82228125rem;top:29.6875rem;left:1.1875rem;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.65625rem;top:33.0625rem;left:1.1875rem;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.1230625rem;height:2.3112rem;top:37.508463382721rem;left:3.9381513595581rem;font-size:0.875rem;z-index:15008;background-color:#9b0808;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffedf2;display:block; }
 }@media only screen and (max-width: 763px) { #ZE9llQXXsvM0vdffbgenJwPP3iZ1klAc { display:block; }
 }@media only screen and (max-width: 763px) { #WCXUmuHtMEXO1O9iOKzWRpVZxMUnTlxD { width:14.0625rem;height:1.1875rem;top:29.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vzs7tlJmTBFNKeav9SlcuE5e0xDQWKx9 { display:block; }#Vzs7tlJmTBFNKeav9SlcuE5e0xDQWKx9 > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khdv6n78sWkZTN1opISXMnBIrG3sSx7f { width:20rem;height:0;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIRUs6myn7tRaBEoGLzm5BVTGyMy9Q1k { width:18.25rem;height:2rem;top:18.488934516907rem;left:0.8326823711395rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbztC12vHAX4lrmso7ZLfX0dt8c6JyPM { width:20rem;height:1.94986875rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRiNcoExe9sg1UE5JO3xEIr6HdAv9RBm { width:20rem;height:0.9746125rem;top:4.44921875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITZtmE8JKTT0GA7mfoE00zyzqmTRfBg6 { width:17.875rem;height:6.82225rem;top:21.0625rem;left:1.0625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #fZ8z52g58vMBEHhCSzdJeWbQWIaDE6p4 { width:17.625rem;height:1.625rem;top:18.729168891907rem;left:1.1451823711395rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3ZOAmatwmQZG88vRyrfrExc00bdIG37 { width:11.3125rem;height:2.375rem;top:28.937481880188rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWkZed3yRZFMIPw7XcpL8wWu1iRb27Iq { display:block; }
 }@media only screen and (max-width: 763px) { #LzgaFtqWc8f6Sq48qWVQBsehHCS4TQzf { width:15.875rem;height:1.4375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqyJFwUADXMoSXMbbBbrcNWfTVrZ6kwM { width:16.9375rem;height:1.21875rem;top:1.2604169845581rem;left:0.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sz42iM7cPU7LVSNd2MgIrakNATLtTFI5 { width:18.4375rem;height:12.125rem;top:5.9166669845581rem;left:0.78125rem;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) { #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.3125rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #KmhFqwrO3mpwBIeZJGsoVULzc4xH41yr { width:19.8125rem;height:auto;top:56.1875rem;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:56.1875rem;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:55.25rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #OqP4UrpdnttTEAvBITmpee3khMMzzJRr { width:19.875rem;height:14.5625rem;top:55.25rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #zAs3RJMeuMcmVub2HLpdznf6zgzuKKUE { width:19.8125rem;height:auto;top:56.1875rem;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.6875rem;height:3.5rem;top:64.9375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpZ3g8wk3dBDUCaDb6hod7O33xAp1qy1 { width:3.75rem;height:3.75rem;top:64.8125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6STfSnMIWzLkV8vGPnwQh54divI3115 { display:flex;width:6.125rem;height:6.125rem;top:62.75rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGm5avzokDqlveF3ewVpD2f6GpQEBJpB { width:3.75rem;height:3.75rem;top:65rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTa0ZXzdWZDcXA8DXaKbdBPNwN7TBTVz { width:14.3125rem;height:auto;top:66.375rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fC2Poutrvk2mlL9AyFIByJumGBGhxZRq { width:14.3125rem;height:auto;top:66.3125rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOT4DaFlsIf6KBQrSiqb35OBiuh1k9Tr { width:14.3125rem;height:auto;top:66.375rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRezsF3058d9FAMCykJEDxniwahElbgn { display:flex;width:6.125rem;height:6.125rem;top:62.875rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rb7ppEPp9FF5eHmpusJhQmdOVbxc36zl { display:flex;width:6.125rem;height:6.125rem;top:62.75rem;left:6.9375rem;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:1.9494625rem;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) { #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) { #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.2749rem;top:1.9375004768372rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsMZmArMK7AbNzha6oxdXoZhnbp922wA { width:20rem;height:2.4375rem;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:5.1875rem;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.05615rem;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.05615rem;top:2.5625rem;left:11.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }