.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:255,229,229;--color-secondary-1:255,170,170;--color-secondary-2:255,84,84;--color-secondary-3:128,42,42;--color-secondary-4:38,13,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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:23.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { color:rgba(var(--color-tertiary-0),1);display:block;width:64.1875rem;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.462890625rem;left:5.40625rem;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;display:block; }
#BwokuealFWMkbqmJpsKm366wX6Qmf3VE { color:#ffffff;display:block;width:72.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:6.6875rem;left:2.25rem;height:2.1875rem;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; }
#Js8J9qVViwE2nOyBQqUw92C1IUEExvyN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:1.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;display:block; }
#naENVG1qUSy3N5mAZP5VZKz2l7fZT77r { position:absolute;display:block;z-index:15001;height:5.625rem;width:22.9375rem;top:12.8125rem;left:26.0625rem;display:block; }
#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { background-color:rgba(var(--color-tertiary-0),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:42.5rem;width:75rem;overflow:visible;position:relative;display:block; }#p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:14997;line-height:1.4;letter-spacing:0;top:14.375rem;left:1rem;height:5.625rem;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;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:83.125rem;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:-19.5625rem;display:block; }#iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.adaptive-delivery-prevent-bg, #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.lazyload, #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.lazyloading { background-image: none; }
#VAqrsgZyvpx9N1QIke4OTcweWyc5WxaG { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3125rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.1875rem;left:0rem;display:block; }
#qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m1siX43auVhcMh2FoyORAX0dX13lOdBJ { color:rgba(var(--color-tertiary-4),0.74);display:block;width:3.75rem;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:27.3125rem;left:0rem;height:1.875rem;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;font-style:normal;display:block; }
#ntuRcqlnPCiAT4zWInuXCxhFH9RfslhW { color:rgba(var(--color-tertiary-4),0.8);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:36.375rem;left:0rem;height:1.375rem;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; }
#r60JHk5MsToyHVVh5D1uvQCDdP3QtJ8E { color:#913453;display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:9.875rem;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; }
#FS600VmfFbXngvU0WrCyBlSD6GyBmZPK { box-sizing:content-box;height:6.0625rem;width:0.125rem;position:absolute;display:block;z-index:15008;background-color:#34915d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.15625rem;left:0rem;display:block; }
#fS4TFzBzCf415e951TKptspb2Rt3HRwv { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:14998;line-height:1.4;letter-spacing:0;top:22.375rem;left:0rem;height:1.875rem;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;font-style:normal;display:block; }
#RUdFgMddVpq6tZT6R9Jl6qClz5cKvEAs { color:rgba(var(--color-primary-3),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:24.25rem;left:3.75rem;height:5.6875rem;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;font-style:normal;display:block; }
#Rbtbe5k0swoD4QnHqp0EuV6zMCrtTETl { box-sizing:content-box;height:2.625rem;width:13.4375rem;position:absolute;display:block;z-index:15009;background-color:#34915d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.0625rem;left:14.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xLa5WndQ6NZUW56JOt0It1trzugKiVSm { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:25.4375rem;left:14.8125rem;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; }
#QPeXX85hG6p5kNhT3FiwNb6DH9VWLrv5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:35.875rem;width:28.125rem;top:2.65625rem;left:46.125rem;overflow:hidden;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:48.25rem;width:75rem;position:relative;display:block; }#nB73wPS1txBNMXr1n50qnJrXeJkG4CeX { color:rgba(var(--color-primary-3),1);display:block;width:57.375rem;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:3.3125rem;left:9.78125rem;height:3.5rem;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; }
#TMmprSfTAMIhDvQFkSGtTop03ualKn7f { 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:25.3125rem;left:0rem;display:block; }
#emolnGZAIhaEu9JxPQkCNuvcELJOeFbw { 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:25.875rem;left:0rem; }
#K2LcxlrRZqIbxCaDQmftv7fegDbTWeCJ { color:#1f333b;display:block;width:38.3125rem;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:26rem;left:2.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#rsWTA8WMTezClTJuOqgmk4OA4ZnXHu9W { color:#1f333b;display:block;width:38.8125rem;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:29.5625rem;left:2.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#nmQ9FzFmrCJHu45dGCpwHoeTzFm6H7xy { color:#1f333b;display:block;width:38.125rem;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:33.125rem;left:2.8125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ETLEPlFMx6gwXCAN7hOaiseBFaLCiaz3 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:40.1875rem;left:0rem;height:2rem;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:left;text-align-last:left;display:block; }
#rEkCyhrk5OtcbZw4HkvkERTg7iqrTBvy { color:#1f333b;display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:11.875rem;left:0rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#icg0Wk4C3pNy8UvxmGPaPpVi67XTo0oT { color:#1f333b;display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:16.3125rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#aJc6xUtPvnqOXV8sw6NAG1GBJ8GX3NTR { position:absolute;display:block;z-index:15025;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:28.875rem;left:0rem;display:block; }
#CdilafSzuXubsKU96uOs1rCZpQeJ9IbW { 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:15026;opacity:1;top:29.4375rem;left:0rem; }
#eO03Cf6kL5b4iVpaa9mA2pMz2UQfT8Jy { 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:32.4375rem;left:0rem;display:block; }
#ZUGTvzyNWpOXWdW5Fg8sPJW971EgOcUO { 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:33rem;left:0rem; }
#dpTaERJKKgyexexNlywiUhXHrPntdHx2 { position:absolute;display:block;z-index:15030;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:35.75rem;left:0rem;display:block; }
#ll0ZCiXQ2nIR9VIO1QgrJtQ84odJUVvU { 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:15031;opacity:1;top:36.3125rem;left:0rem; }
#oWlAuf8Dh7mOz07utG85ktdIVp2tfC9M { color:#1f333b;display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:36.4375rem;left:2.8125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Qg6TUoD47zLwugJIaPWlRSVJnTC0moyb { color:#1f333b;display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:22.3125rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#EmxMAnE2sbBfAbXiq5Gqi63FVMyVeT18 { position:absolute;display:block;z-index:15019;border-top:0.125rem solid #34915d;border-left:0.125rem solid #34915d;border-right:0.125rem solid #34915d;border-bottom:0.125rem solid #34915d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.9375rem;width:22.5625rem;top:9.71875rem;left:49.7080078125rem;overflow:hidden;display:block; }
#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:17.375rem;width:75rem;position:relative;display:block; }#aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { color:rgba(var(--color-primary-3),1);display:block;width:75rem;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:3.1875rem;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; }
#NeaPtcBiB0oBGNbXUVJ8uwC4nwxkfH6O { color:rgba(var(--color-primary-3),1);display:block;width:75rem;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:7.0625rem;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; }
#JZzI9Pv6xcuv1NWts8DvDPOl2lJVTFXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:11.75rem;left:10.53125rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:11.75rem;width:75rem;position:relative;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:1rem;left:0.375rem; }
#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:1.1875rem;left:25.375rem; }
#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:1.1875rem;left:51rem; }
#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:0.625rem;left:0.375rem;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:0.625rem;left:25.375rem;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:0.625rem;left:50.375rem;display:block; }
#TM18LrkNyX7TCRKMEdtgqATS85OXOinm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:5.5rem;left:0.375rem;height:4.6875rem;text-align:left;text-align-last:left;display:block; }
#ADgHV96ymCTexMUgGvvDqqzRE24pfCpk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:5.5rem;left:25.5625rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#Fy9xNx3kxwftVkcuixGvSrIUoK6tdKFF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:5.5rem;left:50.625rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#gWwlNhKTFTCsasozr1bezXPTs11fTeSg { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.6875rem;width:21.5rem;top:0rem;left:0rem;display:block; }
#H6lMPnX3JxldEBF3EK3dFcZrBwZ1xyEK { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.6875rem;width:21.5rem;top:0rem;left:25rem;display:block; }
#sV1wNIseRTz7FTOZ1HDFLTLQbXADpNw9 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.6875rem;width:21.5rem;top:0rem;left:50rem;display:block; }
#gUJWhsG23UEyQhrUqQTikK6iav96Pv64 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#gUJWhsG23UEyQhrUqQTikK6iav96Pv64 > .row .container { background-color: transparent; background-image: none; }#gUJWhsG23UEyQhrUqQTikK6iav96Pv64::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJWhsG23UEyQhrUqQTikK6iav96Pv64 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJWhsG23UEyQhrUqQTikK6iav96Pv64 > .row .container > .video-iframe-container { display: none; }#gUJWhsG23UEyQhrUqQTikK6iav96Pv64 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJWhsG23UEyQhrUqQTikK6iav96Pv64 > .row > .video-iframe-container { display: none; }#gUJWhsG23UEyQhrUqQTikK6iav96Pv64 > .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); }#gUJWhsG23UEyQhrUqQTikK6iav96Pv64 > .row .container { border-width: 0; border-radius: 0; }#gUJWhsG23UEyQhrUqQTikK6iav96Pv64 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUJWhsG23UEyQhrUqQTikK6iav96Pv64 > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#h9eOWXXH7v9Wva0wb3X4MKC15FVswkg5 { 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.9375rem;left:0.375rem; }
#WndpTmLpRQLKNK3KShTgwlhX3mrCfhMS { 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:1.125rem;left:25.375rem; }
#vu0FDDAwyCFIJOO270wHRP9i5QTOl3Nt { 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:1.125rem;left:51rem; }
#SD1zwqBG9M5c5T0WuVlUTcG0sihrUt79 { 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:0.5625rem;left:0.375rem;display:block; }
#GsDaciNWmqZHpHZJJFHedrbZKDTaTueg { 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:0.5625rem;left:25.375rem;display:block; }
#TAWsmFCaDscFASmdQeg3v14aDTV9MBSh { 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:0.5625rem;left:50.375rem;display:block; }
#uob4Lo7sWSiiapv8qUIHaqCQCvyNttBl { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:5.5rem;left:0.375rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#u1O7rP1Rih5RhOrIaQBgh4FWw8kx2GWx { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:5.5rem;left:25.59375rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#SEJIg2cds8nRMZCQdNWbcp3ccB5lQHeB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:5.5rem;left:50.625rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#hzu9gZBFy7org6e1rN0cJ1ZGa4SItXob { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.6875rem;width:21.5rem;top:0rem;left:50rem;display:block; }
#LSQdOgCTRWQHRSTFZDyy2gEkWpIaBigP { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.6875rem;width:21.5rem;top:0rem;left:25rem;display:block; }
#vVzIQNTbFyRiRyTGoXtr0DTt9MDtS2CM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.6875rem;width:21.5rem;top:0rem;left:0rem;display:block; }
#f38gZMRtt4OvTA8KEwTp5MJe4v5UFSxL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#f38gZMRtt4OvTA8KEwTp5MJe4v5UFSxL > .row .container { background-color: transparent; background-image: none; }#f38gZMRtt4OvTA8KEwTp5MJe4v5UFSxL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f38gZMRtt4OvTA8KEwTp5MJe4v5UFSxL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f38gZMRtt4OvTA8KEwTp5MJe4v5UFSxL > .row .container > .video-iframe-container { display: none; }#f38gZMRtt4OvTA8KEwTp5MJe4v5UFSxL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f38gZMRtt4OvTA8KEwTp5MJe4v5UFSxL > .row > .video-iframe-container { display: none; }#f38gZMRtt4OvTA8KEwTp5MJe4v5UFSxL > .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); }#f38gZMRtt4OvTA8KEwTp5MJe4v5UFSxL > .row .container { border-width: 0; border-radius: 0; }#f38gZMRtt4OvTA8KEwTp5MJe4v5UFSxL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f38gZMRtt4OvTA8KEwTp5MJe4v5UFSxL > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#ZSZeGycqPvaSNgTT7LiuIIxcvE9T30oT { color:rgba(var(--color-tertiary-4),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:1.875rem;left:10.53125rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#xfZagZ0A37zFHEmn3NcpyMyFzoJ362P7 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:5.0625rem;left:10.53125rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#WS9nm2JyUJBuxGpP5I9bvR3KnIHRTmtt { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3125rem;height:4.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.125rem;left:23.84375rem;display:block; }
#ylngTs0FdRdColxqmCDEKtZOweFl4E7i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v36TnHpdLNlsIp3RgqabXCnq4NHIvMd9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(146,203,167,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; }#v36TnHpdLNlsIp3RgqabXCnq4NHIvMd9 > .row .container { background-color: transparent; background-image: none; }#v36TnHpdLNlsIp3RgqabXCnq4NHIvMd9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v36TnHpdLNlsIp3RgqabXCnq4NHIvMd9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v36TnHpdLNlsIp3RgqabXCnq4NHIvMd9 > .row .container > .video-iframe-container { display: none; }#v36TnHpdLNlsIp3RgqabXCnq4NHIvMd9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v36TnHpdLNlsIp3RgqabXCnq4NHIvMd9 > .row > .video-iframe-container { display: none; }#v36TnHpdLNlsIp3RgqabXCnq4NHIvMd9 > .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); }#v36TnHpdLNlsIp3RgqabXCnq4NHIvMd9 > .row .container { border-width: 0; border-radius: 0; }#v36TnHpdLNlsIp3RgqabXCnq4NHIvMd9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v36TnHpdLNlsIp3RgqabXCnq4NHIvMd9 > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#Uw9qAXcZ4E2hnsiDvHSseUpUdoKZk1F7 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.875rem;width:20.5625rem;top:9.75rem;left:2.3125rem;display:block; }
#ltytVsXXBvKcPkDewQP3c1tSJ2mWZxAZ { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:11.875rem;left:4.6875rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nUglbipTTrKLQXmKMEcxl6h7m7WEXlC5 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:20.4375rem;top:9.875rem;left:27.3125rem;display:block; }
#OCzGwg3OJUv6JrbagsowUBoBr0qpnVFQ { color:#000000;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:12rem;left:29.25rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XlRvQsQ0f10HKCwEwSAhdQI1NFHqrHpQ { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.625rem;width:21.1875rem;top:9.8125rem;left:51.5rem;display:block; }
#J6zhdlIlczwqVaZuFB0ACna7bdkixp6u { color:#000000;display:block;width:19.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;top:11.9375rem;left:51.90625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b3365VKplSSHqTf9eFn2kvM1t4TtZCc2 { color:rgba(var(--color-primary-3),1);display:block;width:75rem;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:4rem;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; }
#iGrdIksc0LGkA4nWn950I6faVubbL25p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#iGrdIksc0LGkA4nWn950I6faVubbL25p > .row .container { background-color: transparent; background-image: none; }#iGrdIksc0LGkA4nWn950I6faVubbL25p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGrdIksc0LGkA4nWn950I6faVubbL25p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGrdIksc0LGkA4nWn950I6faVubbL25p > .row .container > .video-iframe-container { display: none; }#iGrdIksc0LGkA4nWn950I6faVubbL25p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGrdIksc0LGkA4nWn950I6faVubbL25p > .row > .video-iframe-container { display: none; }#iGrdIksc0LGkA4nWn950I6faVubbL25p > .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); }#iGrdIksc0LGkA4nWn950I6faVubbL25p > .row .container { border-width: 0; border-radius: 0; }#iGrdIksc0LGkA4nWn950I6faVubbL25p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iGrdIksc0LGkA4nWn950I6faVubbL25p > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#bMdBSzH68xiQBSWGm2Fn9mMxlIeQ8hXP { color:rgba(var(--color-primary-3),1);display:block;width:75rem;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:3.1875rem;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; }
#wSclkxBUfARlySe27gGtMliTOESXhRDG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#wSclkxBUfARlySe27gGtMliTOESXhRDG > .row .container { background-color: transparent; background-image: none; }#wSclkxBUfARlySe27gGtMliTOESXhRDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSclkxBUfARlySe27gGtMliTOESXhRDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSclkxBUfARlySe27gGtMliTOESXhRDG > .row .container > .video-iframe-container { display: none; }#wSclkxBUfARlySe27gGtMliTOESXhRDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSclkxBUfARlySe27gGtMliTOESXhRDG > .row > .video-iframe-container { display: none; }#wSclkxBUfARlySe27gGtMliTOESXhRDG > .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); }#wSclkxBUfARlySe27gGtMliTOESXhRDG > .row .container { border-width: 0; border-radius: 0; }#wSclkxBUfARlySe27gGtMliTOESXhRDG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wSclkxBUfARlySe27gGtMliTOESXhRDG > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#ukJDXTqfPfT6o9hiIwKgl61C7LlulBQ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.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.5rem;left:2.4375rem;height:3.625rem;text-align:left;text-align-last:left;display:block; }
#sAhc4JXT6bLUJDlMHKg3FUqWCmBG5F3B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.5rem;left:50.625rem; }
#NTXwBhAsE1piV8I8Q59qrccqv9v1L7tI { 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.53125rem;left:25.5625rem; }
#TIDBmtWRf41JBrXnS0Dtzrgz1R0hCC9r { 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.5625rem;left:3.125rem; }
#gwppdeffo44BDAntdd1BVUGEQHiJVMaJ { 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:2.4375rem;display:block; }
#uhoLGUHLSS12sbHqGU1MwVlusb1oe7A8 { 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:25rem;display:block; }
#BVsf64IPSeSOhmo2lLdU3gcpfDZQiPB6 { position:absolute;display:block;z-index:15006;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:50rem;display:block; }
#mBeIvFFlQmc2NROrHQ9TAn9ipwN2BgJ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;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:25rem;height:3.625rem;text-align:left;text-align-last:left;display:block; }
#pQNoRmVKxiD11ozT7Q1dLG88oFaaQyvu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;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:50rem;height:3.625rem;text-align:left;text-align-last:left;display:block; }
#TFNmhO9DeKowi9okpzdd0Qsdoz0y9a7c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#TFNmhO9DeKowi9okpzdd0Qsdoz0y9a7c > .row .container { background-color: transparent; background-image: none; }#TFNmhO9DeKowi9okpzdd0Qsdoz0y9a7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFNmhO9DeKowi9okpzdd0Qsdoz0y9a7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFNmhO9DeKowi9okpzdd0Qsdoz0y9a7c > .row .container > .video-iframe-container { display: none; }#TFNmhO9DeKowi9okpzdd0Qsdoz0y9a7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFNmhO9DeKowi9okpzdd0Qsdoz0y9a7c > .row > .video-iframe-container { display: none; }#TFNmhO9DeKowi9okpzdd0Qsdoz0y9a7c > .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); }#TFNmhO9DeKowi9okpzdd0Qsdoz0y9a7c > .row .container { border-width: 0; border-radius: 0; }#TFNmhO9DeKowi9okpzdd0Qsdoz0y9a7c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFNmhO9DeKowi9okpzdd0Qsdoz0y9a7c > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#c3TiwB8BOPvkR2zhVstkKNzLN1PIknLz { color:rgba(var(--color-tertiary-4),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:1.875rem;left:10.53125rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#hZoXDzzOpxh2kSdAvB6hfz2dJ7bxD2Ia { color:rgba(var(--color-tertiary-4),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:5.0625rem;left:10.53125rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#D7mXsaWuf2HML3uKr2hywzwPWPD3oKPZ { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3125rem;height:4.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.125rem;left:23.84375rem;display:block; }
#opAiGGGWxtzpThD6TE0k5cSagagOkZsV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IBpv33XQTOMHWwMFNz2b4E4H30vQ8J81 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.625rem;left:10.53125rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#usEgASnMSlrliNoR0tGLUhFbnJpGns32 { 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; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row .container { background-color: transparent; background-image: none; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row .container > .video-iframe-container { display: none; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row > .video-iframe-container { display: none; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .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); }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row .container { border-width: 0; border-radius: 0; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#xlZt1sbkc3z95rhFo0bcFAdR6iCWZKBq { color:rgba(var(--color-primary-3),1);display:block;width:75rem;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:3.1875rem;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; }
#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 { 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; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row .container { background-color: transparent; background-image: none; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row .container > .video-iframe-container { display: none; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row > .video-iframe-container { display: none; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .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); }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row .container { border-width: 0; border-radius: 0; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;position:relative;display:block; }#LQouvoR7DN5gtWVu6yKQMQhvo8iGRwmR { 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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:31rem;width:49.25rem;top:0rem;left:25.8125rem;display:block; }
#sPwZZaHqd7TzOA1J2ddGvX9hVFQ1rtFI { 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:17.5rem;left:27.9375rem;display:block; }
#HE8Wh8BGXZmvxwRZpDWCJWVwoMAtlMDh { color:rgba(var(--color-tertiary-0),1);display:block;width:36.625rem;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:18.0625rem;left:30.75rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#tZqJwblN8T26cy4wzsOe1XcxMy21E7V5 { 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:18.0625rem;left:27.9375rem; }
#z8eBnHn0RlaZ67zzEi2DO78dfkTHwrpo { color:rgba(var(--color-tertiary-0),1);display:block;width:36.625rem;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:13.3125rem;left:30.75rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#DD7vyX8E9TVOBoKETii15qeFcUJQBnwr { 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:13.3125rem;left:27.9375rem; }
#kBRVfpAPShyUkwNhnKPy0UAuq8TH91IQ { 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:12.75rem;left:27.9375rem;display:block; }
#ovFoGM3gTQKUJ2c0tVlifsxJ4ROJMynA { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;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:8.5rem;left:30.75rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#wN9Csd1XUDhSJ7naATD1pdUFNhRGEWWd { 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:2.5625rem;left:27.9375rem; }
#AOsb7gSgkHWx7V2I24c64rFtGTMxel4R { 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:2rem;left:27.9375rem;display:block; }
#qJgecoum7NrElDt0cOZdguNnI2eAT1bh { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;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:2.5625rem;left:30.75rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#x7PXNufCd7yoM7cM6urJ9MaBuJiWquIx { 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:8.3125rem;left:27.9375rem; }
#iwBB9tQT0TJSVDCPNrPWgqPG0X22zhZ2 { 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:7.75rem;left:27.9375rem;display:block; }
#M37M2yO6ZlW99HiGbiDGgc4wzWyCduaC { color:rgba(var(--color-tertiary-0),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:22.5rem;left:27.9375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#JucE651IsmBhelicRzRC4eT7vLnuZlay { color:rgba(var(--color-tertiary-0),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:26.875rem;left:27.9375rem;height:1.8125rem;text-align:left;text-align-last:left;display:block; }
#xeg5wiTcPqUob9zwmnvoeRlMu9ysUSzK { position:absolute;display:block;z-index:15020;border-top:0.125rem solid #34915d;border-left:0.125rem solid #34915d;border-right:0.125rem solid #34915d;border-bottom:0.125rem solid #34915d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30.875rem;width:20.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row .container { background-color: transparent; background-image: none; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row .container > .video-iframe-container { display: none; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row > .video-iframe-container { display: none; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .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); }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row .container { border-width: 0; border-radius: 0; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#l1kUERLcHQtv3caoy7zKb0I7erT2tpga { color:rgba(var(--color-primary-3),1);display:block;width:50.4375rem;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:3.875rem;left:12.25rem;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; }
#nvNdkRdvDUM5zraQqyISOAM8uOBsvUnG { color:rgba(var(--color-tertiary-4),1);display:block;width:44.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:10.4375rem;left:15.1875rem;height:2rem;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; }
#cLLSIQQVva0ThKx1yTN0Ibx0MUAb2gvu { 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:13.625rem;left:16.4375rem; }
#kCMbieU18i15JeAHnqUdQo5BBfoTTnhM { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:13.0625rem;left:16.4375rem;display:block; }
#ElqPAoJPqFey7lTzr4NHyrC6ynOmXKNJ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5rem;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:13.8125rem;left:19.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#DGEi5AQC1hoNSdTAOch2K1bn4MRAEUr2 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.6875rem;left:16.4375rem;display:block; }
#K6JKt9mqDWStxp6Z9pK2X1ICu59ZuokF { 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.25rem;left:16.4375rem; }
#zlzQy0zTfWNfbRL2rJHFTUrHJnqlcrDV { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;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:17.375rem;left:18.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#f0T69BG4PFiAFbsKqO31T279bOCnbLg2 { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:24.25rem;left:16.4375rem;display:block; }
#bfEKJdupxlxBnhDVvnNREhCdon3FWgFs { 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:15033;opacity:1;top:24.8125rem;left:16.4375rem; }
#Z82PRn2gBttAL451Va2q24TkACTA5gV8 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:24.9375rem;left:19.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#HOq9QFZlAdkNHRE3QlcSf8teTrO0uMMV { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.5625rem;left:16.4375rem;display:block; }
#BXTRbF68CQbRu1nx3VHIOrtxZZGlXIM7 { 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:21.125rem;left:16.4375rem; }
#LEOpviUc6tMxMXuRZXGJ0vTh1WOImyTA { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;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.25rem;left:19.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#AQtmOpQFAtwKosK49WceM4pNP4KmEZ9l { box-sizing:content-box;height:25.1875rem;width:53.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.75rem;left:10.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bT4KMGB4VRwNJ3Csoqcrlg8yExNgycv0 { color:rgba(var(--color-tertiary-4),1);display:block;width:43rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:28.4375rem;left:16rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#34915d;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; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { color:#ffffff;display:block;width:73.75rem;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:3rem;left:0.625rem;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; }
#XmfIX3kIKlHZkWF9fN98TCB80mIqapki { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-0),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:11.3125rem;width:0.125rem;top:8.0625rem;left:11.6875rem;display:block; }
#BTeBqohS9CCupnIrNF3ni5IcrEEXCTbK { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:8.75rem;left:13.3125rem;height:3.375rem;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; }
#L8xCf4wafsOUM2DDZSXNL1K5vN47XaF3 { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.8125rem;left:13.3125rem;height:1.6875rem;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; }
#TL54gt4Wc48lidvhO1Q7zS8IBJ6SXU0D { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:15.375rem;left:13.3125rem;height:3.375rem;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; }
#IXtScgeGQuPlN5pq7uWOznhW46Om1T6P { position:absolute;display:block;z-index:15002;height:5.625rem;width:22.9375rem;top:21.5625rem;left:26.03125rem;display:block; }
#Q7ZpFFhqrrzVhHMiX8AFam0htTkTLF4v { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3125rem;height:4.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.625rem;left:23.875rem;display:block; }
#I0ePxugKHU65UT4vMT5PV2dAAT9moVN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MxMzW9HyI7L9dRFRpdFWXpHhMgJSuyWQ { color:rgba(255,255,255,0.8);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:36.9375rem;left:23.9375rem;height:1.375rem;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; }
#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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pP9nLZTLL48E599A97V9u36eQlvuyG0x { color:#1f333b;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:54.375rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#veQA546lG6imbJvlMS4IWxaHNLXtC37s { color:#1f333b;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:54.375rem;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:7.4375rem;top:0.9375rem;left:7.5rem;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:;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwokuealFWMkbqmJpsKm366wX6Qmf3VE { width:47.75rem;height:2.1875rem;top:6.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js8J9qVViwE2nOyBQqUw92C1IUEExvyN { width:47.75rem;height:1.5rem;top:9.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naENVG1qUSy3N5mAZP5VZKz2l7fZT77r { top:12.8125rem;left:12.4375rem;width:22.9375rem;height:5.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:27.3125rem;height:5.625rem;top:14.375rem;left:0rem;font-size:1.125rem;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:27.3125rem;height:4.25rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block; }
 }@media only screen and (max-width: 763px) { #m1siX43auVhcMh2FoyORAX0dX13lOdBJ { width:3.75rem;height:1.875rem;top:27.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntuRcqlnPCiAT4zWInuXCxhFH9RfslhW { width:27.125rem;height:1.375rem;top:36.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r60JHk5MsToyHVVh5D1uvQCDdP3QtJ8E { width:39.3125rem;height:;top:3rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS600VmfFbXngvU0WrCyBlSD6GyBmZPK { top:14.125rem;left:0rem;width:0.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS4TFzBzCf415e951TKptspb2Rt3HRwv { width:27.3125rem;height:1.875rem;top:22.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUdFgMddVpq6tZT6R9Jl6qClz5cKvEAs { width:11.0625rem;height:5.6875rem;top:24.25rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbtbe5k0swoD4QnHqp0EuV6zMCrtTETl { top:25.0625rem;left:0.6875rem;width:13.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLa5WndQ6NZUW56JOt0It1trzugKiVSm { width:12.3125rem;height:1.875rem;top:25.4375rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPeXX85hG6p5kNhT3FiwNb6DH9VWLrv5 { top:2.625rem;left:19.625rem;width:28.125rem;height:35.875rem;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:3.5rem;top:3.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMmprSfTAMIhDvQFkSGtTop03ualKn7f { width:1.3125rem;height:3rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emolnGZAIhaEu9JxPQkCNuvcELJOeFbw { width:1.9375rem;height:1.9375rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2LcxlrRZqIbxCaDQmftv7fegDbTWeCJ { width:38.3125rem;height:1.625rem;top:26rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsWTA8WMTezClTJuOqgmk4OA4ZnXHu9W { width:38.8125rem;height:1.625rem;top:29.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmQ9FzFmrCJHu45dGCpwHoeTzFm6H7xy { width:38.125rem;height:1.625rem;top:33.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETLEPlFMx6gwXCAN7hOaiseBFaLCiaz3 { width:35.25rem;height:2rem;top:40.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEkCyhrk5OtcbZw4HkvkERTg7iqrTBvy { width:44.375rem;height:3.75rem;top:11.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icg0Wk4C3pNy8UvxmGPaPpVi67XTo0oT { width:44.125rem;height:4.875rem;top:16.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJc6xUtPvnqOXV8sw6NAG1GBJ8GX3NTR { width:1.3125rem;height:3rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdilafSzuXubsKU96uOs1rCZpQeJ9IbW { width:1.9375rem;height:1.9375rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO03Cf6kL5b4iVpaa9mA2pMz2UQfT8Jy { width:1.3125rem;height:3rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUGTvzyNWpOXWdW5Fg8sPJW971EgOcUO { width:1.9375rem;height:1.9375rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpTaERJKKgyexexNlywiUhXHrPntdHx2 { width:1.3125rem;height:3rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll0ZCiXQ2nIR9VIO1QgrJtQ84odJUVvU { width:1.9375rem;height:1.9375rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWlAuf8Dh7mOz07utG85ktdIVp2tfC9M { width:35.5625rem;height:1.625rem;top:36.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg6TUoD47zLwugJIaPWlRSVJnTC0moyb { width:41.6875rem;height:1.875rem;top:22.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmxMAnE2sbBfAbXiq5Gqi63FVMyVeT18 { top:9.6875rem;left:24.9375rem;width:22.5625rem;height:33.9375rem;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:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeaPtcBiB0oBGNbXUVJ8uwC4nwxkfH6O { width:47.75rem;height:3.25rem;top:7.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZzI9Pv6xcuv1NWts8DvDPOl2lJVTFXZ { width:47.75rem;height:3.5rem;top:11.75rem;left:0rem;font-size:1.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) { #EEUUmPrWPt3dcmVQF61DVGliKECbhJzd { width:3.4375rem;height:3.4375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8pyhQuX94aT5T66mJq1SrSgearPBQh8 { width:3.125rem;height:3.125rem;top:1.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { width:3.125rem;height:3.125rem;top:1.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN94vTJu08JlwfNw5gaIUyT9TObNlwki { width:1.875rem;height:4.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypdngxBAyWVUV1O10NhFMnzf4ibrfpP { width:1.875rem;height:4.1875rem;top:0.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { width:1.875rem;height:4.1875rem;top:0.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM18LrkNyX7TCRKMEdtgqATS85OXOinm { width:21.1875rem;height:4.6875rem;top:5.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADgHV96ymCTexMUgGvvDqqzRE24pfCpk { width:18.75rem;height:3.125rem;top:5.5rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy9xNx3kxwftVkcuixGvSrIUoK6tdKFF { width:18.0625rem;height:3.125rem;top:5.5rem;left:29.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWwlNhKTFTCsasozr1bezXPTs11fTeSg { width:21.5rem;height:10.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6lMPnX3JxldEBF3EK3dFcZrBwZ1xyEK { width:21.5rem;height:10.6875rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV1wNIseRTz7FTOZ1HDFLTLQbXADpNw9 { width:21.5rem;height:10.6875rem;top:0rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUJWhsG23UEyQhrUqQTikK6iav96Pv64 { display:block; }#gUJWhsG23UEyQhrUqQTikK6iav96Pv64 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9eOWXXH7v9Wva0wb3X4MKC15FVswkg5 { width:3.4375rem;height:3.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WndpTmLpRQLKNK3KShTgwlhX3mrCfhMS { width:3.125rem;height:3.125rem;top:1.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu0FDDAwyCFIJOO270wHRP9i5QTOl3Nt { width:3.125rem;height:3.125rem;top:1.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD1zwqBG9M5c5T0WuVlUTcG0sihrUt79 { width:1.875rem;height:4.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsDaciNWmqZHpHZJJFHedrbZKDTaTueg { width:1.875rem;height:4.1875rem;top:0.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAWsmFCaDscFASmdQeg3v14aDTV9MBSh { width:1.875rem;height:4.1875rem;top:0.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uob4Lo7sWSiiapv8qUIHaqCQCvyNttBl { width:18rem;height:3.125rem;top:5.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1O7rP1Rih5RhOrIaQBgh4FWw8kx2GWx { width:20.0625rem;height:3.125rem;top:5.5rem;left:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEJIg2cds8nRMZCQdNWbcp3ccB5lQHeB { width:18.0625rem;height:3.125rem;top:5.5rem;left:29.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzu9gZBFy7org6e1rN0cJ1ZGa4SItXob { width:21.5rem;height:10.6875rem;top:0rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSQdOgCTRWQHRSTFZDyy2gEkWpIaBigP { width:21.5rem;height:10.6875rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVzIQNTbFyRiRyTGoXtr0DTt9MDtS2CM { width:21.5rem;height:10.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f38gZMRtt4OvTA8KEwTp5MJe4v5UFSxL { display:block; }#f38gZMRtt4OvTA8KEwTp5MJe4v5UFSxL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSZeGycqPvaSNgTT7LiuIIxcvE9T30oT { width:47.75rem;height:1.75rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfZagZ0A37zFHEmn3NcpyMyFzoJ362P7 { width:47.75rem;height:1.75rem;top:5.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS9nm2JyUJBuxGpP5I9bvR3KnIHRTmtt { width:27.3125rem;height:4.25rem;top:8.125rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylngTs0FdRdColxqmCDEKtZOweFl4E7i { display:block; }
 }@media only screen and (max-width: 763px) { #v36TnHpdLNlsIp3RgqabXCnq4NHIvMd9 { display:block; }#v36TnHpdLNlsIp3RgqabXCnq4NHIvMd9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uw9qAXcZ4E2hnsiDvHSseUpUdoKZk1F7 { width:20.5625rem;height:9.875rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltytVsXXBvKcPkDewQP3c1tSJ2mWZxAZ { width:15.8125rem;height:5.625rem;top:11.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUglbipTTrKLQXmKMEcxl6h7m7WEXlC5 { width:20.4375rem;height:9.6875rem;top:9.875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCzGwg3OJUv6JrbagsowUBoBr0qpnVFQ { width:16.5rem;height:5.625rem;top:12rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlRvQsQ0f10HKCwEwSAhdQI1NFHqrHpQ { width:21.1875rem;height:9.625rem;top:9.8125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6zhdlIlczwqVaZuFB0ACna7bdkixp6u { width:19.5rem;height:5.625rem;top:11.9375rem;left:28.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3365VKplSSHqTf9eFn2kvM1t4TtZCc2 { width:47.75rem;height:;top:4rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGrdIksc0LGkA4nWn950I6faVubbL25p { display:block; }#iGrdIksc0LGkA4nWn950I6faVubbL25p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMdBSzH68xiQBSWGm2Fn9mMxlIeQ8hXP { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSclkxBUfARlySe27gGtMliTOESXhRDG { display:block; }#wSclkxBUfARlySe27gGtMliTOESXhRDG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukJDXTqfPfT6o9hiIwKgl61C7LlulBQ7 { width:12.25rem;height:3.625rem;top:5.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAhc4JXT6bLUJDlMHKg3FUqWCmBG5F3B { width:3.1875rem;height:3.1875rem;top:0.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTXwBhAsE1piV8I8Q59qrccqv9v1L7tI { width:3.125rem;height:3.125rem;top:0.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIDBmtWRf41JBrXnS0Dtzrgz1R0hCC9r { width:3.125rem;height:3.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwppdeffo44BDAntdd1BVUGEQHiJVMaJ { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhoLGUHLSS12sbHqGU1MwVlusb1oe7A8 { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVsf64IPSeSOhmo2lLdU3gcpfDZQiPB6 { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBeIvFFlQmc2NROrHQ9TAn9ipwN2BgJ9 { width:13.6875rem;height:3.625rem;top:5.5rem;left:10rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQNoRmVKxiD11ozT7Q1dLG88oFaaQyvu { width:20.75rem;height:3.625rem;top:5.5rem;left:24.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFNmhO9DeKowi9okpzdd0Qsdoz0y9a7c { display:block; }#TFNmhO9DeKowi9okpzdd0Qsdoz0y9a7c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3TiwB8BOPvkR2zhVstkKNzLN1PIknLz { width:47.75rem;height:1.75rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZoXDzzOpxh2kSdAvB6hfz2dJ7bxD2Ia { width:47.75rem;height:1.75rem;top:5.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7mXsaWuf2HML3uKr2hywzwPWPD3oKPZ { width:27.3125rem;height:4.25rem;top:11.125rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opAiGGGWxtzpThD6TE0k5cSagagOkZsV { display:block; }
 }@media only screen and (max-width: 763px) { #IBpv33XQTOMHWwMFNz2b4E4H30vQ8J81 { width:47.75rem;height:1.75rem;top:7.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usEgASnMSlrliNoR0tGLUhFbnJpGns32 { display:block; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlZt1sbkc3z95rhFo0bcFAdR6iCWZKBq { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 { display:block; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQouvoR7DN5gtWVu6yKQMQhvo8iGRwmR { top:0rem;left:0rem;width:47.75rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPwZZaHqd7TzOA1J2ddGvX9hVFQ1rtFI { width:1.3125rem;height:3rem;top:17.5rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE8Wh8BGXZmvxwRZpDWCJWVwoMAtlMDh { width:36.625rem;height:3.25rem;top:18.0625rem;left:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZqJwblN8T26cy4wzsOe1XcxMy21E7V5 { width:1.9375rem;height:1.9375rem;top:18.0625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8eBnHn0RlaZ67zzEi2DO78dfkTHwrpo { width:36.625rem;height:3.25rem;top:13.3125rem;left:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD7vyX8E9TVOBoKETii15qeFcUJQBnwr { width:1.9375rem;height:1.9375rem;top:13.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBRVfpAPShyUkwNhnKPy0UAuq8TH91IQ { width:1.3125rem;height:3rem;top:12.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovFoGM3gTQKUJ2c0tVlifsxJ4ROJMynA { width:34.75rem;height:3.25rem;top:8.5rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN9Csd1XUDhSJ7naATD1pdUFNhRGEWWd { width:1.9375rem;height:1.9375rem;top:2.5625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOsb7gSgkHWx7V2I24c64rFtGTMxel4R { width:1.3125rem;height:3rem;top:2rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJgecoum7NrElDt0cOZdguNnI2eAT1bh { width:35.625rem;height:4.875rem;top:2.5625rem;left:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7PXNufCd7yoM7cM6urJ9MaBuJiWquIx { width:1.9375rem;height:1.9375rem;top:8.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwBB9tQT0TJSVDCPNrPWgqPG0X22zhZ2 { width:1.3125rem;height:3rem;top:7.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M37M2yO6ZlW99HiGbiDGgc4wzWyCduaC { width:36.625rem;height:3.25rem;top:22.5rem;left:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JucE651IsmBhelicRzRC4eT7vLnuZlay { width:44.25rem;height:1.8125rem;top:26.875rem;left:3.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeg5wiTcPqUob9zwmnvoeRlMu9ysUSzK { top:0rem;left:0rem;width:20.4375rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 { display:block; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1kUERLcHQtv3caoy7zKb0I7erT2tpga { width:47.75rem;height:;top:3.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvNdkRdvDUM5zraQqyISOAM8uOBsvUnG { width:44.4375rem;height:2rem;top:10.4375rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLLSIQQVva0ThKx1yTN0Ibx0MUAb2gvu { width:1.9375rem;height:1.9375rem;top:13.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCMbieU18i15JeAHnqUdQo5BBfoTTnhM { width:1.3125rem;height:3rem;top:13.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElqPAoJPqFey7lTzr4NHyrC6ynOmXKNJ { width:40.5rem;height:1.625rem;top:13.8125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGEi5AQC1hoNSdTAOch2K1bn4MRAEUr2 { width:1.3125rem;height:3rem;top:16.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6JKt9mqDWStxp6Z9pK2X1ICu59ZuokF { width:1.9375rem;height:1.9375rem;top:17.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlzQy0zTfWNfbRL2rJHFTUrHJnqlcrDV { width:40.1875rem;height:1.625rem;top:17.375rem;left:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0T69BG4PFiAFbsKqO31T279bOCnbLg2 { width:1.3125rem;height:3rem;top:24.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfEKJdupxlxBnhDVvnNREhCdon3FWgFs { width:1.9375rem;height:1.9375rem;top:24.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z82PRn2gBttAL451Va2q24TkACTA5gV8 { width:39.4375rem;height:1.625rem;top:24.9375rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOq9QFZlAdkNHRE3QlcSf8teTrO0uMMV { width:1.3125rem;height:3rem;top:20.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXTRbF68CQbRu1nx3VHIOrtxZZGlXIM7 { width:1.9375rem;height:1.9375rem;top:21.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEOpviUc6tMxMXuRZXGJ0vTh1WOImyTA { width:41.125rem;height:1.625rem;top:21.25rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQtmOpQFAtwKosK49WceM4pNP4KmEZ9l { top:8.75rem;left:0rem;width:47.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT4KMGB4VRwNJ3Csoqcrlg8yExNgycv0 { width:43rem;height:3.75rem;top:28.4375rem;left:2.375rem;font-size:1.125rem;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:47.75rem;height:;top:3rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmfIX3kIKlHZkWF9fN98TCB80mIqapki { width:0.125rem;height:11.3125rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTeBqohS9CCupnIrNF3ni5IcrEEXCTbK { width:47.75rem;height:3.375rem;top:8.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8xCf4wafsOUM2DDZSXNL1K5vN47XaF3 { width:47.75rem;height:1.6875rem;top:12.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL54gt4Wc48lidvhO1Q7zS8IBJ6SXU0D { width:47.75rem;height:3.375rem;top:15.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXtScgeGQuPlN5pq7uWOznhW46Om1T6P { top:21.5625rem;left:12.40625rem;width:22.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ZpFFhqrrzVhHMiX8AFam0htTkTLF4v { width:27.3125rem;height:4.25rem;top:31.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0ePxugKHU65UT4vMT5PV2dAAT9moVN3 { display:block; }
 }@media only screen and (max-width: 763px) { #MxMzW9HyI7L9dRFRpdFWXpHhMgJSuyWQ { width:27.125rem;height:1.375rem;top:36.9375rem;left:10.3125rem;font-size:0.75rem;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:7.4375rem;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:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { width:20rem;height:6.25rem;top:1.40625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BwokuealFWMkbqmJpsKm366wX6Qmf3VE { width:20rem;height:4.125rem;top:8.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Js8J9qVViwE2nOyBQqUw92C1IUEExvyN { width:20rem;height:2.625rem;top:15rem;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) { #naENVG1qUSy3N5mAZP5VZKz2l7fZT77r { width:20rem;height:6.125rem;top:19.125rem;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:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { width:18.9375rem;height:5.75rem;top:8.90625rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;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:19rem;height:3.375rem;top:25.5625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block; }
 }@media only screen and (max-width: 763px) { #m1siX43auVhcMh2FoyORAX0dX13lOdBJ { width:3.6875rem;height:1.625rem;top:19rem;left:4.75rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ntuRcqlnPCiAT4zWInuXCxhFH9RfslhW { width:20rem;height:1rem;top:29.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r60JHk5MsToyHVVh5D1uvQCDdP3QtJ8E { width:20rem;height:5rem;top:2.125rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FS600VmfFbXngvU0WrCyBlSD6GyBmZPK { width:0.125rem;height:6.0625rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS4TFzBzCf415e951TKptspb2Rt3HRwv { width:20rem;height:1.3125rem;top:15.8125rem;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) { #RUdFgMddVpq6tZT6R9Jl6qClz5cKvEAs { width:11.0625rem;height:4.1875rem;top:17.0625rem;left:7.1875rem;font-size:3.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rbtbe5k0swoD4QnHqp0EuV6zMCrtTETl { width:13.4375rem;height:2.625rem;top:21.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLa5WndQ6NZUW56JOt0It1trzugKiVSm { width:12.3125rem;height:1.625rem;top:21.625rem;left:4.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QPeXX85hG6p5kNhT3FiwNb6DH9VWLrv5 { width:20rem;height:25.511111111111rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 { display:block; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { width:20rem;height:81.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nB73wPS1txBNMXr1n50qnJrXeJkG4CeX { width:20rem;height:4.625rem;top:3rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMmprSfTAMIhDvQFkSGtTop03ualKn7f { width:1.3125rem;height:3rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emolnGZAIhaEu9JxPQkCNuvcELJOeFbw { display:flex;width:1.9375rem;height:1.9375rem;top:33.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K2LcxlrRZqIbxCaDQmftv7fegDbTWeCJ { width:17.5rem;height:2.875rem;top:33.25rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rsWTA8WMTezClTJuOqgmk4OA4ZnXHu9W { width:17.4375rem;height:2.875rem;top:36.9375rem;left:2.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nmQ9FzFmrCJHu45dGCpwHoeTzFm6H7xy { width:17.5rem;height:2.875rem;top:40.8125rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ETLEPlFMx6gwXCAN7hOaiseBFaLCiaz3 { width:20rem;height:3.25rem;top:49.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rEkCyhrk5OtcbZw4HkvkERTg7iqrTBvy { width:20rem;height:6.25rem;top:9.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #icg0Wk4C3pNy8UvxmGPaPpVi67XTo0oT { width:20rem;height:10.9375rem;top:16.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aJc6xUtPvnqOXV8sw6NAG1GBJ8GX3NTR { width:1.3125rem;height:3rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdilafSzuXubsKU96uOs1rCZpQeJ9IbW { display:flex;width:1.9375rem;height:1.9375rem;top:37.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eO03Cf6kL5b4iVpaa9mA2pMz2UQfT8Jy { width:1.3125rem;height:3rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUGTvzyNWpOXWdW5Fg8sPJW971EgOcUO { display:flex;width:1.9375rem;height:1.9375rem;top:41.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dpTaERJKKgyexexNlywiUhXHrPntdHx2 { width:1.3125rem;height:3rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll0ZCiXQ2nIR9VIO1QgrJtQ84odJUVvU { display:flex;width:1.9375rem;height:1.9375rem;top:45.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oWlAuf8Dh7mOz07utG85ktdIVp2tfC9M { width:17.6875rem;height:2.875rem;top:44.5625rem;left:2.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Qg6TUoD47zLwugJIaPWlRSVJnTC0moyb { width:20rem;height:3.5rem;top:28.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EmxMAnE2sbBfAbXiq5Gqi63FVMyVeT18 { width:15.5625rem;height:23.5rem;top:55.125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { display:block; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { width:20rem;height:4.75rem;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) { #NeaPtcBiB0oBGNbXUVJ8uwC4nwxkfH6O { width:20rem;height:6.1875rem;top:7.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JZzI9Pv6xcuv1NWts8DvDPOl2lJVTFXZ { width:20rem;height:6.25rem;top:15.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCTPBXITrAyJhPTCgphJkTKJ04672Rsf { display:block; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { width:20rem;height:36rem;position:relative;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:14.4375rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { display:flex;width:3.25rem;height:3.25rem;top:25.9375rem;left:8.75rem; }
 }@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:14.4375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { width:1.875rem;height:4.1875rem;top:25.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM18LrkNyX7TCRKMEdtgqATS85OXOinm { width:18.125rem;height:4.6875rem;top:6.5625rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADgHV96ymCTexMUgGvvDqqzRE24pfCpk { width:20rem;height:3.125rem;top:19.625rem;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:3.125rem;top:30.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWwlNhKTFTCsasozr1bezXPTs11fTeSg { width:20rem;height:12.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6lMPnX3JxldEBF3EK3dFcZrBwZ1xyEK { width:20rem;height:10.25rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV1wNIseRTz7FTOZ1HDFLTLQbXADpNw9 { width:20rem;height:10.6875rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUJWhsG23UEyQhrUqQTikK6iav96Pv64 { display:block; }#gUJWhsG23UEyQhrUqQTikK6iav96Pv64 > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9eOWXXH7v9Wva0wb3X4MKC15FVswkg5 { display:flex;width:3.5625rem;height:3.5625rem;top:1.8125rem;left:8.5625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #WndpTmLpRQLKNK3KShTgwlhX3mrCfhMS { display:flex;width:3.6875rem;height:3.6875rem;top:12.25rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #vu0FDDAwyCFIJOO270wHRP9i5QTOl3Nt { display:flex;width:3.25rem;height:3.25rem;top:23.5rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #SD1zwqBG9M5c5T0WuVlUTcG0sihrUt79 { width:1.875rem;height:4.1875rem;top:1.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsDaciNWmqZHpHZJJFHedrbZKDTaTueg { width:1.875rem;height:4.1875rem;top:12.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAWsmFCaDscFASmdQeg3v14aDTV9MBSh { width:1.875rem;height:4.1875rem;top:23.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uob4Lo7sWSiiapv8qUIHaqCQCvyNttBl { width:17.6875rem;height:3.125rem;top:6.375rem;left:1.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u1O7rP1Rih5RhOrIaQBgh4FWw8kx2GWx { width:20rem;height:3.125rem;top:17.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEJIg2cds8nRMZCQdNWbcp3ccB5lQHeB { width:20rem;height:3.125rem;top:28.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzu9gZBFy7org6e1rN0cJ1ZGa4SItXob { width:20rem;height:10.6875rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSQdOgCTRWQHRSTFZDyy2gEkWpIaBigP { width:20rem;height:9.6875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVzIQNTbFyRiRyTGoXtr0DTt9MDtS2CM { width:20rem;height:10.3125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f38gZMRtt4OvTA8KEwTp5MJe4v5UFSxL { display:block; }#f38gZMRtt4OvTA8KEwTp5MJe4v5UFSxL > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSZeGycqPvaSNgTT7LiuIIxcvE9T30oT { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xfZagZ0A37zFHEmn3NcpyMyFzoJ362P7 { width:20rem;height:1.5625rem;top:7.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WS9nm2JyUJBuxGpP5I9bvR3KnIHRTmtt { width:19rem;height:3.25rem;top:9.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylngTs0FdRdColxqmCDEKtZOweFl4E7i { display:block; }
 }@media only screen and (max-width: 763px) { #v36TnHpdLNlsIp3RgqabXCnq4NHIvMd9 { display:block; }#v36TnHpdLNlsIp3RgqabXCnq4NHIvMd9 > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uw9qAXcZ4E2hnsiDvHSseUpUdoKZk1F7 { width:18.9375rem;height:8.25rem;top:10.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltytVsXXBvKcPkDewQP3c1tSJ2mWZxAZ { width:17.5rem;height:5.25rem;top:11.9375rem;left:1.25rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nUglbipTTrKLQXmKMEcxl6h7m7WEXlC5 { width:18.9375rem;height:8.1875rem;top:19.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCzGwg3OJUv6JrbagsowUBoBr0qpnVFQ { width:17.5rem;height:5.25rem;top:21.4375rem;left:1.25rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XlRvQsQ0f10HKCwEwSAhdQI1NFHqrHpQ { width:18.9375rem;height:9.6875rem;top:29.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6zhdlIlczwqVaZuFB0ACna7bdkixp6u { width:17.5rem;height:7rem;top:30.5rem;left:1.25rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #b3365VKplSSHqTf9eFn2kvM1t4TtZCc2 { width:20rem;height:7.125rem;top:2.4375rem;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) { #iGrdIksc0LGkA4nWn950I6faVubbL25p { display:block; }#iGrdIksc0LGkA4nWn950I6faVubbL25p > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMdBSzH68xiQBSWGm2Fn9mMxlIeQ8hXP { width:20rem;height:7.125rem;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) { #wSclkxBUfARlySe27gGtMliTOESXhRDG { display:block; }#wSclkxBUfARlySe27gGtMliTOESXhRDG > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukJDXTqfPfT6o9hiIwKgl61C7LlulBQ7 { width:20rem;height:1.5625rem;top:6.32421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAhc4JXT6bLUJDlMHKg3FUqWCmBG5F3B { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.5625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #NTXwBhAsE1piV8I8Q59qrccqv9v1L7tI { display:flex;width:2.75rem;height:2.75rem;top:10.0625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #TIDBmtWRf41JBrXnS0Dtzrgz1R0hCC9r { display:flex;width:2.625rem;height:2.625rem;top:18.625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #gwppdeffo44BDAntdd1BVUGEQHiJVMaJ { width:1.875rem;height:4.1875rem;top:1.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhoLGUHLSS12sbHqGU1MwVlusb1oe7A8 { width:1.875rem;height:4.1875rem;top:9.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVsf64IPSeSOhmo2lLdU3gcpfDZQiPB6 { width:1.875rem;height:4.1875rem;top:17.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBeIvFFlQmc2NROrHQ9TAn9ipwN2BgJ9 { width:18.125rem;height:1.5625rem;top:14.5625rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQNoRmVKxiD11ozT7Q1dLG88oFaaQyvu { width:18.8125rem;height:3.125rem;top:23.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFNmhO9DeKowi9okpzdd0Qsdoz0y9a7c { display:block; }#TFNmhO9DeKowi9okpzdd0Qsdoz0y9a7c > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3TiwB8BOPvkR2zhVstkKNzLN1PIknLz { width:19.1875rem;height:3.5rem;top:1.625rem;left:0.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZoXDzzOpxh2kSdAvB6hfz2dJ7bxD2Ia { width:20rem;height:1.75rem;top:6rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7mXsaWuf2HML3uKr2hywzwPWPD3oKPZ { width:20rem;height:4.25rem;top:13.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opAiGGGWxtzpThD6TE0k5cSagagOkZsV { display:block; }
 }@media only screen and (max-width: 763px) { #IBpv33XQTOMHWwMFNz2b4E4H30vQ8J81 { width:20rem;height:3.5rem;top:9rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usEgASnMSlrliNoR0tGLUhFbnJpGns32 { display:block; }#usEgASnMSlrliNoR0tGLUhFbnJpGns32 > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlZt1sbkc3z95rhFo0bcFAdR6iCWZKBq { width:20rem;height:7.125rem;top:2.1875rem;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) { #UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 { display:block; }#UM0AuCXXqyULyTp5zIWyiAyT4z9Vwel3 > .row .container { width:20rem;height:103.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQouvoR7DN5gtWVu6yKQMQhvo8iGRwmR { width:20rem;height:66.625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPwZZaHqd7TzOA1J2ddGvX9hVFQ1rtFI { width:1.3125rem;height:3rem;top:42.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE8Wh8BGXZmvxwRZpDWCJWVwoMAtlMDh { width:19.25rem;height:6.25rem;top:46.0625rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZqJwblN8T26cy4wzsOe1XcxMy21E7V5 { display:flex;width:1.9375rem;height:1.9375rem;top:42.6875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #z8eBnHn0RlaZ67zzEi2DO78dfkTHwrpo { width:19.5rem;height:6.25rem;top:34.8125rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DD7vyX8E9TVOBoKETii15qeFcUJQBnwr { display:flex;width:1.9375rem;height:1.9375rem;top:31.5625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #kBRVfpAPShyUkwNhnKPy0UAuq8TH91IQ { width:1.3125rem;height:3rem;top:31rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovFoGM3gTQKUJ2c0tVlifsxJ4ROJMynA { width:19.375rem;height:6.25rem;top:22.75rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wN9Csd1XUDhSJ7naATD1pdUFNhRGEWWd { display:flex;width:1.9375rem;height:1.9375rem;top:3.75rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #AOsb7gSgkHWx7V2I24c64rFtGTMxel4R { width:1.3125rem;height:3rem;top:3.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJgecoum7NrElDt0cOZdguNnI2eAT1bh { width:18.5625rem;height:9.375rem;top:7.1875rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7PXNufCd7yoM7cM6urJ9MaBuJiWquIx { display:flex;width:1.9375rem;height:1.9375rem;top:19.0625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #iwBB9tQT0TJSVDCPNrPWgqPG0X22zhZ2 { width:1.3125rem;height:3rem;top:18.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #M37M2yO6ZlW99HiGbiDGgc4wzWyCduaC { width:18.5625rem;height:4.3125rem;top:54.9375rem;left:0.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JucE651IsmBhelicRzRC4eT7vLnuZlay { width:20rem;height:5.4375rem;top:60.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeg5wiTcPqUob9zwmnvoeRlMu9ysUSzK { width:19.75rem;height:29.836391437309rem;top:69.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 { display:block; }#qwQdyeeqFcXWTrEVJ4bkkqBJT2WGMN14 > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1kUERLcHQtv3caoy7zKb0I7erT2tpga { width:18.25rem;height:7.125rem;top:2.125rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nvNdkRdvDUM5zraQqyISOAM8uOBsvUnG { width:20rem;height:2rem;top:10.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cLLSIQQVva0ThKx1yTN0Ibx0MUAb2gvu { display:flex;width:1.9375rem;height:1.9375rem;top:13.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kCMbieU18i15JeAHnqUdQo5BBfoTTnhM { width:1.3125rem;height:3rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElqPAoJPqFey7lTzr4NHyrC6ynOmXKNJ { width:17.1875rem;height:4.125rem;top:13.375rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DGEi5AQC1hoNSdTAOch2K1bn4MRAEUr2 { width:1.3125rem;height:3rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6JKt9mqDWStxp6Z9pK2X1ICu59ZuokF { display:flex;width:1.9375rem;height:1.9375rem;top:18.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zlzQy0zTfWNfbRL2rJHFTUrHJnqlcrDV { width:17.125rem;height:4.125rem;top:18.75rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0T69BG4PFiAFbsKqO31T279bOCnbLg2 { width:1.3125rem;height:3rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfEKJdupxlxBnhDVvnNREhCdon3FWgFs { display:flex;width:1.9375rem;height:1.9375rem;top:27.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z82PRn2gBttAL451Va2q24TkACTA5gV8 { width:17.25rem;height:2.75rem;top:27.6875rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HOq9QFZlAdkNHRE3QlcSf8teTrO0uMMV { width:1.3125rem;height:3rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXTRbF68CQbRu1nx3VHIOrtxZZGlXIM7 { display:flex;width:1.9375rem;height:1.9375rem;top:23.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LEOpviUc6tMxMXuRZXGJ0vTh1WOImyTA { width:17.125rem;height:2.75rem;top:23.6875rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AQtmOpQFAtwKosK49WceM4pNP4KmEZ9l { width:20rem;height:20.25rem;top:18.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bT4KMGB4VRwNJ3Csoqcrlg8yExNgycv0 { width:20rem;height:6.75rem;top:32.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { width:20rem;height:5.25rem;top:3.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XmfIX3kIKlHZkWF9fN98TCB80mIqapki { width:0.125rem;height:15.125rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTeBqohS9CCupnIrNF3ni5IcrEEXCTbK { width:20rem;height:7.1875rem;top:11.4375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L8xCf4wafsOUM2DDZSXNL1K5vN47XaF3 { width:20rem;height:2.875rem;top:19.875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TL54gt4Wc48lidvhO1Q7zS8IBJ6SXU0D { width:20rem;height:5.75rem;top:24.3125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IXtScgeGQuPlN5pq7uWOznhW46Om1T6P { width:20rem;height:5.625rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ZpFFhqrrzVhHMiX8AFam0htTkTLF4v { width:19rem;height:4.25rem;top:39.5rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0ePxugKHU65UT4vMT5PV2dAAT9moVN3 { display:block; }
 }@media only screen and (max-width: 763px) { #MxMzW9HyI7L9dRFRpdFWXpHhMgJSuyWQ { width:20rem;height:1rem;top:45rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP9nLZTLL48E599A97V9u36eQlvuyG0x { width:13.125rem;height:1.3125rem;top:7.375rem;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:9.9375rem;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:7.4375rem;height:4.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }