.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:none; }#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:43.875rem;width:75rem;overflow:visible;position:relative;display:none; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:rgba(var(--color-secondary-3),1);display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:11.187744140625rem;left:0rem;height:6.4980625rem;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.8120125rem;width:4.8120125rem;top:0.280517578125rem;left:0rem;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:#0b233e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5rem;left:40.0625rem;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:#0b233e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5rem;left:44.9375rem;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:#0b233e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5rem;left:51.5rem;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:#0b233e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5rem;left:58.75rem;display:block; }
#T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);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:#0b233e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.4375rem;left:65.1875rem;display:block; }
#z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:rgba(var(--color-primary-2),1);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:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:4rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.3740234375rem;left:1.875rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(var(--color-tertiary-3),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:19.140380859375rem;left:0rem;height:4.3125rem;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; }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:14992;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:39.4375rem;width:22.125rem;top:4.4375rem;left:42.125rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:31.375rem;width:31.375rem;top:10.1875rem;left:36.125rem;display:block; }
#GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:7.1875rem;top:10.9375rem;left:38rem;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:7.1875rem;top:27.4375rem;left:60.3125rem;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
#shhrweGaaALZePizHvT3LMT09F7VoZC2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74975625rem;width:1.74975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:26.3740234375rem;left:4.264892578125rem; }
#o7eWuiCazxdzk248MokeylXVbUrTbltF { 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; }#o7eWuiCazxdzk248MokeylXVbUrTbltF > .row .container { background-color: transparent; background-image: none; }#o7eWuiCazxdzk248MokeylXVbUrTbltF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7eWuiCazxdzk248MokeylXVbUrTbltF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7eWuiCazxdzk248MokeylXVbUrTbltF > .row .container > .video-iframe-container { display: none; }#o7eWuiCazxdzk248MokeylXVbUrTbltF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7eWuiCazxdzk248MokeylXVbUrTbltF > .row > .video-iframe-container { display: none; }#o7eWuiCazxdzk248MokeylXVbUrTbltF > .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); }#o7eWuiCazxdzk248MokeylXVbUrTbltF > .row .container { border-width: 0; border-radius: 0; }#o7eWuiCazxdzk248MokeylXVbUrTbltF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o7eWuiCazxdzk248MokeylXVbUrTbltF > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#BZkiOOTFhP5dVMblOtmr9Go8T7mOK0cT { 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:8.187rem;width:8.187rem;top:1.124267578125rem;left:0rem;overflow:hidden;display:block; }
#HkM7E6CXDiFdM7VhIE3nHM79t6xdBLOq { 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:#0b233e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.875rem;left:42.9375rem;display:block; }
#p8ugBFZnt6Ca13oMmrCFF67SlS57tc6U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iUNRzL49ECn87POyxzMkZsb1b6AAlDeH { 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:#0b233e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.875rem;left:47.1875rem;display:block; }
#OURuX3szRFUhk8W4clp8ZJ0oPk7ZW6U2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NBmtHTRgzymwNMEqrkoDlH0N8RDX06TL { 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:#0b233e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.7495125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.843017578125rem;left:53.3125rem;display:block; }
#Tpo61JBTkbpPFiQTq8iQNsyw8ySXgwLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPD1u2lbQBPTV3FQcVTaNyQ0uL98Dytl { 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:#0b233e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.31125rem;height:2.7495125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.843017578125rem;left:61.1865234375rem;display:block; }
#haHfF1NAFMKTey1PT0F2ps4C57SsyS0N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTvV2sRAgSEekSdV2Gm8VNVuuph2C0Fa { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);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:#0b233e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.812rem;height:2.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:4.0625rem;left:68.1875rem;display:block; }
#s67CVW3qUDA8Iv4KHbSr8AV5cpCGxJMm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu { background-color:rgba(var(--color-tertiary-1),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; }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .row .container { background-color: transparent; background-image: none; }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .row .container > .video-iframe-container { display: none; }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .row > .video-iframe-container { display: none; }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .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); }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .row .container { border-width: 0; border-radius: 0; }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;overflow:visible;position:relative;display:block; }#AKbKpeash0Tb5V10VSDCmTyXnvW58VlX { color:rgba(var(--color-tertiary-3),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:11.5625rem;left:0rem;height:6.5rem;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; }
#ACqxkx4rUFzWgxVnDDgVtplViUIGi6Dl { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius: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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.3125rem;left:1.3125rem;display:block; }
#KFha0r7vCr1nKF6wTiCl9zgNzVtAcReI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBFhdr4GT71xH06CMgGd4BUDgd4xmBIK { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:19.125rem;left:0rem;height:4.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Q0k07EeD8aS1zw6Esz9pHTbpttiirmbn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.18725625rem;width:1.18725625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:26.218505859375rem;left:3.248291015625rem; }
#xlbFTSKNUm60UpdSc0pz5p2VDB0ISiQD { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.61) ;height:32.75rem;width:40rem;top:5.0625rem;left:35rem;overflow:hidden;display:block; }
#Rb0Ofpxi6FOnFVLJOixlHqL6M4xTP598 { box-sizing:content-box;height:32.9375rem;width:1.625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.875rem;left:35rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#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:10.1875rem;width:75rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:rgba(var(--color-secondary-3),1);display:block;width:11.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:3.9375rem;left:0rem;height:3.5rem;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; }
#ZZ5QmIq3DZh0cwwa7P8ywp8aqAFH6FQK { color:#0b233e;display:block;width:7.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xKzODWXMBnmkGftNUCyPE0TryuF83EBz { position:relative;display:block; }#xKzODWXMBnmkGftNUCyPE0TryuF83EBz { background-color: transparent; background-image: none; }#xKzODWXMBnmkGftNUCyPE0TryuF83EBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKzODWXMBnmkGftNUCyPE0TryuF83EBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKzODWXMBnmkGftNUCyPE0TryuF83EBz > .row .container > .video-iframe-container { display: none; }#xKzODWXMBnmkGftNUCyPE0TryuF83EBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKzODWXMBnmkGftNUCyPE0TryuF83EBz > .row > .video-iframe-container { display: none; }#xKzODWXMBnmkGftNUCyPE0TryuF83EBz > .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); }#xKzODWXMBnmkGftNUCyPE0TryuF83EBz { border-width: 0; border-radius: 0; }#xKzODWXMBnmkGftNUCyPE0TryuF83EBz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xKzODWXMBnmkGftNUCyPE0TryuF83EBz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QcekSRgst7QnNV0RAJGEToTwtBHy7uXH { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:28.03125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#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:6rem;width:75rem;position:relative;display:block; }#DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { background-color:transparent;background-image:none;border-top:0.125rem solid #0b233e;border-left:0.125rem solid #0b233e;border-right:0.125rem solid #0b233e;border-bottom:0.125rem solid #0b233e;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:#0b233e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.0625rem;left:27.5rem;display:block; }
#H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p2Stp1hXfVgvoGWKFErZ6oqkdPH39Vdy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4370125rem;width:1.4370125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:1.7490234375rem;left:29.6865234375rem; }
#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:14.375rem;width:75rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:rgba(var(--color-secondary-3),1);display:block;width:43.74975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:3.25rem;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; }
#B34bErTwXkU4G1oZxk2OSpcQirzrDvDh { color:#0b233e;display:block;width:7.81125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KIxZPxrzb37pbLJJzpo1vMyl2vWcDkcS { color:rgba(var(--color-secondary-3),1);display:block;width:43.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:8.4375rem;left:0rem;height:2.58764375rem;text-align:left;text-align-last:left;font-style:normal;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:16.9375rem;width:75rem;position:relative;display:block; }#X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { color:rgba(var(--color-tertiary-3),1);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:1.3125rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:8.4375rem;left:1.3125rem;height:6.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.9375rem;left:2.375rem; }
#rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:8.0625rem;left:27.1875rem;height:6.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N78AIP01TatvehqHqqfTw6IfTP46HvAD { color:rgba(var(--color-tertiary-3),1);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.1875rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.9375rem;left:27.9375rem; }
#eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:8.0625rem;left:52.25rem;height:6.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;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:52.25rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#d7C90F8HvsDFztNwLM2BvbtmifghTM3e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3120125rem;width:3.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.875rem;left:53.125rem; }
#R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { 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:1.3125rem;display:block; }
#QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { 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.1875rem;display:block; }
#hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { 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:52.25rem;display:block; }
#aWFt2Hn7u73ryUW0NcwCKJn2Qa7yN51F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(217,234,234,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; }#aWFt2Hn7u73ryUW0NcwCKJn2Qa7yN51F > .row .container { background-color: transparent; background-image: none; }#aWFt2Hn7u73ryUW0NcwCKJn2Qa7yN51F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWFt2Hn7u73ryUW0NcwCKJn2Qa7yN51F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWFt2Hn7u73ryUW0NcwCKJn2Qa7yN51F > .row .container > .video-iframe-container { display: none; }#aWFt2Hn7u73ryUW0NcwCKJn2Qa7yN51F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWFt2Hn7u73ryUW0NcwCKJn2Qa7yN51F > .row > .video-iframe-container { display: none; }#aWFt2Hn7u73ryUW0NcwCKJn2Qa7yN51F > .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); }#aWFt2Hn7u73ryUW0NcwCKJn2Qa7yN51F > .row .container { border-width: 0; border-radius: 0; }#aWFt2Hn7u73ryUW0NcwCKJn2Qa7yN51F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWFt2Hn7u73ryUW0NcwCKJn2Qa7yN51F > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#ZbItuPlSDOGxwdctLb9F2ibTaLV7h2Le { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:8.0625rem;left:6.5625rem;height:5.09911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QInNxASf7goMf6GqPMMow14QmlzBhfZG { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5rem;left:6.5625rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#pwvcNQETDGXMTsDo3whfno7Rn3flMaCs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.9375rem;left:7.3125rem; }
#TgOLaqsK3G6aohCGU1WefkP5OJDceGWy { position:absolute;display:block;z-index:15022;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:6.5625rem;display:block; }
#Qxd6sQBoJX90SulIW6IqCFnM4OzoAnuJ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:8.0625rem;left:44.4375rem;height:5.09911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DspPbFpbXhxKCqitUt40gtgT56G0tLuZ { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5rem;left:44.4375rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#POiXpdmAdcEovZbbdGhX6W375JSP68rN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:0.9375rem;left:45.1875rem; }
#OCmBWHMCXQNgoc6ABbHdRr0OP5tRVHBB { position:absolute;display:block;z-index:15026;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:44.4375rem;display:block; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { 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; }#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:9.9375rem;width:75rem;position:relative;display:block; }#KEsrSkUil3PwuSsscs724ZdxkInmVXWT { color:rgba(var(--color-secondary-3),1);display:block;width:43.749rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:3.21826171875rem;left:0rem;height:3.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sVbqERx5wwa5g2xWLBZSMiPii3nTpOCD { position:relative;display:block; }#sVbqERx5wwa5g2xWLBZSMiPii3nTpOCD { background-color: transparent; background-image: none; }#sVbqERx5wwa5g2xWLBZSMiPii3nTpOCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVbqERx5wwa5g2xWLBZSMiPii3nTpOCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVbqERx5wwa5g2xWLBZSMiPii3nTpOCD > .row .container > .video-iframe-container { display: none; }#sVbqERx5wwa5g2xWLBZSMiPii3nTpOCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVbqERx5wwa5g2xWLBZSMiPii3nTpOCD > .row > .video-iframe-container { display: none; }#sVbqERx5wwa5g2xWLBZSMiPii3nTpOCD > .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); }#sVbqERx5wwa5g2xWLBZSMiPii3nTpOCD { border-width: 0; border-radius: 0; }#sVbqERx5wwa5g2xWLBZSMiPii3nTpOCD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sVbqERx5wwa5g2xWLBZSMiPii3nTpOCD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ITQrrTqm99ZKBQ8mhe8pmyepTTKLViP4 { position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4375rem;width:12.75rem;top:18.4375rem;left:51.75rem;display:block; }
#RUgwtbRxCsorDD7Vt1Mur4KTQZc8PFwa { position:absolute;display:block;z-index:15093;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.93725625rem;width:10.74975rem;top:11.4375rem;left:52.875rem;overflow:hidden;display:block; }
#ybM7te7z2u4BpBZ0RwKeDJbMHOmEZnZI { position:absolute;display:block;z-index:15100;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.2495125rem;width:11.18625rem;top:20.1240234375rem;left:52.74951171875rem;overflow:hidden;display:block; }
#XWwCUgheW9v0Ar6FE4OauPLAitb8XU03 { position:absolute;display:block;z-index:15098;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.74975rem;width:10.74975rem;top:0rem;left:39.0625rem;overflow:hidden;display:block; }
#gfhJuZpw2nb6cQ7IiSKBkmXNsnhf3mJs { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.62475rem;width:6.8745rem;top:2.0625rem;left:54.8125rem;overflow:hidden;display:block; }
#CJ6XuVsNr7VTr3oFgerEBxKM7L2tMXQb { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.56225rem;width:14.25rem;top:1.625rem;left:10.5rem;overflow:hidden;display:block; }
#UTIA60rTux4uv5WaQCbE0nLhhWNBwnQx { position:absolute;display:block;z-index:15090;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.7495125rem;width:10.56225rem;top:11rem;left:12.3125rem;overflow:hidden;display:block; }
#XDX3c7tTuGQgwN1yeUIun6no6D3gKiBV { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.68725rem;width:7.9995rem;top:1.0625rem;left:27.0625rem;overflow:hidden;display:block; }
#m5bTDyfANfs9i8cSUoGKHfaN51QE0ruN { position:absolute;display:block;z-index:15085;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.12475625rem;width:11.4375rem;top:19.6875rem;left:11.875rem;overflow:hidden;display:block; }
#pDRNxdWabtWw4hn1uc2Bmhy3rpXouHv0 { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8745rem;width:13.37475rem;top:18.8125rem;left:24.375rem;overflow:hidden;display:block; }
#E4bBAuvDVhfrtDIhvCg1r2cPUCv2oaIA { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87475625rem;width:8.562rem;top:20.8125rem;left:40.125rem;overflow:hidden;display:block; }
#vBhFGfdKqp91z1RKt90aAZuQJEUI2f7g { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8745rem;width:6.8745rem;top:10.4375rem;left:27.625rem;overflow:hidden;display:block; }
#VxKlI5fP3z2cR3bipPTBD7B7ykDRuCQm { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68725625rem;width:12.43725rem;top:12.5625rem;left:38.1875rem;overflow:hidden;display:block; }
#tnQ2VUmg9mkx4xWMmxzVenfgVzcFbSLq { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.437rem;width:12.75rem;top:18.4375rem;left:38.1875rem;display:block; }
#r1yez8Lbs206TRx15TxNJuVOtRcsB2H0 { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.43625rem;width:12.75rem;top:18.4375rem;left:24.625rem;display:block; }
#FgIEEzM5lNdh6FWyswe3H1F4lb8hXdOa { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:18.4375rem;left:11.125rem;display:block; }
#wxU094QTVheaJGXhugnbapwGL6URSyy9 { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:10.0625rem;left:11.125rem;display:block; }
#VpnoEl71Tk8XfaID3mO3nQHNmba6SMRx { position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.43625rem;width:12.75rem;top:10.0625rem;left:24.625rem;display:block; }
#tPaVdlBH318VZg2HQ9e1gla1STAKBv51 { position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.437rem;width:12.75rem;top:10.0625rem;left:38.1875rem;display:block; }
#WuzntJ1hJvVmWAOpMzBcTiwvioiDZK4J { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4375rem;width:12.75rem;top:10.0625rem;left:51.75rem;display:block; }
#keJ5iPHh5r2ZAFduR2iOowFPIsbIefFa { position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:1.5625rem;left:11.125rem;display:block; }
#blvpZI03uESQRoqrf83K7MJCmERJHUt1 { position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.43625rem;width:12.75rem;top:1.5625rem;left:24.625rem;display:block; }
#Ncg1OmHn5KfLbi6VHEFdqEiIMOXg17XL { position:absolute;display:block;z-index:15093;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.437rem;width:12.75rem;top:1.5625rem;left:38.1875rem;display:block; }
#QTQqQTtfuaEDTTOJQe6pT9vWicNKzJqH { position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4375rem;width:12.75rem;top:1.5625rem;left:51.75rem;display:block; }
#vtcabx5V448tSFdkkT5oyKnC5uvuLTrU { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:18.4375rem;left:11.125rem;display:none; }
#QmkomV8qvdavnQmHVKmkaTa4RAlSdWis { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#QmkomV8qvdavnQmHVKmkaTa4RAlSdWis > .row .container { background-color: transparent; background-image: none; }#QmkomV8qvdavnQmHVKmkaTa4RAlSdWis::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmkomV8qvdavnQmHVKmkaTa4RAlSdWis > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmkomV8qvdavnQmHVKmkaTa4RAlSdWis > .row .container > .video-iframe-container { display: none; }#QmkomV8qvdavnQmHVKmkaTa4RAlSdWis > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmkomV8qvdavnQmHVKmkaTa4RAlSdWis > .row > .video-iframe-container { display: none; }#QmkomV8qvdavnQmHVKmkaTa4RAlSdWis > .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); }#QmkomV8qvdavnQmHVKmkaTa4RAlSdWis > .row .container { border-width: 0; border-radius: 0; }#QmkomV8qvdavnQmHVKmkaTa4RAlSdWis > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QmkomV8qvdavnQmHVKmkaTa4RAlSdWis > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#PktJQIT35xV2FGk6WNTMBbCyudHRhspG { color:rgba(var(--color-tertiary-3),1);display:block;width:43.749rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:0rem;height:3.25rem;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; }
#W1UZ21MRLwkKnr8PgaReC0FbDrTXc9ZW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#W1UZ21MRLwkKnr8PgaReC0FbDrTXc9ZW > .row .container { background-color: transparent; background-image: none; }#W1UZ21MRLwkKnr8PgaReC0FbDrTXc9ZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1UZ21MRLwkKnr8PgaReC0FbDrTXc9ZW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1UZ21MRLwkKnr8PgaReC0FbDrTXc9ZW > .row .container > .video-iframe-container { display: none; }#W1UZ21MRLwkKnr8PgaReC0FbDrTXc9ZW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1UZ21MRLwkKnr8PgaReC0FbDrTXc9ZW > .row > .video-iframe-container { display: none; }#W1UZ21MRLwkKnr8PgaReC0FbDrTXc9ZW > .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); }#W1UZ21MRLwkKnr8PgaReC0FbDrTXc9ZW > .row .container { border-width: 0; border-radius: 0; }#W1UZ21MRLwkKnr8PgaReC0FbDrTXc9ZW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1UZ21MRLwkKnr8PgaReC0FbDrTXc9ZW > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#vJWWBNMloCKJgHcPsbcMAb86OTTh9gp0 { color:rgba(var(--color-tertiary-4),1);display:block;width:74.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:12.9375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#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:8.0625rem;width:75rem;position:relative;display:block; }#nitSIHlQbAfwcwGEIOL0gJyVnb7scs0p { color:rgba(var(--color-secondary-3),1);display:block;width:11.3108125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:2.28076171875rem;left:0rem;height:3.5rem;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; }
#JqsPW1KTNpKDWETmMmETB6b8dRycmfwu { position:absolute;display:block;z-index:15003;height:4.9995125rem;width:8.937rem;top:2.218505859375rem;left:62.389892578125rem;display:block; }
#ocTQVBoxuaBrcKCq5BzUTUgBaisTwFyc { 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; }#ocTQVBoxuaBrcKCq5BzUTUgBaisTwFyc > .row .container { background-color: transparent; background-image: none; }#ocTQVBoxuaBrcKCq5BzUTUgBaisTwFyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocTQVBoxuaBrcKCq5BzUTUgBaisTwFyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocTQVBoxuaBrcKCq5BzUTUgBaisTwFyc > .row .container > .video-iframe-container { display: none; }#ocTQVBoxuaBrcKCq5BzUTUgBaisTwFyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocTQVBoxuaBrcKCq5BzUTUgBaisTwFyc > .row > .video-iframe-container { display: none; }#ocTQVBoxuaBrcKCq5BzUTUgBaisTwFyc > .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); }#ocTQVBoxuaBrcKCq5BzUTUgBaisTwFyc > .row .container { border-width: 0; border-radius: 0; }#ocTQVBoxuaBrcKCq5BzUTUgBaisTwFyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocTQVBoxuaBrcKCq5BzUTUgBaisTwFyc > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#H22zGnATAz9EVD4R4zMZ0dbVpZqxNJeL { background-color:rgba(var(--color-tertiary-3),1);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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.12475rem;height:4.2495125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.624267578125rem;left:38.687255859375rem;display:block; }
#Zk4BCP2ovZoN1qpgLnqWdmaTdWdDoKAS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QNLILxACLRH2kL5bkJvh0372rJCmZbJ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:6.936767578125rem;left:42.311279296875rem; }
#OKF7D2Jq480RMQSQuwhhQuzNTBsI4C75 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5rem;left:0rem; }
#OKF7D2Jq480RMQSQuwhhQuzNTBsI4C75 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#VB2QpTJ4k9VNFmZ0WnzdZGnVXk1lB0DT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:5.125rem;left:3.5625rem;height:2.0249rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.12375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:2.25rem;left:3.5625rem;height:2.0249rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTEX93twvbSKnopm3yd8fWbLGqqe8HaP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.125rem;left:0rem; }
#WTEX93twvbSKnopm3yd8fWbLGqqe8HaP > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#X91I15UeBNi21S3WQMwi6ZBw1XAlUEAi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.1875rem;left:0rem; }
#X91I15UeBNi21S3WQMwi6ZBw1XAlUEAi > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#BBx0oiiCG2irME76QbEGJnIATlP5zvGI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:11.5rem;left:3.5625rem;height:2.0249rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:8.187255859375rem;left:3.5625rem;height:2.0249rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hooW0h1r0a1DeTxPvhwKn0D7nT5rehK3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.3125rem;left:0rem; }
#hooW0h1r0a1DeTxPvhwKn0D7nT5rehK3 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#iTIkqoWv8UQL73uKAWbrteRMBfQfv6vE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#iTIkqoWv8UQL73uKAWbrteRMBfQfv6vE > .row .container { background-color: transparent; background-image: none; }#iTIkqoWv8UQL73uKAWbrteRMBfQfv6vE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTIkqoWv8UQL73uKAWbrteRMBfQfv6vE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTIkqoWv8UQL73uKAWbrteRMBfQfv6vE > .row .container > .video-iframe-container { display: none; }#iTIkqoWv8UQL73uKAWbrteRMBfQfv6vE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTIkqoWv8UQL73uKAWbrteRMBfQfv6vE > .row > .video-iframe-container { display: none; }#iTIkqoWv8UQL73uKAWbrteRMBfQfv6vE > .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); }#iTIkqoWv8UQL73uKAWbrteRMBfQfv6vE > .row .container { border-width: 0; border-radius: 0; }#iTIkqoWv8UQL73uKAWbrteRMBfQfv6vE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTIkqoWv8UQL73uKAWbrteRMBfQfv6vE > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#EuoO9bKMOUU5strqa6smTEaxBsTMoZSl { 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:4.8120125rem;width:4.8120125rem;top:1.124267578125rem;left:0rem;overflow:hidden;display:block; }
#yRE7bhN0xIczLPncrvlTQ7diDuEfNJZb { color:rgba(var(--color-tertiary-0),1);display:block;width:38.37375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.880615234375rem;left:18.312744140625rem;height:1.29980625rem;text-align:center;text-align-last:center;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:33.375rem;height:;top:11.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:4.75rem;height:4.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:4.3125rem;height:2.5rem;top:1.5rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:6rem;height:2.5rem;top:1.5rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { width:6.4375rem;height:2.4375rem;top:1.5rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 763px) { #WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { width:5.625rem;height:2.4375rem;top:1.5rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:7.0625rem;height:2.375rem;top:1.4375rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:20.5625rem;height:4rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:24.875rem;height:4.3125rem;top:19.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:22.125rem;height:39.4375rem;top:4.4375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:31.375rem;height:31.375rem;top:10.1875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:10.5rem;top:10.9375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:14.1875rem;top:27.4375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shhrweGaaALZePizHvT3LMT09F7VoZC2 { top:26.3125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7eWuiCazxdzk248MokeylXVbUrTbltF { display:block; }#o7eWuiCazxdzk248MokeylXVbUrTbltF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZkiOOTFhP5dVMblOtmr9Go8T7mOK0cT { width:8.125rem;height:8.125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkM7E6CXDiFdM7VhIE3nHM79t6xdBLOq { width:4.3125rem;height:2.6875rem;top:3.875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8ugBFZnt6Ca13oMmrCFF67SlS57tc6U { display:block; }
 }@media only screen and (max-width: 763px) { #iUNRzL49ECn87POyxzMkZsb1b6AAlDeH { width:6rem;height:2.6875rem;top:3.875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OURuX3szRFUhk8W4clp8ZJ0oPk7ZW6U2 { display:block; }
 }@media only screen and (max-width: 763px) { #NBmtHTRgzymwNMEqrkoDlH0N8RDX06TL { width:7.5rem;height:2.6875rem;top:3.8125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpo61JBTkbpPFiQTq8iQNsyw8ySXgwLT { display:block; }
 }@media only screen and (max-width: 763px) { #aPD1u2lbQBPTV3FQcVTaNyQ0uL98Dytl { width:6.25rem;height:2.6875rem;top:3.8125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHfF1NAFMKTey1PT0F2ps4C57SsyS0N { display:block; }
 }@media only screen and (max-width: 763px) { #OTvV2sRAgSEekSdV2Gm8VNVuuph2C0Fa { width:6.6875rem;height:2.25rem;top:4.0625rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #s67CVW3qUDA8Iv4KHbSr8AV5cpCGxJMm { display:block; }
 }@media only screen and (max-width: 763px) { #JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu { display:block; }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKbKpeash0Tb5V10VSDCmTyXnvW58VlX { width:33rem;height:6.4375rem;top:11.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACqxkx4rUFzWgxVnDDgVtplViUIGi6Dl { width:15.5rem;height:3rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFha0r7vCr1nKF6wTiCl9zgNzVtAcReI { display:block; }
 }@media only screen and (max-width: 763px) { #TBFhdr4GT71xH06CMgGd4BUDgd4xmBIK { width:24.75rem;height:4.3125rem;top:19.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0k07EeD8aS1zw6Esz9pHTbpttiirmbn { top:26.1875rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlbFTSKNUm60UpdSc0pz5p2VDB0ISiQD { top:5.0625rem;left:7.8125rem;width:39.9375rem;height:32.698533272083rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb0Ofpxi6FOnFVLJOixlHqL6M4xTP598 { top:4.875rem;left:21.375rem;width:1.5625rem;height:32.875rem;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) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:11.25rem;height:3.4375rem;top:3.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ5QmIq3DZh0cwwa7P8ywp8aqAFH6FQK { width:7.75rem;height:1.25rem;top:2.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKzODWXMBnmkGftNUCyPE0TryuF83EBz { display:block; }#xKzODWXMBnmkGftNUCyPE0TryuF83EBz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcekSRgst7QnNV0RAJGEToTwtBHy7uXH { width:47.75rem;height:28rem;top:0rem;left:0rem;font-size:1.4375rem;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) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { width:20rem;height:2.8125rem;top:1.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block; }
 }@media only screen and (max-width: 763px) { #p2Stp1hXfVgvoGWKFErZ6oqkdPH39Vdy { top:1.6875rem;left:16.0615234375rem;width:1.375rem;height:1.375rem;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:43.6875rem;height:3.1875rem;top:4.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B34bErTwXkU4G1oZxk2OSpcQirzrDvDh { width:7.75rem;height:1.25rem;top:3.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIxZPxrzb37pbLJJzpo1vMyl2vWcDkcS { width:43.6875rem;height:2.5625rem;top:8.4375rem;left:0rem;font-size:0.9375rem;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:1.9375rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:22.3125rem;height:6.75rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { width:3.0625rem;height:3.0625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:20.5rem;height:6.75rem;top:8.0625rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:17.0625rem;height:1.9375rem;top:5rem;left:14.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { width:3.0625rem;height:3.0625rem;top:0.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:20.375rem;height:6.8125rem;top:8.0625rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:17.0625rem;height:1.9375rem;top:5rem;left:30.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { width:3.25rem;height:3.25rem;top:0.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.125rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.125rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWFt2Hn7u73ryUW0NcwCKJn2Qa7yN51F { display:block; }#aWFt2Hn7u73ryUW0NcwCKJn2Qa7yN51F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbItuPlSDOGxwdctLb9F2ibTaLV7h2Le { width:25.625rem;height:5.125rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QInNxASf7goMf6GqPMMow14QmlzBhfZG { width:17.0625rem;height:1.9375rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwvcNQETDGXMTsDo3whfno7Rn3flMaCs { width:3.1875rem;height:3.1875rem;top:0.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOLaqsK3G6aohCGU1WefkP5OJDceGWy { width:1.875rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxd6sQBoJX90SulIW6IqCFnM4OzoAnuJ { width:23.625rem;height:5.0625rem;top:8.0625rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DspPbFpbXhxKCqitUt40gtgT56G0tLuZ { width:17.0625rem;height:1.9375rem;top:5rem;left:24rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POiXpdmAdcEovZbbdGhX6W375JSP68rN { width:3.0625rem;height:3.0625rem;top:0.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCmBWHMCXQNgoc6ABbHdRr0OP5tRVHBB { width:1.875rem;height:4.125rem;top:0rem;left:24rem;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) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:43.6875rem;height:3.4375rem;top:3.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVbqERx5wwa5g2xWLBZSMiPii3nTpOCD { display:block; }#sVbqERx5wwa5g2xWLBZSMiPii3nTpOCD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITQrrTqm99ZKBQ8mhe8pmyepTTKLViP4 { width:12.75rem;height:7.375rem;top:18.4375rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUgwtbRxCsorDD7Vt1Mur4KTQZc8PFwa { top:11.4375rem;left:37.0625rem;width:10.6875rem;height:4.9090079237022rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybM7te7z2u4BpBZ0RwKeDJbMHOmEZnZI { top:20.0625rem;left:36.625rem;width:11.125rem;height:4.2265041711134rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWwCUgheW9v0Ar6FE4OauPLAitb8XU03 { top:0rem;left:25.4375rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfhJuZpw2nb6cQ7IiSKBkmXNsnhf3mJs { top:2.0625rem;left:40.9375rem;width:6.8125rem;height:6.565002454724rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ6XuVsNr7VTr3oFgerEBxKM7L2tMXQb { top:1.625rem;left:0rem;width:14.25rem;height:7.5615rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTIA60rTux4uv5WaQCbE0nLhhWNBwnQx { top:11rem;left:0rem;width:10.5rem;height:5.7160328788524rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDX3c7tTuGQgwN1yeUIun6no6D3gKiBV { top:1.0625rem;left:13.4375rem;width:7.9375rem;height:8.6199835911861rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5bTDyfANfs9i8cSUoGKHfaN51QE0ruN { top:19.6875rem;left:0rem;width:11.4375rem;height:5.12475625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDRNxdWabtWw4hn1uc2Bmhy3rpXouHv0 { top:18.8125rem;left:10.75rem;width:13.3125rem;height:6.8421412348587rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4bBAuvDVhfrtDIhvCg1r2cPUCv2oaIA { top:20.8125rem;left:26.5rem;width:8.5rem;height:2.8541892977077rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBhFGfdKqp91z1RKt90aAZuQJEUI2f7g { top:10.4375rem;left:14rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxKlI5fP3z2cR3bipPTBD7B7ykDRuCQm { top:12.5625rem;left:24.5625rem;width:12.375rem;height:2.6739674421059rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnQ2VUmg9mkx4xWMmxzVenfgVzcFbSLq { width:12.75rem;height:7.375rem;top:18.4375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1yez8Lbs206TRx15TxNJuVOtRcsB2H0 { width:12.75rem;height:7.375rem;top:18.4375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgIEEzM5lNdh6FWyswe3H1F4lb8hXdOa { width:12.75rem;height:7.375rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxU094QTVheaJGXhugnbapwGL6URSyy9 { width:12.75rem;height:7.375rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpnoEl71Tk8XfaID3mO3nQHNmba6SMRx { width:12.75rem;height:7.375rem;top:10.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPaVdlBH318VZg2HQ9e1gla1STAKBv51 { width:12.75rem;height:7.375rem;top:10.0625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuzntJ1hJvVmWAOpMzBcTiwvioiDZK4J { width:12.75rem;height:7.375rem;top:10.0625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #keJ5iPHh5r2ZAFduR2iOowFPIsbIefFa { width:12.75rem;height:7.375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blvpZI03uESQRoqrf83K7MJCmERJHUt1 { width:12.75rem;height:7.375rem;top:1.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncg1OmHn5KfLbi6VHEFdqEiIMOXg17XL { width:12.75rem;height:7.375rem;top:1.5625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQqQTtfuaEDTTOJQe6pT9vWicNKzJqH { width:12.75rem;height:7.375rem;top:1.5625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtcabx5V448tSFdkkT5oyKnC5uvuLTrU { width:12.75rem;height:7.375rem;top:18.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmkomV8qvdavnQmHVKmkaTa4RAlSdWis { display:block; }#QmkomV8qvdavnQmHVKmkaTa4RAlSdWis > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PktJQIT35xV2FGk6WNTMBbCyudHRhspG { width:43.6875rem;height:3.1875rem;top:3.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1UZ21MRLwkKnr8PgaReC0FbDrTXc9ZW { display:block; }#W1UZ21MRLwkKnr8PgaReC0FbDrTXc9ZW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJWWBNMloCKJgHcPsbcMAb86OTTh9gp0 { width:47.75rem;height:12.9375rem;top:0rem;left:0rem;font-size:1.4375rem;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) { #nitSIHlQbAfwcwGEIOL0gJyVnb7scs0p { width:11.25rem;height:3.4375rem;top:2.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqsPW1KTNpKDWETmMmETB6b8dRycmfwu { top:2.1875rem;left:38.8125rem;width:8.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocTQVBoxuaBrcKCq5BzUTUgBaisTwFyc { display:block; }#ocTQVBoxuaBrcKCq5BzUTUgBaisTwFyc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H22zGnATAz9EVD4R4zMZ0dbVpZqxNJeL { width:23.0625rem;height:4.1875rem;top:5.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk4BCP2ovZoN1qpgLnqWdmaTdWdDoKAS { display:block; }
 }@media only screen and (max-width: 763px) { #QNLILxACLRH2kL5bkJvh0372rJCmZbJ0 { top:6.875rem;left:28.686279296875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKF7D2Jq480RMQSQuwhhQuzNTBsI4C75 { top:5rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
#OKF7D2Jq480RMQSQuwhhQuzNTBsI4C75 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #VB2QpTJ4k9VNFmZ0WnzdZGnVXk1lB0DT { width:18.0625rem;height:2rem;top:5.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:18.0625rem;height:2rem;top:2.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTEX93twvbSKnopm3yd8fWbLGqqe8HaP { top:2.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
#WTEX93twvbSKnopm3yd8fWbLGqqe8HaP > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #X91I15UeBNi21S3WQMwi6ZBw1XAlUEAi { top:8.1875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
#X91I15UeBNi21S3WQMwi6ZBw1XAlUEAi > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #BBx0oiiCG2irME76QbEGJnIATlP5zvGI { width:18.0625rem;height:2rem;top:11.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:18.0625rem;height:2rem;top:8.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hooW0h1r0a1DeTxPvhwKn0D7nT5rehK3 { top:11.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
#hooW0h1r0a1DeTxPvhwKn0D7nT5rehK3 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #iTIkqoWv8UQL73uKAWbrteRMBfQfv6vE { display:block; }#iTIkqoWv8UQL73uKAWbrteRMBfQfv6vE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuoO9bKMOUU5strqa6smTEaxBsTMoZSl { width:4.75rem;height:4.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRE7bhN0xIczLPncrvlTQ7diDuEfNJZb { top:2.875rem;left:4.687744140625rem;width:38.3125rem;height:1.25rem;font-size:0.875rem;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:none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:77.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:7.6494375rem;top:9.375rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:2.25rem;height:2.25rem;top:1.05615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:3.375rem;height:1.875rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:3.5rem;height:1.875rem;top:4.5625rem;left:4rem;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:3.5625rem;height:1.875rem;top:4.5625rem;left:8.625rem;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:3.5625rem;height:1.875rem;top:4.5625rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:5.4375rem;height:2.1875rem;top:0.99365234375rem;left:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.25rem;top:42.6875rem;left:3.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:19.125rem;height:3.375rem;top:19.3125rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:14.6875rem;height:26.3125rem;top:46.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:18.75rem;height:18.75rem;top:49.4375rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:9.875rem;top:48.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:8.75rem;top:64.25rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shhrweGaaALZePizHvT3LMT09F7VoZC2 { display:flex;width:1.6875rem;height:1.6875rem;top:74.3125rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #o7eWuiCazxdzk248MokeylXVbUrTbltF { display:block; }#o7eWuiCazxdzk248MokeylXVbUrTbltF > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZkiOOTFhP5dVMblOtmr9Go8T7mOK0cT { width:6.62475rem;height:6.62475rem;top:1.341796875rem;left:6.685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkM7E6CXDiFdM7VhIE3nHM79t6xdBLOq { width:3.375rem;height:1.875rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8ugBFZnt6Ca13oMmrCFF67SlS57tc6U { display:block; }
 }@media only screen and (max-width: 763px) { #iUNRzL49ECn87POyxzMkZsb1b6AAlDeH { width:3.5rem;height:1.875rem;top:4.5625rem;left:4rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OURuX3szRFUhk8W4clp8ZJ0oPk7ZW6U2 { display:block; }
 }@media only screen and (max-width: 763px) { #NBmtHTRgzymwNMEqrkoDlH0N8RDX06TL { width:3.5625rem;height:1.875rem;top:4.5625rem;left:8.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpo61JBTkbpPFiQTq8iQNsyw8ySXgwLT { display:block; }
 }@media only screen and (max-width: 763px) { #aPD1u2lbQBPTV3FQcVTaNyQ0uL98Dytl { width:3.5625rem;height:1.875rem;top:4.5625rem;left:12.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #haHfF1NAFMKTey1PT0F2ps4C57SsyS0N { display:block; }
 }@media only screen and (max-width: 763px) { #OTvV2sRAgSEekSdV2Gm8VNVuuph2C0Fa { width:5.4375rem;height:2.1875rem;top:0.99365234375rem;left:14.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s67CVW3qUDA8Iv4KHbSr8AV5cpCGxJMm { display:block; }
 }@media only screen and (max-width: 763px) { #JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu { background-color:rgba(var(--color-tertiary-1),0.33);background-image:none;display:block; }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .row .container { background-color: transparent; background-image: none; }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .row .container > .video-iframe-container { display: none; }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .row > .video-iframe-container { display: none; }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .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); }#JP78w9vLMVb9UNBq3uxnndK3OBSlTWKu > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKbKpeash0Tb5V10VSDCmTyXnvW58VlX { width:16.875rem;height:6.75rem;top:2.18701171875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.2;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #ACqxkx4rUFzWgxVnDDgVtplViUIGi6Dl { width:14.875rem;height:3.125rem;top:15.0625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;line-height:.6;display:block; }
 }@media only screen and (max-width: 763px) { #KFha0r7vCr1nKF6wTiCl9zgNzVtAcReI { display:block; }
 }@media only screen and (max-width: 763px) { #TBFhdr4GT71xH06CMgGd4BUDgd4xmBIK { width:19.125rem;height:3.375rem;top:10.124267578125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Q0k07EeD8aS1zw6Esz9pHTbpttiirmbn { display:flex;width:0.9375rem;height:0.9375rem;top:16.125rem;left:5.125rem; }
 }@media only screen and (max-width: 763px) { #xlbFTSKNUm60UpdSc0pz5p2VDB0ISiQD { width:19.9995rem;height:16.37475rem;top:21rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Rb0Ofpxi6FOnFVLJOixlHqL6M4xTP598 { width:1.5625rem;height:16.4375rem;top:21rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:19.9995rem;height:2.80005rem;top:4.29931640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ5QmIq3DZh0cwwa7P8ywp8aqAFH6FQK { width:20rem;height:1.13745rem;top:3rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKzODWXMBnmkGftNUCyPE0TryuF83EBz { display:block; }#xKzODWXMBnmkGftNUCyPE0TryuF83EBz > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcekSRgst7QnNV0RAJGEToTwtBHy7uXH { width:19.9995rem;height:45.5625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { width:16.24925rem;height:3.0620125rem;top:1.1875rem;left:1.875rem;font-size:0.875rem;line-height:.6;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block; }
 }@media only screen and (max-width: 763px) { #p2Stp1hXfVgvoGWKFErZ6oqkdPH39Vdy { display:flex;width:0.9375rem;height:0.9375rem;top:2.25rem;left:4.249755859375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:2.5996125rem;top:3.8125rem;left:0rem;font-size:2rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #B34bErTwXkU4G1oZxk2OSpcQirzrDvDh { width:7.749rem;height:1.13745rem;top:2.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIxZPxrzb37pbLJJzpo1vMyl2vWcDkcS { width:19.9995rem;height:3.375rem;top:6.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:16.5rem;height:1.94970625rem;top:5.375rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:17.0625rem;height:10.19825rem;top:8.375rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { display:flex;width:3.5625rem;height:3.5625rem;top:0.5625rem;left:8.5rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:8.4985625rem;top:30.0625rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:16.5rem;height:1.94970625rem;top:26.875rem;left:1.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { display:flex;width:3.6875rem;height:3.6875rem;top:21.9375rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.0625rem;height:6.7988125rem;top:49.937255859375rem;left:1.4677734375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:16.5rem;height:1.94970625rem;top:46.8125rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { display:flex;width:3.24975625rem;height:3.24975625rem;top:43rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.18725625rem;top:21.5rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:42rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWFt2Hn7u73ryUW0NcwCKJn2Qa7yN51F { display:block; }#aWFt2Hn7u73ryUW0NcwCKJn2Qa7yN51F > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbItuPlSDOGxwdctLb9F2ibTaLV7h2Le { width:19.99875rem;height:6.7988125rem;top:9.8232421875rem;left:0.00146484375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #QInNxASf7goMf6GqPMMow14QmlzBhfZG { width:17.0625rem;height:1.94970625rem;top:7rem;left:1.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwvcNQETDGXMTsDo3whfno7Rn3flMaCs { display:flex;width:3.1875rem;height:3.1875rem;top:3.1875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #TgOLaqsK3G6aohCGU1WefkP5OJDceGWy { width:1.875rem;height:4.125rem;top:2.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxd6sQBoJX90SulIW6IqCFnM4OzoAnuJ { width:19.99875rem;height:6.7988125rem;top:27.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #DspPbFpbXhxKCqitUt40gtgT56G0tLuZ { width:17.0625rem;height:1.94970625rem;top:24.9375rem;left:1.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #POiXpdmAdcEovZbbdGhX6W375JSP68rN { display:flex;width:3.0625rem;height:3.0625rem;top:21.125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #OCmBWHMCXQNgoc6ABbHdRr0OP5tRVHBB { width:1.875rem;height:4.125rem;top:20.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:19.99875rem;height:2.80005rem;top:2.818359375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVbqERx5wwa5g2xWLBZSMiPii3nTpOCD { display:block; }#sVbqERx5wwa5g2xWLBZSMiPii3nTpOCD > .row .container { width:20rem;height:106.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITQrrTqm99ZKBQ8mhe8pmyepTTKLViP4 { width:11.3745rem;height:6.62475rem;top:85.2333984375rem;left:4.21728515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUgwtbRxCsorDD7Vt1Mur4KTQZc8PFwa { width:11.12475rem;height:5.12475625rem;top:62.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybM7te7z2u4BpBZ0RwKeDJbMHOmEZnZI { width:11.18625rem;height:4.2495125rem;top:98.155517578125rem;left:4.405517578125rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #XWwCUgheW9v0Ar6FE4OauPLAitb8XU03 { width:10.437rem;height:10.437rem;top:16.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfhJuZpw2nb6cQ7IiSKBkmXNsnhf3mJs { width:6.687rem;height:6.43725rem;top:27.625rem;left:6.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CJ6XuVsNr7VTr3oFgerEBxKM7L2tMXQb { width:13.6875rem;height:7.2495rem;top:0.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTIA60rTux4uv5WaQCbE0nLhhWNBwnQx { width:11.4375rem;height:6.24975625rem;top:36.5rem;left:4.1875rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #XDX3c7tTuGQgwN1yeUIun6no6D3gKiBV { width:6.62475rem;height:7.18725rem;top:9.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5bTDyfANfs9i8cSUoGKHfaN51QE0ruN { width:10.6245rem;height:4.74975625rem;top:71.75rem;left:4.75rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #pDRNxdWabtWw4hn1uc2Bmhy3rpXouHv0 { width:11.562rem;height:5.9370125rem;top:79.8125rem;left:4.3125rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #E4bBAuvDVhfrtDIhvCg1r2cPUCv2oaIA { width:9.4995rem;height:3.1875rem;top:89.875rem;left:5.3125rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #vBhFGfdKqp91z1RKt90aAZuQJEUI2f7g { width:6.5625rem;height:6.5625rem;top:45.1875rem;left:6.625rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #VxKlI5fP3z2cR3bipPTBD7B7ykDRuCQm { width:12.1875rem;height:2.625rem;top:55.875rem;left:3.9375rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #tnQ2VUmg9mkx4xWMmxzVenfgVzcFbSLq { width:12.75rem;height:7.375rem;top:27.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1yez8Lbs206TRx15TxNJuVOtRcsB2H0 { width:12.75rem;height:7.375rem;top:18.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgIEEzM5lNdh6FWyswe3H1F4lb8hXdOa { width:12.75rem;height:7.375rem;top:9.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxU094QTVheaJGXhugnbapwGL6URSyy9 { width:12.75rem;height:7.37475rem;top:70.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpnoEl71Tk8XfaID3mO3nQHNmba6SMRx { width:12.75rem;height:7.37475rem;top:79rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPaVdlBH318VZg2HQ9e1gla1STAKBv51 { width:12.75rem;height:7.375rem;top:87.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuzntJ1hJvVmWAOpMzBcTiwvioiDZK4J { width:12.75rem;height:7.375rem;top:96.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #keJ5iPHh5r2ZAFduR2iOowFPIsbIefFa { width:12.75rem;height:7.375rem;top:35.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #blvpZI03uESQRoqrf83K7MJCmERJHUt1 { width:12.75rem;height:7.375rem;top:44.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncg1OmHn5KfLbi6VHEFdqEiIMOXg17XL { width:12.75rem;height:7.375rem;top:53.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQqQTtfuaEDTTOJQe6pT9vWicNKzJqH { width:12.75rem;height:7.375rem;top:61.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtcabx5V448tSFdkkT5oyKnC5uvuLTrU { width:12.75rem;height:7.37475rem;top:0.6875rem;left:3.5rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #QmkomV8qvdavnQmHVKmkaTa4RAlSdWis { display:block; }#QmkomV8qvdavnQmHVKmkaTa4RAlSdWis > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PktJQIT35xV2FGk6WNTMBbCyudHRhspG { width:19.99875rem;height:2.5996125rem;top:1.761474609375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1UZ21MRLwkKnr8PgaReC0FbDrTXc9ZW { display:block; }#W1UZ21MRLwkKnr8PgaReC0FbDrTXc9ZW > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJWWBNMloCKJgHcPsbcMAb86OTTh9gp0 { width:19.9980625rem;height:18.5625rem;top:0rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nitSIHlQbAfwcwGEIOL0gJyVnb7scs0p { width:11.25rem;height:2.80005rem;top:2.00537109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqsPW1KTNpKDWETmMmETB6b8dRycmfwu { width:4.7495125rem;height:2.625rem;top:0.92431640625rem;left:14.68701171875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ocTQVBoxuaBrcKCq5BzUTUgBaisTwFyc { display:block; }#ocTQVBoxuaBrcKCq5BzUTUgBaisTwFyc > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H22zGnATAz9EVD4R4zMZ0dbVpZqxNJeL { width:16.1875rem;height:3.4375rem;top:29.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #Zk4BCP2ovZoN1qpgLnqWdmaTdWdDoKAS { display:block; }
 }@media only screen and (max-width: 763px) { #QNLILxACLRH2kL5bkJvh0372rJCmZbJ0 { display:flex;width:0.9375rem;height:0.9375rem;top:30.49951171875rem;left:4.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #OKF7D2Jq480RMQSQuwhhQuzNTBsI4C75 { display:flex;width:2.25rem;height:2.25rem;top:8.375rem;left:8.875rem; }
#OKF7D2Jq480RMQSQuwhhQuzNTBsI4C75 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #VB2QpTJ4k9VNFmZ0WnzdZGnVXk1lB0DT { width:18.0615rem;height:1.79980625rem;top:11.624267578125rem;left:0.968994140625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:18.1245rem;height:1.79980625rem;top:4.875rem;left:0.936767578125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTEX93twvbSKnopm3yd8fWbLGqqe8HaP { display:flex;width:2.25rem;height:2.25rem;top:1.798828125rem;left:8.8740234375rem; }
#WTEX93twvbSKnopm3yd8fWbLGqqe8HaP > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #X91I15UeBNi21S3WQMwi6ZBw1XAlUEAi { display:flex;width:2.25rem;height:2.25rem;top:15.3125rem;left:8.875rem; }
#X91I15UeBNi21S3WQMwi6ZBw1XAlUEAi > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #BBx0oiiCG2irME76QbEGJnIATlP5zvGI { width:18.0608125rem;height:1.79980625rem;top:25.54833984375rem;left:0.968994140625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:16.74975rem;height:1.79980625rem;top:18.49951171875rem;left:1.62451171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hooW0h1r0a1DeTxPvhwKn0D7nT5rehK3 { display:flex;width:2.25rem;height:2.25rem;top:22.5322265625rem;left:8.8740234375rem; }
#hooW0h1r0a1DeTxPvhwKn0D7nT5rehK3 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #iTIkqoWv8UQL73uKAWbrteRMBfQfv6vE { display:block; }#iTIkqoWv8UQL73uKAWbrteRMBfQfv6vE > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuoO9bKMOUU5strqa6smTEaxBsTMoZSl { width:4.75rem;height:4.75rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRE7bhN0xIczLPncrvlTQ7diDuEfNJZb { width:19.9995rem;height:2.2749rem;top:7.25rem;left:0rem;font-size:0.875rem;display:block; }
 }