.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:233,245,237;--color-primary-1:190,224,202;--color-primary-2:146,203,167;--color-primary-3:52,145,93;--color-primary-4:29,41,33;--color-secondary-0:239,225,229;--color-secondary-1:200,154,169;--color-secondary-2:145,52,83;--color-secondary-3:73,26,42;--color-secondary-4:22,8,12;--color-tertiary-0:221,224,226;--color-tertiary-1:143,153,157;--color-tertiary-2:31,51,59;--color-tertiary-3:16,26,30;--color-tertiary-4:5,8,9;--headlines-font-family:Montserrat;--paragraphs-font-family:Montserrat; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;overflow:visible;position:relative;display:block; }#L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:1.375rem;left:3.4375rem;height:1.7871125rem;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; }
#BwokuealFWMkbqmJpsKm366wX6Qmf3VE { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:;text-align:left;text-align-last:left;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; }
#d0ByRVa57o2w4I6VMaGOkJDhZifFibRp { box-sizing:content-box;height:8.75rem;width:27.75rem;position:absolute;display:block;z-index:15000;background-color:#f8f8f8;background-image:none;top:10.0625rem;left:16.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
#tBRBDOvgUf6zSpffUyuNMx1t3bePORKF { position:absolute;display:block;z-index:15001;height:8.625rem;width:26.8125rem;top:10.125rem;left:16.625rem;display:block; }
#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { background-color:rgba(255,255,255,0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { background-color: transparent; background-image: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .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); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { border-width: 0; border-radius: 0; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;overflow:visible;position:relative;display:block; }#p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { color:rgba(var(--color-primary-3),1);display:block;width:59.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.9);top:2.875rem;left:0.21875rem;height:6.662125rem;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;font-style:normal;display:block; }
#cSTwCK7MOuuDL6bi9KAM18FPf8fLhnRc { color:rgba(0,0,0,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:11.125rem;left:0rem;height:4.5rem;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;font-style:normal;display:block; }
#JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:4.8125rem;top:17rem;left:60.652970594412rem;display:block; }#JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.adaptive-delivery-prevent-bg, #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.lazyload, #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.lazyloading { background-image: none; }
#iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:6.5rem;top:5.125rem;left:-12.068181818182rem;display:block; }#iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.adaptive-delivery-prevent-bg, #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.lazyload, #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.lazyloading { background-image: none; }
#VAqrsgZyvpx9N1QIke4OTcweWyc5WxaG { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:4.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.1875rem;left:14.0625rem;display:block; }
#qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m1siX43auVhcMh2FoyORAX0dX13lOdBJ { color:rgba(0,0,0,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:17rem;left:0rem;height:1.875rem;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;font-style:normal;display:block; }
#ntuRcqlnPCiAT4zWInuXCxhFH9RfslhW { color:rgba(0,0,0,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:20.65625rem;left:0rem;height:;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;font-style:normal;display:block; }
#hz8AwciSaUktgMS9JtaTmWUxqVLGzblS { color:rgba(0,0,0,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:29.75rem;left:0rem;height:;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;font-style:normal;display:block; }
#WiU36tl4URpy7RZWma4WwpRc0Tp303JO { color:rgba(0,0,0,0.8);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:33.125rem;left:4.375rem;height:3.75rem;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;font-style:normal;display:block; }
#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { background-color: transparent; background-image: none; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container > .video-iframe-container { display: none; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row > .video-iframe-container { display: none; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .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); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { border-width: 0; border-radius: 0; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:60rem;position:relative;display:block; }#nB73wPS1txBNMXr1n50qnJrXeJkG4CeX { color:rgba(var(--color-primary-3),1);display:block;width:59.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:2.5625rem;left:0.28125rem;height:7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X10y5T075f9bdRd0PBIxT06HQL1o7rvb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17.65625rem;left:0rem; }
#zWVmr3LTLWh8RkEDMKq2NW186qCIsqPu { position:absolute;display:block;z-index:15020;background-color:#ff5454;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:17.125rem;left:0rem;display:block; }
#xmkMp4fi2ozEfehlTwd4r5kyEqq8AffF { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:12.125rem;left:0rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#TMmprSfTAMIhDvQFkSGtTop03ualKn7f { position:absolute;display:block;z-index:15023;background-color:#ff5454;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:21.625rem;left:0rem;display:block; }
#K2LcxlrRZqIbxCaDQmftv7fegDbTWeCJ { color:rgba(var(--color-tertiary-2),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:17.79345703125rem;left:2.75rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#Rw2lAAzKTFzc9l54odW7dESTKyaIPgun { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:22.15625rem;left:0rem; }
#UPDpqPiq4V96HAxbMmqIUoCUUpgHJlfZ { color:rgba(var(--color-tertiary-2),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:22.29345703125rem;left:2.75rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#gwixRvXxk22SzXI9NTizii9Fx6d1wAzN { position:absolute;display:block;z-index:15026;background-color:#ff5454;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:26rem;left:0rem;display:block; }
#LdS5QWGBWIn8E8QeEJbz05mleqdO8vQD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:26.5625rem;left:0rem; }
#aeRgzMubvKrXu5xN3nWXdNJEvDovPhZv { color:rgba(var(--color-tertiary-2),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:26.6875rem;left:2.75rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#kTz0cEXKgJiD8mEKxmOCUUh6cF9GM6tk { color:rgba(var(--color-tertiary-2),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:31.25rem;left:0rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#OgtGlcZqHIN5xaKDcsCTH03RdTNgQx4w { color:rgba(0,0,0,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:35.125rem;left:0rem;height:;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;font-style:normal;display:block; }
#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { position:relative;display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { background-color: transparent; background-image: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container > .video-iframe-container { display: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row > .video-iframe-container { display: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .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); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { border-width: 0; border-radius: 0; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { color:rgba(var(--color-primary-3),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:2.5rem;left:7.96875rem;height:3.25rem;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;font-style:normal;display:block; }
#DsU5eT3bESnA9K3wlOeBbeGEGAPQ59mw { color:#000000;display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:7.625rem;left:3.6875rem;height:2.13720625rem;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; }
#XmfIX3kIKlHZkWF9fN98TCB80mIqapki { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:1.875rem;top:7.4375rem;left:0rem;display:block; }
#BTeBqohS9CCupnIrNF3ni5IcrEEXCTbK { color:#000000;display:block;width:51.4991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:18.062103271484rem;left:0rem;height:4.2744125rem;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; }
#Hvvc5hr0w66RmCVRFFvlyO4OkTCTPStl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.75rem;left:0.6875rem; }
#IqidS6ovlxnOrNIHLMZcVTqB4XUZb0EN { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:1.875rem;top:11.0625rem;left:0rem;display:block; }
#o05Np84eyNqsIb7DOtxQWUAfRGZfXi2p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93710625rem;width:1.93710625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:11.342576980591rem;left:0.68437194824219rem; }
#zHrfIS7FVIpDQm97aymmWuJByCuHPbkq { color:#000000;display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:11.25rem;left:3.6875rem;height:2.13720625rem;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; }
#WiN3a4QFbS6Hk5Tvd39IKxdHTidSygqs { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:4.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:23.9375rem;left:14.8125rem;display:block; }
#DOPQ0z67y58vobBJ0ZfS9RseUUGcJ9dy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnSeyUICCx9mGOx9cokMkHded6Bkk8Ou { color:rgba(0,0,0,0.8);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:32.125rem;left:5.125rem;height:3.75rem;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;font-style:normal;display:block; }
#pzqm0RZgOgwru8KOshOQVZ3hPecAwRuX { color:rgba(0,0,0,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:29.3125rem;left:0rem;height:1.875rem;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;font-style:normal;display:block; }
#JQwoK9CuWtEwOI9JTC6QcbeB3FcNezN5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93710625rem;width:1.93710625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:14.65664100647rem;left:0.685546875rem; }
#Zn5nH890umy0XVoGQ4aJT9SWcPTTVzrd { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.49960625rem;width:1.875rem;top:14.37539100647rem;left:0rem;display:block; }
#SS2wEVQ9VTWy9frRP2ctiuRLOFNL908E { color:#000000;display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:14.55703163147rem;left:3.6843719482422rem;height:2.13720625rem;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; }
#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { background-color: transparent; background-image: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container > .video-iframe-container { display: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container { display: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .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); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { border-width: 0; border-radius: 0; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.46875rem;left:0rem;height:6.5rem;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;font-style:normal;display:block; }
#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { background-color: transparent; background-image: none; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container > .video-iframe-container { display: none; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row > .video-iframe-container { display: none; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .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); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { border-width: 0; border-radius: 0; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:block; }#vL7DIcTn4MvddD4FUD0Tw8JMMfcbcupy { color:rgba(var(--color-tertiary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.46875rem;left:0rem;height:5.5125rem;text-align:left;text-align-last:left;display:block; }
#EEUUmPrWPt3dcmVQF61DVGliKECbhJzd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:0rem; }
#a8pyhQuX94aT5T66mJq1SrSgearPBQh8 { 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:15019;opacity:1;top:0.5625rem;left:20rem; }
#BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { 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:15020;opacity:1;top:0.53125rem;left:40rem; }
#PN94vTJu08JlwfNw5gaIUyT9TObNlwki { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#wypdngxBAyWVUV1O10NhFMnzf4ibrfpP { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:20rem;display:block; }
#lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:40rem;display:block; }
#TM18LrkNyX7TCRKMEdtgqATS85OXOinm { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:11.75rem;left:0rem;height:9.972625rem;text-align:left;text-align-last:left;display:block; }
#ADgHV96ymCTexMUgGvvDqqzRE24pfCpk { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:11.75rem;left:20rem;height:9.972625rem;text-align:left;text-align-last:left;display:block; }
#S2hpsBQWmhM2cB3e1rAfqvQPAf5v2PyH { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:5.5rem;left:20rem;height:5.51220625rem;text-align:left;text-align-last:left;display:block; }
#Fy9xNx3kxwftVkcuixGvSrIUoK6tdKFF { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:11.75rem;left:40rem;height:9.972625rem;text-align:left;text-align-last:left;display:block; }
#dwDuBCvZvOoBMoJge7p20ndVxBohrepZ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:5.5rem;left:40rem;height:5.51220625rem;text-align:left;text-align-last:left;display:block; }
#Px2Oq4smP4sndXOerUpIX3fVhWNUdstA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Px2Oq4smP4sndXOerUpIX3fVhWNUdstA > .row .container { background-color: transparent; background-image: none; }#Px2Oq4smP4sndXOerUpIX3fVhWNUdstA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Px2Oq4smP4sndXOerUpIX3fVhWNUdstA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Px2Oq4smP4sndXOerUpIX3fVhWNUdstA > .row .container > .video-iframe-container { display: none; }#Px2Oq4smP4sndXOerUpIX3fVhWNUdstA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Px2Oq4smP4sndXOerUpIX3fVhWNUdstA > .row > .video-iframe-container { display: none; }#Px2Oq4smP4sndXOerUpIX3fVhWNUdstA > .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); }#Px2Oq4smP4sndXOerUpIX3fVhWNUdstA > .row .container { border-width: 0; border-radius: 0; }#Px2Oq4smP4sndXOerUpIX3fVhWNUdstA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Px2Oq4smP4sndXOerUpIX3fVhWNUdstA > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;position:relative;display:block; }#Iqdu4JryReTI7pA0xvlm29ciI0wPbdCb { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.46875rem;left:0rem;height:5.51220625rem;text-align:left;text-align-last:left;display:block; }
#dSfD8iaTw0P5FULGV4nTefcO1TeESfoB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:0rem; }
#SXPiT9rbbtIK0gaLCqVJWaVD1fQAsg2p { 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:15019;opacity:1;top:0.5625rem;left:20rem; }
#Q1D1ABdUb9W9VVI8BJBJZCtW8yzfOzB6 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#KQJ2D7Qnd9crh4PkZdAEzCgmRkFkXqTa { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:20rem;display:block; }
#pvG9DOMgCzbovzaTmElQnPtWCpBmhTiG { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:11.75rem;left:0rem;height:9.972625rem;text-align:left;text-align-last:left;display:block; }
#TceIa7bQcGoc45ZfipvuxXcUIMFS0PDl { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:11.75rem;left:20rem;height:8.3105625rem;text-align:left;text-align-last:left;display:block; }
#ieAnqZ22VxiUzwk0kfJfyHMvAeEIXr8P { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:5.5rem;left:20rem;height:5.51220625rem;text-align:left;text-align-last:left;display:block; }
#hdbJPd1c2J6hulDPIGUydDPhv3QcTASe { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:10.98046875rem;left:41.46875rem;height:4.986325rem;text-align:center;text-align-last:center;display:block; }
#cB1fRNqXGiNCVe5Toy6oB0atzw89wRZu { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:5.46875rem;left:41.46875rem;height:1.8375rem;text-align:center;text-align-last:center;display:block; }
#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { background-color: transparent; background-image: none; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container > .video-iframe-container { display: none; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row > .video-iframe-container { display: none; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .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); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { border-width: 0; border-radius: 0; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:60rem;position:relative;display:block; }#QvEGGQTAyCdE0ZC1riZnkLFoCLARt8WW { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:3.25rem;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;font-style:normal;display:block; }
#L15xhlNUekB4tPlD0T8mT5g7ehpI0Ebo { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.5) ;height:35.25rem;width:55.5rem;top:7.125rem;left:2.25rem;display:block; }
#BgT161sCCbMPemlCRLNUPnVveeo3HZcf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:9.9375rem;left:4.125rem; }
#xnqbXOnPVRCXfCBorb6P4FiVPdOm0rqx { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:9.375rem;left:4.125rem;display:block; }
#wec7w5poNoFvMz4PRFr8daD7UdXgaS2U { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:10.125rem;left:6.9375rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#LKZ3wUuBnPLUMmBgMLWfP8cUbfwEB9c8 { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:20.6875rem;left:6.9375rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#hbezJ335xTPrN9OALqCvMs1Xq7dWXI3p { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:15.03076171875rem;left:4.125rem;display:block; }
#xb9RicwAdz1cKv1ptVkNgi1iyWNHAUha { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:15.56201171875rem;left:4.125rem; }
#lclEw036V1QeqsU1GhCJQhMIR9JT5Vnl { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:14.86865234375rem;left:7.0625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#NRMshTzcPnCKJQR1HVGMyT4H42gZetq6 { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:20.849609375rem;left:4.125rem;display:block; }
#vPakDXcV2K6QTWJhttEHqgNSX4NLONvd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:21.380859375rem;left:4.125rem; }
#T78MAH3RDRro5nMZvVoRkFKhdVsdVp5m { color:#ffffff;display:block;width:49.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:26.16845703125rem;left:6.9375rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#xDBnBKGSnyBZkTcnWkpNaM6OqQx9xATq { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:26.537109375rem;left:4.125rem;display:block; }
#OKBJ3BNvahXOO0VWAU5r4iOkO2TgM2Z3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:27.068359375rem;left:4.125rem; }
#g9JTDQWM1qkIEqAnOFI7RVMLHbK7cARI { color:#ffffff;display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:32.2314453125rem;left:6.9375rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#EtPe1H0Uhuo9rIbh8WkeQc3kXaFmP9u2 { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:31.5625rem;left:4.125rem;display:block; }
#OpHFcFsikuy6TuGIrULyE9rRo0Rg11pz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:32.125rem;left:4.125rem; }
#WXfBXfPI26W6G06q9HMrP2ZCIsHs7tii { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:36.625rem;left:4.125rem;display:block; }
#mAcDLckKTtGdbkSU7Fl1yfkyHKJVOeGR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:37.1875rem;left:4.125rem; }
#qsDqog9TiTCvN3lwVifHApoaVscWQT4a { color:#ffffff;display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:37.25rem;left:6.9375rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { background-color: transparent; background-image: none; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container > .video-iframe-container { display: none; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row > .video-iframe-container { display: none; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .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); }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { border-width: 0; border-radius: 0; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { font-size:0.875rem;font-family:arial;height:65.4375rem;width:60rem;position:relative;display:block; }#fh9osBt89OPHPBGDo02KB2LPeoMu0whr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.0625rem;left:6.4375rem; }
#z9gvKC5o72eDHQIlke3cwd33CTmMw7PB { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:7.5rem;left:6.4375rem;display:block; }
#SZR21yTSOTvGaiTAcSPRzmtscBspQRDX { color:rgba(var(--color-tertiary-2),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.369140625rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#fWuv5pSdzHSadyWpgFKqshmAvGPNnrGN { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:12.3125rem;left:6.4375rem;display:block; }
#NBva32ClImc7eewGUMW2HMuTAhUHBJoD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:12.875rem;left:6.4375rem; }
#ObnAoLAsW16LnoWlE3uDLTvpWNDPmhLE { color:rgba(var(--color-tertiary-2),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:12.150390625rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#DPtAzuKPUOLUrGyd2qWI17DR41lu6Ad0 { color:rgba(var(--color-tertiary-2),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:16.806640625rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#mPgziWvyfin0pyKwVnW74LKK7JWq4eDb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:17.5rem;left:6.4375rem; }
#CApPyNigWPqzynIKgbeC588dRMJIeWg9 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:16.9375rem;left:6.4375rem;display:block; }
#aK3SOIfTVOWPhx0sMPyyizFowwvmkIko { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:21.5rem;left:6.4375rem;display:block; }
#qKvb5AyuPSb1Z2C9BrLkXA0dkVWqSRD5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:22.0625rem;left:6.4375rem; }
#KnfkUQXtBHWF6lCbGDNU1u5zxzkK0Ial { color:rgba(var(--color-tertiary-2),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:21.337890625rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#Q4FylRPXs3Dg9DiCdFanFdddIMe74617 { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.46240234375rem;left:0rem;height:3.25rem;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;font-style:normal;display:block; }
#ZL1CfOMuJZhkMy2SHwryuWGGz81Vu9m8 { color:rgba(0,0,0,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:27.9375rem;left:0rem;height:4.5rem;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;font-style:normal;display:block; }
#BoSRfSI6T7gIi27tP3TAuqlA60x8DV9l { color:rgba(0,0,0,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:44.4375rem;left:0rem;height:1.875rem;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;font-style:normal;display:block; }
#ueBGowywTLU4HJUXpBnb9PTp08g3sukd { color:rgba(0,0,0,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:46.875rem;left:0rem;height:;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;font-style:normal;display:block; }
#OLGlx6Bv2fzLRxZwfelZ9qwrvXlNONnB { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:4.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:50.375rem;left:14.0625rem;display:block; }
#u1i4TgLm3uPxPKXAqNgOXZoK5UalyUzR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWgt5FbWXDzbUuvMeGG0FCVy7RBs9Sp8 { color:rgba(0,0,0,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:55.4375rem;left:0rem;height:;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;font-style:normal;display:block; }
#wkJtPdFwCCRTW5Tk7iHt7PuvhC9OqiWE { color:rgba(0,0,0,0.8);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:58.4375rem;left:4.375rem;height:3.75rem;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;font-style:normal;display:block; }
#Zw9lcpEiN5SKXkOrpsxd4ggCOtnCbpFO { box-sizing:content-box;height:8.75rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:#f8f8f8;background-image:none;top:33.875rem;left:16.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
#XZrE7ZLVl4lLNI5tXEu8Nwhk22I5HfNp { position:absolute;display:block;z-index:15003;height:8.625rem;width:26.8125rem;top:33.9375rem;left:16.625rem;display:block; }
#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { background-color: transparent; background-image: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container > .video-iframe-container { display: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container { display: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .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); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { border-width: 0; border-radius: 0; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.21875rem;left:0rem;height:3.25rem;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;font-style:normal;display:block; }
#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { background-color: transparent; background-image: none; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container > .video-iframe-container { display: none; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row > .video-iframe-container { display: none; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .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); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { border-width: 0; border-radius: 0; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#glB7JLTofSQIrXTMgrgIeVCDmM7hceER { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:8.375rem;left:0rem;display:block; }
#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { background-color: transparent; background-image: none; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container > .video-iframe-container { display: none; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row > .video-iframe-container { display: none; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .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); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { border-width: 0; border-radius: 0; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { color:rgba(var(--color-tertiary-2),1);display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:9rem;left:0rem;display:block; }
#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { background-color: transparent; background-image: none; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container > .video-iframe-container { display: none; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row > .video-iframe-container { display: none; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .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); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { border-width: 0; border-radius: 0; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#Dy3mcHRIGyLWGvWAIRkxWab3isFLn8nE { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { color:rgba(var(--color-tertiary-2),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:3.8355484008789rem;left:4.998046875rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:8.375rem;left:0rem;display:block; }
#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { background-color: transparent; background-image: none; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container > .video-iframe-container { display: none; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row > .video-iframe-container { display: none; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .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); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { border-width: 0; border-radius: 0; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#B2XEzMzaxht2rE2VeXhPy2RGZFS0pXQH { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#zFoABcmioyGyQRXZZmvZkV3K6Bemamcg { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:8.25rem;left:0rem;display:block; }
#DNeQ7bwimQ2icFVI3V1TgNmeV7KlnStk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DNeQ7bwimQ2icFVI3V1TgNmeV7KlnStk > .row .container { background-color: transparent; background-image: none; }#DNeQ7bwimQ2icFVI3V1TgNmeV7KlnStk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNeQ7bwimQ2icFVI3V1TgNmeV7KlnStk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNeQ7bwimQ2icFVI3V1TgNmeV7KlnStk > .row .container > .video-iframe-container { display: none; }#DNeQ7bwimQ2icFVI3V1TgNmeV7KlnStk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNeQ7bwimQ2icFVI3V1TgNmeV7KlnStk > .row > .video-iframe-container { display: none; }#DNeQ7bwimQ2icFVI3V1TgNmeV7KlnStk > .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); }#DNeQ7bwimQ2icFVI3V1TgNmeV7KlnStk > .row .container { border-width: 0; border-radius: 0; }#DNeQ7bwimQ2icFVI3V1TgNmeV7KlnStk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNeQ7bwimQ2icFVI3V1TgNmeV7KlnStk > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#scxKuwVEF4TW4WT28M4giDR0RixruxsR { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#z7wI9E1TrDv0ANMsf5SOaXKugXfS40mR { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { position:relative;display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { background-color: transparent; background-image: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container > .video-iframe-container { display: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row > .video-iframe-container { display: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .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); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { border-width: 0; border-radius: 0; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pP9nLZTLL48E599A97V9u36eQlvuyG0x { color:rgba(var(--color-tertiary-2),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.75rem;left:46.875rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#veQA546lG6imbJvlMS4IWxaHNLXtC37s { color:rgba(var(--color-tertiary-2),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:3.6875rem;left:46.875rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:8.125rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { width:47.75rem;height:1.75rem;top:1.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwokuealFWMkbqmJpsKm366wX6Qmf3VE { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0ByRVa57o2w4I6VMaGOkJDhZifFibRp { top:10.0625rem;left:10rem;width:27.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBRBDOvgUf6zSpffUyuNMx1t3bePORKF { top:10.125rem;left:10.5rem;width:26.8125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { width:47.75rem;height:6.625rem;top:2.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSTwCK7MOuuDL6bi9KAM18FPf8fLhnRc { width:47.75rem;height:4.5rem;top:11.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { width:4.8125rem;height:7.1875rem;top:17rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe { width:6.5rem;height:9.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAqrsgZyvpx9N1QIke4OTcweWyc5WxaG { width:31.875rem;height:4.5rem;top:24.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block; }
 }@media only screen and (max-width: 763px) { #m1siX43auVhcMh2FoyORAX0dX13lOdBJ { width:47.75rem;height:1.875rem;top:17rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntuRcqlnPCiAT4zWInuXCxhFH9RfslhW { width:47.75rem;height:;top:20.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz8AwciSaUktgMS9JtaTmWUxqVLGzblS { width:47.75rem;height:;top:29.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiU36tl4URpy7RZWma4WwpRc0Tp303JO { width:47.75rem;height:3.75rem;top:33.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 { display:block; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nB73wPS1txBNMXr1n50qnJrXeJkG4CeX { width:47.75rem;height:7rem;top:2.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X10y5T075f9bdRd0PBIxT06HQL1o7rvb { width:1.9375rem;height:1.9375rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWVmr3LTLWh8RkEDMKq2NW186qCIsqPu { width:1.3125rem;height:3rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmkMp4fi2ozEfehlTwd4r5kyEqq8AffF { width:47.75rem;height:3.3125rem;top:12.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMmprSfTAMIhDvQFkSGtTop03ualKn7f { width:1.3125rem;height:3rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2LcxlrRZqIbxCaDQmftv7fegDbTWeCJ { width:40.0625rem;height:1.625rem;top:17.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw2lAAzKTFzc9l54odW7dESTKyaIPgun { width:1.9375rem;height:1.9375rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPDpqPiq4V96HAxbMmqIUoCUUpgHJlfZ { width:40.0625rem;height:1.625rem;top:22.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwixRvXxk22SzXI9NTizii9Fx6d1wAzN { width:1.3125rem;height:3rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdS5QWGBWIn8E8QeEJbz05mleqdO8vQD { width:1.9375rem;height:1.9375rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeRgzMubvKrXu5xN3nWXdNJEvDovPhZv { width:47.75rem;height:1.6875rem;top:26.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTz0cEXKgJiD8mEKxmOCUUh6cF9GM6tk { width:47.75rem;height:1.625rem;top:31.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgtGlcZqHIN5xaKDcsCTH03RdTNgQx4w { width:47.75rem;height:;top:35.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { width:45.5625rem;height:3.25rem;top:2.5rem;left:1.84375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsU5eT3bESnA9K3wlOeBbeGEGAPQ59mw { width:47.75rem;height:2.125rem;top:7.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmfIX3kIKlHZkWF9fN98TCB80mIqapki { width:1.875rem;height:2.5rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTeBqohS9CCupnIrNF3ni5IcrEEXCTbK { width:47.75rem;height:4.25rem;top:18rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvvc5hr0w66RmCVRFFvlyO4OkTCTPStl { width:1.9375rem;height:1.9375rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqidS6ovlxnOrNIHLMZcVTqB4XUZb0EN { width:1.875rem;height:2.5rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o05Np84eyNqsIb7DOtxQWUAfRGZfXi2p { width:1.875rem;height:1.875rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHrfIS7FVIpDQm97aymmWuJByCuHPbkq { width:47.75rem;height:2.125rem;top:11.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiN3a4QFbS6Hk5Tvd39IKxdHTidSygqs { width:31.875rem;height:4.5rem;top:23.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOPQ0z67y58vobBJ0ZfS9RseUUGcJ9dy { display:block; }
 }@media only screen and (max-width: 763px) { #MnSeyUICCx9mGOx9cokMkHded6Bkk8Ou { width:47.75rem;height:3.75rem;top:32.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzqm0RZgOgwru8KOshOQVZ3hPecAwRuX { width:47.75rem;height:1.875rem;top:29.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQwoK9CuWtEwOI9JTC6QcbeB3FcNezN5 { width:1.875rem;height:1.875rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn5nH890umy0XVoGQ4aJT9SWcPTTVzrd { width:1.875rem;height:2.4375rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS2wEVQ9VTWy9frRP2ctiuRLOFNL908E { width:47.75rem;height:2.125rem;top:14.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { display:block; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { width:47.75rem;height:6.5rem;top:2.4375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCTPBXITrAyJhPTCgphJkTKJ04672Rsf { display:block; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vL7DIcTn4MvddD4FUD0Tw8JMMfcbcupy { width:18.1875rem;height:5.5rem;top:5.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEUUmPrWPt3dcmVQF61DVGliKECbhJzd { width:3.4375rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8pyhQuX94aT5T66mJq1SrSgearPBQh8 { width:3.125rem;height:3.125rem;top:0.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { width:3.125rem;height:3.125rem;top:0.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN94vTJu08JlwfNw5gaIUyT9TObNlwki { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypdngxBAyWVUV1O10NhFMnzf4ibrfpP { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM18LrkNyX7TCRKMEdtgqATS85OXOinm { width:17.0625rem;height:9.9375rem;top:11.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADgHV96ymCTexMUgGvvDqqzRE24pfCpk { width:18.0625rem;height:9.9375rem;top:11.75rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2hpsBQWmhM2cB3e1rAfqvQPAf5v2PyH { width:18.75rem;height:5.5rem;top:5.5rem;left:15.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy9xNx3kxwftVkcuixGvSrIUoK6tdKFF { width:17.0625rem;height:9.9375rem;top:11.75rem;left:30.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwDuBCvZvOoBMoJge7p20ndVxBohrepZ { width:17.0625rem;height:5.5rem;top:5.5rem;left:30.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px2Oq4smP4sndXOerUpIX3fVhWNUdstA { display:block; }#Px2Oq4smP4sndXOerUpIX3fVhWNUdstA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iqdu4JryReTI7pA0xvlm29ciI0wPbdCb { width:16.1875rem;height:5.5rem;top:5.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSfD8iaTw0P5FULGV4nTefcO1TeESfoB { width:3.4375rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXPiT9rbbtIK0gaLCqVJWaVD1fQAsg2p { width:3.125rem;height:3.125rem;top:0.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1D1ABdUb9W9VVI8BJBJZCtW8yzfOzB6 { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQJ2D7Qnd9crh4PkZdAEzCgmRkFkXqTa { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvG9DOMgCzbovzaTmElQnPtWCpBmhTiG { width:17.0625rem;height:9.9375rem;top:11.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TceIa7bQcGoc45ZfipvuxXcUIMFS0PDl { width:18.0625rem;height:8.25rem;top:11.75rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieAnqZ22VxiUzwk0kfJfyHMvAeEIXr8P { width:18.75rem;height:5.5rem;top:5.5rem;left:13rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdbJPd1c2J6hulDPIGUydDPhv3QcTASe { width:17.0625rem;height:4.9375rem;top:10.9375rem;left:30.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB1fRNqXGiNCVe5Toy6oB0atzw89wRZu { width:17.0625rem;height:1.8125rem;top:5.4375rem;left:30.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk { display:block; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvEGGQTAyCdE0ZC1riZnkLFoCLARt8WW { width:47.75rem;height:3.25rem;top:2.4375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L15xhlNUekB4tPlD0T8mT5g7ehpI0Ebo { top:7.125rem;left:0rem;width:47.75rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgT161sCCbMPemlCRLNUPnVveeo3HZcf { width:1.9375rem;height:1.9375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnqbXOnPVRCXfCBorb6P4FiVPdOm0rqx { width:1.3125rem;height:3rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wec7w5poNoFvMz4PRFr8daD7UdXgaS2U { width:37.1875rem;height:1.625rem;top:10.125rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKZ3wUuBnPLUMmBgMLWfP8cUbfwEB9c8 { width:44.6875rem;height:3.3125rem;top:20.6875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbezJ335xTPrN9OALqCvMs1Xq7dWXI3p { width:1.3125rem;height:3rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb9RicwAdz1cKv1ptVkNgi1iyWNHAUha { width:1.9375rem;height:1.9375rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lclEw036V1QeqsU1GhCJQhMIR9JT5Vnl { width:47.75rem;height:3.3125rem;top:14.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRMshTzcPnCKJQR1HVGMyT4H42gZetq6 { width:1.3125rem;height:3rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPakDXcV2K6QTWJhttEHqgNSX4NLONvd { width:1.9375rem;height:1.9375rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T78MAH3RDRro5nMZvVoRkFKhdVsdVp5m { width:47.75rem;height:3.3125rem;top:26.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDBnBKGSnyBZkTcnWkpNaM6OqQx9xATq { width:1.3125rem;height:3rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKBJ3BNvahXOO0VWAU5r4iOkO2TgM2Z3 { width:1.9375rem;height:1.9375rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9JTDQWM1qkIEqAnOFI7RVMLHbK7cARI { width:47.75rem;height:1.625rem;top:32.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtPe1H0Uhuo9rIbh8WkeQc3kXaFmP9u2 { width:1.3125rem;height:3rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpHFcFsikuy6TuGIrULyE9rRo0Rg11pz { width:1.9375rem;height:1.9375rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXfBXfPI26W6G06q9HMrP2ZCIsHs7tii { width:1.3125rem;height:3rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAcDLckKTtGdbkSU7Fl1yfkyHKJVOeGR { width:1.9375rem;height:1.9375rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsDqog9TiTCvN3lwVifHApoaVscWQT4a { width:47.75rem;height:1.625rem;top:37.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE { display:block; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fh9osBt89OPHPBGDo02KB2LPeoMu0whr { width:1.9375rem;height:1.9375rem;top:8.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9gvKC5o72eDHQIlke3cwd33CTmMw7PB { width:1.3125rem;height:3rem;top:7.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZR21yTSOTvGaiTAcSPRzmtscBspQRDX { width:38.875rem;height:3.3125rem;top:7.3125rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuv5pSdzHSadyWpgFKqshmAvGPNnrGN { width:1.3125rem;height:3rem;top:12.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBva32ClImc7eewGUMW2HMuTAhUHBJoD { width:1.9375rem;height:1.9375rem;top:12.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObnAoLAsW16LnoWlE3uDLTvpWNDPmhLE { width:40.0625rem;height:3.3125rem;top:12.125rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPtAzuKPUOLUrGyd2qWI17DR41lu6Ad0 { width:43.9375rem;height:3.3125rem;top:16.75rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPgziWvyfin0pyKwVnW74LKK7JWq4eDb { width:1.9375rem;height:1.9375rem;top:17.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CApPyNigWPqzynIKgbeC588dRMJIeWg9 { width:1.3125rem;height:3rem;top:16.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK3SOIfTVOWPhx0sMPyyizFowwvmkIko { width:1.3125rem;height:3rem;top:21.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKvb5AyuPSb1Z2C9BrLkXA0dkVWqSRD5 { width:1.9375rem;height:1.9375rem;top:22.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnfkUQXtBHWF6lCbGDNU1u5zxzkK0Ial { width:43.875rem;height:3.3125rem;top:21.3125rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4FylRPXs3Dg9DiCdFanFdddIMe74617 { width:47.75rem;height:;top:2.4375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL1CfOMuJZhkMy2SHwryuWGGz81Vu9m8 { width:47.75rem;height:;top:27.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoSRfSI6T7gIi27tP3TAuqlA60x8DV9l { width:47.75rem;height:1.875rem;top:44.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueBGowywTLU4HJUXpBnb9PTp08g3sukd { width:47.75rem;height:;top:46.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLGlx6Bv2fzLRxZwfelZ9qwrvXlNONnB { width:31.875rem;height:4.5rem;top:50.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1i4TgLm3uPxPKXAqNgOXZoK5UalyUzR { display:block; }
 }@media only screen and (max-width: 763px) { #TWgt5FbWXDzbUuvMeGG0FCVy7RBs9Sp8 { width:47.75rem;height:;top:55.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkJtPdFwCCRTW5Tk7iHt7PuvhC9OqiWE { width:47.75rem;height:3.75rem;top:58.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw9lcpEiN5SKXkOrpsxd4ggCOtnCbpFO { top:33.875rem;left:10rem;width:27.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZrE7ZLVl4lLNI5tXEu8Nwhk22I5HfNp { top:33.9375rem;left:10.5rem;width:26.8125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { display:block; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { width:47.75rem;height:3.25rem;top:2.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvWQO5b3A86BpalBVDURf1PpBw35U6m8 { display:block; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { width:47.25rem;height:1.5625rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glB7JLTofSQIrXTMgrgIeVCDmM7hceER { width:47.75rem;height:0.125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { display:block; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { width:47.75rem;height:3.125rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { width:47.75rem;height:0.125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { display:block; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy3mcHRIGyLWGvWAIRkxWab3isFLn8nE { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { width:47.75rem;height:3.125rem;top:3.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { width:47.75rem;height:0.125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { display:block; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2XEzMzaxht2rE2VeXhPy2RGZFS0pXQH { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { width:47.25rem;height:1.5625rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFoABcmioyGyQRXZZmvZkV3K6Bemamcg { width:47.75rem;height:0.125rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNeQ7bwimQ2icFVI3V1TgNmeV7KlnStk { display:block; }#DNeQ7bwimQ2icFVI3V1TgNmeV7KlnStk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scxKuwVEF4TW4WT28M4giDR0RixruxsR { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7wI9E1TrDv0ANMsf5SOaXKugXfS40mR { width:47.25rem;height:3.125rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP9nLZTLL48E599A97V9u36eQlvuyG0x { width:13.125rem;height:1.3125rem;top:1.75rem;left:34.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veQA546lG6imbJvlMS4IWxaHNLXtC37s { width:12.0625rem;height:1.3125rem;top:3.6875rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { top:0.9375rem;left:0rem;width:8.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { width:20rem;height:2.69921875rem;top:1.40625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BwokuealFWMkbqmJpsKm366wX6Qmf3VE { width:20rem;height:8.097625rem;top:5.53125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d0ByRVa57o2w4I6VMaGOkJDhZifFibRp { width:20rem;height:8.75rem;top:15.12841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBRBDOvgUf6zSpffUyuNMx1t3bePORKF { width:19.9995rem;height:7.062rem;top:15.970458984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { background-color:#eef2f1;background-image:none;display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { background-color: transparent; background-image: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .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); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { width:20rem;height:10.874rem;top:3.125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cSTwCK7MOuuDL6bi9KAM18FPf8fLhnRc { width:19.125rem;height:6.75rem;top:15.3125rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { width:4.25rem;height:5.875rem;top:0.75rem;left:15.619391025641rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe { width:6.5rem;height:9.75rem;top:38.375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAqrsgZyvpx9N1QIke4OTcweWyc5WxaG { width:20rem;height:4.375rem;top:32.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block; }
 }@media only screen and (max-width: 763px) { #m1siX43auVhcMh2FoyORAX0dX13lOdBJ { width:20rem;height:1.6253875rem;top:23.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ntuRcqlnPCiAT4zWInuXCxhFH9RfslhW { width:20rem;height:4.54980625rem;top:26.75634765625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hz8AwciSaUktgMS9JtaTmWUxqVLGzblS { width:20rem;height:2.8125rem;top:38rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WiU36tl4URpy7RZWma4WwpRc0Tp303JO { width:20rem;height:6.375rem;top:42.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 { display:block; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nB73wPS1txBNMXr1n50qnJrXeJkG4CeX { width:20rem;height:5.7744125rem;top:1.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X10y5T075f9bdRd0PBIxT06HQL1o7rvb { display:flex;width:1.9375rem;height:1.9375rem;top:23.28125rem;left:0rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #zWVmr3LTLWh8RkEDMKq2NW186qCIsqPu { width:1.3125rem;height:3rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmkMp4fi2ozEfehlTwd4r5kyEqq8AffF { width:20rem;height:6.2988125rem;top:9.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TMmprSfTAMIhDvQFkSGtTop03ualKn7f { width:1.3125rem;height:3rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2LcxlrRZqIbxCaDQmftv7fegDbTWeCJ { width:17.0625rem;height:3.1494125rem;top:17.5rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Rw2lAAzKTFzc9l54odW7dESTKyaIPgun { display:flex;width:1.9375rem;height:1.9375rem;top:18.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UPDpqPiq4V96HAxbMmqIUoCUUpgHJlfZ { width:17.0625rem;height:3.1494125rem;top:22.6748046875rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gwixRvXxk22SzXI9NTizii9Fx6d1wAzN { width:1.3125rem;height:3rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdS5QWGBWIn8E8QeEJbz05mleqdO8vQD { display:flex;width:1.9375rem;height:1.9375rem;top:28.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aeRgzMubvKrXu5xN3nWXdNJEvDovPhZv { width:17.0625rem;height:6.2988125rem;top:27.4375rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kTz0cEXKgJiD8mEKxmOCUUh6cF9GM6tk { width:20rem;height:3.1494125rem;top:35.58349609375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OgtGlcZqHIN5xaKDcsCTH03RdTNgQx4w { width:20rem;height:9.375rem;top:40.857421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { width:19.9991875rem;height:7.1996875rem;top:2.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DsU5eT3bESnA9K3wlOeBbeGEGAPQ59mw { width:16.4366875rem;height:5.09911875rem;top:10rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XmfIX3kIKlHZkWF9fN98TCB80mIqapki { width:1.875rem;height:2.5625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTeBqohS9CCupnIrNF3ni5IcrEEXCTbK { width:19.9991875rem;height:8.4985625rem;top:31.0625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Hvvc5hr0w66RmCVRFFvlyO4OkTCTPStl { display:flex;width:1.9375rem;height:1.9375rem;top:11.5625rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #IqidS6ovlxnOrNIHLMZcVTqB4XUZb0EN { width:1.875rem;height:2.5rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o05Np84eyNqsIb7DOtxQWUAfRGZfXi2p { display:flex;width:1.9375rem;height:1.9375rem;top:17.3125rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #zHrfIS7FVIpDQm97aymmWuJByCuHPbkq { width:16.4375rem;height:5.09911875rem;top:15.75rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #WiN3a4QFbS6Hk5Tvd39IKxdHTidSygqs { width:18.9995rem;height:4.5rem;top:41.5rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOPQ0z67y58vobBJ0ZfS9RseUUGcJ9dy { display:block; }
 }@media only screen and (max-width: 763px) { #MnSeyUICCx9mGOx9cokMkHded6Bkk8Ou { width:19.9991875rem;height:6.375rem;top:50.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pzqm0RZgOgwru8KOshOQVZ3hPecAwRuX { width:19.9991875rem;height:1.625rem;top:47.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JQwoK9CuWtEwOI9JTC6QcbeB3FcNezN5 { display:flex;width:1.875rem;height:1.875rem;top:23.1875rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Zn5nH890umy0XVoGQ4aJT9SWcPTTVzrd { width:1.875rem;height:2.4375rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS2wEVQ9VTWy9frRP2ctiuRLOFNL908E { width:14.8125rem;height:6.7988125rem;top:22.4375rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { display:block; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { width:20rem;height:9.599625rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uCTPBXITrAyJhPTCgphJkTKJ04672Rsf { display:block; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vL7DIcTn4MvddD4FUD0Tw8JMMfcbcupy { width:19.9991875rem;height:4.72411875rem;top:6.0972648262978rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EEUUmPrWPt3dcmVQF61DVGliKECbhJzd { display:flex;width:3.5625rem;height:3.5625rem;top:1.8125rem;left:8.5625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #a8pyhQuX94aT5T66mJq1SrSgearPBQh8 { display:flex;width:3.6875rem;height:3.6875rem;top:20.75rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { display:flex;width:3.25rem;height:3.25rem;top:40.5rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #PN94vTJu08JlwfNw5gaIUyT9TObNlwki { width:1.875rem;height:4.1875rem;top:1.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypdngxBAyWVUV1O10NhFMnzf4ibrfpP { width:1.875rem;height:4.1875rem;top:20.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { width:1.875rem;height:4.1875rem;top:40rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM18LrkNyX7TCRKMEdtgqATS85OXOinm { width:19.8116875rem;height:7.8735625rem;top:11.561717987061rem;left:0.18749994039536rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADgHV96ymCTexMUgGvvDqqzRE24pfCpk { width:20rem;height:7.8735625rem;top:30.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2hpsBQWmhM2cB3e1rAfqvQPAf5v2PyH { width:20rem;height:3.1494125rem;top:26.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fy9xNx3kxwftVkcuixGvSrIUoK6tdKFF { width:20rem;height:6.2988125rem;top:49.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dwDuBCvZvOoBMoJge7p20ndVxBohrepZ { width:20rem;height:3.1494125rem;top:45.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Px2Oq4smP4sndXOerUpIX3fVhWNUdstA { display:block; }#Px2Oq4smP4sndXOerUpIX3fVhWNUdstA > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iqdu4JryReTI7pA0xvlm29ciI0wPbdCb { width:20rem;height:3.1494125rem;top:6.38671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSfD8iaTw0P5FULGV4nTefcO1TeESfoB { display:flex;width:3.5625rem;height:3.5625rem;top:1.8125rem;left:8.5625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #SXPiT9rbbtIK0gaLCqVJWaVD1fQAsg2p { display:flex;width:3.6875rem;height:3.6875rem;top:20.1875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #Q1D1ABdUb9W9VVI8BJBJZCtW8yzfOzB6 { width:1.875rem;height:4.1875rem;top:1.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQJ2D7Qnd9crh4PkZdAEzCgmRkFkXqTa { width:1.875rem;height:4.1875rem;top:19.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvG9DOMgCzbovzaTmElQnPtWCpBmhTiG { width:20rem;height:7.8735625rem;top:10.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TceIa7bQcGoc45ZfipvuxXcUIMFS0PDl { width:20rem;height:6.2988125rem;top:29.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ieAnqZ22VxiUzwk0kfJfyHMvAeEIXr8P { width:20rem;height:3.1494125rem;top:25.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdbJPd1c2J6hulDPIGUydDPhv3QcTASe { width:20rem;height:4.72411875rem;top:41.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cB1fRNqXGiNCVe5Toy6oB0atzw89wRZu { width:17.0625rem;height:2.1875rem;top:38.23828125rem;left:1.46875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk { display:block; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvEGGQTAyCdE0ZC1riZnkLFoCLARt8WW { width:20rem;height:4.79980625rem;top:2.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L15xhlNUekB4tPlD0T8mT5g7ehpI0Ebo { width:20rem;height:72.25rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgT161sCCbMPemlCRLNUPnVveeo3HZcf { display:flex;width:1.9375rem;height:1.9375rem;top:12.125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #xnqbXOnPVRCXfCBorb6P4FiVPdOm0rqx { width:1.3125rem;height:3rem;top:11.5625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wec7w5poNoFvMz4PRFr8daD7UdXgaS2U { width:17.125rem;height:3.1494125rem;top:15.1875rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LKZ3wUuBnPLUMmBgMLWfP8cUbfwEB9c8 { width:18.4375rem;height:6.2988125rem;top:37.63916015625rem;left:0.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbezJ335xTPrN9OALqCvMs1Xq7dWXI3p { width:1.3125rem;height:3rem;top:20.8125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb9RicwAdz1cKv1ptVkNgi1iyWNHAUha { display:flex;width:1.9375rem;height:1.9375rem;top:21.375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #lclEw036V1QeqsU1GhCJQhMIR9JT5Vnl { width:20rem;height:6.2988125rem;top:25.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRMshTzcPnCKJQR1HVGMyT4H42gZetq6 { width:1.3125rem;height:3rem;top:33.4375rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPakDXcV2K6QTWJhttEHqgNSX4NLONvd { display:flex;width:1.9375rem;height:1.9375rem;top:33.96875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #T78MAH3RDRro5nMZvVoRkFKhdVsdVp5m { width:19.125rem;height:6.2988125rem;top:50.03759765625rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDBnBKGSnyBZkTcnWkpNaM6OqQx9xATq { width:1.3125rem;height:3rem;top:45.9375rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKBJ3BNvahXOO0VWAU5r4iOkO2TgM2Z3 { display:flex;width:1.9375rem;height:1.9375rem;top:46.46875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #g9JTDQWM1qkIEqAnOFI7RVMLHbK7cARI { width:18.9375rem;height:4.72411875rem;top:63.4375rem;left:0.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EtPe1H0Uhuo9rIbh8WkeQc3kXaFmP9u2 { width:1.3125rem;height:3rem;top:59.03125rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpHFcFsikuy6TuGIrULyE9rRo0Rg11pz { display:flex;width:1.9375rem;height:1.9375rem;top:59.5625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #WXfBXfPI26W6G06q9HMrP2ZCIsHs7tii { width:1.3125rem;height:3rem;top:69.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAcDLckKTtGdbkSU7Fl1yfkyHKJVOeGR { display:flex;width:1.9375rem;height:1.9375rem;top:70.25rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #qsDqog9TiTCvN3lwVifHApoaVscWQT4a { width:18.1875rem;height:4.72411875rem;top:74.125rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE { display:block; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { width:20rem;height:98.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fh9osBt89OPHPBGDo02KB2LPeoMu0whr { display:flex;width:1.9375rem;height:1.9375rem;top:6rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #z9gvKC5o72eDHQIlke3cwd33CTmMw7PB { width:1.3125rem;height:3rem;top:5.4375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZR21yTSOTvGaiTAcSPRzmtscBspQRDX { width:20rem;height:4.72411875rem;top:9.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWuv5pSdzHSadyWpgFKqshmAvGPNnrGN { width:1.3125rem;height:3rem;top:16.875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBva32ClImc7eewGUMW2HMuTAhUHBJoD { display:flex;width:1.9375rem;height:1.9375rem;top:17.4375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #ObnAoLAsW16LnoWlE3uDLTvpWNDPmhLE { width:20rem;height:4.72411875rem;top:20.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPtAzuKPUOLUrGyd2qWI17DR41lu6Ad0 { width:20rem;height:4.72411875rem;top:31.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPgziWvyfin0pyKwVnW74LKK7JWq4eDb { display:flex;width:1.9375rem;height:1.9375rem;top:28.6875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #CApPyNigWPqzynIKgbeC588dRMJIeWg9 { width:1.3125rem;height:3rem;top:28.125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK3SOIfTVOWPhx0sMPyyizFowwvmkIko { width:1.3125rem;height:3rem;top:39.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKvb5AyuPSb1Z2C9BrLkXA0dkVWqSRD5 { display:flex;width:1.9375rem;height:1.9375rem;top:39.875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #KnfkUQXtBHWF6lCbGDNU1u5zxzkK0Ial { width:20rem;height:4.72411875rem;top:43rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4FylRPXs3Dg9DiCdFanFdddIMe74617 { width:20rem;height:2.40014375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZL1CfOMuJZhkMy2SHwryuWGGz81Vu9m8 { width:20rem;height:6.75rem;top:50.18505859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BoSRfSI6T7gIi27tP3TAuqlA60x8DV9l { width:20rem;height:1.625rem;top:71.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ueBGowywTLU4HJUXpBnb9PTp08g3sukd { width:20rem;height:4.54980625rem;top:74.3125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OLGlx6Bv2fzLRxZwfelZ9qwrvXlNONnB { width:19rem;height:4.5rem;top:80.0625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1i4TgLm3uPxPKXAqNgOXZoK5UalyUzR { display:block; }
 }@media only screen and (max-width: 763px) { #TWgt5FbWXDzbUuvMeGG0FCVy7RBs9Sp8 { width:20rem;height:2.8125rem;top:85.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wkJtPdFwCCRTW5Tk7iHt7PuvhC9OqiWE { width:20rem;height:6.375rem;top:89.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zw9lcpEiN5SKXkOrpsxd4ggCOtnCbpFO { width:20rem;height:8.75rem;top:59.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZrE7ZLVl4lLNI5tXEu8Nwhk22I5HfNp { width:20rem;height:8.625rem;top:59.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { display:block; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { width:20rem;height:4.79980625rem;top:2.099609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uvWQO5b3A86BpalBVDURf1PpBw35U6m8 { display:block; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { width:20rem;height:5.84911875rem;top:0.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { width:19.6875rem;height:2.79980625rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glB7JLTofSQIrXTMgrgIeVCDmM7hceER { width:20rem;height:0.125rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { display:block; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { width:20rem;height:3.8994125rem;top:2.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { width:19.6875rem;height:5.5996125rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { width:20rem;height:0.125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { display:block; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy3mcHRIGyLWGvWAIRkxWab3isFLn8nE { width:20rem;height:3.8994125rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { width:19.6875rem;height:6.9995rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { width:20rem;height:0.125rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { display:block; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2XEzMzaxht2rE2VeXhPy2RGZFS0pXQH { width:20rem;height:3.8994125rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { width:19.6875rem;height:2.79980625rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFoABcmioyGyQRXZZmvZkV3K6Bemamcg { width:20rem;height:0.125rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNeQ7bwimQ2icFVI3V1TgNmeV7KlnStk { display:block; }#DNeQ7bwimQ2icFVI3V1TgNmeV7KlnStk > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scxKuwVEF4TW4WT28M4giDR0RixruxsR { width:20rem;height:1.95rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7wI9E1TrDv0ANMsf5SOaXKugXfS40mR { width:19.6875rem;height:4.19970625rem;top:5.306640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP9nLZTLL48E599A97V9u36eQlvuyG0x { width:13.125rem;height:1.3125rem;top:8.25rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #veQA546lG6imbJvlMS4IWxaHNLXtC37s { width:12.0625rem;height:1.3125rem;top:10.8125rem;left:3.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { width:8.125rem;height:4.875rem;top:2.125rem;left:5.9375rem;display:block; }
 }