.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:transparent;background-image: -webkit-linear-gradient(73deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(73deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(73deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(73deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(73deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:cover !important;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); }#pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J { position:relative;display:none; }#pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J { border-width: 0; border-radius: 0; }#pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vXsPM6QD7cgtJQs8rfNrnkCVEtcuozfk { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:unbounded;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:2.7434897422791rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:none; }
#utT8VMcZzqnTGHawRnBgaLnlTBL5uTsH { color:rgba(var(--color-tertiary-4),1);display:block;width:74.62125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:15.10546875rem;left:0rem;height:4.38541875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Wrer58IIN7pdrsIdnb7DJy75KVpsrP8f { position:absolute;display:block;z-index:15203;height:21.7480625rem;width:38.75rem;top:30.75rem;left:1.9986991882324rem;display:none; }
#p0T0xkXQxmS6Hcy0yaiuZRvfGAn7J8aC { position:absolute;display:block;z-index:15203;height:21.7480625rem;width:38.75rem;top:30.75rem;left:1.9986991882324rem;display:none; }
#kFdHR35Rszc3lCTx92H9PT0LkJNnHknz { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:unbounded;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:2.7434897422791rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OZJA54iV5TOJWOdEz1eKRLhbgIlfQqEy { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:unbounded;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:2.7434897422791rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xbXxzShNgGwLG4us6chKuTMtq1wklhxb { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#gqdwFALzEGQVORKI7eeat1EVqsCI2TNG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2));display:none; }
#CpwSCPH5ZofyKL2wcHUlDhopTdFx1hTK { color:rgba(var(--color-tertiary-4),1);display:block;width:74.62125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:15.10546875rem;left:0rem;height:4.38541875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yvKl5cOaC9F1RV7mqDP8ub1pSKnXQZoP { color:rgba(var(--color-tertiary-4),1);display:block;width:74.62125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:15.10546875rem;left:0rem;height:4.38541875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Sd6D78n6FAS9MWo8m6moFCXmv8PUr11D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2));display:none; }
#X6tFofO3lSBEIRNEkXUeLOB72nsRGWK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:74.62125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:15.10546875rem;left:0rem;height:4.38541875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TlTupivmJzDBhNIso00lcyoT4QZEhwEU { position:relative;display:none; }#TlTupivmJzDBhNIso00lcyoT4QZEhwEU { border-width: 0; border-radius: 0; }#TlTupivmJzDBhNIso00lcyoT4QZEhwEU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TlTupivmJzDBhNIso00lcyoT4QZEhwEU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DBNKqXnDKV7Tll51ESp0fZs6bM78MHkx { position:absolute;display:block;z-index:15203;height:21.7480625rem;width:38.75rem;top:30.75rem;left:1.9986991882324rem;display:none; }
#LArkpu3q6zwWmUcRKVCVaeuJDS77HJTl { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:unbounded;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:2.7434897422791rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ae0000, #ffffff);background-image: -moz-linear-gradient(180deg, #ae0000, #ffffff);background-image: -ms-linear-gradient(180deg, #ae0000, #ffffff);background-image: -o-linear-gradient(180deg, #ae0000, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ae0000, #ffffff);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:816.75rem;width:75rem;overflow:visible;position:relative;display:block; }#E8Rms8zgrfBl1EiFmHOqeZ4fhqVHspUv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:3.931640625rem;left:0rem;height:10.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sEzyyp2dPwKWOHZzt2c9K6TuHCEg94uL { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1230625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:69.857421875rem;left:3.904296875rem;height:25.0195rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JaVK3aVVPez7SgLpkmyNy7oNLqOeXQhH { box-sizing:content-box;height:77.0625rem;width:29.5rem;position:absolute;display:block;z-index:15009;background-color:#fafafa;background-image:none;top:30.375rem;left:42.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;display:block; }
#GJDm3GgXtDG89eChigMLHy2MusoyHTEs { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6855625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:97.05078125rem;left:4.123046875rem;height:34.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kC6swlKfiZc4m2JVPTffm27XLUCm3hcR { color:rgba(var(--color-tertiary-4),1);display:block;width:31.7480625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:133.560546875rem;left:3.904296875rem;height:34.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XnUTgr6ENERFpZDplTJK379QUmaDB5Mr { box-sizing:content-box;height:3.624025rem;width:26.7480625rem;position:absolute;display:block;z-index:15010;background-color:#c43636;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:44.375rem;display:block; }
#V8nzzzAC7A5BuLtSUyBviXTTCzApnZEu { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8100625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:35.5625rem;left:42.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZxUJwPtfsGvttaXCNFvqTxhGG6BN3a5m { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9365rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:60.9375rem;left:41.3125rem;height:1.54394375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eVriQk5GXO5Q4exqXsDGqS5b9mUBf8Uf { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8115rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:63.375rem;left:41.875rem;height:5.3624125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AVb47XtaiNO1WgzCmhpcwZWl5xRlPr3t { color:rgba(var(--color-tertiary-4),1);display:block;width:27.624rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:70.25rem;left:43.9375rem;height:5.60546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WL5myKu46TbCKh79Gc7gZs59qyv4Z07p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.9362rem;width:5.9362rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:76.50000190735rem;left:54.71875rem; }
#Xry1eCW8APlZrWm6PnpqR4NTZbstwfz5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c43636, #000000);background-image: -moz-linear-gradient(180deg, #c43636, #000000);background-image: -ms-linear-gradient(180deg, #c43636, #000000);background-image: -o-linear-gradient(180deg, #c43636, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c43636', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c43636', endColorstr='#000000' );";background-image: linear-gradient(180deg, #c43636, #000000);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.624rem;height:5.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:83.6875rem;left:43.9375rem;display:block; }
#PPs2sNuQPC12FFI6TesTp9udNcOrtraT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iAyNVQxRBa3h7DpTlzoBr1prD3hIQsZL { color:rgba(var(--color-tertiary-4),1);display:block;width:28.437rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:90.125rem;left:43.5rem;height:2.2721375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yZ9bh8QwipTaS7CLdNnfsRPEnGGGze7b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:94.867195129394rem;left:44.375rem; }
#iwexzE5JXX75i80B3h97GTycMOvl0o5w { color:#c43636;display:block;width:22.749rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:95.625rem;left:48.4375rem;height:3.0859375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZqB1Jkknh2oWyfleuF9C0TOfBVDf4zxq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5620125rem;width:5.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:101.4375rem;left:44.375rem; }
#nReL4ULf7OSwwGaQXw04TD9xeD7T1TGp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:101.5rem;left:50.375rem; }
#NCIqBf4e7DeWTDKlQfkv9ee9tZwiRR5c { box-sizing:content-box;height:0.375rem;width:27.625rem;position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;top:100.3125rem;left:44.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#kGoVJIPqmW2NCxRV9ZrAMQsUCCWKboF8 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.1875rem;width:6.9375rem;top:102.625rem;left:56.375rem;overflow:hidden;display:block; }
#ihhB4zgxEhN0CL5tbC0CtslFF2dB1Obv { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.061525rem;width:8.25rem;top:101.1875rem;left:63.6875rem;overflow:hidden;display:block; }
#lW3FymsiZxpHdG44CdbKTOpXhMnmPnEv { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:146.75rem;left:43.25rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ano1RHT3mW9JREk8I2d3XAhFMaOTldDF { 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:27.0615rem;width:27.0615rem;top:110.21484375rem;left:43.71826171875rem;overflow:hidden;display:block; }
#ST97cDH3AcexreWaelMDL2u306Kb39S3 { box-sizing:content-box;height:222.3125rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-4.68798828125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#oUdfeVUhkufcTy1M55HDvc19K5ZPOCzf { color:rgba(var(--color-tertiary-4),1);display:block;width:74.62125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.04296875rem;left:0rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NJmzx0wAw12WPpknfo9zGl4p4RemN6PO { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9995rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:243.060546875rem;left:3.216796875rem;height:31.681875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UI6MK1XizThGKlrbTZRTglDsRscK2Q2M { box-sizing:content-box;height:7.6875rem;width:29.9375rem;position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:138.0625rem;left:42.75rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#fckVlH8tKolL3e1iN0xAZDy36HaylHrq { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:138.81884765625rem;left:42.99755859375rem;height:6.17431875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTsCCErmH6KyU0ZoOaQXz02Je8EELuEc { box-sizing:content-box;height:52.8125rem;width:29.625rem;position:absolute;display:block;z-index:15032;background-color:#f1f1f1;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:144.75rem;left:42.875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#rnO61lPSa2ZCePv0So5Q5Balx3iJgKP7 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:288.21411132812rem;left:3.27880859375rem;height:51.9748125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HGnmMSwSzNcTbemgLLzuR4kGqK0OoD7g { color:rgba(var(--color-tertiary-4),1);display:block;width:53.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:352.5rem;left:19.8125rem;height:12.67575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NsIX325GymxHKTiLH8zCgtxII2VVMdmo { 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:11.9995rem;width:16.25rem;top:352.5rem;left:2rem;overflow:hidden;display:block; }
#NcP4QoWRo8zNONcR2nLyHmRbHeImZyyM { box-sizing:content-box;height:15.125rem;width:71.5625rem;position:absolute;display:block;z-index:14999;background-color:#f1f1f1;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:351.2490234375rem;left:1.68701171875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#P3rocuHOUuQCPwfszDbnETry7kWhbwid { box-sizing:content-box;height:7.6875rem;width:32.8125rem;position:absolute;display:block;z-index:15011;background-color:#c43636;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:60.505859375rem;left:4.05859375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#BgquisGQhKqZddQCUT3JflCvD2mpFJfx { color:rgba(var(--color-tertiary-4),1);display:block;width:72.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:368.8125rem;left:1.4375rem;height:6.82725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t8rZ5urlJzVMCsQxSOC9TQShIS7mdMtD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c43636, #000000);background-image: -moz-linear-gradient(180deg, #c43636, #000000);background-image: -ms-linear-gradient(180deg, #c43636, #000000);background-image: -o-linear-gradient(180deg, #c43636, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c43636', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c43636', endColorstr='#000000' );";background-image: linear-gradient(180deg, #c43636, #000000);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:59.43725rem;height:7.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:378.5625rem;left:7.8125rem;display:block; }
#FoDb8kJ7nZ45m4GNX4q1NTy2UTuTuVz1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y9hKD7WP20oRaQm0oNPMe0U4fP387y9R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:387.1875rem;left:23.25rem; }
#br02JxvUxH3L8ERByAblaFuKF1C3TeHX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:387.25rem;left:29.6875rem; }
#l5Wtz5IsyzuIqa6Rl3dQQN9JuKMUffGi { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.1875rem;width:6.9375rem;top:388.375rem;left:36.25rem;overflow:hidden;display:block; }
#ETUnZJA2vau3CZZZfAkSyX66zib69pX3 { 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:6.0625rem;width:8.25rem;top:386.9375rem;left:43.625rem;overflow:hidden;display:block; }
#sJGyuGsgdqHNmwabLZOvHpPSiJTJMohG { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:172.041015625rem;left:3.904296875rem;height:9.09725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IhgH7aQFucr8F7Ep4f3qC8bg6DNyTwbm { position:absolute;display:block;z-index:15046;border-top:0.375rem solid #c43636;border-left:0.375rem solid #c43636;border-right:0.375rem solid #c43636;border-bottom:0.375rem solid #c43636;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:27.0615rem;width:19.749rem;top:189.50830078125rem;left:19.21875rem;overflow:hidden;display:block; }
#vXLps3H55IBnhFOrgUWfHiT9RhSlvJdA { position:absolute;display:block;z-index:15045;border-top:0.375rem solid #c43636;border-left:0.375rem solid #c43636;border-right:0.375rem solid #c43636;border-bottom:0.375rem solid #c43636;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.624rem;width:18.8115rem;top:183.6650390625rem;left:1.81201171875rem;overflow:hidden;display:block; }
#JbqXGA0vtUQaChxIGQc7J1PZLUEUnUwH { position:absolute;display:block;z-index:15045;border-top:0.375rem solid #c43636;border-left:0.375rem solid #c43636;border-right:0.375rem solid #c43636;border-bottom:0.375rem solid #c43636;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:25.875rem;width:35.4375rem;top:211.693359375rem;left:2.40380859375rem;overflow:hidden;display:block; }
#c6ynnN7UxwdvaX7KivUnqkE0sftoxN67 { 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:8.3745rem;width:12.249rem;top:198.09228515625rem;left:8.52978515625rem;overflow:hidden;display:block; }
#blzc01zOa8285fXCqGMJeIZ0kO9llikT { position:absolute;display:block;z-index:15049;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.3730625rem;width:12.2475625rem;top:206.46533203125rem;left:24.09375rem;overflow:hidden;display:block; }
#R5OsRiWRku2IBRa4flTVS19wMxASdF7i { position:absolute;display:block;z-index:15051;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:13.125rem;width:9rem;top:224.5927734375rem;left:7.81201171875rem;overflow:hidden;display:block; }
#NXBGnJt6U99Dmh5PvuZaKntI5KTQfpNX { box-sizing:content-box;height:1.9375rem;width:10.0625rem;position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:235.65478515625rem;left:22.71826171875rem;display:block; }
#dMrkQ0rFX2suUdqcku9RZUuRJex85Dpc { box-sizing:content-box;height:10.375rem;width:36rem;position:absolute;display:block;z-index:14999;background-color:#c43636;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:171.400390625rem;left:3.216796875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#SoBmZ4Kou41V6Gmqi3541fBzPgXTg79Q { box-sizing:content-box;height:190.25rem;width:72.5625rem;position:absolute;display:block;z-index:15126;background-color:#ededed;background-image:none;top:393.74853515625rem;left:1.18359375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #929292 ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#HSWcbQMHw7AeVfFwASbMWVxFVRgeoIWN { position:absolute;display:block;z-index:15127;border-top:0.3125rem solid #c43636;border-left:0.3125rem solid #c43636;border-right:0.3125rem solid #c43636;border-bottom:0.3125rem solid #c43636;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:12.4365rem;width:12.4365rem;top:396.21826171875rem;left:31.00048828125rem;overflow:hidden;display:block; }
#BBxLbdMGZT12xlJWm9ON9nt0u8k0gA17 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4995rem;width:6.4995rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;opacity:1;top:406.9365234375rem;left:34.248046875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#NNA3BHs77yUZUP3dZoedizlCIcuZ9Ep8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3745125rem;width:5.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:405.498046875rem;left:29.84326171875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#GGtk1HU0lNiRGw1naTloPECo1HwGz2of { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.686525rem;width:5.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:405.498046875rem;left:39.9375rem;filter: drop-shadow(0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#kKzzaUgvukwbubHvJCUDJoxll06xTLdy { color:rgba(var(--color-tertiary-4),1);display:block;width:65.936875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15141;line-height:1.3;letter-spacing:0;top:414.18310546875rem;left:4.53076171875rem;height:123.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ivuwHoMUzHruhZnUL0Qd6sls2SK9RfkJ { position:absolute;display:block;z-index:15142;border-top:0.375rem solid #c43636;border-left:0.375rem solid #c43636;border-right:0.375rem solid #c43636;border-bottom:0.375rem solid #c43636;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:19.875rem;width:14.874rem;top:418.775390625rem;left:5.841796875rem;overflow:hidden;display:block; }
#nIWfK6FS9ZbWQflEmpu4GRD1XzwHBLPE { position:absolute;display:block;z-index:15146;border-top:0.375rem solid #c43636;border-left:0.375rem solid #c43636;border-right:0.375rem solid #c43636;border-bottom:0.375rem solid #c43636;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:19.812rem;width:14.187rem;top:422.15625rem;left:14.84326171875rem;overflow:hidden;display:block; }
#shN3WXJXdaaLBJMMck5cX4niOQwIH9Of { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1850625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15174;line-height:1.3;letter-spacing:0;top:422.994140625rem;left:33.17431640625rem;height:12.1853125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mh8LJ27FqXImNRoLzpfbOb6TqQQTR1Vb { position:absolute;display:block;z-index:15150;border-top:0.375rem solid #c43636;border-left:0.375rem solid #c43636;border-right:0.375rem solid #c43636;border-bottom:0.375rem solid #c43636;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.1245rem;width:25.125rem;top:449.93115234375rem;left:4.53076171875rem;overflow:hidden;display:block; }
#AaJZBr5KL6RMkxhiMfwdssWeVhXHrRsb { position:absolute;display:block;z-index:15151;border-top:0.375rem solid #c43636;border-left:0.375rem solid #c43636;border-right:0.375rem solid #c43636;border-bottom:0.375rem solid #c43636;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:17.0625rem;width:24.0600625rem;top:446.0859375rem;left:15.8203125rem;overflow:hidden;display:block; }
#t67FeGTildXkFORTxv5blnLFFyW2x4AV { box-sizing:content-box;height:1.375rem;width:7rem;position:absolute;display:block;z-index:15152;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:462.01904296875rem;left:29.5615234375rem;display:block; }
#JUrVXxVdczTQNUzOWMiEOqgsOXWH73DZ { box-sizing:content-box;height:1.375rem;width:8.25rem;position:absolute;display:block;z-index:15153;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:466.7490234375rem;left:19.21875rem;display:block; }
#VzkaNEl8BbKs48uIWOFlv1PJvRXmhTNW { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0600625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15178;line-height:1.3;letter-spacing:0;top:448.61865234375rem;left:43.1865234375rem;height:17.0594375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bs1Tftto8AHdUerTbqkrIeDIc85tKl7J { position:absolute;display:block;z-index:15157;border-top:0.4375rem solid #c43636;border-left:0.4375rem solid #c43636;border-right:0.4375rem solid #c43636;border-bottom:0.4375rem solid #c43636;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11.3745rem;width:34.9365rem;top:475.14697265625rem;left:3.96826171875rem;overflow:hidden;display:block; }
#FACIRC3kT3kZ4vWTCbCgxoxLJhpkAxCN { position:absolute;display:block;z-index:15156;border-top:0.375rem solid #c43636;border-left:0.375rem solid #c43636;border-right:0.375rem solid #c43636;border-bottom:0.375rem solid #c43636;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11.1875rem;width:35.8125rem;top:483.9287109375rem;left:5.90625rem;overflow:hidden;display:block; }
#QAXHNVhaqBILMrIAWSwKn7h2xs3lW0lU { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0600625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15182;line-height:1.3;letter-spacing:0;top:478.623046875rem;left:43.1865234375rem;height:12.1853125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfJhEcRNV7wH4KPnZUmFlqdiTiLaoHrN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.9375rem;width:6.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:446.4052734375rem;left:32.1533203125rem; }
#pSzrMJM55uZkywQZDXewiPMcw9AZivJn { box-sizing:content-box;height:4.0625rem;width:10.1875rem;position:absolute;display:block;z-index:15172;background-color:#c43636;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:422.15625rem;left:46.4443359375rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#DPA0lvFDHdqtefrOtQhBOe9cpkuagsrH { box-sizing:content-box;height:3.624025rem;width:10.062rem;position:absolute;display:block;z-index:15176;background-color:#c43636;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:448.06201171875rem;left:51.685546875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#HEQGrXxi1OMAwHRe8VFJ0dBpkKJNvNUK { box-sizing:content-box;height:3.625rem;width:20.3125rem;position:absolute;display:block;z-index:15181;background-color:#c43636;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:478.060546875rem;left:46.4990234375rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#XSsBcFgSfCEWvxaRUGEQwgBk3m9J4KaZ { position:absolute;display:block;z-index:15173;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.999rem;width:14.8125rem;top:422.15625rem;left:25.8193359375rem;overflow:hidden;display:block; }
#WSnv76nJAIzEdVQC5w4qsKITGVTdXC1y { position:absolute;display:block;z-index:15177;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.1230625rem;width:13.4355625rem;top:448.61865234375rem;left:35.96484375rem;overflow:hidden;display:block; }
#Ir5Aq7DN6cHQbC7Lz12d59PGPTcXGC6t { position:absolute;display:block;z-index:15180;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.1230625rem;width:13.4355625rem;top:477.498046875rem;left:35.1240234375rem;overflow:hidden;display:block; }
#WgMPi6BzLLIS7DoymugrIHT4gvD0AaMH { position:absolute;display:block;z-index:15166;border-top:0.4375rem solid #000000;border-left:0.4375rem solid #000000;border-right:0.4375rem solid #000000;border-bottom:0.4375rem solid #000000;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:23.7495rem;width:17.6865rem;top:502.11767578125rem;left:6.5009765625rem;overflow:hidden;display:block; }
#pid2qyHP4bpwegmSsdh6Hei4xrSsC2lW { position:absolute;display:block;z-index:15167;border-top:0.4375rem solid #000000;border-left:0.4375rem solid #000000;border-right:0.4375rem solid #000000;border-bottom:0.4375rem solid #000000;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:24.8745rem;width:18.4365rem;top:506.93115234375rem;left:18.24755859375rem;overflow:hidden;display:block; }
#w1K3Iqwn3ZOgEMO7EBoNPblmZiA1xIVb { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:504.24462890625rem;left:40.8095703125rem;height:26.315125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dUJGcVCfkwVp45XeubouLkM1gK1Bvc7l { box-sizing:content-box;height:3.625rem;width:14.6875rem;position:absolute;display:block;z-index:15184;background-color:#c43636;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:503.40087890625rem;left:47.8193359375rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#vX2Vm2wz8NTu27FgtERAAnrzKQg2FJN0 { position:absolute;display:block;z-index:15185;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.1230625rem;width:13.4355625rem;top:503.40087890625rem;left:33.71630859375rem;overflow:hidden;display:block; }
#vunXT8yS7MFDn13FRsGwftVR3uQtS8o5 { box-sizing:content-box;height:0.3125rem;width:64.5rem;position:absolute;display:block;z-index:15169;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:536.8740234375rem;left:5.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Qh4ZUobtL1Zca0TdKWcBGsewigrTf756 { box-sizing:content-box;height:15.875rem;width:36.875rem;position:absolute;display:block;z-index:15170;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:421.59375rem;left:33.486328125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#gd1E81TxWEGT0VEZykS4XNWMqecAOMhD { box-sizing:content-box;height:19rem;width:27.3125rem;position:absolute;display:block;z-index:15171;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:447.40673828125rem;left:42.92431640625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#McJ6JyE5bfOTTK9JPots1aBnfNWldJng { box-sizing:content-box;height:13.9375rem;width:26.625rem;position:absolute;display:block;z-index:15172;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:477.18505859375rem;left:43.3115234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#t9ouElxh6bhzT629tu3b5UZIxTkDHPlK { box-sizing:content-box;height:28.5rem;width:29.5625rem;position:absolute;display:block;z-index:15173;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:502.68603515625rem;left:40.57080078125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#HDZCSsDZ3XWKM8faWg3g3HIfnEBho7NP { box-sizing:content-box;height:608.186875rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:206.46533203125rem;left:0rem;display:block; }
#phq4i3IrETxZncNrU6vTPWlbgXhuRvTE { position:absolute;display:block;z-index:15188;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:25.1850625rem;width:25.1850625rem;top:598.25rem;left:47.25rem;overflow:hidden;display:block; }
#BC8J6alV97cr6nWg764TNh8txnGfXaXv { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:590.75rem;left:2.40234375rem;height:5.0372875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JdIQrtJhz2glkl1IwQt1EydX1eL6zQVB { color:rgba(var(--color-tertiary-4),1);display:block;width:62.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:595.875rem;left:2.7490234375rem;height:34.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wSkdZ7qWX5wBTCBOXZQHxq1o0UzEPp6p { box-sizing:content-box;height:108.25rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#ececec;background-image:none;box-shadow: 0.0625rem -0.0625rem 0.5rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:636.24609375rem;left:0rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#iLS66pOpFQiQFWTkFf2SB35itSvbCqmm { color:rgba(var(--color-tertiary-4),1);display:block;width:72.873125rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15189;line-height:1.3;letter-spacing:0;top:639.52734375rem;left:1.0625rem;height:6.6623125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZCa94XPRAX6Z8zv1lUhGIXoOAJqtnIpM { box-sizing:content-box;height:8.0625rem;width:69.060625rem;position:absolute;display:block;z-index:15174;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:638.82421875rem;left:2.96875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#hOJGMN6luIvH4f8Sq6ySNTiy4aldo6Pf { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3115rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:651.5625rem;left:37.5rem;height:22.7430625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OziwB2E4TaLWQfIKBePZy5fuWpd5pf6c { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:685.9365234375rem;left:37.6240234375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b2T1xJpGR2OSty3iDmaHvC9Z23ufMcpF { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:691.8125rem;left:3.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H2rEq6Ehqgyrepq89VtBris2acpXGGAi { box-sizing:content-box;height:51.1875rem;width:32.25rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:689.8125rem;left:2.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#r9ySeD4QrCfJXz615ravAPc0lOraIn70 { box-sizing:content-box;height:7.6855625rem;width:32.2485625rem;position:absolute;display:block;z-index:15043;background-color:#000000;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:683.125rem;left:2.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#kCciTlIznLU8KffTIVvweW7orotSA63I { color:#ffffff;display:block;width:31.9360625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:683.75rem;left:3.125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PDFKH97FiOoFLiNi1lG6i1KUMHus4TEE { color:#c43636;display:block;width:28.125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:773.375rem;left:24.8125rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xxiQtdhKNozW2mU9yFTxBmyKLE0amgm7 { box-sizing:content-box;height:0.375rem;width:31.1875rem;position:absolute;display:block;z-index:15035;background-color:#000000;background-image:none;top:777.875rem;left:21.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#JCxsZlGzhXNGrxqaLMqNS4sZXVdX2E97 { 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:6.0625rem;width:8.25rem;top:777.9375rem;left:43.875rem;overflow:hidden;display:block; }
#lPDyotgKneRJGvHhT5W5r1wEJ2gVLcD1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:778.25rem;left:30rem; }
#cFmMoVCliRqTgbsNA50It6QtED2mbuAJ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.1875rem;width:6.9375rem;top:779.375rem;left:36.4375rem;overflow:hidden;display:block; }
#Gkh4dcqnCtTURWnaBAfM8QG7wvk3eG7w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:778.1875rem;left:23.5rem; }
#KvnsqudbdovQyv8wCcaoa7tWLDHMCKRX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:772.75rem;left:22.125rem; }
#qKOTVOxXZ0fvylHBaVM1TfRcHr2kFw21 { color:#c43636;display:block;width:68.373125rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15190;line-height:1.3;letter-spacing:0;top:751rem;left:3.3125rem;height:6.6623125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTwuQboLqJt0qbXyOlapcNLyRIzNa8nt { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c43636, #000000);background-image: -moz-linear-gradient(180deg, #c43636, #000000);background-image: -ms-linear-gradient(180deg, #c43636, #000000);background-image: -o-linear-gradient(180deg, #c43636, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c43636', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c43636', endColorstr='#000000' );";background-image: linear-gradient(180deg, #c43636, #000000);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:59.4355625rem;height:7.8105625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:761.1875rem;left:9.09375rem;display:block; }
#JF6kVypXWGvk04wlqUBt9TBKbAIo2BMd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mtbpa7tHSiUEtTZ43Or4bznJ1pOdlLg4 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6865234375rem;position:absolute;font-family:lora;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:794.9375rem;left:28.6875rem;height:1.2999125rem;display:block; }
#c4Jabkbdgra71EH85gHoF6LRXrleTlFS { color:#000000;display:block;width:60rem;position:absolute;font-family:lora;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:798.25rem;left:7.5rem;height:14.768875rem;display:block; }
#OT5pTH5252q4IVD52XOTkV6JTx1lC4LM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9990234375rem;position:absolute;font-family:lora;font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:794.9375rem;left:39.375rem;height:1.2999125rem;display:block; }
#fTFir3RxSxL0p9086Fm8F21Gx6m0L0sC { position:absolute;display:block;z-index:15193;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:22.1865rem;width:28.5rem;top:37.1875rem;left:43.5rem;overflow:hidden;display:block; }
#ZtIKkymQWwfxsIHTOCXNpinPK80kZobo { box-sizing:content-box;height:9.12475rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:802.0263671875rem;left:0rem;display:block; }
#vBhxZT9TnAuDdrI8ii58OGo45S5THv5E { position:absolute;display:block;z-index:15194;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:26.1875rem;width:33.5625rem;top:651.5625rem;left:2.90234375rem;overflow:hidden;display:block; }
#b8oi3Hoh3EJqWrIX4B5CwiRFrChrrmtf { position:absolute;display:block;z-index:15195;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:45.8100625rem;width:23.4375rem;top:227rem;left:47.75rem;overflow:hidden;display:block; }
#aCHNGqFLz4wDdBAEoEiBJ9CP7pmMEZSC { position:absolute;display:block;z-index:15197;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.375rem;width:24rem;top:276.3125rem;left:47.1875rem;overflow:hidden;display:block; }
#A4taKdF6BEbMCiMLcPw2ksur7T1G052N { position:absolute;display:block;z-index:15198;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:15.999rem;width:23.625rem;top:303.6875rem;left:47.1875rem;overflow:hidden;display:block; }
#pgzrRCX4WUSyuolIlhAKAaJhhBZ33DSe { position:absolute;display:block;z-index:15199;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:11.937rem;width:8.124rem;top:221.5rem;left:56.6875rem;overflow:hidden;display:block; }
#RH4JN2aCDaVydElUEyqLvbKrRInHxAzN { position:absolute;display:block;z-index:15200;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:13.125rem;width:9rem;top:271.75rem;left:52.6875rem;overflow:hidden;display:block; }
#FuTIOkrRpkWD50v3bdcIuHCGZLrIUZ77 { position:absolute;display:block;z-index:15201;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.3730625rem;width:12.2475625rem;top:297.0625rem;left:60.625rem;overflow:hidden;display:block; }
#fwTTyw5lt3fXvOSIVZ3b8UTvSgoEbkCm { position:absolute;display:block;z-index:15202;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:23.25rem;width:23rem;top:325rem;left:47.625rem;overflow:hidden;display:block; }
#RcfHE9czZhTXVmBh8TTPeVRXuET8omUb { position:absolute;display:block;z-index:15202;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.3730625rem;width:12.2475625rem;top:319.5625rem;left:58.0625rem;overflow:hidden;display:block; }
#Li5R13eskwKqLdDB0gHUspyT320B9iEV { box-sizing:content-box;height:130rem;width:25.375rem;position:absolute;display:block;z-index:14999;background-color:#eaeaea;background-image:none;box-shadow: none;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;top:219.25rem;left:46.125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#cQL6QsuowaW8TpPWZNI1o2x0GgTa28WC { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:220.0625rem;left:46.5rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LRqJ5UNNrEw4Eho0xGQu18m7D1Zm7wms { color:#ffffff;display:block;width:35.4375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:60.9375rem;left:2.74609375rem;height:6.82375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VBNbXHSWaKFZ4rHIQNliMPTDamnUhZhW { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:31.539306640625rem;left:43.25rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T97T9OfLsX9LwsmvK8JJIDFsN0XO8tky { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:281.12060546875rem;left:3.14111328125rem;height:4.5486125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xsCXkGeQIB7IK4wi1FzpEtVmue1Wssm3 { box-sizing:content-box;height:2.5rem;width:7rem;position:absolute;display:block;z-index:15053;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:232.81005859375rem;left:30.75rem;display:block; }
#Md2eVeqz04kpUQwL6WyGzK6NR98avuBk { color:rgba(var(--color-tertiary-4),1);display:block;width:66.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:538.74349975586rem;left:4.3125rem;height:42.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h5AlU36uDUFTNkDuF6d7ht1PTdDd4m4B { color:#ce0000;display:block;width:35.3125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:679.65234375rem;left:37.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LuS75WAF1tfOagBQolFPL6TT7auigFMT { position:absolute;display:block;z-index:15203;height:21.7480625rem;width:38.75rem;top:30.75rem;left:1.9986991882324rem;display:block; }
#wWZyTK4F6MDlywxIlGcFRXTdLT355dcI { box-sizing:content-box;height:22.1875rem;width:39.1875rem;position:absolute;display:block;z-index:15012;background-color:#fafafa;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30.5625rem;left:1.8109817504882rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#zdVwORU3oC3Td5r3w3xPtvb9QOeQtsbL { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#N3JwVcGPg4Tq4AQBLB7An9lpXBPlxTZK { box-sizing:content-box;height:3.624025rem;width:26.7480625rem;position:absolute;display:block;z-index:15010;background-color:#c43636;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:44.375rem;display:none; }
#EfkBTvcQqZ8RT49aXJLpeC1WQuWESA2g { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:31.539306640625rem;left:43.25rem;height:3.16894375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JAm5dk2Fs0QRAIQ9IO8fMq71Dbg1W7VA { box-sizing:content-box;height:77.0625rem;width:29.5rem;position:absolute;display:block;z-index:15009;background-color:#fafafa;background-image:none;top:30.375rem;left:42.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;display:none; }
#eBDtsTqeUh5zgeqSfIhLTqUJI66ar8ol { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.8125rem;width:75rem;display:none; }
#zUC0gDJXl30p8TBIdXVT4NWWBb4XkIaB { position:absolute;display:block;z-index:15005;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.1875rem;width:5.75rem;top:86.0595703125rem;left:38.265380859375rem;overflow:hidden;display:none; }
#HTrfIzP8xefwPeft3hpTrmi4lNWMZgmB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.8125rem;width:75rem;display:none; }
#MEJykXFKzdXSEfRyGmiFuvRTGxM2dFN0 { position:absolute;display:block;z-index:15005;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.1875rem;width:5.75rem;top:86.0595703125rem;left:38.265380859375rem;overflow:hidden;display:none; }
#FRd807B4SepWBRnzCaK3WLifHqESORsX { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.8125rem;width:64.3125rem;display:none; }
#PHNVs63Th65kBcsBTEPE1872zkpWZcbM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:6.9375rem;top:51.375rem;left:48.75rem;overflow:hidden;display:none; }
#ERAAXVI4ESgI4nhTlfuDu9V6VfdexNoZ { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:31.539306640625rem;left:43.25rem;height:3.16894375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pWoJtUCZhtKEtaz9dxr8UNRWQ42rX4h9 { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:31.539306640625rem;left:43.25rem;height:3.16894375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tcW2O2iQtaRNPn8lMfDgI3RoLvpuoUdP { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:31.539306640625rem;left:43.25rem;height:3.16894375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KLgIFMwbc1TvzipdkZi5MvpNaofht76c { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#J841QXCGFyHibxxtUqasMgstAOovyN91 { position:relative;display:none; }#J841QXCGFyHibxxtUqasMgstAOovyN91 { border-width: 0; border-radius: 0; }#J841QXCGFyHibxxtUqasMgstAOovyN91 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J841QXCGFyHibxxtUqasMgstAOovyN91 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tIqe1KZDuO6QbL9MdFUG1NeNWwpRXa1E { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c43636, #000000);background-image: -moz-linear-gradient(180deg, #c43636, #000000);background-image: -ms-linear-gradient(180deg, #c43636, #000000);background-image: -o-linear-gradient(180deg, #c43636, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c43636', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c43636', endColorstr='#000000' );";background-image: linear-gradient(180deg, #c43636, #000000);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.624rem;height:5.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:83.6875rem;left:43.9375rem;display:none; }
#k6NF1lmoI8ELSAcb3pKl2uuABVfNqSG0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J { display:none; }#pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vXsPM6QD7cgtJQs8rfNrnkCVEtcuozfk { width:19.8125rem;height:;top:0.6875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #utT8VMcZzqnTGHawRnBgaLnlTBL5uTsH { width:47.75rem;height:4.375rem;top:15.0625rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wrer58IIN7pdrsIdnb7DJy75KVpsrP8f { width:38.75rem;height:21.6875rem;top:30.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0T0xkXQxmS6Hcy0yaiuZRvfGAn7J8aC { width:38.75rem;height:21.6875rem;top:30.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFdHR35Rszc3lCTx92H9PT0LkJNnHknz { width:11.625rem;height:;top:38.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZJA54iV5TOJWOdEz1eKRLhbgIlfQqEy { width:19.8125rem;height:;top:8.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbXxzShNgGwLG4us6chKuTMtq1wklhxb { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqdwFALzEGQVORKI7eeat1EVqsCI2TNG { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpwSCPH5ZofyKL2wcHUlDhopTdFx1hTK { width:3rem;height:;top:13.1875rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvKl5cOaC9F1RV7mqDP8ub1pSKnXQZoP { width:3rem;height:;top:26.4375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sd6D78n6FAS9MWo8m6moFCXmv8PUr11D { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6tFofO3lSBEIRNEkXUeLOB72nsRGWK6 { width:3rem;height:;top:15.1875rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlTupivmJzDBhNIso00lcyoT4QZEhwEU { display:none; }#TlTupivmJzDBhNIso00lcyoT4QZEhwEU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DBNKqXnDKV7Tll51ESp0fZs6bM78MHkx { width:38.75rem;height:21.6875rem;top:30.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LArkpu3q6zwWmUcRKVCVaeuJDS77HJTl { width:19.8125rem;height:;top:4.375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@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) { #E8Rms8zgrfBl1EiFmHOqeZ4fhqVHspUv { width:47.75rem;height:10.875rem;top:3.875rem;left:0rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEzyyp2dPwKWOHZzt2c9K6TuHCEg94uL { width:33.0625rem;height:25rem;top:69.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaVK3aVVPez7SgLpkmyNy7oNLqOeXQhH { top:30.375rem;left:17.6875rem;width:29.4375rem;height:77.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJDm3GgXtDG89eChigMLHy2MusoyHTEs { width:32.625rem;height:34.5rem;top:97rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC6swlKfiZc4m2JVPTffm27XLUCm3hcR { width:31.6875rem;height:34.5rem;top:133.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnUTgr6ENERFpZDplTJK379QUmaDB5Mr { width:26.6875rem;height:3.5625rem;top:31.3125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8nzzzAC7A5BuLtSUyBviXTTCzApnZEu { width:30.75rem;height:1.5625rem;top:35.5625rem;left:17rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxUJwPtfsGvttaXCNFvqTxhGG6BN3a5m { width:31.875rem;height:;top:60.9375rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVriQk5GXO5Q4exqXsDGqS5b9mUBf8Uf { width:30.75rem;height:;top:63.375rem;left:17rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVb47XtaiNO1WgzCmhpcwZWl5xRlPr3t { width:27.5625rem;height:5.5625rem;top:70.25rem;left:20.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL5myKu46TbCKh79Gc7gZs59qyv4Z07p { width:5.875rem;height:5.875rem;top:76.5rem;left:41.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xry1eCW8APlZrWm6PnpqR4NTZbstwfz5 { width:27.5625rem;height:5.8125rem;top:83.6875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPs2sNuQPC12FFI6TesTp9udNcOrtraT { display:block; }
 }@media only screen and (max-width: 763px) { #iAyNVQxRBa3h7DpTlzoBr1prD3hIQsZL { width:28.375rem;height:2.25rem;top:90.125rem;left:19.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ9bh8QwipTaS7CLdNnfsRPEnGGGze7b { width:4.125rem;height:4.125rem;top:94.8125rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwexzE5JXX75i80B3h97GTycMOvl0o5w { width:22.6875rem;height:3.0625rem;top:95.625rem;left:25.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqB1Jkknh2oWyfleuF9C0TOfBVDf4zxq { width:5.5rem;height:5.5rem;top:101.4375rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nReL4ULf7OSwwGaQXw04TD9xeD7T1TGp { width:5.4375rem;height:5.4375rem;top:101.5rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCIqBf4e7DeWTDKlQfkv9ee9tZwiRR5c { width:27.5625rem;height:0.375rem;top:100.3125rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGoVJIPqmW2NCxRV9ZrAMQsUCCWKboF8 { width:6.9375rem;height:3.1875rem;top:102.625rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihhB4zgxEhN0CL5tbC0CtslFF2dB1Obv { width:8.25rem;height:6.061525rem;top:101.1875rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW3FymsiZxpHdG44CdbKTOpXhMnmPnEv { width:28.4375rem;height:;top:146.6875rem;left:19.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ano1RHT3mW9JREk8I2d3XAhFMaOTldDF { width:27rem;height:27rem;top:110.1875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST97cDH3AcexreWaelMDL2u306Kb39S3 { width:47.75rem;height:222.3125rem;top:-4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUdfeVUhkufcTy1M55HDvc19K5ZPOCzf { width:47.75rem;height:2.1875rem;top:16rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJmzx0wAw12WPpknfo9zGl4p4RemN6PO { width:37.9375rem;height:31.6875rem;top:243rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI6MK1XizThGKlrbTZRTglDsRscK2Q2M { width:29.875rem;height:7.6875rem;top:138.0625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fckVlH8tKolL3e1iN0xAZDy36HaylHrq { width:29.4375rem;height:6.125rem;top:138.8125rem;left:18.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTsCCErmH6KyU0ZoOaQXz02Je8EELuEc { width:29.625rem;height:52.75rem;top:144.75rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnO61lPSa2ZCePv0So5Q5Balx3iJgKP7 { width:39.6875rem;height:52rem;top:288.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGnmMSwSzNcTbemgLLzuR4kGqK0OoD7g { width:47.75rem;height:12.625rem;top:352.5rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsIX325GymxHKTiLH8zCgtxII2VVMdmo { width:16.25rem;height:11.9983125rem;top:352.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcP4QoWRo8zNONcR2nLyHmRbHeImZyyM { width:47.75rem;height:15.125rem;top:351.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3rocuHOUuQCPwfszDbnETry7kWhbwid { width:32.8125rem;height:7.6875rem;top:60.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgquisGQhKqZddQCUT3JflCvD2mpFJfx { width:47.75rem;height:6.8125rem;top:368.8125rem;left:0rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8rZ5urlJzVMCsQxSOC9TQShIS7mdMtD { width:46.75rem;height:7.8125rem;top:378.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoDb8kJ7nZ45m4GNX4q1NTy2UTuTuVz1 { display:block; }
 }@media only screen and (max-width: 763px) { #y9hKD7WP20oRaQm0oNPMe0U4fP387y9R { width:5.5625rem;height:5.5625rem;top:387.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #br02JxvUxH3L8ERByAblaFuKF1C3TeHX { width:5.4375rem;height:5.4375rem;top:387.25rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Wtz5IsyzuIqa6Rl3dQQN9JuKMUffGi { width:6.9375rem;height:3.1875rem;top:388.375rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETUnZJA2vau3CZZZfAkSyX66zib69pX3 { width:8.25rem;height:6.0625rem;top:386.9375rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJGyuGsgdqHNmwabLZOvHpPSiJTJMohG { width:34.5rem;height:9.0625rem;top:172rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhgH7aQFucr8F7Ep4f3qC8bg6DNyTwbm { width:19.6875rem;height:26.977228277381rem;top:189.5rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXLps3H55IBnhFOrgUWfHiT9RhSlvJdA { width:18.75rem;height:24.543497328762rem;top:183.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbqXGA0vtUQaChxIGQc7J1PZLUEUnUwH { width:35.4375rem;height:25.875rem;top:211.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6ynnN7UxwdvaX7KivUnqkE0sftoxN67 { width:12.1875rem;height:8.3324531594416rem;top:198.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blzc01zOa8285fXCqGMJeIZ0kO9llikT { width:12.1875rem;height:8.3320006914641rem;top:206.4375rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5OsRiWRku2IBRa4flTVS19wMxASdF7i { width:9rem;height:13.125rem;top:224.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXBGnJt6U99Dmh5PvuZaKntI5KTQfpNX { width:10.0625rem;height:1.9375rem;top:235.625rem;left:9.09326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMrkQ0rFX2suUdqcku9RZUuRJex85Dpc { width:36rem;height:10.375rem;top:171.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoBmZ4Kou41V6Gmqi3541fBzPgXTg79Q { top:393.6875rem;left:0rem;width:47.75rem;height:190.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSWcbQMHw7AeVfFwASbMWVxFVRgeoIWN { top:396.1875rem;left:17.37548828125rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBxLbdMGZT12xlJWm9ON9nt0u8k0gA17 { top:406.875rem;left:20.623046875rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNA3BHs77yUZUP3dZoedizlCIcuZ9Ep8 { top:405.4375rem;left:16.21826171875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGtk1HU0lNiRGw1naTloPECo1HwGz2of { top:405.5rem;left:26.3125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKzzaUgvukwbubHvJCUDJoxll06xTLdy { width:47.75rem;height:;top:414.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivuwHoMUzHruhZnUL0Qd6sls2SK9RfkJ { width:14.8125rem;height:19.792822206535rem;top:418.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIWfK6FS9ZbWQflEmpu4GRD1XzwHBLPE { width:14.125rem;height:19.725417635864rem;top:422.125rem;left:1.21826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shN3WXJXdaaLBJMMck5cX4niOQwIH9Of { width:37.125rem;height:12.1875rem;top:422.9375rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh8LJ27FqXImNRoLzpfbOb6TqQQTR1Vb { width:25.125rem;height:18.1245rem;top:449.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaJZBr5KL6RMkxhiMfwdssWeVhXHrRsb { width:24rem;height:17.019905912547rem;top:446.0625rem;left:2.1953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t67FeGTildXkFORTxv5blnLFFyW2x4AV { width:7rem;height:1.375rem;top:462rem;left:15.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUrVXxVdczTQNUzOWMiEOqgsOXWH73DZ { width:8.25rem;height:1.375rem;top:466.6875rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzkaNEl8BbKs48uIWOFlv1PJvRXmhTNW { width:27rem;height:;top:448.5625rem;left:20.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs1Tftto8AHdUerTbqkrIeDIc85tKl7J { width:34.875rem;height:11.354477051222rem;top:475.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FACIRC3kT3kZ4vWTCbCgxoxLJhpkAxCN { width:35.8125rem;height:11.1875rem;top:483.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAXHNVhaqBILMrIAWSwKn7h2xs3lW0lU { width:27rem;height:;top:478.5625rem;left:20.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfJhEcRNV7wH4KPnZUmFlqdiTiLaoHrN { width:6.9375rem;height:6.9375rem;top:446.375rem;left:18.5283203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSzrMJM55uZkywQZDXewiPMcw9AZivJn { width:10.1875rem;height:4.0625rem;top:422.125rem;left:32.8193359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPA0lvFDHdqtefrOtQhBOe9cpkuagsrH { width:10rem;height:3.5625rem;top:448rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEQGrXxi1OMAwHRe8VFJ0dBpkKJNvNUK { width:20.3125rem;height:3.625rem;top:478rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSsBcFgSfCEWvxaRUGEQwgBk3m9J4KaZ { width:14.8125rem;height:9.999rem;top:422.125rem;left:12.1943359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSnv76nJAIzEdVQC5w4qsKITGVTdXC1y { width:13.375rem;height:9.0819391400621rem;top:448.5625rem;left:22.33984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5Aq7DN6cHQbC7Lz12d59PGPTcXGC6t { width:13.375rem;height:9.0819391400621rem;top:477.4375rem;left:21.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgMPi6BzLLIS7DoymugrIHT4gvD0AaMH { width:17.625rem;height:23.666917564244rem;top:502.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pid2qyHP4bpwegmSsdh6Hei4xrSsC2lW { width:18.375rem;height:24.791524286063rem;top:506.875rem;left:4.62255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1K3Iqwn3ZOgEMO7EBoNPblmZiA1xIVb { width:28.875rem;height:;top:504.1875rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUJGcVCfkwVp45XeubouLkM1gK1Bvc7l { width:14.6875rem;height:3.625rem;top:503.375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX2Vm2wz8NTu27FgtERAAnrzKQg2FJN0 { width:13.375rem;height:9.0819391400621rem;top:503.375rem;left:20.09130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vunXT8yS7MFDn13FRsGwftVR3uQtS8o5 { width:47.75rem;height:0.3125rem;top:536.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh4ZUobtL1Zca0TdKWcBGsewigrTf756 { width:36.875rem;height:15.875rem;top:421.5625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd1E81TxWEGT0VEZykS4XNWMqecAOMhD { width:27.3125rem;height:19rem;top:447.375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McJ6JyE5bfOTTK9JPots1aBnfNWldJng { width:26.625rem;height:13.9375rem;top:477.125rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ouElxh6bhzT629tu3b5UZIxTkDHPlK { width:29.5625rem;height:28.5rem;top:502.625rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDZCSsDZ3XWKM8faWg3g3HIfnEBho7NP { width:47.75rem;height:608.125rem;top:206.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phq4i3IrETxZncNrU6vTPWlbgXhuRvTE { width:25.125rem;height:25.125rem;top:598.25rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC8J6alV97cr6nWg764TNh8txnGfXaXv { width:47.75rem;height:5rem;top:590.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdIQrtJhz2glkl1IwQt1EydX1eL6zQVB { width:47.75rem;height:34.5625rem;top:595.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSkdZ7qWX5wBTCBOXZQHxq1o0UzEPp6p { width:47.75rem;height:108.25rem;top:636.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLS66pOpFQiQFWTkFf2SB35itSvbCqmm { width:47.75rem;height:6.625rem;top:639.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCa94XPRAX6Z8zv1lUhGIXoOAJqtnIpM { width:47.75rem;height:8.0625rem;top:638.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOJGMN6luIvH4f8Sq6ySNTiy4aldo6Pf { width:35.25rem;height:22.6875rem;top:651.5625rem;left:12.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OziwB2E4TaLWQfIKBePZy5fuWpd5pf6c { width:35.625rem;height:;top:685.875rem;left:12.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2T1xJpGR2OSty3iDmaHvC9Z23ufMcpF { width:30.9375rem;height:;top:691.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2rEq6Ehqgyrepq89VtBris2acpXGGAi { width:32.25rem;height:51.1875rem;top:689.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ySeD4QrCfJXz615ravAPc0lOraIn70 { width:32.1875rem;height:7.625rem;top:683.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCciTlIznLU8KffTIVvweW7orotSA63I { width:31.875rem;height:6.5rem;top:683.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDFKH97FiOoFLiNi1lG6i1KUMHus4TEE { width:28.125rem;height:3.5625rem;top:773.375rem;left:11.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxiQtdhKNozW2mU9yFTxBmyKLE0amgm7 { width:31.1875rem;height:0.375rem;top:777.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCxsZlGzhXNGrxqaLMqNS4sZXVdX2E97 { width:8.25rem;height:6.0625rem;top:777.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPDyotgKneRJGvHhT5W5r1wEJ2gVLcD1 { width:5.4375rem;height:5.4375rem;top:778.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFmMoVCliRqTgbsNA50It6QtED2mbuAJ { width:6.9375rem;height:3.1875rem;top:779.375rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkh4dcqnCtTURWnaBAfM8QG7wvk3eG7w { width:5.5625rem;height:5.5625rem;top:778.1875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvnsqudbdovQyv8wCcaoa7tWLDHMCKRX { width:4.125rem;height:4.125rem;top:772.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKOTVOxXZ0fvylHBaVM1TfRcHr2kFw21 { width:47.75rem;height:6.625rem;top:751rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTwuQboLqJt0qbXyOlapcNLyRIzNa8nt { width:46.75rem;height:7.75rem;top:761.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF6kVypXWGvk04wlqUBt9TBKbAIo2BMd { display:block; }
 }@media only screen and (max-width: 763px) { #mtbpa7tHSiUEtTZ43Or4bznJ1pOdlLg4 { width:10.625rem;height:1.25rem;top:794.9375rem;left:15.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4Jabkbdgra71EH85gHoF6LRXrleTlFS { width:47.75rem;height:14.75rem;top:798.25rem;left:0rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT5pTH5252q4IVD52XOTkV6JTx1lC4LM { width:10.9375rem;height:1.25rem;top:794.9375rem;left:25.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTFir3RxSxL0p9086Fm8F21Gx6m0L0sC { width:28.5rem;height:22.1850625rem;top:37.1875rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtIKkymQWwfxsIHTOCXNpinPK80kZobo { width:47.75rem;height:9.0625rem;top:802rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBhxZT9TnAuDdrI8ii58OGo45S5THv5E { width:33.5625rem;height:26.1875rem;top:651.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8oi3Hoh3EJqWrIX4B5CwiRFrChrrmtf { width:23.4375rem;height:45.8100625rem;top:227rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCHNGqFLz4wDdBAEoEiBJ9CP7pmMEZSC { width:24rem;height:21.375rem;top:276.3125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4taKdF6BEbMCiMLcPw2ksur7T1G052N { width:23.625rem;height:15.9975625rem;top:303.6875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgzrRCX4WUSyuolIlhAKAaJhhBZ33DSe { width:8.0625rem;height:11.847304672171rem;top:221.5rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH4JN2aCDaVydElUEyqLvbKrRInHxAzN { width:9rem;height:13.125rem;top:271.75rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuTIOkrRpkWD50v3bdcIuHCGZLrIUZ77 { width:12.1875rem;height:8.3320006914641rem;top:297.0625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwTTyw5lt3fXvOSIVZ3b8UTvSgoEbkCm { width:22.9375rem;height:23.187324724451rem;top:325rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcfHE9czZhTXVmBh8TTPeVRXuET8omUb { width:12.1875rem;height:8.3320006914641rem;top:319.5625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li5R13eskwKqLdDB0gHUspyT320B9iEV { width:25.3125rem;height:129.9375rem;top:219.25rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQL6QsuowaW8TpPWZNI1o2x0GgTa28WC { width:25.3125rem;height:3rem;top:220.0625rem;left:22.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRqJ5UNNrEw4Eho0xGQu18m7D1Zm7wms { width:35.4375rem;height:6.8125rem;top:60.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBNbXHSWaKFZ4rHIQNliMPTDamnUhZhW { width:28.9375rem;height:3.1875rem;top:31.5rem;left:18.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T97T9OfLsX9LwsmvK8JJIDFsN0XO8tky { width:38.1875rem;height:4.5625rem;top:281.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsCXkGeQIB7IK4wi1FzpEtVmue1Wssm3 { width:7rem;height:2.5rem;top:232.75rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md2eVeqz04kpUQwL6WyGzK6NR98avuBk { width:47.75rem;height:42.625rem;top:538.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5AlU36uDUFTNkDuF6d7ht1PTdDd4m4B { width:35.3125rem;height:;top:679.625rem;left:12.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuS75WAF1tfOagBQolFPL6TT7auigFMT { width:38.75rem;height:21.6875rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWZyTK4F6MDlywxIlGcFRXTdLT355dcI { width:39.1875rem;height:22.1875rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdVwORU3oC3Td5r3w3xPtvb9QOeQtsbL { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3JwVcGPg4Tq4AQBLB7An9lpXBPlxTZK { width:26.6875rem;height:3.5625rem;top:31.3125rem;left:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EfkBTvcQqZ8RT49aXJLpeC1WQuWESA2g { width:17.8125rem;height:;top:22.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAm5dk2Fs0QRAIQ9IO8fMq71Dbg1W7VA { top:30.375rem;left:17.6875rem;width:29.4375rem;height:77.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eBDtsTqeUh5zgeqSfIhLTqUJI66ar8ol { width:47.75rem;height:26.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUC0gDJXl30p8TBIdXVT4NWWBb4XkIaB { width:5.75rem;height:8.1875rem;top:86rem;left:24.640380859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTrfIzP8xefwPeft3hpTrmi4lNWMZgmB { width:47.75rem;height:26.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEJykXFKzdXSEfRyGmiFuvRTGxM2dFN0 { width:5.75rem;height:8.1875rem;top:86rem;left:24.640380859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRd807B4SepWBRnzCaK3WLifHqESORsX { width:41rem;height:26.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHNVs63Th65kBcsBTEPE1872zkpWZcbM { width:6.9375rem;height:5.6875rem;top:51.375rem;left:33.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERAAXVI4ESgI4nhTlfuDu9V6VfdexNoZ { width:19.125rem;height:;top:25.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWoJtUCZhtKEtaz9dxr8UNRWQ42rX4h9 { width:18.9375rem;height:;top:42.75rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcW2O2iQtaRNPn8lMfDgI3RoLvpuoUdP { width:19.25rem;height:;top:58rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLgIFMwbc1TvzipdkZi5MvpNaofht76c { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #J841QXCGFyHibxxtUqasMgstAOovyN91 { display:none; }#J841QXCGFyHibxxtUqasMgstAOovyN91 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tIqe1KZDuO6QbL9MdFUG1NeNWwpRXa1E { width:27.5625rem;height:5.8125rem;top:83.6875rem;left:20.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6NF1lmoI8ELSAcb3pKl2uuABVfNqSG0 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #2e2e2e);background-image: -moz-linear-gradient(180deg, #000000, #2e2e2e);background-image: -ms-linear-gradient(180deg, #000000, #2e2e2e);background-image: -o-linear-gradient(180deg, #000000, #2e2e2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2e2e2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2e2e2e' );";background-image: linear-gradient(180deg, #000000, #2e2e2e);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;display:block; }#pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J > .row .container { background-color: transparent; background-image: none; }#pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J > .row .container > .video-iframe-container { display: none; }#pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J > .row > .video-iframe-container { display: none; }#pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J > .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); }#pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J > .row .container { border-width: 0; border-radius: 0; }#pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMDqi1U7ettpZVF3Bbt7Ex0Q7A1I891J > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXsPM6QD7cgtJQs8rfNrnkCVEtcuozfk { width:19.871125rem;height:4.19921875rem;top:0.8125rem;left:0.063802123069763rem;font-size:1.75rem;font-family:unbounded;font-weight:700;font-style:normal;z-index:15213;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #utT8VMcZzqnTGHawRnBgaLnlTBL5uTsH { width:19.996125rem;height:1.6235375rem;top:5.3125rem;left:0rem;font-size:0.625rem;z-index:15016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Wrer58IIN7pdrsIdnb7DJy75KVpsrP8f { width:13.875rem;height:26.25rem;top:10.162109375rem;left:3.0625rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #p0T0xkXQxmS6Hcy0yaiuZRvfGAn7J8aC { width:13.811875rem;height:26.311875rem;top:38.549263000488rem;left:3.0935330986977rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #kFdHR35Rszc3lCTx92H9PT0LkJNnHknz { width:12.8125rem;height:1.04980625rem;top:37.1875rem;left:3.59375rem;font-size:0.875rem;font-family:unbounded;font-weight:700;font-style:normal;z-index:15214;line-height:1.2;color:#ffffff;text-shadow:0rem -0.0625rem 0.875rem #ff0909;display:block; }
 }@media only screen and (max-width: 763px) { #OZJA54iV5TOJWOdEz1eKRLhbgIlfQqEy { width:13.75rem;height:1.04980625rem;top:8.625rem;left:3.125rem;font-size:0.875rem;font-family:unbounded;font-weight:700;font-style:normal;z-index:15215;line-height:1.2;color:#ffffff;text-shadow:0rem 0rem 0.875rem #ff0909;display:block; }
 }@media only screen and (max-width: 763px) { #xbXxzShNgGwLG4us6chKuTMtq1wklhxb { top:41.624349117279rem;left:4.2491319775581rem;width:10.9375rem;height:21.5625rem;z-index:15016;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 4.75rem rgba(var(--color-primary-0),0.79) ;display:block; }
 }@media only screen and (max-width: 763px) { #gqdwFALzEGQVORKI7eeat1EVqsCI2TNG { display:flex;top:10.6875rem;left:0rem;width:3.62413125rem;height:3.62413125rem;z-index:15216;filter: drop-shadow(0.0625rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.2)); }
 }@media only screen and (max-width: 763px) { #CpwSCPH5ZofyKL2wcHUlDhopTdFx1hTK { width:3.06206875rem;height:2.0247375rem;top:13.624132156372rem;left:0rem;font-size:1.6875rem;z-index:15218;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yvKl5cOaC9F1RV7mqDP8ub1pSKnXQZoP { width:3.06206875rem;height:1.7252625rem;top:42.623699188233rem;left:0rem;font-size:1.4375rem;z-index:15018;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Sd6D78n6FAS9MWo8m6moFCXmv8PUr11D { display:flex;top:39.749351501465rem;left:0.062934041023256rem;width:3.62305rem;height:3.62305rem;z-index:15217;filter: drop-shadow(0.0625rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.2)); }
 }@media only screen and (max-width: 763px) { #X6tFofO3lSBEIRNEkXUeLOB72nsRGWK6 { width:3.06206875rem;height:0.673825rem;top:15.5rem;left:0rem;font-size:0.5625rem;z-index:15018;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TlTupivmJzDBhNIso00lcyoT4QZEhwEU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2e2e2e, #ffffff);background-image: -moz-linear-gradient(180deg, #2e2e2e, #ffffff);background-image: -ms-linear-gradient(180deg, #2e2e2e, #ffffff);background-image: -o-linear-gradient(180deg, #2e2e2e, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #2e2e2e, #ffffff);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;display:block; }#TlTupivmJzDBhNIso00lcyoT4QZEhwEU > .row .container { background-color: transparent; background-image: none; }#TlTupivmJzDBhNIso00lcyoT4QZEhwEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlTupivmJzDBhNIso00lcyoT4QZEhwEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlTupivmJzDBhNIso00lcyoT4QZEhwEU > .row .container > .video-iframe-container { display: none; }#TlTupivmJzDBhNIso00lcyoT4QZEhwEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlTupivmJzDBhNIso00lcyoT4QZEhwEU > .row > .video-iframe-container { display: none; }#TlTupivmJzDBhNIso00lcyoT4QZEhwEU > .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); }#TlTupivmJzDBhNIso00lcyoT4QZEhwEU > .row .container { border-width: 0; border-radius: 0; }#TlTupivmJzDBhNIso00lcyoT4QZEhwEU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlTupivmJzDBhNIso00lcyoT4QZEhwEU > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBNKqXnDKV7Tll51ESp0fZs6bM78MHkx { width:18.684875rem;height:10rem;top:2.218017578125rem;left:0.65673828125rem;z-index:15212;display:block; }
 }@media only screen and (max-width: 763px) { #LArkpu3q6zwWmUcRKVCVaeuJDS77HJTl { width:20rem;height:0.97534375rem;top:0.76063346862794rem;left:0rem;font-size:0.8125rem;font-family:unbounded;font-weight:700;font-style:normal;z-index:15214;line-height:1.2;color:#ffffff;text-shadow:0rem 0rem 1.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:664.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8Rms8zgrfBl1EiFmHOqeZ4fhqVHspUv { width:19.8730625rem;height:2.99913125rem;top:0.75rem;left:0rem;font-size:1.25rem;font-family:unbounded;font-weight:700;font-style:normal;z-index:14996;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sEzyyp2dPwKWOHZzt2c9K6TuHCEg94uL { width:16.625rem;height:14.615875rem;top:150.0625rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaVK3aVVPez7SgLpkmyNy7oNLqOeXQhH { width:16.3125rem;height:42.25rem;top:58.375rem;left:1.6875rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;background-color:#f1f1f1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GJDm3GgXtDG89eChigMLHy2MusoyHTEs { width:17.5625rem;height:16.892375rem;top:166.25rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC6swlKfiZc4m2JVPTffm27XLUCm3hcR { width:17.6875rem;height:19.313125rem;top:184.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnUTgr6ENERFpZDplTJK379QUmaDB5Mr { width:12.9375rem;height:1.9375rem;top:59.25rem;left:3.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8nzzzAC7A5BuLtSUyBviXTTCzApnZEu { width:19.997375rem;height:0.8941rem;top:61.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxUJwPtfsGvttaXCNFvqTxhGG6BN3a5m { width:19.996125rem;height:0.8941rem;top:74.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVriQk5GXO5Q4exqXsDGqS5b9mUBf8Uf { width:16.3125rem;height:2.92535rem;top:76.625rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVb47XtaiNO1WgzCmhpcwZWl5xRlPr3t { width:15.8125rem;height:2.923175rem;top:80.375rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL5myKu46TbCKh79Gc7gZs59qyv4Z07p { display:flex;width:3.25rem;height:3.25rem;top:84.125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #Xry1eCW8APlZrWm6PnpqR4NTZbstwfz5 { width:14.4375rem;height:3.5625rem;top:88.25rem;left:2.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPs2sNuQPC12FFI6TesTp9udNcOrtraT { display:block; }
 }@media only screen and (max-width: 763px) { #iAyNVQxRBa3h7DpTlzoBr1prD3hIQsZL { width:15.8125rem;height:1.46050625rem;top:92.5625rem;left:2.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ9bh8QwipTaS7CLdNnfsRPEnGGGze7b { display:flex;width:2.125rem;height:2.125rem;top:94.875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #iwexzE5JXX75i80B3h97GTycMOvl0o5w { width:12.875rem;height:1.78819375rem;top:95.1875rem;left:4.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZqB1Jkknh2oWyfleuF9C0TOfBVDf4zxq { display:flex;width:2.8125rem;height:2.8125rem;top:97.75rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #nReL4ULf7OSwwGaQXw04TD9xeD7T1TGp { display:flex;width:3.1875rem;height:3.1875rem;top:97.5625rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #NCIqBf4e7DeWTDKlQfkv9ee9tZwiRR5c { width:14.6875rem;height:0.125rem;top:97.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGoVJIPqmW2NCxRV9ZrAMQsUCCWKboF8 { width:3.8125rem;height:1.6875rem;top:98.3125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihhB4zgxEhN0CL5tbC0CtslFF2dB1Obv { width:3.8125rem;height:2.75rem;top:97.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW3FymsiZxpHdG44CdbKTOpXhMnmPnEv { width:16.5625rem;height:22.411rem;top:118.625rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ano1RHT3mW9JREk8I2d3XAhFMaOTldDF { width:13.1875rem;height:13.1875rem;top:101.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST97cDH3AcexreWaelMDL2u306Kb39S3 { width:20rem;height:624.9375rem;top:-1.187744140625rem;left:-0.012490117790804rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oUdfeVUhkufcTy1M55HDvc19K5ZPOCzf { width:19.996125rem;height:1.6235375rem;top:4.125rem;left:0rem;font-size:0.625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #NJmzx0wAw12WPpknfo9zGl4p4RemN6PO { width:17.25rem;height:15.8409375rem;top:299.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI6MK1XizThGKlrbTZRTglDsRscK2Q2M { width:17.1875rem;height:3.6875rem;top:114.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fckVlH8tKolL3e1iN0xAZDy36HaylHrq { width:16.25rem;height:3.2495125rem;top:114.4375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTsCCErmH6KyU0ZoOaQXz02Je8EELuEc { width:17.1875rem;height:27.1875rem;top:114.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnO61lPSa2ZCePv0So5Q5Balx3iJgKP7 { width:17.4365rem;height:25.99825rem;top:322.125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGnmMSwSzNcTbemgLLzuR4kGqK0OoD7g { width:12.6245rem;height:3.9733875rem;top:351.375rem;left:6.5rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsIX325GymxHKTiLH8zCgtxII2VVMdmo { width:4.936525rem;height:3.5620125rem;top:351.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcP4QoWRo8zNONcR2nLyHmRbHeImZyyM { width:18.8125rem;height:4.75rem;top:350.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3rocuHOUuQCPwfszDbnETry7kWhbwid { width:16.5625rem;height:4rem;top:145.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgquisGQhKqZddQCUT3JflCvD2mpFJfx { width:18.6860625rem;height:1.9487875rem;top:356.9375rem;left:0.625rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8rZ5urlJzVMCsQxSOC9TQShIS7mdMtD { width:18.0619375rem;height:3.49964375rem;top:359.8125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoDb8kJ7nZ45m4GNX4q1NTy2UTuTuVz1 { display:block; }
 }@media only screen and (max-width: 763px) { #y9hKD7WP20oRaQm0oNPMe0U4fP387y9R { display:flex;width:3.1875rem;height:3.1875rem;top:363.3125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #br02JxvUxH3L8ERByAblaFuKF1C3TeHX { display:flex;width:3rem;height:3rem;top:363.3125rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #l5Wtz5IsyzuIqa6Rl3dQQN9JuKMUffGi { width:4.8125rem;height:2.0625rem;top:363.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETUnZJA2vau3CZZZfAkSyX66zib69pX3 { width:5.4375rem;height:3.875rem;top:363rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJGyuGsgdqHNmwabLZOvHpPSiJTJMohG { width:16.1239375rem;height:4.54426875rem;top:207.0625rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhgH7aQFucr8F7Ep4f3qC8bg6DNyTwbm { width:8.499625rem;height:11.937125rem;top:215.25rem;left:9.125rem;border-top:0.125rem solid #c43636;border-left:0.125rem solid #c43636;border-right:0.125rem solid #c43636;border-bottom:0.125rem solid #c43636;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #vXLps3H55IBnhFOrgUWfHiT9RhSlvJdA { width:8.0619375rem;height:10.7493125rem;top:213.25rem;left:1.25rem;z-index:15203;border-top:0.125rem solid #c43636;border-left:0.125rem solid #c43636;border-right:0.125rem solid #c43636;border-bottom:0.125rem solid #c43636;display:block; }
 }@media only screen and (max-width: 763px) { #JbqXGA0vtUQaChxIGQc7J1PZLUEUnUwH { width:14.749625rem;height:10.687125rem;top:225rem;left:2.4375rem;border-top:0.125rem solid #c43636;border-left:0.125rem solid #c43636;border-right:0.125rem solid #c43636;border-bottom:0.125rem solid #c43636;display:block; }
 }@media only screen and (max-width: 763px) { #c6ynnN7UxwdvaX7KivUnqkE0sftoxN67 { width:6.4364375rem;height:4.373225rem;top:221.8125rem;left:10.4375rem;z-index:15207;display:block; }
 }@media only screen and (max-width: 763px) { #blzc01zOa8285fXCqGMJeIZ0kO9llikT { width:6.998375rem;height:4.74875625rem;top:218.3125rem;left:2.625rem;z-index:15205;display:block; }
 }@media only screen and (max-width: 763px) { #R5OsRiWRku2IBRa4flTVS19wMxASdF7i { width:4.8109rem;height:7.0614375rem;top:228.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXBGnJt6U99Dmh5PvuZaKntI5KTQfpNX { width:3.8125rem;height:0.625rem;top:235rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMrkQ0rFX2suUdqcku9RZUuRJex85Dpc { width:17.1875rem;height:5.1234rem;top:206.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoBmZ4Kou41V6Gmqi3541fBzPgXTg79Q { width:19rem;height:136.4375rem;top:367.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSWcbQMHw7AeVfFwASbMWVxFVRgeoIWN { width:5.5625rem;height:5.5625rem;top:368.3125rem;left:7rem;border-top:0.1875rem solid #c43636;border-left:0.1875rem solid #c43636;border-right:0.1875rem solid #c43636;border-bottom:0.1875rem solid #c43636;display:block; }
 }@media only screen and (max-width: 763px) { #BBxLbdMGZT12xlJWm9ON9nt0u8k0gA17 { display:flex;width:2.6875rem;height:2.6875rem;top:373.1875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #NNA3BHs77yUZUP3dZoedizlCIcuZ9Ep8 { display:flex;width:2.4375rem;height:2.4375rem;top:372.6875rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #GGtk1HU0lNiRGw1naTloPECo1HwGz2of { display:flex;width:2.3125rem;height:2.3125rem;top:372.8125rem;left:10.875rem; }
 }@media only screen and (max-width: 763px) { #kKzzaUgvukwbubHvJCUDJoxll06xTLdy { width:19.997375rem;height:49.5095625rem;top:376rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivuwHoMUzHruhZnUL0Qd6sls2SK9RfkJ { width:7.625rem;height:10.4375rem;top:385rem;left:2.75rem;border-top:0.125rem solid #c43636;border-left:0.125rem solid #c43636;border-right:0.125rem solid #c43636;border-bottom:0.125rem solid #c43636;display:block; }
 }@media only screen and (max-width: 763px) { #nIWfK6FS9ZbWQflEmpu4GRD1XzwHBLPE { width:7.5625rem;height:11rem;top:387.3125rem;left:9.3125rem;border-top:0.125rem solid #c43636;border-left:0.125rem solid #c43636;border-right:0.125rem solid #c43636;border-bottom:0.125rem solid #c43636;display:block; }
 }@media only screen and (max-width: 763px) { #shN3WXJXdaaLBJMMck5cX4niOQwIH9Of { width:16.625rem;height:5.6803375rem;top:378rem;left:1.6875rem;font-size:0.875rem;z-index:15210;display:block; }
 }@media only screen and (max-width: 763px) { #mh8LJ27FqXImNRoLzpfbOb6TqQQTR1Vb { width:11.5rem;height:8.25rem;top:412.125rem;left:1.4375rem;border-top:0.125rem solid #c43636;border-left:0.125rem solid #c43636;border-right:0.125rem solid #c43636;border-bottom:0.125rem solid #c43636;display:block; }
 }@media only screen and (max-width: 763px) { #AaJZBr5KL6RMkxhiMfwdssWeVhXHrRsb { width:11.375rem;height:8rem;top:411.1875rem;left:6.625rem;border-top:0.125rem solid #c43636;border-left:0.125rem solid #c43636;border-right:0.125rem solid #c43636;border-bottom:0.125rem solid #c43636;display:block; }
 }@media only screen and (max-width: 763px) { #t67FeGTildXkFORTxv5blnLFFyW2x4AV { width:3.0625rem;height:0.5625rem;top:418.6875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUrVXxVdczTQNUzOWMiEOqgsOXWH73DZ { width:3.3125rem;height:0.8125rem;top:419.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzkaNEl8BbKs48uIWOFlv1PJvRXmhTNW { width:17.6875rem;height:6.816375rem;top:401.4375rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs1Tftto8AHdUerTbqkrIeDIc85tKl7J { width:11.25rem;height:3.312325rem;top:431.3125rem;left:6.75rem;border-top:0.125rem solid #c43636;border-left:0.125rem solid #c43636;border-right:0.125rem solid #c43636;border-bottom:0.125rem solid #c43636;display:block; }
 }@media only screen and (max-width: 763px) { #FACIRC3kT3kZ4vWTCbCgxoxLJhpkAxCN { width:12.4369375rem;height:3.68696875rem;top:433.625rem;left:1.6875rem;border-top:0.125rem solid #c43636;border-left:0.125rem solid #c43636;border-right:0.125rem solid #c43636;border-bottom:0.125rem solid #c43636;display:block; }
 }@media only screen and (max-width: 763px) { #QAXHNVhaqBILMrIAWSwKn7h2xs3lW0lU { width:16.624625rem;height:4.54426875rem;top:424.5625rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfJhEcRNV7wH4KPnZUmFlqdiTiLaoHrN { display:flex;width:2.6242875rem;height:2.6242875rem;top:411.5625rem;left:14.9375rem; }
 }@media only screen and (max-width: 763px) { #pSzrMJM55uZkywQZDXewiPMcw9AZivJn { width:4.1875rem;height:1.3125rem;top:377.9375rem;left:7.9375rem;z-index:15209;display:block; }
 }@media only screen and (max-width: 763px) { #DPA0lvFDHdqtefrOtQhBOe9cpkuagsrH { width:4.6875rem;height:1.8125rem;top:401.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEQGrXxi1OMAwHRe8VFJ0dBpkKJNvNUK { width:9.4375rem;height:1.3125rem;top:424.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSsBcFgSfCEWvxaRUGEQwgBk3m9J4KaZ { width:7.375rem;height:4.875rem;top:382.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSnv76nJAIzEdVQC5w4qsKITGVTdXC1y { width:8.3125rem;height:5.625rem;top:450.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5Aq7DN6cHQbC7Lz12d59PGPTcXGC6t { width:7.56125rem;height:5.06125625rem;top:407.125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgMPi6BzLLIS7DoymugrIHT4gvD0AaMH { width:8.1875rem;height:11.1875rem;top:456.875rem;left:9.6875rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #pid2qyHP4bpwegmSsdh6Hei4xrSsC2lW { width:8rem;height:11.0625rem;top:453.9375rem;left:1.8125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #w1K3Iqwn3ZOgEMO7EBoNPblmZiA1xIVb { width:17.874375rem;height:10.55775rem;top:440.9375rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUJGcVCfkwVp45XeubouLkM1gK1Bvc7l { width:7.125rem;height:1.5625rem;top:440.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX2Vm2wz8NTu27FgtERAAnrzKQg2FJN0 { width:6.5625rem;height:4.4375rem;top:428.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vunXT8yS7MFDn13FRsGwftVR3uQtS8o5 { width:17.375rem;height:0.125rem;top:470.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh4ZUobtL1Zca0TdKWcBGsewigrTf756 { width:17rem;height:3.9375rem;top:379.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd1E81TxWEGT0VEZykS4XNWMqecAOMhD { width:18.3125rem;height:5.0625rem;top:403.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McJ6JyE5bfOTTK9JPots1aBnfNWldJng { width:17.125rem;height:2.625rem;top:426.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ouElxh6bhzT629tu3b5UZIxTkDHPlK { width:17.5625rem;height:8.875rem;top:442.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDZCSsDZ3XWKM8faWg3g3HIfnEBho7NP { width:3.875rem;height:0.4375rem;top:615.4375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #phq4i3IrETxZncNrU6vTPWlbgXhuRvTE { width:1.99978125rem;height:1.99978125rem;top:505.1875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC8J6alV97cr6nWg764TNh8txnGfXaXv { width:18.0625rem;height:1.13606875rem;top:505.8125rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JdIQrtJhz2glkl1IwQt1EydX1eL6zQVB { width:18.75rem;height:14.609375rem;top:507.3125rem;left:0.5625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wSkdZ7qWX5wBTCBOXZQHxq1o0UzEPp6p { width:18.625rem;height:54.8125rem;top:524.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLS66pOpFQiQFWTkFf2SB35itSvbCqmm { width:16.3125rem;height:2.923175rem;top:525.1875rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCa94XPRAX6Z8zv1lUhGIXoOAJqtnIpM { width:16.9375rem;height:3.4375rem;top:524.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOJGMN6luIvH4f8Sq6ySNTiy4aldo6Pf { width:16.4375rem;height:10.55775rem;top:541.8125rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OziwB2E4TaLWQfIKBePZy5fuWpd5pf6c { width:16.9995rem;height:21.1154375rem;top:557.125rem;left:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2T1xJpGR2OSty3iDmaHvC9Z23ufMcpF { width:15.625rem;height:25.3341875rem;top:584.375rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2rEq6Ehqgyrepq89VtBris2acpXGGAi { width:16.9375rem;height:29.4375rem;top:580.75rem;left:1.5625rem;background-color:#efefef;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #r9ySeD4QrCfJXz615ravAPc0lOraIn70 { width:16.9375rem;height:2.9375rem;top:580.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCciTlIznLU8KffTIVvweW7orotSA63I { width:14.3119375rem;height:2.43706875rem;top:581rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDFKH97FiOoFLiNi1lG6i1KUMHus4TEE { width:15.1875rem;height:1.78819375rem;top:620rem;left:4.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xxiQtdhKNozW2mU9yFTxBmyKLE0amgm7 { width:16.375rem;height:0.1875rem;top:622.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCxsZlGzhXNGrxqaLMqNS4sZXVdX2E97 { width:4.5625rem;height:3.3125rem;top:622.5rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPDyotgKneRJGvHhT5W5r1wEJ2gVLcD1 { display:flex;width:2.875rem;height:2.875rem;top:622.75rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #cFmMoVCliRqTgbsNA50It6QtED2mbuAJ { width:4.125rem;height:1.8125rem;top:623.25rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkh4dcqnCtTURWnaBAfM8QG7wvk3eG7w { display:flex;width:2.875rem;height:2.875rem;top:622.75rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #KvnsqudbdovQyv8wCcaoa7tWLDHMCKRX { display:flex;width:2.3125rem;height:2.3125rem;top:619.625rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #qKOTVOxXZ0fvylHBaVM1TfRcHr2kFw21 { width:17.3730625rem;height:1.78819375rem;top:612.5rem;left:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTwuQboLqJt0qbXyOlapcNLyRIzNa8nt { width:18.375rem;height:3.9375rem;top:614.9375rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF6kVypXWGvk04wlqUBt9TBKbAIo2BMd { display:block; }
 }@media only screen and (max-width: 763px) { #mtbpa7tHSiUEtTZ43Or4bznJ1pOdlLg4 { width:10.6230625rem;height:0.6506375rem;top:630.375rem;left:2.6875rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4Jabkbdgra71EH85gHoF6LRXrleTlFS { width:18.3744375rem;height:8.7695rem;top:631.625rem;left:0.8125rem;font-size:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OT5pTH5252q4IVD52XOTkV6JTx1lC4LM { width:10.9355625rem;height:0.6506375rem;top:630.375rem;left:6.4375rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTFir3RxSxL0p9086Fm8F21Gx6m0L0sC { width:14.0625rem;height:11rem;top:63.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtIKkymQWwfxsIHTOCXNpinPK80kZobo { width:0.1875rem;height:61.375rem;top:601.31469726562rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBhxZT9TnAuDdrI8ii58OGo45S5THv5E { width:14.6235625rem;height:11.3745rem;top:528.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8oi3Hoh3EJqWrIX4B5CwiRFrChrrmtf { width:11.31125rem;height:22.24875rem;top:244.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCHNGqFLz4wDdBAEoEiBJ9CP7pmMEZSC { width:14.6875rem;height:13.0601875rem;top:271.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4taKdF6BEbMCiMLcPw2ksur7T1G052N { width:14.7485625rem;height:9.9353125rem;top:283.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgzrRCX4WUSyuolIlhAKAaJhhBZ33DSe { width:4.87426875rem;height:7.3108125rem;top:266.25rem;left:0.5625rem;z-index:15208;display:block; }
 }@media only screen and (max-width: 763px) { #RH4JN2aCDaVydElUEyqLvbKrRInHxAzN { width:5.49926875rem;height:8.0603125rem;top:277.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuTIOkrRpkWD50v3bdcIuHCGZLrIUZ77 { width:7.6245rem;height:5.18676875rem;top:243.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwTTyw5lt3fXvOSIVZ3b8UTvSgoEbkCm { width:12.3730625rem;height:12.5rem;top:260.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcfHE9czZhTXVmBh8TTPeVRXuET8omUb { width:8.0603125rem;height:5.4370125rem;top:256.875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li5R13eskwKqLdDB0gHUspyT320B9iEV { width:18.6875rem;height:55.9375rem;top:239.625rem;left:0.5625rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #cQL6QsuowaW8TpPWZNI1o2x0GgTa28WC { width:19.99875rem;height:1.7068125rem;top:240.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRqJ5UNNrEw4Eho0xGQu18m7D1Zm7wms { width:19.996125rem;height:3.57421875rem;top:145.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBNbXHSWaKFZ4rHIQNliMPTDamnUhZhW { width:17.87475rem;height:1.54296875rem;top:59.4375rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T97T9OfLsX9LwsmvK8JJIDFsN0XO8tky { width:16.499rem;height:3.6556rem;top:317.1875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsCXkGeQIB7IK4wi1FzpEtVmue1Wssm3 { width:2.5rem;height:1.3125rem;top:233.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md2eVeqz04kpUQwL6WyGzK6NR98avuBk { width:18.5625rem;height:30.2061875rem;top:471.625rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5AlU36uDUFTNkDuF6d7ht1PTdDd4m4B { width:16.875rem;height:2.11181875rem;top:554.3125rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuS75WAF1tfOagBQolFPL6TT7auigFMT { width:18.6865rem;height:10rem;top:7.625rem;left:0.625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #wWZyTK4F6MDlywxIlGcFRXTdLT355dcI { width:18.875rem;height:10.25rem;top:8.3125rem;left:0.5625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #zdVwORU3oC3Td5r3w3xPtvb9QOeQtsbL { top:7.375rem;left:0.375rem;width:19.25rem;height:11.1875rem;z-index:14993;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff4141, #5d0000);background-image: -moz-linear-gradient(180deg, #ff4141, #5d0000);background-image: -ms-linear-gradient(180deg, #ff4141, #5d0000);background-image: -o-linear-gradient(180deg, #ff4141, #5d0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4141', endColorstr='#5d0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4141', endColorstr='#5d0000' );";background-image: linear-gradient(180deg, #ff4141, #5d0000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #N3JwVcGPg4Tq4AQBLB7An9lpXBPlxTZK { width:20rem;height:3rem;top:0rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15214;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #EfkBTvcQqZ8RT49aXJLpeC1WQuWESA2g { width:18.0616875rem;height:1.7871125rem;top:0.625rem;left:0.9375rem;font-size:1.375rem;z-index:15215;display:block; }
 }@media only screen and (max-width: 763px) { #JAm5dk2Fs0QRAIQ9IO8fMq71Dbg1W7VA { width:19.6875rem;height:54.875rem;top:0rem;left:0rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;background-color:#f1f1f1;background-image:none;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #eBDtsTqeUh5zgeqSfIhLTqUJI66ar8ol { top:8.4375rem;left:0.625rem;width:18.75rem;height:10.3125rem;z-index:15217;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUC0gDJXl30p8TBIdXVT4NWWBb4XkIaB { width:6.06228125rem;height:8.8748125rem;top:3.6875rem;left:11.875rem;z-index:15218;display:block; }
 }@media only screen and (max-width: 763px) { #HTrfIzP8xefwPeft3hpTrmi4lNWMZgmB { top:24.625rem;left:0.625rem;width:18.6875rem;height:10.375rem;z-index:15219;overflow:hidden;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEJykXFKzdXSEfRyGmiFuvRTGxM2dFN0 { width:5.625rem;height:8.125rem;top:20.5625rem;left:10rem;z-index:15219;display:block; }
 }@media only screen and (max-width: 763px) { #FRd807B4SepWBRnzCaK3WLifHqESORsX { top:41.8125rem;left:0.625rem;width:18.75rem;height:12.1875rem;z-index:15220;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHNVs63Th65kBcsBTEPE1872zkpWZcbM { width:8.9375rem;height:7.1875rem;top:39.6875rem;left:11.0625rem;z-index:15221;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ERAAXVI4ESgI4nhTlfuDu9V6VfdexNoZ { width:19rem;height:1.462675rem;top:3.6875rem;left:0.5rem;font-size:1.125rem;z-index:15216;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWoJtUCZhtKEtaz9dxr8UNRWQ42rX4h9 { width:18.624125rem;height:1.3806125rem;top:20.5625rem;left:0.6875rem;font-size:1.0625rem;z-index:15217;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tcW2O2iQtaRNPn8lMfDgI3RoLvpuoUdP { width:19.3120625rem;height:3.2495125rem;top:37rem;left:0.375rem;font-size:1.25rem;z-index:15218;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KLgIFMwbc1TvzipdkZi5MvpNaofht76c { top:618.87329101562rem;left:0rem;width:20rem;height:23.5625rem;z-index:14991;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #J841QXCGFyHibxxtUqasMgstAOovyN91 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J841QXCGFyHibxxtUqasMgstAOovyN91 > .row .container { background-color: transparent; background-image: none; }#J841QXCGFyHibxxtUqasMgstAOovyN91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J841QXCGFyHibxxtUqasMgstAOovyN91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J841QXCGFyHibxxtUqasMgstAOovyN91 > .row .container > .video-iframe-container { display: none; }#J841QXCGFyHibxxtUqasMgstAOovyN91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J841QXCGFyHibxxtUqasMgstAOovyN91 > .row > .video-iframe-container { display: none; }#J841QXCGFyHibxxtUqasMgstAOovyN91 > .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); }#J841QXCGFyHibxxtUqasMgstAOovyN91 > .row .container { border-width: 0; border-radius: 0; }#J841QXCGFyHibxxtUqasMgstAOovyN91 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J841QXCGFyHibxxtUqasMgstAOovyN91 > .row .container { width:20rem;height:4.5594604980469rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIqe1KZDuO6QbL9MdFUG1NeNWwpRXa1E { width:20rem;height:3.5620125rem;top:0.99853515625rem;left:0rem;font-size:1.125rem;z-index:15212;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0b0b, #3e3e3e);background-image: -moz-linear-gradient(180deg, #ff0b0b, #3e3e3e);background-image: -ms-linear-gradient(180deg, #ff0b0b, #3e3e3e);background-image: -o-linear-gradient(180deg, #ff0b0b, #3e3e3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0b0b', endColorstr='#3e3e3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0b0b', endColorstr='#3e3e3e' );";background-image: linear-gradient(180deg, #ff0b0b, #3e3e3e);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #k6NF1lmoI8ELSAcb3pKl2uuABVfNqSG0 { display:block; }
 }