.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,247,236;--color-primary-1:255,230,192;--color-primary-2:255,204,128;--color-primary-3:128,102,64;--color-primary-4:38,31,19;--color-secondary-0:217,234,234;--color-secondary-1:128,185,186;--color-secondary-2:0,115,117;--color-secondary-3:0,58,59;--color-secondary-4:0,17,18;--color-tertiary-0:255,255,255;--color-tertiary-1:179,213,214;--color-tertiary-2:0,115,117;--color-tertiary-3:0,58,59;--color-tertiary-4:0,11,12;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(var(--color-secondary-0),0.3);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; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:rgba(var(--color-tertiary-3),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:10.9375rem;left:1.875rem;height:3.57486875rem;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; }
#dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { position:absolute;display:block;z-index:15003;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.4375rem;width:12.5625rem;top:2.625rem;left:1.875rem;overflow:hidden;display:block; }
#qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5625rem;left:40.603515625rem;display:block; }
#e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:52.166664123535rem;display:block; }
#Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5625rem;left:58.125rem;display:block; }
#kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5625rem;left:64.125rem;display:block; }
#T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:#024059;display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.03125rem;left:1.875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KlsA1rxnyH3vIb9fTlTHfly8dFIvNAI2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:16.3125rem;top:22.25rem;left:50.5625rem;overflow:hidden;display:block; }
#flHPKADtWEAylbmPGy6VS4DHfkQaauoD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:45.8125rem;display:block; }
#B1E1pHcPiPArkgQJqQ8EJdx7wv8Z0ZtX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FDe2yl9nBzcb6DBop3bsM53wQe4HCx1y { color:#024059;display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:30.500001430511rem;left:1.875rem;height:6.75rem;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; }
#VQBZIX1FEleKe2gIMxROVkk8kvMv6wDx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:57rem;top:18.75rem;left:0.5rem;display:none; }
#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { background-color: transparent; background-image: none; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container > .video-iframe-container { display: none; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row > .video-iframe-container { display: none; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .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); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { border-width: 0; border-radius: 0; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#yDQrsGUBVNbgRreLl5pzkV2FSWPFJxF7 { color:#024059;display:block;width:66.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:4.5592460632324rem;left:5.166015625rem;height:7.1979375rem;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; }
#xsEOo60f6M38l2NhgJPmvzQGhXpZ4hFv { background-color:#d9ccc2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.153647422791rem;left:12.375rem;display:block; }
#wLxU5Z0NcdS8x731Nu3Pyzq7T5k7L8Jp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KR0QLgdFr39TtuMyrWpBbfcA3QuXk6Z2 { background-color:#d9ccc2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.153647422791rem;left:49.875rem;display:block; }
#lAFQ0LTQCrAm92xlbOdMD8gfqULSg0D3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvJvlB2MWc0kTmGe7K7xzBVQc47UWTpL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(2,64,89,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KvJvlB2MWc0kTmGe7K7xzBVQc47UWTpL > .row .container { background-color: transparent; background-image: none; }#KvJvlB2MWc0kTmGe7K7xzBVQc47UWTpL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvJvlB2MWc0kTmGe7K7xzBVQc47UWTpL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvJvlB2MWc0kTmGe7K7xzBVQc47UWTpL > .row .container > .video-iframe-container { display: none; }#KvJvlB2MWc0kTmGe7K7xzBVQc47UWTpL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvJvlB2MWc0kTmGe7K7xzBVQc47UWTpL > .row > .video-iframe-container { display: none; }#KvJvlB2MWc0kTmGe7K7xzBVQc47UWTpL > .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); }#KvJvlB2MWc0kTmGe7K7xzBVQc47UWTpL > .row .container { border-width: 0; border-radius: 0; }#KvJvlB2MWc0kTmGe7K7xzBVQc47UWTpL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KvJvlB2MWc0kTmGe7K7xzBVQc47UWTpL > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:block; }#pEbQPBuNqWwoBq8I3Zmqkz8MaCNVH3CE { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:6rem;left:3.75rem;height:8.499375rem;text-align:left;text-align-last:left;display:block; }
#oicdyCeNcuFqG5kMuF4m1eXhQMAtQaKK { position:absolute;display:block;z-index:15010;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4rem;width:4rem;top:16.5625rem;left:3.75rem;overflow:hidden;display:block; }
#hI8n5ewTqTgSo1nvX7LepBZd2D9offRG { color:rgba(var(--color-tertiary-3),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:16.5625rem;left:9.8125rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#bRWX0LC87i8Ao13UlDzGUao1PlsieyZD { color:rgba(var(--color-tertiary-2),0.6);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19rem;left:9.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#HlWuDEOUE2iBXJTdbQD7VGCpI3foXKTT { color:rgba(var(--color-tertiary-3),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:16.875rem;left:49.9375rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#O0JzBqsSq4GZzCGsBioGRTtIFbI6vDM6 { color:rgba(var(--color-tertiary-2),0.6);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.3125rem;left:49.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#wLzHCsXckNDSPXKXt62TeEOeioV8Z7b0 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:6.3125rem;left:43.875rem;height:10.19925rem;text-align:left;text-align-last:left;display:block; }
#GV1IgkgIvGfZUiPQ39GvPe1QRerq8xNy { position:absolute;display:block;z-index:15015;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4rem;width:4rem;top:16.875rem;left:43.875rem;overflow:hidden;display:block; }
#BqQKTU7WXm3R9nXMlZLFhZA5OMBav03J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.28125rem;left:27rem; }
#ZFiLA6LPm0bxTXa5wxpeaRbnlZq3fpHB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.28125rem;left:67.75rem; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#ATvD6T6MVCu9WHDhL3TKKMeaURK80Jzq { color:#024059;display:block;width:63.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:5.6875rem;left:7.1875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q9xKL9Zgiam6qRvVw6ldAg7bSQ5s88Z1 { background-color:#d9ccc2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.750000953674rem;left:50rem;display:block; }
#D6383SGDJnn590suhGm3O0ecrQfW0gz8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GP2DdZ3qAnNd2NmlOsGCgkhsbMRvSpre { background-color:#d9ccc2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.75rem;left:12.375rem;display:block; }
#AFDpdGNRWaJpxvMX3Tr7TGd1Wi8HFQ0Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { position:absolute;display:block;z-index:15000;background-color:rgba(2,64,89,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:1.25rem;left:2.5rem;display:block; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:#024059;display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.25rem;left:1.3125rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:18.75rem;top:18.875rem;left:2.5rem;overflow:hidden;display:block; }
#ndM6QuUNliKOz1omMSQSiizGothWScfM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:20.125rem;top:5.1875rem;left:27.4375rem;overflow:hidden;display:block; }
#ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { color:#024059;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:25.0625rem;left:27.5625rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { position:absolute;display:block;z-index:15004;background-color:#024059;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:18.875rem;left:28.125rem;display:block; }
#gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:18.75rem;top:18.875rem;left:53.75rem;overflow:hidden;display:block; }
#bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { color:#024059;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:9.25rem;left:52.71875rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { position:absolute;display:block;z-index:15004;background-color:rgba(2,64,89,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:1.25rem;left:53.75rem;display:block; }
#AVwbompUwgqFsfPshxCG5mqtfMkfkRvi { color:#024059;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:0rem;left:0rem;height:4.04980625rem;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; }
#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { font-size:0.875rem;font-family:arial;height:1.0625rem;width:75rem;position:relative;display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.3);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; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { background-color: transparent; background-image: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .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); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0.0625rem;height:2.92480625rem;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; }
#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.3);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; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { background-color: transparent; background-image: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .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); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { border-width: 0; border-radius: 0; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { color:#024059;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { color:#024059;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:19.472658157349rem;left:0.03125rem;height:1.69986875rem;text-align:center;text-align-last:center;display:block; }
#N78AIP01TatvehqHqqfTw6IfTP46HvAD { color:#024059;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.2252655029297rem;left:17.78125rem;height:11.375rem;text-align:left;text-align-last:left;display:block; }
#ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { color:#024059;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.2252655029297rem;left:37.6875rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#RbNMVCR0nNo2CsAkOnV9Kb0UqN31kIS0 { color:#024059;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.2252655029297rem;left:57.3125rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#QF9LTAcNC6cS1VquBq3iqbXS3qkpwsbB { 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:15022;opacity:1;top:0.5625rem;left:0.625rem; }
#IgU77QRu0T2mubi9sqMU1bShsn5tOaWF { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-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:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#gc5HVO7LeowgpsZxRCF9m5McwtHK9Wyx { 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:15024;opacity:1;top:0.5625rem;left:18.375rem; }
#qocBcIqmBSFn0ZvrcgH4MKsUH35mKP36 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-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:4.1875rem;width:1.875rem;top:0rem;left:17.8125rem;display:block; }
#EzB3PtFTrgWtE0TLzxSCMTaGcWI9OQic { 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:15026;opacity:1;top:0.5625rem;left:38.25rem; }
#uOHKSO7CLJoHw76BQDa48tARGiceCxpX { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-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:4.1875rem;width:1.875rem;top:0rem;left:37.6875rem;display:block; }
#zNxeMAxIih5xrGKyyIHshARdd83hXiZK { 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:15028;opacity:1;top:0.5625rem;left:57.9375rem; }
#QOcVrV6vSHSuTxnT3oDtKbI2F7rT5Mg8 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-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:4.1875rem;width:1.875rem;top:0rem;left:57.3125rem;display:block; }
#I4nWQfTe9CsxOdx0oTlNuzTIXJkRkMfN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.3);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; }#I4nWQfTe9CsxOdx0oTlNuzTIXJkRkMfN > .row .container { background-color: transparent; background-image: none; }#I4nWQfTe9CsxOdx0oTlNuzTIXJkRkMfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4nWQfTe9CsxOdx0oTlNuzTIXJkRkMfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4nWQfTe9CsxOdx0oTlNuzTIXJkRkMfN > .row .container > .video-iframe-container { display: none; }#I4nWQfTe9CsxOdx0oTlNuzTIXJkRkMfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4nWQfTe9CsxOdx0oTlNuzTIXJkRkMfN > .row > .video-iframe-container { display: none; }#I4nWQfTe9CsxOdx0oTlNuzTIXJkRkMfN > .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); }#I4nWQfTe9CsxOdx0oTlNuzTIXJkRkMfN > .row .container { border-width: 0; border-radius: 0; }#I4nWQfTe9CsxOdx0oTlNuzTIXJkRkMfN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4nWQfTe9CsxOdx0oTlNuzTIXJkRkMfN > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#TXThJrI4PXBTfI8pRD1PtpifGslXEzZg { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:15.625rem;height:2.92480625rem;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; }
#VWOqMaXz1AdLoaTkt3BKhWn92OmTNiZ1 { color:#024059;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:6.2998046875rem;left:15.625rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#ELNvMgVw6MH709noLah4AXPlqriNyL1O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.3);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; }#ELNvMgVw6MH709noLah4AXPlqriNyL1O > .row .container { background-color: transparent; background-image: none; }#ELNvMgVw6MH709noLah4AXPlqriNyL1O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELNvMgVw6MH709noLah4AXPlqriNyL1O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELNvMgVw6MH709noLah4AXPlqriNyL1O > .row .container > .video-iframe-container { display: none; }#ELNvMgVw6MH709noLah4AXPlqriNyL1O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELNvMgVw6MH709noLah4AXPlqriNyL1O > .row > .video-iframe-container { display: none; }#ELNvMgVw6MH709noLah4AXPlqriNyL1O > .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); }#ELNvMgVw6MH709noLah4AXPlqriNyL1O > .row .container { border-width: 0; border-radius: 0; }#ELNvMgVw6MH709noLah4AXPlqriNyL1O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELNvMgVw6MH709noLah4AXPlqriNyL1O > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#rgfTvwksK5c2kgWwAQb2TtFcmMG1Qv5D { color:#024059;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:2.5rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ySWXreRFlfEMRGfxiTLI1WHVShd6AR0E { color:#024059;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:10.3359375rem;left:27.5rem;height:5.0996125rem;text-align:left;text-align-last:left;display:block; }
#P6qq0tTzqOLktp4RPrpFmFGFxAhTnmsz { color:#024059;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:27.5rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#WqlF7VLwL3RFuCZSx5Oa1U7otDTQOhRU { color:#024059;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:50.3125rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#Egga8Zy22kaQ50bW0yluHfTDbcSSeoVE { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-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:4.1875rem;width:1.875rem;top:0rem;left:2.5rem;display:block; }
#T6CT8UPiCdBmN47sdgVO4ETP5UqvnGMX { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-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:4.1875rem;width:1.875rem;top:0rem;left:27.5rem;display:block; }
#bvmXclFdRpRWkoz8V1L0iP0xmIT6b2wg { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-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:4.1875rem;width:1.875rem;top:0rem;left:50.3125rem;display:block; }
#AqCwJdnil2F8VRduEO6entUNgQItcwQ8 { color:#024059;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:10.3359375rem;left:2.5rem;height:6.7995rem;text-align:left;text-align-last:left;display:block; }
#SLA1IpzWzUHOf4RTUSsZadMncgThfvXl { color:#024059;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:10.3359375rem;left:50.3125rem;height:8.499375rem;text-align:left;text-align-last:left;display:block; }
#SVA5mvzyDlci0r4Eo9pgGtTblZVhlaId { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.53125rem;left:3.09375rem; }
#peu8LsXeAGqQ0g6VUXXPJgBd6Kvo7eL5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0rem;left:27.5rem; }
#JxhNEZRMTLCQPz2cOLeTkMB5fucIVo1o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:0.71875rem;left:50.84375rem; }
#UTQvN9UbueDqwqNSkNZh5GHa4IPxcRfK { color:#024059;display:block;width:69.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:21.9609375rem;left:2.96875rem;height:13.59895rem;text-align:left;text-align-last:left;display:block; }
#FHILDKEcWLOJmH289ULHdB4gnUqN2HDB { background-color:#d9ccc2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.9375rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.557291984558rem;left:16.53125rem;display:block; }
#wFhh15JdpyfIPCexrr9CKQadw9da00J0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iD1Q6hOyidKpg3rIAb0gafGCdhmdrQDK { color:#024059;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.32292175293rem;left:3.71875rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(2,64,89,0.75);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; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { background-color: transparent; background-image: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container > .video-iframe-container { display: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container { display: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .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); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { border-width: 0; border-radius: 0; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { font-size:0.875rem;font-family:arial;height:113.25rem;width:75rem;position:relative;display:block; }#MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.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:15.0625rem;width:7.1875rem;top:22.5rem;left:7.5rem;display:block; }#MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.adaptive-delivery-prevent-bg, #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.lazyload, #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.lazyloading { background-image: none; }
#gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.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:15.0625rem;width:7.1875rem;top:42.9375rem;left:60.3125rem;display:block; }#gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.adaptive-delivery-prevent-bg, #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.lazyload, #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.lazyloading { background-image: none; }
#BTnbvcXXB0u46TRsWLbi1rlqU4oP7DIZ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:58rem;left:0rem;height:3.84895625rem;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; }
#PdIUU9mmPJLKUfOsgqTgScntMsbrtz43 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:63.961608886719rem;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;display:block; }
#PTMRNI2gOUKWeUA6i4VrPVxVgg3HkQdT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.5625rem;width:52.6875rem;top:72rem;left:11.15625rem;display:block; }
#ws5wZrE7lhNgZde9bu8L3h1ZlsUwW0GB { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.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:15.0625rem;width:7.1875rem;top:69.149108886719rem;left:7.5rem;display:block; }#ws5wZrE7lhNgZde9bu8L3h1ZlsUwW0GB.adaptive-delivery-prevent-bg, #ws5wZrE7lhNgZde9bu8L3h1ZlsUwW0GB.lazyload, #ws5wZrE7lhNgZde9bu8L3h1ZlsUwW0GB.lazyloading { background-image: none; }
#EBERQPSc3aoBTGnUPiK6cJ8VmGG19BoF { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.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:15.0625rem;width:7.1875rem;top:89.3125rem;left:60.3125rem;display:block; }#EBERQPSc3aoBTGnUPiK6cJ8VmGG19BoF.adaptive-delivery-prevent-bg, #EBERQPSc3aoBTGnUPiK6cJ8VmGG19BoF.lazyload, #EBERQPSc3aoBTGnUPiK6cJ8VmGG19BoF.lazyloading { background-image: none; }
#NGWZDuCJWARkVOUO8t1oXmxR7ZlREbp5 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:104.375rem;left:0rem;height:1.92480625rem;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; }
#VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:17.333347320557rem;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;display:block; }
#rCVufqp35tXXmeFC3wD3Uef3xMg57CZK { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:2.5824661254883rem;left:0rem;height:2.625rem;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; }
#VG9Xhrac9UN3suwoEAb5GBpTvhDr3mCf { color:rgba(var(--color-tertiary-0),1);display:block;width:65.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:6.1371536254883rem;left:4.625rem;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; }
#XhuTlA4vb7DnkEBwWymThal9NrIiLJac { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.5625rem;width:52.6875rem;top:25.687500953674rem;left:11.15625rem;display:block; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(2,64,89,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:98.9375rem;width:75rem;position:relative;display:block; }#I4Mplz4bl2giwLXrInTECyINIPU53qEP { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:2.4991321563721rem;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;display:block; }
#ZEmEPHZgQLZTQQLKreOK8rEwyqLzVoL9 { color:#024059;display:block;width:69.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:11.48438167572rem;left:2.53125rem;height:23.39323125rem;text-align:left;text-align-last:left;display:block; }
#JaEKJ5HEmTtH5etgvAEVGSaZtoPoTtEX { color:#024059;display:block;width:69.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:72.25rem;left:2.5625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y3OW1EkvV1wrvhHQmuSzlnegb4bqtP2n { color:#003a3b;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:69.125rem;left:0rem;height:3.1499rem;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; }
#AfsSTTWKJ8JvqDv9c8AkcgLTLA01yuTe { color:#024059;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:8.7977447509762rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#ClT1CWFi50F4HC34KKrORWEDpDJ3TZRp { color:#003a3b;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:37.875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GVtWwADNr3CkIdAy0OAuGJ4pJRiEoAFv { color:#024059;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:46.25rem;left:10.90625rem;height:9.0963625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bJsMlTccpAzxkcprnql4JbuLrKrVlmEd { color:#024059;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:46.249982357025rem;left:28.03125rem;height:14.294275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#exnlF4lp5lJWbTCbN2SvQEfhlE0sWdNZ { color:#024059;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:47.548828125rem;left:52.0625rem;height:6.4974rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ir6DCOoZL0LDpmEl3wN5DEeRB0gTpDmD { background-color:#d9ccc2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:62.625009536744rem;left:46.34375rem;display:block; }
#IvTX3dXR3o9opDNiCINfPFOu0VM4JuNP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1Pa2TB3EfJRhl9a19N1mU6Jz9WnXMS8 { background-color:#d9ccc2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:62.625rem;left:5.947265625rem;display:block; }
#eyFDMCEWipJusgG2RXTrEAz7TltWlOrn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VEmopJkLNlSZDzDkSRlmlnT5KpXRxKy9 { 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:15032;opacity:1;top:42.6875rem;left:56.9375rem; }
#rp9JV1TpBRT9ThF3Vkw6DGkJRA7qabmV { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-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:4.1875rem;width:1.875rem;top:42.125rem;left:56.375rem;display:block; }
#wTiVdJk5ZuBS5aZiI9CLM0b82uMJ4asL { 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:15030;opacity:1;top:42.6875rem;left:35.1875rem; }
#TK0lxRxJ5zmLUmpNKo8QZqeR8vNNM2DS { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-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:4.1875rem;width:1.875rem;top:42.125rem;left:34.625rem;display:block; }
#cTm56ErnfzwSgaGq4TKCy4NlQIwbn3xx { 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:15028;opacity:1;top:42.6875rem;left:15.5625rem; }
#cidxQTiEJSgckoTIL4XAf3VeGuC4UM9K { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-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:4.1875rem;width:1.875rem;top:42.125rem;left:14.9375rem;display:block; }
#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { background-color: transparent; background-image: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .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); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { border-width: 0; border-radius: 0; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;position:relative;display:block; }#uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:23.1875rem;top:18.67578125rem;left:6.75rem;overflow:hidden;display:block; }
#I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-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:5.875rem;width:12.0625rem;top:17.42578125rem;left:5.5rem;display:block; }
#XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { color:rgba(var(--color-tertiary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:44.11328125rem;left:6.75rem;height:1.94986875rem;text-align:left;text-align-last:left;display:block; }
#sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { color:rgba(var(--color-tertiary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:46.125rem;left:43.125rem;height:5.3984375rem;text-align:left;text-align-last:left;display:block; }
#Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { color:rgba(var(--color-tertiary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:44.11328125rem;left:43.125rem;height:1.94986875rem;text-align:left;text-align-last:left;display:block; }
#up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:23.125rem;top:18.70703125rem;left:43.53125rem;overflow:hidden;display:block; }
#VS4ecEhVMLpU8yTofaynXD8060ekvniD { position:absolute;display:block;z-index:15009;background-color:#d9ccc2;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:5.875rem;width:12.0625rem;top:17.550771713257rem;left:55.625rem;display:block; }
#KEsrSkUil3PwuSsscs724ZdxkInmVXWT { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.4375rem;left:15.5625rem;height:3.1499rem;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; }
#R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { color:#024059;display:block;width:69.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:7.2119140625rem;left:2.46875rem;height:5.3984375rem;text-align:center;text-align-last:center;display:block; }
#anhmTiHuyR27VEm7PaPAeGXw00tp8428 { color:#024059;display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:46.062501907349rem;left:6.6875rem;height:5.3984375rem;text-align:left;text-align-last:left;display:block; }
#VbOo27wCbredOnup3yJ0bf46byTbU6uR { color:rgba(var(--color-tertiary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:46.125rem;left:43.125rem;height:5.3984375rem;text-align:left;text-align-last:left;display:none; }
#BqG3nFar40LDrQ29e2rOlvQhTFTSvGxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BqG3nFar40LDrQ29e2rOlvQhTFTSvGxT > .row .container { background-color: transparent; background-image: none; }#BqG3nFar40LDrQ29e2rOlvQhTFTSvGxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqG3nFar40LDrQ29e2rOlvQhTFTSvGxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqG3nFar40LDrQ29e2rOlvQhTFTSvGxT > .row .container > .video-iframe-container { display: none; }#BqG3nFar40LDrQ29e2rOlvQhTFTSvGxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqG3nFar40LDrQ29e2rOlvQhTFTSvGxT > .row > .video-iframe-container { display: none; }#BqG3nFar40LDrQ29e2rOlvQhTFTSvGxT > .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); }#BqG3nFar40LDrQ29e2rOlvQhTFTSvGxT > .row .container { border-width: 0; border-radius: 0; }#BqG3nFar40LDrQ29e2rOlvQhTFTSvGxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BqG3nFar40LDrQ29e2rOlvQhTFTSvGxT > .row .container { font-size:0.875rem;font-family:arial;height:87.875rem;width:75rem;position:relative;display:block; }#Ck2U10p1D8psGt50qwstGhaculcFiTf0 { position:absolute;display:block;z-index:15002;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:22.8125rem;width:23.1875rem;top:9.48828125rem;left:6.75rem;overflow:hidden;display:block; }
#OMfwAlbdgVlBltHhVddRuciZIDU6GJp5 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-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:22.8125rem;width:1.3125rem;top:9.48828125rem;left:5.5rem;display:block; }
#lc0itxGS7bQXQnGdDHmTOTOMETbVSf1g { color:rgba(var(--color-tertiary-3),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:34.92578125rem;left:6.75rem;height:1.94986875rem;text-align:left;text-align-last:left;display:block; }
#s4TWn5diTfCuCE5TSGwTaySQWiE6dJdM { color:rgba(var(--color-tertiary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:36.875rem;left:6.78125rem;height:7.1979375rem;text-align:left;text-align-last:left;display:block; }
#XPqxXbngduFmGM78QpbBiAqJd5R8I0wu { color:rgba(var(--color-tertiary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:36.875rem;left:43.125rem;height:5.3984375rem;text-align:left;text-align-last:left;display:block; }
#XW9dMnULoXRwbP2uvRxkfnfbwsidw5dZ { color:rgba(var(--color-tertiary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:34.92578125rem;left:43.125rem;height:1.94986875rem;text-align:left;text-align-last:left;display:block; }
#RzZpPqfb3DaDLV6OSCWXHBwKX6iEAXpG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:22.6875rem;top:9.5195314884187rem;left:44rem;overflow:hidden;display:block; }
#LpmedTyGs37OUoaHCMcHX0f5QsFGPRyN { color:#024059;display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:1.5rem;left:6.6875rem;height:3.5989625rem;text-align:left;text-align-last:left;display:block; }
#caVIqNtor2w4rBs5tcguwarMUqouPmgL { color:#024059;display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:1.4993495941162rem;left:43.4375rem;height:5.42448125rem;text-align:left;text-align-last:left;display:block; }
#g7SNgth9OPBCrDvJ6qK5Gio3nfAz09ey { color:#024059;display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:44.9375rem;left:6.6875rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#TrCqLVaMGeQxG12Z2Fsmkmbp8rU0LUC0 { color:#024059;display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:44.937502622604rem;left:43.4375rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#MHfHb6Knax2k9ZdFmQSfKfJTWf8qb2W3 { color:#024059;display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.8;letter-spacing:0;top:86rem;left:43.4375rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#IBTSq0WxwxhUzbTepBwsLLkL25Bl53EM { color:rgba(var(--color-tertiary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.8;letter-spacing:0;top:79.899089813231rem;left:43.125rem;height:3.59895625rem;text-align:left;text-align-last:left;display:block; }
#uGXuS13Vdyx31O8FIpdGOC4RChBnDGxC { color:rgba(var(--color-tertiary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:76rem;left:43.125rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#MR4tsPPNXVgyI9duATHEyNif1wHO7xxh { position:absolute;display:block;z-index:15020;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:22.8125rem;width:22.4375rem;top:50.5625rem;left:44.25rem;overflow:hidden;display:block; }
#z2He7AkI88M1EK9eHaalG9qHMmkryZ6t { color:rgba(var(--color-tertiary-3),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:76rem;left:6.75rem;height:1.94986875rem;text-align:left;text-align-last:left;display:block; }
#V8P7UETgeThRhWiZgcAQTXQVIHcfLxko { position:absolute;display:block;z-index:15012;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:22.8125rem;width:22.4375rem;top:50.5625rem;left:6.75rem;overflow:hidden;display:block; }
#xw4TuDE8DqM7eyN2U9rgJ6TDqTr8GeQ0 { color:rgba(var(--color-tertiary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:77.9375rem;left:6.8125rem;height:5.3984375rem;text-align:left;text-align-last:left;display:block; }
#R35wtXL8pzIHDCNOR5zTcaWfmpqSsAoG { color:#024059;display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:86rem;left:6.6875rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#X69eRaBUzXc4HCzTpO0Veddm1VXxTXxA { position:absolute;display:block;z-index:15002;background-color:#d9ccc2;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:22.6875rem;width:1.3125rem;top:9.55078125rem;left:66.625rem;display:block; }
#mCqncRpAzWLiUf6tFeGVluymWbmuTSne { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-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:22.8125rem;width:1.3125rem;top:50.604156494141rem;left:5.478515625rem;display:block; }
#IPJXsdiw6XmVISmpnz9uuOTl2PeM8qoo { position:absolute;display:block;z-index:15003;background-color:#d9ccc2;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:22.6875rem;width:1.3125rem;top:50.686828613281rem;left:66.625rem;display:block; }
#JTmZ1vntscy2sxyXPSWql7mzKKoIAQVV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JTmZ1vntscy2sxyXPSWql7mzKKoIAQVV > .row .container { background-color: transparent; background-image: none; }#JTmZ1vntscy2sxyXPSWql7mzKKoIAQVV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTmZ1vntscy2sxyXPSWql7mzKKoIAQVV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTmZ1vntscy2sxyXPSWql7mzKKoIAQVV > .row .container > .video-iframe-container { display: none; }#JTmZ1vntscy2sxyXPSWql7mzKKoIAQVV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTmZ1vntscy2sxyXPSWql7mzKKoIAQVV > .row > .video-iframe-container { display: none; }#JTmZ1vntscy2sxyXPSWql7mzKKoIAQVV > .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); }#JTmZ1vntscy2sxyXPSWql7mzKKoIAQVV > .row .container { border-width: 0; border-radius: 0; }#JTmZ1vntscy2sxyXPSWql7mzKKoIAQVV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTmZ1vntscy2sxyXPSWql7mzKKoIAQVV > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:block; }#o3ffQtwDfAnbqzRRiTKgTi2epa5Jez2V { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:20.8125rem;top:3.25rem;left:27.0625rem;overflow:hidden;display:block; }
#wlghTwCxcsJXgNH9KpKHmG6fEfDBWuSv { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-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:5.875rem;width:11.375rem;top:22.121765136719rem;left:26rem;display:block; }
#ybq5PkQT8pOd8H7FcqLOXE5pKNz9T3ka { color:rgba(var(--color-tertiary-3),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.625rem;left:25.8125rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#ruoczg5nLvtvk0PTol4B0EKanq6MgfhC { color:rgba(var(--color-tertiary-3),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:32.524108886719rem;left:25.8125rem;height:7.1979375rem;text-align:left;text-align-last:left;display:block; }
#yBGbKrw7DdGE9PvfXFExAQfAT3xDB68q { color:#a6bc09;display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.8;letter-spacing:0;top:40.5625rem;left:25.8125rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#qcS7bxxFgL1rreKTXT7l9efLCC8t8sse { position:absolute;display:block;z-index:15020;background-color:#d9ccc2;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:5.875rem;width:11.5rem;top:22.121765136719rem;left:37.416015625rem;display:block; }
#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { background-color: transparent; background-image: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container > .video-iframe-container { display: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container { display: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .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); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { border-width: 0; border-radius: 0; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#n02fwga9OJKcB3W9pVGX01O63EhaUBHy { background-color:#d9ccc2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.09375rem;left:30.15625rem;display:block; }
#g10NJncU4aVLL9MdGTsn30st5lNxs85I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { background-color: transparent; background-image: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .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); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { border-width: 0; border-radius: 0; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#MzgFqxcXbORnOhhFRedr2xqr53vUcPue { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:53.125rem;top:1.84375rem;left:13.8125rem;overflow:hidden;display:block; }
#enkZ51nZDuPfrW92UdGJJrV6o0JVmiu0 { color:rgba(var(--color-tertiary-3),1);display:block;width:71.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:9.4375rem;left:2.125rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#ufHq7QfH6OificEHEvy6K0Qdpkpni6rJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ufHq7QfH6OificEHEvy6K0Qdpkpni6rJ > .row .container { background-color: transparent; background-image: none; }#ufHq7QfH6OificEHEvy6K0Qdpkpni6rJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufHq7QfH6OificEHEvy6K0Qdpkpni6rJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufHq7QfH6OificEHEvy6K0Qdpkpni6rJ > .row .container > .video-iframe-container { display: none; }#ufHq7QfH6OificEHEvy6K0Qdpkpni6rJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufHq7QfH6OificEHEvy6K0Qdpkpni6rJ > .row > .video-iframe-container { display: none; }#ufHq7QfH6OificEHEvy6K0Qdpkpni6rJ > .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); }#ufHq7QfH6OificEHEvy6K0Qdpkpni6rJ > .row .container { border-width: 0; border-radius: 0; }#ufHq7QfH6OificEHEvy6K0Qdpkpni6rJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufHq7QfH6OificEHEvy6K0Qdpkpni6rJ > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#bEltwl71O7Cd9BgDenhB5ym6kb2uffas { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:12.5rem;top:1.53125rem;left:26.34375rem;overflow:hidden;display:block; }
#uFioRCTzHRVMvCLp63mznsR7xa7KVCfI { color:rgba(var(--color-tertiary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:2.9375rem;left:39.5625rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:47.75rem;height:3.5625rem;top:10.9375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:12.5625rem;height:4.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:4.3125rem;height:2.25rem;top:1.5625rem;left:26.978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:6rem;height:2.25rem;top:1.5625rem;left:38.541664123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { width:6.0625rem;height:2.25rem;top:1.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 763px) { #WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { width:9rem;height:2.25rem;top:1.5625rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:40.0625rem;height:;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlsA1rxnyH3vIb9fTlTHfly8dFIvNAI2 { width:16.3125rem;height:25.9375rem;top:22.25rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #flHPKADtWEAylbmPGy6VS4DHfkQaauoD { width:4.75rem;height:2.25rem;top:1.5625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1E1pHcPiPArkgQJqQ8EJdx7wv8Z0ZtX { display:block; }
 }@media only screen and (max-width: 763px) { #FDe2yl9nBzcb6DBop3bsM53wQe4HCx1y { width:40.0625rem;height:6.75rem;top:30.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQBZIX1FEleKe2gIMxROVkk8kvMv6wDx { top:18.75rem;left:0rem;width:18.9375rem;height:57rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2KHgMX16MrSeJZR3mL8ISINQwhCokgG { display:block; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDQrsGUBVNbgRreLl5pzkV2FSWPFJxF7 { width:47.75rem;height:7.1875rem;top:4.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsEOo60f6M38l2NhgJPmvzQGhXpZ4hFv { width:12.75rem;height:3.25rem;top:15.125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLxU5Z0NcdS8x731Nu3Pyzq7T5k7L8Jp { display:block; }
 }@media only screen and (max-width: 763px) { #KR0QLgdFr39TtuMyrWpBbfcA3QuXk6Z2 { width:12.75rem;height:3.25rem;top:15.125rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAFQ0LTQCrAm92xlbOdMD8gfqULSg0D3 { display:block; }
 }@media only screen and (max-width: 763px) { #KvJvlB2MWc0kTmGe7K7xzBVQc47UWTpL { display:block; }#KvJvlB2MWc0kTmGe7K7xzBVQc47UWTpL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEbQPBuNqWwoBq8I3Zmqkz8MaCNVH3CE { width:27.3125rem;height:8.4375rem;top:6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oicdyCeNcuFqG5kMuF4m1eXhQMAtQaKK { width:4rem;height:4rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI8n5ewTqTgSo1nvX7LepBZd2D9offRG { width:21.25rem;height:2.125rem;top:16.5625rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRWX0LC87i8Ao13UlDzGUao1PlsieyZD { width:21.25rem;height:1.25rem;top:19rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlWuDEOUE2iBXJTdbQD7VGCpI3foXKTT { width:21.25rem;height:2.125rem;top:16.875rem;left:26.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0JzBqsSq4GZzCGsBioGRTtIFbI6vDM6 { width:21.25rem;height:1.25rem;top:19.3125rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLzHCsXckNDSPXKXt62TeEOeioV8Z7b0 { width:27.3125rem;height:10.1875rem;top:6.3125rem;left:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV1IgkgIvGfZUiPQ39GvPe1QRerq8xNy { width:4rem;height:4rem;top:16.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqQKTU7WXm3R9nXMlZLFhZA5OMBav03J { width:3.5rem;height:3.5rem;top:2.25rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFiLA6LPm0bxTXa5wxpeaRbnlZq3fpHB { width:3.5rem;height:3.5rem;top:2.25rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATvD6T6MVCu9WHDhL3TKKMeaURK80Jzq { width:47.75rem;height:;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9xKL9Zgiam6qRvVw6ldAg7bSQ5s88Z1 { width:17.5625rem;height:3.25rem;top:24.75rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6383SGDJnn590suhGm3O0ecrQfW0gz8 { display:block; }
 }@media only screen and (max-width: 763px) { #GP2DdZ3qAnNd2NmlOsGCgkhsbMRvSpre { width:12.75rem;height:3.25rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFDpdGNRWaJpxvMX3Tr7TGd1Wi8HFQ0Q { display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:18.75rem;height:0.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:22.25rem;height:5.625rem;top:9.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:18.75rem;height:11.625rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:20.125rem;height:11rem;top:5.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:20.875rem;height:5.625rem;top:25.0625rem;left:10.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:18.75rem;height:0.875rem;top:18.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:18.75rem;height:13.6875rem;top:18.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:20rem;height:5.625rem;top:9.25rem;left:27.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:18.75rem;height:0.875rem;top:1.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVwbompUwgqFsfPshxCG5mqtfMkfkRvi { width:47.75rem;height:4.0625rem;top:0rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:47.75rem;height:2.9375rem;top:3.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:17.0625rem;height:6.5rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:47.75rem;height:1.6875rem;top:19.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:17.0625rem;height:11.375rem;top:5.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:17.0625rem;height:11.375rem;top:5.1875rem;left:14.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbNMVCR0nNo2CsAkOnV9Kb0UqN31kIS0 { width:17.0625rem;height:8.125rem;top:5.1875rem;left:30.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF9LTAcNC6cS1VquBq3iqbXS3qkpwsbB { top:0.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgU77QRu0T2mubi9sqMU1bShsn5tOaWF { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc5HVO7LeowgpsZxRCF9m5McwtHK9Wyx { top:0.5625rem;left:12.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qocBcIqmBSFn0ZvrcgH4MKsUH35mKP36 { width:1.875rem;height:4.1875rem;top:0rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzB3PtFTrgWtE0TLzxSCMTaGcWI9OQic { top:0.5625rem;left:24.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOHKSO7CLJoHw76BQDa48tARGiceCxpX { width:1.875rem;height:4.1875rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNxeMAxIih5xrGKyyIHshARdd83hXiZK { top:0.5625rem;left:35.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOcVrV6vSHSuTxnT3oDtKbI2F7rT5Mg8 { width:1.875rem;height:4.1875rem;top:0rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4nWQfTe9CsxOdx0oTlNuzTIXJkRkMfN { display:block; }#I4nWQfTe9CsxOdx0oTlNuzTIXJkRkMfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXThJrI4PXBTfI8pRD1PtpifGslXEzZg { width:43.75rem;height:2.875rem;top:2.8125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWOqMaXz1AdLoaTkt3BKhWn92OmTNiZ1 { width:43.75rem;height:1.75rem;top:6.25rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELNvMgVw6MH709noLah4AXPlqriNyL1O { display:block; }#ELNvMgVw6MH709noLah4AXPlqriNyL1O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgfTvwksK5c2kgWwAQb2TtFcmMG1Qv5D { width:17.0625rem;height:3.875rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySWXreRFlfEMRGfxiTLI1WHVShd6AR0E { width:16.375rem;height:5.0625rem;top:10.3125rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6qq0tTzqOLktp4RPrpFmFGFxAhTnmsz { width:17.0625rem;height:3.875rem;top:5rem;left:14.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqlF7VLwL3RFuCZSx5Oa1U7otDTQOhRU { width:24.6875rem;height:3.875rem;top:5rem;left:22.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egga8Zy22kaQ50bW0yluHfTDbcSSeoVE { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6CT8UPiCdBmN47sdgVO4ETP5UqvnGMX { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvmXclFdRpRWkoz8V1L0iP0xmIT6b2wg { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqCwJdnil2F8VRduEO6entUNgQItcwQ8 { width:16.375rem;height:6.75rem;top:10.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLA1IpzWzUHOf4RTUSsZadMncgThfvXl { width:16.375rem;height:8.4375rem;top:10.3125rem;left:31.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVA5mvzyDlci0r4Eo9pgGtTblZVhlaId { top:0.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peu8LsXeAGqQ0g6VUXXPJgBd6Kvo7eL5 { top:0rem;left:15.875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxhNEZRMTLCQPz2cOLeTkMB5fucIVo1o { top:0.6875rem;left:31.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTQvN9UbueDqwqNSkNZh5GHa4IPxcRfK { width:47.75rem;height:13.5625rem;top:21.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHILDKEcWLOJmH289ULHdB4gnUqN2HDB { width:41.9375rem;height:3.25rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFhh15JdpyfIPCexrr9CKQadw9da00J0 { display:block; }
 }@media only screen and (max-width: 763px) { #iD1Q6hOyidKpg3rIAb0gafGCdhmdrQDK { width:17.0625rem;height:1.6875rem;top:21.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { width:7.1875rem;height:15.0625rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { width:7.1875rem;height:15.0625rem;top:42.9375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTnbvcXXB0u46TRsWLbi1rlqU4oP7DIZ { width:47.75rem;height:3.8125rem;top:58rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdIUU9mmPJLKUfOsgqTgScntMsbrtz43 { width:47.75rem;height:;top:63.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTMRNI2gOUKWeUA6i4VrPVxVgg3HkQdT { width:47.75rem;height:26.792111506524rem;top:72rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws5wZrE7lhNgZde9bu8L3h1ZlsUwW0GB { width:7.1875rem;height:15.0625rem;top:69.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBERQPSc3aoBTGnUPiK6cJ8VmGG19BoF { width:7.1875rem;height:15.0625rem;top:89.3125rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGWZDuCJWARkVOUO8t1oXmxR7ZlREbp5 { width:47.75rem;height:1.875rem;top:104.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { width:47.75rem;height:;top:17.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCVufqp35tXXmeFC3wD3Uef3xMg57CZK { width:47.75rem;height:2.625rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG9Xhrac9UN3suwoEAb5GBpTvhDr3mCf { width:47.75rem;height:;top:6.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhuTlA4vb7DnkEBwWymThal9NrIiLJac { width:47.75rem;height:26.792111506524rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4Mplz4bl2giwLXrInTECyINIPU53qEP { width:47.75rem;height:;top:2.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEmEPHZgQLZTQQLKreOK8rEwyqLzVoL9 { width:47.75rem;height:23.375rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaEKJ5HEmTtH5etgvAEVGSaZtoPoTtEX { width:47.75rem;height:;top:72.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3OW1EkvV1wrvhHQmuSzlnegb4bqtP2n { width:47.75rem;height:3.125rem;top:69.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfsSTTWKJ8JvqDv9c8AkcgLTLA01yuTe { width:47.75rem;height:2.25rem;top:8.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClT1CWFi50F4HC34KKrORWEDpDJ3TZRp { width:47.75rem;height:;top:37.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVtWwADNr3CkIdAy0OAuGJ4pJRiEoAFv { width:9.9375rem;height:9.0625rem;top:46.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJsMlTccpAzxkcprnql4JbuLrKrVlmEd { width:18.3125rem;height:14.25rem;top:46.1875rem;left:14.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exnlF4lp5lJWbTCbN2SvQEfhlE0sWdNZ { width:17.75rem;height:6.4375rem;top:47.5rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir6DCOoZL0LDpmEl3wN5DEeRB0gTpDmD { width:23.125rem;height:3.25rem;top:62.625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvTX3dXR3o9opDNiCINfPFOu0VM4JuNP { display:block; }
 }@media only screen and (max-width: 763px) { #U1Pa2TB3EfJRhl9a19N1mU6Jz9WnXMS8 { width:23.875rem;height:3.25rem;top:62.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyFDMCEWipJusgG2RXTrEAz7TltWlOrn { display:block; }
 }@media only screen and (max-width: 763px) { #VEmopJkLNlSZDzDkSRlmlnT5KpXRxKy9 { top:42.6875rem;left:43.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp9JV1TpBRT9ThF3Vkw6DGkJRA7qabmV { width:1.875rem;height:4.1875rem;top:42.125rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTiVdJk5ZuBS5aZiI9CLM0b82uMJ4asL { top:42.6875rem;left:21.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK0lxRxJ5zmLUmpNKo8QZqeR8vNNM2DS { width:1.875rem;height:4.1875rem;top:42.125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTm56ErnfzwSgaGq4TKCy4NlQIwbn3xx { top:42.6875rem;left:1.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cidxQTiEJSgckoTIL4XAf3VeGuC4UM9K { width:1.875rem;height:4.1875rem;top:42.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { width:23.1875rem;height:23.5625rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:12.0625rem;height:5.875rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:23.9375rem;height:1.9375rem;top:44.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:23.9375rem;height:5.375rem;top:46.125rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:23.9375rem;height:1.9375rem;top:44.0625rem;left:23.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { width:23.125rem;height:23.5rem;top:18.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:12.0625rem;height:5.875rem;top:17.5rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:43.75rem;height:;top:2.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { width:47.75rem;height:5.375rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anhmTiHuyR27VEm7PaPAeGXw00tp8428 { width:23.3125rem;height:5.375rem;top:46.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbOo27wCbredOnup3yJ0bf46byTbU6uR { width:17.1875rem;height:8.9375rem;top:21.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqG3nFar40LDrQ29e2rOlvQhTFTSvGxT { display:block; }#BqG3nFar40LDrQ29e2rOlvQhTFTSvGxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ck2U10p1D8psGt50qwstGhaculcFiTf0 { width:23.1875rem;height:22.8125rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMfwAlbdgVlBltHhVddRuciZIDU6GJp5 { width:1.3125rem;height:22.8125rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc0itxGS7bQXQnGdDHmTOTOMETbVSf1g { width:27.9375rem;height:1.9375rem;top:34.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4TWn5diTfCuCE5TSGwTaySQWiE6dJdM { width:23.9375rem;height:7.1875rem;top:36.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPqxXbngduFmGM78QpbBiAqJd5R8I0wu { width:23.9375rem;height:5.375rem;top:36.875rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW9dMnULoXRwbP2uvRxkfnfbwsidw5dZ { width:27.75rem;height:1.9375rem;top:34.875rem;left:20rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzZpPqfb3DaDLV6OSCWXHBwKX6iEAXpG { width:22.6875rem;height:22.6875rem;top:9.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpmedTyGs37OUoaHCMcHX0f5QsFGPRyN { width:23.3125rem;height:3.5625rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #caVIqNtor2w4rBs5tcguwarMUqouPmgL { width:23.3125rem;height:5.375rem;top:1.4375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7SNgth9OPBCrDvJ6qK5Gio3nfAz09ey { width:23.3125rem;height:1.75rem;top:44.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrCqLVaMGeQxG12Z2Fsmkmbp8rU0LUC0 { width:23.3125rem;height:1.75rem;top:44.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHfHb6Knax2k9ZdFmQSfKfJTWf8qb2W3 { width:23.3125rem;height:1.75rem;top:86rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBTSq0WxwxhUzbTepBwsLLkL25Bl53EM { width:23.9375rem;height:5.375rem;top:79.875rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGXuS13Vdyx31O8FIpdGOC4RChBnDGxC { width:27.75rem;height:3.875rem;top:76rem;left:20rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR4tsPPNXVgyI9duATHEyNif1wHO7xxh { width:22.4375rem;height:22.8125rem;top:50.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2He7AkI88M1EK9eHaalG9qHMmkryZ6t { width:27.9375rem;height:1.9375rem;top:76rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8P7UETgeThRhWiZgcAQTXQVIHcfLxko { width:22.4375rem;height:22.8125rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw4TuDE8DqM7eyN2U9rgJ6TDqTr8GeQ0 { width:23.9375rem;height:5.375rem;top:77.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R35wtXL8pzIHDCNOR5zTcaWfmpqSsAoG { width:23.3125rem;height:1.75rem;top:86rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X69eRaBUzXc4HCzTpO0Veddm1VXxTXxA { width:1.3125rem;height:22.6875rem;top:9.5rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCqncRpAzWLiUf6tFeGVluymWbmuTSne { width:1.3125rem;height:22.8125rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPJXsdiw6XmVISmpnz9uuOTl2PeM8qoo { width:1.3125rem;height:22.6875rem;top:50.625rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmZ1vntscy2sxyXPSWql7mzKKoIAQVV { display:block; }#JTmZ1vntscy2sxyXPSWql7mzKKoIAQVV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3ffQtwDfAnbqzRRiTKgTi2epa5Jez2V { width:20.8125rem;height:23.5625rem;top:3.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlghTwCxcsJXgNH9KpKHmG6fEfDBWuSv { width:11.375rem;height:5.875rem;top:22.0625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybq5PkQT8pOd8H7FcqLOXE5pKNz9T3ka { width:23.125rem;height:3.875rem;top:28.625rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruoczg5nLvtvk0PTol4B0EKanq6MgfhC { width:22.9375rem;height:7.1875rem;top:32.5rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBGbKrw7DdGE9PvfXFExAQfAT3xDB68q { width:20.4375rem;height:1.8125rem;top:40.5625rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcS7bxxFgL1rreKTXT7l9efLCC8t8sse { width:11.5rem;height:5.875rem;top:22.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n02fwga9OJKcB3W9pVGX01O63EhaUBHy { width:12.1875rem;height:3.25rem;top:3.0625rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g10NJncU4aVLL9MdGTsn30st5lNxs85I { display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzgFqxcXbORnOhhFRedr2xqr53vUcPue { top:1.8125rem;left:0rem;width:47.75rem;height:6.1232352941176rem;display:block; }
 }@media only screen and (max-width: 763px) { #enkZ51nZDuPfrW92UdGJJrV6o0JVmiu0 { width:47.75rem;height:7.3125rem;top:9.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufHq7QfH6OificEHEvy6K0Qdpkpni6rJ { display:block; }#ufHq7QfH6OificEHEvy6K0Qdpkpni6rJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEltwl71O7Cd9BgDenhB5ym6kb2uffas { width:12.5rem;height:10.125rem;top:1.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFioRCTzHRVMvCLp63mznsR7xa7KVCfI { width:23.9375rem;height:7.3125rem;top:2.9375rem;left:7.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:111.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:7.19825rem;top:8.875rem;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) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:8.125rem;height:2.8125rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:3.375rem;height:1.875rem;top:4.5625rem;left:0.57291662693024rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:6.125rem;height:1.875rem;top:5.0625rem;left:0.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { width:4.4375rem;height:1.875rem;top:5.0625rem;left:6.9062501192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 763px) { #WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { width:8.9375rem;height:1.875rem;top:5.0625rem;left:11.062500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:19.125rem;height:0;top:23.5859375rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KlsA1rxnyH3vIb9fTlTHfly8dFIvNAI2 { width:16.9375rem;height:26.75rem;top:81.2109375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flHPKADtWEAylbmPGy6VS4DHfkQaauoD { width:4.75rem;height:2.25rem;top:75.875rem;left:7.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1E1pHcPiPArkgQJqQ8EJdx7wv8Z0ZtX { display:block; }
 }@media only screen and (max-width: 763px) { #FDe2yl9nBzcb6DBop3bsM53wQe4HCx1y { width:20rem;height:0;top:24.8984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VQBZIX1FEleKe2gIMxROVkk8kvMv6wDx { top:18.791667938233rem;left:0.53125rem;width:18.9375rem;height:57rem;z-index:15009;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #U2KHgMX16MrSeJZR3mL8ISINQwhCokgG { display:block; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDQrsGUBVNbgRreLl5pzkV2FSWPFJxF7 { width:20rem;height:23.3974375rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsEOo60f6M38l2NhgJPmvzQGhXpZ4hFv { width:12.75rem;height:3.25rem;top:15.125rem;left:3.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wLxU5Z0NcdS8x731Nu3Pyzq7T5k7L8Jp { display:block; }
 }@media only screen and (max-width: 763px) { #KR0QLgdFr39TtuMyrWpBbfcA3QuXk6Z2 { width:12.75rem;height:3.25rem;top:15.125rem;left:3.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lAFQ0LTQCrAm92xlbOdMD8gfqULSg0D3 { display:block; }
 }@media only screen and (max-width: 763px) { #KvJvlB2MWc0kTmGe7K7xzBVQc47UWTpL { display:block; }#KvJvlB2MWc0kTmGe7K7xzBVQc47UWTpL > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEbQPBuNqWwoBq8I3Zmqkz8MaCNVH3CE { width:20rem;height:11.8945rem;top:6rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oicdyCeNcuFqG5kMuF4m1eXhQMAtQaKK { width:4rem;height:4rem;top:19.1484375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI8n5ewTqTgSo1nvX7LepBZd2D9offRG { width:20rem;height:2.125rem;top:24.6484375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRWX0LC87i8Ao13UlDzGUao1PlsieyZD { width:20rem;height:1.13736875rem;top:28.0234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HlWuDEOUE2iBXJTdbQD7VGCpI3foXKTT { width:20rem;height:2.125rem;top:55.50846875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O0JzBqsSq4GZzCGsBioGRTtIFbI6vDM6 { width:20rem;height:1.13736875rem;top:58.88346875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wLzHCsXckNDSPXKXt62TeEOeioV8Z7b0 { width:20rem;height:13.59375rem;top:35.16015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GV1IgkgIvGfZUiPQ39GvPe1QRerq8xNy { width:4rem;height:4rem;top:50.00846875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqQKTU7WXm3R9nXMlZLFhZA5OMBav03J { display:flex;width:3.5rem;height:3.5rem;top:1.25rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #ZFiLA6LPm0bxTXa5wxpeaRbnlZq3fpHB { display:flex;width:3.5rem;height:3.5rem;top:30.41015625rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATvD6T6MVCu9WHDhL3TKKMeaURK80Jzq { width:20rem;height:32.3965rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9xKL9Zgiam6qRvVw6ldAg7bSQ5s88Z1 { width:17.5625rem;height:3.25rem;top:24.75rem;left:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #D6383SGDJnn590suhGm3O0ecrQfW0gz8 { display:block; }
 }@media only screen and (max-width: 763px) { #GP2DdZ3qAnNd2NmlOsGCgkhsbMRvSpre { width:12.75rem;height:3.25rem;top:24.75rem;left:3.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AFDpdGNRWaJpxvMX3Tr7TGd1Wi8HFQ0Q { display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:73.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:20rem;height:0.875rem;top:8.7995rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.25rem;height:4.5rem;top:10.9245rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:20rem;height:12.25rem;top:16.6745rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:20rem;height:11rem;top:30.1745rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:17.25rem;height:4.5rem;top:44.5495rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:20rem;height:0.875rem;top:42.4245rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:20rem;height:14.5625rem;top:58.1745rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:17.25rem;height:4.5rem;top:52.4245rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:20rem;height:0.875rem;top:50.2995rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVwbompUwgqFsfPshxCG5mqtfMkfkRvi { width:20rem;height:6.2995rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:16.5rem;height:9.74609375rem;top:1.25rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:8.496125rem;top:29.731119155884rem;left:1.4687501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:16.5rem;height:17.543rem;top:10.999340057373rem;left:1.7500001192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:16.5rem;height:15.59375rem;top:38.564455032349rem;left:1.4687501192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RbNMVCR0nNo2CsAkOnV9Kb0UqN31kIS0 { width:17.0625rem;height:11.6953125rem;top:54.80924987793rem;left:1.4375001192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QF9LTAcNC6cS1VquBq3iqbXS3qkpwsbB { display:flex;width:3.125rem;height:3.125rem;top:67.759796875rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgU77QRu0T2mubi9sqMU1bShsn5tOaWF { width:1.875rem;height:4.1875rem;top:67.197296875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gc5HVO7LeowgpsZxRCF9m5McwtHK9Wyx { display:flex;width:3.125rem;height:3.125rem;top:73.197296875rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qocBcIqmBSFn0ZvrcgH4MKsUH35mKP36 { width:1.875rem;height:4.1875rem;top:72.634796875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzB3PtFTrgWtE0TLzxSCMTaGcWI9OQic { display:flex;width:3.125rem;height:3.125rem;top:78.634796875rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOHKSO7CLJoHw76BQDa48tARGiceCxpX { width:1.875rem;height:4.1875rem;top:78.072296875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNxeMAxIih5xrGKyyIHshARdd83hXiZK { display:flex;width:3.125rem;height:3.125rem;top:84.072296875rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOcVrV6vSHSuTxnT3oDtKbI2F7rT5Mg8 { width:1.875rem;height:4.1875rem;top:83.509796875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4nWQfTe9CsxOdx0oTlNuzTIXJkRkMfN { display:block; }#I4nWQfTe9CsxOdx0oTlNuzTIXJkRkMfN > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXThJrI4PXBTfI8pRD1PtpifGslXEzZg { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWOqMaXz1AdLoaTkt3BKhWn92OmTNiZ1 { width:20rem;height:1.79980625rem;top:7.69921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELNvMgVw6MH709noLah4AXPlqriNyL1O { display:block; }#ELNvMgVw6MH709noLah4AXPlqriNyL1O > .row .container { width:20rem;height:72.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgfTvwksK5c2kgWwAQb2TtFcmMG1Qv5D { width:16.5rem;height:3.8984375rem;top:1.25rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySWXreRFlfEMRGfxiTLI1WHVShd6AR0E { width:17.0625rem;height:5.09765625rem;top:47.60159375rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6qq0tTzqOLktp4RPrpFmFGFxAhTnmsz { width:16.5rem;height:3.8984375rem;top:42.45250625rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WqlF7VLwL3RFuCZSx5Oa1U7otDTQOhRU { width:16.5rem;height:7.796875rem;top:53.95120625rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Egga8Zy22kaQ50bW0yluHfTDbcSSeoVE { width:1.875rem;height:4.1875rem;top:0rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6CT8UPiCdBmN47sdgVO4ETP5UqvnGMX { width:1.875rem;height:4.1875rem;top:7.0625rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvmXclFdRpRWkoz8V1L0iP0xmIT6b2wg { width:1.875rem;height:4.1875rem;top:22.625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqCwJdnil2F8VRduEO6entUNgQItcwQ8 { width:16.375rem;height:6.796875rem;top:6.3990875rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLA1IpzWzUHOf4RTUSsZadMncgThfvXl { width:16.375rem;height:8.496125rem;top:63.00070625rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVA5mvzyDlci0r4Eo9pgGtTblZVhlaId { display:flex;width:3.125rem;height:3.125rem;top:35.8125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #peu8LsXeAGqQ0g6VUXXPJgBd6Kvo7eL5 { display:flex;width:3.375rem;height:3.375rem;top:110.1635rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxhNEZRMTLCQPz2cOLeTkMB5fucIVo1o { display:flex;width:2.8125rem;height:2.8125rem;top:114.7885rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTQvN9UbueDqwqNSkNZh5GHa4IPxcRfK { width:20rem;height:23.7890625rem;top:14.4485875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHILDKEcWLOJmH289ULHdB4gnUqN2HDB { width:19rem;height:3.25rem;top:35.5rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wFhh15JdpyfIPCexrr9CKQadw9da00J0 { display:block; }
 }@media only screen and (max-width: 763px) { #iD1Q6hOyidKpg3rIAb0gafGCdhmdrQDK { width:17.0625rem;height:1.70605625rem;top:39.496775rem;left:1.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { width:20rem;height:110.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { width:5.625rem;height:7.3125rem;top:42.354875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { width:5.4375rem;height:9.5625rem;top:63.38875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTnbvcXXB0u46TRsWLbi1rlqU4oP7DIZ { width:20rem;height:6.6484375rem;top:74.20125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdIUU9mmPJLKUfOsgqTgScntMsbrtz43 { width:20rem;height:10.5rem;top:82.0996875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTMRNI2gOUKWeUA6i4VrPVxVgg3HkQdT { height:11.221375rem;width:20rem;top:93.8496875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws5wZrE7lhNgZde9bu8L3h1ZlsUwW0GB { width:7.1875rem;height:15.0625rem;top:34.2983375rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBERQPSc3aoBTGnUPiK6cJ8VmGG19BoF { width:7.1875rem;height:15.0625rem;top:63.082525rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGWZDuCJWARkVOUO8t1oXmxR7ZlREbp5 { width:20rem;height:3.32421875rem;top:106.3210625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { width:20rem;height:11.19925rem;top:29.9069375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rCVufqp35tXXmeFC3wD3Uef3xMg57CZK { width:20rem;height:11.19925rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VG9Xhrac9UN3suwoEAb5GBpTvhDr3mCf { width:20rem;height:14.959rem;top:13.6979375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhuTlA4vb7DnkEBwWymThal9NrIiLJac { height:11.221375rem;width:20rem;top:50.917375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:175.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4Mplz4bl2giwLXrInTECyINIPU53qEP { width:20rem;height:13.999rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZEmEPHZgQLZTQQLKreOK8rEwyqLzVoL9 { width:20rem;height:50.39451875rem;top:19.54623125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JaEKJ5HEmTtH5etgvAEVGSaZtoPoTtEX { width:20rem;height:53.17775rem;top:121.3164125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3OW1EkvV1wrvhHQmuSzlnegb4bqtP2n { width:20rem;height:5.5996125rem;top:114.46810625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AfsSTTWKJ8JvqDv9c8AkcgLTLA01yuTe { width:20rem;height:1.79980625rem;top:16.49675rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ClT1CWFi50F4HC34KKrORWEDpDJ3TZRp { width:20rem;height:5.5996125rem;top:71.18166875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVtWwADNr3CkIdAy0OAuGJ4pJRiEoAFv { width:9.9375rem;height:9.09864375rem;top:80.83010625rem;left:5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJsMlTccpAzxkcprnql4JbuLrKrVlmEd { width:18.3125rem;height:14.29785rem;top:91.17648125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exnlF4lp5lJWbTCbN2SvQEfhlE0sWdNZ { width:17.75rem;height:6.499025rem;top:106.72073125rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ir6DCOoZL0LDpmEl3wN5DEeRB0gTpDmD { width:19rem;height:3.25rem;top:62.625rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IvTX3dXR3o9opDNiCINfPFOu0VM4JuNP { display:block; }
 }@media only screen and (max-width: 763px) { #U1Pa2TB3EfJRhl9a19N1mU6Jz9WnXMS8 { width:19rem;height:3.25rem;top:62.625rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eyFDMCEWipJusgG2RXTrEAz7TltWlOrn { display:block; }
 }@media only screen and (max-width: 763px) { #VEmopJkLNlSZDzDkSRlmlnT5KpXRxKy9 { display:flex;width:3.125rem;height:3.125rem;top:42.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rp9JV1TpBRT9ThF3Vkw6DGkJRA7qabmV { width:1.875rem;height:4.1875rem;top:42.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTiVdJk5ZuBS5aZiI9CLM0b82uMJ4asL { display:flex;width:3.125rem;height:3.125rem;top:42.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TK0lxRxJ5zmLUmpNKo8QZqeR8vNNM2DS { width:1.875rem;height:4.1875rem;top:42.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTm56ErnfzwSgaGq4TKCy4NlQIwbn3xx { display:flex;width:3.125rem;height:3.125rem;top:42.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cidxQTiEJSgckoTIL4XAf3VeGuC4UM9K { width:1.875rem;height:4.1875rem;top:42.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { width:16.875rem;height:17.1875rem;top:6.486328125rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:12.0625rem;height:5.875rem;top:5.29948125rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:17.1875rem;height:1.94986875rem;top:24.611328125rem;left:1.4062501192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:17.1875rem;height:8.999rem;top:60.882164001465rem;left:1.4062501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:17.1875rem;height:1.94986875rem;top:58.248699188233rem;left:1.4062501192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { width:16.875rem;height:17.1875rem;top:39.686157703399rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:12.0625rem;height:5.875rem;top:52.4987rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:20rem;height:2.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { width:19.6875rem;height:0;top:10.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #anhmTiHuyR27VEm7PaPAeGXw00tp8428 { width:20rem;height:auto;top:46.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VbOo27wCbredOnup3yJ0bf46byTbU6uR { width:17.1875rem;height:8.999rem;top:27.822874069214rem;left:1.4062501192093rem;font-size:1rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqG3nFar40LDrQ29e2rOlvQhTFTSvGxT { display:block; }#BqG3nFar40LDrQ29e2rOlvQhTFTSvGxT > .row .container { width:20rem;height:139.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ck2U10p1D8psGt50qwstGhaculcFiTf0 { width:16.875rem;height:16.5625rem;top:2.0625rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMfwAlbdgVlBltHhVddRuciZIDU6GJp5 { width:12.0625rem;height:5.875rem;top:1.25rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lc0itxGS7bQXQnGdDHmTOTOMETbVSf1g { width:17.1875rem;height:3.8984375rem;top:19.8125rem;left:1.4062501192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4TWn5diTfCuCE5TSGwTaySQWiE6dJdM { width:17.1875rem;height:12.598625rem;top:24.961589813233rem;left:1.4062501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XPqxXbngduFmGM78QpbBiAqJd5R8I0wu { width:17.1875rem;height:7.19925rem;top:96.938133239744rem;left:1.4062501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XW9dMnULoXRwbP2uvRxkfnfbwsidw5dZ { width:17.1875rem;height:3.8984375rem;top:91.9140663147rem;left:1.4062501192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzZpPqfb3DaDLV6OSCWXHBwKX6iEAXpG { width:16.875rem;height:16.875rem;top:73.289065361025rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpmedTyGs37OUoaHCMcHX0f5QsFGPRyN { width:20rem;height:auto;top:1.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #caVIqNtor2w4rBs5tcguwarMUqouPmgL { width:20rem;height:auto;top:1.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g7SNgth9OPBCrDvJ6qK5Gio3nfAz09ey { width:20rem;height:auto;top:44.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TrCqLVaMGeQxG12Z2Fsmkmbp8rU0LUC0 { width:20rem;height:auto;top:44.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MHfHb6Knax2k9ZdFmQSfKfJTWf8qb2W3 { width:20rem;height:auto;top:86rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IBTSq0WxwxhUzbTepBwsLLkL25Bl53EM { width:20rem;height:5.3994125rem;top:132.84766387939rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uGXuS13Vdyx31O8FIpdGOC4RChBnDGxC { width:20rem;height:3.8984375rem;top:127.76108932495rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MR4tsPPNXVgyI9duATHEyNif1wHO7xxh { width:19.9375rem;height:20.3125rem;top:106.07357025146rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2He7AkI88M1EK9eHaalG9qHMmkryZ6t { width:20rem;height:1.94986875rem;top:60.266968727112rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8P7UETgeThRhWiZgcAQTXQVIHcfLxko { width:20rem;height:20.334rem;top:38.745441436767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw4TuDE8DqM7eyN2U9rgJ6TDqTr8GeQ0 { width:20rem;height:7.19925rem;top:62.903647422788rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R35wtXL8pzIHDCNOR5zTcaWfmpqSsAoG { width:20rem;height:auto;top:86rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X69eRaBUzXc4HCzTpO0Veddm1VXxTXxA { width:1.3125rem;height:22.6875rem;top:9.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCqncRpAzWLiUf6tFeGVluymWbmuTSne { width:1.3125rem;height:22.8125rem;top:50.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPJXsdiw6XmVISmpnz9uuOTl2PeM8qoo { width:1.3125rem;height:22.6875rem;top:50.625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTmZ1vntscy2sxyXPSWql7mzKKoIAQVV { display:block; }#JTmZ1vntscy2sxyXPSWql7mzKKoIAQVV > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3ffQtwDfAnbqzRRiTKgTi2epa5Jez2V { width:15.1875rem;height:17.1875rem;top:2.0625rem;left:2.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlghTwCxcsJXgNH9KpKHmG6fEfDBWuSv { width:12.0625rem;height:5.875rem;top:1.25rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybq5PkQT8pOd8H7FcqLOXE5pKNz9T3ka { width:17.1875rem;height:5.84765625rem;top:21.31254196167rem;left:1.4062501192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ruoczg5nLvtvk0PTol4B0EKanq6MgfhC { width:17.1875rem;height:10.7988125rem;top:28.849611282349rem;left:1.4062501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yBGbKrw7DdGE9PvfXFExAQfAT3xDB68q { width:20rem;height:auto;top:40.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qcS7bxxFgL1rreKTXT7l9efLCC8t8sse { width:11.5rem;height:5.875rem;top:22.0625rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n02fwga9OJKcB3W9pVGX01O63EhaUBHy { width:12.1875rem;height:3.25rem;top:1.25rem;left:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g10NJncU4aVLL9MdGTsn30st5lNxs85I { display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzgFqxcXbORnOhhFRedr2xqr53vUcPue { width:20rem;height:2.56445rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enkZ51nZDuPfrW92UdGJJrV6o0JVmiu0 { width:20rem;height:18.28125rem;top:5.0638rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufHq7QfH6OificEHEvy6K0Qdpkpni6rJ { display:block; }#ufHq7QfH6OificEHEvy6K0Qdpkpni6rJ > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEltwl71O7Cd9BgDenhB5ym6kb2uffas { width:7.3125rem;height:5.9375rem;top:1.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFioRCTzHRVMvCLp63mznsR7xa7KVCfI { width:9.75rem;height:5.0625rem;top:8.4375rem;left:5.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }