.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:245,237,219;--color-primary-1:248,172,120;--color-primary-2:207,165,73;--color-primary-3:222,162,41;--color-primary-4:47,35,26;--color-secondary-0:248,221,235;--color-secondary-1:234,152,196;--color-secondary-2:220,83,157;--color-secondary-3:206,34,62;--color-secondary-4:44,17,31;--color-tertiary-0:255,255,255;--color-tertiary-1:125,124,124;--color-tertiary-2:93,93,93;--color-tertiary-3:11,11,11;--color-tertiary-4:0,0,0;--headlines-font-family:"Titillium Web";--paragraphs-font-family:"arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row .container { background-color: transparent; background-image: none; }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row .container > .video-iframe-container { display: none; }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row > .video-iframe-container { display: none; }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .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); }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row .container { border-width: 0; border-radius: 0; }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:89.4375rem;width:75rem;position:relative;display:block; }#Wg5Eq9SB7F7oXHu1aI3TcyJMboJiZ1nu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:3.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.349609375rem;left:0rem;height:17.54684375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KPpeZvTnds2kFsT0TbvzRTmx18wXnsLp { color:rgba(var(--color-tertiary-2),1);display:block;width:70.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.0625rem;left:4.625rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#FaeFBpZo9i6y544NBGM8gmTZfsge2J3G { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:23.5625rem;top:31.6875rem;left:7.09765625rem;overflow:hidden;display:block; }
#ZKEsZOzr4zHt0ZORbgC9TAexvPXSBFoA { box-sizing:content-box;height:30.4375rem;width:24.125rem;position:absolute;display:block;z-index:14998;background-color:#eaeaea;background-image:none;top:31.6875rem;left:5.75390625rem;box-shadow: 0.5rem 0.625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4.6875rem;border-bottom-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-top-left-radius:4.6875rem;display:block; }
#Pqo12klI3rpcb2TqrTSGGACtsEwDNM82 { color:#ac1313;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:65.2880859375rem;left:3.84765625rem;height:8.77441875rem;text-align:center;text-align-last:center;display:block; }
#RoFmkQVTxAHzSA5Osu3iNTExlCemPI1V { box-sizing:content-box;height:30.4375rem;width:24.125rem;position:absolute;display:block;z-index:14999;background-color:#eaeaea;background-image:none;top:31.6875rem;left:46.5rem;box-shadow: 0.5rem 0.625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4.6875rem;border-bottom-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-top-left-radius:4.6875rem;display:block; }
#gs61rFgPWhE89dpfOzi4eVNAsFh9c8Wk { color:#21a420;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:65.2880859375rem;left:44.46875rem;height:8.77441875rem;text-align:center;text-align-last:center;display:block; }
#N07GpBaDo6CJTWbcHuDSDSqndeGM6ngI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1875rem;width:16.375rem;top:32.3125rem;left:50.375rem;overflow:hidden;display:block; }
#Toyf7sfxlsXrcLJ3ZwaLTw2HQ46kHO8X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.125rem;width:11.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:39.84375rem;left:33.40625rem; }
#cxOUKUbzECDk73fNrrqQWLvxzadg9cJe { background-color:#1b9926;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.375rem;height:7.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:78.228515625rem;left:17.78125rem;display:block; }
#kwsZPwABABvdsVxB2mXSHzw9KbmhKTOb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ByoF0ms44oOstP2psv7DbAxI2DtFMX0x { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:3.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.349609375rem;left:0rem;height:17.54684375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ugzvtcaDg8L1bAlFZbBmHdxntzzK1TGf { color:rgba(var(--color-tertiary-2),1);display:block;width:70.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.0625rem;left:4.625rem;height:2.1933625rem;text-align:center;text-align-last:center;display:none; }
#OoTTu8bwVe6NipGI2qBdJgeACvBRd9DR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:23.5625rem;top:6.09375rem;left:9.0355911254881rem;overflow:hidden;display:none; }
#hxkGQ7msChEB9Qd92izFsAbg7TfndmDI { box-sizing:content-box;height:30.4375rem;width:24.125rem;position:absolute;display:block;z-index:14998;background-color:#eaeaea;background-image:none;top:7.3107643127444rem;left:8.7543411254881rem;box-shadow: 0.5rem 0.625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4.6875rem;border-bottom-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-top-left-radius:4.6875rem;display:none; }
#vyRzAVcM8X31sDyriFVrQu6PfDSpn1K4 { color:#ac1313;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:39.915798187256rem;left:8.7543411254881rem;height:8.7734375rem;text-align:center;text-align-last:center;display:none; }
#VXFkOTIXwzehd7fd2LEeKwWne3SA8ATE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:19.029514312744rem;left:35.750001907349rem;display:none; }
#dyqyoNzS5mdZfSNgt1FZzrHQJ5d4JQo5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1875rem;width:16.375rem;top:8.61545085907rem;left:48.168401718139rem;overflow:hidden;display:none; }
#d2EFzz8tPa8pS92ARGPhBC7qxKCn28gm { box-sizing:content-box;height:30.4375rem;width:24.125rem;position:absolute;display:block;z-index:14999;background-color:#eaeaea;background-image:none;top:7.9895830154419rem;left:44.293401718139rem;box-shadow: 0.5rem 0.625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4.6875rem;border-bottom-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-top-left-radius:4.6875rem;display:none; }
#uS3qlOLccmovlmET0eMlG7lwBZA8nCs4 { color:#21a420;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:39.916666030884rem;left:42.750001907349rem;height:8.7734375rem;text-align:center;text-align-last:center;display:none; }
#dzSrhaDKqbmZmQgDWs1XiUP17kfwGclh { background-color:#1b9926;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.375rem;height:7.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:78.228515625rem;left:17.78125rem;display:none; }
#IK5eTu1PDQWVsqooOCtNB7hcCslUsaJC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row .container { background-color: transparent; background-image: none; }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row .container > .video-iframe-container { display: none; }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row > .video-iframe-container { display: none; }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .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); }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row .container { border-width: 0; border-radius: 0; }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:71.1875rem;width:75rem;position:relative;display:block; }#nQSJysVX95sWEBJhgsLSKzXDGIb1xWTo { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.81871875rem;text-align:center;text-align-last:center;display:block; }
#hqPKAwtAbpfA0c2NeZSuN7Ip81VfQqtp { position:absolute;display:block;z-index:15002;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:48.625rem;width:73.25rem;top:10.478515625rem;left:0rem;display:block; }
#Ty1xCCHlk69HUAb7G9IDAc3GpFnk95wV { color:rgba(var(--color-tertiary-4),1);display:block;width:68.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.123046875rem;left:5.3125rem;height:40.939425rem;text-align:left;text-align-last:left;display:block; }
#MWFaSh3etIzrqAIcBNoPdChRH2iTSZ5C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.123046875rem;left:0.8125rem; }
#KIruliF97VcnTTMkqzwAX366NVb11zz9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:20.998046875rem;left:0.8125rem; }
#Rf64TJzqWsSrRRfE9SpOBiqdEahPGRQb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:25.685546875rem;left:0.8125rem; }
#bgSrPXb0mABvnami8Eyqe2u1PZK0zyVD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:33.185546875rem;left:0.8125rem; }
#UHcqsMHPWGdFJxQiVJmxxMa1V4zRGTNC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:48.810546875rem;left:0.8125rem; }
#zFa2E81VOllzGHV9cvKZSn4lbZliZaCb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:41.998046875rem;left:0.8125rem; }
#l76nRVzWalcDrL3RGOof6Krft76MNygo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.123046875rem;left:0.8125rem;display:none; }
#PXxAZrUuGB8LiETL8q5BqBRVIxzlHU0C { box-sizing:content-box;height:33.1875rem;width:70.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3rem;left:0.5625rem;box-shadow: 0.3125rem 0.75rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.375rem solid rgba(var(--color-tertiary-4),1);border-left:0.375rem solid rgba(var(--color-tertiary-4),1);border-right:0.375rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.375rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;display:none; }
#UuZv57I76TDCclU4CX5veTalpSDuF5mQ { color:rgba(var(--color-tertiary-4),1);display:block;width:68.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.123046875rem;left:5.3125rem;height:40.939425rem;text-align:left;text-align-last:left;display:none; }
#kvRkNFJhnM4Gs0CEytwC9cCnNX7km0oN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.123046875rem;left:0.8125rem;display:none; }
#W1QtQ0yLu6uvJA99GBTZvHK2MPq3wAt7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.123046875rem;left:0.8125rem;display:none; }
#VSsRBzdF2QyRDZuGecHqmlVIIHKewqC8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.123046875rem;left:0.8125rem;display:none; }
#dq6tNTJQDHeTeQ8rZUni5ooZpEX2gpyS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.123046875rem;left:0.8125rem;display:none; }
#n6H7n7lcaFP6Ur7a5PbkxAoun49yB8sf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.123046875rem;left:0.8125rem;display:none; }
#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row .container { background-color: transparent; background-image: none; }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row .container > .video-iframe-container { display: none; }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row > .video-iframe-container { display: none; }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .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); }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row .container { border-width: 0; border-radius: 0; }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:47.9375rem;width:75rem;position:relative;display:block; }#KOP6XNUa78pJvC3I7k2cmLkx9gUfRpbw { color:rgba(var(--color-tertiary-4),1);display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.125rem;left:5.53125rem;height:4.7122375rem;text-align:center;text-align-last:center;display:block; }
#qLQmUVct0lfbbnJL5ooymv7qpc7uVbwG { position:absolute;display:block;z-index:15002;background-color:rgba(216,34,34,0.12);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.5625rem 1.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:34.0625rem;width:71.3125rem;top:5.291015625rem;left:2.21875rem;display:block; }
#kZtOE0aJClA0IJaBBsUXq1MTzQuQqNeM { color:rgba(var(--color-tertiary-4),1);display:block;width:68.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.830078125rem;left:4.40625rem;height:20.469725rem;text-align:left;text-align-last:left;display:block; }
#NfAlGtr7G0K1S6A3t7AoESBE10k3iMCy { color:rgba(var(--color-tertiary-4),1);display:block;width:68.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.830078125rem;left:4.40625rem;height:20.469725rem;text-align:left;text-align-last:left;display:none; }
#tLLnszV03NwegxLyIfpTIESPK4NSTuEv { color:rgba(var(--color-tertiary-4),1);display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.125rem;left:5.53125rem;height:4.71180625rem;text-align:center;text-align-last:center;display:none; }
#wnw6cIzvhvzTP49229g78UJkmobNwGvD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row .container { background-color: transparent; background-image: none; }#wnw6cIzvhvzTP49229g78UJkmobNwGvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row .container > .video-iframe-container { display: none; }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row > .video-iframe-container { display: none; }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .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); }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row .container { border-width: 0; border-radius: 0; }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.6875rem;width:75rem;position:relative;display:block; }#FMwls7t4rana9sVyOr7PUNgRVqhmTyFg { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.23828125rem;left:0rem;height:7.798825rem;text-align:center;text-align-last:center;display:block; }
#ofRcyTHbdeTRPe1N8BFBu1FgTu6bvlTz { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.060546875rem;left:0rem;height:24.375rem;text-align:center;text-align-last:center;display:block; }
#SFdUoFhCKzG4icQFQCqsg9MUKhbzUasF { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.060546875rem;left:0rem;height:24.375rem;text-align:center;text-align-last:center;display:none; }
#rO8Z8vRKC53w2TSGV1ei41GMXkn7VPTr { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.23828125rem;left:0rem;height:7.798825rem;text-align:center;text-align-last:center;display:none; }
#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(207,165,73,0.28), rgba(207,165,73,0.05));background-image: -moz-linear-gradient(180deg, rgba(207,165,73,0.28), rgba(207,165,73,0.05));background-image: -ms-linear-gradient(180deg, rgba(207,165,73,0.28), rgba(207,165,73,0.05));background-image: -o-linear-gradient(180deg, rgba(207,165,73,0.28), rgba(207,165,73,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa54947', endColorstr='#cfa5490c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa54947', endColorstr='#cfa5490c' );";background-image: linear-gradient(180deg, rgba(207,165,73,0.28), rgba(207,165,73,0.05));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row .container { background-color: transparent; background-image: none; }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row .container > .video-iframe-container { display: none; }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row > .video-iframe-container { display: none; }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .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); }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row .container { border-width: 0; border-radius: 0; }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:53.75rem;width:75rem;position:relative;display:block; }#SJvmXqB8ph3uCZB7srUL7l3E7yefn9qK { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#h6UUoGH0OavCoXbMeTTdq1nWGDviP7LA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.498046875rem;left:0rem;height:43.875rem;text-align:left;text-align-last:left;display:block; }
#nG96wmZnT9M1Tt7VKpq5ihRw95OEdaph { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nG96wmZnT9M1Tt7VKpq5ihRw95OEdaph > .row .container { background-color: transparent; background-image: none; }#nG96wmZnT9M1Tt7VKpq5ihRw95OEdaph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nG96wmZnT9M1Tt7VKpq5ihRw95OEdaph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nG96wmZnT9M1Tt7VKpq5ihRw95OEdaph > .row .container > .video-iframe-container { display: none; }#nG96wmZnT9M1Tt7VKpq5ihRw95OEdaph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nG96wmZnT9M1Tt7VKpq5ihRw95OEdaph > .row > .video-iframe-container { display: none; }#nG96wmZnT9M1Tt7VKpq5ihRw95OEdaph > .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); }#nG96wmZnT9M1Tt7VKpq5ihRw95OEdaph > .row .container { border-width: 0; border-radius: 0; }#nG96wmZnT9M1Tt7VKpq5ihRw95OEdaph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nG96wmZnT9M1Tt7VKpq5ihRw95OEdaph > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:63.3125rem;width:75rem;position:relative;display:block; }#GXsgT30IwDmVhSKZVvEtevPPpzTThJJH { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:8.7734375rem;text-align:center;text-align-last:center;display:block; }
#zWDX7LDoPhdOTgMi0q2AiQAW4EaQHmk6 { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:51.5625rem;left:0rem;height:9.423825rem;text-align:center;text-align-last:center;display:block; }
#q5hfrGDFPJ413RGvkiN0IPF4SQH9iOB9 { position:absolute;display:block;z-index:15016;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:7.5625rem;width:23.8125rem;top:13.304687976837rem;left:4.21875rem;overflow:hidden;display:block; }
#tkL0HALG3Ilal6GPsOE8fzbRdDeWS5qm { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:25.125rem;top:20.8125rem;left:2.4375rem;overflow:hidden;display:block; }
#Cw0EgnNN6ZAlRIpHzOh4MTDKZ57evMbA { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:22.625rem;top:13.28125rem;left:44.5625rem;overflow:hidden;display:block; }
#Sr9I95riCz7kNBSuIcZQrnAzWTP0ceDk { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:19rem;top:20.929687976837rem;left:46.062501907349rem;overflow:hidden;display:block; }
#Mq7U55NUZxrd4vTzdBlhMLDgzMpJqeOi { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:18.5625rem;top:17.34375rem;left:27.5rem;overflow:hidden;display:block; }
#qEChdMTm4GLtiRQ7R4OKB8QrVdDIJy54 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:24.75rem;top:28.8125rem;left:3.75rem;overflow:hidden;display:block; }
#zgAlOFonLdwhziUxzXAXpLa4veTFWuah { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:22.75rem;top:28.375rem;left:29.4375rem;overflow:hidden;display:block; }
#XAdruI0qyDJQq7UCCvOOF4rQnaPrpJ3R { position:absolute;display:block;z-index:15004;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:5.875rem;width:21.8125rem;top:34.375rem;left:51.5rem;overflow:hidden;display:block; }
#OPMSAZSaMUTtkm5cR0gQ413podHZZv4B { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:8.7743125rem;text-align:center;text-align-last:center;display:none; }
#GGUTSqDTnsrp6DDboxyEJkIfAsEDTqsn { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:22.625rem;top:13.28125rem;left:44.5625rem;overflow:hidden;display:none; }
#pKcxxvONAGWCPGMAvz5LflDzNsqeZS6V { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:25.125rem;top:20.8125rem;left:2.4375rem;overflow:hidden;display:none; }
#Az7Wx7sxVuPfy3iwwK3qrZRlRTM0utmV { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:51.5625rem;left:0rem;height:9.4236125rem;text-align:center;text-align-last:center;display:none; }
#VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi > .row .container { border-width: 0; border-radius: 0; }#VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:63.3125rem;width:75rem;position:relative;display:none; }#wOUaeXVW3FPDxQqkq0itA4q7qTKfxQ7f { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:8.7734375rem;text-align:center;text-align-last:center;display:block; }
#aITNiAv2IEVwhINHTSp9STha95veCoHV { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:51.5625rem;left:0rem;height:9.423825rem;text-align:center;text-align-last:center;display:block; }
#bWPB7sox88RNsVGQNgAupXOfPaki6ee3 { position:absolute;display:block;z-index:15016;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:7.5625rem;width:23.8125rem;top:14.375rem;left:4.21875rem;overflow:hidden;display:block; }
#o7HdEkp5BdhqU3ENyNOTq7o4AgOp9My7 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:25.125rem;top:20.8125rem;left:2.4375rem;overflow:hidden;display:block; }
#qifHdtsxhJIKdSAZsR917pRvTkz5dDH0 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:22.625rem;top:13.28125rem;left:44.5625rem;overflow:hidden;display:block; }
#oAaWJU85GNrKIuRzn2aoOzS7laqpOspP { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:19rem;top:20.8125rem;left:44.5625rem;overflow:hidden;display:block; }
#BlV0RSBKre5aW6xmSCISdWXCPZ69CzQP { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:18.5625rem;top:17.34375rem;left:27.5rem;overflow:hidden;display:block; }
#uDaQnKEQqbnC6LHB6tVvOn7zmN6EGS4B { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:24.75rem;top:28.8125rem;left:3.75rem;overflow:hidden;display:block; }
#C0tFlMdIcsR17QMElLf9JpvWrUxn1Mkq { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:22.75rem;top:28.375rem;left:29.4375rem;overflow:hidden;display:block; }
#IBLeAM5UDPWZ6HoQhaSkikUrZN4OqsIb { position:absolute;display:block;z-index:15004;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:5.875rem;width:21.8125rem;top:34.375rem;left:51.5rem;overflow:hidden;display:block; }
#s7J1T1RJ0i3BSGEA1pAllEZrNutucgHB { box-sizing:content-box;height:2.6875rem;width:3.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.1875rem;left:71.25rem;display:block; }
#BnJuf44k6gu5b7uxQKFQEboQ8zoPEzEU { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:8.7743125rem;text-align:center;text-align-last:center;display:none; }
#eV9TlCxlt2GHQNTk7PJKk2yF5N1m9Lw7 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:22.625rem;top:13.28125rem;left:44.5625rem;overflow:hidden;display:none; }
#M20tfadhicSR84WaaQh0ATR2tcpBKT6D { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:25.125rem;top:20.8125rem;left:2.4375rem;overflow:hidden;display:none; }
#L2Ouu2ACLXRg1ONQ6l2tEcPqdu6A4WmF { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:51.5625rem;left:0rem;height:9.4236125rem;text-align:center;text-align-last:center;display:none; }
#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6eff4;background-image:url("https://images.assets-landingi.com/uc/74883feb-1d42-49da-9755-ca13094f0911/d5ad6a4.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ.adaptive-delivery-prevent-bg, #orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ.lazyload, #orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ.lazyloading { background-image: none; }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ > .row .container { background-color: transparent; background-image: none; }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ > .row .container > .video-iframe-container { display: none; }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ > .row > .video-iframe-container { display: none; }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ > .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); }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ > .row .container { border-width: 0; border-radius: 0; }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:67.875rem;width:75rem;position:relative;display:block; }#Kf8DVSMPKXv2WnrdZRNrE3VotImd5MUv { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:8.2871125rem;text-align:center;text-align-last:center;display:block; }
#a6wr3p466RWlsmnmkUS11i7Nb71RAMmr { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.123046875rem;left:9.84375rem;height:40.04296875rem;text-align:left;text-align-last:left;display:block; }
#ZMeAowILIqyyZOOEKevZo6rHHRB051GS { position:absolute;display:block;z-index:15003;background-color:rgba(255,254,251,0.83);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:47.8125rem;width:60.625rem;top:11.560546875rem;left:8.4375rem;display:block; }
#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6eff4;background-image:url("https://images.assets-landingi.com/uc/74883feb-1d42-49da-9755-ca13094f0911/d5ad6a4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP.adaptive-delivery-prevent-bg, #F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP.lazyload, #F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP.lazyloading { background-image: none; }#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP > .row .container { border-width: 0; border-radius: 0; }#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:67.875rem;width:75rem;position:relative;display:none; }#MFR58Q68ZfiWVTBw8vBvAE5Beop8uAkn { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:8.2864625rem;text-align:center;text-align-last:center;display:block; }
#Zwhm16MN3fDsIFV46GJMMb24nT09eyPy { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.123046875rem;left:9.84375rem;height:40.05031875rem;text-align:left;text-align-last:left;display:block; }
#LsaZliOmqEVtmV9WpoAapkicfke9Vt2p { position:absolute;display:block;z-index:15003;background-color:rgba(255,254,251,0.83);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:47.8125rem;width:60.625rem;top:11.560546875rem;left:8.4375rem;display:block; }
#WOQrG1B5vOC0acQCyXq7KQwWZruKzO6U { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:8.2864625rem;text-align:center;text-align-last:center;display:none; }
#x6BvhA42IhK0EJxJTfqedmcc1qNRzmTn { 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:83.5625rem;width:74.9375rem;display:none; }
#Ji183Cyzp0CqMSniaGXe4E0gPtBdszxk { position:absolute;display:block;z-index:15003;background-color:rgba(255,254,251,0.83);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:47.8125rem;width:60.625rem;top:11.560546875rem;left:8.4375rem;display:none; }
#wb4qsNGNpEqOI0duv2Kt5bcMI5a0s0yx { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.123046875rem;left:9.84375rem;height:40.05031875rem;text-align:left;text-align-last:left;display:none; }
#kUA4aZJihD65TL5I1Sc6M7QmCiHzXqNI { 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:26.8125rem;width:29.9375rem;top:1.4658203125rem;left:0rem;overflow:hidden;display:none; }
#RB16vLaR4yeSTUnuFZQlXeqwB3lXa6sy { box-sizing:content-box;height:2.6875rem;width:3.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.1875rem;left:71.25rem;display:none; }
#Ex32wcLu6HB4KmJJeEUK0WMx1BXuwssZ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.080078125rem;left:36.75rem;height:17.546875rem;text-align:left;text-align-last:left;display:none; }
#O7xm9ndihsltSCaZcfra1H1xESmd6i8d { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.810546875rem;left:0.625rem;height:30.21875625rem;text-align:left;text-align-last:left;display:none; }
#Qs9Ue0i3sIC9HHOuUZEwCVTqF2yXTgWH { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:32.75rem;top:34.998046875rem;left:41.125rem;overflow:hidden;display:none; }
#c2kLgsvg2KOPqtHUb8PIxZL65MLltwNc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-tertiary-0),0.28));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-tertiary-0),0.28));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-tertiary-0),0.28));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-tertiary-0),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-tertiary-0),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-tertiary-0),0.28)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-tertiary-0),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c2kLgsvg2KOPqtHUb8PIxZL65MLltwNc > .row .container { background-color: transparent; background-image: none; }#c2kLgsvg2KOPqtHUb8PIxZL65MLltwNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2kLgsvg2KOPqtHUb8PIxZL65MLltwNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2kLgsvg2KOPqtHUb8PIxZL65MLltwNc > .row .container > .video-iframe-container { display: none; }#c2kLgsvg2KOPqtHUb8PIxZL65MLltwNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2kLgsvg2KOPqtHUb8PIxZL65MLltwNc > .row > .video-iframe-container { display: none; }#c2kLgsvg2KOPqtHUb8PIxZL65MLltwNc > .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); }#c2kLgsvg2KOPqtHUb8PIxZL65MLltwNc > .row .container { border-width: 0; border-radius: 0; }#c2kLgsvg2KOPqtHUb8PIxZL65MLltwNc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c2kLgsvg2KOPqtHUb8PIxZL65MLltwNc > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:126.375rem;width:75rem;position:relative;display:block; }#oEXA9A3zZIVGr7nqnQSOKkxoyp4xR3nw { 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:26.8125rem;width:29.9375rem;top:1.4658203125rem;left:0rem;overflow:hidden;display:block; }
#s4W381AJMJEhZHuJKfIcoBkIxx0QLKEf { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.080078125rem;left:36.75rem;height:17.54885625rem;text-align:left;text-align-last:left;display:block; }
#FTXMkadhQhS22mZTl8DC2XND8H0xuDh1 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.810546875rem;left:0.625rem;height:30.222675rem;text-align:left;text-align-last:left;display:block; }
#OXR6VDWzU1Oh9LV5dnC9tnodaGaKfKmJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:90.255859375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mzwKMGy3DHXRQkr389UHNZmwXVgc7MAQ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:111.625rem;left:0rem;height:9.4482375rem;text-align:center;text-align-last:center;display:block; }
#qE2qor6WctzKRuCTFyfeP52EVa4X9ZFP { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:102.443359375rem;left:0rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k85cxqQXd4wfI51ViGlg5mkp3KLqfvOT { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:32.75rem;top:34.998046875rem;left:41.125rem;overflow:hidden;display:block; }
#grCufa5E51ZGmBJbqvWvJzNuJqByxT21 { box-sizing:content-box;height:2.625rem;width:30.6875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.708375930786rem;left:0rem;display:block; }
#LCPtNn3l43iIsq0FblSD82TKxdht7Db2 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:62.095703125rem;left:0rem;height:22.66700625rem;text-align:left;text-align-last:left;display:block; }
#X0qFZDcQGkrwOyg6fEKsbaJTGO5v1c5y { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:90.255859375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TXVZanpkEcTTXzmOizHQIB6cLEO5cic0 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:102.443359375rem;left:0rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IppaAXBwdZDu3dWRREAF9Giaxt4syhC0 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:111.625rem;left:0rem;height:9.44791875rem;text-align:center;text-align-last:center;display:none; }
#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ { background-color:rgba(var(--color-tertiary-4),0.98);background-image:url("https://images.assets-landingi.com/uc/9bf567cd-2c59-4e2b-b17f-a9189355baba/d5ad6a.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ.adaptive-delivery-prevent-bg, #enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ.lazyload, #enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ.lazyloading { background-image: none; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row .container { background-color: transparent; background-image: none; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row .container > .video-iframe-container { display: none; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row > .video-iframe-container { display: none; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .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); }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row .container { border-width: 0; border-radius: 0; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#HicPfeDv7OtFDwCX4VETpH7VEuayycTq { position:absolute;display:block;z-index:15030;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:34rem;width:23.875rem;top:4.59375rem;left:11.700521469116rem;overflow:hidden;display:block; }
#GpkMgV0cS0r182HtKJvuifzM5A8cTW59 { color:rgba(var(--color-primary-0),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.7396237850189rem;left:42.436632156372rem;height:13.4033125rem;text-align:center;text-align-last:center;display:block; }
#JagMi5laX01E85GqAeQMn6fpaow1CIW1 { color:rgba(var(--color-primary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.300388336182rem;left:44.561632156372rem;height:5.5243rem;text-align:center;text-align-last:center;display:block; }
#ThBzNZ3MQNoJACR2nT3ipgTC5XBy1DbF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:12.751735687256rem;left:37.679689407349rem; }
#cvibZ8qc9Edy0uyamfyGe43HltPrgrf1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:26.752603530884rem;left:39.867189407349rem; }
#kZ0W1TzAFaftPGODS7PKuHHN4hqOaHF5 { position:absolute;display:block;z-index:15030;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:36.5625rem;width:25.8125rem;top:27.185546875rem;left:23.71875rem;overflow:hidden;display:none; }
#Ry42UVuU1XNpTseVoTXudLuBg0S2e626 { color:rgba(var(--color-primary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.46875rem;left:49.875rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC > .row .container { border-width: 0; border-radius: 0; }#CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:126.375rem;width:75rem;position:relative;display:none; }#rnEG79WTCKKlMLPJWIsaVecpsmEJ4Wtw { 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:26.8125rem;width:29.9375rem;top:1.4658203125rem;left:0rem;overflow:hidden;display:block; }
#lZTQqIOkJVbwXTpuA7r0BwP5XPBQMdmr { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.080078125rem;left:36.75rem;height:17.546875rem;text-align:left;text-align-last:left;display:block; }
#gUCtAfcFml2B9AawsTOsQswWwCxxUzol { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.810546875rem;left:0.625rem;height:30.21875625rem;text-align:left;text-align-last:left;display:block; }
#suJU1ct6wcT2U9Mp1CBpAxeQoUoDAbvM { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:90.255859375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zMn8M3hBVSUtbo705A5mRxt4EaQyAMPy { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:111.625rem;left:0rem;height:9.44791875rem;text-align:center;text-align-last:center;display:block; }
#RAlpOyusmG7pNTu8cnKROMOdbswN5iSG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:102.443359375rem;left:0rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v12LWEKimE4MoBJJ4KWPM4IFukwnXUxu { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:32.75rem;top:34.998046875rem;left:41.125rem;overflow:hidden;display:block; }
#F97PXOKq7tubwHBVbSJAHdNUeaQJzkTv { box-sizing:content-box;height:2.625rem;width:30.375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.892578125rem;left:0rem;display:block; }
#UksC5ne6BAHpgGVz1h6d2vkww7ZBzTbt { color:rgba(var(--color-tertiary-4),1);display:block;width:72.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:62.095703125rem;left:0rem;height:22.664075rem;text-align:left;text-align-last:left;display:block; }
#a8zkGQ7rK7xdvvJVnGSWML78uaPdrvgd { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.9521484375rem;left:0rem;height:4.54948125rem;text-align:center;text-align-last:center;display:none; }
#qD1rLDn1vygG6XANEB7zktbAtWT11JAs { color:#5d5d5d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.5869140625rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:none; }
#HWWuoWyc5yNiRH7TG1qytGHioUWI4TJB { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.2744140625rem;left:0rem;height:1.94965rem;text-align:center;text-align-last:center;display:none; }
#MO2bDxHtQWmL2Hs4WF0ZZowfaT5K7vdr { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#t7aPFrUTaqdxcTKlAXIpScVsXcmLOQy9 { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#zIVD8OgHI9HUVnTgUEbs0TtMyyNgAf9w { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#uouWwLwzOmAQiKdzFqThZhBP9siFehpW { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#qKpqZGJIkN1vN4APMISyePhI2MbNtuTC { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#tJBxW382ftcPbI2Ks2SbhofK14WBRH96 { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#Z1EQwR0HTTIztyBQc7HIPbsTqWsGsPbP { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#McmWZMwX6bJ1i3p5XLETZMrGLJhR7txk { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#ft30Ghz8TsTageq3rdFz92fcv9mlBknd { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#x1EHpxUnSKa49crfzNZdlyF7Aya4M0IL { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#Jv4EHJ5oyuET6L5gEsHzMUKMUNyXtiZy { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#E1MqaVPfh6hmrK2NvsTdyDG59Hx9PIDG { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#bDRhe5brw7xvRUPQWgO8C7Rf5J49zPuu { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#eR2GHLiS5LErxMIx9a9SSyXxGl8iV64J { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#gpZh2GgMaRiRQGH9z0zsXNQNsIcOzzkR { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#kJgegEQTC9zaudlbuzDCWM845Pqts0sh { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#vpvKTwlZZZsBeeDvpOXpMHGSHBFuP6mI { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#TQA3NDRIKZ0J7TMwQJaHovmxKJGanNcM { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#REXOFhOF2Il46aVG6sGTE6cDDssW2Akg { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#B2nfllM5HQnXC9ou7L1W9Ba4zR6uLmiy { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#tLqlrUGwTTNKRsdfRz4qDTfzuydIu35X { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#iLbt6vfThplrWWiMDVkTEPkATviioEyg { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#FbHJxJCpIrNpwKmlfB3ucqCwoiM6PEfK { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#Cgh9xxHC9Py6QnPeU1PqmWZAT8eChAKZ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#R8oLoXZs4UIlCBD3r0sZEA9DblPta7EU { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#OIdd3pmaGqXwD6J1MAQp77UJtp7G7DI5 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:67rem;top:95.2216796875rem;left:4.78125rem;overflow:hidden;display:none; }
#SLgftf2mFWhdOf1nGULtXDaNvP4GD2za { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#BQxJvOcarl3diTGTlMT2aPy5iDNmrsMe { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#wiwbVcuCBAVDb1MCyecmFIhToL2my3Tq { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#DkZrNLCduDRTX7BbD305MmQAdhV0D8Q3 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#nbGnQZyi4nT6qGcQvXWCArMMfxhcnItR { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#ScHKpDGI4oH92ylRXdgvFxnTJrwhXtwQ { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#OZicmB5mVJMXPLHtNRhafbQJKWKzwhWK { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#fVSJ27suL0HlEC7CJc4tA7TMhv9Pse3b { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#rotRIISbITVeGdH26zVBI0eqrShBkhTv { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#JShQ0bXZwvxuvqT2DsH7M5qHSPoSvXSN { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#HH3X0XyDgVlkmVmd3FlTCkE5pB0Llsbd { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#nUHhPuI58rUBSAPpXbTweT7Vvh02W4I3 { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:4.54948125rem;text-align:center;text-align-last:center;display:none; }
#ZAEkfRXa0940oKFK1QcTMbsgQLUXbsWm { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#ystvnqmF6k29aodhlVbSM4b6owKRTULz { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#WK83zinra7Kr9CvlMkr9XtcV7ryH28Cs { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#uE8yMyiy4pT5OiTLWkhSRrbkt2KflA86 { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#QQFN0f2IcIqMSGS7pAefyrhTQQ3P17fg { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#zr8suowzwvUuzzR5hITJMg76oVQKFPMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zr8suowzwvUuzzR5hITJMg76oVQKFPMT > .row .container { border-width: 0; border-radius: 0; }#zr8suowzwvUuzzR5hITJMg76oVQKFPMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zr8suowzwvUuzzR5hITJMg76oVQKFPMT > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:126.375rem;width:75rem;position:relative;display:none; }#ie3eTIkkVFZRaTHPT0aJN5fBbF9Ciuz8 { 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:26.8125rem;width:29.9375rem;top:1.4658203125rem;left:0rem;overflow:hidden;display:block; }
#XaBkqXqalmtTLkvyNKdUnDg4UTTt3ARH { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.080078125rem;left:36.75rem;height:17.546875rem;text-align:left;text-align-last:left;display:block; }
#FvmAgKFQT6tg2ytBLPXm9lGMTRKJ93vq { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.810546875rem;left:0.625rem;height:30.21875625rem;text-align:left;text-align-last:left;display:block; }
#UUFw9v3X6SneW9xqHks1l0AJKoil5cH6 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:90.255859375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RspXlItWv2AEZdBo8x063vaBhBlc6D1z { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:111.625rem;left:0rem;height:9.44791875rem;text-align:center;text-align-last:center;display:block; }
#XpbQJqADxRvQygLlRIBJxpkF29X7fTQp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:102.443359375rem;left:0rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LNxHnqXN0tzoMxnpBxax1S0IOZTFkh8o { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:32.75rem;top:34.998046875rem;left:41.125rem;overflow:hidden;display:block; }
#NmB6V4Gzb77SfDRVXTFwNdP9UuRMaMod { box-sizing:content-box;height:2.625rem;width:30.375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.892578125rem;left:0rem;display:block; }
#Rr0PfstIiZOJ8pfnN6UXmZt2QatZrv1t { color:rgba(var(--color-tertiary-4),1);display:block;width:72.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:62.095703125rem;left:0rem;height:22.664075rem;text-align:left;text-align-last:left;display:block; }
#cqCEOyCtQKP9Z1DskEymWMqNZpdbCatm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.9521484375rem;left:0rem;height:4.54948125rem;text-align:center;text-align-last:center;display:none; }
#oKxKhVWaJVlibeaqIvx0RATufsvANCy0 { color:#5d5d5d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.5869140625rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:none; }
#gSg5JiDBtohwImcTncIBnD23bTHiIWuE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.2744140625rem;left:0rem;height:1.94965rem;text-align:center;text-align-last:center;display:none; }
#Ire6UuWx5urrKxyt6JczTcQXXPr3iQOR { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#aSivVlPrOm01TXTkLlWhPfNWLHMSEoGK { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#RbUV7wiCrPxlAQ2RUqaPfdE7CsZCuLGo { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#KnDwF7kXL1MIp82h73z1qTKWMPiXZXih { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#I5d5vbGR6azgOPKC8lHAROKcxW3n7x55 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#ZMlLmRBU7NeJATRpl57DKHvL7aT9i61i { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#N5ocFrIXlu6Bzx0If1WG1yLET5WN3RSo { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#KthGQTFAbRLCvMZ3w6fPGb3G0taaRp39 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#zst9mfIWNfBRfSFSC4kK3T2hSuhEpTat { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#Lgmtfuh4IT1rlSUOnultL3d6ns7k81o5 { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#D4OstMsETrrSmXgZ3919OIXFVBFEQ8nk { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#H5mk0ygC55Z9zseeylyuOweFLVnToeJW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#pVsZ5okG6vnFLT2pe2X08ekpX8MV3MLT { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#IumyxdSfbAuSZJ4bXB3TrCrXyyihpNON { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#N5tPhyTCEqRabsVcr2ZaInNJAXBOn1XV { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#ClKldTIPrB3Qcznb6LcnSei93wRR7HVb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#nhuZWB87SasoM8hId0hRGPhhQggBknPH { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#t1fwbeR0ez3L0G2emtyp1rfzNo2mOVoD { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#Isw3ggpCxtTrR6HTNgpr7LWPeLIvGgpQ { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#aWaD6Glnli9nyoKX96v3lvlbfe2y4yoN { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#RGD5EAbCc1mmlqRpxykcTpSa4lQVCdQ4 { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#XvEmN7eLKC3RoyoXoFeXGN54ZJyw3J8f { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#NZUlT71oC4fGHFabpTg0XPllyV9N9oSn { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#dZz79UyoKZosO8RfBTQr3b85SH9T8nGF { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#yr2cxfIgCuREA3vLTKqizillx3tqZtS2 { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#sSbU8xDX5Tn1zTstU3lCTVOFeP38MkbX { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:67rem;top:95.2216796875rem;left:4.78125rem;overflow:hidden;display:none; }
#VEpBnkbtd4gbSRowBm1Ji1GUVQBLW3HW { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#JrG99SKuwsTudquC4pyD31xV1PuCOQvM { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#sxJBbyZmchH0dJsQNnTQbrkOqLCxkEVE { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#r220hTZTvcmlvy1tpxMP441FdXfUK9EU { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#VC8V4VQfDv9UgUGNZXda2PoKtAUrNg9y { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#Cp8vfhCu7ET02AoqSyDZP6w6r8AG0UFU { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#FgRVw6tPC2G72ysgpxX7tHLoeZzBBpI4 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#OkTsTfRgBbhDtLcm9OmikmplaC7bhwvW { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#V4UdkxQakm1VTi5QP4Zl6vMTorzgkrtF { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#fHsMPp8L4ebFHoawXmhlqCzX8Io9Wmzi { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#VUFml2EHAd6tBIFHGVtLpcBE8TwTrdc6 { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#MRiQRuyDbiPhdNLKTT5gsNygyXqCgLOd { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#HD9aFc3Kqzh2fJFOifMb9Ozc2SFDDI6T { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#ArOUTTERMZfqF3J0yC2XWawi6LShOoqU { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#AL4WU68TsiBBOS25pm1uLv8IKsRuZEOi { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#RRlZTpPCrmL6fSXpTU0ZLqMbuMiDs9KR { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw > .row .container { border-width: 0; border-radius: 0; }#Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:126.375rem;width:75rem;position:relative;display:none; }#u034s2e5dyZK9CXdAoWNreH1iHMiGEPv { 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:26.8125rem;width:29.9375rem;top:1.4658203125rem;left:0rem;overflow:hidden;display:block; }
#gZQt341Uf32RrPKBvy6QcPloVdoJWRdZ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.080078125rem;left:36.75rem;height:17.546875rem;text-align:left;text-align-last:left;display:block; }
#zZMqxUsk13ONktntIB2ZRvwTzKM5sg0Q { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.810546875rem;left:0.625rem;height:30.21875625rem;text-align:left;text-align-last:left;display:block; }
#S1cMaSJnOwXO14KKm3ReNRuoz5eAuoPo { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:90.255859375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hGBADDAkn8ZLyz6CUqEswfLEqyrVT1w7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:111.625rem;left:0rem;height:9.44791875rem;text-align:center;text-align-last:center;display:block; }
#kAPbQHQWDT4y8CJVZp9rTpcgO5x7TuCJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:102.443359375rem;left:0rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tAzyEO0Xb4QrsJ5nTkpdHGSl62Td8XaI { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:32.75rem;top:34.998046875rem;left:41.125rem;overflow:hidden;display:block; }
#IMqOi8Tns4r6T9TdgiTdsBHUMVqVctn8 { box-sizing:content-box;height:2.625rem;width:30.375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.892578125rem;left:0rem;display:block; }
#p7SHHrlGlPsGgMR9TiDIiGsNWowoeAbe { color:rgba(var(--color-tertiary-4),1);display:block;width:72.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:62.095703125rem;left:0rem;height:22.664075rem;text-align:left;text-align-last:left;display:block; }
#Es2b4LuQNpEpEBapTrWxUGVp67fJE6Ul { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.9521484375rem;left:0rem;height:4.54948125rem;text-align:center;text-align-last:center;display:none; }
#U12dNNJZLS84DFth70PNf2PhRHWNbXwr { color:#5d5d5d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.5869140625rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:none; }
#fo54GQQ9gcLw3NgrxkKCye24o7LCozd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.2744140625rem;left:0rem;height:1.94965rem;text-align:center;text-align-last:center;display:none; }
#A7hJHaeFiQgUpUQTSgoF7IedUc28CMwp { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#aTdJoQGGJZ8IOtvT2tebmlkQS97ff5bS { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#tbb1GH4CJuVATaMpTXXZ4RTk1Vey9iJC { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#IEDg1uZvTTK9IbqIIlNIaEieJxvzNxnN { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#ArVDLIhivGFDoP7JxA1ah8I7CPlkUQm2 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#lM3ED0XTcs3SUeKsnqESa6Tt3ADPTm6L { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#ImalkROS4rDTDkSbuIDD05rEIA6XyTWA { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#T5oMWzf7XrEqyyOAtc5tLHtyOKHRUlRw { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#Hww1c1lxEfQdN3T6tTL2TlTF2HUc1V3c { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#TG35eomGIvhtqgsZhoToHirSLid0rMhm { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#JW8ne5sTswbTn95nGrA5e56UZMlOMgb6 { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#I9LpI7TCc9e8suWrWiMCbTLdGVTaFepT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#wMTnFNzhyUHZoqHalO8HC94WS0S5Ivx6 { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#h4msohRaZATHFFf0EeUMExT0LwFcptkl { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#sflBrwwaWiihFpx2qDFlcRngEV4InZAt { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#VhM7yOqf1ynaZHr2RNOG1fqCpmEG95Po { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#Ea2K1ieMfD5T1kSeGGJAopimITR2rvHU { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#oETNaTEhO2JP4FwP362dO739FtiA3OJz { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#wQuv3fGgC8DGxM69hL8ZeGKQEuckz40v { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#hAFRM3Md0TG2dzuoupuGHdmy6TMfz3CV { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#Csye2HkTkNQlV0DIEqudcs4VTKZyxZB6 { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#khWlrL1AtnawdmJQzmClxHbThMtCextS { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#mAfcHrF9w23GiOq0TNXBe54zmR2ceafK { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#bUwNUcgTsWvIgT0A7f2lTkW5T1yxu3mm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#CTHFEDlxgS0MfOEUShlKZzZwDHxJ7hRp { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#W46CDTxgKFkhhpZfEaiN6Dz6T02AAM2c { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:67rem;top:95.2216796875rem;left:4.78125rem;overflow:hidden;display:none; }
#nbR9pnxvRevy4qmJK794glDq0Tspirbw { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#eRWwTgsgwHXtIJrTdPeyTSoK5B3RuVvo { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#TKvU5NBucc6J3XJLGWS6AJoNFMihOAek { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#XGUvJncxzsbMz4TrcToQJ6H0wytHxqEZ { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#NFn97sLBsC9NiChIOXfNgqC7K1XDDQKL { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#k1OZkV9MsVPxa0yE8dUNOFKdf7xfX8bg { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#zJu4OH7L2Pdi9RZevaEGnC2eDW9nlw6S { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#klRrvS5sOaIMZmLldMKPdSf7uVSAMbf3 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:none; }
#GvJJdeN1zZfQM4zRJ1Xm2n8lBv6CmBbG { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#ulWddGNLvd7KsGTfuwsVITE48gc1QfiV { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#mvDrGr5yeymawvZ7ylo6hDB6VdR7ml2w { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#iE2uscBlR9WsPk4D6QGn4JJH0KOUib3c { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:none; }
#Hwc8lsRTBsQk8Cns2D8ytOZ4kwscmqlN { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:none; }
#IEkAMqJr3AyVWgOpk1Ggi3DC9D0zzRDU { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:none; }
#pe8vTE45z0PiSrcVpAk22gxkoD7PTRpo { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:none; }
#FTs640J9CwGreAPAEud8Tsc0X3Jmi6RA { box-sizing:content-box;height:0.3125rem;width:18.75rem;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; }
#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row .container { background-color: transparent; background-image: none; }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row .container > .video-iframe-container { display: none; }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row > .video-iframe-container { display: none; }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .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); }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row .container { border-width: 0; border-radius: 0; }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:108.375rem;width:75rem;position:relative;display:block; }#bx8vWyWSAhDZcM9J177FaFNRpoFKi39k { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:4.54996875rem;text-align:center;text-align-last:center;display:block; }
#b32XZhGTf8pEamUlhqioqmggolfHlZ2W { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.9521484375rem;left:0rem;height:4.54996875rem;text-align:center;text-align-last:center;display:block; }
#zRbZyCfWgWtZ4ouVbOhyE2mQ3VwXXP1u { color:#5d5d5d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.5869140625rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#ZmsCPTxDcerTmQItJuw2CfcN5OT4FFHX { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.2744140625rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#QQVdDTdIA8gUmCh1HQ3F8OtBnwTaBamU { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:22.0986328125rem;left:1.65625rem;display:block; }
#UWsRGyz4obgqZqVoUZQMAGZMCH9yoAyi { position:absolute;display:block;z-index:15005;background-color:rgba(255,254,251,0.83);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.4375rem;width:34.875rem;top:22.0986328125rem;left:38.65625rem;display:block; }
#SIcvZHfXDgK5o70CZJq0220G7UDgestE { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#P05DCXS8dU7i1wWZkiPpus8vHwGAxTQ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:0rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#W5VyfTqT2R8Mf2glTIKHk4Z8RCpPnnQr { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:block; }
#J0llT4uk3LgomZB5KMPisCc7J6hOcaoP { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:35.625rem;left:4.34375rem;overflow:hidden;display:block; }
#u3JnJ7vTMGHObwes6aaJ4UqPogRUCL3S { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.6142578125rem;left:40.59375rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#LtQ7kPvbyXKSbwTBewuGICDTFqCg9gR8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.1396484375rem;left:38.65625rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#ikePMoknP0AAEllfpvZ8rhIhcRUsVfTO { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.0869140625rem;left:40.4375rem;height:3.89930625rem;text-align:left;text-align-last:left;display:block; }
#zur4hv58c8KqOrnisQPsIZscAEaLTkA9 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:28.6875rem;top:35.90625rem;left:41.9375rem;overflow:hidden;display:block; }
#o6C5G6uU74k0OW73TJPO6BhADEFD3MPx { position:absolute;display:block;z-index:15005;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:35.1875rem;top:42.2861328125rem;left:1.65625rem;display:block; }
#nMqiOXCltQ9H3dWLcWdDwoNH5hZZTJhq { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:44.3408203125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#Bw4nACAqNTUdqIph0QS74WVecLPFTv0z { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:47.1591796875rem;left:0rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#e1xJkfZEA86LhfQ2U5Uek7DMMc0TOQBt { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:51.0244140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:block; }
#xKPTUyWaBXnMpfDGFe0BPdhgy62oZWU7 { position:absolute;display:block;z-index:15006;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.375rem;top:42.2861328125rem;left:39.25rem;display:block; }
#tCKLLQHaL97GGigbE5qyVOiIRmenioN3 { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:44.3408203125rem;left:41.3125rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#JxexZdTDO1qfMSE2pz0gXMTIP0wRG8e7 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:47.1591796875rem;left:37.78125rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#yBninnXSWA8mTTtfvHRQkdTEoOyXv0zO { color:#5d5d5d;display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:51.0244140625rem;left:41.125rem;height:3.8993rem;text-align:left;text-align-last:left;display:block; }
#JZQyM4oFrT7Wwb1rnKnnVdxhO0CsakLe { position:absolute;display:block;z-index:15006;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:62.9111328125rem;left:1.65625rem;display:block; }
#wpbD4aX5B2gPXb9zRNZpcLWXe9aqstHm { position:absolute;display:block;z-index:15007;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.3125rem;top:62.9111328125rem;left:39.4375rem;display:block; }
#EmI2SeO8hAoV2c8zFx6IKGqeWovU7qqo { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:64.2783203125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#JGqchdbAlo6xOIxH3Ky5zyEs77VBQCms { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:67.1591796875rem;left:0rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#qhQvZKcoACi5EmxQMUoPp4dh2HNcJDkv { color:#5d5d5d;display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:71.1494140625rem;left:3.21875rem;height:3.89930625rem;text-align:left;text-align-last:left;display:block; }
#GihAMCvCL4tXGQksqV4I03FEUVzlKIku { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:64.2783203125rem;left:41.9375rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#tozT1E7aGazFZQxLTqtbC5UmwUCqROkh { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:66.4716796875rem;left:34.28125rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#Fgp2OOwE1mztef5bJS66ZFDoigREs3Xk { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:71.1494140625rem;left:40.4375rem;height:3.89930625rem;text-align:left;text-align-last:left;display:block; }
#op5cor1JGpDPddnwbmGQuqLWwwB6qXeu { position:absolute;display:block;z-index:15007;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.6875rem;width:72.75rem;top:83.6611328125rem;left:1rem;display:block; }
#ZmxlATm5BDyS7PQQekRO3VIdhLVZ7ZSb { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:85.0908203125rem;left:3.21875rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#gECJOtugUdKEuLXruurCSHye05G2vN9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:88.0966796875rem;left:1.65625rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#R2uNTsPJFOzQNADm9pZCEHLyP1xsGgGp { color:#5d5d5d;display:block;width:67.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:92.1494140625rem;left:3.21875rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#KS6zaevqTmiKDiSo1IyapXU9965Q87fT { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:28rem;top:55.75rem;left:4.34375rem;overflow:hidden;display:block; }
#HnR2xiCufTtGMP28ut7ewn0z88R5zapH { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:29.1875rem;top:56rem;left:41.9375rem;overflow:hidden;display:block; }
#kTnBVyNmUyZPiMIinC4UShQiuzrk8z1w { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:29.0625rem;top:76.75rem;left:4.65625rem;overflow:hidden;display:block; }
#gniEc7BOBpXNetSupUyaTtk3BbWD39RF { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:29.375rem;top:76.75rem;left:41.75rem;overflow:hidden;display:block; }
#lVEKnKunP9w1SiQfr7fIMQFuI5WfcWSU { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:67rem;top:95.2216796875rem;left:4.78125rem;overflow:hidden;display:block; }
#ndmg5lHpZkzATEk0geG31iqWsGMW7OtS { position:absolute;display:block;z-index:15024;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:5.3125rem;width:4.875rem;top:23.0361328125rem;left:28.90625rem;overflow:hidden;display:block; }
#DvqinauTJPEN5QbOGO3TrzDFzRAXVh95 { position:absolute;display:block;z-index:15025;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:6.4375rem;width:7rem;top:23.3642578125rem;left:64.84375rem;overflow:hidden;display:block; }
#qMLbb7EfTs2vI1IBbKTwlkHd7i61k6Z2 { position:absolute;display:block;z-index:15026;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:5.25rem;width:5.3125rem;top:43.5283203125rem;left:28.46875rem;overflow:hidden;display:block; }
#xuKrk9trmaTh4wiQoLnXzQWnJk3Agn9I { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5.125rem;top:43.5rem;left:66.0625rem;overflow:hidden;display:block; }
#WwlFP6ZZxM3rEd2yBmMAsHOpq69hdDtG { position:absolute;display:block;z-index:15028;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:6rem;width:6.1875rem;top:85.0908203125rem;left:63.528963414631rem;overflow:hidden;display:block; }
#JpirOSGc64aNElki8uyTGeAD6so0a6RM { position:absolute;display:block;z-index:15029;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:4.5625rem;width:4.625rem;top:64.2783203125rem;left:28.40625rem;overflow:hidden;display:block; }
#X84RIJ6RLTQHLnk2H7Tyze0wPJz2sJFI { position:absolute;display:block;z-index:15030;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:4.4375rem;width:5rem;top:65.03125rem;left:65.5925rem;overflow:hidden;display:block; }
#SEMOzSfiUpe0PDiZyA8Vv8lsNZpHamrI { color:rgba(var(--color-tertiary-4),1);display:block;width:72.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.470703125rem;left:0rem;height:20.47136875rem;text-align:center;text-align-last:center;display:none; }
#VlcSogDHQxyqNuvKbmTvu2WkSTBDMS4R { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:4.54948125rem;text-align:center;text-align-last:center;display:none; }
#sFvtNm0f6no3iJ2iE1fv1WJzpWw1M7OE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sFvtNm0f6no3iJ2iE1fv1WJzpWw1M7OE > .row .container { background-color: transparent; background-image: none; }#sFvtNm0f6no3iJ2iE1fv1WJzpWw1M7OE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFvtNm0f6no3iJ2iE1fv1WJzpWw1M7OE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFvtNm0f6no3iJ2iE1fv1WJzpWw1M7OE > .row .container > .video-iframe-container { display: none; }#sFvtNm0f6no3iJ2iE1fv1WJzpWw1M7OE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFvtNm0f6no3iJ2iE1fv1WJzpWw1M7OE > .row > .video-iframe-container { display: none; }#sFvtNm0f6no3iJ2iE1fv1WJzpWw1M7OE > .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); }#sFvtNm0f6no3iJ2iE1fv1WJzpWw1M7OE > .row .container { border-width: 0; border-radius: 0; }#sFvtNm0f6no3iJ2iE1fv1WJzpWw1M7OE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFvtNm0f6no3iJ2iE1fv1WJzpWw1M7OE > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:98.875rem;width:75rem;position:relative;display:block; }#g3hFu4wdAmksOxtTWBDUEK0hTCytSS6R { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:4.54996875rem;text-align:center;text-align-last:center;display:block; }
#keuVgEBfmWRSBT9iTbDqVcXf6ccqk9T3 { color:#5d5d5d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#EpwDntv6mlWpSKiwShnuuhPcF7scSLZa { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.375rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#DobgcrF5De9a4J6b7iIxpMMxm4btPqXJ { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:17.25rem;left:1.6875rem;display:block; }
#T8BIUKdbRPEfw9wxQ3KwW5ZbOUIA7d1M { position:absolute;display:block;z-index:15005;background-color:rgba(255,254,251,0.83);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:17.25rem;left:38.6875rem;display:block; }
#PvhhSCTLsTfuFTsga7HtIxWkT52bCnhv { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.75rem;left:3.25rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#e7G5JCN45yxiwoVo7ZQsXfbvmsv4gCbz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.25rem;left:0rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#AXqnL5f9huCQuXtvfrrWfs5xUXgNO0zr { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.1875rem;left:3.25rem;height:3.89930625rem;text-align:left;text-align-last:left;display:block; }
#HExt2FLKZ0VqByqP87mmrLyT5U7RRv27 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:30.75rem;left:4.375rem;overflow:hidden;display:block; }
#Hh1rEdbsV7Zp8DpwuG7OHKbLrdFSTT1i { color:#5d5d5d;display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.75rem;left:40.625rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#qN7lWxhSUNcwmWXcak7JcRNJZIJetWx3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.25rem;left:38.6875rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#UsSWtaJeTXUqwxRKGft91AsuiFq7qFcI { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.1875rem;left:40.4375rem;height:3.8993rem;text-align:left;text-align-last:left;display:block; }
#wd3zp7ogHOzf3PQQNhX5TcqOu0BvBybn { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:28.6875rem;top:31.0625rem;left:41.9375rem;overflow:hidden;display:block; }
#XDt8lq3UlqITsnHb1TLD20ZdNXpsf0pQ { position:absolute;display:block;z-index:15005;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:35.1875rem;top:37.4375rem;left:1.6875rem;display:block; }
#n4sQcascs2ppKWRh2FV3aAJSqgx7EfmP { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.4375rem;left:3.25rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#TPJA2uTK57wtsMiI2F2xoAUdizK10gPD { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:42.3125rem;left:0rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#PNTO6pING99tyLSRA1BHtQMsaiqHwfP9 { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:46.125rem;left:3.25rem;height:3.89930625rem;text-align:left;text-align-last:left;display:block; }
#oIx4gvIz362CT5E0np2LuVf5N12qRb9v { position:absolute;display:block;z-index:15006;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.125rem;width:34.375rem;top:37.4375rem;left:39.25rem;display:block; }
#TlSn8dMmOfFmX9E3Mf3AOzlUTvP4TzdD { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39.4375rem;left:41.3125rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#whMZPyEihTpz8Kv4ewJuxKTAT4LKTSry { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:42.3125rem;left:37.8125rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#lDgRhBPLTi8lLg3hKk0wvqhPhZsQ1vRc { color:#5d5d5d;display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:46.125rem;left:41.125rem;height:3.89930625rem;text-align:left;text-align-last:left;display:block; }
#zTDo0D7PN93NmEeZwUctnAPCrHefs6pR { position:absolute;display:block;z-index:15006;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:58.0625rem;left:1.6875rem;display:block; }
#bLRUIOESx7kFG0TPQZckRsT2povKnQyU { position:absolute;display:block;z-index:15007;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.1875rem;top:58.0625rem;left:39.4375rem;display:block; }
#T34WcdDf4S8Eu6TH61fcdybdG4AA01s6 { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:59.375rem;left:3.25rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#suDzCouEs15kKc6cxh2QREOcT6Dlevyl { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:62.3125rem;left:0rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#wD3EasaJBNSeWvHgckckO7em9MS457HZ { color:#5d5d5d;display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:66.25rem;left:3.25rem;height:3.89930625rem;text-align:left;text-align-last:left;display:block; }
#a8MgOdKBeh2KcOhKlQoTeH6Pakbcphuq { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:59.375rem;left:41.9375rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#hWkrMyxSrnqbZps49vqNToIprqIyOyiW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:62.3125rem;left:36.5625rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#podoyuBCzJfHJGd5BEHzURFw4ZKO0X5F { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:66.25rem;left:40.4375rem;height:3.8993rem;text-align:left;text-align-last:left;display:block; }
#es07TKvN8Erq5sEf0U5T51PLVCXdT4by { position:absolute;display:block;z-index:15007;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.6875rem;width:72.3125rem;top:78.8125rem;left:1.1875rem;display:block; }
#JpE4T42k2X9MSi8VbrQ5KP5WHOiZnG0D { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:80.1875rem;left:3.25rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#AmkC0Bdm5csZUhUNvDmGnDNWXAuF2MhM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:83.25rem;left:1.6875rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#cmRIsuFToCB6Rx9Fgato4G04GZnk4E7F { color:#5d5d5d;display:block;width:67.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:87.4375rem;left:3.6875rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#H212x6CWZ6rDf5TQC1VLe2RK7IuZm2pC { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:28rem;top:50.875rem;left:4.375rem;overflow:hidden;display:block; }
#uzyLoWOazpy2yC157WnOaKu9hos7sZH5 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:29.1875rem;top:51.125rem;left:41.9375rem;overflow:hidden;display:block; }
#qSGxwSqAKOyZuhI40l5Zv4nU0mhxTZsN { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:29.0625rem;top:71.875rem;left:4.6875rem;overflow:hidden;display:block; }
#B8sx175MZr76SIJukb7yaeTBzcTOnUzu { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:29.375rem;top:71.875rem;left:41.75rem;overflow:hidden;display:block; }
#ZOixhXQFvgmMrcMuvsmWSxTSDrSTyag0 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:67rem;top:90.375rem;left:4.8125rem;overflow:hidden;display:block; }
#XoxuUzKutgsaJa2mNKoJGO9yRWcHL84P { position:absolute;display:block;z-index:15024;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:5.3125rem;width:4.875rem;top:18.1875rem;left:28.9375rem;overflow:hidden;display:block; }
#mE0guXanKXg1NH3tiXnEPCNtzXGvagbR { position:absolute;display:block;z-index:15025;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:6.4375rem;width:7rem;top:18.5rem;left:64.875rem;overflow:hidden;display:block; }
#A1hgf5uaQf32aOs1gbTubAu1fz3Jevgk { position:absolute;display:block;z-index:15026;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:5.25rem;width:5.3125rem;top:38.625rem;left:28.5rem;overflow:hidden;display:block; }
#gaJKSBOJhaQfhsKq4ncuDQvbiaFsHBxT { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5.125rem;top:38.625rem;left:66.0625rem;overflow:hidden;display:block; }
#X5Rax1E7cLQJb3Ot1FwrkiRPKH9vT0Mz { position:absolute;display:block;z-index:15028;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:6rem;width:6.1875rem;top:80.1875rem;left:63.5rem;overflow:hidden;display:block; }
#v7aN21EUm0tHc94UkGK8XWSQukc52TgQ { position:absolute;display:block;z-index:15029;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:4.5625rem;width:4.625rem;top:59.375rem;left:28.4375rem;overflow:hidden;display:block; }
#nmL4MR8rzNrdq0w9OwEJaMPwNNU77uZN { position:absolute;display:block;z-index:15030;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:4.4375rem;width:5rem;top:60.1875rem;left:65.5625rem;overflow:hidden;display:block; }
#PJgKfObobGd6qy1BCPRbRnZgdOdDEE64 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PJgKfObobGd6qy1BCPRbRnZgdOdDEE64 > .row .container { background-color: transparent; background-image: none; }#PJgKfObobGd6qy1BCPRbRnZgdOdDEE64::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJgKfObobGd6qy1BCPRbRnZgdOdDEE64 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJgKfObobGd6qy1BCPRbRnZgdOdDEE64 > .row .container > .video-iframe-container { display: none; }#PJgKfObobGd6qy1BCPRbRnZgdOdDEE64 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJgKfObobGd6qy1BCPRbRnZgdOdDEE64 > .row > .video-iframe-container { display: none; }#PJgKfObobGd6qy1BCPRbRnZgdOdDEE64 > .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); }#PJgKfObobGd6qy1BCPRbRnZgdOdDEE64 > .row .container { border-width: 0; border-radius: 0; }#PJgKfObobGd6qy1BCPRbRnZgdOdDEE64 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJgKfObobGd6qy1BCPRbRnZgdOdDEE64 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:105.125rem;width:75rem;position:relative;display:block; }#Gv799NQC9TkzGzQlKFz5gsqRom33eDPV { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:4.54996875rem;text-align:center;text-align-last:center;display:block; }
#blB32HUCcsmuWWQKHQoduVRSbnE9nkf5 { color:#5d5d5d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#JFhOpULlUxX4KExOXt4nE0ECCkwBWIut { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.375rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#h5fvXDrimSk0LJQd1ed5dITr87hVqZm6 { position:absolute;display:block;z-index:15004;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:17.25rem;left:1.6875rem;display:block; }
#sVwryInCJx9tkybqPeEuXReUNuvZ7Sco { position:absolute;display:block;z-index:15005;background-color:rgba(255,254,251,0.83);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:17.25rem;left:38.6875rem;display:block; }
#inq66HdekHTToWMFN3gPWaZeOgkm7hS7 { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.75rem;left:3.25rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#J1pMQSHLALRxk7m7UTJF7WaM2DCCg7Q6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.25rem;left:0rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#yz5OEMKOcedPzgfR0yDizC18OGZoKkCV { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.1875rem;left:3.25rem;height:3.8993rem;text-align:left;text-align-last:left;display:block; }
#RUWQlXGf0aNBHaWZtBftTG65XN3HPGnF { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:28.625rem;top:30.75rem;left:4.375rem;overflow:hidden;display:block; }
#gb1bRvA6hqyyTvtqQkhl8eTPrAPqfIPd { color:#5d5d5d;display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.75rem;left:40.625rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#KA7LflIEpr5QRhDA06nKqqzuwQzdvWRu { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.25rem;left:38.6875rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#BaPB8RhZrrTNUnxmlQZW04LdW9UG7ICJ { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.1875rem;left:40.4375rem;height:3.8993rem;text-align:left;text-align-last:left;display:block; }
#Szra4m0tpNkaI0COTud64WIVvnWtp7hb { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:28.6875rem;top:31.0625rem;left:41.9375rem;overflow:hidden;display:block; }
#a52iri39lhS4e0LeKDRsXktpTrgB8heO { position:absolute;display:block;z-index:15005;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:35.1875rem;top:37.4375rem;left:1.6875rem;display:block; }
#sBelfOl5JFbLNfx4HOcp6pszx91hevMO { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.4375rem;left:3.25rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#MtD0kTz2BrlpZyQI3XG6DBiMH4s6Lq0o { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:42.3125rem;left:0rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#uUlkBgavRv5RfMyLiFpfMk11x6M41n32 { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:46.125rem;left:3.25rem;height:3.89930625rem;text-align:left;text-align-last:left;display:block; }
#Mmm0z8qIzK437rE5Cte5rEEuKTGbWSH0 { position:absolute;display:block;z-index:15006;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.125rem;width:34.375rem;top:37.4375rem;left:39.25rem;display:block; }
#Z6TmA2G2ncT31AIl7Twn3aqlF6xOi6rV { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39.4375rem;left:41.3125rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#RVXFck1Neo63SLrq6OBgCfkPoufduZVl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:42.3125rem;left:37.8125rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#PvetTIKyJsZsMLNMugwIbZozaRTaUbMJ { color:#5d5d5d;display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:46.125rem;left:41.125rem;height:3.8993rem;text-align:left;text-align-last:left;display:block; }
#UHOfTTOg3a2t1g3QG67UQeFNhdMr746T { position:absolute;display:block;z-index:15006;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.875rem;top:58.0625rem;left:1.6875rem;display:block; }
#wLz6bFOiSGvKzuLBWDTB5DF10h9v0q3l { position:absolute;display:block;z-index:15007;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:34.1875rem;top:58.0625rem;left:39.4375rem;display:block; }
#csKhViKL9PL37XbvlLx055NfTMCyritQ { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:59.375rem;left:3.25rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#BR3QHO5zNzRuZP3WhmAoBOZMXUg0D1Nz { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:62.3125rem;left:0rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#U5EuloyDsCdCUBTC4IAUXPFJO5bgNUQH { color:#5d5d5d;display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:66.25rem;left:3.25rem;height:3.8993rem;text-align:left;text-align-last:left;display:block; }
#JGrgWJeg8uvvg2I4DToq3MOL5GvrTfRI { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:59.375rem;left:41.9375rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#ze6IxiQeeaF3B2C8cPrPOUyDSwolOMQq { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:62.3125rem;left:40.625rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#B5gXDcaTWla0P9o1advTfnqGd4wutFah { color:#5d5d5d;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:66.25rem;left:40.4375rem;height:3.8993rem;text-align:left;text-align-last:left;display:block; }
#K82FJhaH7zvwN1bDGmX5XfcALLU3QmvS { position:absolute;display:block;z-index:15007;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.6875rem;width:72.3125rem;top:78.8125rem;left:1.1875rem;display:block; }
#HlHgGZNTNb1IABD1ukooohVCE1APZg9f { color:#5d5d5d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:80.1875rem;left:3.25rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#SDCMi9ZNmSRvEF1kSEoVtFEQodQtJNab { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:83.25rem;left:1.6875rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#NqTstaG3iXPgE861iD1e3WZEzLiGL0lT { color:#5d5d5d;display:block;width:67.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:85.849609375rem;left:3.25rem;height:3.89930625rem;text-align:left;text-align-last:left;display:block; }
#fsaToxhnXZNaOzd4G5Z6czaTfRo2gG9J { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:28rem;top:50.875rem;left:4.375rem;overflow:hidden;display:block; }
#boTkUfIvPi2I6veelRhvwAxdFtAOVhUT { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:29.1875rem;top:51.125rem;left:41.9375rem;overflow:hidden;display:block; }
#xPFP8deqtGobhVQQ6N1wx8IoNDOl0Cdh { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:29.0625rem;top:71.875rem;left:4.6875rem;overflow:hidden;display:block; }
#oD2sOCaZyaRSfrRSs8mcl2y1kl09ZgCg { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:29.375rem;top:71.875rem;left:41.75rem;overflow:hidden;display:block; }
#ECgSZ8baDrUkBB1cG5ryl7Vc9kEKPdyK { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:67rem;top:90.375rem;left:4.8125rem;overflow:hidden;display:block; }
#UkUl8rEyy07d1v23Dvbge7P6ibKrDZNT { position:absolute;display:block;z-index:15024;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:5.3125rem;width:4.875rem;top:18.1875rem;left:28.9375rem;overflow:hidden;display:block; }
#pVa63fVntdRsIsbb5OqWZ9tAEJ62RDt8 { position:absolute;display:block;z-index:15025;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:6.4375rem;width:7rem;top:18.5rem;left:64.875rem;overflow:hidden;display:block; }
#bfAQE563TLH2TyAPag02V6DXvOCtWltz { position:absolute;display:block;z-index:15026;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:5.25rem;width:5.3125rem;top:38.625rem;left:28.5rem;overflow:hidden;display:block; }
#rSM1Q8LQiOKQ3T2fxLvesAcs1CJAKmhx { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5.125rem;top:38.625rem;left:66.0625rem;overflow:hidden;display:block; }
#CGTvb5leMqBA86OpHwMArzF5JGx2fpFk { position:absolute;display:block;z-index:15028;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:6rem;width:6.1875rem;top:80.1875rem;left:63.5rem;overflow:hidden;display:block; }
#TiXQUz6BV00ixgPT80XD0Ra5glpmiHXC { position:absolute;display:block;z-index:15029;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:4.5625rem;width:4.625rem;top:59.375rem;left:29.1875rem;overflow:hidden;display:block; }
#WiSm9H1y55Hr5uFgPQnPkaM1Rrm6nzb3 { position:absolute;display:block;z-index:15030;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:4.4375rem;width:5rem;top:59.375rem;left:66.1875rem;overflow:hidden;display:block; }
#r78mLbxtGLMy7eoTsqIJhsJallsldEsD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row .container { background-color: transparent; background-image: none; }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row .container > .video-iframe-container { display: none; }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row > .video-iframe-container { display: none; }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .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); }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row .container { border-width: 0; border-radius: 0; }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:72.5625rem;width:75rem;position:relative;display:block; }#u2sTIc38OG0pSdUudI3gECPq1diHXe5L { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:4.54996875rem;text-align:center;text-align-last:center;display:block; }
#o3ktUT5BFfQ4ZJ4rqM3ATkMEX8iaNzWt { color:rgba(var(--color-tertiary-4),1);display:block;width:72.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.470703125rem;left:0rem;height:20.47364375rem;text-align:center;text-align-last:center;display:block; }
#t4y2DVoETRCWFDXhDt82OgWRWbvNdm3c { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9980625rem;width:15.9980625rem;top:35.4375rem;left:4.625rem;overflow:hidden;display:block; }
#A1ScMmeuM4gEVX5PpHPAo8JLeqwXh2IA { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -moz-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -ms-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -o-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );";background-image: linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-size:auto !important;border-top:0.1875rem solid #080909;border-left:0.1875rem solid #080909;border-right:0.1875rem solid #080909;border-bottom:0.1875rem solid #080909;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:34.375rem;width:22.5rem;top:32.1875rem;left:1.6875rem;display:block; }
#koqWRQHQTSRWf31S5NH9s26vRvkTLGBZ { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -moz-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -ms-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -o-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );";background-image: linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-size:auto !important;border-top:0.1875rem solid #080909;border-left:0.1875rem solid #080909;border-right:0.1875rem solid #080909;border-bottom:0.1875rem solid #080909;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:34.75rem;width:22.125rem;top:31.625rem;left:26.75rem;display:block; }
#UHsb09BdQp3GThwhTimkfQ4trf7yTIOg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:9.6875rem;top:33.75rem;left:32.9375rem;overflow:hidden;display:block; }
#HUrNWzsXxuvIIsGE7m8168bdJPXaWOES { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:6.8125rem;top:35.4375rem;left:58.9375rem;overflow:hidden;display:block; }
#qLmIrVL676iq1MucLFJdm5l39zRLAEzJ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.0625rem;position:absolute;font-family:fraunces;font-size:2.6875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:32.8125rem;left:29.5625rem;height:2.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wdf8iMtCCxdekKcIrnTV7wkJF4SRxR6L { color:rgba(var(--color-tertiary-3),1);display:block;width:18.0625rem;position:absolute;font-family:fraunces;font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:32.8125rem;left:3.875rem;height:2.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AlNBAdGTNDfoaWI6KaK9GCOyDimGQ79i { color:rgba(var(--color-tertiary-3),1);display:block;width:18.0625rem;position:absolute;font-family:fraunces;font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:32.8125rem;left:53.9375rem;height:2.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krJE3TBZzPOdIOa9aTuQVPGHMfTzT7xR { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -moz-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -ms-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -o-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );";background-image: linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-size:auto !important;border-top:0.1875rem solid #080909;border-left:0.1875rem solid #080909;border-right:0.1875rem solid #080909;border-bottom:0.1875rem solid #080909;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:34.75rem;width:22.5rem;top:32rem;left:50.8125rem;display:block; }
#lvLWIR3BTVznd7a4qWcP4ld26BJiTT80 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.4375rem;position:absolute;font-family:fraunces;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:48.375rem;left:52.125rem;height:5.4383625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iyyyPipvW7nBeWtR4R3WESDvxTz9qhNA { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:49.3125rem;left:3.5rem;height:3.625575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FD7mxFJPoRhI5OeTCWJnLq6UWEsMrxCQ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:51.4375rem;left:28.1875rem;height:1.9376625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NonBb3Z8IMkVPFl5KlXpXBseOwWHpKd9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:53.8125rem;left:4.375rem;height:12.1875rem;text-align:center;text-align-last:center;display:block; }
#cWs6wRRDvhUPWsOfP29ATWn9r2zJfI9R { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:54.8125rem;left:29.6875rem;height:10.15625rem;text-align:center;text-align-last:center;display:block; }
#cNSmWlLlg96T8lroyMWMeNpDn4J1t9qf { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:54.8125rem;left:53.1875rem;height:12.1875rem;text-align:center;text-align-last:center;display:block; }
#kGizaOWN83yWDAWe4eMvHfSBF8DQMbgt { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:2.185546875rem;left:0rem;height:3.818575rem;text-align:center;text-align-last:center;display:none; }
#rOig8U0fZfVrfAOzFLUxHHxvTZOdABKu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.0087890625rem;left:0rem;height:4.7118rem;text-align:center;text-align-last:center;display:none; }
#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.07));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.07));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.07));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.07));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='#cfa54911' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='#cfa54911' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.07));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row .container { background-color: transparent; background-image: none; }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row .container > .video-iframe-container { display: none; }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row > .video-iframe-container { display: none; }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .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); }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row .container { border-width: 0; border-radius: 0; }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46rem;width:75rem;position:relative;display:block; }#FfKSZNr4RAay4vmdCyC5fDikJJu0MVCC { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:2.185546875rem;left:0rem;height:3.819175rem;text-align:center;text-align-last:center;display:block; }
#msLSdIhl3hWRUNnKn2r0kctXf4ToHKDA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.0087890625rem;left:0rem;height:4.7118rem;text-align:center;text-align-last:center;display:block; }
#H4wIbDVfdxtE9NHQ8z2vqT4avTEMK04v { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -moz-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -ms-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -o-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );";background-image: linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:20.125rem;width:33.9375rem;top:18.8125rem;left:0rem;display:block; }
#IrvMRgg8VoCEu8wB90dGKh9zJ8DSV4go { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -moz-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -ms-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -o-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );";background-image: linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:23.5625rem;width:33.75rem;top:15.375rem;left:40.3125rem;display:block; }
#EXggiZ3cyxfLSPPF87GORzyZA8I3fO8n { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.4462890625rem;left:2.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#KSUaxW7NGqaByZ1tf3ix8hvz8TlEZyD5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.2587890625rem;left:41.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#KmuhE2kWuiEERPZt0FOL8MWdBX05sryg { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:25.1376953125rem;left:0rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#QLHO6wkMIXUB3DpzQeIxdnrMq7ADDDuo { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:3.25rem;width:17.5625rem;top:24.4462890625rem;left:1.5rem;display:block; }
#L7K0QC3whaN3d9iD83lTmkJCNhNlZXEW { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:3.25rem;width:13.625rem;top:27.4375rem;left:19.75rem;display:block; }
#zQUJdrclAMoiMOF6Lq5SNwfRdJAJKGSu { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.12890625rem;left:17.1875rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#QZnzREku6VNy54J34VO26kFRyzWfXrWL { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:3.25rem;width:19.125rem;top:29.3212890625rem;left:0.1875rem;display:block; }
#IZHhuFATM1RsWfX1BTsPsPPGo1PFrsTO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:29.9501953125rem;left:0rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#EwzK2nfVKiwTqgizlEs0FcrrDPHgPVyA { box-sizing:content-box;height:1.5rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15087;background-color:rgba(var(--color-tertiary-1),0.55);background-image:none;top:36.375rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gBEZTWTGQ1AMDUwOBSotNhQqiBEJ4OZS { box-sizing:content-box;height:1.5rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15088;background-color:rgba(var(--color-tertiary-1),0.66);background-image:none;top:36.375rem;left:4.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yMhQ0ufv99ooS9vDJxEMbxTVLlCvQb22 { box-sizing:content-box;height:1.5rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15089;background-color:rgba(var(--color-tertiary-1),0.43);background-image:none;top:36.375rem;left:7.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UqSTbEuut3lSDgko8bRBxOLZOhdgq2Il { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:21.1337890625rem;left:45.96875rem; }
#hovADze8vfmcHulPvuPMHa9Q3cWD6ZtK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:25.1650390625rem;left:45.96875rem; }
#eqvUV9D41Qrv7ByBbZfeW6giCMmIfcG7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:28.9375rem;left:45.96875rem; }
#OTdFdPvRmOGm1oSfW3tztzGg0n2ToKtr { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:20.8212890625rem;left:43.96875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#MuXSb6LiqeuxRiw7mHlFiT8fk0wn2PFz { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:25.1376953125rem;left:42.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#TdOphN5GeN6kGWFqpGX6N5v4WCppNbtp { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:28.625rem;left:43.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#qDw8HfwHeH3tTDb41HX0ECVsU0Xqk4Xo { color:#c19f53;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:31.8173828125rem;left:48.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mtsXKCWP8iXoM3ctgqBy06SONeiflAT5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:31.8173828125rem;left:44.90625rem; }
#LJpNO7fP3DTmllmqZNSPeVAv1Z8Hovsf { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.6923828125rem;left:47.96875rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#DVUviTTFDkuRCn89sMEPRTfOOg6CVoln { box-sizing:content-box;height:17.4375rem;width:29.9375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:55.09375rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);display:none; }
#TPLfm6ttoDHGB6M2cL9tnSTJlNq4QVzJ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:25.1376953125rem;left:0rem;height:1.8681625rem;text-align:center;text-align-last:center;display:none; }
#F19ZpM49V9oyhVT0eVp0xZoBGzbiPaBc { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.4462890625rem;left:2.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:none; }
#H8e0v76uAKcmqzQCHWuZEKAB5rsJVHfq { box-sizing:content-box;height:17.4375rem;width:29.9375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:55.09375rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);display:none; }
#TpxMwWOPCZFu2tAwPduGRnkTItMRcras { box-sizing:content-box;height:17.4375rem;width:29.9375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:55.09375rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);display:none; }
#db0b6yVV9q7vRbelOXO3ocs52M0hf6px { box-sizing:content-box;height:17.4375rem;width:29.9375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:55.09375rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);display:none; }
#JavsRzROV3B6bESHt44yDdKNCh5ypEMT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.12890625rem;left:17.1875rem;height:1.8681625rem;text-align:center;text-align-last:center;display:none; }
#KUIIZvgJTvI5FihtdOCkOms83lxArqRZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:29.9501953125rem;left:0rem;height:1.8681625rem;text-align:center;text-align-last:center;display:none; }
#pvIFaF1nOxREVdRdB027oRBhxflyIuxq { box-sizing:content-box;height:17.4375rem;width:29.9375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:55.09375rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);display:none; }
#oTnSVS7Ozz4zVWptSzLVl99teXfpSEGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:28.9375rem;left:45.96875rem;display:none; }
#GSGnGabq7W3BehFNML13DMtK9yuhamoy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:21.1337890625rem;left:45.96875rem;display:none; }
#XFqsrUGHpmDHlcQC5pgt8uS6yTogei6M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:25.1650390625rem;left:45.96875rem;display:none; }
#QtUq91M4ugOlqodspLIm3PTDudvXS1Tw { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:28.625rem;left:43.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:none; }
#DU9OC3eDIgn2fycQB2GePHtxMmS8mf2y { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:28.625rem;left:43.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:none; }
#wIKnKAIll4G4iqBREmMDazTHUR1tuMXa { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:28.625rem;left:43.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:none; }
#oTUUPtSqX9ErNN5I5VRGnAQuEXsTEJXD { color:#c19f53;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:31.8173828125rem;left:48.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D4c56NXC1qCe8wvN7PLepvByqiGMLofQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:31.8173828125rem;left:44.90625rem;display:none; }
#Dg3BBvOrtuuTTFsT0zSVQ8h46Leqa2NU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.6923828125rem;left:47.96875rem;height:1.8681625rem;text-align:center;text-align-last:center;display:none; }
#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,247,243,0.01), rgba(207,165,73,0.17));background-image: -moz-linear-gradient(180deg, rgba(243,247,243,0.01), rgba(207,165,73,0.17));background-image: -ms-linear-gradient(180deg, rgba(243,247,243,0.01), rgba(207,165,73,0.17));background-image: -o-linear-gradient(180deg, rgba(243,247,243,0.01), rgba(207,165,73,0.17));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f302', endColorstr='#cfa5492b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f302', endColorstr='#cfa5492b' );";background-image: linear-gradient(180deg, rgba(243,247,243,0.01), rgba(207,165,73,0.17));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row .container { background-color: transparent; background-image: none; }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row .container > .video-iframe-container { display: none; }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row > .video-iframe-container { display: none; }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .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); }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row .container { border-width: 0; border-radius: 0; }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:36rem;width:75rem;position:relative;display:block; }#q2zRLVSev0AUTTO83f2Na4U8Ml2IPgXD { position:absolute;display:block;z-index:15093;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:23rem;width:71.25rem;top:6.5rem;left:1.875rem;overflow:hidden;display:block; }
#Vl3HXTQJPsBFezQQr76vMkuJatB3p9q5 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -moz-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -ms-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -o-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );";background-image: linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.0625rem;width:70.75rem;top:7.6875rem;left:1.7402985074627rem;display:block; }
#KmvQfNRIGeEX0pxK7bTRIHndQ64dFTSH { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.0244140625rem;left:0rem;height:3.819175rem;text-align:center;text-align-last:center;display:block; }
#HyB2l8Rxqtc8kSVn8B6lpryqFp8tyw76 { position:absolute;display:block;z-index:15093;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:24.375rem;width:74.625rem;top:5.78125rem;left:0.4375rem;overflow:hidden;display:none; }
#EL7WkTrTcPhFQTOd7HiA5VWOApUk37o5 { position:absolute;display:block;z-index:15008;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:25.8125rem;width:32.1875rem;top:18.125rem;left:1.15625rem;display:none; }
#yofqzUWIgcoKi51dP9u9auts58PvFTJU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(207,165,73,0.07), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(207,165,73,0.07), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(207,165,73,0.07), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(207,165,73,0.07), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa54911', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa54911', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(207,165,73,0.07), #f3f7f3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row .container { background-color: transparent; background-image: none; }#yofqzUWIgcoKi51dP9u9auts58PvFTJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row .container > .video-iframe-container { display: none; }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row > .video-iframe-container { display: none; }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .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); }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row .container { border-width: 0; border-radius: 0; }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:116.625rem;width:75rem;position:relative;display:block; }#J7EMuctvWyp8T2vUqtQ5scFKcRTTmw11 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.123046875rem;left:0rem;height:7.636725rem;text-align:center;text-align-last:center;display:block; }
#rePBbG3B7M5FfGlCXMRUVlUgUk9tgUxu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.822265625rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#DrpT6XgZJBqzwvV7oykpwqRZ9819oUOH { position:absolute;display:block;z-index:15008;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:25.8125rem;width:32.1875rem;top:18.125rem;left:1.15625rem;display:block; }
#XSBa9qC0bnHsbvhA3dmK19UTGqt9t8a3 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.259765625rem;left:2.90625rem;height:18.764625rem;text-align:center;text-align-last:center;display:block; }
#eKKhrHRHck3Cl3IzRTOymeROpwk8DJ4a { position:absolute;display:block;z-index:15024;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:35.1875rem;top:22.4853515625rem;left:37.8125rem;overflow:hidden;display:block; }
#Xc4XrM32nxMmhHTs0xPbbl1UtoPuKU1N { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:52.75rem;left:0rem;height:3.819175rem;text-align:center;text-align-last:center;display:block; }
#Zhn6w4CbTvOHDxVQQ1yZdo1cac2aI30T { position:absolute;display:block;z-index:15009;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:42.8125rem;width:21.5625rem;top:62.1875rem;left:1.1875rem;display:block; }
#rrcu3HIcK0cfVdg7APWJMikEk9hJk5Ok { position:absolute;display:block;z-index:15010;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:42.5625rem;width:21.5625rem;top:62.3125rem;left:27.25rem;display:block; }
#mlVfBNRTmqCpaiUHGhPQrd0EwozLooJF { position:absolute;display:block;z-index:15011;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:41.75rem;width:21.5625rem;top:62.75rem;left:51.875rem;display:block; }
#UeBzAoAoHOXOOhao3JJbcUBxvOE5pwqF { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:69.125rem;left:2.9375rem;height:5.199225rem;text-align:left;text-align-last:left;display:block; }
#m0izFBTiUcrJlBmEZbhwlDsTPJru3TwT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:75.0625rem;left:2.9375rem;height:9.74609375rem;text-align:left;text-align-last:left;display:block; }
#Tpb2W15A89CiSyvdALBpk0HsgTJsgCdn { position:absolute;display:block;z-index:15010;background-color:#fffefb;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;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.5rem;width:17.75rem;top:85.625rem;left:2.875rem;display:block; }
#ToeZP0ASeJGBATrQiWfVJw6WhIaVda5J { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:86.0625rem;left:3.3125rem;height:14.9453125rem;text-align:left;text-align-last:left;display:block; }
#MPHyhZsp4uagUEVCkZWsXHmbvaoSe8xS { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:68.5rem;left:28.375rem;height:7.7995rem;text-align:left;text-align-last:left;display:block; }
#EoLNbfTXyANMEPJ6mf3ZUDvVuyZEK9aH { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:77.0625rem;left:28.375rem;height:9.74609375rem;text-align:left;text-align-last:left;display:block; }
#BMyywXhR9ctpU9bFlA0scwQoHMrEu1ec { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:89.1875rem;left:30.25rem;height:11.20895rem;text-align:left;text-align-last:left;display:block; }
#bU5a5pxn7J5QZUJTOZcTmfz6sOAngVxz { position:absolute;display:block;z-index:15011;background-color:#fffefb;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;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.3125rem;width:17.75rem;top:87.6875rem;left:29.375rem;display:block; }
#pBJr7u7Bh5TsL724TvDxNTVCKl4W1DU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:69.125rem;left:53rem;height:7.7995rem;text-align:left;text-align-last:left;display:block; }
#AERIdGuhZCl50a4azopZZUhv85aIB4pv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:78rem;left:53.375rem;height:19.4921875rem;text-align:left;text-align-last:left;display:block; }
#HUgsmwHqKcPaPUoK6eaNg5r9Kzmet47z { position:absolute;display:block;z-index:15088;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.0625rem;width:9.0625rem;top:61.125rem;left:7.625rem;overflow:hidden;display:block; }
#TPIZ1Kw04kP5XDldgB0xAzDR9GsmnGis { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:6.3125rem;top:62.1875rem;left:60.5625rem;overflow:hidden;display:block; }
#k3xBPBFkNfa77iRUv2626CzQAN5EkzGd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:62.1875rem;left:34.4375rem; }
#QdrLk2PQGgpSVtiAZm7EKXLmkiQnCVmH { color:rgba(var(--color-tertiary-4),1);display:block;width:66.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:109.3125rem;left:1.96875rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#Ii3rp4lST79VPffAq9At43Z4tnl8vaLF { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.259765625rem;left:2.90625rem;height:18.763875rem;text-align:center;text-align-last:center;display:none; }
#b7DMCmKTZGtko5uqhOMgGVQTBSRVQbXD { position:absolute;display:block;z-index:15088;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.0625rem;width:9.0625rem;top:61.125rem;left:7.625rem;overflow:hidden;display:none; }
#OJQilVoU4p4hn713NKxHaz0vmkixDw7W { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0595703125rem;left:0rem;height:4.631075rem;text-align:center;text-align-last:center;display:none; }
#PlhMdSe3k2EGSAbwLTylnkGlofwOt9k2 { position:absolute;display:block;z-index:15008;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:25.8125rem;width:32.1875rem;top:18.125rem;left:1.15625rem;display:none; }
#t7DaqWoBOoq7C8ilfsuipAJevJ92g7WV { position:absolute;display:block;z-index:15008;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:25.8125rem;width:32.1875rem;top:18.125rem;left:1.15625rem;display:none; }
#A8wEo1lvPkIlMT3tGTRXtxUlvlHBdAfw { position:absolute;display:block;z-index:15011;background-color:#fffefb;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;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.3125rem;width:17.75rem;top:87.6875rem;left:29.375rem;display:none; }
#sToVPS3HbIH3LhguWHwWHb51Xhk8UTn3 { position:absolute;display:block;z-index:15008;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:25.8125rem;width:32.1875rem;top:18.125rem;left:1.15625rem;display:none; }
#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.38));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.38));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.38));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.38)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.38)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.38));background-size:auto !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; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row .container { background-color: transparent; background-image: none; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row .container > .video-iframe-container { display: none; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row > .video-iframe-container { display: none; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .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); }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row .container { border-width: 0; border-radius: 0; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:128.75rem;width:75rem;overflow:visible;position:relative;display:block; }#PJlNxiXXDsRwGn9ovx0MXSDITkboeVTO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0595703125rem;left:0rem;height:4.631075rem;text-align:center;text-align-last:center;display:none; }
#omQRJBEXeurNurUtFoXZ8TchbxgkuQlq { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:2.185546875rem;left:0rem;height:10.2363125rem;text-align:center;text-align-last:center;display:block; }
#s7pg31COzIuTzERtvWUzSeSHNOxFXzbD { color:rgba(var(--color-tertiary-4),1);display:block;width:73.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.7578125rem;left:1.1875rem;height:5.0371125rem;text-align:left;text-align-last:left;display:block; }
#zeupbhDRfumX6Qs6eHrqz6aqp6IHEp4W { color:rgba(var(--color-tertiary-4),1);display:block;width:73.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:23.1328125rem;left:1.1875rem;height:10.074225rem;text-align:left;text-align-last:left;display:block; }
#rTHlmchOlodBPiFBScWiovs3m9HAnbAJ { position:absolute;display:block;z-index:15010;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:21.4375rem;width:37.125rem;top:34.84375rem;left:0rem;display:block; }
#pRzpstoxWtz9ae7qPxZOh5eOcaNcw5zD { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:103.052734375rem;left:40.625rem;height:15.11135625rem;text-align:left;text-align-last:left;display:block; }
#TMSJ39vM07FsAAqT6rkFGFfZUiFipTXx { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:35.59375rem;left:3.15625rem;height:25.18554375rem;text-align:left;text-align-last:left;display:block; }
#t0b1nAEPSOPI9S5UC3ZPGHhUBisOTlGo { position:absolute;display:block;z-index:15011;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:25rem;width:36.4375rem;top:54.71875rem;left:37.500001907349rem;display:block; }
#F8S8kiEybtmJmOdT1TSe0oeJmQyqZaA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:56.15625rem;left:41.25rem;height:25.18555rem;text-align:left;text-align-last:left;display:block; }
#pSpEbNNZvyMShEALqXcANBCTVyanIWWT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:81.341796875rem;left:2.5rem;height:17.62986875rem;text-align:left;text-align-last:left;display:block; }
#ffIieT0k8neOhnso5fvzJ5cD8IRmtz71 { position:absolute;display:block;z-index:15011;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:20.9375rem;width:37.125rem;top:79.4931640625rem;left:0rem;display:block; }
#IyAR3tXthOfCnbBzJThdimcnnFqFggVL { position:absolute;display:block;z-index:15012;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:19.1875rem;width:36.6875rem;top:100.8056640625rem;left:37.500001907349rem;display:block; }
#bBkcAk0rvzbHBfZ3EFinrBykV2w1DK1F { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.25rem;left:37.5rem;display:block; }
#Af2EFqDkNDgnzK0Q6daC6B1xuUV8mCso { box-sizing:content-box;height:9.75rem;width:0.3125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.03125rem;left:61.375rem;display:block; }
#OaHur5MnQVtRKV4UJUtM8nAUmIZqLzDM { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.227867126462rem;left:18.790363311767rem;display:block; }
#urR17NCMKm7HWeuJcLs4ifgyydMzMhkn { box-sizing:content-box;height:12.4375rem;width:0.3125rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.1181640625rem;left:14.53125rem;display:block; }
#XgGerqV47rMpRr1ym7ZSlO7RbVgauNZ1 { box-sizing:content-box;height:0.3125rem;width:23.0625rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:90.875rem;left:37.5rem;display:block; }
#wJfGvsvuHK6rkggyGiPeuFi99AqIWOdh { box-sizing:content-box;height:8.75rem;width:0.3125rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:92.1181640625rem;left:65.71875rem;display:block; }
#qyaz0Ph7T1Not5fhfFmJlP4HiTyBF4vJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.75rem;width:12.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:34.84375rem;left:55.15625rem; }
#HwcHBfz1ByZEO7y9KEaw3Ddx1epKgqPC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.1875rem;width:10.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:60.77734375rem;left:8.6650390625rem; }
#nndaeyBCc9gT6WsyAKM9XUdE25zDStqN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.625rem;width:11.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:83.6240234375rem;left:56.25rem; }
#lmd5ovfEERAhOTLbf2z7Thc4G5p7Aqlv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.4375rem;width:11.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:106.7880859375rem;left:5.96875rem; }
#kiCBUU2xs86EqwkCVdpOdMfvqhc0CGEO { box-sizing:content-box;height:0.4375rem;width:21.3125rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:112.2255859375rem;left:16.6337890625rem;display:block; }
#FTi8xtqEJc0H0vG0BTC8zFh2AMvLWWR8 { box-sizing:content-box;height:9.75rem;width:0.3125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.03125rem;left:61.375rem;display:none; }
#qq5X5pe6Q7xW9pSh9KsWZJhIMKaAwQ0p { box-sizing:content-box;height:9.75rem;width:0.3125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.03125rem;left:61.375rem;display:none; }
#P7lBKv2F3Cqik92eqLT8FP5yUAdDWRHf { position:absolute;display:block;z-index:15010;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:21.4375rem;width:37.125rem;top:34.84375rem;left:0rem;display:none; }
#AcVtGfvVeZpwQ5cEppAwX0O41IRxuBI1 { box-sizing:content-box;height:9.75rem;width:0.3125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.03125rem;left:61.375rem;display:none; }
#UPKE5y8pflaxkXJzyFHVSmfh6HWeOIy2 { position:absolute;display:block;z-index:15010;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:21.4375rem;width:37.125rem;top:34.84375rem;left:0rem;display:none; }
#V69gSACXlSVQPFW4wf1cuzeyZTw3hJo5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:81.341796875rem;left:2.5rem;height:17.62760625rem;text-align:left;text-align-last:left;display:none; }
#WTFRyLxao9K9ILTHtqUJ3NNZrInLDgrI { box-sizing:content-box;height:9.75rem;width:0.3125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.03125rem;left:61.375rem;display:none; }
#RZN937AG76ugk7NDDLySd58fx92AFVX6 { box-sizing:content-box;height:9.75rem;width:0.3125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.03125rem;left:61.375rem;display:none; }
#PwCeB0FQkS3OEMoI5lZ82Vnsu76UyNVL { box-sizing:content-box;height:9.75rem;width:0.3125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.03125rem;left:61.375rem;display:none; }
#SBfgBBc4ybCzL6zyhGPROsgz67zu2aFN { position:absolute;display:block;z-index:15010;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:21.4375rem;width:37.125rem;top:34.84375rem;left:0rem;display:none; }
#WFuClmUIcaBTk9mvBH6J6ktf4Z9aesZw { box-sizing:content-box;height:9.75rem;width:0.3125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.03125rem;left:61.375rem;display:none; }
#Gyq3Vlsh5C5TnIqXlO4Ir7MDoFL8PD2d { color:rgba(var(--color-tertiary-4),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:81.341796875rem;left:2.5rem;height:17.62760625rem;text-align:left;text-align-last:left;display:none; }
#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(207,165,73,0.38), rgba(207,165,73,0.15));background-image: -moz-linear-gradient(180deg, rgba(207,165,73,0.38), rgba(207,165,73,0.15));background-image: -ms-linear-gradient(180deg, rgba(207,165,73,0.38), rgba(207,165,73,0.15));background-image: -o-linear-gradient(180deg, rgba(207,165,73,0.38), rgba(207,165,73,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa54960', endColorstr='#cfa54926' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa54960', endColorstr='#cfa54926' );";background-image: linear-gradient(180deg, rgba(207,165,73,0.38), rgba(207,165,73,0.15));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row .container { background-color: transparent; background-image: none; }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row .container > .video-iframe-container { display: none; }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row > .video-iframe-container { display: none; }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .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); }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row .container { border-width: 0; border-radius: 0; }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.625rem;width:75rem;position:relative;display:block; }#TANM3CfA0qHNlxfOgc5DV0qOb8OZPTSu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:7.636725rem;text-align:center;text-align-last:center;display:block; }
#hmqovdtIdGQTOseceXl87iURTkIx9tqK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.759765625rem;left:0rem;height:21.9375rem;text-align:center;text-align-last:center;display:block; }
#A5CI2h7e85Qyhps4qTFST9qNlbic9MBp { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -moz-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -ms-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -o-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );";background-image: linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:36.375rem;width:72.1875rem;top:3.3125rem;left:1rem;display:block; }
#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(207,165,73,0.15), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(207,165,73,0.15), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(207,165,73,0.15), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(207,165,73,0.15), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa54926', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa54926', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(207,165,73,0.15), #f3f7f3);background-size:auto !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; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row .container { background-color: transparent; background-image: none; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row .container > .video-iframe-container { display: none; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row > .video-iframe-container { display: none; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .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); }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row .container { border-width: 0; border-radius: 0; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:76.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#QXilA2q6OB1TBcTllsxihNxfh22slLfA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:3.4348964691162rem;left:0rem;height:5.1181625rem;text-align:center;text-align-last:center;display:block; }
#cSwr287HOIEZZ6UhwpxTCuFKOKXG7BTP { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:9.740234375rem;left:2.0625rem;height:2.51871875rem;text-align:left;text-align-last:left;display:block; }
#RksEgi6xnVcq0qcmb9uTn1Gv6dxf45Tt { position:absolute;display:block;z-index:15028;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:40.75rem;width:39.25rem;top:12.2587890625rem;left:35.75rem;overflow:hidden;display:block; }
#m5ONgcX6U7ThVtvMyt3hFUtUZmvOMrG4 { box-sizing:content-box;height:22.25rem;width:31.0625rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;box-shadow: 0.5625rem 0.8125rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.375rem solid rgba(var(--color-primary-3),0.92);border-left:0.375rem solid rgba(var(--color-primary-3),0.92);border-right:0.375rem solid rgba(var(--color-primary-3),0.92);border-bottom:0.375rem solid rgba(var(--color-primary-3),0.92);top:21.1337890625rem;left:39.4375rem;display:block; }
#HKCGksmgaMKNeTC6KW20DhbuU4yrutmH { position:absolute;display:block;z-index:15012;background-color:#fffefb;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:36.3125rem;width:37.125rem;top:15.677734375rem;left:0rem;display:block; }
#gSW4nfLdyregthCB3IVOLIXLm0IQzNx9 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:17.6875rem;left:2.0625rem;height:7.1484375rem;text-align:left;text-align-last:left;display:block; }
#riMdPm9KqMHuDUObTOtfIOcEkfzMdHzt { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:26.125rem;left:2.0625rem;height:25.0195375rem;text-align:left;text-align-last:left;display:block; }
#ZTEPuxXNIP2lVh5tqr7rULZ4d7gTONDF { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:62.685546875rem;left:0rem;height:10.2363125rem;text-align:center;text-align-last:center;display:block; }
#qSt8wfCetLLbxMwpKQpFFBcW5Shf5k6z { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:9.740234375rem;left:2.0625rem;height:2.51823125rem;text-align:left;text-align-last:left;display:none; }
#m5h5auU8Fsw6otmGFsDg99rfdaWfQC4T { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:62.685546875rem;left:0rem;height:10.2363125rem;text-align:center;text-align-last:center;display:none; }
#GzvH0QP6yP0QhE0XL4Wsu12bLKFvLy64 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GzvH0QP6yP0QhE0XL4Wsu12bLKFvLy64 > .row .container { background-color: transparent; background-image: none; }#GzvH0QP6yP0QhE0XL4Wsu12bLKFvLy64::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzvH0QP6yP0QhE0XL4Wsu12bLKFvLy64 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzvH0QP6yP0QhE0XL4Wsu12bLKFvLy64 > .row .container > .video-iframe-container { display: none; }#GzvH0QP6yP0QhE0XL4Wsu12bLKFvLy64 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzvH0QP6yP0QhE0XL4Wsu12bLKFvLy64 > .row > .video-iframe-container { display: none; }#GzvH0QP6yP0QhE0XL4Wsu12bLKFvLy64 > .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); }#GzvH0QP6yP0QhE0XL4Wsu12bLKFvLy64 > .row .container { border-width: 0; border-radius: 0; }#GzvH0QP6yP0QhE0XL4Wsu12bLKFvLy64 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GzvH0QP6yP0QhE0XL4Wsu12bLKFvLy64 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:45.5625rem;width:75rem;position:relative;display:block; }#VdxTOhqiHch1FahuhC3s6bi5yIV3qave { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.8125rem;left:39.9375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#sZPi5vkAyQLcLbTOwHpDlFsIuDZIQg9I { 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:33.875rem;width:27rem;top:2.6875rem;left:3rem;overflow:hidden;display:block; }
#Lsvv6rHEx9QDVmvf7sPe69ABM1t3m31D { color:#d10d0d;display:block;width:38.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:3.5rem;left:36.1875rem;height:6.0996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wL3427w1rBIwI7qIySiFTFWiQMSCLCiM { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:9.625rem;left:36.8125rem;height:3.29980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#upPJTZEVlGMma00t5VnrCebqsJS1WQRg { 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:15035;opacity:1;top:20.9375rem;left:38.125rem; }
#Wby7uBZi64WkRHwVgKdNefEJ2hyWpqlP { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.9375rem;left:41.1875rem;height:4.38715rem;text-align:center;text-align-last:center;display:block; }
#Zd81G95oyvhNL5dkyaXfFPyFVPqEKAUU { 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:15036;opacity:1;top:27rem;left:38.125rem; }
#qtkPuHhpQT9fdwKhqL6aA05kBRtpvuRf { 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:15037;opacity:1;top:33.25rem;left:38.125rem; }
#DN7GVVPKh1rvrZlIoKU894g6nKQTgNyB { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:27rem;left:42rem;height:4.386725rem;text-align:center;text-align-last:center;display:block; }
#yFhe4ikev2NSmWPUT4A5hGkMdPsursMI { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:33.25rem;left:42.4375rem;height:4.38715rem;text-align:center;text-align-last:center;display:block; }
#NvyzLfxu12CXBpy5p0vx241kGgFr5UkN { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:37.5625rem;left:2.1875rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#kb5eAgXTxgQUwHdpbq5LMqht4hzzsHgy { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:0.3740234375rem;left:0rem;height:4.0996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TPQTwQ98CXTGOOP27C3Fce31u4fELqT8 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:5.1640625rem;left:2.65625rem;height:2.4375rem;text-align:center;text-align-last:center;display:none; }
#pcpx01IrwDZu2qMxqgoeG1EEmUPDJmZS { box-sizing:content-box;height:6.6875rem;width:6.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:rgba(var(--color-primary-2),0.35);background-image:none;top:49.3623046875rem;left:55.9375rem;display:none; }
#DRX2Lyu1saA1PvuxkGs1u9NE4wFH85zU { color:#d10d0d;display:block;width:40.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:1.5rem;left:0rem;height:6.2998125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZW70wDnVzquUwOkdXQB8TBMS43TZu2BJ { 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:35.1875rem;width:28.0625rem;top:3.1982421875rem;left:44.21875rem;overflow:hidden;display:none; }
#NAgnrwCtFrc59cSuIvZqFTnedqAEVxOD { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:37.1875rem;left:44.21875rem;height:3.33105625rem;text-align:center;text-align-last:center;display:none; }
#elhGCZwhruAhaxR0bShAUa7mrDqXCQTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elhGCZwhruAhaxR0bShAUa7mrDqXCQTi > .row .container { background-color: transparent; background-image: none; }#elhGCZwhruAhaxR0bShAUa7mrDqXCQTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elhGCZwhruAhaxR0bShAUa7mrDqXCQTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elhGCZwhruAhaxR0bShAUa7mrDqXCQTi > .row .container > .video-iframe-container { display: none; }#elhGCZwhruAhaxR0bShAUa7mrDqXCQTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elhGCZwhruAhaxR0bShAUa7mrDqXCQTi > .row > .video-iframe-container { display: none; }#elhGCZwhruAhaxR0bShAUa7mrDqXCQTi > .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); }#elhGCZwhruAhaxR0bShAUa7mrDqXCQTi > .row .container { border-width: 0; border-radius: 0; }#elhGCZwhruAhaxR0bShAUa7mrDqXCQTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elhGCZwhruAhaxR0bShAUa7mrDqXCQTi > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:44.6875rem;width:75rem;position:relative;display:block; }#XefCrE68GB1c1TNZfhAzUXv21y1uXFAz { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:12.875rem;left:2.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#FdRO6froImsnnWzmXl4TTu1X9a4mXHT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:17.5625rem;left:3.9375rem;height:4.386725rem;text-align:center;text-align-last:center;display:block; }
#CrErXNENNanT7TvOp8JbpKzIXa1ViUl7 { 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:15037;opacity:1;top:17.5625rem;left:0rem; }
#hBAksQNCT2x3kzps6RTnTFgAVv6QIhDV { 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:15038;opacity:1;top:23.5625rem;left:0rem; }
#dtrH7f6bd4AyCxVUpDb849Ey2sqJz2Iq { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:23.5625rem;left:3.9375rem;height:4.38715rem;text-align:center;text-align-last:center;display:block; }
#REfO5Z3L1EP0UIzUXVwNvTK25gHaJbHD { 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:15039;opacity:1;top:29.1875rem;left:0rem; }
#NtGmAaF6qDPQP123ZKCrWLwoOpKFTcIc { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:29.3125rem;left:3.3125rem;height:4.38715rem;text-align:center;text-align-last:center;display:block; }
#cG0kfbmk2tpamousTVUCZt9EnkgAIOoS { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:27.5625rem;left:44.21875rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#pI5WH8P5psvM5T2Ov9z8E0Im0KNgQXbx { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:8.0625rem;left:0rem;height:4.0999375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I5gwfKRmW0cdltLtB0Sh0XbP7o3uGV06 { color:#d10d0d;display:block;width:40.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:1.5rem;left:0rem;height:6.2998125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lzM03wdwSf0Jb1tM4vPaZlOcPLFl5Xzo { 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:35.1875rem;width:28.0625rem;top:3.1982421875rem;left:44.21875rem;overflow:hidden;display:block; }
#py4yt1PV3u4JHJm6SMleCF1O5HmBhIsE { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:37.1875rem;left:44.21875rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row .container { background-color: transparent; background-image: none; }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row .container > .video-iframe-container { display: none; }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row > .video-iframe-container { display: none; }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .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); }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row .container { border-width: 0; border-radius: 0; }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:47.375rem;width:75rem;position:relative;display:block; }#J3f35MP9Lyp0LicqpNkRlC6ttwHR3riC { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.8251953125rem;left:39.90625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#vR4z21nAfuyEA6Tp0cbGBp9pauMtn2XU { 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:23.75rem;width:15.9375rem;top:12.8251953125rem;left:6.875rem;overflow:hidden;display:block; }
#DZTc71yTfG4PLIrl4mTmFJ6nCfcseTwe { color:#d10d0d;display:block;width:38.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:2.5244140625rem;left:36.1875rem;height:6.0996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jr8ObxFfizMzZbbZCfEwy4gilpz2FC1T { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:8.6240234375rem;left:36.78125rem;height:3.29980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UDh5SHeG5x3unHaw1nECPbd7fmwfBkce { border-bottom:0;border-left:0;border-right:0;border-top:0;height:36.375rem;width:34.4375rem;position:absolute;display:block;z-index:14998;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:9.982421875rem;left:4.65625rem;overflow:hidden;display:block; }
#zwEBN4ReyndNk5kAg5uG08vuRA4iumd8 { 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:15035;opacity:1;top:19.8349609375rem;left:36.84375rem; }
#AVL1foKGua3IB2GckgRFEJdx6nXuAdET { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.30078125rem;left:40.1875rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#PmW0BfrwMdAGUT4V4sIafbsEltot0bER { 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:15036;opacity:1;top:25.982421875rem;left:36.84375rem; }
#hSvVXb5VkE9zbKbB3NPULTyTWEI86XH9 { 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:15037;opacity:1;top:32.23828125rem;left:36.84375rem; }
#fmJs6IMbq5IyfEBxrPbW6TPcm6xu8GwZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:25.3515625rem;left:41.34375rem;height:4.38715rem;text-align:center;text-align-last:center;display:block; }
#GbFul5gM4rIcfTtprVwVzdxog73TC4hl { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:32.23828125rem;left:42.40625rem;height:4.38715rem;text-align:center;text-align-last:center;display:block; }
#bDcIpXym4vKfERuwCdEkqKwdiQFb4uN0 { box-sizing:content-box;height:6.6875rem;width:6.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),0.35);background-image:none;top:9.982421875rem;left:3rem;display:block; }
#ECi4WQtCawxTHAvGfnNR5pIoUePledTt { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:39.30078125rem;left:0rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#PsLKl7b7gFHoFfEp58T9cWKVwCM8V1Zx { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:8.6240234375rem;left:36.78125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(207,165,73,0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(207,165,73,0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(207,165,73,0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(207,165,73,0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa54947', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa54947', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(207,165,73,0.28), #f3f7f3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row .container { background-color: transparent; background-image: none; }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row .container > .video-iframe-container { display: none; }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row > .video-iframe-container { display: none; }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .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); }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row .container { border-width: 0; border-radius: 0; }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:56.25rem;width:75rem;position:relative;display:block; }#iZWQgHiR8cTwDWWXoex9kG6lLi0a1lKd { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13rem;left:2.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#xddsHiEJ8GEfd60VXWodywE6hn1cQtQs { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:17.3125rem;left:3.375rem;height:4.386725rem;text-align:center;text-align-last:center;display:block; }
#WmzZmfCxISUxiREdnm9hOxaMAJoTOSG7 { 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:15037;opacity:1;top:17.3125rem;left:0rem; }
#kquaMtbC23ZEm5MX78bTyxa4bwAipo4d { 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:15038;opacity:1;top:23.1875rem;left:0rem; }
#ePyeJTqRLhlqwDu9h5i5TKlnfbtcgGT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:23.6875rem;left:2.75rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#KpX36sGBFQLBZpTID12G2ozXMKkoXWFT { 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:15039;opacity:1;top:28.1875rem;left:0rem; }
#Ly5fQEsOvwIW8hUHncnrVmlZVULTPmBB { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:28.6875rem;left:3.375rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#HXKt9Nz2Uf5Tlp2m4MMd0599UJm8g9wu { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.5625rem;left:44.125rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#AT9zizNOdqn6qTeMDIeGaFI2vgcsn4k9 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:7.6875rem;left:0rem;height:4.099825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aeuCTW9Lnn415VPmeiUOMJfeh1Qqfyt1 { color:#d10d0d;display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:1.0732421875rem;left:0rem;height:6.2998125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gBnOQDGpbZd6UoTx1bSIum2wHTk7HfLQ { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.0625rem;width:28rem;top:0rem;left:45.03125rem;overflow:hidden;display:block; }
#vT9pXPEarUeZNPIDsP59LtIbFiGNVGew { background-color:#1b9926;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.375rem;height:7.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:42.3125rem;left:17.3125rem;display:block; }
#ZexZpO5lak2NyFCRyPBeKorLWieIep56 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row .container { background-color: transparent; background-image: none; }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row .container > .video-iframe-container { display: none; }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row > .video-iframe-container { display: none; }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .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); }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row .container { border-width: 0; border-radius: 0; }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:54.875rem;width:75rem;position:relative;display:block; }#szUsIxbRmszvgFHhLrbd43aK73LRqZfT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.01171875rem;left:0rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#RkfLIN3SqqsRt1nDsfamwFDKhdu7C70J { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:6.677734375rem;left:3.625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#klsJlRhpn38gTPDAIQJ5gemIX13H1Cvv { position:absolute;display:block;z-index:15029;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5rem;width:35.375rem;top:12.6875rem;left:0rem;overflow:hidden;display:block; }
#Iy2FzS2tz3868T98rDdqMtnivTu4kqDA { box-sizing:content-box;height:9.125rem;width:11.375rem;position:absolute;display:block;z-index:15030;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.625rem;left:23.84375rem;display:block; }
#bRBfVPCZwIbVZf2De9T3VTsg5X8uk79g { color:rgba(var(--color-tertiary-4),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.66796875rem;left:37.0625rem;height:40.93359375rem;text-align:left;text-align-last:left;display:block; }
#fOaA7xJ9W1IzhvEpPLq8B8g7RavVpdgX { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:6.677734375rem;left:3.625rem;height:3.75rem;text-align:center;text-align-last:center;display:none; }
#hHl5wKVpgA3gt5AQukFhNH5t0QhXurF2 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.66796875rem;left:37.0625rem;height:40.9426875rem;text-align:left;text-align-last:left;display:none; }
#ZJZqGNtGbzgUZIEVDvbztzVnfSLkMMBc { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:6.677734375rem;left:3.625rem;height:3.75rem;text-align:center;text-align-last:center;display:none; }
#s6MTy92uM3Alzeet98bHu7du3dhxASvm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row .container { background-color: transparent; background-image: none; }#s6MTy92uM3Alzeet98bHu7du3dhxASvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row .container > .video-iframe-container { display: none; }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row > .video-iframe-container { display: none; }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .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); }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row .container { border-width: 0; border-radius: 0; }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:172.5625rem;width:75rem;position:relative;display:block; }#nplOo7TRr77f69SSxteutRVuD9bso36T { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.01171875rem;left:0rem;height:9.0996125rem;text-align:center;text-align-last:center;display:block; }
#g6vNRzWzibaIwVgaKiMJiFWELCtQ12Hd { position:absolute;display:block;z-index:15025;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:36.5625rem;width:26.625rem;top:20.375rem;left:0rem;overflow:hidden;display:block; }
#y2z40xn6t5D4I86MbyPp3T3lh3QWBFh1 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.4375rem;left:0rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#SPO0BKHmHHOtKtQSO3r5PZ7F9oeQtSgJ { color:rgba(var(--color-tertiary-4),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:58.1875rem;left:0rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#o3pGMbh9xwdE42Nra952neKCGMwSu5vP { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -moz-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -ms-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -o-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );";background-image: linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:32.875rem;width:40.9375rem;top:23.75rem;left:29.875rem;display:block; }
#AGJnOsc6hKZ5zpaVdtBRaWTkIliCXfZ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.8125rem;left:32.1875rem;height:31.1875rem;text-align:left;text-align-last:left;display:block; }
#AVry6DyU4B1RExITOlzEyFxxSFQ8WVOk { position:absolute;display:block;z-index:15026;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:29.25rem;width:26.5625rem;top:66.5625rem;left:45.875rem;overflow:hidden;display:block; }
#T2OGoWXZ9lZbAxxKOf8TRiTBAoIQneXx { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -moz-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -ms-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -o-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );";background-image: linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:35.75rem;width:40.9375rem;top:65.375rem;left:0rem;display:block; }
#pAtniGclOsoO0g4uwqmvctso4RZuGsGh { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:96.75rem;left:44.5625rem;height:1.94921875rem;text-align:right;text-align-last:right;display:block; }
#De8ChI9wJLxxHQRuMa6dqlL8nlDvt5Gl { color:rgba(var(--color-tertiary-4),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:66.5625rem;left:2.25rem;height:33.13671875rem;text-align:left;text-align-last:left;display:block; }
#OWauFPaaVqJ22NEu5MKA830gXBz4kzuJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:104.57421875rem;left:0rem;height:4.54980625rem;text-align:left;text-align-last:left;display:block; }
#npiLNlssTGtd9T5icv4TwBmhAMEIrBxF { position:absolute;display:block;z-index:15027;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:14.625rem;width:51.75rem;top:110.5625rem;left:3.84375rem;overflow:hidden;display:block; }
#xQV8mfPpUIxgG9NZCeTJ5tA1wkZZv17S { position:absolute;display:block;z-index:15028;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:14.125rem;width:52.5625rem;top:125.125rem;left:18.0625rem;overflow:hidden;display:block; }
#sywGiJSBTwToxDI1eHV7v2qDMbEvTxvq { position:absolute;display:block;z-index:15029;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:28.625rem;width:50.4375rem;top:138.375rem;left:6.4375rem;overflow:hidden;display:block; }
#ekp6hihO4bIAaIAovtC9IICu6chgiQx1 { color:rgba(var(--color-tertiary-4),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.8125rem;left:32.1875rem;height:31.19444375rem;text-align:left;text-align-last:left;display:none; }
#F4aG8qZksQmXtQveoziQpLoICoMTZJSR { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -moz-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -ms-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -o-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );";background-image: linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:32.875rem;width:40.9375rem;top:23.75rem;left:29.875rem;display:none; }
#h8EenhKSXc2Gpg9e5Pp1tivy3741o8F7 { color:rgba(var(--color-tertiary-4),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:66.5625rem;left:2.25rem;height:33.13400625rem;text-align:left;text-align-last:left;display:none; }
#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row .container { background-color: transparent; background-image: none; }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row .container > .video-iframe-container { display: none; }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row > .video-iframe-container { display: none; }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .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); }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row .container { border-width: 0; border-radius: 0; }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:44.6875rem;width:75rem;position:relative;display:block; }#nvxPsoQJqpDgVMoXktXrdIRzXIrTdLfC { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.193359375rem;left:0rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#S156Rneb283Xkw61BhQJ5ErnVMHHDSqC { box-sizing:content-box;height:24.5rem;width:69rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.4931640625rem;left:3.125rem;box-shadow: 1.5rem 2rem 2.125rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#SJiFEf38T5zWZzURW7MrKsTDe4LycrLv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.9150390625rem;left:0rem;height:19.90625rem;text-align:center;text-align-last:center;display:block; }
#Tp74TSNnQ3uknTsTCTqiCPswDEHKPk7f { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:6.8671875rem;left:0rem;height:3.57494375rem;text-align:center;text-align-last:center;display:block; }
#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row .container { background-color: transparent; background-image: none; }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row .container > .video-iframe-container { display: none; }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row > .video-iframe-container { display: none; }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .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); }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row .container { border-width: 0; border-radius: 0; }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:64.6875rem;width:75rem;position:relative;display:block; }#Mx1CQMfKpSMQFki1m8pdfza6x9htageQ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:2.6796875rem;left:0rem;height:4.224825rem;text-align:center;text-align-last:center;display:block; }
#FRVrg12TCcL2NQ2QNGzMLc4z03A0CAkc { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:9.3291015625rem;left:0rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#eK1ZWhoNEaLiIaQqsZNzkCNc7Te4FEcV { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:12.640625rem;left:4.125rem;height:6.58075rem;text-align:center;text-align-last:center;display:block; }
#SDZ2xF7g0TtbJIUp5WkGFboTcF8ZRNaK { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:52.140625rem;left:4.9375rem;height:8.77345rem;text-align:center;text-align-last:center;display:block; }
#Ga8Jnn1e0yck0qetHui8ataWyDaP7TFW { position:absolute;display:block;z-index:15029;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:29.5625rem;width:45.625rem;top:20.3125rem;left:15.875rem;overflow:hidden;display:block; }
#Tzwp0ly2urApiLSnurZXyLN1VPribchu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row .container { background-color: transparent; background-image: none; }#Tzwp0ly2urApiLSnurZXyLN1VPribchu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row .container > .video-iframe-container { display: none; }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row > .video-iframe-container { display: none; }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .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); }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row .container { border-width: 0; border-radius: 0; }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:99.4375rem;width:75rem;position:relative;display:block; }#pzoc5wlcvkU5reBX3koWwsPqFyB2Dd1G { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:50.375rem;left:0rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#hbaTVso9ieaqmznZefJWQ74xrIOMaVvM { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:58.375rem;left:0rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#p2ZJLMar0yp8s1gzqVM2AfWh97Q5RnMl { box-sizing:content-box;height:38.25rem;width:51.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:56.625rem;left:12.25rem;box-shadow: 0.625rem 0.625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;display:block; }
#ftuNxZonVXQoCZehNF5aooWgWKR2oMOJ { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:63.6875rem;left:0rem;height:4.7938375rem;text-align:center;text-align-last:center;display:block; }
#QBIrdygkiEN3vOxXhMBS6T0ZKDTqgkQ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:41.625rem;left:3.875rem;height:7.4748125rem;text-align:center;text-align-last:center;display:block; }
#UcGmydkwOPUvRsvf48LbGM7Hd5bE5Vfn { background-color:#1b9926;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.375rem;height:9.875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:70.125rem;left:18.125rem;display:block; }
#KOXHPLmImQ7TmEwzXvSdcmcZooxfKo4F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rLu3KL5M8Te0L1yVO8e2qgHfQ2FHWTDV { position:absolute;display:block;z-index:15026;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:6.625rem;width:20.5rem;top:81.6875rem;left:29.0625rem;overflow:hidden;display:block; }
#OJGraiSKuawyAg2PLy2SNvsbiZcJ2MG2 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:89.3125rem;left:11.6875rem;height:5.6044875rem;text-align:center;text-align-last:center;display:block; }
#mw2TmmCagZfIdZeHESxT7dTat303gMTu { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:7.125rem;top:86.4375rem;left:15.375rem;overflow:hidden;display:block; }
#I8X31dNPdDOSJrniqFqSRSx0huEyC8xa { position:absolute;display:block;z-index:15031;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:42.0625rem;width:40.5rem;top:1.1246643066406rem;left:17.96875rem;overflow:hidden;display:block; }
#zqrAQLPOfMAmNoqT45893ItJQG2OLRQr { background-color:#1b9926;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.375rem;height:7.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:78.228515625rem;left:17.78125rem;display:none; }
#XgpnM0XqxzHTCOws8tdSnwxH7HkhqGcf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lCM6tJVtBp3p4EkPGolLKuUbtBQVzp1C { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:58.375rem;left:0rem;height:3.33089375rem;text-align:center;text-align-last:center;display:none; }
#QC8FSCnqKzi6horw0nHepfOoLbPyqGGL { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:63.6875rem;left:0rem;height:4.79296875rem;text-align:center;text-align-last:center;display:none; }
#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row .container { background-color: transparent; background-image: none; }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row .container > .video-iframe-container { display: none; }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row > .video-iframe-container { display: none; }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .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); }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row .container { border-width: 0; border-radius: 0; }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:60.625rem;width:75rem;position:relative;display:block; }#Ts2BCHQ3CTlnwxlHXFT0s3ltOlrVsWSl { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.9482421875rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#yWTmqzuJevt36aQxm5ruHR7I73bahJ9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.6357421875rem;left:0rem;height:42.81545625rem;text-align:center;text-align-last:center;display:block; }
#Trdv0Ld4TMFCRz8ta8vGpDXAc680lSTo { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.819175rem;text-align:center;text-align-last:center;display:none; }
#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row .container { background-color: transparent; background-image: none; }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row .container > .video-iframe-container { display: none; }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row > .video-iframe-container { display: none; }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .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); }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row .container { border-width: 0; border-radius: 0; }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.625rem;width:75rem;position:relative;display:block; }#bEUtsQlLLUgfePGL4BOfLfazwDZ0XtHK { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4375rem;width:31.4375rem;top:6.09375rem;left:43.5625rem;overflow:hidden;display:block; }
#uTC4gWirymTMIX7Jaz7wHIuqPcow8L9G { color:rgba(var(--color-tertiary-4),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:8.1513671875rem;left:0rem;height:26.806625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IvBhiV5y6EOoZIEI6JC4bQNmSBwBy9VF { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -moz-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -ms-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -o-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );";background-image: linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:27.4375rem;width:46rem;top:6.03515625rem;left:0.875rem;display:block; }
#AAvSxybLraPTy6U6hXShOFV8TDfNGyK0 { box-sizing:content-box;height:0.75rem;width:16.6875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-size:auto !important;top:42.5rem;left:15.875rem;display:none; }
#cVprLe5Xvn2AlhkTRxTBVSJDATm7dtho { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:9.875rem;top:6.09375rem;left:43.5625rem;overflow:hidden;display:none; }
#szmQTf591bFtnL5tbyiL1ycrEQwKIyix { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#T5AuiBrLr3zgJTdUELlaazVO10s4Geo2 { box-sizing:content-box;height:0.75rem;width:16.6875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-size:auto !important;top:42.5rem;left:15.875rem;display:none; }
#dNdotJGWaI6r3uPErDNAHW90MLbzuhC7 { box-sizing:content-box;height:0.75rem;width:16.6875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-size:auto !important;top:42.5rem;left:15.875rem;display:none; }
#ye7pNzF3pnPBTb5tifmAAJhTTSfGZzay { color:rgba(var(--color-tertiary-4),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:8.1513671875rem;left:0rem;height:26.806625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gMfFxhpnznX2LQqRAHWMs3F8Bx6mxhxq { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:3.81871875rem;text-align:center;text-align-last:center;display:block; }
#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row .container { background-color: transparent; background-image: none; }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row .container > .video-iframe-container { display: none; }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row > .video-iframe-container { display: none; }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .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); }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row .container { border-width: 0; border-radius: 0; }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.625rem;width:75rem;position:relative;display:block; }#BP8WsPLsEaNNbA7pS9VGENM6FfkBpRSw { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5625rem;width:33.5625rem;top:1.5693359375rem;left:0rem;overflow:hidden;display:block; }
#HPB0wi3t3nXbZWxR43oStzihab9KRzk1 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.5693359375rem;left:28.375rem;height:45.5712625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EKdxnrpng5Pwt1Xh5cW6SzV2nNSShn7P { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -moz-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -ms-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-image: -o-linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3c4', endColorstr='rgba(var(--color-primary-4),0.03)' );";background-image: linear-gradient(45deg, rgba(243,247,243,0.77), rgba(var(--color-primary-4),0.03));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.375rem 0.9375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:36rem;width:42.875rem;top:0.59765625rem;left:29.9375rem;display:block; }
#s3TU5z1SOgZCmJTLnH6LbD5prVuRKIFo { color:rgba(var(--color-tertiary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.5693359375rem;left:28.375rem;height:42.8935rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GTTiwlgDQD5L0gbSlZWPTMTmfKW8gkhT { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:16.8125rem;top:1.5693359375rem;left:0rem;overflow:hidden;display:none; }
#E2TeGSTxGMh9TcKuLrPR6FFBcTCiVLf4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#A68wh9Ut01TSyO7BBvbqCNDcPyGQZOiN { box-sizing:content-box;height:0.75rem;width:16.6875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-size:auto !important;top:42.5rem;left:15.875rem;display:none; }
#whLM9VDLibhBc1ezEqGcxyIbBr3iHfbJ { box-sizing:content-box;height:0.75rem;width:16.6875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-size:auto !important;top:42.5rem;left:15.875rem;display:none; }
#gerI9w5HRdtaWABSLgxu257gkTZSodEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gerI9w5HRdtaWABSLgxu257gkTZSodEV > .row .container { border-width: 0; border-radius: 0; }#gerI9w5HRdtaWABSLgxu257gkTZSodEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gerI9w5HRdtaWABSLgxu257gkTZSodEV > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:99.4375rem;width:75rem;position:relative;display:none; }#wpJiWFD5sP3zgMWdNm7sNl3XgsPT7d0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:50.375rem;left:0rem;height:2.1940125rem;text-align:center;text-align-last:center;display:block; }
#s8Xcv5wrlnJ9wyogTNuRh5do1XuUl54A { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:58.375rem;left:0rem;height:3.33089375rem;text-align:center;text-align-last:center;display:block; }
#JbuUsTiqlgtgU3qagmB9qrJRnByNkNxO { box-sizing:content-box;height:38.25rem;width:51.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:56.625rem;left:12.25rem;box-shadow: 0.625rem 0.625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;display:block; }
#LCMLxRRyxWSGNPuwA3akmsFwkPlSvq9O { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:63.6875rem;left:0rem;height:4.79329375rem;text-align:center;text-align-last:center;display:block; }
#OskF1T9HNZHZF0Wpc0yMQZGe9CVlmfUC { color:rgba(var(--color-tertiary-4),1);display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:41.625rem;left:3.875rem;height:7.47475rem;text-align:center;text-align-last:center;display:block; }
#wur6AcyAp5Ldfyaouf5nKSLkclTJmOOW { background-color:#1b9926;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.375rem;height:9.875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:70.125rem;left:18.125rem;display:block; }
#bHTfEKBkqJzpUykx87FOA9OiahGfu3yL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bqxvwZcIMcPzXg6HFdkl2BLZAmKSL1ON { position:absolute;display:block;z-index:15026;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:6.625rem;width:20.5rem;top:81.6875rem;left:29.0625rem;overflow:hidden;display:block; }
#Ui4bZd8mX9PSpppHkT7pqg8C5byc3q76 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:89.3125rem;left:11.6875rem;height:5.603025rem;text-align:center;text-align-last:center;display:block; }
#HI4OnOOBCS80CgxkbF2gwhElWpsEymNm { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:7.125rem;top:86.4375rem;left:15.375rem;overflow:hidden;display:block; }
#Ro57TMVxE1gXTNbpXfheHssInrpwrxAW { position:absolute;display:block;z-index:15031;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:42.0625rem;width:40.5rem;top:1.1246643066406rem;left:17.96875rem;overflow:hidden;display:block; }
#IahRKNZf6n4Xtqve6IzacI7v9inLZu8B { background-color:#1b9926;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.375rem;height:7.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:78.228515625rem;left:17.78125rem;display:none; }
#dTTGwpruzBMroaBakUQCa5tplqL8zeCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#US3yeHcd43b4t1STyU6diN6bl31ounpD { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:58.375rem;left:0rem;height:3.33089375rem;text-align:center;text-align-last:center;display:none; }
#kZo4daKBpaqmsVbu3olzXt811zF5nmqW { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:63.6875rem;left:0rem;height:4.79329375rem;text-align:center;text-align-last:center;display:none; }
#Ec0M7WeW8ZD4VVGzT48tTZHbMRHvXU8G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ec0M7WeW8ZD4VVGzT48tTZHbMRHvXU8G > .row .container { background-color: transparent; background-image: none; }#Ec0M7WeW8ZD4VVGzT48tTZHbMRHvXU8G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec0M7WeW8ZD4VVGzT48tTZHbMRHvXU8G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec0M7WeW8ZD4VVGzT48tTZHbMRHvXU8G > .row .container > .video-iframe-container { display: none; }#Ec0M7WeW8ZD4VVGzT48tTZHbMRHvXU8G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec0M7WeW8ZD4VVGzT48tTZHbMRHvXU8G > .row > .video-iframe-container { display: none; }#Ec0M7WeW8ZD4VVGzT48tTZHbMRHvXU8G > .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); }#Ec0M7WeW8ZD4VVGzT48tTZHbMRHvXU8G > .row .container { border-width: 0; border-radius: 0; }#Ec0M7WeW8ZD4VVGzT48tTZHbMRHvXU8G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ec0M7WeW8ZD4VVGzT48tTZHbMRHvXU8G > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:99.4375rem;width:75rem;position:relative;display:block; }#Wllt3N1ILVtIvAaET2C7DRzsZWdIXaHW { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:50.375rem;left:0rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#UVAxAa42PArMLAXV7f19IItO5h8TqXhA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:58.375rem;left:0rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#smtRdlE8TeBVsApxpvvXESxnl58GZFFM { box-sizing:content-box;height:38.25rem;width:51.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:56.625rem;left:12.25rem;box-shadow: 0.625rem 0.625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;display:block; }
#gL1E8HLwlauTPkeoTu32zWi1vcCpHKxv { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:63.6875rem;left:0rem;height:4.7938375rem;text-align:center;text-align-last:center;display:block; }
#b9CvE96qfBgMxViySe20nRmy2rK9T6iM { color:rgba(var(--color-tertiary-4),1);display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:41.625rem;left:3.875rem;height:7.4748125rem;text-align:center;text-align-last:center;display:block; }
#GmAoJDH7ILJ2AKvZQF63zyAJJ5M0tyCz { background-color:#1b9926;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.375rem;height:9.875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:70.25rem;left:16.3125rem;display:block; }
#BWkUv6F2RT26wXGrC1O96dCU6msCvQB4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dkrvNGwZB57owJ7XUXH1xXCTrLMdr6kg { position:absolute;display:block;z-index:15026;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:6.625rem;width:20.5rem;top:81.6875rem;left:29.0625rem;overflow:hidden;display:block; }
#BF52cScaRwfrp3nWAHsndS5J88xvru3W { color:rgba(var(--color-tertiary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:89.3125rem;left:11.6875rem;height:5.6044875rem;text-align:center;text-align-last:center;display:block; }
#d9IvSeAVomSMfZZ36bTJ5GBwhJTTQSZW { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:7.125rem;top:86.4375rem;left:15.375rem;overflow:hidden;display:block; }
#HPamRpBEL1Xom2LkTooXAPfRGMnkX6EO { position:absolute;display:block;z-index:15032;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:39.4375rem;width:38rem;top:6.103515625E-5rem;left:16.0546875rem;overflow:hidden;display:block; }
#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row .container { background-color: transparent; background-image: none; }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row .container > .video-iframe-container { display: none; }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row > .video-iframe-container { display: none; }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .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); }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row .container { border-width: 0; border-radius: 0; }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:47.625rem;width:75rem;position:relative;display:block; }#f2wMtZ0xaAyX18xqlwdweav1UKJqzODb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.4755859375rem;left:0rem;height:6.7435rem;text-align:center;text-align-last:center;display:block; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;text-align:center;text-align-last:center; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m .accordion-trigger.adaptive-delivery-prevent-bg, #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m .accordion-trigger.lazyload, #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m .accordion-trigger.lazyloading { background-image: none; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m { box-sizing:content-box;height:auto;width:50.749rem;position:absolute;display:flex;flex-direction:column;gap:1.5rem;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-size:auto !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.8125rem;left:11.59375rem; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #zVJdKTrm4nz4fdGioK0hPV4zPr5vTwci { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #JMzeHONshtPogF5akV4uvEkfU9uHZIrI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #F9by94GIveFCVVnVhMwwS3w0IIAlQgK0 { display:block;position:relative; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #IKIGvA2Ktvfy3xtrhMrZV2UllBrZBds6 {  }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #daCvyAXqu4UkA5orwMFFRVIg5rPOqL48 {  }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #kqHmx1HXuZC1f6z9nTTMPrSiPpvfCIqX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #z5DDvfB8DxdPdzoBi5VEV3E1qVbIberO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #PNsG86DLARcvzCSGHVdlU8CBwWAkxAVV { display:block;position:relative; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #F1MqhoRJPFC7eLaS3M7gA5NzGTte48MT {  }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #sHzxMpxRT6WvwTXAdi2bn5dFCofCtzGg { display:none; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #GRR4drzewbOHJqFMvF9XxwVTOgAtKxSO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #ZRSHBnHReUeNNUVsdphAie4iLFkPnRQf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #QboWWCmGpDX1DBpqMlGKO5s4xgT8yxQI { display:block;position:relative; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #Ke4Mx1PF2DNCiXzmMnLG8oFIXz6SJHnA {  }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #f18XkBWNuKAIfEEFkTdz9N5s4T8aTb4a { display:none; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #iQwXtXAQkxK0e2pmKuAp2FsHggAzSDPQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #QtrxwVNb8SqHeXUSAncn0lQB2vnCheeG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #If83JNQClOEB9kizo7qi86WKSmWTJblJ { display:block;position:relative; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #T1Ai2vOuFCPZ6R3JNBKk5lPaEKvrhw6X {  }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #LSsABMmDvWARLlkg1HkqZVor1NOml8zF { display:none; }
#ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca > .row .container { border-width: 0; border-radius: 0; }#ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:99.4375rem;width:75rem;position:relative;display:none; }#Stlnews4BEuRC603Ebt83hWhsCgJwh2g { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:50.375rem;left:0rem;height:2.1940125rem;text-align:center;text-align-last:center;display:block; }
#udxZ7PH6O8g5ApoTGPFSQ4ZyufeSEmkE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:58.375rem;left:0rem;height:3.33089375rem;text-align:center;text-align-last:center;display:block; }
#SZtOOPIN2BNLg3PZK5NlzJrDiAHmCMHT { box-sizing:content-box;height:38.25rem;width:51.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:56.625rem;left:12.25rem;box-shadow: 0.625rem 0.625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;display:block; }
#a8iFuNCp8qafTU29DrmNTiMFLxAdXzIl { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:63.6875rem;left:0rem;height:4.79329375rem;text-align:center;text-align-last:center;display:block; }
#EPC2Vk4J50xUUohUlUrObQ3gI1570BBb { color:rgba(var(--color-tertiary-4),1);display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:41.625rem;left:3.875rem;height:7.47475rem;text-align:center;text-align-last:center;display:block; }
#wbnG1d6qsmrg4T7UdQSSm75nQ2WBTpAt { background-color:#1b9926;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.375rem;height:9.875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:70.125rem;left:18.125rem;display:block; }
#Qerf6lMNJATCAesbTE8XBfwyfu7EHqrv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a72zfXAGhBIbWQfkTqToNrmMIRF6siST { position:absolute;display:block;z-index:15026;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:6.625rem;width:20.5rem;top:81.6875rem;left:29.0625rem;overflow:hidden;display:block; }
#Z9bcEhHKdeGLGgvWv7BdM8n96JqCVCfw { color:rgba(var(--color-tertiary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:89.3125rem;left:11.6875rem;height:5.603025rem;text-align:center;text-align-last:center;display:block; }
#ky9TvSJ49kHSq09N8sSdcZZfgberMsEv { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:7.125rem;top:86.4375rem;left:15.375rem;overflow:hidden;display:block; }
#cgNabgZNGrTupkzOSRuD2RqZq9UQBzuh { position:absolute;display:block;z-index:15031;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:42.0625rem;width:40.5rem;top:1.1246643066406rem;left:17.96875rem;overflow:hidden;display:block; }
#T982HGfkxUNN7ZIxDedZFay4GVFTgddh { background-color:#1b9926;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.375rem;height:7.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:78.228515625rem;left:17.78125rem;display:none; }
#c5IXs0tFHT643RsURsiKLQykarBb6vix { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kRNf4s9QnbhlUaS7dOmUuKGg1omy2rha { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:58.375rem;left:0rem;height:3.33089375rem;text-align:center;text-align-last:center;display:none; }
#RHvSyQmRee8kEH4sOKbhzu2KA9l7C9Iv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:62.875rem;left:16.9375rem;height:2.51871875rem;text-align:left;text-align-last:left;display:none; }
#CD2onAE1iXobox6UQqXiGxxabgTTuM3R { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:62.875rem;left:43.6875rem;height:2.51871875rem;text-align:left;text-align-last:left;display:none; }
#CAKie3AVOx9s76uzqP8X3Gfc4M1H26v3 { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:63.6875rem;left:0rem;height:4.79329375rem;text-align:center;text-align-last:center;display:none; }
#RTyunt1K8161fDvpA8LfwreeuTA9uczn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RTyunt1K8161fDvpA8LfwreeuTA9uczn > .row .container { background-color: transparent; background-image: none; }#RTyunt1K8161fDvpA8LfwreeuTA9uczn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTyunt1K8161fDvpA8LfwreeuTA9uczn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTyunt1K8161fDvpA8LfwreeuTA9uczn > .row .container > .video-iframe-container { display: none; }#RTyunt1K8161fDvpA8LfwreeuTA9uczn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTyunt1K8161fDvpA8LfwreeuTA9uczn > .row > .video-iframe-container { display: none; }#RTyunt1K8161fDvpA8LfwreeuTA9uczn > .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); }#RTyunt1K8161fDvpA8LfwreeuTA9uczn > .row .container { border-width: 0; border-radius: 0; }#RTyunt1K8161fDvpA8LfwreeuTA9uczn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTyunt1K8161fDvpA8LfwreeuTA9uczn > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:70.0625rem;width:75rem;position:relative;display:block; }#TrVIlty50vhA665NikF1rPfvUr72Sq9b { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.75rem;left:0rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#Q6m07TAVrHZQaJvUpr4oCdeQUL2kgC0z { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:20.75rem;left:0rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#bRTRFyEz9ymk99tC0tJUOedbKxrbT8IL { box-sizing:content-box;height:38.25rem;width:51.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19rem;left:12.25rem;box-shadow: 0.625rem 0.625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;display:block; }
#LDxpv10zQCWRR7IoTKnSsbLVbyqs7BZg { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:26.0625rem;left:0rem;height:4.7938375rem;text-align:center;text-align-last:center;display:block; }
#eLaqirkG59Ero2QpSEUEPFPlWdJ2BsFw { color:rgba(var(--color-tertiary-4),1);display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:4rem;left:3.875rem;height:7.4748125rem;text-align:center;text-align-last:center;display:block; }
#PQnsWx288C8K0ZQVBZo8q3a5Nztzn6AP { background-color:#1b9926;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.375rem;height:9.875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:32.625rem;left:16.3125rem;display:block; }
#bLgSHbZIhbxHFyS09ObDQs2SAKEdnMSk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FKsiZnPFRsDs2QybRT9BxotkGWzZ52uU { position:absolute;display:block;z-index:15026;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:6.625rem;width:20.5rem;top:44.0625rem;left:29.0625rem;overflow:hidden;display:block; }
#taob2bXVZx9yJL2M2PKLnFN69eqmmJoJ { color:rgba(var(--color-tertiary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:51.6875rem;left:11.6875rem;height:5.6044875rem;text-align:center;text-align-last:center;display:block; }
#gTmcBfs5gFrhasM07LIEib3ae2lLBb2r { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:7.125rem;top:48.8125rem;left:15.375rem;overflow:hidden;display:block; }
#tRVJBtl2C2uX9nvA3oostC580XFsRwlC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:62.875rem;left:16.9375rem;height:2.51871875rem;text-align:left;text-align-last:left;display:block; }
#ykgZNE8SU4u0ETrfMRgA1JXZTLUpk4Ry { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:62.875rem;left:43.6875rem;height:2.51871875rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #CcuA6v8ThR06MChr90Lv2ruF27J2GPVD { display:block; }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wg5Eq9SB7F7oXHu1aI3TcyJMboJiZ1nu { top:4.3125rem;left:0rem;width:47.75rem;height:17.5rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPpeZvTnds2kFsT0TbvzRTmx18wXnsLp { top:24.0625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaeFBpZo9i6y544NBGM8gmTZfsge2J3G { top:31.6875rem;left:0rem;width:23.5625rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKEsZOzr4zHt0ZORbgC9TAexvPXSBFoA { top:31.6875rem;left:0rem;width:24.125rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqo12klI3rpcb2TqrTSGGACtsEwDNM82 { top:65.25rem;left:0rem;width:27.9375rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoFmkQVTxAHzSA5Osu3iNTExlCemPI1V { top:31.6875rem;left:23.625rem;width:24.125rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs61rFgPWhE89dpfOzi4eVNAsFh9c8Wk { top:65.25rem;left:19.5625rem;width:28.1875rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N07GpBaDo6CJTWbcHuDSDSqndeGM6ngI { top:32.3125rem;left:31.375rem;width:16.375rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toyf7sfxlsXrcLJ3ZwaLTw2HQ46kHO8X { top:39.8125rem;left:19.78125rem;width:11.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxOUKUbzECDk73fNrrqQWLvxzadg9cJe { width:42.375rem;height:7.5rem;top:78.1875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwsZPwABABvdsVxB2mXSHzw9KbmhKTOb { display:block; }
 }@media only screen and (max-width: 763px) { #ByoF0ms44oOstP2psv7DbAxI2DtFMX0x { top:2.875rem;left:0rem;width:19.9375rem;height:17.0625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugzvtcaDg8L1bAlFZbBmHdxntzzK1TGf { top:24.0625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OoTTu8bwVe6NipGI2qBdJgeACvBRd9DR { top:6.0625rem;left:0rem;width:23.5625rem;height:29.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxkGQ7msChEB9Qd92izFsAbg7TfndmDI { top:7.25rem;left:0rem;width:24.125rem;height:30.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vyRzAVcM8X31sDyriFVrQu6PfDSpn1K4 { top:39.875rem;left:0rem;width:27.9375rem;height:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXFkOTIXwzehd7fd2LEeKwWne3SA8ATE { top:19rem;left:22.125001907349rem;width:7rem;height:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyqyoNzS5mdZfSNgt1FZzrHQJ5d4JQo5 { top:8.5625rem;left:31.375rem;width:16.375rem;height:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2EFzz8tPa8pS92ARGPhBC7qxKCn28gm { top:7.9375rem;left:23.625rem;width:24.125rem;height:30.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uS3qlOLccmovlmET0eMlG7lwBZA8nCs4 { top:93rem;left:0rem;width:19.625rem;height:9.75rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzSrhaDKqbmZmQgDWs1XiUP17kfwGclh { width:42.375rem;height:7.5rem;top:78.1875rem;left:4.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IK5eTu1PDQWVsqooOCtNB7hcCslUsaJC { display:block; }
 }@media only screen and (max-width: 763px) { #rJqNNtSQMswkOos4MopHJe8dhxTTlT3B { display:block; }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQSJysVX95sWEBJhgsLSKzXDGIb1xWTo { top:3.0625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqPKAwtAbpfA0c2NeZSuN7Ip81VfQqtp { width:47.375rem;height:48.625rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty1xCCHlk69HUAb7G9IDAc3GpFnk95wV { top:14.0625rem;left:0rem;width:47.75rem;height:40.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWFaSh3etIzrqAIcBNoPdChRH2iTSZ5C { top:14.0625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIruliF97VcnTTMkqzwAX366NVb11zz9 { top:20.9375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf64TJzqWsSrRRfE9SpOBiqdEahPGRQb { top:25.625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgSrPXb0mABvnami8Eyqe2u1PZK0zyVD { top:33.125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHcqsMHPWGdFJxQiVJmxxMa1V4zRGTNC { top:48.75rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFa2E81VOllzGHV9cvKZSn4lbZliZaCb { top:41.9375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l76nRVzWalcDrL3RGOof6Krft76MNygo { top:14.0625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXxAZrUuGB8LiETL8q5BqBRVIxzlHU0C { top:3rem;left:0rem;width:47rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuZv57I76TDCclU4CX5veTalpSDuF5mQ { top:14rem;left:0rem;width:16.1875rem;height:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvRkNFJhnM4Gs0CEytwC9cCnNX7km0oN { top:14.0625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1QtQ0yLu6uvJA99GBTZvHK2MPq3wAt7 { top:14.0625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSsRBzdF2QyRDZuGecHqmlVIIHKewqC8 { top:14.0625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dq6tNTJQDHeTeQ8rZUni5ooZpEX2gpyS { top:14.0625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6H7n7lcaFP6Ur7a5PbkxAoun49yB8sf { top:14.0625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAUlz6q3crWXRt6LWFbe5luKOflFrOmU { display:block; }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOP6XNUa78pJvC3I7k2cmLkx9gUfRpbw { top:7.125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLQmUVct0lfbbnJL5ooymv7qpc7uVbwG { width:47.75rem;height:34.0625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZtOE0aJClA0IJaBBsUXq1MTzQuQqNeM { top:14.8125rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfAlGtr7G0K1S6A3t7AoESBE10k3iMCy { top:14.8125rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLLnszV03NwegxLyIfpTIESPK4NSTuEv { top:3.125rem;left:0rem;width:19.9375rem;height:5rem;font-size:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wnw6cIzvhvzTP49229g78UJkmobNwGvD { display:block; }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMwls7t4rana9sVyOr7PUNgRVqhmTyFg { top:2.1875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofRcyTHbdeTRPe1N8BFBu1FgTu6bvlTz { top:15rem;left:0rem;width:47.75rem;height:24.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFdUoFhCKzG4icQFQCqsg9MUKhbzUasF { top:11.1875rem;left:0rem;width:17.5rem;height:32.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rO8Z8vRKC53w2TSGV1ei41GMXkn7VPTr { top:2.1875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa { display:block; }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJvmXqB8ph3uCZB7srUL7l3E7yefn9qK { top:2.625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6UUoGH0OavCoXbMeTTdq1nWGDviP7LA { top:8.4375rem;left:0rem;width:47.75rem;height:43.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG96wmZnT9M1Tt7VKpq5ihRw95OEdaph { display:block; }#nG96wmZnT9M1Tt7VKpq5ihRw95OEdaph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXsgT30IwDmVhSKZVvEtevPPpzTThJJH { top:1.875rem;left:0rem;width:47.75rem;height:8.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWDX7LDoPhdOTgMi0q2AiQAW4EaQHmk6 { top:51.5625rem;left:0rem;width:47.75rem;height:9.375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5hfrGDFPJ413RGvkiN0IPF4SQH9iOB9 { top:13.25rem;left:0rem;width:23.8125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkL0HALG3Ilal6GPsOE8fzbRdDeWS5qm { top:20.8125rem;left:0rem;width:25.125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw0EgnNN6ZAlRIpHzOh4MTDKZ57evMbA { top:13.25rem;left:25.125rem;width:22.625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr9I95riCz7kNBSuIcZQrnAzWTP0ceDk { top:20.875rem;left:28.75rem;width:19rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq7U55NUZxrd4vTzdBlhMLDgzMpJqeOi { top:17.3125rem;left:13.875rem;width:18.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEChdMTm4GLtiRQ7R4OKB8QrVdDIJy54 { top:28.8125rem;left:0rem;width:24.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgAlOFonLdwhziUxzXAXpLa4veTFWuah { top:28.375rem;left:15.8125rem;width:22.75rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAdruI0qyDJQq7UCCvOOF4rQnaPrpJ3R { top:34.375rem;left:25.9375rem;width:21.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPMSAZSaMUTtkm5cR0gQ413podHZZv4B { top:2.5625rem;left:0rem;width:20rem;height:11.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGUTSqDTnsrp6DDboxyEJkIfAsEDTqsn { top:13.25rem;left:25.125rem;width:22.625rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKcxxvONAGWCPGMAvz5LflDzNsqeZS6V { top:20.8125rem;left:0rem;width:25.125rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Az7Wx7sxVuPfy3iwwK3qrZRlRTM0utmV { top:51.5625rem;left:0rem;width:47.75rem;height:9.375rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi { display:none; }#VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wOUaeXVW3FPDxQqkq0itA4q7qTKfxQ7f { top:1.875rem;left:0rem;width:47.75rem;height:8.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aITNiAv2IEVwhINHTSp9STha95veCoHV { top:51.5625rem;left:0rem;width:47.75rem;height:9.375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWPB7sox88RNsVGQNgAupXOfPaki6ee3 { top:14.375rem;left:0rem;width:23.8125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7HdEkp5BdhqU3ENyNOTq7o4AgOp9My7 { top:20.8125rem;left:0rem;width:25.125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qifHdtsxhJIKdSAZsR917pRvTkz5dDH0 { top:13.25rem;left:25.125rem;width:22.625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAaWJU85GNrKIuRzn2aoOzS7laqpOspP { top:20.8125rem;left:28.75rem;width:19rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlV0RSBKre5aW6xmSCISdWXCPZ69CzQP { top:17.3125rem;left:13.875rem;width:18.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDaQnKEQqbnC6LHB6tVvOn7zmN6EGS4B { top:28.8125rem;left:0rem;width:24.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0tFlMdIcsR17QMElLf9JpvWrUxn1Mkq { top:28.375rem;left:15.8125rem;width:22.75rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBLeAM5UDPWZ6HoQhaSkikUrZN4OqsIb { top:34.375rem;left:25.9375rem;width:21.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7J1T1RJ0i3BSGEA1pAllEZrNutucgHB { top:39.1875rem;left:44rem;width:3.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnJuf44k6gu5b7uxQKFQEboQ8zoPEzEU { top:2.5625rem;left:0rem;width:20rem;height:11.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eV9TlCxlt2GHQNTk7PJKk2yF5N1m9Lw7 { top:13.25rem;left:25.125rem;width:22.625rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M20tfadhicSR84WaaQh0ATR2tcpBKT6D { top:20.8125rem;left:0rem;width:25.125rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2Ouu2ACLXRg1ONQ6l2tEcPqdu6A4WmF { top:51.5625rem;left:0rem;width:47.75rem;height:9.375rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ { display:block; }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf8DVSMPKXv2WnrdZRNrE3VotImd5MUv { top:2.3125rem;left:0rem;width:47.75rem;height:8.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6wr3p466RWlsmnmkUS11i7Nb71RAMmr { top:15.0625rem;left:0rem;width:47.75rem;height:40rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMeAowILIqyyZOOEKevZo6rHHRB051GS { width:47.375rem;height:47.8125rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP { display:none; }#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MFR58Q68ZfiWVTBw8vBvAE5Beop8uAkn { top:2.3125rem;left:0rem;width:47.75rem;height:8.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwhm16MN3fDsIFV46GJMMb24nT09eyPy { top:15.0625rem;left:0rem;width:47.75rem;height:40rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsaZliOmqEVtmV9WpoAapkicfke9Vt2p { width:47.375rem;height:47.8125rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOQrG1B5vOC0acQCyXq7KQwWZruKzO6U { top:2.3125rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6BvhA42IhK0EJxJTfqedmcc1qNRzmTn { width:47.6875rem;height:53.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ji183Cyzp0CqMSniaGXe4E0gPtBdszxk { width:47.375rem;height:47.8125rem;top:11.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wb4qsNGNpEqOI0duv2Kt5bcMI5a0s0yx { top:15.0625rem;left:0rem;width:47.75rem;height:40rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUA4aZJihD65TL5I1Sc6M7QmCiHzXqNI { top:1.4375rem;left:0rem;width:29.9375rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RB16vLaR4yeSTUnuFZQlXeqwB3lXa6sy { top:39.1875rem;left:44rem;width:3.75rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ex32wcLu6HB4KmJJeEUK0WMx1BXuwssZ { top:5.0625rem;left:14rem;width:33.75rem;height:17.5rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7xm9ndihsltSCaZcfra1H1xESmd6i8d { top:28.75rem;left:0rem;width:38.0625rem;height:30.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qs9Ue0i3sIC9HHOuUZEwCVTqF2yXTgWH { top:34.9375rem;left:15rem;width:32.75rem;height:20.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2kLgsvg2KOPqtHUb8PIxZL65MLltwNc { display:block; }#c2kLgsvg2KOPqtHUb8PIxZL65MLltwNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEXA9A3zZIVGr7nqnQSOKkxoyp4xR3nw { top:1.4375rem;left:0rem;width:29.9375rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4W381AJMJEhZHuJKfIcoBkIxx0QLKEf { top:5.0625rem;left:14rem;width:33.75rem;height:17.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTXMkadhQhS22mZTl8DC2XND8H0xuDh1 { top:28.75rem;left:0rem;width:38.0625rem;height:30.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXR6VDWzU1Oh9LV5dnC9tnodaGaKfKmJ { width:47.75rem;height:;top:90.25rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzwKMGy3DHXRQkr389UHNZmwXVgc7MAQ { top:111.625rem;left:0rem;width:47.75rem;height:9.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE2qor6WctzKRuCTFyfeP52EVa4X9ZFP { width:47.75rem;height:7.5rem;top:102.4375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k85cxqQXd4wfI51ViGlg5mkp3KLqfvOT { top:34.9375rem;left:15rem;width:32.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grCufa5E51ZGmBJbqvWvJzNuJqByxT21 { top:25.6875rem;left:0rem;width:30.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCPtNn3l43iIsq0FblSD82TKxdht7Db2 { top:62.0625rem;left:0rem;width:47.75rem;height:22.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0qFZDcQGkrwOyg6fEKsbaJTGO5v1c5y { width:47.75rem;height:;top:90.25rem;left:0rem;font-size:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXVZanpkEcTTXzmOizHQIB6cLEO5cic0 { width:47.75rem;height:7.5rem;top:102.4375rem;left:0rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IppaAXBwdZDu3dWRREAF9Giaxt4syhC0 { top:111.625rem;left:0rem;width:47.75rem;height:9.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ { display:block; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HicPfeDv7OtFDwCX4VETpH7VEuayycTq { top:4.5625rem;left:0rem;width:23.875rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpkMgV0cS0r182HtKJvuifzM5A8cTW59 { top:5.6875rem;left:17.3125rem;width:30.4375rem;height:13.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JagMi5laX01E85GqAeQMn6fpaow1CIW1 { top:31.25rem;left:23.5rem;width:24.25rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThBzNZ3MQNoJACR2nT3ipgTC5XBy1DbF { top:12.75rem;left:24.054689407349rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvibZ8qc9Edy0uyamfyGe43HltPrgrf1 { top:26.75rem;left:26.242189407349rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ0W1TzAFaftPGODS7PKuHHN4hqOaHF5 { top:27.125rem;left:10.09375rem;width:25.8125rem;height:36.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ry42UVuU1XNpTseVoTXudLuBg0S2e626 { top:6.4375rem;left:23.5rem;width:24.25rem;height:8.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC { display:none; }#CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rnEG79WTCKKlMLPJWIsaVecpsmEJ4Wtw { top:1.4375rem;left:0rem;width:29.9375rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZTQqIOkJVbwXTpuA7r0BwP5XPBQMdmr { top:5.0625rem;left:14rem;width:33.75rem;height:17.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUCtAfcFml2B9AawsTOsQswWwCxxUzol { top:28.75rem;left:0rem;width:38.0625rem;height:30.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suJU1ct6wcT2U9Mp1CBpAxeQoUoDAbvM { width:47.75rem;height:;top:90.25rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMn8M3hBVSUtbo705A5mRxt4EaQyAMPy { top:111.625rem;left:0rem;width:47.75rem;height:9.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAlpOyusmG7pNTu8cnKROMOdbswN5iSG { width:47.75rem;height:7.5rem;top:102.4375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v12LWEKimE4MoBJJ4KWPM4IFukwnXUxu { top:34.9375rem;left:15rem;width:32.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F97PXOKq7tubwHBVbSJAHdNUeaQJzkTv { top:25.875rem;left:0rem;width:30.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UksC5ne6BAHpgGVz1h6d2vkww7ZBzTbt { top:62.0625rem;left:0rem;width:47.75rem;height:22.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8zkGQ7rK7xdvvJVnGSWML78uaPdrvgd { top:8.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qD1rLDn1vygG6XANEB7zktbAtWT11JAs { top:14.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWWuoWyc5yNiRH7TG1qytGHioUWI4TJB { top:18.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MO2bDxHtQWmL2Hs4WF0ZZowfaT5K7vdr { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7aPFrUTaqdxcTKlAXIpScVsXcmLOQy9 { top:23.5625rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIVD8OgHI9HUVnTgUEbs0TtMyyNgAf9w { top:27.125rem;left:0rem;width:21.6875rem;height:2.625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uouWwLwzOmAQiKdzFqThZhBP9siFehpW { top:31.0625rem;left:0rem;width:34.5625rem;height:3.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKpqZGJIkN1vN4APMISyePhI2MbNtuTC { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJBxW382ftcPbI2Ks2SbhofK14WBRH96 { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1EQwR0HTTIztyBQc7HIPbsTqWsGsPbP { top:50.0625rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #McmWZMwX6bJ1i3p5XLETZMrGLJhR7txk { top:52.8125rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ft30Ghz8TsTageq3rdFz92fcv9mlBknd { top:56.625rem;left:0rem;width:20rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1EHpxUnSKa49crfzNZdlyF7Aya4M0IL { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jv4EHJ5oyuET6L5gEsHzMUKMUNyXtiZy { top:69rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1MqaVPfh6hmrK2NvsTdyDG59Hx9PIDG { top:72.125rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDRhe5brw7xvRUPQWgO8C7Rf5J49zPuu { top:76.0625rem;left:0rem;width:20rem;height:4.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eR2GHLiS5LErxMIx9a9SSyXxGl8iV64J { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpZh2GgMaRiRQGH9z0zsXNQNsIcOzzkR { top:87.0625rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJgegEQTC9zaudlbuzDCWM845Pqts0sh { top:89.9375rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpvKTwlZZZsBeeDvpOXpMHGSHBFuP6mI { top:93.75rem;left:0rem;width:20rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQA3NDRIKZ0J7TMwQJaHovmxKJGanNcM { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #REXOFhOF2Il46aVG6sGTE6cDDssW2Akg { top:107.1875rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2nfllM5HQnXC9ou7L1W9Ba4zR6uLmiy { top:110.125rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLqlrUGwTTNKRsdfRz4qDTfzuydIu35X { top:113.625rem;left:0rem;width:20rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLbt6vfThplrWWiMDVkTEPkATviioEyg { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbHJxJCpIrNpwKmlfB3ucqCwoiM6PEfK { top:125.625rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cgh9xxHC9Py6QnPeU1PqmWZAT8eChAKZ { top:128.4375rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8oLoXZs4UIlCBD3r0sZEA9DblPta7EU { top:131.9375rem;left:0rem;width:20rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIdd3pmaGqXwD6J1MAQp77UJtp7G7DI5 { top:95.1875rem;left:0rem;width:47.75rem;height:0.75722947761194rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLgftf2mFWhdOf1nGULtXDaNvP4GD2za { display:none; }
 }@media only screen and (max-width: 763px) { #BQxJvOcarl3diTGTlMT2aPy5iDNmrsMe { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiwbVcuCBAVDb1MCyecmFIhToL2my3Tq { display:none; }
 }@media only screen and (max-width: 763px) { #DkZrNLCduDRTX7BbD305MmQAdhV0D8Q3 { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbGnQZyi4nT6qGcQvXWCArMMfxhcnItR { display:none; }
 }@media only screen and (max-width: 763px) { #ScHKpDGI4oH92ylRXdgvFxnTJrwhXtwQ { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZicmB5mVJMXPLHtNRhafbQJKWKzwhWK { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVSJ27suL0HlEC7CJc4tA7TMhv9Pse3b { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rotRIISbITVeGdH26zVBI0eqrShBkhTv { display:none; }
 }@media only screen and (max-width: 763px) { #JShQ0bXZwvxuvqT2DsH7M5qHSPoSvXSN { display:none; }
 }@media only screen and (max-width: 763px) { #HH3X0XyDgVlkmVmd3FlTCkE5pB0Llsbd { display:none; }
 }@media only screen and (max-width: 763px) { #nUHhPuI58rUBSAPpXbTweT7Vvh02W4I3 { top:1.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAEkfRXa0940oKFK1QcTMbsgQLUXbsWm { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ystvnqmF6k29aodhlVbSM4b6owKRTULz { top:144.75rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WK83zinra7Kr9CvlMkr9XtcV7ryH28Cs { top:146.9375rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uE8yMyiy4pT5OiTLWkhSRrbkt2KflA86 { top:150.4375rem;left:0rem;width:20rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQFN0f2IcIqMSGS7pAefyrhTQQ3P17fg { display:none; }
 }@media only screen and (max-width: 763px) { #zr8suowzwvUuzzR5hITJMg76oVQKFPMT { display:none; }#zr8suowzwvUuzzR5hITJMg76oVQKFPMT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ie3eTIkkVFZRaTHPT0aJN5fBbF9Ciuz8 { top:1.4375rem;left:0rem;width:29.9375rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaBkqXqalmtTLkvyNKdUnDg4UTTt3ARH { top:5.0625rem;left:14rem;width:33.75rem;height:17.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvmAgKFQT6tg2ytBLPXm9lGMTRKJ93vq { top:28.75rem;left:0rem;width:38.0625rem;height:30.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUFw9v3X6SneW9xqHks1l0AJKoil5cH6 { width:47.75rem;height:;top:90.25rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RspXlItWv2AEZdBo8x063vaBhBlc6D1z { top:111.625rem;left:0rem;width:47.75rem;height:9.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpbQJqADxRvQygLlRIBJxpkF29X7fTQp { width:47.75rem;height:7.5rem;top:102.4375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNxHnqXN0tzoMxnpBxax1S0IOZTFkh8o { top:34.9375rem;left:15rem;width:32.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmB6V4Gzb77SfDRVXTFwNdP9UuRMaMod { top:25.875rem;left:0rem;width:30.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr0PfstIiZOJ8pfnN6UXmZt2QatZrv1t { top:62.0625rem;left:0rem;width:47.75rem;height:22.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqCEOyCtQKP9Z1DskEymWMqNZpdbCatm { top:3.4375rem;left:0rem;width:20rem;height:5.1875rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKxKhVWaJVlibeaqIvx0RATufsvANCy0 { top:9.5rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSg5JiDBtohwImcTncIBnD23bTHiIWuE { top:13.1875rem;left:0rem;width:20rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ire6UuWx5urrKxyt6JczTcQXXPr3iQOR { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSivVlPrOm01TXTkLlWhPfNWLHMSEoGK { top:24.25rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbUV7wiCrPxlAQ2RUqaPfdE7CsZCuLGo { top:27rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnDwF7kXL1MIp82h73z1qTKWMPiXZXih { top:30.1875rem;left:0rem;width:20rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5d5vbGR6azgOPKC8lHAROKcxW3n7x55 { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMlLmRBU7NeJATRpl57DKHvL7aT9i61i { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5ocFrIXlu6Bzx0If1WG1yLET5WN3RSo { top:42.875rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KthGQTFAbRLCvMZ3w6fPGb3G0taaRp39 { top:45.625rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zst9mfIWNfBRfSFSC4kK3T2hSuhEpTat { top:49.4375rem;left:0rem;width:20rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lgmtfuh4IT1rlSUOnultL3d6ns7k81o5 { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4OstMsETrrSmXgZ3919OIXFVBFEQ8nk { top:61rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5mk0ygC55Z9zseeylyuOweFLVnToeJW { top:64.9375rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVsZ5okG6vnFLT2pe2X08ekpX8MV3MLT { top:68.875rem;left:0rem;width:20rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IumyxdSfbAuSZJ4bXB3TrCrXyyihpNON { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5tPhyTCEqRabsVcr2ZaInNJAXBOn1XV { top:79.875rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClKldTIPrB3Qcznb6LcnSei93wRR7HVb { top:82.75rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhuZWB87SasoM8hId0hRGPhhQggBknPH { top:85.9375rem;left:0rem;width:20rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1fwbeR0ez3L0G2emtyp1rfzNo2mOVoD { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Isw3ggpCxtTrR6HTNgpr7LWPeLIvGgpQ { top:100rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWaD6Glnli9nyoKX96v3lvlbfe2y4yoN { top:102.9375rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGD5EAbCc1mmlqRpxykcTpSa4lQVCdQ4 { top:105.5rem;left:0rem;width:20rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvEmN7eLKC3RoyoXoFeXGN54ZJyw3J8f { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZUlT71oC4fGHFabpTg0XPllyV9N9oSn { top:118.4375rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZz79UyoKZosO8RfBTQr3b85SH9T8nGF { top:121.25rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yr2cxfIgCuREA3vLTKqizillx3tqZtS2 { top:124.75rem;left:0rem;width:20rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSbU8xDX5Tn1zTstU3lCTVOFeP38MkbX { top:95.1875rem;left:0rem;width:47.75rem;height:0.75722947761194rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEpBnkbtd4gbSRowBm1Ji1GUVQBLW3HW { display:none; }
 }@media only screen and (max-width: 763px) { #JrG99SKuwsTudquC4pyD31xV1PuCOQvM { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxJBbyZmchH0dJsQNnTQbrkOqLCxkEVE { display:none; }
 }@media only screen and (max-width: 763px) { #r220hTZTvcmlvy1tpxMP441FdXfUK9EU { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VC8V4VQfDv9UgUGNZXda2PoKtAUrNg9y { display:none; }
 }@media only screen and (max-width: 763px) { #Cp8vfhCu7ET02AoqSyDZP6w6r8AG0UFU { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FgRVw6tPC2G72ysgpxX7tHLoeZzBBpI4 { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkTsTfRgBbhDtLcm9OmikmplaC7bhwvW { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4UdkxQakm1VTi5QP4Zl6vMTorzgkrtF { display:none; }
 }@media only screen and (max-width: 763px) { #fHsMPp8L4ebFHoawXmhlqCzX8Io9Wmzi { display:none; }
 }@media only screen and (max-width: 763px) { #VUFml2EHAd6tBIFHGVtLpcBE8TwTrdc6 { display:none; }
 }@media only screen and (max-width: 763px) { #MRiQRuyDbiPhdNLKTT5gsNygyXqCgLOd { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HD9aFc3Kqzh2fJFOifMb9Ozc2SFDDI6T { top:137.5625rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArOUTTERMZfqF3J0yC2XWawi6LShOoqU { top:139.75rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AL4WU68TsiBBOS25pm1uLv8IKsRuZEOi { top:143.5625rem;left:0rem;width:20rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRlZTpPCrmL6fSXpTU0ZLqMbuMiDs9KR { display:none; }
 }@media only screen and (max-width: 763px) { #Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw { display:none; }#Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u034s2e5dyZK9CXdAoWNreH1iHMiGEPv { top:1.4375rem;left:0rem;width:29.9375rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZQt341Uf32RrPKBvy6QcPloVdoJWRdZ { top:5.0625rem;left:14rem;width:33.75rem;height:17.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZMqxUsk13ONktntIB2ZRvwTzKM5sg0Q { top:28.75rem;left:0rem;width:38.0625rem;height:30.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1cMaSJnOwXO14KKm3ReNRuoz5eAuoPo { width:47.75rem;height:;top:90.25rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGBADDAkn8ZLyz6CUqEswfLEqyrVT1w7 { top:111.625rem;left:0rem;width:47.75rem;height:9.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAPbQHQWDT4y8CJVZp9rTpcgO5x7TuCJ { width:47.75rem;height:7.5rem;top:102.4375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAzyEO0Xb4QrsJ5nTkpdHGSl62Td8XaI { top:34.9375rem;left:15rem;width:32.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMqOi8Tns4r6T9TdgiTdsBHUMVqVctn8 { top:25.875rem;left:0rem;width:30.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7SHHrlGlPsGgMR9TiDIiGsNWowoeAbe { top:62.0625rem;left:0rem;width:47.75rem;height:22.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es2b4LuQNpEpEBapTrWxUGVp67fJE6Ul { top:3.4375rem;left:0rem;width:20rem;height:5.1875rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U12dNNJZLS84DFth70PNf2PhRHWNbXwr { top:9.5rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fo54GQQ9gcLw3NgrxkKCye24o7LCozd8 { top:14.6875rem;left:0rem;width:20rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7hJHaeFiQgUpUQTSgoF7IedUc28CMwp { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTdJoQGGJZ8IOtvT2tebmlkQS97ff5bS { top:24.25rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbb1GH4CJuVATaMpTXXZ4RTk1Vey9iJC { top:27rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEDg1uZvTTK9IbqIIlNIaEieJxvzNxnN { top:29.5625rem;left:0rem;width:17.6875rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArVDLIhivGFDoP7JxA1ah8I7CPlkUQm2 { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lM3ED0XTcs3SUeKsnqESa6Tt3ADPTm6L { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImalkROS4rDTDkSbuIDD05rEIA6XyTWA { top:42.875rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5oMWzf7XrEqyyOAtc5tLHtyOKHRUlRw { top:45.625rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hww1c1lxEfQdN3T6tTL2TlTF2HUc1V3c { top:48.75rem;left:0rem;width:20rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG35eomGIvhtqgsZhoToHirSLid0rMhm { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JW8ne5sTswbTn95nGrA5e56UZMlOMgb6 { top:61rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9LpI7TCc9e8suWrWiMCbTLdGVTaFepT { top:64rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMTnFNzhyUHZoqHalO8HC94WS0S5Ivx6 { top:67.5rem;left:0rem;width:20rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4msohRaZATHFFf0EeUMExT0LwFcptkl { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sflBrwwaWiihFpx2qDFlcRngEV4InZAt { top:79.875rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhM7yOqf1ynaZHr2RNOG1fqCpmEG95Po { top:82.75rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ea2K1ieMfD5T1kSeGGJAopimITR2rvHU { top:85.9375rem;left:0rem;width:20rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oETNaTEhO2JP4FwP362dO739FtiA3OJz { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQuv3fGgC8DGxM69hL8ZeGKQEuckz40v { top:100rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAFRM3Md0TG2dzuoupuGHdmy6TMfz3CV { top:102.9375rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Csye2HkTkNQlV0DIEqudcs4VTKZyxZB6 { top:105.5rem;left:0rem;width:20rem;height:4.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #khWlrL1AtnawdmJQzmClxHbThMtCextS { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAfcHrF9w23GiOq0TNXBe54zmR2ceafK { top:118.4375rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUwNUcgTsWvIgT0A7f2lTkW5T1yxu3mm { top:121.25rem;left:0rem;width:20rem;height:5.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTHFEDlxgS0MfOEUShlKZzZwDHxJ7hRp { top:124.75rem;left:0rem;width:20rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W46CDTxgKFkhhpZfEaiN6Dz6T02AAM2c { top:95.1875rem;left:0rem;width:47.75rem;height:0.75722947761194rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbR9pnxvRevy4qmJK794glDq0Tspirbw { display:none; }
 }@media only screen and (max-width: 763px) { #eRWwTgsgwHXtIJrTdPeyTSoK5B3RuVvo { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKvU5NBucc6J3XJLGWS6AJoNFMihOAek { display:none; }
 }@media only screen and (max-width: 763px) { #XGUvJncxzsbMz4TrcToQJ6H0wytHxqEZ { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFn97sLBsC9NiChIOXfNgqC7K1XDDQKL { display:none; }
 }@media only screen and (max-width: 763px) { #k1OZkV9MsVPxa0yE8dUNOFKdf7xfX8bg { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJu4OH7L2Pdi9RZevaEGnC2eDW9nlw6S { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #klRrvS5sOaIMZmLldMKPdSf7uVSAMbf3 { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvJJdeN1zZfQM4zRJ1Xm2n8lBv6CmBbG { display:none; }
 }@media only screen and (max-width: 763px) { #ulWddGNLvd7KsGTfuwsVITE48gc1QfiV { display:none; }
 }@media only screen and (max-width: 763px) { #mvDrGr5yeymawvZ7ylo6hDB6VdR7ml2w { display:none; }
 }@media only screen and (max-width: 763px) { #iE2uscBlR9WsPk4D6QGn4JJH0KOUib3c { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hwc8lsRTBsQk8Cns2D8ytOZ4kwscmqlN { top:137.5625rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEkAMqJr3AyVWgOpk1Ggi3DC9D0zzRDU { top:139.75rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pe8vTE45z0PiSrcVpAk22gxkoD7PTRpo { top:143.125rem;left:0rem;width:20rem;height:8.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTs640J9CwGreAPAEud8Tsc0X3Jmi6RA { display:none; }
 }@media only screen and (max-width: 763px) { #sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s { display:block; }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bx8vWyWSAhDZcM9J177FaFNRpoFKi39k { top:1.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b32XZhGTf8pEamUlhqioqmggolfHlZ2W { top:8.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRbZyCfWgWtZ4ouVbOhyE2mQ3VwXXP1u { top:14.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmsCPTxDcerTmQItJuw2CfcN5OT4FFHX { top:18.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQVdDTdIA8gUmCh1HQ3F8OtBnwTaBamU { width:34.875rem;height:16.25rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWsRGyz4obgqZqVoUZQMAGZMCH9yoAyi { width:34.875rem;height:16.4375rem;top:22.0625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIcvZHfXDgK5o70CZJq0220G7UDgestE { top:23.5625rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P05DCXS8dU7i1wWZkiPpus8vHwGAxTQ7 { top:27.125rem;left:0rem;width:21.6875rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5VyfTqT2R8Mf2glTIKHk4Z8RCpPnnQr { top:31.0625rem;left:0rem;width:34.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0llT4uk3LgomZB5KMPisCc7J6hOcaoP { top:35.625rem;left:0rem;width:28.625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3JnJ7vTMGHObwes6aaJ4UqPogRUCL3S { top:23.5625rem;left:26.96875rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtQ7kPvbyXKSbwTBewuGICDTFqCg9gR8 { top:27.125rem;left:25.03125rem;width:18.75rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikePMoknP0AAEllfpvZ8rhIhcRUsVfTO { top:31.0625rem;left:13.1875rem;width:34.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zur4hv58c8KqOrnisQPsIZscAEaLTkA9 { top:35.875rem;left:19.0625rem;width:28.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6C5G6uU74k0OW73TJPO6BhADEFD3MPx { width:35.1875rem;height:16.25rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMqiOXCltQ9H3dWLcWdDwoNH5hZZTJhq { top:44.3125rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw4nACAqNTUdqIph0QS74WVecLPFTv0z { top:47.125rem;left:0rem;width:19.8125rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1xJkfZEA86LhfQ2U5Uek7DMMc0TOQBt { top:51rem;left:0rem;width:34.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKPTUyWaBXnMpfDGFe0BPdhgy62oZWU7 { width:34.375rem;height:16.25rem;top:42.25rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCKLLQHaL97GGigbE5qyVOiIRmenioN3 { top:44.3125rem;left:27.6875rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxexZdTDO1qfMSE2pz0gXMTIP0wRG8e7 { top:47.125rem;left:24.15625rem;width:21.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBninnXSWA8mTTtfvHRQkdTEoOyXv0zO { top:51rem;left:13.875rem;width:33.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZQyM4oFrT7Wwb1rnKnnVdxhO0CsakLe { width:34.875rem;height:16.25rem;top:62.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpbD4aX5B2gPXb9zRNZpcLWXe9aqstHm { width:34.3125rem;height:16.25rem;top:62.875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmI2SeO8hAoV2c8zFx6IKGqeWovU7qqo { top:64.25rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGqchdbAlo6xOIxH3Ky5zyEs77VBQCms { top:67.125rem;left:0rem;width:14.125rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhQvZKcoACi5EmxQMUoPp4dh2HNcJDkv { top:71.125rem;left:0rem;width:33.3125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GihAMCvCL4tXGQksqV4I03FEUVzlKIku { top:64.25rem;left:28.3125rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tozT1E7aGazFZQxLTqtbC5UmwUCqROkh { top:66.4375rem;left:20.65625rem;width:21.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgp2OOwE1mztef5bJS66ZFDoigREs3Xk { top:71.125rem;left:13.1875rem;width:34.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #op5cor1JGpDPddnwbmGQuqLWwwB6qXeu { width:47.375rem;height:14.6875rem;top:83.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmxlATm5BDyS7PQQekRO3VIdhLVZ7ZSb { top:85.0625rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gECJOtugUdKEuLXruurCSHye05G2vN9Q { top:88.0625rem;left:0rem;width:15.25rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2uNTsPJFOzQNADm9pZCEHLyP1xsGgGp { top:92.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS6zaevqTmiKDiSo1IyapXU9965Q87fT { top:55.75rem;left:0rem;width:28rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnR2xiCufTtGMP28ut7ewn0z88R5zapH { top:56rem;left:18.5625rem;width:29.1875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTnBVyNmUyZPiMIinC4UShQiuzrk8z1w { top:76.75rem;left:0rem;width:29.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gniEc7BOBpXNetSupUyaTtk3BbWD39RF { top:76.75rem;left:18.375rem;width:29.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVEKnKunP9w1SiQfr7fIMQFuI5WfcWSU { top:95.1875rem;left:0rem;width:47.75rem;height:0.75722947761194rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndmg5lHpZkzATEk0geG31iqWsGMW7OtS { top:23rem;left:15.28125rem;width:4.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvqinauTJPEN5QbOGO3TrzDFzRAXVh95 { top:23.3125rem;left:40.75rem;width:7rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMLbb7EfTs2vI1IBbKTwlkHd7i61k6Z2 { top:43.5rem;left:14.84375rem;width:5.3125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuKrk9trmaTh4wiQoLnXzQWnJk3Agn9I { top:43.5rem;left:42.625rem;width:5.125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwlFP6ZZxM3rEd2yBmMAsHOpq69hdDtG { top:85.0625rem;left:41.0625rem;width:6.1875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpirOSGc64aNElki8uyTGeAD6so0a6RM { top:64.25rem;left:14.78125rem;width:4.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X84RIJ6RLTQHLnk2H7Tyze0wPJz2sJFI { top:65rem;left:42.75rem;width:5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEMOzSfiUpe0PDiZyA8Vv8lsNZpHamrI { top:8.4375rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlcSogDHQxyqNuvKbmTvu2WkSTBDMS4R { top:2rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFvtNm0f6no3iJ2iE1fv1WJzpWw1M7OE { display:block; }#sFvtNm0f6no3iJ2iE1fv1WJzpWw1M7OE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3hFu4wdAmksOxtTWBDUEK0hTCytSS6R { top:4.0625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #keuVgEBfmWRSBT9iTbDqVcXf6ccqk9T3 { top:9.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpwDntv6mlWpSKiwShnuuhPcF7scSLZa { top:13.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DobgcrF5De9a4J6b7iIxpMMxm4btPqXJ { width:34.875rem;height:16.25rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8BIUKdbRPEfw9wxQ3KwW5ZbOUIA7d1M { width:34.875rem;height:16.25rem;top:17.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvhhSCTLsTfuFTsga7HtIxWkT52bCnhv { top:18.75rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7G5JCN45yxiwoVo7ZQsXfbvmsv4gCbz { top:22.25rem;left:0rem;width:18.9375rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXqnL5f9huCQuXtvfrrWfs5xUXgNO0zr { top:26.1875rem;left:0rem;width:34.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HExt2FLKZ0VqByqP87mmrLyT5U7RRv27 { top:30.75rem;left:0rem;width:28.625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh1rEdbsV7Zp8DpwuG7OHKbLrdFSTT1i { top:18.75rem;left:27rem;width:7.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN7lWxhSUNcwmWXcak7JcRNJZIJetWx3 { top:22.25rem;left:25.0625rem;width:11.875rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsSWtaJeTXUqwxRKGft91AsuiFq7qFcI { top:26.1875rem;left:13.1875rem;width:34.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd3zp7ogHOzf3PQQNhX5TcqOu0BvBybn { top:31.0625rem;left:19.0625rem;width:28.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDt8lq3UlqITsnHb1TLD20ZdNXpsf0pQ { width:35.1875rem;height:16.25rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4sQcascs2ppKWRh2FV3aAJSqgx7EfmP { top:39.4375rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPJA2uTK57wtsMiI2F2xoAUdizK10gPD { top:42.3125rem;left:0rem;width:19.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNTO6pING99tyLSRA1BHtQMsaiqHwfP9 { top:46.125rem;left:0rem;width:34.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIx4gvIz362CT5E0np2LuVf5N12qRb9v { width:34.375rem;height:16.125rem;top:37.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSn8dMmOfFmX9E3Mf3AOzlUTvP4TzdD { top:39.4375rem;left:27.6875rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whMZPyEihTpz8Kv4ewJuxKTAT4LKTSry { top:42.3125rem;left:24.1875rem;width:14.125rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDgRhBPLTi8lLg3hKk0wvqhPhZsQ1vRc { top:46.125rem;left:13.875rem;width:33.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTDo0D7PN93NmEeZwUctnAPCrHefs6pR { width:34.875rem;height:16.25rem;top:58.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLRUIOESx7kFG0TPQZckRsT2povKnQyU { width:34.1875rem;height:16.25rem;top:58.0625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34WcdDf4S8Eu6TH61fcdybdG4AA01s6 { top:59.375rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suDzCouEs15kKc6cxh2QREOcT6Dlevyl { top:62.3125rem;left:0rem;width:21.0625rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD3EasaJBNSeWvHgckckO7em9MS457HZ { top:66.25rem;left:0rem;width:33.3125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8MgOdKBeh2KcOhKlQoTeH6Pakbcphuq { top:59.375rem;left:28.3125rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWkrMyxSrnqbZps49vqNToIprqIyOyiW { top:62.3125rem;left:22.9375rem;width:21.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #podoyuBCzJfHJGd5BEHzURFw4ZKO0X5F { top:66.25rem;left:13.1875rem;width:34.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #es07TKvN8Erq5sEf0U5T51PLVCXdT4by { width:47.375rem;height:14.6875rem;top:78.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpE4T42k2X9MSi8VbrQ5KP5WHOiZnG0D { top:80.1875rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmkC0Bdm5csZUhUNvDmGnDNWXAuF2MhM { top:83.25rem;left:0rem;width:15.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmRIsuFToCB6Rx9Fgato4G04GZnk4E7F { top:87.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H212x6CWZ6rDf5TQC1VLe2RK7IuZm2pC { top:50.875rem;left:0rem;width:28rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzyLoWOazpy2yC157WnOaKu9hos7sZH5 { top:51.125rem;left:18.5625rem;width:29.1875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSGxwSqAKOyZuhI40l5Zv4nU0mhxTZsN { top:71.875rem;left:0rem;width:29.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8sx175MZr76SIJukb7yaeTBzcTOnUzu { top:71.875rem;left:18.375rem;width:29.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOixhXQFvgmMrcMuvsmWSxTSDrSTyag0 { top:90.375rem;left:0rem;width:47.75rem;height:0.75722947761194rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoxuUzKutgsaJa2mNKoJGO9yRWcHL84P { top:18.1875rem;left:15.3125rem;width:4.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE0guXanKXg1NH3tiXnEPCNtzXGvagbR { top:18.5rem;left:40.75rem;width:7rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1hgf5uaQf32aOs1gbTubAu1fz3Jevgk { top:38.625rem;left:14.875rem;width:5.3125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaJKSBOJhaQfhsKq4ncuDQvbiaFsHBxT { top:38.625rem;left:42.625rem;width:5.125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Rax1E7cLQJb3Ot1FwrkiRPKH9vT0Mz { top:80.1875rem;left:41.5625rem;width:6.1875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7aN21EUm0tHc94UkGK8XWSQukc52TgQ { top:59.375rem;left:14.8125rem;width:4.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmL4MR8rzNrdq0w9OwEJaMPwNNU77uZN { top:60.1875rem;left:42.75rem;width:5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJgKfObobGd6qy1BCPRbRnZgdOdDEE64 { display:block; }#PJgKfObobGd6qy1BCPRbRnZgdOdDEE64 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv799NQC9TkzGzQlKFz5gsqRom33eDPV { top:4.0625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #blB32HUCcsmuWWQKHQoduVRSbnE9nkf5 { top:9.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFhOpULlUxX4KExOXt4nE0ECCkwBWIut { top:13.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5fvXDrimSk0LJQd1ed5dITr87hVqZm6 { width:34.875rem;height:16.25rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVwryInCJx9tkybqPeEuXReUNuvZ7Sco { width:34.875rem;height:16.25rem;top:17.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #inq66HdekHTToWMFN3gPWaZeOgkm7hS7 { top:18.75rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1pMQSHLALRxk7m7UTJF7WaM2DCCg7Q6 { top:22.25rem;left:0rem;width:18.9375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz5OEMKOcedPzgfR0yDizC18OGZoKkCV { top:26.1875rem;left:0rem;width:34.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUWQlXGf0aNBHaWZtBftTG65XN3HPGnF { top:30.75rem;left:0rem;width:28.625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb1bRvA6hqyyTvtqQkhl8eTPrAPqfIPd { top:18.75rem;left:27rem;width:7.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA7LflIEpr5QRhDA06nKqqzuwQzdvWRu { top:22.25rem;left:25.0625rem;width:11.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaPB8RhZrrTNUnxmlQZW04LdW9UG7ICJ { top:26.1875rem;left:13.1875rem;width:34.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szra4m0tpNkaI0COTud64WIVvnWtp7hb { top:31.0625rem;left:19.0625rem;width:28.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a52iri39lhS4e0LeKDRsXktpTrgB8heO { width:35.1875rem;height:16.25rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBelfOl5JFbLNfx4HOcp6pszx91hevMO { top:39.4375rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtD0kTz2BrlpZyQI3XG6DBiMH4s6Lq0o { top:42.3125rem;left:0rem;width:19.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUlkBgavRv5RfMyLiFpfMk11x6M41n32 { top:46.125rem;left:0rem;width:34.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmm0z8qIzK437rE5Cte5rEEuKTGbWSH0 { width:34.375rem;height:16.125rem;top:37.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TmA2G2ncT31AIl7Twn3aqlF6xOi6rV { top:39.4375rem;left:27.6875rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVXFck1Neo63SLrq6OBgCfkPoufduZVl { top:42.3125rem;left:24.1875rem;width:19.875rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvetTIKyJsZsMLNMugwIbZozaRTaUbMJ { top:46.125rem;left:13.875rem;width:33.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHOfTTOg3a2t1g3QG67UQeFNhdMr746T { width:34.875rem;height:16.25rem;top:58.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLz6bFOiSGvKzuLBWDTB5DF10h9v0q3l { width:34.1875rem;height:16.25rem;top:58.0625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csKhViKL9PL37XbvlLx055NfTMCyritQ { top:59.375rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR3QHO5zNzRuZP3WhmAoBOZMXUg0D1Nz { top:62.3125rem;left:0rem;width:21.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5EuloyDsCdCUBTC4IAUXPFJO5bgNUQH { top:66.25rem;left:0rem;width:33.3125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGrgWJeg8uvvg2I4DToq3MOL5GvrTfRI { top:59.375rem;left:28.3125rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze6IxiQeeaF3B2C8cPrPOUyDSwolOMQq { top:62.3125rem;left:26.0625rem;width:21.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5gXDcaTWla0P9o1advTfnqGd4wutFah { top:66.25rem;left:13.1875rem;width:34.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K82FJhaH7zvwN1bDGmX5XfcALLU3QmvS { width:47.375rem;height:14.6875rem;top:78.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlHgGZNTNb1IABD1ukooohVCE1APZg9f { top:80.1875rem;left:0rem;width:7.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDCMi9ZNmSRvEF1kSEoVtFEQodQtJNab { top:83.25rem;left:0rem;width:19.5625rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqTstaG3iXPgE861iD1e3WZEzLiGL0lT { top:85.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsaToxhnXZNaOzd4G5Z6czaTfRo2gG9J { top:50.875rem;left:0rem;width:28rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boTkUfIvPi2I6veelRhvwAxdFtAOVhUT { top:51.125rem;left:18.5625rem;width:29.1875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPFP8deqtGobhVQQ6N1wx8IoNDOl0Cdh { top:71.875rem;left:0rem;width:29.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD2sOCaZyaRSfrRSs8mcl2y1kl09ZgCg { top:71.875rem;left:18.375rem;width:29.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECgSZ8baDrUkBB1cG5ryl7Vc9kEKPdyK { top:90.375rem;left:0rem;width:47.75rem;height:0.75722947761194rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkUl8rEyy07d1v23Dvbge7P6ibKrDZNT { top:18.1875rem;left:15.3125rem;width:4.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVa63fVntdRsIsbb5OqWZ9tAEJ62RDt8 { top:18.5rem;left:40.75rem;width:7rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfAQE563TLH2TyAPag02V6DXvOCtWltz { top:38.625rem;left:14.875rem;width:5.3125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSM1Q8LQiOKQ3T2fxLvesAcs1CJAKmhx { top:38.625rem;left:42.625rem;width:5.125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGTvb5leMqBA86OpHwMArzF5JGx2fpFk { top:80.1875rem;left:41.5625rem;width:6.1875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiXQUz6BV00ixgPT80XD0Ra5glpmiHXC { top:59.375rem;left:15.5625rem;width:4.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiSm9H1y55Hr5uFgPQnPkaM1Rrm6nzb3 { top:59.375rem;left:42.75rem;width:5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r78mLbxtGLMy7eoTsqIJhsJallsldEsD { display:block; }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2sTIc38OG0pSdUudI3gECPq1diHXe5L { top:2rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3ktUT5BFfQ4ZJ4rqM3ATkMEX8iaNzWt { top:8.4375rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4y2DVoETRCWFDXhDt82OgWRWbvNdm3c { top:35.4375rem;left:0rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1ScMmeuM4gEVX5PpHPAo8JLeqwXh2IA { width:22.5rem;height:34.375rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #koqWRQHQTSRWf31S5NH9s26vRvkTLGBZ { width:22.125rem;height:34.75rem;top:31.625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsb09BdQp3GThwhTimkfQ4trf7yTIOg { top:33.75rem;left:19.3125rem;width:9.6875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUrNWzsXxuvIIsGE7m8168bdJPXaWOES { top:35.4375rem;left:40.9375rem;width:6.8125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmIrVL676iq1MucLFJdm5l39zRLAEzJ { top:32.8125rem;left:15.9375rem;width:18.0625rem;height:2.6875rem;font-size:2.6875rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #Wdf8iMtCCxdekKcIrnTV7wkJF4SRxR6L { top:32.8125rem;left:0rem;width:18.0625rem;height:2.6875rem;font-size:2.6875rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #AlNBAdGTNDfoaWI6KaK9GCOyDimGQ79i { top:32.8125rem;left:29.6875rem;width:18.0625rem;height:2.6875rem;font-size:2.6875rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #krJE3TBZzPOdIOa9aTuQVPGHMfTzT7xR { width:22.5rem;height:34.75rem;top:32rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvLWIR3BTVznd7a4qWcP4ld26BJiTT80 { top:48.375rem;left:27.3125rem;width:20.4375rem;height:5.4375rem;font-size:1.8125rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #iyyyPipvW7nBeWtR4R3WESDvxTz9qhNA { top:49.3125rem;left:0rem;width:18.75rem;height:3.625rem;font-size:1.5rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #FD7mxFJPoRhI5OeTCWJnLq6UWEsMrxCQ { top:51.4375rem;left:14.5625rem;width:18.75rem;height:1.9375rem;font-size:1.9375rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #NonBb3Z8IMkVPFl5KlXpXBseOwWHpKd9 { top:53.8125rem;left:0rem;width:17.0625rem;height:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWs6wRRDvhUPWsOfP29ATWn9r2zJfI9R { top:54.8125rem;left:16.0625rem;width:16.9375rem;height:10.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNSmWlLlg96T8lroyMWMeNpDn4J1t9qf { top:54.8125rem;left:28.4375rem;width:19.3125rem;height:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGizaOWN83yWDAWe4eMvHfSBF8DQMbgt { top:2.125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOig8U0fZfVrfAOzFLUxHHxvTZOdABKu { top:124.9375rem;left:0rem;width:20rem;height:15.5625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 { display:block; }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfKSZNr4RAay4vmdCyC5fDikJJu0MVCC { top:2.125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #msLSdIhl3hWRUNnKn2r0kctXf4ToHKDA { top:8rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4wIbDVfdxtE9NHQ8z2vqT4avTEMK04v { width:33.9375rem;height:20.125rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrvMRgg8VoCEu8wB90dGKh9zJ8DSV4go { width:33.75rem;height:23.5625rem;top:15.375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXggiZ3cyxfLSPPF87GORzyZA8I3fO8n { top:20.4375rem;left:0rem;width:29.3125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSUaxW7NGqaByZ1tf3ix8hvz8TlEZyD5 { top:17.25rem;left:15.25rem;width:32.5rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmuhE2kWuiEERPZt0FOL8MWdBX05sryg { top:25.125rem;left:0rem;width:19.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLHO6wkMIXUB3DpzQeIxdnrMq7ADDDuo { width:17.5625rem;height:3.25rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7K0QC3whaN3d9iD83lTmkJCNhNlZXEW { width:13.625rem;height:3.25rem;top:27.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQUJdrclAMoiMOF6Lq5SNwfRdJAJKGSu { top:28.125rem;left:3.5625rem;width:19.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZnzREku6VNy54J34VO26kFRyzWfXrWL { width:19.125rem;height:3.25rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZHhuFATM1RsWfX1BTsPsPPGo1PFrsTO { top:29.9375rem;left:0rem;width:18.75rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwzK2nfVKiwTqgizlEs0FcrrDPHgPVyA { top:36.375rem;left:0rem;width:1.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBEZTWTGQ1AMDUwOBSotNhQqiBEJ4OZS { top:36.375rem;left:0rem;width:1.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMhQ0ufv99ooS9vDJxEMbxTVLlCvQb22 { top:36.375rem;left:0rem;width:1.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqSTbEuut3lSDgko8bRBxOLZOhdgq2Il { top:21.125rem;left:32.34375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hovADze8vfmcHulPvuPMHa9Q3cWD6ZtK { top:25.125rem;left:32.34375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqvUV9D41Qrv7ByBbZfeW6giCMmIfcG7 { top:28.9375rem;left:32.34375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTdFdPvRmOGm1oSfW3tztzGg0n2ToKtr { top:20.8125rem;left:19.4375rem;width:28.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuXSb6LiqeuxRiw7mHlFiT8fk0wn2PFz { top:25.125rem;left:15.375rem;width:31.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdOphN5GeN6kGWFqpGX6N5v4WCppNbtp { top:28.625rem;left:15.625rem;width:31.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDw8HfwHeH3tTDb41HX0ECVsU0Xqk4Xo { width:19.25rem;height:4.875rem;top:31.8125rem;left:28.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtsXKCWP8iXoM3ctgqBy06SONeiflAT5 { top:31.8125rem;left:31.28125rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJpNO7fP3DTmllmqZNSPeVAv1Z8Hovsf { top:36.6875rem;left:28.9375rem;width:18.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVUviTTFDkuRCn89sMEPRTfOOg6CVoln { top:55.0625rem;left:0rem;width:29.9375rem;height:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPLfm6ttoDHGB6M2cL9tnSTJlNq4QVzJ { top:25.125rem;left:0rem;width:19.75rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F19ZpM49V9oyhVT0eVp0xZoBGzbiPaBc { top:20.4375rem;left:0rem;width:29.3125rem;height:2.4375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8e0v76uAKcmqzQCHWuZEKAB5rsJVHfq { top:55.0625rem;left:0rem;width:29.9375rem;height:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpxMwWOPCZFu2tAwPduGRnkTItMRcras { top:55.0625rem;left:0rem;width:29.9375rem;height:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #db0b6yVV9q7vRbelOXO3ocs52M0hf6px { top:55.0625rem;left:0rem;width:29.9375rem;height:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JavsRzROV3B6bESHt44yDdKNCh5ypEMT { top:28.125rem;left:3.5625rem;width:19.75rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUIIZvgJTvI5FihtdOCkOms83lxArqRZ { top:16rem;left:0rem;width:18.75rem;height:3.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvIFaF1nOxREVdRdB027oRBhxflyIuxq { top:55.0625rem;left:0rem;width:29.9375rem;height:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTnSVS7Ozz4zVWptSzLVl99teXfpSEGT { top:28.9375rem;left:32.34375rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSGnGabq7W3BehFNML13DMtK9yuhamoy { top:21.125rem;left:32.34375rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFqsrUGHpmDHlcQC5pgt8uS6yTogei6M { top:25.125rem;left:32.34375rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtUq91M4ugOlqodspLIm3PTDudvXS1Tw { top:28.625rem;left:15.625rem;width:31.375rem;height:2.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DU9OC3eDIgn2fycQB2GePHtxMmS8mf2y { top:38rem;left:0rem;width:14.625rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIKnKAIll4G4iqBREmMDazTHUR1tuMXa { top:32.125rem;left:0rem;width:14.875rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTUUPtSqX9ErNN5I5VRGnAQuEXsTEJXD { width:19.25rem;height:4.875rem;top:31.8125rem;left:28.5rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4c56NXC1qCe8wvN7PLepvByqiGMLofQ { top:31.8125rem;left:31.28125rem;width:6.125rem;height:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dg3BBvOrtuuTTFsT0zSVQ8h46Leqa2NU { top:36.6875rem;left:28.9375rem;width:18.8125rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw { display:block; }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2zRLVSev0AUTTO83f2Na4U8Ml2IPgXD { top:6.5rem;left:0rem;width:47.75rem;height:15.414035087719rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl3HXTQJPsBFezQQr76vMkuJatB3p9q5 { width:47.375rem;height:20.0625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmvQfNRIGeEX0pxK7bTRIHndQ64dFTSH { top:2rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyB2l8Rxqtc8kSVn8B6lpryqFp8tyw76 { top:5.75rem;left:0rem;width:47.75rem;height:15.596733668342rem;display:none; }
 }@media only screen and (max-width: 763px) { #EL7WkTrTcPhFQTOd7HiA5VWOApUk37o5 { width:32.1875rem;height:25.8125rem;top:18.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yofqzUWIgcoKi51dP9u9auts58PvFTJU { display:block; }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7EMuctvWyp8T2vUqtQ5scFKcRTTmw11 { top:1.0625rem;left:0rem;width:47.75rem;height:7.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rePBbG3B7M5FfGlCXMRUVlUgUk9tgUxu { top:10.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrpT6XgZJBqzwvV7oykpwqRZ9819oUOH { width:32.1875rem;height:25.8125rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSBa9qC0bnHsbvhA3dmK19UTGqt9t8a3 { top:21.25rem;left:0rem;width:29.0625rem;height:18.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKKhrHRHck3Cl3IzRTOymeROpwk8DJ4a { top:22.4375rem;left:12.5625rem;width:35.1875rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc4XrM32nxMmhHTs0xPbbl1UtoPuKU1N { top:52.75rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhn6w4CbTvOHDxVQQ1yZdo1cac2aI30T { width:21.5625rem;height:42.8125rem;top:62.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrcu3HIcK0cfVdg7APWJMikEk9hJk5Ok { width:21.5625rem;height:42.5625rem;top:62.3125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlVfBNRTmqCpaiUHGhPQrd0EwozLooJF { width:21.5625rem;height:41.75rem;top:62.75rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeBzAoAoHOXOOhao3JJbcUBxvOE5pwqF { top:69.125rem;left:0rem;width:21.4375rem;height:5.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0izFBTiUcrJlBmEZbhwlDsTPJru3TwT { top:75.0625rem;left:0rem;width:19.6875rem;height:9.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpb2W15A89CiSyvdALBpk0HsgTJsgCdn { width:17.75rem;height:16.5rem;top:85.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToeZP0ASeJGBATrQiWfVJw6WhIaVda5J { top:86.0625rem;left:0rem;width:17.625rem;height:14.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPHyhZsp4uagUEVCkZWsXHmbvaoSe8xS { top:68.5rem;left:14.75rem;width:21.4375rem;height:7.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoLNbfTXyANMEPJ6mf3ZUDvVuyZEK9aH { top:77.0625rem;left:14.75rem;width:19.6875rem;height:9.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMyywXhR9ctpU9bFlA0scwQoHMrEu1ec { top:89.1875rem;left:16.625rem;width:17.625rem;height:11.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU5a5pxn7J5QZUJTOZcTmfz6sOAngVxz { width:17.75rem;height:14.3125rem;top:87.6875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBJr7u7Bh5TsL724TvDxNTVCKl4W1DU3 { top:69.125rem;left:26.3125rem;width:21.4375rem;height:7.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AERIdGuhZCl50a4azopZZUhv85aIB4pv { top:78rem;left:26.9375rem;width:19.875rem;height:19.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUgsmwHqKcPaPUoK6eaNg5r9Kzmet47z { top:61.125rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPIZ1Kw04kP5XDldgB0xAzDR9GsmnGis { top:62.1875rem;left:41.4375rem;width:6.3125rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3xBPBFkNfa77iRUv2626CzQAN5EkzGd { top:62.1875rem;left:20.8125rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdrLk2PQGgpSVtiAZm7EKXLmkiQnCVmH { top:109.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii3rp4lST79VPffAq9At43Z4tnl8vaLF { top:9.375rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7DMCmKTZGtko5uqhOMgGVQTBSRVQbXD { top:61.125rem;left:0rem;width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJQilVoU4p4hn713NKxHaz0vmkixDw7W { top:51.625rem;left:0rem;width:19.9375rem;height:7.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlhMdSe3k2EGSAbwLTylnkGlofwOt9k2 { width:32.1875rem;height:25.8125rem;top:18.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7DaqWoBOoq7C8ilfsuipAJevJ92g7WV { width:32.1875rem;height:25.8125rem;top:18.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8wEo1lvPkIlMT3tGTRXtxUlvlHBdAfw { width:17.75rem;height:14.3125rem;top:87.6875rem;left:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sToVPS3HbIH3LhguWHwWHb51Xhk8UTn3 { width:32.1875rem;height:25.8125rem;top:18.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFWpFldUB75WBDclF0WTKe1tnI8PXBUr { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c530c23-e204-402c-b65a-ed2be57018be/bg_4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr.adaptive-delivery-prevent-bg, #HFWpFldUB75WBDclF0WTKe1tnI8PXBUr.lazyload, #HFWpFldUB75WBDclF0WTKe1tnI8PXBUr.lazyloading { background-image: none; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row .container { background-color: transparent; background-image: none; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row .container > .video-iframe-container { display: none; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row > .video-iframe-container { display: none; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .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); }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row .container { border-width: 0; border-radius: 0; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJlNxiXXDsRwGn9ovx0MXSDITkboeVTO { top:1rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omQRJBEXeurNurUtFoXZ8TchbxgkuQlq { top:2.125rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7pg31COzIuTzERtvWUzSeSHNOxFXzbD { top:14.75rem;left:0rem;width:47.75rem;height:5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeupbhDRfumX6Qs6eHrqz6aqp6IHEp4W { top:23.125rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTHlmchOlodBPiFBScWiovs3m9HAnbAJ { width:37.125rem;height:21.4375rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRzpstoxWtz9ae7qPxZOh5eOcaNcw5zD { top:103rem;left:14rem;width:33.75rem;height:15.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMSJ39vM07FsAAqT6rkFGFfZUiFipTXx { top:35.5625rem;left:0rem;width:31.1875rem;height:25.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0b1nAEPSOPI9S5UC3ZPGHhUBisOTlGo { width:36.4375rem;height:25rem;top:54.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8S8kiEybtmJmOdT1TSe0oeJmQyqZaA4 { top:56.125rem;left:16.5625rem;width:31.1875rem;height:25.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSpEbNNZvyMShEALqXcANBCTVyanIWWT { top:81.3125rem;left:0rem;width:33.625rem;height:17.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffIieT0k8neOhnso5fvzJ5cD8IRmtz71 { width:37.125rem;height:20.9375rem;top:79.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyAR3tXthOfCnbBzJThdimcnnFqFggVL { width:36.6875rem;height:19.1875rem;top:100.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBkcAk0rvzbHBfZ3EFinrBykV2w1DK1F { top:42.25rem;left:23.875rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af2EFqDkNDgnzK0Q6daC6B1xuUV8mCso { top:45rem;left:47.4375rem;width:0.3125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaHur5MnQVtRKV4UJUtM8nAUmIZqLzDM { top:67.1875rem;left:5.1653633117676rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urR17NCMKm7HWeuJcLs4ifgyydMzMhkn { top:67.0625rem;left:0.90625rem;width:0.3125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgGerqV47rMpRr1ym7ZSlO7RbVgauNZ1 { top:90.875rem;left:23.875rem;width:23.0625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJfGvsvuHK6rkggyGiPeuFi99AqIWOdh { top:92.0625rem;left:47.4375rem;width:0.3125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyaz0Ph7T1Not5fhfFmJlP4HiTyBF4vJ { top:34.8125rem;left:35rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwcHBfz1ByZEO7y9KEaw3Ddx1epKgqPC { top:60.75rem;left:0rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nndaeyBCc9gT6WsyAKM9XUdE25zDStqN { top:83.5625rem;left:36.125rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmd5ovfEERAhOTLbf2z7Thc4G5p7Aqlv { top:106.75rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiCBUU2xs86EqwkCVdpOdMfvqhc0CGEO { top:112.1875rem;left:0rem;width:21.3125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTi8xtqEJc0H0vG0BTC8zFh2AMvLWWR8 { top:45rem;left:47.4375rem;width:0.3125rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qq5X5pe6Q7xW9pSh9KsWZJhIMKaAwQ0p { top:45rem;left:47.4375rem;width:0.3125rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7lBKv2F3Cqik92eqLT8FP5yUAdDWRHf { width:37.125rem;height:21.4375rem;top:34.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcVtGfvVeZpwQ5cEppAwX0O41IRxuBI1 { top:45rem;left:47.4375rem;width:0.3125rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPKE5y8pflaxkXJzyFHVSmfh6HWeOIy2 { width:37.125rem;height:21.4375rem;top:34.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V69gSACXlSVQPFW4wf1cuzeyZTw3hJo5 { top:144.8125rem;left:0rem;width:19.0625rem;height:16.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTFRyLxao9K9ILTHtqUJ3NNZrInLDgrI { top:45rem;left:47.4375rem;width:0.3125rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZN937AG76ugk7NDDLySd58fx92AFVX6 { top:45rem;left:47.4375rem;width:0.3125rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PwCeB0FQkS3OEMoI5lZ82Vnsu76UyNVL { top:45rem;left:47.4375rem;width:0.3125rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBfgBBc4ybCzL6zyhGPROsgz67zu2aFN { width:37.125rem;height:21.4375rem;top:34.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFuClmUIcaBTk9mvBH6J6ktf4Z9aesZw { top:45rem;left:47.4375rem;width:0.3125rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gyq3Vlsh5C5TnIqXlO4Ir7MDoFL8PD2d { top:200.125rem;left:0rem;width:19.0625rem;height:12.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dorTKx6PxRyiEpxSBplDW3oWTPavJdyu { display:block; }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TANM3CfA0qHNlxfOgc5DV0qOb8OZPTSu { top:4.375rem;left:0rem;width:47.75rem;height:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmqovdtIdGQTOseceXl87iURTkIx9tqK { top:14.75rem;left:0rem;width:47.75rem;height:21.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5CI2h7e85Qyhps4qTFST9qNlbic9MBp { width:47.375rem;height:36.375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c530c23-e204-402c-b65a-ed2be57018be/bg_4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ.adaptive-delivery-prevent-bg, #zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ.lazyload, #zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ.lazyloading { background-image: none; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row .container { background-color: transparent; background-image: none; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row .container > .video-iframe-container { display: none; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row > .video-iframe-container { display: none; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .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); }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row .container { border-width: 0; border-radius: 0; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXilA2q6OB1TBcTllsxihNxfh22slLfA { top:3.375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSwr287HOIEZZ6UhwpxTCuFKOKXG7BTP { top:9.6875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RksEgi6xnVcq0qcmb9uTn1Gv6dxf45Tt { top:12.25rem;left:8.5rem;width:39.25rem;height:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ONgcX6U7ThVtvMyt3hFUtUZmvOMrG4 { top:21.125rem;left:15.9375rem;width:31.0625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKCGksmgaMKNeTC6KW20DhbuU4yrutmH { width:37.125rem;height:36.3125rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSW4nfLdyregthCB3IVOLIXLm0IQzNx9 { top:17.6875rem;left:0rem;width:33.5625rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #riMdPm9KqMHuDUObTOtfIOcEkfzMdHzt { top:26.125rem;left:0rem;width:33.5625rem;height:25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTEPuxXNIP2lVh5tqr7rULZ4d7gTONDF { top:62.625rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSt8wfCetLLbxMwpKQpFFBcW5Shf5k6z { top:13.625rem;left:0rem;width:20rem;height:5.5625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5h5auU8Fsw6otmGFsDg99rfdaWfQC4T { top:62.625rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzvH0QP6yP0QhE0XL4Wsu12bLKFvLy64 { display:block; }#GzvH0QP6yP0QhE0XL4Wsu12bLKFvLy64 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdxTOhqiHch1FahuhC3s6bi5yIV3qave { top:13.8125rem;left:15.25rem;width:32.5rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPi5vkAyQLcLbTOwHpDlFsIuDZIQg9I { top:2.6875rem;left:0rem;width:27rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsvv6rHEx9QDVmvf7sPe69ABM1t3m31D { width:38.8125rem;height:6.0625rem;top:3.5rem;left:8.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL3427w1rBIwI7qIySiFTFWiQMSCLCiM { width:37.625rem;height:3.25rem;top:9.625rem;left:10.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upPJTZEVlGMma00t5VnrCebqsJS1WQRg { top:20.9375rem;left:24.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wby7uBZi64WkRHwVgKdNefEJ2hyWpqlP { top:20.9375rem;left:15.25rem;width:32.5rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd81G95oyvhNL5dkyaXfFPyFVPqEKAUU { top:27rem;left:24.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtkPuHhpQT9fdwKhqL6aA05kBRtpvuRf { top:33.25rem;left:24.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN7GVVPKh1rvrZlIoKU894g6nKQTgNyB { top:27rem;left:15.25rem;width:32.5rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFhe4ikev2NSmWPUT4A5hGkMdPsursMI { top:33.25rem;left:16.4375rem;width:31.3125rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvyzLfxu12CXBpy5p0vx241kGgFr5UkN { top:37.5625rem;left:0rem;width:28.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb5eAgXTxgQUwHdpbq5LMqht4hzzsHgy { width:19.3125rem;height:;top:58.625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPQTwQ98CXTGOOP27C3Fce31u4fELqT8 { top:5.125rem;left:0rem;width:32.5rem;height:2.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcpx01IrwDZu2qMxqgoeG1EEmUPDJmZS { top:49.3125rem;left:41.0625rem;width:6.6875rem;height:6.6875rem;background-color:#f5e6e1;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #DRX2Lyu1saA1PvuxkGs1u9NE4wFH85zU { width:40.9375rem;height:6.25rem;top:1.5rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZW70wDnVzquUwOkdXQB8TBMS43TZu2BJ { top:3.1875rem;left:19.6875rem;width:28.0625rem;height:35.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAgnrwCtFrc59cSuIvZqFTnedqAEVxOD { top:37.1875rem;left:19.125rem;width:28.625rem;height:3.3125rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #elhGCZwhruAhaxR0bShAUa7mrDqXCQTi { display:block; }#elhGCZwhruAhaxR0bShAUa7mrDqXCQTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XefCrE68GB1c1TNZfhAzUXv21y1uXFAz { top:12.875rem;left:0rem;width:32.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdRO6froImsnnWzmXl4TTu1X9a4mXHT1 { top:17.5625rem;left:0rem;width:31.25rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrErXNENNanT7TvOp8JbpKzIXa1ViUl7 { top:17.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBAksQNCT2x3kzps6RTnTFgAVv6QIhDV { top:23.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtrH7f6bd4AyCxVUpDb849Ey2sqJz2Iq { top:23.5625rem;left:0rem;width:31.25rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REfO5Z3L1EP0UIzUXVwNvTK25gHaJbHD { top:29.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtGmAaF6qDPQP123ZKCrWLwoOpKFTcIc { top:29.3125rem;left:0rem;width:31.875rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG0kfbmk2tpamousTVUCZt9EnkgAIOoS { top:27.5625rem;left:19.125rem;width:28.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI5WH8P5psvM5T2Ov9z8E0Im0KNgQXbx { width:37.8125rem;height:4.0625rem;top:8.0625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5gwfKRmW0cdltLtB0Sh0XbP7o3uGV06 { width:40.9375rem;height:6.25rem;top:1.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzM03wdwSf0Jb1tM4vPaZlOcPLFl5Xzo { top:3.1875rem;left:19.6875rem;width:28.0625rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #py4yt1PV3u4JHJm6SMleCF1O5HmBhIsE { top:37.1875rem;left:19.125rem;width:28.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR { display:block; }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3f35MP9Lyp0LicqpNkRlC6ttwHR3riC { top:12.8125rem;left:15.25rem;width:32.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR4z21nAfuyEA6Tp0cbGBp9pauMtn2XU { top:12.8125rem;left:0rem;width:15.9375rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTc71yTfG4PLIrl4mTmFJ6nCfcseTwe { width:38.75rem;height:;top:2.5rem;left:9rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr8ObxFfizMzZbbZCfEwy4gilpz2FC1T { width:37.625rem;height:;top:8.5625rem;left:10.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDh5SHeG5x3unHaw1nECPbd7fmwfBkce { width:23.875rem;height:25.174015009381rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwEBN4ReyndNk5kAg5uG08vuRA4iumd8 { top:19.8125rem;left:23.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVL1foKGua3IB2GckgRFEJdx6nXuAdET { top:20.25rem;left:12.9375rem;width:34.8125rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmW0BfrwMdAGUT4V4sIafbsEltot0bER { top:25.9375rem;left:23.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSvVXb5VkE9zbKbB3NPULTyTWEI86XH9 { top:32.1875rem;left:23.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmJs6IMbq5IyfEBxrPbW6TPcm6xu8GwZ { top:25.3125rem;left:15.25rem;width:32.5rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbFul5gM4rIcfTtprVwVzdxog73TC4hl { top:32.1875rem;left:16.4375rem;width:31.3125rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDcIpXym4vKfERuwCdEkqKwdiQFb4uN0 { top:9.9375rem;left:0rem;width:6.6875rem;height:6.6875rem;background-color:#f5e6e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ECi4WQtCawxTHAvGfnNR5pIoUePledTt { top:39.25rem;left:0rem;width:28.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsLKl7b7gFHoFfEp58T9cWKVwCM8V1Zx { width:16.125rem;height:;top:3.9375rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T { display:block; }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZWQgHiR8cTwDWWXoex9kG6lLi0a1lKd { top:13rem;left:0rem;width:32.5rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xddsHiEJ8GEfd60VXWodywE6hn1cQtQs { top:17.3125rem;left:0rem;width:31.25rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmzZmfCxISUxiREdnm9hOxaMAJoTOSG7 { top:17.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kquaMtbC23ZEm5MX78bTyxa4bwAipo4d { top:23.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePyeJTqRLhlqwDu9h5i5TKlnfbtcgGT2 { top:23.6875rem;left:0rem;width:31.25rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpX36sGBFQLBZpTID12G2ozXMKkoXWFT { top:28.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly5fQEsOvwIW8hUHncnrVmlZVULTPmBB { top:28.6875rem;left:0rem;width:31.875rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXKt9Nz2Uf5Tlp2m4MMd0599UJm8g9wu { top:32.5625rem;left:19.125rem;width:28.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT9zizNOdqn6qTeMDIeGaFI2vgcsn4k9 { width:37.8125rem;height:4.0625rem;top:7.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeuCTW9Lnn415VPmeiUOMJfeh1Qqfyt1 { width:40.375rem;height:6.25rem;top:1.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBnOQDGpbZd6UoTx1bSIum2wHTk7HfLQ { top:0rem;left:19.6875rem;width:28rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT9pXPEarUeZNPIDsP59LtIbFiGNVGew { width:42.375rem;height:7.5rem;top:42.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZexZpO5lak2NyFCRyPBeKorLWieIep56 { display:block; }
 }@media only screen and (max-width: 763px) { #l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL { display:block; }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szUsIxbRmszvgFHhLrbd43aK73LRqZfT { top:1rem;left:0rem;width:47.75rem;height:4.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkfLIN3SqqsRt1nDsfamwFDKhdu7C70J { top:6.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klsJlRhpn38gTPDAIQJ5gemIX13H1Cvv { top:12.6875rem;left:0rem;width:35.375rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy2FzS2tz3868T98rDdqMtnivTu4kqDA { top:42.625rem;left:10.21875rem;width:11.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRBfVPCZwIbVZf2De9T3VTsg5X8uk79g { top:12.625rem;left:10.625rem;width:37.125rem;height:40.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOaA7xJ9W1IzhvEpPLq8B8g7RavVpdgX { top:10.5625rem;left:0rem;width:20rem;height:9.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHl5wKVpgA3gt5AQukFhNH5t0QhXurF2 { top:60.5625rem;left:0rem;width:20rem;height:62.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJZqGNtGbzgUZIEVDvbztzVnfSLkMMBc { top:21.0625rem;left:0rem;width:20rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6MTy92uM3Alzeet98bHu7du3dhxASvm { display:block; }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nplOo7TRr77f69SSxteutRVuD9bso36T { top:1rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6vNRzWzibaIwVgaKiMJiFWELCtQ12Hd { top:20.375rem;left:0rem;width:26.625rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2z40xn6t5D4I86MbyPp3T3lh3QWBFh1 { top:12.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPO0BKHmHHOtKtQSO3r5PZ7F9oeQtSgJ { top:58.1875rem;left:0rem;width:37.125rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3pGMbh9xwdE42Nra952neKCGMwSu5vP { width:40.9375rem;height:32.875rem;top:23.75rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGJnOsc6hKZ5zpaVdtBRaWTkIliCXfZ2 { top:24.8125rem;left:9.75rem;width:38rem;height:31.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVry6DyU4B1RExITOlzEyFxxSFQ8WVOk { top:66.5625rem;left:21.1875rem;width:26.5625rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2OGoWXZ9lZbAxxKOf8TRiTBAoIQneXx { width:40.9375rem;height:35.75rem;top:65.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAtniGclOsoO0g4uwqmvctso4RZuGsGh { top:96.75rem;left:19.8125rem;width:27.9375rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #De8ChI9wJLxxHQRuMa6dqlL8nlDvt5Gl { top:66.5625rem;left:0rem;width:38rem;height:33.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWauFPaaVqJ22NEu5MKA830gXBz4kzuJ { top:104.5625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #npiLNlssTGtd9T5icv4TwBmhAMEIrBxF { top:110.5625rem;left:0rem;width:47.75rem;height:13.494565217391rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQV8mfPpUIxgG9NZCeTJ5tA1wkZZv17S { top:125.125rem;left:0rem;width:47.75rem;height:12.831747919144rem;display:block; }
 }@media only screen and (max-width: 763px) { #sywGiJSBTwToxDI1eHV7v2qDMbEvTxvq { top:138.375rem;left:0rem;width:47.75rem;height:27.099752168525rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekp6hihO4bIAaIAovtC9IICu6chgiQx1 { top:51.75rem;left:0rem;width:18.3125rem;height:32.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4aG8qZksQmXtQveoziQpLoICoMTZJSR { width:40.9375rem;height:32.875rem;top:23.75rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8EenhKSXc2Gpg9e5Pp1tivy3741o8F7 { top:119.1875rem;left:0rem;width:18.3125rem;height:37rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K { display:block; }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvxPsoQJqpDgVMoXktXrdIRzXIrTdLfC { top:1.1875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S156Rneb283Xkw61BhQJ5ErnVMHHDSqC { top:14.4375rem;left:0rem;width:47.25rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJiFEf38T5zWZzURW7MrKsTDe4LycrLv { top:15.875rem;left:0rem;width:47.75rem;height:19.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp74TSNnQ3uknTsTCTqiCPswDEHKPk7f { top:6.8125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFynKu9KOW0Haxekq6g3HrmmvZy66QJF { display:block; }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mx1CQMfKpSMQFki1m8pdfza6x9htageQ { top:2.625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRVrg12TCcL2NQ2QNGzMLc4z03A0CAkc { top:9.3125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK1ZWhoNEaLiIaQqsZNzkCNc7Te4FEcV { top:12.625rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDZ2xF7g0TtbJIUp5WkGFboTcF8ZRNaK { top:52.125rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga8Jnn1e0yck0qetHui8ataWyDaP7TFW { top:20.3125rem;left:2.125rem;width:45.625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzwp0ly2urApiLSnurZXyLN1VPribchu { display:block; }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzoc5wlcvkU5reBX3koWwsPqFyB2Dd1G { top:50.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbaTVso9ieaqmznZefJWQ74xrIOMaVvM { top:58.375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ZJLMar0yp8s1gzqVM2AfWh97Q5RnMl { top:56.625rem;left:0rem;width:47.25rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftuNxZonVXQoCZehNF5aooWgWKR2oMOJ { top:63.6875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBIrdygkiEN3vOxXhMBS6T0ZKDTqgkQ6 { top:41.625rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcGmydkwOPUvRsvf48LbGM7Hd5bE5Vfn { width:42.375rem;height:9.875rem;top:70.125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOXHPLmImQ7TmEwzXvSdcmcZooxfKo4F { display:block; }
 }@media only screen and (max-width: 763px) { #rLu3KL5M8Te0L1yVO8e2qgHfQ2FHWTDV { top:81.6875rem;left:15.4375rem;width:20.5rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJGraiSKuawyAg2PLy2SNvsbiZcJ2MG2 { top:89.3125rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw2TmmCagZfIdZeHESxT7dTat303gMTu { top:86.4375rem;left:1.75rem;width:7.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8X31dNPdDOSJrniqFqSRSx0huEyC8xa { top:1.0625rem;left:4.34375rem;width:40.5rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqrAQLPOfMAmNoqT45893ItJQG2OLRQr { width:42.375rem;height:7.5rem;top:78.1875rem;left:4.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgpnM0XqxzHTCOws8tdSnwxH7HkhqGcf { display:block; }
 }@media only screen and (max-width: 763px) { #lCM6tJVtBp3p4EkPGolLKuUbtBQVzp1C { top:38.1875rem;left:0rem;width:19.9375rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QC8FSCnqKzi6horw0nHepfOoLbPyqGGL { top:42.875rem;left:0rem;width:19.9375rem;height:4.6875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcGBKXmJfzng9iPyJpnah2I0CAIZp3id { display:block; }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts2BCHQ3CTlnwxlHXFT0s3ltOlrVsWSl { top:1.9375rem;left:0rem;width:47.75rem;height:9.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWTmqzuJevt36aQxm5ruHR7I73bahJ9Q { top:13.625rem;left:0rem;width:47.75rem;height:42.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trdv0Ld4TMFCRz8ta8vGpDXAc680lSTo { top:0rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA { display:block; }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEUtsQlLLUgfePGL4BOfLfazwDZ0XtHK { top:6.0625rem;left:16.3125rem;width:31.4375rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTC4gWirymTMIX7Jaz7wHIuqPcow8L9G { top:8.125rem;left:0rem;width:47.75rem;height:26.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvBhiV5y6EOoZIEI6JC4bQNmSBwBy9VF { width:46rem;height:27.4375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAvSxybLraPTy6U6hXShOFV8TDfNGyK0 { top:42.5rem;left:2.25rem;width:16.6875rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVprLe5Xvn2AlhkTRxTBVSJDATm7dtho { top:6.0625rem;left:16.3125rem;width:9.875rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #szmQTf591bFtnL5tbyiL1ycrEQwKIyix { display:none; }
 }@media only screen and (max-width: 763px) { #T5AuiBrLr3zgJTdUELlaazVO10s4Geo2 { top:42.5rem;left:2.25rem;width:16.6875rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNdotJGWaI6r3uPErDNAHW90MLbzuhC7 { top:42.5rem;left:2.25rem;width:16.6875rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ye7pNzF3pnPBTb5tifmAAJhTTSfGZzay { top:2.625rem;left:0rem;width:18rem;height:22.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMfFxhpnznX2LQqRAHWMs3F8Bx6mxhxq { top:0.75rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN { display:block; }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP8WsPLsEaNNbA7pS9VGENM6FfkBpRSw { top:1.5625rem;left:0rem;width:33.5625rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPB0wi3t3nXbZWxR43oStzihab9KRzk1 { top:1.5625rem;left:1.125rem;width:46.625rem;height:45.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKdxnrpng5Pwt1Xh5cW6SzV2nNSShn7P { width:42.875rem;height:36rem;top:0.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3TU5z1SOgZCmJTLnH6LbD5prVuRKIFo { top:1.6875rem;left:0rem;width:16rem;height:32.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTTiwlgDQD5L0gbSlZWPTMTmfKW8gkhT { top:1.5625rem;left:0rem;width:16.8125rem;height:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2TeGSTxGMh9TcKuLrPR6FFBcTCiVLf4 { display:none; }
 }@media only screen and (max-width: 763px) { #A68wh9Ut01TSyO7BBvbqCNDcPyGQZOiN { top:42.5rem;left:2.25rem;width:16.6875rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #whLM9VDLibhBc1ezEqGcxyIbBr3iHfbJ { top:42.5rem;left:2.25rem;width:16.6875rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gerI9w5HRdtaWABSLgxu257gkTZSodEV { display:none; }#gerI9w5HRdtaWABSLgxu257gkTZSodEV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wpJiWFD5sP3zgMWdNm7sNl3XgsPT7d0Z { top:50.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Xcv5wrlnJ9wyogTNuRh5do1XuUl54A { top:58.375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbuUsTiqlgtgU3qagmB9qrJRnByNkNxO { top:56.625rem;left:0rem;width:47.25rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCMLxRRyxWSGNPuwA3akmsFwkPlSvq9O { top:63.6875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OskF1T9HNZHZF0Wpc0yMQZGe9CVlmfUC { top:41.625rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wur6AcyAp5Ldfyaouf5nKSLkclTJmOOW { width:42.375rem;height:9.875rem;top:70.125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTfEKBkqJzpUykx87FOA9OiahGfu3yL { display:block; }
 }@media only screen and (max-width: 763px) { #bqxvwZcIMcPzXg6HFdkl2BLZAmKSL1ON { top:81.6875rem;left:15.4375rem;width:20.5rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4bZd8mX9PSpppHkT7pqg8C5byc3q76 { top:89.3125rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI4OnOOBCS80CgxkbF2gwhElWpsEymNm { top:86.4375rem;left:1.75rem;width:7.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro57TMVxE1gXTNbpXfheHssInrpwrxAW { top:1.0625rem;left:4.34375rem;width:40.5rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IahRKNZf6n4Xtqve6IzacI7v9inLZu8B { width:42.375rem;height:7.5rem;top:78.1875rem;left:4.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTTGwpruzBMroaBakUQCa5tplqL8zeCx { display:block; }
 }@media only screen and (max-width: 763px) { #US3yeHcd43b4t1STyU6diN6bl31ounpD { top:38.1875rem;left:0rem;width:19.9375rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZo4daKBpaqmsVbu3olzXt811zF5nmqW { top:43.0625rem;left:0rem;width:19.9375rem;height:4.6875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ec0M7WeW8ZD4VVGzT48tTZHbMRHvXU8G { display:block; }#Ec0M7WeW8ZD4VVGzT48tTZHbMRHvXU8G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wllt3N1ILVtIvAaET2C7DRzsZWdIXaHW { top:50.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVAxAa42PArMLAXV7f19IItO5h8TqXhA { top:58.375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smtRdlE8TeBVsApxpvvXESxnl58GZFFM { top:56.625rem;left:0rem;width:47.25rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL1E8HLwlauTPkeoTu32zWi1vcCpHKxv { top:63.6875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9CvE96qfBgMxViySe20nRmy2rK9T6iM { top:41.625rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmAoJDH7ILJ2AKvZQF63zyAJJ5M0tyCz { width:42.375rem;height:9.875rem;top:70.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWkUv6F2RT26wXGrC1O96dCU6msCvQB4 { display:block; }
 }@media only screen and (max-width: 763px) { #dkrvNGwZB57owJ7XUXH1xXCTrLMdr6kg { top:81.6875rem;left:15.4375rem;width:20.5rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF52cScaRwfrp3nWAHsndS5J88xvru3W { top:89.3125rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9IvSeAVomSMfZZ36bTJ5GBwhJTTQSZW { top:86.4375rem;left:1.75rem;width:7.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPamRpBEL1Xom2LkTooXAPfRGMnkX6EO { top:0rem;left:2.4296875rem;width:38rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO { display:block; }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2wMtZ0xaAyX18xqlwdweav1UKJqzODb { top:1.4375rem;left:0rem;width:47.75rem;height:6.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m { display:flex;height:auto;width:45.25rem;top:19.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #zVJdKTrm4nz4fdGioK0hPV4zPr5vTwci {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #JMzeHONshtPogF5akV4uvEkfU9uHZIrI {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #F9by94GIveFCVVnVhMwwS3w0IIAlQgK0 {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #IKIGvA2Ktvfy3xtrhMrZV2UllBrZBds6 {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #daCvyAXqu4UkA5orwMFFRVIg5rPOqL48 {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #kqHmx1HXuZC1f6z9nTTMPrSiPpvfCIqX {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #z5DDvfB8DxdPdzoBi5VEV3E1qVbIberO {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #PNsG86DLARcvzCSGHVdlU8CBwWAkxAVV {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #F1MqhoRJPFC7eLaS3M7gA5NzGTte48MT {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #sHzxMpxRT6WvwTXAdi2bn5dFCofCtzGg {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #GRR4drzewbOHJqFMvF9XxwVTOgAtKxSO {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #ZRSHBnHReUeNNUVsdphAie4iLFkPnRQf {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #QboWWCmGpDX1DBpqMlGKO5s4xgT8yxQI {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #Ke4Mx1PF2DNCiXzmMnLG8oFIXz6SJHnA {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #f18XkBWNuKAIfEEFkTdz9N5s4T8aTb4a {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #iQwXtXAQkxK0e2pmKuAp2FsHggAzSDPQ {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #QtrxwVNb8SqHeXUSAncn0lQB2vnCheeG {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #If83JNQClOEB9kizo7qi86WKSmWTJblJ {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #T1Ai2vOuFCPZ6R3JNBKk5lPaEKvrhw6X {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #LSsABMmDvWARLlkg1HkqZVor1NOml8zF {  }
 }@media only screen and (max-width: 763px) { #ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca { display:none; }#ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Stlnews4BEuRC603Ebt83hWhsCgJwh2g { top:50.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udxZ7PH6O8g5ApoTGPFSQ4ZyufeSEmkE { top:58.375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZtOOPIN2BNLg3PZK5NlzJrDiAHmCMHT { top:56.625rem;left:0rem;width:47.25rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8iFuNCp8qafTU29DrmNTiMFLxAdXzIl { top:63.6875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPC2Vk4J50xUUohUlUrObQ3gI1570BBb { top:41.625rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbnG1d6qsmrg4T7UdQSSm75nQ2WBTpAt { width:42.375rem;height:9.875rem;top:70.125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qerf6lMNJATCAesbTE8XBfwyfu7EHqrv { display:block; }
 }@media only screen and (max-width: 763px) { #a72zfXAGhBIbWQfkTqToNrmMIRF6siST { top:81.6875rem;left:15.4375rem;width:20.5rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9bcEhHKdeGLGgvWv7BdM8n96JqCVCfw { top:89.3125rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky9TvSJ49kHSq09N8sSdcZZfgberMsEv { top:86.4375rem;left:1.75rem;width:7.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgNabgZNGrTupkzOSRuD2RqZq9UQBzuh { top:1.0625rem;left:4.34375rem;width:40.5rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T982HGfkxUNN7ZIxDedZFay4GVFTgddh { width:42.375rem;height:7.5rem;top:78.1875rem;left:4.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5IXs0tFHT643RsURsiKLQykarBb6vix { display:block; }
 }@media only screen and (max-width: 763px) { #kRNf4s9QnbhlUaS7dOmUuKGg1omy2rha { top:38.1875rem;left:0rem;width:19.9375rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHvSyQmRee8kEH4sOKbhzu2KA9l7C9Iv { top:62.875rem;left:3.3125rem;width:18.25rem;height:2.5rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CD2onAE1iXobox6UQqXiGxxabgTTuM3R { top:62.875rem;left:29.5rem;width:18.25rem;height:2.5rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAKie3AVOx9s76uzqP8X3Gfc4M1H26v3 { top:43.0625rem;left:0rem;width:19.9375rem;height:4.6875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTyunt1K8161fDvpA8LfwreeuTA9uczn { display:block; }#RTyunt1K8161fDvpA8LfwreeuTA9uczn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrVIlty50vhA665NikF1rPfvUr72Sq9b { top:12.75rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6m07TAVrHZQaJvUpr4oCdeQUL2kgC0z { top:20.75rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRTRFyEz9ymk99tC0tJUOedbKxrbT8IL { top:19rem;left:0rem;width:47.25rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDxpv10zQCWRR7IoTKnSsbLVbyqs7BZg { top:26.0625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLaqirkG59Ero2QpSEUEPFPlWdJ2BsFw { top:4rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQnsWx288C8K0ZQVBZo8q3a5Nztzn6AP { width:42.375rem;height:9.875rem;top:32.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLgSHbZIhbxHFyS09ObDQs2SAKEdnMSk { display:block; }
 }@media only screen and (max-width: 763px) { #FKsiZnPFRsDs2QybRT9BxotkGWzZ52uU { top:44.0625rem;left:15.4375rem;width:20.5rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taob2bXVZx9yJL2M2PKLnFN69eqmmJoJ { top:51.6875rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTmcBfs5gFrhasM07LIEib3ae2lLBb2r { top:48.8125rem;left:1.75rem;width:7.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRVJBtl2C2uX9nvA3oostC580XFsRwlC { top:62.875rem;left:3.3125rem;width:18.25rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykgZNE8SU4u0ETrfMRgA1JXZTLUpk4Ry { top:62.875rem;left:29.5rem;width:18.25rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #CcuA6v8ThR06MChr90Lv2ruF27J2GPVD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);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; }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row .container { background-color: transparent; background-image: none; }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row .container > .video-iframe-container { display: none; }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row > .video-iframe-container { display: none; }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .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); }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row .container { border-width: 0; border-radius: 0; }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcuA6v8ThR06MChr90Lv2ruF27J2GPVD > .row .container { width:20rem;height:130.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wg5Eq9SB7F7oXHu1aI3TcyJMboJiZ1nu { width:19.99925rem;height:0;top:1.25rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KPpeZvTnds2kFsT0TbvzRTmx18wXnsLp { width:20rem;height:0;top:24.28125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FaeFBpZo9i6y544NBGM8gmTZfsge2J3G { width:19.9980625rem;height:24.8115rem;top:14.85546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKEsZOzr4zHt0ZORbgC9TAexvPXSBFoA { width:19.499rem;height:24.5615rem;top:15.8720703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pqo12klI3rpcb2TqrTSGGACtsEwDNM82 { width:16.5625rem;height:0;top:6.3671875rem;left:1.7187500596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RoFmkQVTxAHzSA5Osu3iNTExlCemPI1V { width:19.9980625rem;height:30.4365rem;top:62.1220703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gs61rFgPWhE89dpfOzi4eVNAsFh9c8Wk { width:15.0625rem;height:0;top:49.2822265625rem;left:2.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #N07GpBaDo6CJTWbcHuDSDSqndeGM6ngI { width:16.37325rem;height:29.18575rem;top:63.377604007719rem;left:1.8116319775581rem;display:none; }
 }@media only screen and (max-width: 763px) { #Toyf7sfxlsXrcLJ3ZwaLTw2HQ46kHO8X { display:flex;width:6.999rem;height:6.999rem;top:41.5615234375rem;left:6.4990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxOUKUbzECDk73fNrrqQWLvxzadg9cJe { width:19rem;height:4.875rem;top:119.498046875rem;left:0.5rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwsZPwABABvdsVxB2mXSHzw9KbmhKTOb { display:block; }
 }@media only screen and (max-width: 763px) { #ByoF0ms44oOstP2psv7DbAxI2DtFMX0x { width:19.9980625rem;height:17.0625rem;top:2.8896484375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ugzvtcaDg8L1bAlFZbBmHdxntzzK1TGf { width:20rem;height:2.923825rem;top:21.255859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #OoTTu8bwVe6NipGI2qBdJgeACvBRd9DR { width:19.996125rem;height:24.8105625rem;top:34.3759765625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #hxkGQ7msChEB9Qd92izFsAbg7TfndmDI { width:19.4980625rem;height:24.5605625rem;top:36rem;left:0rem;z-index:14999;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vyRzAVcM8X31sDyriFVrQu6PfDSpn1K4 { width:19.5rem;height:8.773425rem;top:26.2275390625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #VXFkOTIXwzehd7fd2LEeKwWne3SA8ATE { display:flex;width:6.9980625rem;height:6.9980625rem;top:63.125rem;left:6.5rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #dyqyoNzS5mdZfSNgt1FZzrHQJ5d4JQo5 { width:16.3720625rem;height:29.1845625rem;top:84.875rem;left:1.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #d2EFzz8tPa8pS92ARGPhBC7qxKCn28gm { width:18.875rem;height:28.625rem;top:84.875rem;left:0.4375rem;z-index:15000;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uS3qlOLccmovlmET0eMlG7lwBZA8nCs4 { width:19.625rem;height:9.75rem;top:72.65625rem;left:0.375rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dzSrhaDKqbmZmQgDWs1XiUP17kfwGclh { width:19rem;height:4.875rem;top:120.685546875rem;left:0.5rem;font-size:1.6875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #IK5eTu1PDQWVsqooOCtNB7hcCslUsaJC { display:block; }
 }@media only screen and (max-width: 763px) { #rJqNNtSQMswkOos4MopHJe8dhxTTlT3B { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));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; }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row .container { background-color: transparent; background-image: none; }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row .container > .video-iframe-container { display: none; }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row > .video-iframe-container { display: none; }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .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); }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row .container { border-width: 0; border-radius: 0; }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJqNNtSQMswkOos4MopHJe8dhxTTlT3B > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQSJysVX95sWEBJhgsLSKzXDGIb1xWTo { width:19.9980625rem;height:7.5556875rem;top:1.7919921875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqPKAwtAbpfA0c2NeZSuN7Ip81VfQqtp { width:19.625rem;height:48.625rem;top:10.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ty1xCCHlk69HUAb7G9IDAc3GpFnk95wV { width:20rem;height:0;top:14.0625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MWFaSh3etIzrqAIcBNoPdChRH2iTSZ5C { display:flex;width:2.8125rem;height:2.8125rem;top:14.0625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIruliF97VcnTTMkqzwAX366NVb11zz9 { display:flex;width:2.8125rem;height:2.8125rem;top:20.9375rem;left:8.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rf64TJzqWsSrRRfE9SpOBiqdEahPGRQb { display:flex;width:2.8125rem;height:2.8125rem;top:25.5rem;left:8.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgSrPXb0mABvnami8Eyqe2u1PZK0zyVD { display:flex;width:2.8125rem;height:2.8125rem;top:33.125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHcqsMHPWGdFJxQiVJmxxMa1V4zRGTNC { display:flex;width:2.8125rem;height:2.8125rem;top:48.75rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFa2E81VOllzGHV9cvKZSn4lbZliZaCb { display:flex;width:2.8125rem;height:2.8125rem;top:41.9375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l76nRVzWalcDrL3RGOof6Krft76MNygo { display:flex;width:1.6875rem;height:1.6875rem;top:14.054687619209rem;left:0.27430558204651rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #PXxAZrUuGB8LiETL8q5BqBRVIxzlHU0C { width:19.375rem;height:50rem;top:11.8984375rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #cfa549;border-left:0.1875rem solid #cfa549;border-right:0.1875rem solid #cfa549;border-bottom:0.1875rem solid #cfa549;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UuZv57I76TDCclU4CX5veTalpSDuF5mQ { width:16.1875rem;height:46.79296875rem;top:14.053819775581rem;left:2.4687500596046rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #kvRkNFJhnM4Gs0CEytwC9cCnNX7km0oN { display:flex;width:1.6875rem;height:1.6875rem;top:28.367188930511rem;left:0.27430558204651rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #W1QtQ0yLu6uvJA99GBTZvHK2MPq3wAt7 { display:flex;width:1.6875rem;height:1.6875rem;top:23.054688572884rem;left:0.27430558204651rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #VSsRBzdF2QyRDZuGecHqmlVIIHKewqC8 { display:flex;width:1.6875rem;height:1.6875rem;top:34.867181301117rem;left:0.27430558204651rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #dq6tNTJQDHeTeQ8rZUni5ooZpEX2gpyS { display:flex;width:1.6875rem;height:1.6875rem;top:44.0546875rem;left:0.27430558204651rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #n6H7n7lcaFP6Ur7a5PbkxAoun49yB8sf { display:flex;width:1.6875rem;height:1.6875rem;top:51.9296875rem;left:0.27430558204651rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #JAUlz6q3crWXRt6LWFbe5luKOflFrOmU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);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; }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row .container { background-color: transparent; background-image: none; }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row .container > .video-iframe-container { display: none; }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row > .video-iframe-container { display: none; }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .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); }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row .container { border-width: 0; border-radius: 0; }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAUlz6q3crWXRt6LWFbe5luKOflFrOmU > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOP6XNUa78pJvC3I7k2cmLkx9gUfRpbw { width:19.99825rem;height:0;top:1.9166769981384rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qLQmUVct0lfbbnJL5ooymv7qpc7uVbwG { width:20rem;height:28.3125rem;top:11.853298664093rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kZtOE0aJClA0IJaBBsUXq1MTzQuQqNeM { width:20rem;height:0;top:52.861110687256rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NfAlGtr7G0K1S6A3t7AoESBE10k3iMCy { width:17.8125rem;height:23.4746625rem;top:14.269965648651rem;left:1.0937500596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #tLLnszV03NwegxLyIfpTIESPK4NSTuEv { width:19.997375rem;height:5.0371125rem;top:3.8541722297669rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #wnw6cIzvhvzTP49229g78UJkmobNwGvD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, #ffffff);background-image: -moz-linear-gradient(180deg, #f3f7f3, #ffffff);background-image: -ms-linear-gradient(180deg, #f3f7f3, #ffffff);background-image: -o-linear-gradient(180deg, #f3f7f3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f3f7f3, #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; }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row .container { background-color: transparent; background-image: none; }#wnw6cIzvhvzTP49229g78UJkmobNwGvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row .container > .video-iframe-container { display: none; }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row > .video-iframe-container { display: none; }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .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); }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row .container { border-width: 0; border-radius: 0; }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnw6cIzvhvzTP49229g78UJkmobNwGvD > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMwls7t4rana9sVyOr7PUNgRVqhmTyFg { width:19.25rem;height:0;top:3.248046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ofRcyTHbdeTRPe1N8BFBu1FgTu6bvlTz { width:18.999rem;height:0;top:11.5625rem;left:0.4990234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SFdUoFhCKzG4icQFQCqsg9MUKhbzUasF { width:17.5rem;height:32.16210625rem;top:11.248263955116rem;left:1.2500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #rO8Z8vRKC53w2TSGV1ei41GMXkn7VPTr { width:19.25rem;height:5.84765625rem;top:2.4956598281861rem;left:0.375rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fdfffd, rgba(207,165,73,0.05));background-image: -moz-linear-gradient(180deg, #fdfffd, rgba(207,165,73,0.05));background-image: -ms-linear-gradient(180deg, #fdfffd, rgba(207,165,73,0.05));background-image: -o-linear-gradient(180deg, #fdfffd, rgba(207,165,73,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfffd', endColorstr='#cfa5490c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfffd', endColorstr='#cfa5490c' );";background-image: linear-gradient(180deg, #fdfffd, rgba(207,165,73,0.05));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; }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row .container { background-color: transparent; background-image: none; }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row .container > .video-iframe-container { display: none; }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row > .video-iframe-container { display: none; }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .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); }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row .container { border-width: 0; border-radius: 0; }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJpTWXfxgR2ybTbuK7HSOt1AriZBSkNa > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJvmXqB8ph3uCZB7srUL7l3E7yefn9qK { width:20rem;height:7.7995rem;top:1.8984470367432rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h6UUoGH0OavCoXbMeTTdq1nWGDviP7LA { width:19rem;height:42.3955125rem;top:12.210937261581rem;left:0.50000005960464rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nG96wmZnT9M1Tt7VKpq5ihRw95OEdaph { background-color:transparent;background-image:none;display:none; }#nG96wmZnT9M1Tt7VKpq5ihRw95OEdaph > .row .container { width:20rem;height:89.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GXsgT30IwDmVhSKZVvEtevPPpzTThJJH { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zWDX7LDoPhdOTgMi0q2AiQAW4EaQHmk6 { width:20rem;height:0;top:80.358509063719rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q5hfrGDFPJ413RGvkiN0IPF4SQH9iOB9 { width:17.5rem;height:5.5625rem;top:13.625010490418rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkL0HALG3Ilal6GPsOE8fzbRdDeWS5qm { width:20rem;height:6.0199004975124rem;top:83.7525586853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cw0EgnNN6ZAlRIpHzOh4MTDKZ57evMbA { width:20rem;height:6.6298342541436rem;top:19.809875249863rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sr9I95riCz7kNBSuIcZQrnAzWTP0ceDk { width:19rem;height:7.5rem;top:41.583343505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq7U55NUZxrd4vTzdBlhMLDgzMpJqeOi { width:18.5625rem;height:10.5625rem;top:31.020833969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEChdMTm4GLtiRQ7R4OKB8QrVdDIJy54 { width:19.625rem;height:10.25rem;top:49.0830078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgAlOFonLdwhziUxzXAXpLa4veTFWuah { width:19.5625rem;height:10.125rem;top:59.5849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAdruI0qyDJQq7UCCvOOF4rQnaPrpJ3R { width:19.5625rem;height:5.1875rem;top:69.709636688231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPMSAZSaMUTtkm5cR0gQ413podHZZv4B { width:20rem;height:8.773425rem;top:2.6249997615814rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #GGUTSqDTnsrp6DDboxyEJkIfAsEDTqsn { width:19.0625rem;height:6.25rem;top:19.1865234375rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #pKcxxvONAGWCPGMAvz5LflDzNsqeZS6V { width:19.625rem;height:5.875rem;top:25.814453125rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Az7Wx7sxVuPfy3iwwK3qrZRlRTM0utmV { width:20rem;height:9.50390625rem;top:78.733507156375rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,247,243,0.03), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(243,247,243,0.03), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(243,247,243,0.03), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(243,247,243,0.03), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f307', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f307', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(243,247,243,0.03), #f3f7f3);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; }#VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi > .row .container { background-color: transparent; background-image: none; }#VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi > .row .container > .video-iframe-container { display: none; }#VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi > .row > .video-iframe-container { display: none; }#VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi > .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); }#VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi > .row .container { border-width: 0; border-radius: 0; }#VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VtCW1PoH8aanPPt4TEkZbcseRtyTNqRi > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOUaeXVW3FPDxQqkq0itA4q7qTKfxQ7f { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aITNiAv2IEVwhINHTSp9STha95veCoHV { width:20rem;height:0;top:80.358509063719rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bWPB7sox88RNsVGQNgAupXOfPaki6ee3 { width:17.5rem;height:5.5625rem;top:13.625010490418rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7HdEkp5BdhqU3ENyNOTq7o4AgOp9My7 { width:20rem;height:6.0199004975124rem;top:83.7525586853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qifHdtsxhJIKdSAZsR917pRvTkz5dDH0 { width:20rem;height:6.6298342541436rem;top:19.809875249863rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAaWJU85GNrKIuRzn2aoOzS7laqpOspP { width:19rem;height:7.5rem;top:41.583343505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlV0RSBKre5aW6xmSCISdWXCPZ69CzQP { width:18.5625rem;height:10.5625rem;top:31.020833969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDaQnKEQqbnC6LHB6tVvOn7zmN6EGS4B { width:19.625rem;height:10.25rem;top:49.0830078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0tFlMdIcsR17QMElLf9JpvWrUxn1Mkq { width:19.5625rem;height:10.125rem;top:59.5849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBLeAM5UDPWZ6HoQhaSkikUrZN4OqsIb { width:19.5625rem;height:5.1875rem;top:69.709636688231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7J1T1RJ0i3BSGEA1pAllEZrNutucgHB { width:3.75rem;height:2.6875rem;top:1.25rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnJuf44k6gu5b7uxQKFQEboQ8zoPEzEU { width:20rem;height:8.773425rem;top:2.6249997615814rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #eV9TlCxlt2GHQNTk7PJKk2yF5N1m9Lw7 { width:19.0625rem;height:6.25rem;top:19.1865234375rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #M20tfadhicSR84WaaQh0ATR2tcpBKT6D { width:19.625rem;height:5.875rem;top:25.814453125rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #L2Ouu2ACLXRg1ONQ6l2tEcPqdu6A4WmF { width:20rem;height:9.50390625rem;top:78.733507156375rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ { background-color:#e6eff4;background-image:url("https://images.assets-landingi.com/uc/74883feb-1d42-49da-9755-ca13094f0911/d5ad6a4.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ.adaptive-delivery-prevent-bg, #orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ.lazyload, #orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ.lazyloading { background-image: none; }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ > .row .container { border-width: 0; border-radius: 0; }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#orTLcc4NeErviWQdkgI0uo0KvdNVBHIQ > .row .container { width:20rem;height:92.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kf8DVSMPKXv2WnrdZRNrE3VotImd5MUv { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a6wr3p466RWlsmnmkUS11i7Nb71RAMmr { width:20rem;height:0;top:14.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZMeAowILIqyyZOOEKevZo6rHHRB051GS { width:19.625rem;height:47.8125rem;top:10.75rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(0,0,0,0));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; }#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP > .row .container { background-color: transparent; background-image: none; }#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP > .row .container > .video-iframe-container { display: none; }#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP > .row > .video-iframe-container { display: none; }#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP > .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); }#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP > .row .container { border-width: 0; border-radius: 0; }#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F8iv4irbrNHbLeDcqU6umiJsPsn8vfTP > .row .container { width:20rem;height:174.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFR58Q68ZfiWVTBw8vBvAE5Beop8uAkn { width:20rem;height:auto;top:2.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Zwhm16MN3fDsIFV46GJMMb24nT09eyPy { width:20rem;height:0;top:15.0625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LsaZliOmqEVtmV9WpoAapkicfke9Vt2p { width:19.625rem;height:47.8125rem;top:11.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOQrG1B5vOC0acQCyXq7KQwWZruKzO6U { width:20rem;height:5.36133125rem;top:2.5625405311584rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15007;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #x6BvhA42IhK0EJxJTfqedmcc1qNRzmTn { top:10.70703125rem;left:0rem;width:19.4375rem;height:21.6875rem;z-index:15008;overflow:hidden;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ji183Cyzp0CqMSniaGXe4E0gPtBdszxk { width:19.625rem;height:41.0625rem;top:36.937479496003rem;left:0rem;z-index:15004;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wb4qsNGNpEqOI0duv2Kt5bcMI5a0s0yx { width:19rem;height:35.48828125rem;top:39.446220397949rem;left:0.50000005960464rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #kUA4aZJihD65TL5I1Sc6M7QmCiHzXqNI { width:19.6875rem;height:17.625rem;top:81.515625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RB16vLaR4yeSTUnuFZQlXeqwB3lXa6sy { width:19.75rem;height:2.3125rem;top:96.890625rem;left:0rem;z-index:15018;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ex32wcLu6HB4KmJJeEUK0WMx1BXuwssZ { width:20rem;height:17.5468625rem;top:100.85764122009rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #O7xm9ndihsltSCaZcfra1H1xESmd6i8d { width:20rem;height:35.90925rem;top:135.29861783981rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Qs9Ue0i3sIC9HHOuUZEwCVTqF2yXTgWH { width:20rem;height:12.747375rem;top:120.67099189758rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #c2kLgsvg2KOPqtHUb8PIxZL65MLltwNc { display:block; }#c2kLgsvg2KOPqtHUb8PIxZL65MLltwNc > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEXA9A3zZIVGr7nqnQSOKkxoyp4xR3nw { width:20rem;height:17.9114375rem;top:54.641494750976rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4W381AJMJEhZHuJKfIcoBkIxx0QLKEf { width:20rem;height:0;top:64.427952766419rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FTXMkadhQhS22mZTl8DC2XND8H0xuDh1 { width:20rem;height:0;top:91.799478530881rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OXR6VDWzU1Oh9LV5dnC9tnodaGaKfKmJ { width:19.99825rem;height:0;top:58.920127868653rem;left:0.0017361044883728rem;text-align:center;text-align-last:center;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzwKMGy3DHXRQkr389UHNZmwXVgc7MAQ { width:20rem;height:0;top:216.71962547302rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qE2qor6WctzKRuCTFyfeP52EVa4X9ZFP { width:20rem;height:0;top:222.602671875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #k85cxqQXd4wfI51ViGlg5mkp3KLqfvOT { width:20rem;height:12.747375rem;top:156.67014122009rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #grCufa5E51ZGmBJbqvWvJzNuJqByxT21 { width:20rem;height:2.625rem;top:101.487359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCPtNn3l43iIsq0FblSD82TKxdht7Db2 { width:20rem;height:0;top:148.79254150391rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X0qFZDcQGkrwOyg6fEKsbaJTGO5v1c5y { width:19.9965rem;height:12.597625rem;top:2.2934417724609rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TXVZanpkEcTTXzmOizHQIB6cLEO5cic0 { width:20rem;height:3.19986875rem;top:17.726556777954rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #IppaAXBwdZDu3dWRREAF9Giaxt4syhC0 { width:20rem;height:7.5rem;top:22.157117366791rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/31363836-5841-4932-8395-5687c4c25c84/Projektbeznazwy83.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !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; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ.adaptive-delivery-prevent-bg, #enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ.lazyload, #enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ.lazyloading { background-image: none; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row .container { background-color: transparent; background-image: none; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row .container > .video-iframe-container { display: none; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row > .video-iframe-container { display: none; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .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); }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row .container { border-width: 0; border-radius: 0; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enzdV5PcFS2ZAsEwKcqhZlN100Rk2cEQ > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HicPfeDv7OtFDwCX4VETpH7VEuayycTq { width:9.1875rem;height:13rem;top:23.565521478653rem;left:3.4671589136124rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpkMgV0cS0r182HtKJvuifzM5A8cTW59 { width:20rem;height:0;top:42.2490234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JagMi5laX01E85GqAeQMn6fpaow1CIW1 { width:20rem;height:3.25rem;top:23.999999523163rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThBzNZ3MQNoJACR2nT3ipgTC5XBy1DbF { display:flex;width:3.9375rem;height:3.9375rem;top:5.375rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvibZ8qc9Edy0uyamfyGe43HltPrgrf1 { display:flex;width:3.9375rem;height:3.9375rem;top:10.5625rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZ0W1TzAFaftPGODS7PKuHHN4hqOaHF5 { width:9.3125rem;height:13.1875rem;top:8.717881679535rem;left:10.125000536442rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ry42UVuU1XNpTseVoTXudLuBg0S2e626 { width:20rem;height:5.84765625rem;top:1.5434036254882rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));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; }#CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC > .row .container { background-color: transparent; background-image: none; }#CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC > .row .container > .video-iframe-container { display: none; }#CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC > .row > .video-iframe-container { display: none; }#CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC > .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); }#CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC > .row .container { border-width: 0; border-radius: 0; }#CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CI9QhPBQUhitB0e8TUDoBFrxcCCE1moC > .row .container { width:20rem;height:161rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnEG79WTCKKlMLPJWIsaVecpsmEJ4Wtw { width:20rem;height:17.9114375rem;top:54.641494750976rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZTQqIOkJVbwXTpuA7r0BwP5XPBQMdmr { width:20rem;height:0;top:64.427952766419rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gUCtAfcFml2B9AawsTOsQswWwCxxUzol { width:20rem;height:0;top:91.799478530881rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #suJU1ct6wcT2U9Mp1CBpAxeQoUoDAbvM { width:19.99825rem;height:0;top:58.920127868653rem;left:0.0017361044883728rem;text-align:center;text-align-last:center;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMn8M3hBVSUtbo705A5mRxt4EaQyAMPy { width:20rem;height:0;top:216.71962547302rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RAlpOyusmG7pNTu8cnKROMOdbswN5iSG { width:20rem;height:0;top:222.602671875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #v12LWEKimE4MoBJJ4KWPM4IFukwnXUxu { width:20rem;height:12.747375rem;top:156.67014122009rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F97PXOKq7tubwHBVbSJAHdNUeaQJzkTv { width:20rem;height:2.625rem;top:101.487359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UksC5ne6BAHpgGVz1h6d2vkww7ZBzTbt { width:20rem;height:0;top:148.79254150391rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a8zkGQ7rK7xdvvJVnGSWML78uaPdrvgd { width:20rem;height:5.19965rem;top:10.62495803833rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qD1rLDn1vygG6XANEB7zktbAtWT11JAs { width:20rem;height:2.03125rem;top:16.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #HWWuoWyc5yNiRH7TG1qytGHioUWI4TJB { width:20rem;height:6.82425rem;top:20.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #MO2bDxHtQWmL2Hs4WF0ZZowfaT5K7vdr { width:19.625rem;height:14.75rem;top:30.6875rem;left:0rem;z-index:15005;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t7aPFrUTaqdxcTKlAXIpScVsXcmLOQy9 { width:7.625rem;height:2.193575rem;top:31.4375rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #zIVD8OgHI9HUVnTgUEbs0TtMyyNgAf9w { width:20rem;height:2.6001rem;top:34.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #uouWwLwzOmAQiKdzFqThZhBP9siFehpW { width:20rem;height:3.25rem;top:37.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #qKpqZGJIkN1vN4APMISyePhI2MbNtuTC { width:17.5rem;height:1.125rem;top:42.375rem;left:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #tJBxW382ftcPbI2Ks2SbhofK14WBRH96 { width:19.625rem;height:14.75rem;top:49rem;left:0rem;z-index:15006;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Z1EQwR0HTTIztyBQc7HIPbsTqWsGsPbP { width:7.625rem;height:2.193575rem;top:50.0625rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #McmWZMwX6bJ1i3p5XLETZMrGLJhR7txk { width:20rem;height:2.6001rem;top:52.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ft30Ghz8TsTageq3rdFz92fcv9mlBknd { width:20rem;height:3.25rem;top:56.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #x1EHpxUnSKa49crfzNZdlyF7Aya4M0IL { width:19.625rem;height:14.75rem;top:67.6875rem;left:0rem;z-index:15007;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Jv4EHJ5oyuET6L5gEsHzMUKMUNyXtiZy { width:7.625rem;height:2.193575rem;top:69rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #E1MqaVPfh6hmrK2NvsTdyDG59Hx9PIDG { width:20rem;height:2.6001rem;top:72.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #bDRhe5brw7xvRUPQWgO8C7Rf5J49zPuu { width:20rem;height:3.08680625rem;top:76.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #eR2GHLiS5LErxMIx9a9SSyXxGl8iV64J { width:19.625rem;height:14.75rem;top:86.5rem;left:0rem;z-index:15008;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gpZh2GgMaRiRQGH9z0zsXNQNsIcOzzkR { width:7.625rem;height:2.193575rem;top:87.0625rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kJgegEQTC9zaudlbuzDCWM845Pqts0sh { width:20rem;height:2.6001rem;top:89.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #vpvKTwlZZZsBeeDvpOXpMHGSHBFuP6mI { width:20rem;height:4.875rem;top:93.12499809265rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #TQA3NDRIKZ0J7TMwQJaHovmxKJGanNcM { width:19.625rem;height:14.75rem;top:105.75rem;left:0rem;z-index:15009;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #REXOFhOF2Il46aVG6sGTE6cDDssW2Akg { width:7.625rem;height:2.193575rem;top:107.1875rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #B2nfllM5HQnXC9ou7L1W9Ba4zR6uLmiy { width:20rem;height:2.6001rem;top:110.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #tLqlrUGwTTNKRsdfRz4qDTfzuydIu35X { width:20rem;height:3.25rem;top:113.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #iLbt6vfThplrWWiMDVkTEPkATviioEyg { width:19.625rem;height:14.75rem;top:124.5rem;left:0rem;z-index:15010;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FbHJxJCpIrNpwKmlfB3ucqCwoiM6PEfK { width:7.625rem;height:2.193575rem;top:125.625rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Cgh9xxHC9Py6QnPeU1PqmWZAT8eChAKZ { width:20rem;height:2.6001rem;top:128.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #R8oLoXZs4UIlCBD3r0sZEA9DblPta7EU { width:20rem;height:4.875rem;top:131.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #OIdd3pmaGqXwD6J1MAQp77UJtp7G7DI5 { width:20rem;height:0.125rem;top:131.81337356567rem;left:142.625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #SLgftf2mFWhdOf1nGULtXDaNvP4GD2za { top:42.6875rem;left:1.25rem;width:3.625rem;height:0.4375rem;z-index:15025;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BQxJvOcarl3diTGTlMT2aPy5iDNmrsMe { width:17.5rem;height:1.125rem;top:60.8125rem;left:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #wiwbVcuCBAVDb1MCyecmFIhToL2my3Tq { top:61.1875rem;left:1.25rem;width:6.75rem;height:0.4375rem;z-index:15026;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DkZrNLCduDRTX7BbD305MmQAdhV0D8Q3 { width:17.5rem;height:1.125rem;top:80.0625rem;left:1.25rem;z-index:15023;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbGnQZyi4nT6qGcQvXWCArMMfxhcnItR { top:80.375rem;left:1.25rem;width:10.1875rem;height:0.4375rem;z-index:15027;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ScHKpDGI4oH92ylRXdgvFxnTJrwhXtwQ { width:17.5rem;height:1.125rem;top:98.5625rem;left:1.25rem;z-index:15024;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZicmB5mVJMXPLHtNRhafbQJKWKzwhWK { width:17.5rem;height:1.125rem;top:118rem;left:1.25rem;z-index:15025;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVSJ27suL0HlEC7CJc4tA7TMhv9Pse3b { width:17.5rem;height:1.125rem;top:136.9375rem;left:1.25rem;z-index:15026;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rotRIISbITVeGdH26zVBI0eqrShBkhTv { top:98.9375rem;left:1.25rem;width:12.1875rem;height:0.4375rem;z-index:15028;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JShQ0bXZwvxuvqT2DsH7M5qHSPoSvXSN { top:118.3125rem;left:1.6875rem;width:13.875rem;height:0.375rem;z-index:15029;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HH3X0XyDgVlkmVmd3FlTCkE5pB0Llsbd { top:137.3125rem;left:1.6875rem;width:14.8125rem;height:0.375rem;z-index:15030;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nUHhPuI58rUBSAPpXbTweT7Vvh02W4I3 { width:20rem;height:7.7995rem;top:0.53646087646484rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZAEkfRXa0940oKFK1QcTMbsgQLUXbsWm { width:19.625rem;height:14.75rem;top:143.3125038147rem;left:0rem;z-index:15011;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ystvnqmF6k29aodhlVbSM4b6owKRTULz { width:7.625rem;height:2.193575rem;top:144.7500038147rem;left:6.1875000596046rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #WK83zinra7Kr9CvlMkr9XtcV7ryH28Cs { width:20rem;height:2.6001rem;top:146.94184494019rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #uE8yMyiy4pT5OiTLWkhSRrbkt2KflA86 { width:20rem;height:4.875rem;top:150.43750476837rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #QQFN0f2IcIqMSGS7pAefyrhTQQ3P17fg { top:155.87502479553rem;left:1.6875000596046rem;width:17.0625rem;height:0.4375rem;z-index:15031;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zr8suowzwvUuzzR5hITJMg76oVQKFPMT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);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; }#zr8suowzwvUuzzR5hITJMg76oVQKFPMT > .row .container { background-color: transparent; background-image: none; }#zr8suowzwvUuzzR5hITJMg76oVQKFPMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zr8suowzwvUuzzR5hITJMg76oVQKFPMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zr8suowzwvUuzzR5hITJMg76oVQKFPMT > .row .container > .video-iframe-container { display: none; }#zr8suowzwvUuzzR5hITJMg76oVQKFPMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zr8suowzwvUuzzR5hITJMg76oVQKFPMT > .row > .video-iframe-container { display: none; }#zr8suowzwvUuzzR5hITJMg76oVQKFPMT > .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); }#zr8suowzwvUuzzR5hITJMg76oVQKFPMT > .row .container { border-width: 0; border-radius: 0; }#zr8suowzwvUuzzR5hITJMg76oVQKFPMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zr8suowzwvUuzzR5hITJMg76oVQKFPMT > .row .container { width:20rem;height:156.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ie3eTIkkVFZRaTHPT0aJN5fBbF9Ciuz8 { width:20rem;height:17.9114375rem;top:54.641494750976rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaBkqXqalmtTLkvyNKdUnDg4UTTt3ARH { width:20rem;height:0;top:64.427952766419rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FvmAgKFQT6tg2ytBLPXm9lGMTRKJ93vq { width:20rem;height:0;top:91.799478530881rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UUFw9v3X6SneW9xqHks1l0AJKoil5cH6 { width:19.99825rem;height:0;top:58.920127868653rem;left:0.0017361044883728rem;text-align:center;text-align-last:center;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RspXlItWv2AEZdBo8x063vaBhBlc6D1z { width:20rem;height:0;top:216.71962547302rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XpbQJqADxRvQygLlRIBJxpkF29X7fTQp { width:20rem;height:0;top:222.602671875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNxHnqXN0tzoMxnpBxax1S0IOZTFkh8o { width:20rem;height:12.747375rem;top:156.67014122009rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmB6V4Gzb77SfDRVXTFwNdP9UuRMaMod { width:20rem;height:2.625rem;top:101.487359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rr0PfstIiZOJ8pfnN6UXmZt2QatZrv1t { width:20rem;height:0;top:148.79254150391rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cqCEOyCtQKP9Z1DskEymWMqNZpdbCatm { width:20rem;height:5.19965rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #oKxKhVWaJVlibeaqIvx0RATufsvANCy0 { width:20rem;height:2.03125rem;top:9.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #gSg5JiDBtohwImcTncIBnD23bTHiIWuE { width:20rem;height:5.1181625rem;top:14.6875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Ire6UuWx5urrKxyt6JczTcQXXPr3iQOR { width:19.625rem;height:14.75rem;top:23.5rem;left:0rem;z-index:15005;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aSivVlPrOm01TXTkLlWhPfNWLHMSEoGK { width:7.625rem;height:2.193575rem;top:24.25rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #RbUV7wiCrPxlAQ2RUqaPfdE7CsZCuLGo { width:20rem;height:2.6001rem;top:27rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #KnDwF7kXL1MIp82h73z1qTKWMPiXZXih { width:17.6875rem;height:4.875rem;top:29.598957538605rem;left:1.1562500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #I5d5vbGR6azgOPKC8lHAROKcxW3n7x55 { width:17.5rem;height:1.125rem;top:35.1875rem;left:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ZMlLmRBU7NeJATRpl57DKHvL7aT9i61i { width:19.625rem;height:14.75rem;top:41.8125rem;left:0rem;z-index:15006;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #N5ocFrIXlu6Bzx0If1WG1yLET5WN3RSo { width:7.625rem;height:2.193575rem;top:42.875rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #KthGQTFAbRLCvMZ3w6fPGb3G0taaRp39 { width:20rem;height:2.6001rem;top:45.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #zst9mfIWNfBRfSFSC4kK3T2hSuhEpTat { width:20rem;height:4.875rem;top:48.805597305298rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Lgmtfuh4IT1rlSUOnultL3d6ns7k81o5 { width:19.625rem;height:14.75rem;top:60.5rem;left:0rem;z-index:15007;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D4OstMsETrrSmXgZ3919OIXFVBFEQ8nk { width:7.625rem;height:2.193575rem;top:61.062499046326rem;left:6.1875000596046rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #H5mk0ygC55Z9zseeylyuOweFLVnToeJW { width:20rem;height:2.6001rem;top:64.005207061769rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #pVsZ5okG6vnFLT2pe2X08ekpX8MV3MLT { width:20rem;height:4.62890625rem;top:67.535549163819rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #IumyxdSfbAuSZJ4bXB3TrCrXyyihpNON { width:19.625rem;height:14.75rem;top:79.3125rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #N5tPhyTCEqRabsVcr2ZaInNJAXBOn1XV { width:7.625rem;height:2.193575rem;top:79.875rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ClKldTIPrB3Qcznb6LcnSei93wRR7HVb { width:20rem;height:2.6001rem;top:82.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #nhuZWB87SasoM8hId0hRGPhhQggBknPH { width:20rem;height:4.875rem;top:85.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #t1fwbeR0ez3L0G2emtyp1rfzNo2mOVoD { width:19.625rem;height:14.75rem;top:98.5625rem;left:0rem;z-index:15009;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Isw3ggpCxtTrR6HTNgpr7LWPeLIvGgpQ { width:7.625rem;height:2.193575rem;top:100rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #aWaD6Glnli9nyoKX96v3lvlbfe2y4yoN { width:20rem;height:2.6001rem;top:102.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #RGD5EAbCc1mmlqRpxykcTpSa4lQVCdQ4 { width:20rem;height:4.875rem;top:105.53562927246rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #XvEmN7eLKC3RoyoXoFeXGN54ZJyw3J8f { width:19.625rem;height:14.75rem;top:117.3125rem;left:0rem;z-index:15010;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NZUlT71oC4fGHFabpTg0XPllyV9N9oSn { width:7.625rem;height:2.193575rem;top:118.4375rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #dZz79UyoKZosO8RfBTQr3b85SH9T8nGF { width:20rem;height:2.6001rem;top:121.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #yr2cxfIgCuREA3vLTKqizillx3tqZtS2 { width:20rem;height:4.875rem;top:124.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #sSbU8xDX5Tn1zTstU3lCTVOFeP38MkbX { width:20rem;height:0.125rem;top:131.81337356567rem;left:142.625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #VEpBnkbtd4gbSRowBm1Ji1GUVQBLW3HW { top:35.5rem;left:1.25rem;width:3.625rem;height:0.4375rem;z-index:15025;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JrG99SKuwsTudquC4pyD31xV1PuCOQvM { width:17.5rem;height:1.125rem;top:53.625rem;left:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #sxJBbyZmchH0dJsQNnTQbrkOqLCxkEVE { top:54rem;left:1.25rem;width:6.75rem;height:0.4375rem;z-index:15026;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #r220hTZTvcmlvy1tpxMP441FdXfUK9EU { width:17.5rem;height:1.125rem;top:72.875rem;left:1.25rem;z-index:15023;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC8V4VQfDv9UgUGNZXda2PoKtAUrNg9y { top:73.1875rem;left:1.25rem;width:10.1875rem;height:0.4375rem;z-index:15027;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Cp8vfhCu7ET02AoqSyDZP6w6r8AG0UFU { width:17.5rem;height:1.125rem;top:91.375rem;left:1.25rem;z-index:15024;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgRVw6tPC2G72ysgpxX7tHLoeZzBBpI4 { width:17.5rem;height:1.125rem;top:110.8125rem;left:1.25rem;z-index:15025;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkTsTfRgBbhDtLcm9OmikmplaC7bhwvW { width:17.5rem;height:1.125rem;top:129.75rem;left:1.25rem;z-index:15026;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4UdkxQakm1VTi5QP4Zl6vMTorzgkrtF { top:91.75rem;left:1.25rem;width:12.1875rem;height:0.4375rem;z-index:15028;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fHsMPp8L4ebFHoawXmhlqCzX8Io9Wmzi { top:111.125rem;left:1.6875rem;width:13.875rem;height:0.375rem;z-index:15029;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VUFml2EHAd6tBIFHGVtLpcBE8TwTrdc6 { top:130.125rem;left:1.6875rem;width:14.8125rem;height:0.375rem;z-index:15030;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MRiQRuyDbiPhdNLKTT5gsNygyXqCgLOd { width:19.625rem;height:14.75rem;top:136.125rem;left:0rem;z-index:15011;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HD9aFc3Kqzh2fJFOifMb9Ozc2SFDDI6T { width:7.625rem;height:2.193575rem;top:137.5625rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ArOUTTERMZfqF3J0yC2XWawi6LShOoqU { width:20rem;height:2.6001rem;top:139.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #AL4WU68TsiBBOS25pm1uLv8IKsRuZEOi { width:20rem;height:4.875rem;top:143.18747711182rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #RRlZTpPCrmL6fSXpTU0ZLqMbuMiDs9KR { top:148.6875rem;left:1.6875rem;width:17.0625rem;height:0.4375rem;z-index:15031;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));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; }#Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw > .row .container { background-color: transparent; background-image: none; }#Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw > .row .container > .video-iframe-container { display: none; }#Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw > .row > .video-iframe-container { display: none; }#Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw > .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); }#Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw > .row .container { border-width: 0; border-radius: 0; }#Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wg7vanE6NwTTNO8E54bWvyiK6rBM3dUw > .row .container { width:20rem;height:161rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u034s2e5dyZK9CXdAoWNreH1iHMiGEPv { width:20rem;height:17.9114375rem;top:54.641494750976rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZQt341Uf32RrPKBvy6QcPloVdoJWRdZ { width:20rem;height:0;top:64.427952766419rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zZMqxUsk13ONktntIB2ZRvwTzKM5sg0Q { width:20rem;height:0;top:91.799478530881rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #S1cMaSJnOwXO14KKm3ReNRuoz5eAuoPo { width:19.99825rem;height:0;top:58.920127868653rem;left:0.0017361044883728rem;text-align:center;text-align-last:center;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGBADDAkn8ZLyz6CUqEswfLEqyrVT1w7 { width:20rem;height:0;top:216.71962547302rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kAPbQHQWDT4y8CJVZp9rTpcgO5x7TuCJ { width:20rem;height:0;top:222.602671875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAzyEO0Xb4QrsJ5nTkpdHGSl62Td8XaI { width:20rem;height:12.747375rem;top:156.67014122009rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMqOi8Tns4r6T9TdgiTdsBHUMVqVctn8 { width:20rem;height:2.625rem;top:101.487359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7SHHrlGlPsGgMR9TiDIiGsNWowoeAbe { width:20rem;height:0;top:148.79254150391rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Es2b4LuQNpEpEBapTrWxUGVp67fJE6Ul { width:20rem;height:5.19965rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #U12dNNJZLS84DFth70PNf2PhRHWNbXwr { width:20rem;height:2.03125rem;top:9.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #fo54GQQ9gcLw3NgrxkKCye24o7LCozd8 { width:20rem;height:5.1181625rem;top:14.6875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #A7hJHaeFiQgUpUQTSgoF7IedUc28CMwp { width:19.625rem;height:14.75rem;top:23.5rem;left:0rem;z-index:15005;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aTdJoQGGJZ8IOtvT2tebmlkQS97ff5bS { width:7.625rem;height:2.193575rem;top:24.25rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #tbb1GH4CJuVATaMpTXXZ4RTk1Vey9iJC { width:20rem;height:2.6001rem;top:27rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #IEDg1uZvTTK9IbqIIlNIaEieJxvzNxnN { width:17.6875rem;height:3.25rem;top:30.286388397217rem;left:1.1562500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ArVDLIhivGFDoP7JxA1ah8I7CPlkUQm2 { width:17.5rem;height:1.125rem;top:35.1875rem;left:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #lM3ED0XTcs3SUeKsnqESa6Tt3ADPTm6L { width:19.625rem;height:14.75rem;top:41.8125rem;left:0rem;z-index:15006;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ImalkROS4rDTDkSbuIDD05rEIA6XyTWA { width:7.625rem;height:2.193575rem;top:42.875rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #T5oMWzf7XrEqyyOAtc5tLHtyOKHRUlRw { width:20rem;height:2.6001rem;top:45.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Hww1c1lxEfQdN3T6tTL2TlTF2HUc1V3c { width:20rem;height:3.25rem;top:48.805597305298rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #TG35eomGIvhtqgsZhoToHirSLid0rMhm { width:19.625rem;height:14.75rem;top:60.5rem;left:0rem;z-index:15007;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JW8ne5sTswbTn95nGrA5e56UZMlOMgb6 { width:7.625rem;height:2.193575rem;top:61.062499046326rem;left:6.1875000596046rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #I9LpI7TCc9e8suWrWiMCbTLdGVTaFepT { width:20rem;height:2.6001rem;top:64.005207061769rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #wMTnFNzhyUHZoqHalO8HC94WS0S5Ivx6 { width:20rem;height:4.62890625rem;top:67.535549163819rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #h4msohRaZATHFFf0EeUMExT0LwFcptkl { width:19.625rem;height:14.75rem;top:79.3125rem;left:0rem;z-index:15008;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sflBrwwaWiihFpx2qDFlcRngEV4InZAt { width:7.625rem;height:2.193575rem;top:79.875rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #VhM7yOqf1ynaZHr2RNOG1fqCpmEG95Po { width:20rem;height:2.6001rem;top:82.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Ea2K1ieMfD5T1kSeGGJAopimITR2rvHU { width:20rem;height:4.875rem;top:85.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #oETNaTEhO2JP4FwP362dO739FtiA3OJz { width:19.625rem;height:14.75rem;top:98.5625rem;left:0rem;z-index:15009;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wQuv3fGgC8DGxM69hL8ZeGKQEuckz40v { width:7.625rem;height:2.193575rem;top:100rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #hAFRM3Md0TG2dzuoupuGHdmy6TMfz3CV { width:20rem;height:2.6001rem;top:102.19274997711rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Csye2HkTkNQlV0DIEqudcs4VTKZyxZB6 { width:20rem;height:4.62890625rem;top:105.53562927246rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #khWlrL1AtnawdmJQzmClxHbThMtCextS { width:19.625rem;height:14.75rem;top:117.3125rem;left:0rem;z-index:15010;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mAfcHrF9w23GiOq0TNXBe54zmR2ceafK { width:7.625rem;height:2.193575rem;top:118.4375rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #bUwNUcgTsWvIgT0A7f2lTkW5T1yxu3mm { width:20rem;height:2.193575rem;top:121.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #CTHFEDlxgS0MfOEUShlKZzZwDHxJ7hRp { width:20rem;height:4.875rem;top:124.18749904633rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #W46CDTxgKFkhhpZfEaiN6Dz6T02AAM2c { width:20rem;height:0.125rem;top:131.81337356567rem;left:142.625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #nbR9pnxvRevy4qmJK794glDq0Tspirbw { top:35.5rem;left:1.25rem;width:3.625rem;height:0.4375rem;z-index:15025;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eRWwTgsgwHXtIJrTdPeyTSoK5B3RuVvo { width:17.5rem;height:1.125rem;top:53.625rem;left:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #TKvU5NBucc6J3XJLGWS6AJoNFMihOAek { top:54rem;left:1.25rem;width:6.75rem;height:0.4375rem;z-index:15026;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XGUvJncxzsbMz4TrcToQJ6H0wytHxqEZ { width:17.5rem;height:1.125rem;top:72.875rem;left:1.25rem;z-index:15023;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFn97sLBsC9NiChIOXfNgqC7K1XDDQKL { top:73.1875rem;left:1.25rem;width:10.1875rem;height:0.4375rem;z-index:15027;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #k1OZkV9MsVPxa0yE8dUNOFKdf7xfX8bg { width:17.5rem;height:1.125rem;top:91.375rem;left:1.25rem;z-index:15024;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJu4OH7L2Pdi9RZevaEGnC2eDW9nlw6S { width:17.5rem;height:1.125rem;top:110.8125rem;left:1.25rem;z-index:15025;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klRrvS5sOaIMZmLldMKPdSf7uVSAMbf3 { width:17.5rem;height:1.125rem;top:129.75rem;left:1.25rem;z-index:15026;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvJJdeN1zZfQM4zRJ1Xm2n8lBv6CmBbG { top:91.75rem;left:1.25rem;width:12.1875rem;height:0.4375rem;z-index:15028;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ulWddGNLvd7KsGTfuwsVITE48gc1QfiV { top:111.125rem;left:1.6875rem;width:13.875rem;height:0.375rem;z-index:15029;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mvDrGr5yeymawvZ7ylo6hDB6VdR7ml2w { top:130.125rem;left:1.6875rem;width:14.8125rem;height:0.375rem;z-index:15030;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iE2uscBlR9WsPk4D6QGn4JJH0KOUib3c { width:19.625rem;height:19.875rem;top:136.12501525879rem;left:0rem;z-index:15011;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Hwc8lsRTBsQk8Cns2D8ytOZ4kwscmqlN { width:7.625rem;height:2.193575rem;top:137.5625rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #IEkAMqJr3AyVWgOpk1Ggi3DC9D0zzRDU { width:20rem;height:2.6001rem;top:139.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #pe8vTE45z0PiSrcVpAk22gxkoD7PTRpo { width:20rem;height:8.125rem;top:144.18576240539rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #FTs640J9CwGreAPAEud8Tsc0X3Jmi6RA { top:153.875rem;left:1.4687500596046rem;width:17.0625rem;height:0.4375rem;z-index:15031;background-color:#cfa549;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);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; }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row .container { background-color: transparent; background-image: none; }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row .container > .video-iframe-container { display: none; }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row > .video-iframe-container { display: none; }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .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); }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row .container { border-width: 0; border-radius: 0; }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sdyGWxZ1HiuLhFQe1ATQFX808VwCUv0s > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bx8vWyWSAhDZcM9J177FaFNRpoFKi39k { width:20rem;height:0;top:56.144080627441rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #b32XZhGTf8pEamUlhqioqmggolfHlZ2W { width:20rem;height:0;top:69.361124046325rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zRbZyCfWgWtZ4ouVbOhyE2mQ3VwXXP1u { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZmsCPTxDcerTmQItJuw2CfcN5OT4FFHX { width:20rem;height:0;top:0.59290218353271rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QQVdDTdIA8gUmCh1HQ3F8OtBnwTaBamU { width:19.625rem;height:16.25rem;top:2.8975715637207rem;left:0.041666686534882rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWsRGyz4obgqZqVoUZQMAGZMCH9yoAyi { width:19.625rem;height:16.4375rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIcvZHfXDgK5o70CZJq0220G7UDgestE { width:7.625rem;height:0;top:87.538207061769rem;left:1.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P05DCXS8dU7i1wWZkiPpus8vHwGAxTQ7 { width:20rem;height:0;top:84.25090789795rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #W5VyfTqT2R8Mf2glTIKHk4Z8RCpPnnQr { width:20rem;height:0;top:93.136306762694rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #J0llT4uk3LgomZB5KMPisCc7J6hOcaoP { width:20rem;height:1.4847161572052rem;top:99.549490936281rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3JnJ7vTMGHObwes6aaJ4UqPogRUCL3S { width:7.625rem;height:auto;top:23.5625rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LtQ7kPvbyXKSbwTBewuGICDTFqCg9gR8 { width:18.75rem;height:auto;top:27.125rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ikePMoknP0AAEllfpvZ8rhIhcRUsVfTO { width:20rem;height:0;top:42.437515258789rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zur4hv58c8KqOrnisQPsIZscAEaLTkA9 { width:20rem;height:1.0893246187364rem;top:35.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6C5G6uU74k0OW73TJPO6BhADEFD3MPx { width:19.625rem;height:16.25rem;top:42.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMqiOXCltQ9H3dWLcWdDwoNH5hZZTJhq { width:7.625rem;height:auto;top:44.3125rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Bw4nACAqNTUdqIph0QS74WVecLPFTv0z { width:19.8125rem;height:auto;top:47.125rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e1xJkfZEA86LhfQ2U5Uek7DMMc0TOQBt { width:20rem;height:0;top:61.286458969116rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xKPTUyWaBXnMpfDGFe0BPdhgy62oZWU7 { width:19.625rem;height:16.25rem;top:42.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCKLLQHaL97GGigbE5qyVOiIRmenioN3 { width:7.625rem;height:auto;top:44.3125rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JxexZdTDO1qfMSE2pz0gXMTIP0wRG8e7 { width:20rem;height:auto;top:47.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yBninnXSWA8mTTtfvHRQkdTEoOyXv0zO { width:20rem;height:0;top:53.542533874512rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JZQyM4oFrT7Wwb1rnKnnVdxhO0CsakLe { width:19.625rem;height:16.25rem;top:62.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpbD4aX5B2gPXb9zRNZpcLWXe9aqstHm { width:19.625rem;height:16.25rem;top:62.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmI2SeO8hAoV2c8zFx6IKGqeWovU7qqo { width:7.625rem;height:auto;top:64.25rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JGqchdbAlo6xOIxH3Ky5zyEs77VBQCms { width:14.125rem;height:auto;top:67.125rem;left:2.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qhQvZKcoACi5EmxQMUoPp4dh2HNcJDkv { width:20rem;height:0;top:67.133682250975rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GihAMCvCL4tXGQksqV4I03FEUVzlKIku { width:7.625rem;height:auto;top:64.25rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tozT1E7aGazFZQxLTqtbC5UmwUCqROkh { width:20rem;height:auto;top:66.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Fgp2OOwE1mztef5bJS66ZFDoigREs3Xk { width:20rem;height:0;top:76.973960876462rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #op5cor1JGpDPddnwbmGQuqLWwwB6qXeu { width:19.625rem;height:14.6875rem;top:83.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmxlATm5BDyS7PQQekRO3VIdhLVZ7ZSb { width:7.625rem;height:auto;top:85.0625rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gECJOtugUdKEuLXruurCSHye05G2vN9Q { width:15.25rem;height:auto;top:88.0625rem;left:2.375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #R2uNTsPJFOzQNADm9pZCEHLyP1xsGgGp { width:20rem;height:0;top:89.62500190735rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KS6zaevqTmiKDiSo1IyapXU9965Q87fT { width:20rem;height:1.29426875rem;top:61.625043869019rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnR2xiCufTtGMP28ut7ewn0z88R5zapH { width:20rem;height:0.89935760171306rem;top:56rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTnBVyNmUyZPiMIinC4UShQiuzrk8z1w { width:20rem;height:0.86021505376344rem;top:76.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gniEc7BOBpXNetSupUyaTtk3BbWD39RF { width:20rem;height:0.80851063829787rem;top:76.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVEKnKunP9w1SiQfr7fIMQFuI5WfcWSU { width:20rem;height:0.31716417910448rem;top:95.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndmg5lHpZkzATEk0geG31iqWsGMW7OtS { width:4.875rem;height:5.3125rem;top:86.960082061769rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvqinauTJPEN5QbOGO3TrzDFzRAXVh95 { width:7rem;height:6.4375rem;top:23.3125rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMLbb7EfTs2vI1IBbKTwlkHd7i61k6Z2 { width:5.3125rem;height:5.25rem;top:43.5rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuKrk9trmaTh4wiQoLnXzQWnJk3Agn9I { width:5.125rem;height:3.875rem;top:43.5rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WwlFP6ZZxM3rEd2yBmMAsHOpq69hdDtG { width:6.1875rem;height:6rem;top:93.662326812744rem;left:6.9062500596044rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpirOSGc64aNElki8uyTGeAD6so0a6RM { width:4.625rem;height:4.5625rem;top:64.25rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X84RIJ6RLTQHLnk2H7Tyze0wPJz2sJFI { width:5rem;height:4.4375rem;top:65rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEMOzSfiUpe0PDiZyA8Vv8lsNZpHamrI { width:20rem;height:25.0185125rem;top:14.999172210693rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #VlcSogDHQxyqNuvKbmTvu2WkSTBDMS4R { width:20rem;height:7.066375rem;top:3.1866722106934rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #sFvtNm0f6no3iJ2iE1fv1WJzpWw1M7OE { display:none; }#sFvtNm0f6no3iJ2iE1fv1WJzpWw1M7OE > .row .container { width:20rem;height:100.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g3hFu4wdAmksOxtTWBDUEK0hTCytSS6R { width:20rem;height:auto;top:4.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #keuVgEBfmWRSBT9iTbDqVcXf6ccqk9T3 { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EpwDntv6mlWpSKiwShnuuhPcF7scSLZa { width:20rem;height:7.798625rem;top:4.53125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DobgcrF5De9a4J6b7iIxpMMxm4btPqXJ { width:19.625rem;height:16.25rem;top:17.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8BIUKdbRPEfw9wxQ3KwW5ZbOUIA7d1M { width:19.625rem;height:16.25rem;top:17.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvhhSCTLsTfuFTsga7HtIxWkT52bCnhv { width:7.625rem;height:auto;top:18.75rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e7G5JCN45yxiwoVo7ZQsXfbvmsv4gCbz { width:18.9375rem;height:auto;top:22.25rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AXqnL5f9huCQuXtvfrrWfs5xUXgNO0zr { width:20rem;height:0;top:26.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HExt2FLKZ0VqByqP87mmrLyT5U7RRv27 { width:20rem;height:1.4847161572052rem;top:30.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hh1rEdbsV7Zp8DpwuG7OHKbLrdFSTT1i { width:7.6875rem;height:auto;top:18.75rem;left:6.125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qN7lWxhSUNcwmWXcak7JcRNJZIJetWx3 { width:11.875rem;height:auto;top:22.25rem;left:4.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UsSWtaJeTXUqwxRKGft91AsuiFq7qFcI { width:20rem;height:0;top:26.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wd3zp7ogHOzf3PQQNhX5TcqOu0BvBybn { width:20rem;height:1.0893246187364rem;top:31.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDt8lq3UlqITsnHb1TLD20ZdNXpsf0pQ { width:19.625rem;height:16.25rem;top:37.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4sQcascs2ppKWRh2FV3aAJSqgx7EfmP { width:7.625rem;height:auto;top:39.4375rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TPJA2uTK57wtsMiI2F2xoAUdizK10gPD { width:19.8125rem;height:auto;top:42.3125rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PNTO6pING99tyLSRA1BHtQMsaiqHwfP9 { width:20rem;height:auto;top:46.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIx4gvIz362CT5E0np2LuVf5N12qRb9v { width:19.625rem;height:16.125rem;top:37.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlSn8dMmOfFmX9E3Mf3AOzlUTvP4TzdD { width:7.625rem;height:auto;top:39.4375rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #whMZPyEihTpz8Kv4ewJuxKTAT4LKTSry { width:14.125rem;height:auto;top:42.3125rem;left:2.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lDgRhBPLTi8lLg3hKk0wvqhPhZsQ1vRc { width:20rem;height:auto;top:46.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTDo0D7PN93NmEeZwUctnAPCrHefs6pR { width:19.625rem;height:16.25rem;top:58.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLRUIOESx7kFG0TPQZckRsT2povKnQyU { width:19.625rem;height:16.25rem;top:58.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T34WcdDf4S8Eu6TH61fcdybdG4AA01s6 { width:7.625rem;height:auto;top:59.375rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #suDzCouEs15kKc6cxh2QREOcT6Dlevyl { width:20rem;height:auto;top:62.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wD3EasaJBNSeWvHgckckO7em9MS457HZ { width:20rem;height:auto;top:66.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8MgOdKBeh2KcOhKlQoTeH6Pakbcphuq { width:7.625rem;height:auto;top:59.375rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hWkrMyxSrnqbZps49vqNToIprqIyOyiW { width:20rem;height:auto;top:62.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #podoyuBCzJfHJGd5BEHzURFw4ZKO0X5F { width:20rem;height:5.84895625rem;top:66.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #es07TKvN8Erq5sEf0U5T51PLVCXdT4by { width:19.625rem;height:14.6875rem;top:78.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpE4T42k2X9MSi8VbrQ5KP5WHOiZnG0D { width:7.625rem;height:auto;top:80.1875rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AmkC0Bdm5csZUhUNvDmGnDNWXAuF2MhM { width:15.25rem;height:auto;top:83.25rem;left:2.375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cmRIsuFToCB6Rx9Fgato4G04GZnk4E7F { width:20rem;height:auto;top:87.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H212x6CWZ6rDf5TQC1VLe2RK7IuZm2pC { width:20rem;height:1.29426875rem;top:51.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzyLoWOazpy2yC157WnOaKu9hos7sZH5 { width:20rem;height:0.89935760171306rem;top:51.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSGxwSqAKOyZuhI40l5Zv4nU0mhxTZsN { width:20rem;height:0.86021505376344rem;top:71.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8sx175MZr76SIJukb7yaeTBzcTOnUzu { width:20rem;height:0.80851063829787rem;top:71.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOixhXQFvgmMrcMuvsmWSxTSDrSTyag0 { width:20rem;height:0.31716417910448rem;top:90.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XoxuUzKutgsaJa2mNKoJGO9yRWcHL84P { width:4.875rem;height:5.3125rem;top:18.1875rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mE0guXanKXg1NH3tiXnEPCNtzXGvagbR { width:7rem;height:6.4375rem;top:18.5rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1hgf5uaQf32aOs1gbTubAu1fz3Jevgk { width:5.3125rem;height:5.25rem;top:38.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaJKSBOJhaQfhsKq4ncuDQvbiaFsHBxT { width:5.125rem;height:3.875rem;top:38.625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Rax1E7cLQJb3Ot1FwrkiRPKH9vT0Mz { width:6.1875rem;height:6rem;top:80.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7aN21EUm0tHc94UkGK8XWSQukc52TgQ { width:4.625rem;height:4.5625rem;top:59.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmL4MR8rzNrdq0w9OwEJaMPwNNU77uZN { width:5rem;height:4.4375rem;top:60.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJgKfObobGd6qy1BCPRbRnZgdOdDEE64 { display:none; }#PJgKfObobGd6qy1BCPRbRnZgdOdDEE64 > .row .container { width:20rem;height:100.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gv799NQC9TkzGzQlKFz5gsqRom33eDPV { width:20rem;height:auto;top:4.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #blB32HUCcsmuWWQKHQoduVRSbnE9nkf5 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JFhOpULlUxX4KExOXt4nE0ECCkwBWIut { width:20rem;height:0;top:4.53125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h5fvXDrimSk0LJQd1ed5dITr87hVqZm6 { width:19.625rem;height:16.25rem;top:17.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVwryInCJx9tkybqPeEuXReUNuvZ7Sco { width:19.625rem;height:16.25rem;top:17.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #inq66HdekHTToWMFN3gPWaZeOgkm7hS7 { width:7.625rem;height:auto;top:18.75rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #J1pMQSHLALRxk7m7UTJF7WaM2DCCg7Q6 { width:18.9375rem;height:auto;top:22.25rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yz5OEMKOcedPzgfR0yDizC18OGZoKkCV { width:20rem;height:0;top:26.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RUWQlXGf0aNBHaWZtBftTG65XN3HPGnF { width:20rem;height:1.4847161572052rem;top:30.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gb1bRvA6hqyyTvtqQkhl8eTPrAPqfIPd { width:7.6875rem;height:auto;top:18.75rem;left:6.125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KA7LflIEpr5QRhDA06nKqqzuwQzdvWRu { width:11.875rem;height:auto;top:22.25rem;left:4.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BaPB8RhZrrTNUnxmlQZW04LdW9UG7ICJ { width:20rem;height:0;top:26.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Szra4m0tpNkaI0COTud64WIVvnWtp7hb { width:20rem;height:1.0893246187364rem;top:31.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a52iri39lhS4e0LeKDRsXktpTrgB8heO { width:19.625rem;height:16.25rem;top:37.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBelfOl5JFbLNfx4HOcp6pszx91hevMO { width:7.625rem;height:auto;top:39.4375rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MtD0kTz2BrlpZyQI3XG6DBiMH4s6Lq0o { width:19.8125rem;height:auto;top:42.3125rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uUlkBgavRv5RfMyLiFpfMk11x6M41n32 { width:20rem;height:auto;top:46.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mmm0z8qIzK437rE5Cte5rEEuKTGbWSH0 { width:19.625rem;height:16.125rem;top:37.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6TmA2G2ncT31AIl7Twn3aqlF6xOi6rV { width:7.625rem;height:auto;top:39.4375rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RVXFck1Neo63SLrq6OBgCfkPoufduZVl { width:19.875rem;height:auto;top:42.3125rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PvetTIKyJsZsMLNMugwIbZozaRTaUbMJ { width:20rem;height:0;top:46.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UHOfTTOg3a2t1g3QG67UQeFNhdMr746T { width:19.625rem;height:16.25rem;top:58.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLz6bFOiSGvKzuLBWDTB5DF10h9v0q3l { width:19.625rem;height:16.25rem;top:58.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #csKhViKL9PL37XbvlLx055NfTMCyritQ { width:7.625rem;height:auto;top:59.375rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BR3QHO5zNzRuZP3WhmAoBOZMXUg0D1Nz { width:20rem;height:auto;top:62.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U5EuloyDsCdCUBTC4IAUXPFJO5bgNUQH { width:20rem;height:0;top:66.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JGrgWJeg8uvvg2I4DToq3MOL5GvrTfRI { width:7.625rem;height:auto;top:59.375rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ze6IxiQeeaF3B2C8cPrPOUyDSwolOMQq { width:20rem;height:auto;top:62.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B5gXDcaTWla0P9o1advTfnqGd4wutFah { width:20rem;height:0;top:66.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K82FJhaH7zvwN1bDGmX5XfcALLU3QmvS { width:19.625rem;height:14.6875rem;top:78.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlHgGZNTNb1IABD1ukooohVCE1APZg9f { width:7.625rem;height:auto;top:80.1875rem;left:6.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SDCMi9ZNmSRvEF1kSEoVtFEQodQtJNab { width:19.5625rem;height:auto;top:83.25rem;left:0.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NqTstaG3iXPgE861iD1e3WZEzLiGL0lT { width:20rem;height:0;top:85.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fsaToxhnXZNaOzd4G5Z6czaTfRo2gG9J { width:20rem;height:1.2946428571429rem;top:50.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #boTkUfIvPi2I6veelRhvwAxdFtAOVhUT { width:20rem;height:0.89935760171306rem;top:51.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPFP8deqtGobhVQQ6N1wx8IoNDOl0Cdh { width:20rem;height:0.86021505376344rem;top:71.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oD2sOCaZyaRSfrRSs8mcl2y1kl09ZgCg { width:20rem;height:0.80851063829787rem;top:71.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECgSZ8baDrUkBB1cG5ryl7Vc9kEKPdyK { width:20rem;height:0.31716417910448rem;top:90.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkUl8rEyy07d1v23Dvbge7P6ibKrDZNT { width:4.875rem;height:5.3125rem;top:18.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVa63fVntdRsIsbb5OqWZ9tAEJ62RDt8 { width:7rem;height:6.4375rem;top:18.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfAQE563TLH2TyAPag02V6DXvOCtWltz { width:5.3125rem;height:5.25rem;top:38.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSM1Q8LQiOKQ3T2fxLvesAcs1CJAKmhx { width:5.125rem;height:3.875rem;top:38.625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGTvb5leMqBA86OpHwMArzF5JGx2fpFk { width:6.1875rem;height:6rem;top:80.1875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiXQUz6BV00ixgPT80XD0Ra5glpmiHXC { width:4.625rem;height:4.5625rem;top:59.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiSm9H1y55Hr5uFgPQnPkaM1Rrm6nzb3 { width:5rem;height:4.4375rem;top:59.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r78mLbxtGLMy7eoTsqIJhsJallsldEsD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.1));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.1));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.1));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='#cfa54919' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='#cfa54919' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.1));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; }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row .container { background-color: transparent; background-image: none; }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row .container > .video-iframe-container { display: none; }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row > .video-iframe-container { display: none; }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .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); }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row .container { border-width: 0; border-radius: 0; }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r78mLbxtGLMy7eoTsqIJhsJallsldEsD > .row .container { width:20rem;height:136.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2sTIc38OG0pSdUudI3gECPq1diHXe5L { width:20rem;height:0;top:144.0937538147rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #o3ktUT5BFfQ4ZJ4rqM3ATkMEX8iaNzWt { width:20rem;height:0;top:114.559546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #t4y2DVoETRCWFDXhDt82OgWRWbvNdm3c { width:19.9985625rem;height:19.9985625rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1ScMmeuM4gEVX5PpHPAo8JLeqwXh2IA { width:19.75rem;height:31.24925rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #koqWRQHQTSRWf31S5NH9s26vRvkTLGBZ { width:19.6875rem;height:34.0625rem;top:37.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsb09BdQp3GThwhTimkfQ4trf7yTIOg { width:10.6865rem;height:19.9985625rem;top:38.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUrNWzsXxuvIIsGE7m8168bdJPXaWOES { width:9.3735625rem;height:19.9985625rem;top:76.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmIrVL676iq1MucLFJdm5l39zRLAEzJ { width:18.061375rem;height:2rem;top:38.25rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #Wdf8iMtCCxdekKcIrnTV7wkJF4SRxR6L { width:18.061375rem;height:2rem;top:3.625rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #AlNBAdGTNDfoaWI6KaK9GCOyDimGQ79i { width:18.061375rem;height:2rem;top:74.3125rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #krJE3TBZzPOdIOa9aTuQVPGHMfTzT7xR { width:19.6245625rem;height:34.7496875rem;top:73.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvLWIR3BTVznd7a4qWcP4ld26BJiTT80 { width:19.9985625rem;height:5.4375rem;top:93.375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #iyyyPipvW7nBeWtR4R3WESDvxTz9qhNA { width:17.4985625rem;height:3rem;top:21.9375rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #FD7mxFJPoRhI5OeTCWJnLq6UWEsMrxCQ { width:18.7485625rem;height:1.9375rem;top:57rem;left:0.625rem;font-size:1.9375rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #NonBb3Z8IMkVPFl5KlXpXBseOwWHpKd9 { width:15.6235625rem;height:8.125rem;top:25.4375rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWs6wRRDvhUPWsOfP29ATWn9r2zJfI9R { width:16.9365rem;height:8.9355625rem;top:61.0625rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNSmWlLlg96T8lroyMWMeNpDn4J1t9qf { width:17.9369375rem;height:8.125rem;top:99.625rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGizaOWN83yWDAWe4eMvHfSBF8DQMbgt { width:20rem;height:4.38715rem;top:111.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #rOig8U0fZfVrfAOzFLUxHHxvTZOdABKu { width:20rem;height:15.59375rem;top:119.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(207,165,73,0.07), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(207,165,73,0.07), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(207,165,73,0.07), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(207,165,73,0.07), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa54911', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa54911', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(207,165,73,0.07), #f3f7f3);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; }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row .container { background-color: transparent; background-image: none; }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row .container > .video-iframe-container { display: none; }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row > .video-iframe-container { display: none; }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .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); }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row .container { border-width: 0; border-radius: 0; }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hP5bHSdKDbqPEtfOIpTzEpfLJzH27kI7 > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfKSZNr4RAay4vmdCyC5fDikJJu0MVCC { width:20rem;height:0;top:51.56250550293rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #msLSdIhl3hWRUNnKn2r0kctXf4ToHKDA { width:20rem;height:0;top:14.517578125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #H4wIbDVfdxtE9NHQ8z2vqT4avTEMK04v { width:19.625rem;height:20.125rem;top:18.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IrvMRgg8VoCEu8wB90dGKh9zJ8DSV4go { width:19.625rem;height:23.5625rem;top:15.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXggiZ3cyxfLSPPF87GORzyZA8I3fO8n { width:20rem;height:0;top:14.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KSUaxW7NGqaByZ1tf3ix8hvz8TlEZyD5 { width:20rem;height:4.548825rem;top:23.621528625488rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmuhE2kWuiEERPZt0FOL8MWdBX05sryg { width:19.75rem;height:0;top:22.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QLHO6wkMIXUB3DpzQeIxdnrMq7ADDDuo { width:17.5625rem;height:3.25rem;top:24.4375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7K0QC3whaN3d9iD83lTmkJCNhNlZXEW { width:13.625rem;height:3.25rem;top:27.4375rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQUJdrclAMoiMOF6Lq5SNwfRdJAJKGSu { width:19.75rem;height:0;top:26.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QZnzREku6VNy54J34VO26kFRyzWfXrWL { width:19.125rem;height:3.25rem;top:29.3125rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZHhuFATM1RsWfX1BTsPsPPGo1PFrsTO { width:18.75rem;height:0;top:29.986328125rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EwzK2nfVKiwTqgizlEs0FcrrDPHgPVyA { width:1.5625rem;height:1.5rem;top:25.5625rem;left:2.5rem;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #gBEZTWTGQ1AMDUwOBSotNhQqiBEJ4OZS { width:1.5625rem;height:1.5rem;top:25.5625rem;left:4.9375rem;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #yMhQ0ufv99ooS9vDJxEMbxTVLlCvQb22 { width:1.5625rem;height:1.5rem;top:25.5625rem;left:7.375rem;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #UqSTbEuut3lSDgko8bRBxOLZOhdgq2Il { display:flex;width:1.8125rem;height:1.8125rem;top:21.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hovADze8vfmcHulPvuPMHa9Q3cWD6ZtK { display:flex;width:1.8125rem;height:1.8125rem;top:22.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqvUV9D41Qrv7ByBbZfeW6giCMmIfcG7 { display:flex;width:1.8125rem;height:1.8125rem;top:25.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTdFdPvRmOGm1oSfW3tztzGg0n2ToKtr { width:20rem;height:0;top:13.5234375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MuXSb6LiqeuxRiw7mHlFiT8fk0wn2PFz { width:20rem;height:0;top:21.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TdOphN5GeN6kGWFqpGX6N5v4WCppNbtp { width:20rem;height:0;top:33.291667938233rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qDw8HfwHeH3tTDb41HX0ECVsU0Xqk4Xo { width:17.5rem;height:0;top:17.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtsXKCWP8iXoM3ctgqBy06SONeiflAT5 { display:flex;width:6.125rem;height:6.125rem;top:29.458333969116rem;left:6.8125001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJpNO7fP3DTmllmqZNSPeVAv1Z8Hovsf { width:18.8125rem;height:0;top:36.6875rem;left:0.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DVUviTTFDkuRCn89sMEPRTfOOg6CVoln { width:16.9375rem;height:18.125rem;top:2.0826821327209rem;left:1.3632813692093rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #TPLfm6ttoDHGB6M2cL9tnSTJlNq4QVzJ { width:19.75rem;height:1.8684875rem;top:7.783203125rem;left:0.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #F19ZpM49V9oyhVT0eVp0xZoBGzbiPaBc { width:20rem;height:1.94986875rem;top:3.7708358764649rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #H8e0v76uAKcmqzQCHWuZEKAB5rsJVHfq { width:13.75rem;height:3.0625rem;top:7.0201835632325rem;left:2.9570313692093rem;z-index:14988;box-shadow: 0.5625rem 0.4375rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #TpxMwWOPCZFu2tAwPduGRnkTItMRcras { width:13.75rem;height:3.0625rem;top:10.957683563233rem;left:2.9570313692093rem;z-index:14989;box-shadow: 0.5625rem 0.4375rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #db0b6yVV9q7vRbelOXO3ocs52M0hf6px { width:13.75rem;height:3.0625rem;top:15.270183563233rem;left:2.9570313692093rem;z-index:14990;box-shadow: 0.5625rem 0.4375rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #JavsRzROV3B6bESHt44yDdKNCh5ypEMT { width:19.75rem;height:1.8684875rem;top:11.65234375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #KUIIZvgJTvI5FihtdOCkOms83lxArqRZ { width:18.75rem;height:3.4121125rem;top:15.26171875rem;left:0.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #pvIFaF1nOxREVdRdB027oRBhxflyIuxq { width:16.9375rem;height:20.25rem;top:30.6875rem;left:1.375rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #oTnSVS7Ozz4zVWptSzLVl99teXfpSEGT { display:flex;width:1.8125rem;height:1.8125rem;top:33.125rem;left:2.25rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #GSGnGabq7W3BehFNML13DMtK9yuhamoy { display:flex;width:1.8125rem;height:1.8125rem;top:37.1875rem;left:2.25rem;z-index:15091; }
 }@media only screen and (max-width: 763px) { #XFqsrUGHpmDHlcQC5pgt8uS6yTogei6M { display:flex;width:1.8125rem;height:1.8125rem;top:41.0625rem;left:2.25rem;z-index:15092; }
 }@media only screen and (max-width: 763px) { #QtUq91M4ugOlqodspLIm3PTDudvXS1Tw { width:14.9375rem;height:1.8684875rem;top:41rem;left:3.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #DU9OC3eDIgn2fycQB2GePHtxMmS8mf2y { width:14.625rem;height:1.8684875rem;top:37.1875rem;left:3.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #wIKnKAIll4G4iqBREmMDazTHUR1tuMXa { width:14.0625rem;height:1.8684875rem;top:33.125rem;left:4rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #oTUUPtSqX9ErNN5I5VRGnAQuEXsTEJXD { width:14.125rem;height:3.16861875rem;top:44.5rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:2.4375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #D4c56NXC1qCe8wvN7PLepvByqiGMLofQ { display:flex;width:3.8125rem;height:3.8125rem;top:44.1875rem;left:2.25rem;z-index:15094; }
 }@media only screen and (max-width: 763px) { #Dg3BBvOrtuuTTFsT0zSVQ8h46Leqa2NU { width:18.8125rem;height:1.8684875rem;top:48rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,247,243,0.59), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(243,247,243,0.59), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(243,247,243,0.59), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(243,247,243,0.59), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f396', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f396', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(243,247,243,0.59), #f3f7f3);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; }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row .container { background-color: transparent; background-image: none; }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row .container > .video-iframe-container { display: none; }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row > .video-iframe-container { display: none; }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .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); }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row .container { border-width: 0; border-radius: 0; }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuVC3L5xoHnvUFlEupNtxS7T48bQ5nBw > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2zRLVSev0AUTTO83f2Na4U8Ml2IPgXD { width:20rem;height:6.5721434528774rem;top:16.214846875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vl3HXTQJPsBFezQQr76vMkuJatB3p9q5 { width:19.625rem;height:20.0625rem;top:7.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmvQfNRIGeEX0pxK7bTRIHndQ64dFTSH { width:20rem;height:3.89930625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyB2l8Rxqtc8kSVn8B6lpryqFp8tyw76 { width:19.375rem;height:6.3125rem;top:7.2158203125rem;left:0.3125rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #EL7WkTrTcPhFQTOd7HiA5VWOApUk37o5 { width:19.6875rem;height:5.9375rem;top:7.1845703125rem;left:0rem;box-shadow: none;z-index:15009;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yofqzUWIgcoKi51dP9u9auts58PvFTJU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.07));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.07));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.07));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.07));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='#cfa54911' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='#cfa54911' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.07));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; }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row .container { background-color: transparent; background-image: none; }#yofqzUWIgcoKi51dP9u9auts58PvFTJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row .container > .video-iframe-container { display: none; }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row > .video-iframe-container { display: none; }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .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); }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row .container { border-width: 0; border-radius: 0; }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yofqzUWIgcoKi51dP9u9auts58PvFTJU > .row .container { width:20rem;height:201.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7EMuctvWyp8T2vUqtQ5scFKcRTTmw11 { width:20rem;height:5.36133125rem;top:1.3610706329346rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rePBbG3B7M5FfGlCXMRUVlUgUk9tgUxu { width:20rem;height:0;top:20.9746125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DrpT6XgZJBqzwvV7oykpwqRZ9819oUOH { width:19.625rem;height:21.625rem;top:26.5rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XSBa9qC0bnHsbvhA3dmK19UTGqt9t8a3 { width:18.0625rem;height:18.28125rem;top:28.0625rem;left:1rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKKhrHRHck3Cl3IzRTOymeROpwk8DJ4a { width:19.75rem;height:9.155375rem;top:12.860244035721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc4XrM32nxMmhHTs0xPbbl1UtoPuKU1N { width:20rem;height:auto;top:52.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Zhn6w4CbTvOHDxVQQ1yZdo1cac2aI30T { width:19.625rem;height:42.8125rem;top:62.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrcu3HIcK0cfVdg7APWJMikEk9hJk5Ok { width:19.625rem;height:42.5625rem;top:62.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mlVfBNRTmqCpaiUHGhPQrd0EwozLooJF { width:19.625rem;height:41.75rem;top:62.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UeBzAoAoHOXOOhao3JJbcUBxvOE5pwqF { width:20rem;height:4.875rem;top:69.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0izFBTiUcrJlBmEZbhwlDsTPJru3TwT { width:19.6875rem;height:6.171875rem;top:75.18750190735rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tpb2W15A89CiSyvdALBpk0HsgTJsgCdn { width:17.75rem;height:16.5rem;top:83.408855438231rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToeZP0ASeJGBATrQiWfVJw6WhIaVda5J { width:17.625rem;height:14.9453125rem;top:84.18750190735rem;left:1.1875000596046rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPHyhZsp4uagUEVCkZWsXHmbvaoSe8xS { width:20rem;height:7.3125rem;top:114.24917602539rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EoLNbfTXyANMEPJ6mf3ZUDvVuyZEK9aH { width:19.6875rem;height:9.74609375rem;top:123.50004005432rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMyywXhR9ctpU9bFlA0scwQoHMrEu1ec { width:17.625rem;height:11.20895rem;top:136.12239456177rem;left:1.1875000596046rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bU5a5pxn7J5QZUJTOZcTmfz6sOAngVxz { width:17.75rem;height:14.3125rem;top:101.4999961853rem;left:2.2500000596046rem;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBJr7u7Bh5TsL724TvDxNTVCKl4W1DU3 { width:20rem;height:7.5556875rem;top:162.00004196167rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AERIdGuhZCl50a4azopZZUhv85aIB4pv { width:18.4375rem;height:17.8710625rem;top:171.5624961853rem;left:0.78125005960463rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUgsmwHqKcPaPUoK6eaNg5r9Kzmet47z { width:8.937375rem;height:8.937375rem;top:13.548901319504rem;left:11.061921715736rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPIZ1Kw04kP5XDldgB0xAzDR9GsmnGis { width:6.3125rem;height:7.375rem;top:154.6250038147rem;left:6.8437500596044rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k3xBPBFkNfa77iRUv2626CzQAN5EkzGd { display:flex;width:6.125rem;height:6.125rem;top:108.87504005432rem;left:6.7812500596044rem; }
 }@media only screen and (max-width: 763px) { #QdrLk2PQGgpSVtiAZm7EKXLmkiQnCVmH { width:20rem;height:5.84765625rem;top:192.51910187744rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ii3rp4lST79VPffAq9At43Z4tnl8vaLF { width:20rem;height:2.4375rem;top:8.5451385974881rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #b7DMCmKTZGtko5uqhOMgGVQTBSRVQbXD { width:8.936625rem;height:8.936625rem;top:60.249999046326rem;left:5.5303822159767rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #OJQilVoU4p4hn713NKxHaz0vmkixDw7W { width:19.99825rem;height:6.82325rem;top:51.625001907349rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PlhMdSe3k2EGSAbwLTylnkGlofwOt9k2 { width:19.625rem;height:42.6875rem;top:60.936595439911rem;left:0.041666686534882rem;z-index:15009;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t7DaqWoBOoq7C8ilfsuipAJevJ92g7WV { width:19.625rem;height:42.6875rem;top:107.8740901947rem;left:0rem;z-index:15010;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A8wEo1lvPkIlMT3tGTRXtxUlvlHBdAfw { width:17.75rem;height:14.3125rem;top:134.56946182251rem;left:1.0000000596046rem;z-index:15012;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sToVPS3HbIH3LhguWHwWHb51Xhk8UTn3 { width:19.625rem;height:37rem;top:153.93576049805rem;left:0rem;z-index:15011;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HFWpFldUB75WBDclF0WTKe1tnI8PXBUr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(207,165,73,0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(207,165,73,0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(207,165,73,0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(207,165,73,0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa54947', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa54947', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(207,165,73,0.28), #f3f7f3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row .container { background-color: transparent; background-image: none; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row .container > .video-iframe-container { display: none; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row > .video-iframe-container { display: none; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .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); }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row .container { border-width: 0; border-radius: 0; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HFWpFldUB75WBDclF0WTKe1tnI8PXBUr > .row .container { width:20rem;height:221.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJlNxiXXDsRwGn9ovx0MXSDITkboeVTO { width:19.99825rem;height:0;top:153.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #omQRJBEXeurNurUtFoXZ8TchbxgkuQlq { width:20rem;height:7.3125rem;top:1.7604160308838rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7pg31COzIuTzERtvWUzSeSHNOxFXzbD { width:20rem;height:12.6738125rem;top:11.598130226135rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zeupbhDRfumX6Qs6eHrqz6aqp6IHEp4W { width:20rem;height:23.23536875rem;top:28.808159828186rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTHlmchOlodBPiFBScWiovs3m9HAnbAJ { width:19.625rem;height:18.6875rem;top:69.06250190735rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pRzpstoxWtz9ae7qPxZOh5eOcaNcw5zD { width:20rem;height:auto;top:103rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TMSJ39vM07FsAAqT6rkFGFfZUiFipTXx { width:19.125rem;height:17.8710875rem;top:71.009548187256rem;left:0.43750005960464rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0b1nAEPSOPI9S5UC3ZPGHhUBisOTlGo { width:19.625rem;height:25rem;top:54.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8S8kiEybtmJmOdT1TSe0oeJmQyqZaA4 { width:17.9375rem;height:21.44535rem;top:112.06249809265rem;left:1.0312500596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSpEbNNZvyMShEALqXcANBCTVyanIWWT { width:19.0625rem;height:0;top:144.06770896912rem;left:0.46875005960464rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ffIieT0k8neOhnso5fvzJ5cD8IRmtz71 { width:19.625rem;height:20.9375rem;top:79.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyAR3tXthOfCnbBzJThdimcnnFqFggVL { width:19.625rem;height:19.1875rem;top:100.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBkcAk0rvzbHBfZ3EFinrBykV2w1DK1F { width:18.75rem;height:0.3125rem;top:145.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Af2EFqDkNDgnzK0Q6daC6B1xuUV8mCso { width:0.3125rem;height:9.75rem;top:65.5rem;left:9.8437505364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaHur5MnQVtRKV4UJUtM8nAUmIZqLzDM { width:18.75rem;height:0.3125rem;top:181.3125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #urR17NCMKm7HWeuJcLs4ifgyydMzMhkn { width:0.3125rem;height:12.4375rem;top:167.625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgGerqV47rMpRr1ym7ZSlO7RbVgauNZ1 { width:20rem;height:0.3125rem;top:182.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJfGvsvuHK6rkggyGiPeuFi99AqIWOdh { width:0.3125rem;height:8.75rem;top:153.8125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyaz0Ph7T1Not5fhfFmJlP4HiTyBF4vJ { display:flex;width:12.75rem;height:12.75rem;top:52.75rem;left:3.0000000596046rem; }
 }@media only screen and (max-width: 763px) { #HwcHBfz1ByZEO7y9KEaw3Ddx1epKgqPC { display:flex;width:10.1875rem;height:10.1875rem;top:94.756984710694rem;left:4.2812500596046rem; }
 }@media only screen and (max-width: 763px) { #nndaeyBCc9gT6WsyAKM9XUdE25zDStqN { display:flex;width:11.625rem;height:11.625rem;top:138.71527862549rem;left:3.5625000596046rem; }
 }@media only screen and (max-width: 763px) { #lmd5ovfEERAhOTLbf2z7Thc4G5p7Aqlv { display:flex;width:11.4375rem;height:11.4375rem;top:181.54960346222rem;left:4.2787905931473rem; }
 }@media only screen and (max-width: 763px) { #kiCBUU2xs86EqwkCVdpOdMfvqhc0CGEO { width:20rem;height:0.4375rem;top:176.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTi8xtqEJc0H0vG0BTC8zFh2AMvLWWR8 { width:0.3125rem;height:5.875rem;top:63.1875rem;left:9.2187505364419rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #qq5X5pe6Q7xW9pSh9KsWZJhIMKaAwQ0p { width:0.3125rem;height:5.875rem;top:88.881942749025rem;left:9.2187505364419rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #P7lBKv2F3Cqik92eqLT8FP5yUAdDWRHf { width:19.625rem;height:21.6875rem;top:110.81945800781rem;left:0rem;z-index:15011;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AcVtGfvVeZpwQ5cEppAwX0O41IRxuBI1 { width:0.3125rem;height:5.875rem;top:104.94444847107rem;left:9.2187505364419rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #UPKE5y8pflaxkXJzyFHVSmfh6HWeOIy2 { width:19.625rem;height:19.1875rem;top:156.1562538147rem;left:0rem;z-index:15012;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V69gSACXlSVQPFW4wf1cuzeyZTw3hJo5 { width:19.0625rem;height:16.083975rem;top:157.7500038147rem;left:0.46875005960464rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #WTFRyLxao9K9ILTHtqUJ3NNZrInLDgrI { width:0.3125rem;height:5.875rem;top:132.84028244019rem;left:9.2187505364419rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #RZN937AG76ugk7NDDLySd58fx92AFVX6 { width:0.3125rem;height:5.875rem;top:150.34027862549rem;left:8.96180588007rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #PwCeB0FQkS3OEMoI5lZ82Vnsu76UyNVL { width:0.3125rem;height:5.875rem;top:175.67708778381rem;left:8.96180588007rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #SBfgBBc4ybCzL6zyhGPROsgz67zu2aFN { width:19.625rem;height:16.5rem;top:197.7397441864rem;left:0rem;z-index:15013;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WFuClmUIcaBTk9mvBH6J6ktf4Z9aesZw { width:0.3125rem;height:5.875rem;top:191.86458206177rem;left:7.58680588007rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Gyq3Vlsh5C5TnIqXlO4Ir7MDoFL8PD2d { width:18rem;height:12.5097375rem;top:199.74913597107rem;left:1.0000000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #dorTKx6PxRyiEpxSBplDW3oWTPavJdyu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(243,247,243,0.15));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(243,247,243,0.15));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(243,247,243,0.15));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(243,247,243,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='#f3f7f326' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='#f3f7f326' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(243,247,243,0.15));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; }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row .container { background-color: transparent; background-image: none; }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row .container > .video-iframe-container { display: none; }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row > .video-iframe-container { display: none; }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .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); }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row .container { border-width: 0; border-radius: 0; }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dorTKx6PxRyiEpxSBplDW3oWTPavJdyu > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TANM3CfA0qHNlxfOgc5DV0qOb8OZPTSu { width:20rem;height:5.84765625rem;top:2.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hmqovdtIdGQTOseceXl87iURTkIx9tqK { width:18.8125rem;height:24.6875rem;top:10.883680224419rem;left:0.59375005960464rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5CI2h7e85Qyhps4qTFST9qNlbic9MBp { width:19.25rem;height:36.375rem;top:1.25rem;left:0.0625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,247,243,0.28), rgba(207,165,73,0.25));background-image: -moz-linear-gradient(180deg, rgba(243,247,243,0.28), rgba(207,165,73,0.25));background-image: -ms-linear-gradient(180deg, rgba(243,247,243,0.28), rgba(207,165,73,0.25));background-image: -o-linear-gradient(180deg, rgba(243,247,243,0.28), rgba(207,165,73,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f347', endColorstr='#cfa5493f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f347', endColorstr='#cfa5493f' );";background-image: linear-gradient(180deg, rgba(243,247,243,0.28), rgba(207,165,73,0.25));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row .container { background-color: transparent; background-image: none; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row .container > .video-iframe-container { display: none; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row > .video-iframe-container { display: none; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .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); }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row .container { border-width: 0; border-radius: 0; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zz1TTT0dCHhHk9E9uU0BAe8nPiAwmRzZ > .row .container { width:20rem;height:104.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXilA2q6OB1TBcTllsxihNxfh22slLfA { width:20rem;height:4.875rem;top:1.3237848281861rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cSwr287HOIEZZ6UhwpxTCuFKOKXG7BTP { width:20rem;height:0;top:8.07204914093rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RksEgi6xnVcq0qcmb9uTn1Gv6dxf45Tt { width:20rem;height:20.763875rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ONgcX6U7ThVtvMyt3hFUtUZmvOMrG4 { width:16.1875rem;height:11.9375rem;top:19rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKCGksmgaMKNeTC6KW20DhbuU4yrutmH { width:19.625rem;height:52.25rem;top:36.656173706055rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gSW4nfLdyregthCB3IVOLIXLm0IQzNx9 { width:20rem;height:9.75rem;top:39.604329109192rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #riMdPm9KqMHuDUObTOtfIOcEkfzMdHzt { width:18.9375rem;height:35.75rem;top:51.540880680084rem;left:0.53125005960464rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTEPuxXNIP2lVh5tqr7rULZ4d7gTONDF { width:20rem;height:0;top:49.24709375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qSt8wfCetLLbxMwpKQpFFBcW5Shf5k6z { width:20rem;height:5.60449375rem;top:8.2387151718137rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #m5h5auU8Fsw6otmGFsDg99rfdaWfQC4T { width:20rem;height:10.3993125rem;top:93.433158874513rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #GzvH0QP6yP0QhE0XL4Wsu12bLKFvLy64 { display:block; }#GzvH0QP6yP0QhE0XL4Wsu12bLKFvLy64 > .row .container { width:20rem;height:96.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdxTOhqiHch1FahuhC3s6bi5yIV3qave { width:19.9985625rem;height:3.08680625rem;top:10.812355518341rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZPi5vkAyQLcLbTOwHpDlFsIuDZIQg9I { width:14.75rem;height:18.5625rem;top:13.898274421692rem;left:2.6250000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Lsvv6rHEx9QDVmvf7sPe69ABM1t3m31D { width:19.99925rem;height:3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL3427w1rBIwI7qIySiFTFWiQMSCLCiM { width:19.9985625rem;height:5.5996125rem;top:4.2484087944031rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upPJTZEVlGMma00t5VnrCebqsJS1WQRg { display:flex;width:2.2497125rem;height:2.2497125rem;top:37.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wby7uBZi64WkRHwVgKdNefEJ2hyWpqlP { width:14.8119375rem;height:5.1181625rem;top:37.375rem;left:2.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zd81G95oyvhNL5dkyaXfFPyFVPqEKAUU { display:flex;width:2.43706875rem;height:2.43706875rem;top:43.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qtkPuHhpQT9fdwKhqL6aA05kBRtpvuRf { display:flex;width:2.2497125rem;height:2.2497125rem;top:50.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DN7GVVPKh1rvrZlIoKU894g6nKQTgNyB { width:15.93675rem;height:5.11816875rem;top:43.375rem;left:2.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yFhe4ikev2NSmWPUT4A5hGkMdPsursMI { width:14.4371875rem;height:5.1181625rem;top:50.1875rem;left:3rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NvyzLfxu12CXBpy5p0vx241kGgFr5UkN { width:19.99825rem;height:2.6001rem;top:31.79079914093rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kb5eAgXTxgQUwHdpbq5LMqht4hzzsHgy { width:18.4375rem;height:6.19965rem;top:62.308079719544rem;left:0.78125005960463rem;text-align:center;text-align-last:center;font-size:1.9375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #TPQTwQ98CXTGOOP27C3Fce31u4fELqT8 { width:19.99825rem;height:1.625rem;top:70.522569656375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #pcpx01IrwDZu2qMxqgoeG1EEmUPDJmZS { width:5.6875rem;height:5.6875rem;top:14.026796340943rem;left:0rem;background-color:rgba(207,165,73,0.37);background-image:none;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #DRX2Lyu1saA1PvuxkGs1u9NE4wFH85zU { width:19.99825rem;height:3rem;top:58.264051437378rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ZW70wDnVzquUwOkdXQB8TBMS43TZu2BJ { width:15.9375rem;height:19.9375rem;top:73.821107625962rem;left:2.0312500596046rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #NAgnrwCtFrc59cSuIvZqFTnedqAEVxOD { width:20rem;height:2.6001rem;top:93.7578163147rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #elhGCZwhruAhaxR0bShAUa7mrDqXCQTi { display:block; }#elhGCZwhruAhaxR0bShAUa7mrDqXCQTi > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XefCrE68GB1c1TNZfhAzUXv21y1uXFAz { width:19.9985625rem;height:0;top:2.5867366790771rem;left:0.00072342157363894rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FdRO6froImsnnWzmXl4TTu1X9a4mXHT1 { width:15.0621875rem;height:5.11816875rem;top:1.9375rem;left:2.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrErXNENNanT7TvOp8JbpKzIXa1ViUl7 { display:flex;width:2.12456875rem;height:2.12456875rem;top:1.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hBAksQNCT2x3kzps6RTnTFgAVv6QIhDV { display:flex;width:2.186775rem;height:2.186775rem;top:9.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dtrH7f6bd4AyCxVUpDb849Ey2sqJz2Iq { width:14.06175rem;height:5.1181625rem;top:9.625rem;left:2.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REfO5Z3L1EP0UIzUXVwNvTK25gHaJbHD { display:flex;width:2.186775rem;height:2.186775rem;top:17rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NtGmAaF6qDPQP123ZKCrWLwoOpKFTcIc { width:13.937375rem;height:5.1181625rem;top:17rem;left:3rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cG0kfbmk2tpamousTVUCZt9EnkgAIOoS { width:19.9985625rem;height:0;top:0.75662875175475rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pI5WH8P5psvM5T2Ov9z8E0Im0KNgQXbx { width:19.9985625rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5gwfKRmW0cdltLtB0Sh0XbP7o3uGV06 { width:19.9985625rem;height:0;top:54.202127456665rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzM03wdwSf0Jb1tM4vPaZlOcPLFl5Xzo { width:15.9375rem;height:19.9375rem;top:51.63345rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #py4yt1PV3u4JHJm6SMleCF1O5HmBhIsE { width:20rem;height:0;top:58.451171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);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; }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row .container { background-color: transparent; background-image: none; }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row .container > .video-iframe-container { display: none; }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row > .video-iframe-container { display: none; }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .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); }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row .container { border-width: 0; border-radius: 0; }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ysvAEaylgAhpTTQ1pfR0DiDIP3Ou1NLR > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3f35MP9Lyp0LicqpNkRlC6ttwHR3riC { width:19.9985625rem;height:3.25rem;top:10.374000549316rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vR4z21nAfuyEA6Tp0cbGBp9pauMtn2XU { width:9.25rem;height:14.0625rem;top:17.78125rem;left:1.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTc71yTfG4PLIrl4mTmFJ6nCfcseTwe { width:19.9985625rem;height:3rem;top:0.94400978088381rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr8ObxFfizMzZbbZCfEwy4gilpz2FC1T { width:16.1875rem;height:0;top:3.1446139812469rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDh5SHeG5x3unHaw1nECPbd7fmwfBkce { width:19.9985625rem;height:21.08725rem;top:15.896172523499rem;left:0.00072342157363894rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwEBN4ReyndNk5kAg5uG08vuRA4iumd8 { display:flex;width:1.874275rem;height:1.874275rem;top:37.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AVL1foKGua3IB2GckgRFEJdx6nXuAdET { width:15.187375rem;height:3.4121125rem;top:37.75rem;left:2.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PmW0BfrwMdAGUT4V4sIafbsEltot0bER { display:flex;width:1.81206875rem;height:1.81206875rem;top:49.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hSvVXb5VkE9zbKbB3NPULTyTWEI86XH9 { display:flex;width:1.874275rem;height:1.874275rem;top:43rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fmJs6IMbq5IyfEBxrPbW6TPcm6xu8GwZ { width:16.4995625rem;height:5.1181625rem;top:43rem;left:1.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbFul5gM4rIcfTtprVwVzdxog73TC4hl { width:14.4994375rem;height:5.1181625rem;top:49.75rem;left:2.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bDcIpXym4vKfERuwCdEkqKwdiQFb4uN0 { width:6.6869375rem;height:6.6869375rem;top:14.584780693054rem;left:0rem;background-color:rgba(207,165,73,0.37);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ECi4WQtCawxTHAvGfnNR5pIoUePledTt { width:19.99825rem;height:2.6001rem;top:33.876735687256rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PsLKl7b7gFHoFfEp58T9cWKVwCM8V1Zx { width:16.875rem;height:5.39930625rem;top:3.9418334960938rem;left:1.9053819775581rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,247,243,0.81), #efefef);background-image: -moz-linear-gradient(180deg, rgba(243,247,243,0.81), #efefef);background-image: -ms-linear-gradient(180deg, rgba(243,247,243,0.81), #efefef);background-image: -o-linear-gradient(180deg, rgba(243,247,243,0.81), #efefef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3ce', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3ce', endColorstr='#efefef' );";background-image: linear-gradient(180deg, rgba(243,247,243,0.81), #efefef);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; }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row .container { background-color: transparent; background-image: none; }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row .container > .video-iframe-container { display: none; }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row > .video-iframe-container { display: none; }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .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); }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row .container { border-width: 0; border-radius: 0; }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RuyCDNxo6MR4WBIZILGFbnXhTRsFeQ0T > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZWQgHiR8cTwDWWXoex9kG6lLi0a1lKd { width:19.99825rem;height:3.4121125rem;top:11.864583730698rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xddsHiEJ8GEfd60VXWodywE6hn1cQtQs { width:15.1244375rem;height:5.11816875rem;top:39.75rem;left:2.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WmzZmfCxISUxiREdnm9hOxaMAJoTOSG7 { display:flex;width:1.9372125rem;height:1.9372125rem;top:39.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kquaMtbC23ZEm5MX78bTyxa4bwAipo4d { display:flex;width:1.81206875rem;height:1.81206875rem;top:46.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ePyeJTqRLhlqwDu9h5i5TKlnfbtcgGT2 { width:14.8119375rem;height:3.4121125rem;top:46.8125rem;left:2.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpX36sGBFQLBZpTID12G2ozXMKkoXWFT { display:flex;width:1.99941875rem;height:1.99941875rem;top:51.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ly5fQEsOvwIW8hUHncnrVmlZVULTPmBB { width:14.99925rem;height:3.4121125rem;top:51.875rem;left:2.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HXKt9Nz2Uf5Tlp2m4MMd0599UJm8g9wu { width:19.9985625rem;height:2.6001rem;top:31.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AT9zizNOdqn6qTeMDIeGaFI2vgcsn4k9 { width:19.99825rem;height:6.19965rem;top:5.1874997615814rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeuCTW9Lnn415VPmeiUOMJfeh1Qqfyt1 { width:19.99825rem;height:3rem;top:1.5389804840088rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBnOQDGpbZd6UoTx1bSIum2wHTk7HfLQ { width:20rem;height:25.044642857143rem;top:15.274306058884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT9pXPEarUeZNPIDsP59LtIbFiGNVGew { width:19rem;height:7.5rem;top:42.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZexZpO5lak2NyFCRyPBeKorLWieIep56 { display:block; }
 }@media only screen and (max-width: 763px) { #l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL { background-color:transparent;background-image: -webkit-linear-gradient(183deg, #efefef, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(183deg, #efefef, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(183deg, #efefef, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(183deg, #efefef, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(183deg, #efefef, rgba(var(--color-primary-2),0.28));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; }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row .container { background-color: transparent; background-image: none; }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row .container > .video-iframe-container { display: none; }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row > .video-iframe-container { display: none; }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .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); }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row .container { border-width: 0; border-radius: 0; }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l2RQe8wNNfrPM9Dp1aWNWPSuI9SIbSWL > .row .container { width:20rem;height:104.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szUsIxbRmszvgFHhLrbd43aK73LRqZfT { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkfLIN3SqqsRt1nDsfamwFDKhdu7C70J { width:20rem;height:0;top:7.4851613044737rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #klsJlRhpn38gTPDAIQJ5gemIX13H1Cvv { width:18.9375rem;height:21.125rem;top:24.634114742279rem;left:0rem;z-index:15031;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Iy2FzS2tz3868T98rDdqMtnivTu4kqDA { width:1.875rem;height:1.4375rem;top:44.071615219116rem;left:16.750000596046rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #bRBfVPCZwIbVZf2De9T3VTsg5X8uk79g { width:20rem;height:0;top:48.01171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fOaA7xJ9W1IzhvEpPLq8B8g7RavVpdgX { width:20rem;height:9.97363125rem;top:9.8593747913838rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #hHl5wKVpgA3gt5AQukFhNH5t0QhXurF2 { width:20rem;height:51.18160625rem;top:49.323567867279rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ZJZqGNtGbzgUZIEVDvbztzVnfSLkMMBc { width:10.5rem;height:2.39930625rem;top:27.9140625rem;left:9.1250005960463rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #s6MTy92uM3Alzeet98bHu7du3dhxASvm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);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; }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row .container { background-color: transparent; background-image: none; }#s6MTy92uM3Alzeet98bHu7du3dhxASvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row .container > .video-iframe-container { display: none; }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row > .video-iframe-container { display: none; }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .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); }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row .container { border-width: 0; border-radius: 0; }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s6MTy92uM3Alzeet98bHu7du3dhxASvm > .row .container { width:20rem;height:189.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nplOo7TRr77f69SSxteutRVuD9bso36T { width:20rem;height:7.79883125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g6vNRzWzibaIwVgaKiMJiFWELCtQ12Hd { width:20rem;height:27.4644375rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2z40xn6t5D4I86MbyPp3T3lh3QWBFh1 { width:19.375rem;height:5.36198125rem;top:10.360677242279rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPO0BKHmHHOtKtQSO3r5PZ7F9oeQtSgJ { width:20rem;height:1.54361875rem;top:19.248046875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o3pGMbh9xwdE42Nra952neKCGMwSu5vP { width:19.5rem;height:35.375rem;top:50.2236328125rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;background-color:#ffffff;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AGJnOsc6hKZ5zpaVdtBRaWTkIliCXfZ2 { width:20rem;height:0;top:95.2245859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AVry6DyU4B1RExITOlzEyFxxSFQ8WVOk { width:20rem;height:22.023125rem;top:92.847488403319rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2OGoWXZ9lZbAxxKOf8TRiTBAoIQneXx { width:19.625rem;height:35.75rem;top:65.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAtniGclOsoO0g4uwqmvctso4RZuGsGh { width:20rem;height:1.54361875rem;top:89.558099746706rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #De8ChI9wJLxxHQRuMa6dqlL8nlDvt5Gl { width:18.3748125rem;height:0;top:119.11864662171rem;left:0.81217443943025rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OWauFPaaVqJ22NEu5MKA830gXBz4kzuJ { width:20rem;height:5.19965rem;top:160.20751380921rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #npiLNlssTGtd9T5icv4TwBmhAMEIrBxF { width:19.4375rem;height:5.4375rem;top:165.40583896637rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQV8mfPpUIxgG9NZCeTJ5tA1wkZZv17S { width:19.4375rem;height:5.1875rem;top:183.4664440155rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sywGiJSBTwToxDI1eHV7v2qDMbEvTxvq { width:19.4375rem;height:11rem;top:171.65437698364rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekp6hihO4bIAaIAovtC9IICu6chgiQx1 { width:18.3748125rem;height:32.402375rem;top:51.810708999634rem;left:0.81136071681975rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #F4aG8qZksQmXtQveoziQpLoICoMTZJSR { width:19.625rem;height:39.9375rem;top:117.59846878052rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h8EenhKSXc2Gpg9e5Pp1tivy3741o8F7 { width:18.374rem;height:37.03121875rem;top:119.20735168457rem;left:0.81217443943025rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(var(--color-primary-2),0.28));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; }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row .container { background-color: transparent; background-image: none; }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row .container > .video-iframe-container { display: none; }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row > .video-iframe-container { display: none; }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .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); }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row .container { border-width: 0; border-radius: 0; }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WKNIgHuxk68uZmqgZ9k2WS3CruIJ4P8K > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvxPsoQJqpDgVMoXktXrdIRzXIrTdLfC { width:19.9980625rem;height:2.03125rem;top:3.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S156Rneb283Xkw61BhQJ5ErnVMHHDSqC { width:19.5rem;height:23.0625rem;top:15.8798828125rem;left:0.0625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SJiFEf38T5zWZzURW7MrKsTDe4LycrLv { width:17.998875rem;height:21.44531875rem;top:16.890472412109rem;left:1.0001627206802rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tp74TSNnQ3uknTsTCTqiCPswDEHKPk7f { width:19.9980625rem;height:6.58075rem;top:7.892578125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFynKu9KOW0Haxekq6g3HrmmvZy66QJF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);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; }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row .container { background-color: transparent; background-image: none; }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row .container > .video-iframe-container { display: none; }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row > .video-iframe-container { display: none; }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .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); }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row .container { border-width: 0; border-radius: 0; }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFynKu9KOW0Haxekq6g3HrmmvZy66QJF > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mx1CQMfKpSMQFki1m8pdfza6x9htageQ { width:19.9980625rem;height:4.38715rem;top:2.5rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRVrg12TCcL2NQ2QNGzMLc4z03A0CAkc { width:20rem;height:3.4121125rem;top:8.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eK1ZWhoNEaLiIaQqsZNzkCNc7Te4FEcV { width:20rem;height:13.6484375rem;top:12.8125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDZ2xF7g0TtbJIUp5WkGFboTcF8ZRNaK { width:20rem;height:11.9423875rem;top:46.171875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ga8Jnn1e0yck0qetHui8ataWyDaP7TFW { width:20rem;height:12.9581875rem;top:29.651692390442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzwp0ly2urApiLSnurZXyLN1VPribchu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));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; }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row .container { background-color: transparent; background-image: none; }#Tzwp0ly2urApiLSnurZXyLN1VPribchu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row .container > .video-iframe-container { display: none; }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row > .video-iframe-container { display: none; }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .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); }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row .container { border-width: 0; border-radius: 0; }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tzwp0ly2urApiLSnurZXyLN1VPribchu > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzoc5wlcvkU5reBX3koWwsPqFyB2Dd1G { width:19.998375rem;height:3.4121125rem;top:28.624673843384rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbaTVso9ieaqmznZefJWQ74xrIOMaVvM { width:19.998375rem;height:0;top:36.8115234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #p2ZJLMar0yp8s1gzqVM2AfWh97Q5RnMl { width:19.625rem;height:39.1875rem;top:35.12451171875rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ftuNxZonVXQoCZehNF5aooWgWKR2oMOJ { width:19.9975625rem;height:0;top:42.687173843384rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QBIrdygkiEN3vOxXhMBS6T0ZKDTqgkQ6 { width:20rem;height:2.84375rem;top:23.675943374634rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcGmydkwOPUvRsvf48LbGM7Hd5bE5Vfn { width:19rem;height:9.875rem;top:76.214191436769rem;left:0.49967443943024rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOXHPLmImQ7TmEwzXvSdcmcZooxfKo4F { display:block; }
 }@media only screen and (max-width: 763px) { #rLu3KL5M8Te0L1yVO8e2qgHfQ2FHWTDV { width:12.937rem;height:4.12435rem;top:55.43701171875rem;left:3.5302733182907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJGraiSKuawyAg2PLy2SNvsbiZcJ2MG2 { width:17.5rem;height:6.9043rem;top:66.31103134155rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mw2TmmCagZfIdZeHESxT7dTat303gMTu { width:7.1248125rem;height:9.0625rem;top:57.950029373169rem;left:6.4371742010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8X31dNPdDOSJrniqFqSRSx0huEyC8xa { width:19.625rem;height:20.375rem;top:1.6217451095581rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqrAQLPOfMAmNoqT45893ItJQG2OLRQr { width:18.9998125rem;height:4.3123375rem;top:49.239093780517rem;left:0.49967443943024rem;font-size:1.4375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #XgpnM0XqxzHTCOws8tdSnwxH7HkhqGcf { display:block; }
 }@media only screen and (max-width: 763px) { #lCM6tJVtBp3p4EkPGolLKuUbtBQVzp1C { width:19.998375rem;height:3.8993rem;top:38.209634780884rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #QC8FSCnqKzi6horw0nHepfOoLbPyqGGL { width:19.997125rem;height:4.7118rem;top:42.934753417969rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #JcGBKXmJfzng9iPyJpnah2I0CAIZp3id { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);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; }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row .container { background-color: transparent; background-image: none; }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row .container > .video-iframe-container { display: none; }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row > .video-iframe-container { display: none; }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .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); }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row .container { border-width: 0; border-radius: 0; }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcGBKXmJfzng9iPyJpnah2I0CAIZp3id > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts2BCHQ3CTlnwxlHXFT0s3ltOlrVsWSl { width:19.998375rem;height:4.875rem;top:2.9777021408081rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWTmqzuJevt36aQxm5ruHR7I73bahJ9Q { width:19.998375rem;height:46.46486875rem;top:11.873372077942rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Trdv0Ld4TMFCRz8ta8vGpDXAc680lSTo { width:19.998375rem;height:4.71180625rem;top:62.850746154788rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.28));background-image: -moz-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.28));background-image: -ms-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.28));background-image: -o-linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='#cfa54947' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3', endColorstr='#cfa54947' );";background-image: linear-gradient(180deg, #f3f7f3, rgba(207,165,73,0.28));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; }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row .container { background-color: transparent; background-image: none; }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row .container > .video-iframe-container { display: none; }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row > .video-iframe-container { display: none; }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .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); }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row .container { border-width: 0; border-radius: 0; }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gBPxEBfTHmf4bAXFk3STZTBl0fscKWSA > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEUtsQlLLUgfePGL4BOfLfazwDZ0XtHK { width:19.9985625rem;height:19.9985625rem;top:33.815877914429rem;left:0.00072342157363894rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTC4gWirymTMIX7Jaz7wHIuqPcow8L9G { width:18.061375rem;height:0;top:2.1064147949219rem;left:0.96788203716275rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IvBhiV5y6EOoZIEI6JC4bQNmSBwBy9VF { width:19.6875rem;height:23.5rem;top:0.69653272628781rem;left:0.0050637125968933rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AAvSxybLraPTy6U6hXShOFV8TDfNGyK0 { width:0.6872125rem;height:13.937375rem;top:23.627026557922rem;left:2.7162905931472rem;z-index:15031;border-top-left-radius:5.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cfa5499b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cfa5499b' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cVprLe5Xvn2AlhkTRxTBVSJDATm7dtho { width:8.0620625rem;height:15.2495625rem;top:27.378473281861rem;left:11.011285424233rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #szmQTf591bFtnL5tbyiL1ycrEQwKIyix { top:27.378473281861rem;left:10.736111283303rem;width:7.75rem;height:14.9375rem;z-index:15032;background-color:transparent;background-image:none;border-top:0.25rem dashed rgba(207,165,73,0.63);border-left:0.25rem dashed rgba(207,165,73,0.63);border-right:0.25rem dashed rgba(207,165,73,0.63);border-bottom:0.25rem dashed rgba(207,165,73,0.63);display:block; }
 }@media only screen and (max-width: 763px) { #T5AuiBrLr3zgJTdUELlaazVO10s4Geo2 { width:8rem;height:0.75rem;top:36.797599792481rem;left:2.7141205072403rem;z-index:15032;border-top-left-radius:5.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cfa5499b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cfa5499b' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dNdotJGWaI6r3uPErDNAHW90MLbzuhC7 { width:0.6875rem;height:7.4375rem;top:42.625869750976rem;left:14.497252106667rem;z-index:15032;border-top-left-radius:5.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cfa5499b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cfa5499b' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ye7pNzF3pnPBTb5tifmAAJhTTSfGZzay { width:18.059875rem;height:22.75rem;top:2.3811855316162rem;left:0.96923828125rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #gMfFxhpnznX2LQqRAHWMs3F8Bx6mxhxq { width:19.998375rem;height:0;top:3.19580078125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);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; }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row .container { background-color: transparent; background-image: none; }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row .container > .video-iframe-container { display: none; }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row > .video-iframe-container { display: none; }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .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); }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row .container { border-width: 0; border-radius: 0; }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSWaT0ETQZUP8czJSEGAGW5IcJTl3dVN > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP8WsPLsEaNNbA7pS9VGENM6FfkBpRSw { width:19.99925rem;height:19.99925rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPB0wi3t3nXbZWxR43oStzihab9KRzk1 { width:16.0625rem;height:0;top:14.121162414551rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EKdxnrpng5Pwt1Xh5cW6SzV2nNSShn7P { width:19.25rem;height:33.875rem;top:0.2490234375rem;left:0.0048828125rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s3TU5z1SOgZCmJTLnH6LbD5prVuRKIFo { width:16.0619375rem;height:32.41505625rem;top:1.744752407074rem;left:1.9675928354263rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #GTTiwlgDQD5L0gbSlZWPTMTmfKW8gkhT { width:10.499875rem;height:11.6869375rem;top:40.867334365845rem;left:0rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E2TeGSTxGMh9TcKuLrPR6FFBcTCiVLf4 { top:40.009693145752rem;left:0.42303252220154rem;width:9.125rem;height:12.6875rem;z-index:15033;background-color:transparent;background-image:none;border-top:0.25rem dashed rgba(207,165,73,0.63);border-left:0.25rem dashed rgba(207,165,73,0.63);border-right:0.25rem dashed rgba(207,165,73,0.63);border-bottom:0.25rem dashed rgba(207,165,73,0.63);display:block; }
 }@media only screen and (max-width: 763px) { #A68wh9Ut01TSyO7BBvbqCNDcPyGQZOiN { width:0.6872125rem;height:7.4370625rem;top:34.494316101074rem;left:12.684462189674rem;z-index:15033;border-top-left-radius:5.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cfa5499b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cfa5499b' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #whLM9VDLibhBc1ezEqGcxyIbBr3iHfbJ { width:3.3125rem;height:0.5rem;top:41.382237285736rem;left:9.8799720818344rem;z-index:15033;border-top-left-radius:5.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cfa5499b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cfa5499b' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(207,165,73,0.61));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gerI9w5HRdtaWABSLgxu257gkTZSodEV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));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; }#gerI9w5HRdtaWABSLgxu257gkTZSodEV > .row .container { background-color: transparent; background-image: none; }#gerI9w5HRdtaWABSLgxu257gkTZSodEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gerI9w5HRdtaWABSLgxu257gkTZSodEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gerI9w5HRdtaWABSLgxu257gkTZSodEV > .row .container > .video-iframe-container { display: none; }#gerI9w5HRdtaWABSLgxu257gkTZSodEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gerI9w5HRdtaWABSLgxu257gkTZSodEV > .row > .video-iframe-container { display: none; }#gerI9w5HRdtaWABSLgxu257gkTZSodEV > .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); }#gerI9w5HRdtaWABSLgxu257gkTZSodEV > .row .container { border-width: 0; border-radius: 0; }#gerI9w5HRdtaWABSLgxu257gkTZSodEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gerI9w5HRdtaWABSLgxu257gkTZSodEV > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpJiWFD5sP3zgMWdNm7sNl3XgsPT7d0Z { width:19.998375rem;height:3.4121125rem;top:28.624673843384rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8Xcv5wrlnJ9wyogTNuRh5do1XuUl54A { width:19.998375rem;height:0;top:36.8115234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JbuUsTiqlgtgU3qagmB9qrJRnByNkNxO { width:19.625rem;height:39.1875rem;top:35.12451171875rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LCMLxRRyxWSGNPuwA3akmsFwkPlSvq9O { width:19.9975625rem;height:0;top:42.687173843384rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OskF1T9HNZHZF0Wpc0yMQZGe9CVlmfUC { width:20rem;height:2.84375rem;top:23.675943374634rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wur6AcyAp5Ldfyaouf5nKSLkclTJmOOW { width:19rem;height:9.875rem;top:76.214191436769rem;left:0.49967443943024rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHTfEKBkqJzpUykx87FOA9OiahGfu3yL { display:block; }
 }@media only screen and (max-width: 763px) { #bqxvwZcIMcPzXg6HFdkl2BLZAmKSL1ON { width:12.937rem;height:4.12435rem;top:55.43701171875rem;left:3.5302733182907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4bZd8mX9PSpppHkT7pqg8C5byc3q76 { width:17.5rem;height:6.9043rem;top:66.31103134155rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HI4OnOOBCS80CgxkbF2gwhElWpsEymNm { width:7.1248125rem;height:9.0625rem;top:57.950029373169rem;left:6.4371742010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro57TMVxE1gXTNbpXfheHssInrpwrxAW { width:20rem;height:20.75rem;top:1.6227207183838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IahRKNZf6n4Xtqve6IzacI7v9inLZu8B { width:18.9998125rem;height:4.3123375rem;top:49.239093780517rem;left:0.49967443943024rem;font-size:1.4375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #dTTGwpruzBMroaBakUQCa5tplqL8zeCx { display:block; }
 }@media only screen and (max-width: 763px) { #US3yeHcd43b4t1STyU6diN6bl31ounpD { width:19.998375rem;height:3.8993rem;top:38.209634780884rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #kZo4daKBpaqmsVbu3olzXt811zF5nmqW { width:19.997125rem;height:4.7118rem;top:43.622687339783rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Ec0M7WeW8ZD4VVGzT48tTZHbMRHvXU8G { display:none; }#Ec0M7WeW8ZD4VVGzT48tTZHbMRHvXU8G > .row .container { width:20rem;height:72.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wllt3N1ILVtIvAaET2C7DRzsZWdIXaHW { width:19.9985625rem;height:0;top:5.09910625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UVAxAa42PArMLAXV7f19IItO5h8TqXhA { width:19.9985625rem;height:0;top:11.866319656372rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #smtRdlE8TeBVsApxpvvXESxnl58GZFFM { width:19.5rem;height:15.5rem;top:10.428289711476rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gL1E8HLwlauTPkeoTu32zWi1vcCpHKxv { width:19.9980625rem;height:0;top:14.4658203125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #b9CvE96qfBgMxViySe20nRmy2rK9T6iM { width:20rem;height:auto;top:41.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GmAoJDH7ILJ2AKvZQF63zyAJJ5M0tyCz { width:19rem;height:9.875rem;top:70.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWkUv6F2RT26wXGrC1O96dCU6msCvQB4 { display:block; }
 }@media only screen and (max-width: 763px) { #dkrvNGwZB57owJ7XUXH1xXCTrLMdr6kg { width:20rem;height:6.4634146341463rem;top:37.990234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BF52cScaRwfrp3nWAHsndS5J88xvru3W { width:20rem;height:0;top:45.703109375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #d9IvSeAVomSMfZZ36bTJ5GBwhJTTQSZW { width:7.1248125rem;height:9.0625rem;top:27.239582061767rem;left:6.43636071682rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPamRpBEL1Xom2LkTooXAPfRGMnkX6EO { width:17.75rem;height:18.4375rem;top:54.4462890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='#f3f7f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), #f3f7f3);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; }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row .container { background-color: transparent; background-image: none; }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row .container > .video-iframe-container { display: none; }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row > .video-iframe-container { display: none; }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .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); }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row .container { border-width: 0; border-radius: 0; }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2B5Q68R0Up4HpJ9kKoQs3aqT9Zh7TuO > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2wMtZ0xaAyX18xqlwdweav1UKJqzODb { width:19.9985625rem;height:2.2747375rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m { display:flex;height:auto;width:16.75rem;top:4.4375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #zVJdKTrm4nz4fdGioK0hPV4zPr5vTwci {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #JMzeHONshtPogF5akV4uvEkfU9uHZIrI {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #F9by94GIveFCVVnVhMwwS3w0IIAlQgK0 {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #IKIGvA2Ktvfy3xtrhMrZV2UllBrZBds6 {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #daCvyAXqu4UkA5orwMFFRVIg5rPOqL48 {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #kqHmx1HXuZC1f6z9nTTMPrSiPpvfCIqX {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #z5DDvfB8DxdPdzoBi5VEV3E1qVbIberO {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #PNsG86DLARcvzCSGHVdlU8CBwWAkxAVV {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #F1MqhoRJPFC7eLaS3M7gA5NzGTte48MT {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #sHzxMpxRT6WvwTXAdi2bn5dFCofCtzGg {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #GRR4drzewbOHJqFMvF9XxwVTOgAtKxSO {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #ZRSHBnHReUeNNUVsdphAie4iLFkPnRQf {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #QboWWCmGpDX1DBpqMlGKO5s4xgT8yxQI {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #Ke4Mx1PF2DNCiXzmMnLG8oFIXz6SJHnA {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #f18XkBWNuKAIfEEFkTdz9N5s4T8aTb4a {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #iQwXtXAQkxK0e2pmKuAp2FsHggAzSDPQ {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #QtrxwVNb8SqHeXUSAncn0lQB2vnCheeG {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #If83JNQClOEB9kizo7qi86WKSmWTJblJ {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #T1Ai2vOuFCPZ6R3JNBKk5lPaEKvrhw6X {  }
 }@media only screen and (max-width: 763px) { #BVGiGCrtSKC5SRoJxAhJym4m8aaWmt8m #LSsABMmDvWARLlkg1HkqZVor1NOml8zF {  }
 }@media only screen and (max-width: 763px) { #ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -moz-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -ms-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));background-image: -o-linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f3d3', endColorstr='rgba(var(--color-primary-2),0.28)' );";background-image: linear-gradient(180deg, rgba(243,247,243,0.83), rgba(var(--color-primary-2),0.28));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; }#ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca > .row .container { background-color: transparent; background-image: none; }#ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca > .row .container > .video-iframe-container { display: none; }#ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca > .row > .video-iframe-container { display: none; }#ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca > .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); }#ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca > .row .container { border-width: 0; border-radius: 0; }#ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZvX6wTmTTIKfn8cSVwDsvTVRVKgOZaca > .row .container { width:20rem;height:87.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Stlnews4BEuRC603Ebt83hWhsCgJwh2g { width:19.998375rem;height:3.4121125rem;top:28.624673843384rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #udxZ7PH6O8g5ApoTGPFSQ4ZyufeSEmkE { width:19.998375rem;height:0;top:36.8115234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SZtOOPIN2BNLg3PZK5NlzJrDiAHmCMHT { width:19.625rem;height:39.1875rem;top:35.12451171875rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #a8iFuNCp8qafTU29DrmNTiMFLxAdXzIl { width:19.9975625rem;height:0;top:42.687173843384rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EPC2Vk4J50xUUohUlUrObQ3gI1570BBb { width:20rem;height:2.84375rem;top:23.675943374634rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbnG1d6qsmrg4T7UdQSSm75nQ2WBTpAt { width:19rem;height:9.875rem;top:76.214191436769rem;left:0.49967443943024rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qerf6lMNJATCAesbTE8XBfwyfu7EHqrv { display:block; }
 }@media only screen and (max-width: 763px) { #a72zfXAGhBIbWQfkTqToNrmMIRF6siST { width:12.937rem;height:4.12435rem;top:55.43701171875rem;left:3.5302733182907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9bcEhHKdeGLGgvWv7BdM8n96JqCVCfw { width:17.5rem;height:6.9043rem;top:66.31103134155rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ky9TvSJ49kHSq09N8sSdcZZfgberMsEv { width:7.1248125rem;height:9.0625rem;top:57.950029373169rem;left:6.4371742010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgNabgZNGrTupkzOSRuD2RqZq9UQBzuh { width:20rem;height:20.75rem;top:1.6227207183838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T982HGfkxUNN7ZIxDedZFay4GVFTgddh { width:18.9998125rem;height:4.3123375rem;top:49.239093780517rem;left:0.49967443943024rem;font-size:1.4375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #c5IXs0tFHT643RsURsiKLQykarBb6vix { display:block; }
 }@media only screen and (max-width: 763px) { #kRNf4s9QnbhlUaS7dOmUuKGg1omy2rha { width:19.998375rem;height:3.8993rem;top:38.209634780884rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #RHvSyQmRee8kEH4sOKbhzu2KA9l7C9Iv { width:18.2495rem;height:2.51871875rem;top:79.187008857725rem;left:0.87483727931975rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #CD2onAE1iXobox6UQqXiGxxabgTTuM3R { width:18.2495rem;height:2.51871875rem;top:84.187008857725rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #CAKie3AVOx9s76uzqP8X3Gfc4M1H26v3 { width:19.997125rem;height:4.7118rem;top:43.196617126465rem;left:0.0021701455116272rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #RTyunt1K8161fDvpA8LfwreeuTA9uczn { display:none; }#RTyunt1K8161fDvpA8LfwreeuTA9uczn > .row .container { width:20rem;height:53.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TrVIlty50vhA665NikF1rPfvUr72Sq9b { width:19.9985625rem;height:0;top:5.09910625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q6m07TAVrHZQaJvUpr4oCdeQUL2kgC0z { width:19.9985625rem;height:0;top:11.866319656372rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bRTRFyEz9ymk99tC0tJUOedbKxrbT8IL { width:19.5rem;height:15.5rem;top:10.428289711476rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDxpv10zQCWRR7IoTKnSsbLVbyqs7BZg { width:19.9980625rem;height:0;top:14.4658203125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eLaqirkG59Ero2QpSEUEPFPlWdJ2BsFw { width:20rem;height:auto;top:4rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PQnsWx288C8K0ZQVBZo8q3a5Nztzn6AP { width:19rem;height:9.875rem;top:32.625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLgSHbZIhbxHFyS09ObDQs2SAKEdnMSk { display:block; }
 }@media only screen and (max-width: 763px) { #FKsiZnPFRsDs2QybRT9BxotkGWzZ52uU { width:20rem;height:6.4634146341463rem;top:37.990234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #taob2bXVZx9yJL2M2PKLnFN69eqmmJoJ { width:20rem;height:0;top:46.660155296326rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gTmcBfs5gFrhasM07LIEib3ae2lLBb2r { width:7.125rem;height:9.0625rem;top:27.677734375rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRVJBtl2C2uX9nvA3oostC580XFsRwlC { width:18.25rem;height:0;top:1.25rem;left:0.875rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ykgZNE8SU4u0ETrfMRgA1JXZTLUpk4Ry { width:18.25rem;height:0;top:5rem;left:0.875rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }