.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:242,253,253;--color-primary-1:205,236,231;--color-primary-2:191,243,243;--color-primary-3:178,225,217;--color-primary-4:38,49,49;--color-secondary-0:221,220,232;--color-secondary-1:141,139,179;--color-secondary-2:27,22,102;--color-secondary-3:14,11,51;--color-secondary-4:4,3,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"brown";--paragraphs-font-family:"brown"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container { border-width: 0; border-radius: 0; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:none; }#eqIcNeesZbFbTgfix1loSSq2yoiTeLVT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:17rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#SFJMoVrIuuGRcM3eNSCXKkpTf5DBQkT0 { background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.7498125rem;height:2.43706875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.40625002980232rem;left:43.060546875rem;display:block; }
#psRlFpF9e5xwLiF1mPnD0dzC0yTafyXU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v10X42oFRhG84B2rsMQyE9uC3VL563Xe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#y85vDZTJUxFoUcTVBC39ildGBPbOOPax { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.875rem;display:none; }
#L0WsCL3CnpqEsBn01G0DwyT3MhWC7Fdf { color:#ffffff;display:block;width:22.9996875rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:0.82139760255812rem;left:17.124132156372rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 { position:relative;display:none; }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 { border-width: 0; border-radius: 0; }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 > .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; }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg { position:relative;display:none; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg { border-width: 0; border-radius: 0; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .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; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VVChgIzdlS3qUQkiwy6gbLAvvek9aShH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:60rem;display:none; }
#w0N9ZEyWUqhVnM1RxOaisfOvsNO5CJrb { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.1875rem 0.1875rem rgba(0,0,0,0.08) ;height:12.5rem;width:12.5rem;display:none; }
#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx { position:relative;display:none; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx { border-width: 0; border-radius: 0; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .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; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rhedMldTF7JlPT6KBxMpKuTT8TbIF6DW { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:0.603515625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Dr5BOgoe3RTt3tnHyordJ2crwe7Zc36u { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6rem;display:none; }
#C7acda7F0BJFVQeN6Rik0W15zHUU84JT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;display:none; }
#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k { position:relative;display:none; }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k { border-width: 0; border-radius: 0; }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .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; }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LSkFFEigxpLECIFVxi8pfhxsTzfEOuT2 { color:rgba(0,0,0,0.63);display:block;width:22rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:37.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#EmRTKms7znw2skbCQqkGveFlEEskTOXJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;left:35.25rem;top:5.5625rem;display:none; }
#bOq4FC0tE24f5Z2vTPTUTPtbQQttWdsZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;left:33.875rem;top:5.5625rem;display:none; }
#rgK8TNk4W7949xv6P1gpHf2rp6FTQmWG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;left:32.5625rem;top:5.5625rem;display:none; }
#mBPfyHbJ7T8816SZSOaMb8qLZICxn1xE { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;left:31.25rem;top:5.5625rem;display:none; }
#LOyBr1C5isZiPc6VTuh54qwh5Ddvn1sy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;left:30rem;top:5.5625rem;display:none; }
#lmHr9t8kaPcPTl9tbKwh8pl0agPopiWa { color:#000000;display:block;width:29.125rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:5.3993rem;top:5.78125rem;left:30.875rem;font-style:normal;display:block; }
#X9kVPOLanzz4lcF5fZyD5m1qpyb1AHLo { background-color:#bff3f3;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:2.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:12rem;left:30.875rem;display:block; }
#VnqGXv1myWKGVslkTKTbCmIrxPK2ixJQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mIKpzUItgHPstJRE4G6F8U51tdZQInpP { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.06225rem;height:3.81225625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:15.875rem;left:30.4375rem;display:none; }
#UV7efGaQzr8uGtFTsGzVSADbud8oCwOZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hdd3UPQARmPIPsvGTJpT6weIofWq1rmU { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:0.603515625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nXaoEBG4leOvGsNNe86yte7A7iWPNG0L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mraF5ddtRnktidVf5QyNaTCRWqpKvD7a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#H8X1E5J87iaTt4NDnM3A4MW21QkZwkXq { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:0.603515625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D9KtNPRDNSUTdvhTao9EVUsqEgcyIyFS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#xIBhgz5gsnmtrhTnXVbIsRSbFVfS6sMC { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:0.603515625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aZmeTHx4lv3F3DIwWfFUTuWTreSWOxiG { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:0.603515625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cvegT8xCRw0JHvQaK3D9Vzo0TGyx8xma { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:19.125rem;top:18.5rem;left:29.5625rem;overflow:hidden;display:block; }
#FiHBdwSrBO7XJhfV0K9MTzizfTa5kKUE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:19.1875rem;top:18.46875rem;left:9.3125rem;overflow:hidden;display:block; }
#QdbapCQURlpVm0x7MyrNZlQApbskUU8O { background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:17.98046875rem;left:0rem;display:none; }
#duVVxoV4T9GTlJKLAO8VomkiW0eC6u11 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uE3E3ntvXGu6ce1Uzyi0l2m9kotPOb7d { background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:17.98046875rem;left:0rem;display:none; }
#TwuJuAnR2VDs6hfgg2y7a093GtfH6XqO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RLsONzHSKRLlaf6aklKWwEIk00Zs9oPa { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#vPEWNrvV7DZaMFd3HRvCEvceF7ZT2ToU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 { position:relative;display:none; }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 { border-width: 0; border-radius: 0; }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .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; }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gWC5JO20eMFrSQtaJiO27P9pDais0ph8 { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:1.1875rem;left:0rem;display:none; }
#siN33EupAK8HIrvseVVMQbhW9iNzvglD { position:relative;display:none; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD { border-width: 0; border-radius: 0; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .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; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rrPcg7CIeXLkyXi6XWO2fenOgFBNpMeg { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#hOTATUwvDsM5B3f6MoXKowN4q5tQIDkg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L21SzH46msM257W5o7NJiOwa4J7SmGXw { position:relative;display:none; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw { border-width: 0; border-radius: 0; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .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; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mPMu6XwXKXL62mOyupd9VRPIgNrh2RCb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:7.75rem;top:1.40625rem;left:0rem;overflow:hidden;display:none; }
#gWIC3nTaaTSMUzCpCkOD3I15nVax2Ja3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:7.75rem;top:1.40625rem;left:0rem;overflow:hidden;display:none; }
#FrIMyrWqJMp0p4KSopGx1EEkxqo1ve6M { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:0.603515625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hv4aHKgZBpSwdMwqZEscq1QCns8wxJtS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6rem;display:none; }
#LX3T0VezS4NLdXf7mJaFyWX6zO5ZQvsy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;display:none; }
#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv { position:relative;display:none; }#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv { border-width: 0; border-radius: 0; }#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv > .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; }#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Pv6STCmqcixlM75UFqDuxRkUt9TW4p6B { color:#000000;display:block;width:18.5rem;position:absolute;font-family:brown;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.4121125rem;top:1.6875rem;left:0rem;display:block; }
#S9vIs5eSUtqs8fh0OFy8QMKmnCrff0q6 { background-color:#1b1666;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:block; }
#ur1bWxXfF4Q59SJ8ndJkUqNT2usrmuqK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uOnleZJX5OofnzOqJnNT8IfuC1MBKug8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:13.5625rem;top:1.4375rem;left:45.0625rem;display:none; }
#re1iFD66XglQuMJwDlhUPZDDNgs7UETs { color:#000000;display:block;width:18.5rem;position:absolute;font-family:brown;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.4121125rem;top:1.6875rem;left:0rem;display:none; }
#owatClNVTg7lTEfteFQxvg05BTDnSe0L { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:12.5rem;width:12.5rem;display:none; }
#swTWFqMrgm5cw7ClplQeDPyscdTJSR6e { background-color:#1b1666;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:none; }
#J66XnSctqDMKU4Kr8QOlVCs4dTQZe6PJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xM81lCKHm8I4Jy8eqPcS8HFDphZvgAt8 { color:#000000;display:block;width:10.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:7.625rem;left:2.375rem;display:none; }
#TZvizbbyad8SQx2O44X6BzGRPUCG3ORt { color:#000000;display:block;width:10.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:6.0625rem;left:2.375rem;display:none; }
#agHO3qA66IUWeFQRE0TGTnA42d54QUNp { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#yuuaSMBXQg3US6cpJmZn4cguiAWPvQBF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#Gq9xz9ehUgSaC65SnX6wOK5lOayox9A9 { background-color:#1b1666;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:none; }
#CTnbU1uIgkIJ7MA9CWBz8efHJ1UN25Mn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9hI92Kst3ePDkJ7ihhEzKLgHm1anD60 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749825rem;width:11.68725rem;top:5.9108652770519rem;left:0rem;display:none; }
#GbbzTEiEr3OEt72iqb1s5LJxTAC7FFUb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749825rem;width:11.68725rem;top:5.9108652770519rem;left:0rem;display:none; }
#s9TASfHeZsb4eDT7RguEaJVqg05qL3H7 { color:#000000;display:block;width:5.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.95rem;top:8.6875rem;left:0rem;display:none; }
#wip4AuBkJOatikgtPh4sgXa9Dh11C0Lp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#DOMbPkd6qei4H9RgFJMT2l6gTeF8TZzL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MTSNNQ0iOlp6vyRNRXe6EtMXSTkSQqi5 { color:#000000;display:block;width:5.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.95rem;top:8.6875rem;left:0rem;display:none; }
#U2ZeKEhpKZagkZsLVLsNXGTBhCzWxOFL { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#mQteTtzpKUzJ4Qh6VcsWs33DaFhAdkJx { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#lE70scWdTsoTS792uWQ8QK3waCK50ULq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h4iy4ShrKykrCeU5tp7TsPig4K4cmKVE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.625rem;top:19.125rem;left:0.875rem;display:none; }
#guvIoJAE3iPd8LTtUy6JMyxTWvuAnl4D { color:#000000;display:block;width:9.125rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.6875rem;top:19.0625rem;left:10.9375rem;display:none; }
#N3c7TLTAooJJRe3aOgxNvE18Ngm7K6Bw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#Ttg1unWPb6HuDG5JIGmZ0c65pMLp5wbK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.71875rem;left:29rem;overflow:hidden;display:none; }
#fn3oOJJ999OlTariGMXVHTDrKziuuwvV { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:1.71875rem;left:29rem;overflow:hidden;display:none; }
#X5zvzy883coWuF0DQXNx0yQgJQLGtRpN { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#tZtDZfDUHLOSpTCWMsT0oXTIPI1pdsHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RlsDCmUkONMSlG0gMxcwkldGdBCe3n1A { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Xg10ORDKeVAWFe98U2T3DZqons20xHbU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 { position:relative;display:none; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 { border-width: 0; border-radius: 0; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .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; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TXlzldCqwTWiUTIQLU3AWsSSsIpOMauk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:1.25rem;left:0rem;display:none; }
#os0QGdgEv3WmE2NGy7251Ne95y7ltZp5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#n9hOR3WeuZOBdOCiH8P5gnMoIIegDT1z { color:#000000;display:block;width:4.75rem;position:absolute;font-family:brown;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:0.4375rem;left:5.75rem;display:none; }
#dhyt6HT9Pw9t4uve0pwwR6EglpbuOevt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yzhCRGQZTQQRLKF2clAAcvdC2BJlnXUo { color:#000000;display:block;width:4.75rem;position:absolute;font-family:brown;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:0.4375rem;left:12.75rem;display:none; }
#mAravU4ECvA5VNoVFGSoM5p8iGhQH6DE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 { position:relative;display:none; }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 { border-width: 0; border-radius: 0; }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 > .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; }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xo6XNp0D5FESTAp2e4UJi7WTANQhZ8p6 { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:1.1875rem;left:0rem;display:none; }
#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y { position:relative;display:none; }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y { border-width: 0; border-radius: 0; }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y > .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; }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wXFwwipAPXdfsyr6mexLwTfeBsNPGcsK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:19.125rem;top:18.46875rem;left:9.3125rem;overflow:hidden;display:block; }
#GXTmMW7ey7TvqyCxTXgyq7KGPIka8kTn { background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:17.98046875rem;left:0rem;display:none; }
#pJKWSx8Tv4FVR3Zf9PcrEOLqbszasrN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vlsfyvTTvkVt7hMriH8Re7NhS8ICT83m { background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:17.98046875rem;left:0rem;display:none; }
#VqQtoEcgUUSlEwQL85v6m5pPqQ7W72ba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BucrMdmghsklk9QBzQuVZTVMgK4wklZf { position:relative;display:none; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf { border-width: 0; border-radius: 0; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .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; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#s2wCJ044XGbvwt1k0pXtPRTRwntAs3Qd { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.8125rem;top:1.5rem;left:0rem;display:none; }
#W1ldzxRqd1UmNrT72pzszb7HxekQ8QuT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#OKXsCK7nmXRFPIoUOXHcvR0daF5ZCJNl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#RnWfWNyGQ0Hi4dFKMuon7ztlZVhOBa0W { color:#000000;display:block;width:12.25rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:7.375rem;left:0rem;display:none; }
#AKuFNI3RFL9Zgm13C1Ts60FLhg2NleVH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:4.6875rem;display:none; }
#rfKlD7gxvFKiv6mrMTF7EeT0TNuZCscf { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:19.59375rem;left:19.4375rem;display:none; }
#xyM2qZCwraQa18D3VcSqTqGwZph7y4lB { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#LtTzsxtwTn69aSkhOvBoHgovfyhgkD6i { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BUMC4z3rkLAd0ynmvkXQ07WmqbTFLDun { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L { z-index:;position:relative;display:none; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L { border-width: 0; border-radius: 0; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#LDLWrOgp1uVnLSoNGo8Nwnz79CeI4JEJ { color:#000000;display:block;width:28.875rem;position:absolute;font-family:brown;font-size:2.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.99318125rem;top:2.34375rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row .container { border-width: 0; border-radius: 0; }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:none; }#ZzMf6S4BLaTsdl3wubtbL1M9u7WOt0q0 { background-color:#000000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6248125rem;height:2.43706875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:17.372831344604rem;left:29.937065124512rem;display:block; }
#HJEI4orH9vMmyCIOd6qySXRWv2bSxgFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xlRODU2gsgNdhQ2vPBlDnIMNTFUniT5r { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:28.562065124512rem;left:32.437065124512rem;text-align:left;text-align-last:left;display:block; }
#SGfSJFRIULu0PBEiEA5cTfOqDNiLbF3E { color:#000000;display:block;width:25.5rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:22.375rem;left:32.312282562256rem;text-align:left;text-align-last:left;display:block; }
#WhuuvIS6z6zCymsiDMoRcdOUIWurXnsZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:30.4375rem;top:28.9375rem; }
#BnhuQfBtx8voM5J9Z3it7N0s1KbtSTov { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:30.312175750733rem;top:22.375rem; }
#RGllgracvP26WAdTi2MrdyIxrWWC6n5T { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:26.875rem;top:2.1858711242676rem;left:0rem;overflow:hidden;display:block; }
#hzBu8uNrtTuzVIgya7A1cksRwpnP6SE5 { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);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:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:block; }
#bK6mcooTaqs7nWee2vnRGEvzldc9zTbN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.9375rem;width:60rem;display:none; }
#wLEaEqFzP3vtu61io0JhocXzoUC8Qqyi { position:absolute;display:block;z-index:15006;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.125rem;width:1.6875rem;left:54.237789038161rem;top:3.7845058441162rem;display:block; }
#oC5uAenLUtxihTof2ZfJaWTyx93DyfWq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:2.2218961715698rem;left:51.775404437988rem;display:block; }
#S9arhAibOSXKPAiUOFT0kBGTC8T22BUd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:59.4375rem;height:32.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.3466796875rem;left:0rem;display:block; }
#Am9pvlFbgu55fleIwT0FLv7bXzXCQ3D8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6DhDAdLvR05frhldSTM5nkTb7fSXsNl { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:28.562065124512rem;left:32.437065124512rem;text-align:left;text-align-last:left;display:none; }
#MDNofLoUVqznKogmW6gvhTm3nJ1NabHZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:30.4375rem;top:28.9375rem;display:none; }
#Xx1tBwBokQZRxgkwuZucvpc3InTeBPTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:30.4375rem;top:28.9375rem;display:none; }
#Lmu2chVTcJUzPfelCD4DmOSaVulne6dh { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:28.562065124512rem;left:32.437065124512rem;text-align:left;text-align-last:left;display:none; }
#OzxoacsD2wlXd4uqi92uysgwlRBEV7hf { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:28.562065124512rem;left:32.437065124512rem;text-align:left;text-align-last:left;display:none; }
#xgRLFgcoZfxQAR89lGsuQZSDncNuFHm7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:30.4375rem;top:28.9375rem;display:none; }
#t1DB9F7EcyWhmMqbQclxkOFMA3wdL2v8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:9.8125rem;top:2.34375rem;left:29.0625rem;display:block; }
#tH3uaUDBVs24ShTfgO24lKPDMU0MZVcS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:9.8125rem;top:2.34375rem;left:39.375rem;display:block; }
#EUWJVPMgWDF3o91OEUZT3yGidolMbWzT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:2.3125rem;left:49.75rem;display:block; }
#BZzqPBP1btkEWhfuKQArG3V732C23cLU { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:10.96875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#yZF71Am8sQgQtCBhWJHsT0ZcwrOtgSsC { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:10.96875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#D7604VaiTrWaUwRG7aguJb7b0vLWnyE0 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:10.96875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#o4SnTeIBu5VTOaGQ4IDFlO5tDre1fIaF { color:#000000;display:block;width:27rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:25.1875rem;left:32.374675750733rem;text-align:left;text-align-last:left;display:none; }
#amAUwztd9Zsv4ZGzySDNV4RDZ8mnpq8f { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I { z-index:;position:relative;display:none; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I { border-width: 0; border-radius: 0; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#hPsit1gzMoHsrcgkqS4taT2esRrWGzNb { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:1.1875rem;left:0rem;display:none; }
#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 { position:relative;display:none; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 { border-width: 0; border-radius: 0; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .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; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:17.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BBIXKnh2w9JvA6E2S5RtmHVtI2hyvgJB { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:17.875rem;top:5.1875rem;left:2.625rem;display:block; }
#GmZXqQMrPxbQVV0FAlqlf8rzFH24pe6B { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8203125rem;top:9.0390739440919rem;left:3.0625rem;display:block; }
#QU9vExiT7ozTKbw3gbEh4u5oX5OfLv2k { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:3.6875rem; }
#zwcMmPd2aTSpg4GCmtuB9R7ibzi3PTM9 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:5.125rem; }
#Xy1tAJe3ibrxLW1ciW4RENZbdsbauDSq { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:9.625rem; }
#bftZno50r0PhlOvpJSzgqZUbObMQXQkS { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:6.625rem; }
#CHuJuUyAxqqDptHFpddMG4V3I8QrNTZ3 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:8.125rem; }
#Cp0l2MIU86q2iH9pa55IFurmhzAxaMmW { color:#000000;display:block;width:14.5rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:5.875rem;left:3.6875rem;font-style:normal;display:block; }
#RakCxZ6GLyIMORuK8TKpwlEfhBoi05OC { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:17.875rem;top:5.25rem;left:21.875rem;display:block; }
#Klpe1w3lElNK6Sm9eR7z65JvND6oZOCF { color:#000000;display:block;width:15.875rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.68359375rem;top:9.375rem;left:23.1875rem;display:block; }
#eI5kXEqiMEHODPr45e6fqtNvFADvm2Ok { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:23.1875rem; }
#IzCp1zDreWlo9Su7ZUu3IsxwgyiRDhSx { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:24.75rem; }
#bgqgQptTOg0T511HE4RAauUGsLV3Nxyl { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:26.375rem; }
#rIpTiCm6ZbIfO9lvyAQxNTOLyovhLisR { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:27.9375rem; }
#SsnBmTDOPBP3gqHPEcFSDh9hL59HVabK { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:5.8125rem;left:23.25rem;font-style:normal;display:block; }
#VAforTvefBOFpZAODHG9BlblKBwZWa5L { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:29.5rem; }
#yEQOsUCzdZQ1O0NoJzVsXL2TGHHVKTFV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:17.875rem;top:5.21875rem;left:41.125rem;display:block; }
#RVxIm2nvXAiKakGmw77MfHPqgMT80f3c { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.68359375rem;top:9.375rem;left:42.5625rem;display:block; }
#A6CEnZVfIprk1XrVDmayElTnu151vFhG { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7rem;left:48.8125rem; }
#J8aVqmdanqgIpCCwBUZk5uWsLD0348Jf { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7rem;left:47.25rem; }
#PNC4Sl7cxSl2OoKXdQfWET9iMFbi5agX { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7rem;left:45.6875rem; }
#ZV4RgOFSn7UG4xOSAcaGeociVquJ1CZI { color:#000000;display:block;width:15.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:5.82470703125rem;left:42.625rem;font-style:normal;display:block; }
#ZDTTyXTHWwTyqxpJnLiXQ7WosvnxW9Ug { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.0498046875rem;left:44.25rem; }
#xJ1PNFslNx92QNPwm78JnOudH6rbxGnQ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.125rem;left:42.5625rem; }
#O5tTJ9khdKLXx9FrHhXhIuh9LuIr9XOE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:28.4375rem;width:27.75rem;top:6.8743896484375rem;left:0rem;overflow:hidden;display:none; }
#IOwQOOhQq3Wi9QUG4r5HqZvaTR02se7l { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:1.3808625rem;top:8.9375rem;left:25.5rem;font-style:normal;display:none; }
#w7DPT5B0kUK4hks5tyBnczIWrdZGPvuL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.75rem;left:23.8125rem;display:none; }
#KppgBJmEu5i1qXRVSSpaVNr8lgGO7f5H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.75rem;left:23.8125rem;display:none; }
#lEX46KHrvwEigfZp5kEOVro92DA8ro3A { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:1.3808625rem;top:8.9375rem;left:25.5rem;font-style:normal;display:none; }
#PeF1XSIh7RObCTBSvPeoJgzaq4wSToVh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.75rem;left:23.8125rem;display:none; }
#egAroNgiSD4mWCKcmJaZK8ZT8CWXtvwv { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:1.3808625rem;top:8.9375rem;left:25.5rem;font-style:normal;display:none; }
#cXC93cx0Ji3b4Coo0CKE0p4bc4fpD0TP { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:17.875rem;top:5.21875rem;left:41.125rem;display:none; }
#zVPLQubHNqPPiQ2RUBAH4paHSzIol6Qn { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.68359375rem;top:9.375rem;left:42.5625rem;display:none; }
#cegV3EiBQnAkeK5I9fnfLrIuxBLNeUGl { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7rem;left:48.8125rem;display:none; }
#GRrOyULZwpUWdv6TXnrtXRiI1vlmLnTM { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7rem;left:47.25rem;display:none; }
#P68k9vHIu8TNiXiJayNOetlxzJbVmJa2 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7rem;left:45.6875rem;display:none; }
#LELgiAy7bCSq1J2baT4uM3e6z31ZZ236 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.0498046875rem;left:44.25rem;display:none; }
#GiCDaTnk1rhOZNgVDZWIPK6b8JkIVmty { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.125rem;left:42.5625rem;display:none; }
#ZEUoC8ve0tbUamOmkvESTDITuMOFqEKL { color:#000000;display:block;width:15.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:5.82470703125rem;left:42.625rem;font-style:normal;display:none; }
#Fz7WTV3UzmrLmM0wbfeQdAUn9VslDcW2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.75rem;left:23.8125rem;display:none; }
#fC8pnocVPQ9RMGaogzpVFJgNseu0p3sE { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:1.3808625rem;top:8.9375rem;left:25.5rem;font-style:normal;display:none; }
#pKKTGO4JTNNb0t0SwBFXGwl4Dp8KAaAO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.75rem;left:23.8125rem;display:none; }
#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA { position:relative;display:none; }#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA { border-width: 0; border-radius: 0; }#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA > .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; }#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WyfbKtkpD0VEoyaJPh5NKEgU44uMlERa { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:2.4375rem;top:3.1875rem;left:32.4375rem;font-style:normal;display:none; }
#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb { position:relative;display:none; }#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb { border-width: 0; border-radius: 0; }#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb > .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; }#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KmN9X5ZrshSCbs0EqG5i3tJ7yLkaQGa6 { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:30.249755859375rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JnBz7v6nnVsc6sEKZ52gHWUiePnl57W1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0rem;left:58.1875rem; }
#EVVywksND2f77e5PcLMW98ly3XUfSuvz { position:relative;display:none; }#EVVywksND2f77e5PcLMW98ly3XUfSuvz { border-width: 0; border-radius: 0; }#EVVywksND2f77e5PcLMW98ly3XUfSuvz > .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; }#EVVywksND2f77e5PcLMW98ly3XUfSuvz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JLWWfKlx6ERAhx4XuRVcf4tCR2dzMqm7 { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0869125rem;top:5.0625rem;left:17.25rem;display:none; }
#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e { position:relative;display:none; }#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e { border-width: 0; border-radius: 0; }#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e > .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; }#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cTgpu0KE5LkVvDDQWRAmizkmvT2TtcRd { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:30.249755859375rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pBpeUt3xxKF7bKdMmJRXJOmeIt5dEcGC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0rem;left:58.1875rem; }
#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq { position:relative;display:none; }#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq { border-width: 0; border-radius: 0; }#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq > .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; }#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CIG6ozSmOJ5I5vP904VsPzHN3GDWARXs { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0869125rem;top:5.0625rem;left:17.25rem;display:none; }
#JPSD3q01oyCCXkP14tTtQARJFuccTbAk { position:relative;display:none; }#JPSD3q01oyCCXkP14tTtQARJFuccTbAk { border-width: 0; border-radius: 0; }#JPSD3q01oyCCXkP14tTtQARJFuccTbAk > .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; }#JPSD3q01oyCCXkP14tTtQARJFuccTbAk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bwg2rRiqT2A5o7y9wpRaaqNZX9bC11ti { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:30.249755859375rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W7wADqvrT2QFrie1fspP29EMNInzIpMN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0rem;left:58.1875rem; }
#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA { position:relative;display:none; }#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA { border-width: 0; border-radius: 0; }#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA > .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; }#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#v3Hyu2HvnEoN7pzk85B9LEAG4CBLuEZA { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0869125rem;top:5.0625rem;left:17.25rem;display:none; }
#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS { position:relative;display:none; }#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS { border-width: 0; border-radius: 0; }#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS > .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; }#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JHLN1y55GT7bEXByxUUz9zTDyWR9QEPS { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:30.249755859375rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K5uJAw9QbrPaGTbA2BNXH0GAR4F3UQVW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0rem;left:58.1875rem; }
#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A { position:relative;display:none; }#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A { border-width: 0; border-radius: 0; }#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A > .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; }#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yUD6MfloGSaUkSc5nkreOopwZB86znwL { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0869125rem;top:5.0625rem;left:17.25rem;display:none; }
#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa { position:relative;display:none; }#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa { border-width: 0; border-radius: 0; }#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa > .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; }#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qa2ugXM6gTXvFJA1eigScsQFJpkr956B { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:30.249755859375rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JMy4JVHLAxX8hSaqoxadQZPou5Z4GotC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0rem;left:58.1875rem; }
#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id { position:relative;display:none; }#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id { border-width: 0; border-radius: 0; }#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id > .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; }#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XFndHIpauyB4CAvo7baD2GvyPoqpJKQq { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0869125rem;top:5.0625rem;left:17.25rem;display:none; }
#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu { position:relative;display:none; }#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu { border-width: 0; border-radius: 0; }#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu > .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; }#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZX9WIDOllcDUSx7Udmoxcchsdb9xzlut { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:30.249755859375rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ugXh8ErOEMRKZGQKB9tJQDLWmr7sMaiA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0rem;left:58.1875rem; }
#nWeBP8TENf3zvAN93wObTcP95oKNkqwC { position:relative;display:none; }#nWeBP8TENf3zvAN93wObTcP95oKNkqwC { border-width: 0; border-radius: 0; }#nWeBP8TENf3zvAN93wObTcP95oKNkqwC > .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; }#nWeBP8TENf3zvAN93wObTcP95oKNkqwC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QgAUNhGGOZO14HcH8Qo8FOFKXLv2DGGD { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0869125rem;top:5.0625rem;left:17.25rem;display:none; }
#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 { position:relative;display:none; }#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 { border-width: 0; border-radius: 0; }#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 > .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; }#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MfE3U0IvATQ8dwx3gHSMIPVoclr8Tuie { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:30.249755859375rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WvAoGoHdilIxI91ZyyuiAmkR8c9o1EXz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0rem;left:58.1875rem; }
#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH { position:relative;display:none; }#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH { border-width: 0; border-radius: 0; }#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH > .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; }#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hyS7mLkC4ox5OTbo1WNEpxzGEl8BiQNx { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0869125rem;top:5.0625rem;left:17.25rem;display:none; }
#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg { position:relative;display:none; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg { border-width: 0; border-radius: 0; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .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; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sFHTn4SSV5GCbEfGtuMqIAG2y9vVxTrL { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:dosis;font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.75rem;top:3.4375rem;left:0.6875rem;display:none; }
#TTKMQFKm8dUTxyD8bpy0UlV8NJdqrb85 { color:#000000;display:block;width:16rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:11.3125rem;left:0.6875rem;display:none; }
#wnNhMClKoJTyxPFSaNoNEAH7kVWXCF6V { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.06225rem;height:3.81225625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:15.875rem;left:30.4375rem;display:none; }
#rnXZlmmVONG1HQ13KqmTAcE9HlWdL3TF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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;z-index:auto;display:none; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row .container { border-width: 0; border-radius: 0; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:none; }#VZTftkIBOuD9bUFzxrG8xsaShwaLr2R2 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1343994140625rem;left:0rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#upSaDUdl1agPMGbAMgNCp6Qz64inTXoa { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:5.6252174377441rem;left:0rem;display:none; }
#oVsLRo2CL6wWAeC1T35fZyzWig369s5D { position:relative;display:none; }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D { border-width: 0; border-radius: 0; }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D > .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; }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE { position:relative;display:none; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE { border-width: 0; border-radius: 0; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .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; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hisKfDuTPSkH4bggn7bN379TuTxMDhIx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:0.8125rem;left:3.75rem;display:none; }
#UcvJgTBR6n06yM1H4SpHpCTz4owuyyU5 { background-color:#000000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5621875rem;height:4.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:18.876954078674rem;left:29.436632156372rem;display:none; }
#cN9IL5tB3s9WqZtgM8IiEVbyrdHPTdWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ { display:none; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container { width:47.75rem;position:relative;display:none; }#eqIcNeesZbFbTgfix1loSSq2yoiTeLVT { width:17rem;height:2.8125rem;top:0.1875rem;left:0rem;display:none; }
#SFJMoVrIuuGRcM3eNSCXKkpTf5DBQkT0 { width:15.6875rem;height:2.375rem;top:0.375rem;left:32.0625rem;display:none; }
#psRlFpF9e5xwLiF1mPnD0dzC0yTafyXU { display:block; }
#v10X42oFRhG84B2rsMQyE9uC3VL563Xe { display:none; }
#y85vDZTJUxFoUcTVBC39ildGBPbOOPax { width:3.875rem;height:1.9375rem;display:none; }
#L0WsCL3CnpqEsBn01G0DwyT3MhWC7Fdf { top:6.875rem;left:0rem;width:14.0625rem;height:0.875rem;font-size:0.75rem;display:none; }
#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 { display:none; }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 > .row .container { width:47.75rem;position:relative;display:none; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg { display:none; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row .container { width:47.75rem;position:relative;display:none; }#VVChgIzdlS3qUQkiwy6gbLAvvek9aShH { width:;height:;top:0rem;display:none; }
#w0N9ZEyWUqhVnM1RxOaisfOvsNO5CJrb { display:none; }
#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx { display:none; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row .container { width:47.75rem;position:relative;display:none; }#rhedMldTF7JlPT6KBxMpKuTT8TbIF6DW { top:0.125rem;left:0rem;width:4.375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#Dr5BOgoe3RTt3tnHyordJ2crwe7Zc36u { width:6rem;height:1.25rem;display:none; }
#C7acda7F0BJFVQeN6Rik0W15zHUU84JT { width:6.875rem;height:1.25rem;display:none; }
#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k { display:none; }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .row .container { width:47.75rem;position:relative;display:none; }#LSkFFEigxpLECIFVxi8pfhxsTzfEOuT2 { top:23.125rem;left:0rem;width:14.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
#EmRTKms7znw2skbCQqkGveFlEEskTOXJ { top:5.5625rem;left:26.0625rem;width:1.25rem;height:1.25rem;display:none; }
#bOq4FC0tE24f5Z2vTPTUTPtbQQttWdsZ { top:5.5625rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
#rgK8TNk4W7949xv6P1gpHf2rp6FTQmWG { top:5.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#mBPfyHbJ7T8816SZSOaMb8qLZICxn1xE { top:5.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#LOyBr1C5isZiPc6VTuh54qwh5Ddvn1sy { top:5.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#lmHr9t8kaPcPTl9tbKwh8pl0agPopiWa { top:17.625rem;left:0rem;width:19.8125rem;height:4.75rem;font-size:2rem;display:none; }
#X9kVPOLanzz4lcF5fZyD5m1qpyb1AHLo { width:18.8125rem;height:2.0625rem;top:12rem;left:22.375rem;display:none; }
#VnqGXv1myWKGVslkTKTbCmIrxPK2ixJQ { display:block; }
#mIKpzUItgHPstJRE4G6F8U51tdZQInpP { width:27rem;height:3.75rem;top:15.875rem;left:20.75rem;display:none; }
#UV7efGaQzr8uGtFTsGzVSADbud8oCwOZ { display:block; }
#hdd3UPQARmPIPsvGTJpT6weIofWq1rmU { top:33rem;left:0rem;width:18.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#nXaoEBG4leOvGsNNe86yte7A7iWPNG0L { top:0rem;width:;height:;display:none; }
#mraF5ddtRnktidVf5QyNaTCRWqpKvD7a { top:0rem;width:;height:;display:none; }
#H8X1E5J87iaTt4NDnM3A4MW21QkZwkXq { top:36.25rem;left:0rem;width:17.625rem;height:2.375rem;font-size:0.9375rem;display:none; }
#D9KtNPRDNSUTdvhTao9EVUsqEgcyIyFS { top:0rem;width:;height:;display:none; }
#xIBhgz5gsnmtrhTnXVbIsRSbFVfS6sMC { top:24.75rem;left:0rem;width:19.75rem;height:3.625rem;font-size:0.9375rem;display:none; }
#aZmeTHx4lv3F3DIwWfFUTuWTreSWOxiG { top:29.8125rem;left:0rem;width:17.375rem;height:2.375rem;font-size:0.9375rem;display:none; }
#cvegT8xCRw0JHvQaK3D9Vzo0TGyx8xma { top:18.4375rem;left:23.4375rem;width:19.125rem;height:27.372862446561rem;display:block; }
#FiHBdwSrBO7XJhfV0K9MTzizfTa5kKUE { top:18.4375rem;left:3.1875rem;width:19.1875rem;height:27.462316245406rem;display:block; }
#QdbapCQURlpVm0x7MyrNZlQApbskUU8O { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#duVVxoV4T9GTlJKLAO8VomkiW0eC6u11 { display:block; }
#uE3E3ntvXGu6ce1Uzyi0l2m9kotPOb7d { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#TwuJuAnR2VDs6hfgg2y7a093GtfH6XqO { display:block; }
#RLsONzHSKRLlaf6aklKWwEIk00Zs9oPa { width:0;height:0;display:none; }
#vPEWNrvV7DZaMFd3HRvCEvceF7ZT2ToU { display:block; }
#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 { display:none; }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .row .container { width:47.75rem;position:relative;display:none; }#gWC5JO20eMFrSQtaJiO27P9pDais0ph8 { top:0.9375rem;left:0rem;width:20rem;height:3.75rem;font-size:1.5625rem;display:none; }
#siN33EupAK8HIrvseVVMQbhW9iNzvglD { display:none; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row .container { width:47.75rem;position:relative;display:none; }#rrPcg7CIeXLkyXi6XWO2fenOgFBNpMeg { width:0;height:0;display:none; }
#hOTATUwvDsM5B3f6MoXKowN4q5tQIDkg { display:block; }
#L21SzH46msM257W5o7NJiOwa4J7SmGXw { display:none; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row .container { width:47.75rem;position:relative;display:none; }#mPMu6XwXKXL62mOyupd9VRPIgNrh2RCb { width:11.4375rem;height:1.9375rem;top:1.375rem;left:0rem;display:none; }
#gWIC3nTaaTSMUzCpCkOD3I15nVax2Ja3 { width:11.0625rem;height:1.9375rem;top:1.375rem;left:0rem;display:none; }
#FrIMyrWqJMp0p4KSopGx1EEkxqo1ve6M { top:6.6875rem;left:0rem;width:17.5625rem;height:1.1875rem;font-size:0.6875rem;display:none; }
#hv4aHKgZBpSwdMwqZEscq1QCns8wxJtS { width:6rem;height:1.25rem;display:none; }
#LX3T0VezS4NLdXf7mJaFyWX6zO5ZQvsy { width:6.875rem;height:1.25rem;display:none; }
#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv { display:none; }#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv > .row .container { width:47.75rem;position:relative;display:none; }#Pv6STCmqcixlM75UFqDuxRkUt9TW4p6B { top:19.5rem;left:0rem;width:9.5rem;height:2.5625rem;font-size:0.8125rem;display:none; }
#S9vIs5eSUtqs8fh0OFy8QMKmnCrff0q6 { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#ur1bWxXfF4Q59SJ8ndJkUqNT2usrmuqK { display:block; }
#uOnleZJX5OofnzOqJnNT8IfuC1MBKug8 { width:16.1875rem;height:30.152020798663rem;top:1.4375rem;left:31.5625rem;display:none; }
#re1iFD66XglQuMJwDlhUPZDDNgs7UETs { top:19.4375rem;left:4.25rem;width:9.375rem;height:0.9375rem;font-size:0.8125rem;display:none; }
#owatClNVTg7lTEfteFQxvg05BTDnSe0L { top:0rem;width:;height:;display:none; }
#swTWFqMrgm5cw7ClplQeDPyscdTJSR6e { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#J66XnSctqDMKU4Kr8QOlVCs4dTQZe6PJ { display:block; }
#xM81lCKHm8I4Jy8eqPcS8HFDphZvgAt8 { top:7.5625rem;left:4.12451171875rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:none; }
#TZvizbbyad8SQx2O44X6BzGRPUCG3ORt { top:1.5625rem;left:3.75rem;width:10.25rem;height:2rem;font-size:1.5625rem;display:none; }
#agHO3qA66IUWeFQRE0TGTnA42d54QUNp { top:0rem;width:;height:;display:none; }
#yuuaSMBXQg3US6cpJmZn4cguiAWPvQBF { top:0rem;width:;height:;display:none; }
#Gq9xz9ehUgSaC65SnX6wOK5lOayox9A9 { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#CTnbU1uIgkIJ7MA9CWBz8efHJ1UN25Mn { display:block; }
#t9hI92Kst3ePDkJ7ihhEzKLgHm1anD60 { width:11.625rem;height:1.7515663787009rem;top:5.875rem;left:0rem;display:none; }
#GbbzTEiEr3OEt72iqb1s5LJxTAC7FFUb { width:11.625rem;height:1.7515663787009rem;top:5.875rem;left:0rem;display:none; }
#s9TASfHeZsb4eDT7RguEaJVqg05qL3H7 { top:21.1875rem;left:5.625rem;width:8rem;height:0.875rem;font-size:0.6875rem;display:none; }
#wip4AuBkJOatikgtPh4sgXa9Dh11C0Lp { top:0rem;width:;height:;display:none; }
#DOMbPkd6qei4H9RgFJMT2l6gTeF8TZzL { top:0rem;width:;height:;display:none; }
#MTSNNQ0iOlp6vyRNRXe6EtMXSTkSQqi5 { top:21.1875rem;left:0rem;width:8rem;height:0.875rem;font-size:0.6875rem;display:none; }
#U2ZeKEhpKZagkZsLVLsNXGTBhCzWxOFL { top:0rem;width:;height:;display:none; }
#mQteTtzpKUzJ4Qh6VcsWs33DaFhAdkJx { width:0;height:0;display:none; }
#lE70scWdTsoTS792uWQ8QK3waCK50ULq { display:block; }
#h4iy4ShrKykrCeU5tp7TsPig4K4cmKVE { top:19.125rem;left:0rem;width:12.5rem;height:4.625rem;font-size:1.1875rem;display:none; }
#guvIoJAE3iPd8LTtUy6JMyxTWvuAnl4D { top:19.0625rem;left:4.8125rem;width:9.125rem;height:7.6875rem;font-size:1.1875rem;display:none; }
#N3c7TLTAooJJRe3aOgxNvE18Ngm7K6Bw { top:0rem;width:;height:;display:none; }
#Ttg1unWPb6HuDG5JIGmZ0c65pMLp5wbK { top:1.6875rem;left:12.3125rem;width:20.125rem;height:20.125rem;display:none; }
#fn3oOJJ999OlTariGMXVHTDrKziuuwvV { top:1.6875rem;left:12.3125rem;width:11.6875rem;height:11.6875rem;display:none; }
#X5zvzy883coWuF0DQXNx0yQgJQLGtRpN { width:0;height:0;display:none; }
#tZtDZfDUHLOSpTCWMsT0oXTIPI1pdsHT { display:block; }
#RlsDCmUkONMSlG0gMxcwkldGdBCe3n1A { width:0;height:0;display:none; }
#Xg10ORDKeVAWFe98U2T3DZqons20xHbU { display:block; }
#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 { display:none; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row .container { width:47.75rem;position:relative;display:none; }#TXlzldCqwTWiUTIQLU3AWsSSsIpOMauk { top:0.4375rem;left:0rem;width:5.0625rem;height:2rem;font-size:0.625rem;display:none; }
#os0QGdgEv3WmE2NGy7251Ne95y7ltZp5 { top:0rem;width:;height:;display:none; }
#n9hOR3WeuZOBdOCiH8P5gnMoIIegDT1z { top:0.375rem;left:7.1873779296875rem;width:3.4375rem;height:1.3125rem;font-size:0.625rem;display:none; }
#dhyt6HT9Pw9t4uve0pwwR6EglpbuOevt { top:0rem;width:;height:;display:none; }
#yzhCRGQZTQQRLKF2clAAcvdC2BJlnXUo { top:0.375rem;left:11.1875rem;width:4.6875rem;height:1.3125rem;font-size:0.625rem;display:none; }
#mAravU4ECvA5VNoVFGSoM5p8iGhQH6DE { top:0rem;width:;height:;display:none; }
#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 { display:none; }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 > .row .container { width:47.75rem;position:relative;display:none; }#xo6XNp0D5FESTAp2e4UJi7WTANQhZ8p6 { top:1.5625rem;left:0rem;width:20rem;height:3.75rem;font-size:1.5625rem;display:none; }
#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y { display:none; }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y > .row .container { width:47.75rem;position:relative;display:none; }#wXFwwipAPXdfsyr6mexLwTfeBsNPGcsK { top:18.4375rem;left:3.1875rem;width:19.1875rem;height:12.75rem;display:block; }
#GXTmMW7ey7TvqyCxTXgyq7KGPIka8kTn { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#pJKWSx8Tv4FVR3Zf9PcrEOLqbszasrN9 { display:block; }
#vlsfyvTTvkVt7hMriH8Re7NhS8ICT83m { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#VqQtoEcgUUSlEwQL85v6m5pPqQ7W72ba { display:block; }
#BucrMdmghsklk9QBzQuVZTVMgK4wklZf { display:none; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row .container { width:47.75rem;position:relative;display:none; }#s2wCJ044XGbvwt1k0pXtPRTRwntAs3Qd { top:1.625rem;left:0rem;width:17.6875rem;height:2.8125rem;font-size:1.1875rem;display:none; }
#W1ldzxRqd1UmNrT72pzszb7HxekQ8QuT { top:0rem;width:;height:;display:none; }
#OKXsCK7nmXRFPIoUOXHcvR0daF5ZCJNl { top:0rem;width:;height:;display:none; }
#RnWfWNyGQ0Hi4dFKMuon7ztlZVhOBa0W { top:7.875rem;left:0.75rem;width:13.125rem;height:5.625rem;font-size:0.8125rem;display:none; }
#AKuFNI3RFL9Zgm13C1Ts60FLhg2NleVH { width:9.125rem;height:12.5rem;top:0rem;display:none; }
#rfKlD7gxvFKiv6mrMTF7EeT0TNuZCscf { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#xyM2qZCwraQa18D3VcSqTqGwZph7y4lB { top:0rem;width:;height:;display:none; }
#LtTzsxtwTn69aSkhOvBoHgovfyhgkD6i { width:0;height:0;display:none; }
#BUMC4z3rkLAd0ynmvkXQ07WmqbTFLDun { display:block; }
#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L { display:none; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row .container { width:47.5rem;position:relative;display:none; }#LDLWrOgp1uVnLSoNGo8Nwnz79CeI4JEJ { top:0.5625rem;left:0rem;width:20rem;height:3.5625rem;font-size:1.375rem;display:none; }
#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 { display:none; }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row .container { width:47.75rem;position:relative;display:none; }#ZzMf6S4BLaTsdl3wubtbL1M9u7WOt0q0 { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#HJEI4orH9vMmyCIOd6qySXRWv2bSxgFb { display:block; }
#xlRODU2gsgNdhQ2vPBlDnIMNTFUniT5r { top:5.375rem;left:0rem;width:16.5625rem;height:3.625rem;font-size:0.9375rem;display:none; }
#SGfSJFRIULu0PBEiEA5cTfOqDNiLbF3E { top:1.9375rem;left:0rem;width:16.875rem;height:2.375rem;font-size:0.9375rem;display:none; }
#WhuuvIS6z6zCymsiDMoRcdOUIWurXnsZ { top:28.9375rem;left:24.3125rem;width:1.25rem;height:1.25rem;display:none; }
#BnhuQfBtx8voM5J9Z3it7N0s1KbtSTov { top:22.375rem;left:24.187175750733rem;width:1.4375rem;height:1.4375rem;display:none; }
#RGllgracvP26WAdTi2MrdyIxrWWC6n5T { width:26.875rem;height:29.3125rem;top:2.125rem;left:0rem;display:none; }
#hzBu8uNrtTuzVIgya7A1cksRwpnP6SE5 { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#bK6mcooTaqs7nWee2vnRGEvzldc9zTbN { width:47.75rem;height:21.4375rem;display:none; }
#wLEaEqFzP3vtu61io0JhocXzoUC8Qqyi { width:1.6875rem;height:4.1254285277721rem;top:3.75rem;left:46.0625rem;display:none; }
#oC5uAenLUtxihTof2ZfJaWTyx93DyfWq { width:7.1875rem;height:7.1875rem;top:2.1875rem;left:40.5625rem;display:none; }
#S9arhAibOSXKPAiUOFT0kBGTC8T22BUd { width:46.75rem;height:32.8125rem;top:0.3125rem;left:0rem;display:none; }
#Am9pvlFbgu55fleIwT0FLv7bXzXCQ3D8 { display:block; }
#h6DhDAdLvR05frhldSTM5nkTb7fSXsNl { top:8.75rem;left:0rem;width:16.5625rem;height:2.375rem;font-size:0.9375rem;display:none; }
#MDNofLoUVqznKogmW6gvhTm3nJ1NabHZ { top:28.9375rem;left:24.3125rem;width:1.25rem;height:1.25rem;display:none; }
#Xx1tBwBokQZRxgkwuZucvpc3InTeBPTT { top:28.9375rem;left:24.3125rem;width:1.25rem;height:1.25rem;display:none; }
#Lmu2chVTcJUzPfelCD4DmOSaVulne6dh { top:12rem;left:0rem;width:16.5625rem;height:2.375rem;font-size:0.9375rem;display:none; }
#OzxoacsD2wlXd4uqi92uysgwlRBEV7hf { top:15.25rem;left:0rem;width:16.5625rem;height:2.375rem;font-size:0.9375rem;display:none; }
#xgRLFgcoZfxQAR89lGsuQZSDncNuFHm7 { top:28.9375rem;left:24.3125rem;width:1.25rem;height:1.25rem;display:none; }
#t1DB9F7EcyWhmMqbQclxkOFMA3wdL2v8 { width:9.875rem;height:9.875rem;top:2.3125rem;left:22.9375rem;display:none; }
#tH3uaUDBVs24ShTfgO24lKPDMU0MZVcS { width:9.875rem;height:9.875rem;top:2.3125rem;left:33.25rem;display:none; }
#EUWJVPMgWDF3o91OEUZT3yGidolMbWzT { width:9.9375rem;height:9.9375rem;top:2.3125rem;left:37.8125rem;display:none; }
#BZzqPBP1btkEWhfuKQArG3V732C23cLU { top:31.875rem;left:1.2498779296875rem;width:5.1875rem;height:2.25rem;font-size:0.875rem;display:none; }
#yZF71Am8sQgQtCBhWJHsT0ZcwrOtgSsC { top:31.25rem;left:8.3128662109375rem;width:5.1875rem;height:3.375rem;font-size:0.875rem;display:none; }
#D7604VaiTrWaUwRG7aguJb7b0vLWnyE0 { top:31.875rem;left:0rem;width:5.1875rem;height:3.375rem;font-size:0.875rem;display:none; }
#o4SnTeIBu5VTOaGQ4IDFlO5tDre1fIaF { top:19.6875rem;left:0rem;width:19.25rem;height:3.375rem;font-size:0.875rem;display:none; }
#amAUwztd9Zsv4ZGzySDNV4RDZ8mnpq8f { top:0rem;width:;height:;display:none; }
#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I { display:none; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row .container { width:47.5rem;position:relative;display:none; }#hPsit1gzMoHsrcgkqS4taT2esRrWGzNb { top:2.1875rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:1.75rem;display:none; }
#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 { display:none; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row .container { width:47.75rem;position:relative;display:none; }#BBIXKnh2w9JvA6E2S5RtmHVtI2hyvgJB { top:5.1875rem;left:0rem;width:17.875rem;height:11.0625rem;display:none; }
#GmZXqQMrPxbQVV0FAlqlf8rzFH24pe6B { top:25.375rem;left:0rem;width:18.1875rem;height:5.25rem;font-size:0.8125rem;display:none; }
#QU9vExiT7ozTKbw3gbEh4u5oX5OfLv2k { top:7.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#zwcMmPd2aTSpg4GCmtuB9R7ibzi3PTM9 { top:7.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#Xy1tAJe3ibrxLW1ciW4RENZbdsbauDSq { top:7.1875rem;left:3.5rem;width:1.375rem;height:1.375rem;display:none; }
#bftZno50r0PhlOvpJSzgqZUbObMQXQkS { top:7.1875rem;left:0.5rem;width:1.375rem;height:1.375rem;display:none; }
#CHuJuUyAxqqDptHFpddMG4V3I8QrNTZ3 { top:7.1875rem;left:2rem;width:1.375rem;height:1.375rem;display:none; }
#Cp0l2MIU86q2iH9pa55IFurmhzAxaMmW { top:22.5rem;left:0rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#RakCxZ6GLyIMORuK8TKpwlEfhBoi05OC { top:5.25rem;left:15.75rem;width:17.875rem;height:11.0625rem;display:none; }
#Klpe1w3lElNK6Sm9eR7z65JvND6oZOCF { top:34.875rem;left:0rem;width:18.625rem;height:5.25rem;font-size:0.8125rem;display:none; }
#eI5kXEqiMEHODPr45e6fqtNvFADvm2Ok { top:7.1875rem;left:17.0625rem;width:1.375rem;height:1.375rem;display:none; }
#IzCp1zDreWlo9Su7ZUu3IsxwgyiRDhSx { top:7.1875rem;left:18.625rem;width:1.375rem;height:1.375rem;display:none; }
#bgqgQptTOg0T511HE4RAauUGsLV3Nxyl { top:7.1875rem;left:20.25rem;width:1.375rem;height:1.375rem;display:none; }
#rIpTiCm6ZbIfO9lvyAQxNTOLyovhLisR { top:7.1875rem;left:21.8125rem;width:1.375rem;height:1.375rem;display:none; }
#SsnBmTDOPBP3gqHPEcFSDh9hL59HVabK { top:31.25rem;left:0rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#VAforTvefBOFpZAODHG9BlblKBwZWa5L { top:7.1875rem;left:23.375rem;width:1.375rem;height:1.375rem;display:none; }
#yEQOsUCzdZQ1O0NoJzVsXL2TGHHVKTFV { top:5.1875rem;left:29.875rem;width:17.875rem;height:11.0625rem;display:none; }
#RVxIm2nvXAiKakGmw77MfHPqgMT80f3c { top:45rem;left:0rem;width:18.9375rem;height:5.25rem;font-size:0.8125rem;display:none; }
#A6CEnZVfIprk1XrVDmayElTnu151vFhG { top:7rem;left:42.6875rem;width:1.375rem;height:1.375rem;display:none; }
#J8aVqmdanqgIpCCwBUZk5uWsLD0348Jf { top:7rem;left:41.125rem;width:1.375rem;height:1.375rem;display:none; }
#PNC4Sl7cxSl2OoKXdQfWET9iMFbi5agX { top:7rem;left:39.5625rem;width:1.375rem;height:1.375rem;display:none; }
#ZV4RgOFSn7UG4xOSAcaGeociVquJ1CZI { top:43.375rem;left:0rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#ZDTTyXTHWwTyqxpJnLiXQ7WosvnxW9Ug { top:7rem;left:38.125rem;width:1.375rem;height:1.375rem;display:none; }
#xJ1PNFslNx92QNPwm78JnOudH6rbxGnQ { top:7.125rem;left:36.4375rem;width:1.375rem;height:1.375rem;display:none; }
#O5tTJ9khdKLXx9FrHhXhIuh9LuIr9XOE { top:6.8125rem;left:0rem;width:27.75rem;height:28.4375rem;display:none; }
#IOwQOOhQq3Wi9QUG4r5HqZvaTR02se7l { top:22.5rem;left:6.18701171875rem;width:7.625rem;height:1.1875rem;font-size:0.875rem;display:none; }
#w7DPT5B0kUK4hks5tyBnczIWrdZGPvuL { top:8.75rem;left:17.6875rem;width:1.625rem;height:1.625rem;display:none; }
#KppgBJmEu5i1qXRVSSpaVNr8lgGO7f5H { top:8.75rem;left:17.6875rem;width:1.625rem;height:1.625rem;display:none; }
#lEX46KHrvwEigfZp5kEOVro92DA8ro3A { top:32.4375rem;left:6.18701171875rem;width:7.625rem;height:1.1875rem;font-size:0.875rem;display:none; }
#PeF1XSIh7RObCTBSvPeoJgzaq4wSToVh { top:8.75rem;left:17.6875rem;width:1.625rem;height:1.625rem;display:none; }
#egAroNgiSD4mWCKcmJaZK8ZT8CWXtvwv { top:41.875rem;left:6.18701171875rem;width:7.625rem;height:1.1875rem;font-size:0.875rem;display:none; }
#cXC93cx0Ji3b4Coo0CKE0p4bc4fpD0TP { top:5.1875rem;left:29.875rem;width:17.875rem;height:11.0625rem;display:none; }
#zVPLQubHNqPPiQ2RUBAH4paHSzIol6Qn { top:54.1875rem;left:0rem;width:18.9375rem;height:4.1875rem;font-size:0.8125rem;display:none; }
#cegV3EiBQnAkeK5I9fnfLrIuxBLNeUGl { top:7rem;left:42.6875rem;width:1.375rem;height:1.375rem;display:none; }
#GRrOyULZwpUWdv6TXnrtXRiI1vlmLnTM { top:7rem;left:41.125rem;width:1.375rem;height:1.375rem;display:none; }
#P68k9vHIu8TNiXiJayNOetlxzJbVmJa2 { top:7rem;left:39.5625rem;width:1.375rem;height:1.375rem;display:none; }
#LELgiAy7bCSq1J2baT4uM3e6z31ZZ236 { top:7rem;left:38.125rem;width:1.375rem;height:1.375rem;display:none; }
#GiCDaTnk1rhOZNgVDZWIPK6b8JkIVmty { top:7.125rem;left:36.4375rem;width:1.375rem;height:1.375rem;display:none; }
#ZEUoC8ve0tbUamOmkvESTDITuMOFqEKL { top:51.625rem;left:0rem;width:5.75rem;height:1.125rem;font-size:1rem;display:none; }
#Fz7WTV3UzmrLmM0wbfeQdAUn9VslDcW2 { top:8.75rem;left:17.6875rem;width:1.625rem;height:1.625rem;display:none; }
#fC8pnocVPQ9RMGaogzpVFJgNseu0p3sE { top:51.625rem;left:6.18701171875rem;width:7.625rem;height:1.1875rem;font-size:0.875rem;display:none; }
#pKKTGO4JTNNb0t0SwBFXGwl4Dp8KAaAO { top:8.75rem;left:17.6875rem;width:1.625rem;height:1.625rem;display:none; }
#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA { display:none; }#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA > .row .container { width:47.75rem;position:relative;display:none; }#WyfbKtkpD0VEoyaJPh5NKEgU44uMlERa { top:2.0625rem;left:0rem;width:20rem;height:2rem;font-size:1.875rem;display:none; }
#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb { display:none; }#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb > .row .container { width:47.75rem;position:relative;display:none; }#KmN9X5ZrshSCbs0EqG5i3tJ7yLkaQGa6 { top:0.375rem;left:0rem;width:17.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
#JnBz7v6nnVsc6sEKZ52gHWUiePnl57W1 { top:0rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#EVVywksND2f77e5PcLMW98ly3XUfSuvz { display:none; }#EVVywksND2f77e5PcLMW98ly3XUfSuvz > .row .container { width:47.75rem;position:relative;display:none; }#JLWWfKlx6ERAhx4XuRVcf4tCR2dzMqm7 { top:1.1875rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:0.9375rem;display:none; }
#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e { display:none; }#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e > .row .container { width:47.75rem;position:relative;display:none; }#cTgpu0KE5LkVvDDQWRAmizkmvT2TtcRd { top:0.375rem;left:0rem;width:17.6875rem;height:2.375rem;font-size:0.9375rem;display:block; }
#pBpeUt3xxKF7bKdMmJRXJOmeIt5dEcGC { top:0rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq { display:none; }#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq > .row .container { width:47.75rem;position:relative;display:none; }#CIG6ozSmOJ5I5vP904VsPzHN3GDWARXs { top:1.1875rem;left:0rem;width:19.9375rem;height:2.8125rem;font-size:0.9375rem;display:none; }
#JPSD3q01oyCCXkP14tTtQARJFuccTbAk { display:none; }#JPSD3q01oyCCXkP14tTtQARJFuccTbAk > .row .container { width:47.75rem;position:relative;display:none; }#bwg2rRiqT2A5o7y9wpRaaqNZX9bC11ti { top:0.375rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#W7wADqvrT2QFrie1fspP29EMNInzIpMN { top:0rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA { display:none; }#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA > .row .container { width:47.75rem;position:relative;display:none; }#v3Hyu2HvnEoN7pzk85B9LEAG4CBLuEZA { top:1.1875rem;left:0rem;width:19.9375rem;height:8.4375rem;font-size:0.9375rem;display:none; }
#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS { display:none; }#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS > .row .container { width:47.75rem;position:relative;display:none; }#JHLN1y55GT7bEXByxUUz9zTDyWR9QEPS { top:0.375rem;left:0rem;width:20rem;height:3.625rem;font-size:0.9375rem;display:block; }
#K5uJAw9QbrPaGTbA2BNXH0GAR4F3UQVW { top:0rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A { display:none; }#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A > .row .container { width:47.75rem;position:relative;display:none; }#yUD6MfloGSaUkSc5nkreOopwZB86znwL { top:1.1875rem;left:0rem;width:19.9375rem;height:7rem;font-size:0.9375rem;display:none; }
#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa { display:none; }#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa > .row .container { width:47.75rem;position:relative;display:none; }#qa2ugXM6gTXvFJA1eigScsQFJpkr956B { top:0.375rem;left:0rem;width:17.25rem;height:3.625rem;font-size:0.9375rem;display:block; }
#JMy4JVHLAxX8hSaqoxadQZPou5Z4GotC { top:0rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id { display:none; }#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id > .row .container { width:47.75rem;position:relative;display:none; }#XFndHIpauyB4CAvo7baD2GvyPoqpJKQq { top:1.1875rem;left:0rem;width:19.9375rem;height:8.4375rem;font-size:0.9375rem;display:none; }
#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu { display:none; }#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu > .row .container { width:47.75rem;position:relative;display:none; }#ZX9WIDOllcDUSx7Udmoxcchsdb9xzlut { top:0.375rem;left:0rem;width:17.875rem;height:2.375rem;font-size:0.9375rem;display:block; }
#ugXh8ErOEMRKZGQKB9tJQDLWmr7sMaiA { top:0rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#nWeBP8TENf3zvAN93wObTcP95oKNkqwC { display:none; }#nWeBP8TENf3zvAN93wObTcP95oKNkqwC > .row .container { width:47.75rem;position:relative;display:none; }#QgAUNhGGOZO14HcH8Qo8FOFKXLv2DGGD { top:1.1875rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:0.9375rem;display:none; }
#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 { display:none; }#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 > .row .container { width:47.75rem;position:relative;display:none; }#MfE3U0IvATQ8dwx3gHSMIPVoclr8Tuie { top:0.375rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#WvAoGoHdilIxI91ZyyuiAmkR8c9o1EXz { top:0rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH { display:none; }#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH > .row .container { width:47.75rem;position:relative;display:none; }#hyS7mLkC4ox5OTbo1WNEpxzGEl8BiQNx { top:1.1875rem;left:0rem;width:19.9375rem;height:7rem;font-size:0.9375rem;display:none; }
#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg { display:none; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row .container { width:47.75rem;position:relative;display:none; }#sFHTn4SSV5GCbEfGtuMqIAG2y9vVxTrL { top:3.4375rem;left:0rem;width:16.9375rem;height:4.75rem;font-size:2.1875rem;display:none; }
#TTKMQFKm8dUTxyD8bpy0UlV8NJdqrb85 { top:11.3125rem;left:0rem;width:16rem;height:4.0625rem;font-size:1.875rem;display:none; }
#wnNhMClKoJTyxPFSaNoNEAH7kVWXCF6V { width:27rem;height:3.75rem;top:15.875rem;left:20.75rem;display:none; }
#rnXZlmmVONG1HQ13KqmTAcE9HlWdL3TF { display:block; }
#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ { display:none; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row .container { width:47.75rem;position:relative;display:none; }#VZTftkIBOuD9bUFzxrG8xsaShwaLr2R2 { top:1.125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
#upSaDUdl1agPMGbAMgNCp6Qz64inTXoa { top:5.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
#oVsLRo2CL6wWAeC1T35fZyzWig369s5D { display:none; }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D > .row .container { width:47.75rem;position:relative;display:none; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE { display:none; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row .container { width:47.75rem;position:relative;display:none; }#hisKfDuTPSkH4bggn7bN379TuTxMDhIx { top:0.8125rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#UcvJgTBR6n06yM1H4SpHpCTz4owuyyU5 { width:24.5rem;height:4.0625rem;top:18.875rem;left:23.25rem;display:none; }
#cN9IL5tB3s9WqZtgM8IiEVbyrdHPTdWr { display:block; }
body { position:relative;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container { background-color: transparent; background-image: none; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container > .video-iframe-container { display: none; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row > .video-iframe-container { display: none; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .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); }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container { border-width: 0; border-radius: 0; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container { width:20rem;height:1.25rem;position:relative;display:block; }#eqIcNeesZbFbTgfix1loSSq2yoiTeLVT { top:0rem;left:1.3742406368256rem;width:10.625rem;height:1.8125rem;z-index:15000;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#SFJMoVrIuuGRcM3eNSCXKkpTf5DBQkT0 { top:24.937065839767rem;left:0.5rem;width:19rem;height:2.375rem;z-index:15004;font-size:1.0625rem;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#psRlFpF9e5xwLiF1mPnD0dzC0yTafyXU { display:block; }
#v10X42oFRhG84B2rsMQyE9uC3VL563Xe { display:flex;top:0.2249755859375rem;left:2.248779296875rem;width:0.68739375rem;height:0.68739375rem;z-index:15057; }
#y85vDZTJUxFoUcTVBC39ildGBPbOOPax { top:0rem;left:16.25rem;width:2.5rem;height:1.25rem;z-index:15058;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#L0WsCL3CnpqEsBn01G0DwyT3MhWC7Fdf { top:0.125rem;left:2.96875rem;width:14.0625rem;height:0.8999rem;z-index:15059;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;font-family:var(--paragraphs-font-family);display:block; }
#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 { display:block; }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 { background-color: transparent; background-image: none; }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 > .row .container > .video-iframe-container { display: none; }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 > .row > .video-iframe-container { display: none; }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 > .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); }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 { border-width: 0; border-radius: 0; }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 > .row .container { width:20rem;height:1.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row .container { background-color: transparent; background-image: none; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row .container > .video-iframe-container { display: none; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row > .video-iframe-container { display: none; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .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); }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row .container { border-width: 0; border-radius: 0; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; }#VVChgIzdlS3qUQkiwy6gbLAvvek9aShH { top:0.56228303909302rem;left:4.7808160781861rem;width:10.4373125rem;height:1.3125rem;z-index:15000;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#w0N9ZEyWUqhVnM1RxOaisfOvsNO5CJrb { top:0.21864151954651rem;left:0rem;width:20rem;height:2.0625rem;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row .container { background-color: transparent; background-image: none; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row .container > .video-iframe-container { display: none; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row > .video-iframe-container { display: none; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .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); }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row .container { border-width: 0; border-radius: 0; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row .container { width:20rem;height:1.25rem;position:relative;display:block; }#rhedMldTF7JlPT6KBxMpKuTT8TbIF6DW { top:0.1871337890625rem;left:3.7498779296875rem;width:4.43725625rem;height:0.89355625rem;z-index:15004;color:rgba(var(--color-tertiary-4),1);font-size:0.6875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#Dr5BOgoe3RTt3tnHyordJ2crwe7Zc36u { top:0.1248779296875rem;left:6.8125rem;width:5rem;height:1rem;z-index:15026;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#C7acda7F0BJFVQeN6Rik0W15zHUU84JT { top:0.12451171875rem;left:11.499755859375rem;width:5.06225625rem;height:0.875rem;z-index:15025;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .row .container { background-color: transparent; background-image: none; }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .row .container > .video-iframe-container { display: none; }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .row > .video-iframe-container { display: none; }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .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); }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .row .container { border-width: 0; border-radius: 0; }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; }#LSkFFEigxpLECIFVxi8pfhxsTzfEOuT2 { width:16.1875rem;height:1.9494625rem;top:22.874633789062rem;left:0rem;font-size:0.75rem;z-index:15009;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),0.63);display:block; }
#EmRTKms7znw2skbCQqkGveFlEEskTOXJ { display:flex;top:21.8125rem;left:3.9375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#bOq4FC0tE24f5Z2vTPTUTPtbQQttWdsZ { display:flex;top:21.8125rem;left:2.9375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#rgK8TNk4W7949xv6P1gpHf2rp6FTQmWG { display:flex;top:21.8125rem;left:1.9375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#mBPfyHbJ7T8816SZSOaMb8qLZICxn1xE { display:flex;top:21.8125rem;left:0.9375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#LOyBr1C5isZiPc6VTuh54qwh5Ddvn1sy { display:flex;top:21.8125rem;left:0rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#lmHr9t8kaPcPTl9tbKwh8pl0agPopiWa { top:16.937377929688rem;left:0rem;width:19.875rem;height:4.798825rem;z-index:15003;font-size:2rem;color:rgba(var(--color-tertiary-4),1);line-height:1.2;font-family:"canela italic";font-weight:400;font-style:italic;text-align:left;text-align-last:left;display:block; }
#X9kVPOLanzz4lcF5fZyD5m1qpyb1AHLo { top:15.25rem;left:0rem;width:7.125rem;height:1.4375rem;z-index:15036;font-size:0.8125rem;color:rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:var(--paragraphs-font-family);display:block; }
#VnqGXv1myWKGVslkTKTbCmIrxPK2ixJQ { display:block; }
#mIKpzUItgHPstJRE4G6F8U51tdZQInpP { top:39.5625rem;left:1.3125rem;width:17.34375rem;height:3.217775rem;z-index:15006;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:var(--paragraphs-font-family);display:block; }
#UV7efGaQzr8uGtFTsGzVSADbud8oCwOZ { display:block; }
#hdd3UPQARmPIPsvGTJpT6weIofWq1rmU { top:33.0625rem;left:1.8125rem;width:18.5625rem;height:1.21875rem;z-index:15003;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#nXaoEBG4leOvGsNNe86yte7A7iWPNG0L { display:flex;top:32.9375rem;left:0rem;width:1.4370125rem;height:1.4370125rem;z-index:15034; }
#mraF5ddtRnktidVf5QyNaTCRWqpKvD7a { display:flex;top:29.6875rem;left:0rem;width:1.4370125rem;height:1.4370125rem;z-index:15033; }
#H8X1E5J87iaTt4NDnM3A4MW21QkZwkXq { top:35.6875rem;left:1.8125rem;width:16.75rem;height:2.4375rem;z-index:15000;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#D9KtNPRDNSUTdvhTao9EVUsqEgcyIyFS { display:flex;top:35.6875rem;left:0rem;width:1.4370125rem;height:1.4370125rem;z-index:15036; }
#xIBhgz5gsnmtrhTnXVbIsRSbFVfS6sMC { top:25.3125rem;left:0rem;width:19.8125rem;height:3.65625rem;z-index:15003;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#aZmeTHx4lv3F3DIwWfFUTuWTreSWOxiG { top:29.8125rem;left:1.8125rem;width:17.4375rem;height:2.4375rem;z-index:15004;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#cvegT8xCRw0JHvQaK3D9Vzo0TGyx8xma { width:9.999375rem;height:14.3115rem;top:0.1875rem;left:10rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FiHBdwSrBO7XJhfV0K9MTzizfTa5kKUE { width:9.8736875rem;height:14.249875rem;top:0.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QdbapCQURlpVm0x7MyrNZlQApbskUU8O { width:3.99963125rem;height:1.3745125rem;top:0.8125rem;left:0.625rem;z-index:15022;color:rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-size:0.875rem;box-shadow: none;font-family:var(--paragraphs-font-family);display:block; }
#duVVxoV4T9GTlJKLAO8VomkiW0eC6u11 { display:block; }
#uE3E3ntvXGu6ce1Uzyi0l2m9kotPOb7d { width:4.62463125rem;height:1.3745125rem;top:0.8125rem;left:14.625rem;z-index:15023;color:rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-size:0.875rem;box-shadow: none;font-family:var(--paragraphs-font-family);display:block; }
#TwuJuAnR2VDs6hfgg2y7a093GtfH6XqO { display:block; }
#RLsONzHSKRLlaf6aklKWwEIk00Zs9oPa { top:0.96826171875rem;left:0.1251220703125rem;width:19.875rem;height:41.5rem;z-index:15058;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vPEWNrvV7DZaMFd3HRvCEvceF7ZT2ToU { display:block; }
#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .row .container { background-color: transparent; background-image: none; }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .row .container > .video-iframe-container { display: none; }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .row > .video-iframe-container { display: none; }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .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); }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .row .container { border-width: 0; border-radius: 0; }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#gWC5JO20eMFrSQtaJiO27P9pDais0ph8 { top:0.98025131225588rem;left:0rem;width:20rem;height:3.75rem;z-index:15003;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.2;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#siN33EupAK8HIrvseVVMQbhW9iNzvglD { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/567e0354-aa15-467d-850f-e0e5b2216f7c/de250513TRADUS_03.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD.adaptive-delivery-prevent-bg, #siN33EupAK8HIrvseVVMQbhW9iNzvglD.lazyload, #siN33EupAK8HIrvseVVMQbhW9iNzvglD.lazyloading { background-image: none; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row .container { background-color: transparent; background-image: none; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row .container > .video-iframe-container { display: none; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row > .video-iframe-container { display: none; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .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); }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row .container { border-width: 0; border-radius: 0; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row .container { width:20rem;height:23.75rem;position:relative;display:block; }#rrPcg7CIeXLkyXi6XWO2fenOgFBNpMeg { top:1.53076171875rem;left:0rem;width:19.1875rem;height:20.25rem;z-index:15059;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hOTATUwvDsM5B3f6MoXKowN4q5tQIDkg { display:block; }
#L21SzH46msM257W5o7NJiOwa4J7SmGXw { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row .container { background-color: transparent; background-image: none; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row .container > .video-iframe-container { display: none; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row > .video-iframe-container { display: none; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .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); }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row .container { border-width: 0; border-radius: 0; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; }#mPMu6XwXKXL62mOyupd9VRPIgNrh2RCb { top:1.4375rem;left:0rem;width:10rem;height:1.5625rem;z-index:15006;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gWIC3nTaaTSMUzCpCkOD3I15nVax2Ja3 { top:1.4375rem;left:8.875rem;width:11.0625rem;height:1.875rem;z-index:15007;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FrIMyrWqJMp0p4KSopGx1EEkxqo1ve6M { top:0.5625rem;left:3.625rem;width:4.43725625rem;height:0.89355625rem;z-index:15004;color:rgba(var(--color-tertiary-4),1);font-size:0.6875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#hv4aHKgZBpSwdMwqZEscq1QCns8wxJtS { top:0.5rem;left:7.1875rem;width:5rem;height:1rem;z-index:15026;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LX3T0VezS4NLdXf7mJaFyWX6zO5ZQvsy { top:0.4375rem;left:11.9375rem;width:5.06225625rem;height:0.875rem;z-index:15025;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv { background-color:#f8f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv > .row .container { background-color: transparent; background-image: none; }#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv > .row .container > .video-iframe-container { display: none; }#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv > .row > .video-iframe-container { display: none; }#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv > .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); }#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv > .row .container { border-width: 0; border-radius: 0; }#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hp3wN4m4Cplz2ENV4CHSsr5oduJ5nuwv > .row .container { width:20rem;height:26.777375rem;position:relative;display:block; }#Pv6STCmqcixlM75UFqDuxRkUt9TW4p6B { top:15rem;left:0.375rem;width:9.5rem;height:1.05615rem;z-index:15001;font-weight:700;font-style:normal;font-size:0.8125rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#S9vIs5eSUtqs8fh0OFy8QMKmnCrff0q6 { width:18.4375rem;height:3.4375rem;top:46.5rem;left:0.8125rem;z-index:15019;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;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ur1bWxXfF4Q59SJ8ndJkUqNT2usrmuqK { display:block; }
#uOnleZJX5OofnzOqJnNT8IfuC1MBKug8 { top:1.5482940673828rem;left:0rem;width:8.1875rem;height:15.25rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#re1iFD66XglQuMJwDlhUPZDDNgs7UETs { top:15rem;left:10.375rem;width:9.375rem;height:0.97473125rem;z-index:15002;font-weight:700;font-style:normal;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#owatClNVTg7lTEfteFQxvg05BTDnSe0L { top:1.4375rem;left:10.125rem;width:9.625rem;height:23.5rem;z-index:14990;background-color:rgba(var(--color-primary-3),0.24);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;display:block; }
#swTWFqMrgm5cw7ClplQeDPyscdTJSR6e { width:7.9375rem;height:2rem;top:22.6875rem;left:0.8125rem;z-index:15021;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#J66XnSctqDMKU4Kr8QOlVCs4dTQZe6PJ { display:block; }
#xM81lCKHm8I4Jy8eqPcS8HFDphZvgAt8 { top:3.125rem;left:10.25rem;width:9.6875rem;height:1.29980625rem;z-index:15045;color:rgba(var(--color-tertiary-4),1);font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1rem;font-family:var(--paragraphs-font-family);display:block; }
#TZvizbbyad8SQx2O44X6BzGRPUCG3ORt { top:1.5625rem;left:9.875rem;width:10.25rem;height:2.03125rem;z-index:15046;color:rgba(var(--color-tertiary-4),1);font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:var(--paragraphs-font-family);display:block; }
#agHO3qA66IUWeFQRE0TGTnA42d54QUNp { top:1.1875rem;left:10.125rem;width:9.875rem;height:3.4375rem;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#yuuaSMBXQg3US6cpJmZn4cguiAWPvQBF { top:4.3125rem;left:0rem;width:9.625rem;height:20.75rem;z-index:14989;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.125rem;box-shadow: none;display:block; }
#Gq9xz9ehUgSaC65SnX6wOK5lOayox9A9 { width:7.9373125rem;height:1.99978125rem;top:22.6875rem;left:11.0625rem;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#CTnbU1uIgkIJ7MA9CWBz8efHJ1UN25Mn { display:block; }
#t9hI92Kst3ePDkJ7ihhEzKLgHm1anD60 { top:14.125rem;left:10.5rem;width:4.5625rem;height:0.6875rem;z-index:15033;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GbbzTEiEr3OEt72iqb1s5LJxTAC7FFUb { top:14.125rem;left:0.375rem;width:4.5625rem;height:0.6875rem;z-index:15034;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#s9TASfHeZsb4eDT7RguEaJVqg05qL3H7 { top:16.6875rem;left:11.75rem;width:8rem;height:0.89355625rem;z-index:15007;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#wip4AuBkJOatikgtPh4sgXa9Dh11C0Lp { display:flex;top:16.5625rem;left:10.4375rem;width:1.0625rem;height:1.0625rem;z-index:15036; }
#DOMbPkd6qei4H9RgFJMT2l6gTeF8TZzL { display:flex;top:16.4375rem;left:0.375rem;width:1.1875rem;height:1.1875rem;z-index:14997; }
#MTSNNQ0iOlp6vyRNRXe6EtMXSTkSQqi5 { top:16.6875rem;left:1.75rem;width:8rem;height:0.89355625rem;z-index:15008;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#U2ZeKEhpKZagkZsLVLsNXGTBhCzWxOFL { top:19rem;left:0.5625rem;width:4.1875rem;height:1.6875rem;z-index:15048;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mQteTtzpKUzJ4Qh6VcsWs33DaFhAdkJx { top:1.5rem;left:0rem;width:4.375rem;height:23.9375rem;z-index:15057;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lE70scWdTsoTS792uWQ8QK3waCK50ULq { display:block; }
#h4iy4ShrKykrCeU5tp7TsPig4K4cmKVE { top:19.125rem;left:0.875rem;width:12.5rem;height:4.62890625rem;z-index:15059;font-size:1.1875rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#guvIoJAE3iPd8LTtUy6JMyxTWvuAnl4D { top:19.0625rem;left:10.9375rem;width:9.125rem;height:7.714875rem;z-index:15060;font-size:1.1875rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#N3c7TLTAooJJRe3aOgxNvE18Ngm7K6Bw { top:19rem;left:10.625rem;width:4.18728125rem;height:1.68728125rem;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ttg1unWPb6HuDG5JIGmZ0c65pMLp5wbK { width:9.9365rem;height:9.9365rem;top:5.1025390625rem;left:10.0634765625rem;overflow:hidden;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fn3oOJJ999OlTariGMXVHTDrKziuuwvV { width:8.3734375rem;height:8.3734375rem;top:5.1025390625rem;left:0.9375rem;overflow:hidden;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#X5zvzy883coWuF0DQXNx0yQgJQLGtRpN { top:4.365234375rem;left:0.3740234375rem;width:9.1875rem;height:20.6875rem;z-index:15062;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tZtDZfDUHLOSpTCWMsT0oXTIPI1pdsHT { display:block; }
#RlsDCmUkONMSlG0gMxcwkldGdBCe3n1A { top:1.25rem;left:10.3125rem;width:9.5625rem;height:23.875rem;z-index:15061;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Xg10ORDKeVAWFe98U2T3DZqons20xHbU { display:block; }
#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 { background-color:#f8f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row .container { background-color: transparent; background-image: none; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row .container > .video-iframe-container { display: none; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row > .video-iframe-container { display: none; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .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); }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row .container { border-width: 0; border-radius: 0; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; }#TXlzldCqwTWiUTIQLU3AWsSSsIpOMauk { top:0.467529296875rem;left:2.03125rem;width:5.125rem;height:2.0625rem;z-index:15000;font-size:0.625rem;line-height:1.1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#os0QGdgEv3WmE2NGy7251Ne95y7ltZp5 { display:flex;top:0.48046875rem;left:0.34375rem;width:1.25rem;height:1.25rem;z-index:15001; }
#n9hOR3WeuZOBdOCiH8P5gnMoIIegDT1z { top:0.43701171875rem;left:9.2498779296875rem;width:3.5rem;height:1.375rem;z-index:15002;font-size:0.625rem;line-height:1.1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#dhyt6HT9Pw9t4uve0pwwR6EglpbuOevt { display:flex;top:0.4998779296875rem;left:7.562255859375rem;width:1.25rem;height:1.25rem;z-index:15003; }
#yzhCRGQZTQQRLKF2clAAcvdC2BJlnXUo { top:0.56201171875rem;left:15.187377929688rem;width:4.75rem;height:1.375rem;z-index:15004;font-size:0.625rem;line-height:1.1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#mAravU4ECvA5VNoVFGSoM5p8iGhQH6DE { display:flex;top:0.5rem;left:13.25rem;width:1.25rem;height:1.25rem;z-index:15005; }
#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 { display:block; }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 { background-color: transparent; background-image: none; }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 > .row .container > .video-iframe-container { display: none; }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 > .row > .video-iframe-container { display: none; }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 > .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); }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 { border-width: 0; border-radius: 0; }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 > .row .container { width:20rem;height:5.9375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#xo6XNp0D5FESTAp2e4UJi7WTANQhZ8p6 { top:1.60498046875rem;left:0rem;width:20rem;height:3.75rem;z-index:15003;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.2;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y { display:block; }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y { background-color: transparent; background-image: none; }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y > .row .container > .video-iframe-container { display: none; }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y > .row > .video-iframe-container { display: none; }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y > .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); }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y { border-width: 0; border-radius: 0; }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y > .row .container { width:20rem;height:14.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#wXFwwipAPXdfsyr6mexLwTfeBsNPGcsK { width:20rem;height:13.1875rem;top:0.625rem;left:0rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GXTmMW7ey7TvqyCxTXgyq7KGPIka8kTn { width:4rem;height:1.375rem;top:1.25rem;left:0.625rem;z-index:15022;color:rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-size:0.875rem;box-shadow: none;font-family:var(--paragraphs-font-family);display:block; }
#pJKWSx8Tv4FVR3Zf9PcrEOLqbszasrN9 { display:block; }
#vlsfyvTTvkVt7hMriH8Re7NhS8ICT83m { width:4.625rem;height:1.375rem;top:1.25rem;left:14.625rem;z-index:15023;color:rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-size:0.875rem;box-shadow: none;font-family:var(--paragraphs-font-family);display:block; }
#VqQtoEcgUUSlEwQL85v6m5pPqQ7W72ba { display:block; }
#BucrMdmghsklk9QBzQuVZTVMgK4wklZf { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row .container { background-color: transparent; background-image: none; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row .container > .video-iframe-container { display: none; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row > .video-iframe-container { display: none; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .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); }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row .container { border-width: 0; border-radius: 0; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; }#s2wCJ044XGbvwt1k0pXtPRTRwntAs3Qd { top:1.6875rem;left:1.125rem;width:17.75rem;height:2.8496125rem;z-index:15002;text-align:left;text-align-last:left;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#W1ldzxRqd1UmNrT72pzszb7HxekQ8QuT { display:flex;top:6.125rem;left:6.8125rem;width:1.375rem;height:1.375rem;z-index:14990; }
#OKXsCK7nmXRFPIoUOXHcvR0daF5ZCJNl { display:flex;top:6.1875rem;left:6.9375rem;width:1.125rem;height:1.125rem;z-index:14989; }
#RnWfWNyGQ0Hi4dFKMuon7ztlZVhOBa0W { top:7.9375rem;left:6.875rem;width:13.125rem;height:5.68359375rem;z-index:15003;font-weight:700;font-style:normal;font-size:0.8125rem;line-height:1.4;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#AKuFNI3RFL9Zgm13C1Ts60FLhg2NleVH { top:6rem;left:0.4375rem;width:5.875rem;height:8.25rem;z-index:14979;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#rfKlD7gxvFKiv6mrMTF7EeT0TNuZCscf { top:15.31103515625rem;left:0rem;width:20rem;height:0.0623915rem;z-index:15037;background-color:rgba(var(--color-tertiary-4),0.34);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xyM2qZCwraQa18D3VcSqTqGwZph7y4lB { top:1.8125rem;left:0.0625rem;width:0.1875rem;height:2.5625rem;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LtTzsxtwTn69aSkhOvBoHgovfyhgkD6i { top:1.7498779296875rem;left:0rem;width:7.875rem;height:13.0625rem;z-index:15060;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BUMC4z3rkLAd0ynmvkXQ07WmqbTFLDun { display:block; }
#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row .container { background-color: transparent; background-image: none; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row .container > .video-iframe-container { display: none; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row > .video-iframe-container { display: none; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .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); }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row .container { border-width: 0; border-radius: 0; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row .container { width:20rem;height:7.5rem;position:relative;display:block; }#LDLWrOgp1uVnLSoNGo8Nwnz79CeI4JEJ { top:3.0126953125rem;left:0rem;width:20rem;height:3.57421875rem;z-index:15003;text-align:center;text-align-last:center;font-size:1.375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 { background-color:#fdfdfd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row .container { background-color: transparent; background-image: none; }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row .container > .video-iframe-container { display: none; }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row > .video-iframe-container { display: none; }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .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); }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row .container { border-width: 0; border-radius: 0; }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; }#ZzMf6S4BLaTsdl3wubtbL1M9u7WOt0q0 { top:10.3740234375rem;left:0rem;width:20rem;height:2.5rem;z-index:15004;font-size:1.0625rem;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#HJEI4orH9vMmyCIOd6qySXRWv2bSxgFb { display:block; }
#xlRODU2gsgNdhQ2vPBlDnIMNTFUniT5r { top:5.43701171875rem;left:2.4371337890625rem;width:17.3125rem;height:2.4375rem;z-index:15072;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#SGfSJFRIULu0PBEiEA5cTfOqDNiLbF3E { top:1.99951171875rem;left:2.3125rem;width:16.875rem;height:2.4375rem;z-index:15071;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#WhuuvIS6z6zCymsiDMoRcdOUIWurXnsZ { display:flex;top:5.5625rem;left:0.9375rem;width:0.9995125rem;height:0.9995125rem;z-index:15000; }
#BnhuQfBtx8voM5J9Z3it7N0s1KbtSTov { display:flex;top:2.125rem;left:0.9375rem;width:0.9995125rem;height:0.9995125rem;z-index:14999; }
#RGllgracvP26WAdTi2MrdyIxrWWC6n5T { top:2.125rem;left:0rem;width:20rem;height:21.813953488372rem;z-index:15000;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#hzBu8uNrtTuzVIgya7A1cksRwpnP6SE5 { top:0.74951171875rem;left:0.0625rem;width:20rem;height:17.9375rem;z-index:14998;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.49);background-image:none;display:block; }
#bK6mcooTaqs7nWee2vnRGEvzldc9zTbN { top:1.830078125rem;left:11.092112985358rem;width:8.5rem;height:3.75rem;z-index:14997;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wLEaEqFzP3vtu61io0JhocXzoUC8Qqyi { top:3.75rem;left:9.125rem;width:1.6875rem;height:4.1254285277721rem;z-index:15056;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#oC5uAenLUtxihTof2ZfJaWTyx93DyfWq { top:2.1875rem;left:6.375rem;width:7.1875rem;height:7.1875rem;z-index:15051;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#S9arhAibOSXKPAiUOFT0kBGTC8T22BUd { top:0.3125rem;left:0rem;width:19rem;height:32.8125rem;z-index:15003;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Am9pvlFbgu55fleIwT0FLv7bXzXCQ3D8 { display:block; }
#h6DhDAdLvR05frhldSTM5nkTb7fSXsNl { top:8.78125rem;left:2.4375rem;width:16.625rem;height:2.4375rem;z-index:15073;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#MDNofLoUVqznKogmW6gvhTm3nJ1NabHZ { display:flex;top:8.75rem;left:0.9375rem;width:0.9995125rem;height:0.9995125rem;z-index:15001; }
#Xx1tBwBokQZRxgkwuZucvpc3InTeBPTT { display:flex;top:11.9375rem;left:0.9375rem;width:0.9995125rem;height:0.9995125rem;z-index:15002; }
#Lmu2chVTcJUzPfelCD4DmOSaVulne6dh { top:12.00146484375rem;left:2.4375rem;width:16.625rem;height:2.4375rem;z-index:15074;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#OzxoacsD2wlXd4uqi92uysgwlRBEV7hf { top:15.25146484375rem;left:2.4375rem;width:16.625rem;height:2.4375rem;z-index:15075;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#xgRLFgcoZfxQAR89lGsuQZSDncNuFHm7 { display:flex;top:15.375rem;left:0.9375rem;width:0.9995125rem;height:0.9995125rem;z-index:15003; }
#t1DB9F7EcyWhmMqbQclxkOFMA3wdL2v8 { top:24.625rem;left:0rem;width:6.3125rem;height:6.3125rem;z-index:15024;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tH3uaUDBVs24ShTfgO24lKPDMU0MZVcS { top:24.625rem;left:6.8125rem;width:6.3125rem;height:6.3125rem;z-index:15025;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EUWJVPMgWDF3o91OEUZT3yGidolMbWzT { top:24.6875rem;left:13.75rem;width:6.25rem;height:6.1875rem;z-index:15026;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BZzqPBP1btkEWhfuKQArG3V732C23cLU { top:31.875rem;left:7.375rem;width:5.249025rem;height:2.2744125rem;z-index:15002;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#yZF71Am8sQgQtCBhWJHsT0ZcwrOtgSsC { top:31.305541992188rem;left:14.437866210938rem;width:5.24963125rem;height:3.41015625rem;z-index:15003;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#D7604VaiTrWaUwRG7aguJb7b0vLWnyE0 { top:31.875rem;left:0.5rem;width:5.2495125rem;height:3.41015625rem;z-index:15001;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#o4SnTeIBu5VTOaGQ4IDFlO5tDre1fIaF { top:19.75rem;left:0.5625rem;width:19.3125rem;height:3.41015625rem;z-index:15074;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#amAUwztd9Zsv4ZGzySDNV4RDZ8mnpq8f { top:20.0625rem;left:0rem;width:0.187378125rem;height:2.56225625rem;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row .container { background-color: transparent; background-image: none; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row .container > .video-iframe-container { display: none; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row > .video-iframe-container { display: none; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .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); }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row .container { border-width: 0; border-radius: 0; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row .container { width:20rem;height:5rem;position:relative;display:block; }#hPsit1gzMoHsrcgkqS4taT2esRrWGzNb { top:0.80078125rem;left:0rem;width:19.9981875rem;height:4.19921875rem;z-index:15004;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.2;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row .container { background-color: transparent; background-image: none; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row .container > .video-iframe-container { display: none; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row > .video-iframe-container { display: none; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .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); }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row .container { border-width: 0; border-radius: 0; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; }#BBIXKnh2w9JvA6E2S5RtmHVtI2hyvgJB { top:21.71875rem;left:0rem;width:20rem;height:9.5rem;z-index:15000;background-color:rgba(227,227,227,0.72);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;display:block; }
#GmZXqQMrPxbQVV0FAlqlf8rzFH24pe6B { top:25.4375rem;left:0.875rem;width:18.25rem;height:5.27831875rem;z-index:15001;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#QU9vExiT7ozTKbw3gbEh4u5oX5OfLv2k { display:flex;top:23.75rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15002;font-size:0.6875rem; }
#zwcMmPd2aTSpg4GCmtuB9R7ibzi3PTM9 { display:flex;top:23.75rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15003;font-size:0.6875rem; }
#Xy1tAJe3ibrxLW1ciW4RENZbdsbauDSq { display:flex;top:23.75rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15004;font-size:0.6875rem; }
#bftZno50r0PhlOvpJSzgqZUbObMQXQkS { display:flex;top:23.75rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15005;font-size:0.6875rem; }
#CHuJuUyAxqqDptHFpddMG4V3I8QrNTZ3 { display:flex;top:23.75rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15006;font-size:0.6875rem; }
#Cp0l2MIU86q2iH9pa55IFurmhzAxaMmW { top:22.5rem;left:0.6875rem;width:18.625rem;height:1.13769375rem;z-index:15002;font-size:0.875rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#RakCxZ6GLyIMORuK8TKpwlEfhBoi05OC { top:31.875rem;left:0rem;width:20rem;height:9rem;z-index:15008;background-color:rgba(227,227,227,0.72);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;display:block; }
#Klpe1w3lElNK6Sm9eR7z65JvND6oZOCF { top:34.9375rem;left:0.625rem;width:18.6875rem;height:5.27831875rem;z-index:15009;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#eI5kXEqiMEHODPr45e6fqtNvFADvm2Ok { display:flex;top:33.625rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15012;font-size:0.6875rem; }
#IzCp1zDreWlo9Su7ZUu3IsxwgyiRDhSx { display:flex;top:33.625rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15013;font-size:0.6875rem; }
#bgqgQptTOg0T511HE4RAauUGsLV3Nxyl { display:flex;top:33.625rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15014;font-size:0.6875rem; }
#rIpTiCm6ZbIfO9lvyAQxNTOLyovhLisR { display:flex;top:33.625rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15011;font-size:0.6875rem; }
#SsnBmTDOPBP3gqHPEcFSDh9hL59HVabK { top:32.5625rem;left:0.6875rem;width:8.5rem;height:1.13769375rem;z-index:15010;font-size:0.875rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#VAforTvefBOFpZAODHG9BlblKBwZWa5L { display:flex;top:33.625rem;left:0.75rem;width:1.0625rem;height:1.0625rem;z-index:15010;font-size:0.6875rem; }
#yEQOsUCzdZQ1O0NoJzVsXL2TGHHVKTFV { top:41.5625rem;left:0rem;width:20rem;height:8.8125rem;z-index:15015;background-color:rgba(227,227,227,0.72);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;display:block; }
#RVxIm2nvXAiKakGmw77MfHPqgMT80f3c { top:45.0625rem;left:0.5rem;width:19rem;height:5.27831875rem;z-index:15017;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#A6CEnZVfIprk1XrVDmayElTnu151vFhG { display:flex;top:43.375rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15022;font-size:0.6875rem; }
#J8aVqmdanqgIpCCwBUZk5uWsLD0348Jf { display:flex;top:43.375rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15021;font-size:0.6875rem; }
#PNC4Sl7cxSl2OoKXdQfWET9iMFbi5agX { display:flex;top:43.375rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15020;font-size:0.6875rem; }
#ZV4RgOFSn7UG4xOSAcaGeociVquJ1CZI { top:42.125rem;left:0.6875rem;width:5.75rem;height:1.13769375rem;z-index:15018;font-size:0.875rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#ZDTTyXTHWwTyqxpJnLiXQ7WosvnxW9Ug { display:flex;top:43.375rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15019;font-size:0.6875rem; }
#xJ1PNFslNx92QNPwm78JnOudH6rbxGnQ { display:flex;top:43.4375rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15018;font-size:0.6875rem; }
#O5tTJ9khdKLXx9FrHhXhIuh9LuIr9XOE { width:19.9980625rem;height:20.4985625rem;top:0.78955078125rem;left:0rem;overflow:hidden;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IOwQOOhQq3Wi9QUG4r5HqZvaTR02se7l { top:22.5625rem;left:12.3125rem;width:7.6875rem;height:1.224975rem;z-index:15015;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#w7DPT5B0kUK4hks5tyBnczIWrdZGPvuL { display:flex;width:1.2495125rem;height:1.2495125rem;top:22.4375rem;left:11.0625rem;z-index:15011; }
#KppgBJmEu5i1qXRVSSpaVNr8lgGO7f5H { display:flex;width:1.2495125rem;height:1.2495125rem;top:32.4375rem;left:11.0625rem;z-index:15013; }
#lEX46KHrvwEigfZp5kEOVro92DA8ro3A { top:32.4619140625rem;left:12.3125rem;width:7.6875rem;height:1.224975rem;z-index:15017;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#PeF1XSIh7RObCTBSvPeoJgzaq4wSToVh { display:flex;width:1.2495125rem;height:1.2495125rem;top:41.875rem;left:11.0625rem;z-index:15015; }
#egAroNgiSD4mWCKcmJaZK8ZT8CWXtvwv { top:41.9375rem;left:12.3125rem;width:7.6875rem;height:1.224975rem;z-index:15019;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#cXC93cx0Ji3b4Coo0CKE0p4bc4fpD0TP { top:51rem;left:0rem;width:20rem;height:7.6875rem;z-index:14999;background-color:rgba(227,227,227,0.72);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;display:block; }
#zVPLQubHNqPPiQ2RUBAH4paHSzIol6Qn { top:54.25rem;left:0.5rem;width:19rem;height:4.22265625rem;z-index:15027;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#cegV3EiBQnAkeK5I9fnfLrIuxBLNeUGl { display:flex;top:52.8125rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15032;font-size:0.6875rem; }
#GRrOyULZwpUWdv6TXnrtXRiI1vlmLnTM { display:flex;top:52.8125rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15031;font-size:0.6875rem; }
#P68k9vHIu8TNiXiJayNOetlxzJbVmJa2 { display:flex;top:52.8125rem;left:2.9375rem;width:1.0625rem;height:1.0625rem;z-index:15030;font-size:0.6875rem; }
#LELgiAy7bCSq1J2baT4uM3e6z31ZZ236 { display:flex;top:52.8125rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15029;font-size:0.6875rem; }
#GiCDaTnk1rhOZNgVDZWIPK6b8JkIVmty { display:flex;top:52.875rem;left:0.8125rem;width:1.0625rem;height:1.0625rem;z-index:15028;font-size:0.6875rem; }
#ZEUoC8ve0tbUamOmkvESTDITuMOFqEKL { top:51.625rem;left:0.9375rem;width:5.75rem;height:1.13769375rem;z-index:15028;font-size:0.875rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#Fz7WTV3UzmrLmM0wbfeQdAUn9VslDcW2 { display:flex;width:1.2495125rem;height:1.2495125rem;top:53.9375rem;left:-6.625rem;z-index:15025; }
#fC8pnocVPQ9RMGaogzpVFJgNseu0p3sE { top:51.6494140625rem;left:12.3125rem;width:7.6875rem;height:1.224975rem;z-index:15020;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#pKKTGO4JTNNb0t0SwBFXGwl4Dp8KAaAO { display:flex;width:1.249025rem;height:1.249025rem;top:51.6259765625rem;left:11.0625rem;z-index:15016; }
#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA > .row .container { background-color: transparent; background-image: none; }#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA > .row .container > .video-iframe-container { display: none; }#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA > .row > .video-iframe-container { display: none; }#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA > .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); }#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA > .row .container { border-width: 0; border-radius: 0; }#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRNThdX1WM97L6ZXysF19iBQcyMIJhVA > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; }#WyfbKtkpD0VEoyaJPh5NKEgU44uMlERa { top:1.9996337890625rem;left:0rem;width:20rem;height:2.4375rem;z-index:15009;font-size:1.875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);line-height:1.3;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #515151;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb > .row .container { background-color: transparent; background-image: none; }#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb > .row .container > .video-iframe-container { display: none; }#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb > .row > .video-iframe-container { display: none; }#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb > .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); }#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb > .row .container { border-width: 0; border-radius: 0; }#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sKdJh5MpOaVHde0EVrmnFgPwKvNDzhIb > .row .container { width:20rem;height:3.125rem;position:relative;display:block; }#KmN9X5ZrshSCbs0EqG5i3tJ7yLkaQGa6 { width:17.1875rem;height:2.4375rem;top:0.4119873046875rem;left:0rem;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#JnBz7v6nnVsc6sEKZ52gHWUiePnl57W1 { display:flex;width:2.0625rem;height:2.0625rem;top:0rem;left:17.9375rem; }
#EVVywksND2f77e5PcLMW98ly3XUfSuvz { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EVVywksND2f77e5PcLMW98ly3XUfSuvz > .row .container { background-color: transparent; background-image: none; }#EVVywksND2f77e5PcLMW98ly3XUfSuvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVVywksND2f77e5PcLMW98ly3XUfSuvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVVywksND2f77e5PcLMW98ly3XUfSuvz > .row .container > .video-iframe-container { display: none; }#EVVywksND2f77e5PcLMW98ly3XUfSuvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVVywksND2f77e5PcLMW98ly3XUfSuvz > .row > .video-iframe-container { display: none; }#EVVywksND2f77e5PcLMW98ly3XUfSuvz > .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); }#EVVywksND2f77e5PcLMW98ly3XUfSuvz > .row .container { border-width: 0; border-radius: 0; }#EVVywksND2f77e5PcLMW98ly3XUfSuvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EVVywksND2f77e5PcLMW98ly3XUfSuvz > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; }#JLWWfKlx6ERAhx4XuRVcf4tCR2dzMqm7 { top:1.234130859375rem;left:0rem;width:19.9995rem;height:4.21875rem;z-index:15000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.5;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #515151;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e > .row .container { background-color: transparent; background-image: none; }#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e > .row .container > .video-iframe-container { display: none; }#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e > .row > .video-iframe-container { display: none; }#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e > .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); }#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e > .row .container { border-width: 0; border-radius: 0; }#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htUKVq68sqGvLdZ6Py0PvLh8Gb0HLG1e > .row .container { width:20rem;height:3.125rem;position:relative;display:block; }#cTgpu0KE5LkVvDDQWRAmizkmvT2TtcRd { width:17.75rem;height:2.4375rem;top:0.4119873046875rem;left:0rem;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#pBpeUt3xxKF7bKdMmJRXJOmeIt5dEcGC { display:flex;width:2.0625rem;height:2.0625rem;top:0rem;left:17.9375rem; }
#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq > .row .container { background-color: transparent; background-image: none; }#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq > .row .container > .video-iframe-container { display: none; }#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq > .row > .video-iframe-container { display: none; }#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq > .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); }#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq > .row .container { border-width: 0; border-radius: 0; }#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4fxAeFBS3Xm4zmOu7cPkFiOIgBgtywq > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#CIG6ozSmOJ5I5vP904VsPzHN3GDWARXs { top:1.234130859375rem;left:0rem;width:19.9995rem;height:2.8125rem;z-index:15000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.5;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#JPSD3q01oyCCXkP14tTtQARJFuccTbAk { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #515151;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JPSD3q01oyCCXkP14tTtQARJFuccTbAk > .row .container { background-color: transparent; background-image: none; }#JPSD3q01oyCCXkP14tTtQARJFuccTbAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPSD3q01oyCCXkP14tTtQARJFuccTbAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPSD3q01oyCCXkP14tTtQARJFuccTbAk > .row .container > .video-iframe-container { display: none; }#JPSD3q01oyCCXkP14tTtQARJFuccTbAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPSD3q01oyCCXkP14tTtQARJFuccTbAk > .row > .video-iframe-container { display: none; }#JPSD3q01oyCCXkP14tTtQARJFuccTbAk > .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); }#JPSD3q01oyCCXkP14tTtQARJFuccTbAk > .row .container { border-width: 0; border-radius: 0; }#JPSD3q01oyCCXkP14tTtQARJFuccTbAk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JPSD3q01oyCCXkP14tTtQARJFuccTbAk > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; }#bwg2rRiqT2A5o7y9wpRaaqNZX9bC11ti { width:20rem;height:1.21875rem;top:0.412109375rem;left:0rem;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#W7wADqvrT2QFrie1fspP29EMNInzIpMN { display:flex;width:2.0625rem;height:2.0625rem;top:0rem;left:17.9375rem; }
#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA > .row .container { background-color: transparent; background-image: none; }#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA > .row .container > .video-iframe-container { display: none; }#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA > .row > .video-iframe-container { display: none; }#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA > .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); }#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA > .row .container { border-width: 0; border-radius: 0; }#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FvmFESqvfcsOAk6N0cZ8ozFCDpPl0WGA > .row .container { width:20rem;height:11.875rem;position:relative;display:block; }#v3Hyu2HvnEoN7pzk85B9LEAG4CBLuEZA { top:1.234130859375rem;left:0rem;width:19.9995rem;height:8.4375rem;z-index:15000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.5;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #515151;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS > .row .container { background-color: transparent; background-image: none; }#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS > .row .container > .video-iframe-container { display: none; }#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS > .row > .video-iframe-container { display: none; }#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS > .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); }#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS > .row .container { border-width: 0; border-radius: 0; }#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zvTTTkmbMCztWGcUhfmwFPoNfO1OQ2RS > .row .container { width:20rem;height:4.375rem;position:relative;display:block; }#JHLN1y55GT7bEXByxUUz9zTDyWR9QEPS { width:18.375rem;height:3.65625rem;top:0.4119873046875rem;left:0rem;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#K5uJAw9QbrPaGTbA2BNXH0GAR4F3UQVW { display:flex;width:2.0625rem;height:2.0625rem;top:0rem;left:17.9375rem; }
#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A > .row .container { background-color: transparent; background-image: none; }#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A > .row .container > .video-iframe-container { display: none; }#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A > .row > .video-iframe-container { display: none; }#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A > .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); }#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A > .row .container { border-width: 0; border-radius: 0; }#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XSLeX5ZoHv1na0FnvIo2eNuGAIOZGS7A > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; }#yUD6MfloGSaUkSc5nkreOopwZB86znwL { top:1.234130859375rem;left:0rem;width:19.9995rem;height:7.03125rem;z-index:15000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.5;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #515151;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa > .row .container { background-color: transparent; background-image: none; }#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa > .row .container > .video-iframe-container { display: none; }#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa > .row > .video-iframe-container { display: none; }#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa > .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); }#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa > .row .container { border-width: 0; border-radius: 0; }#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQIKz0kZIrLzTwHJOq8LTS9izLWGofXa > .row .container { width:20rem;height:4.375rem;position:relative;display:block; }#qa2ugXM6gTXvFJA1eigScsQFJpkr956B { width:17.3125rem;height:3.65625rem;top:0.4119873046875rem;left:0rem;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#JMy4JVHLAxX8hSaqoxadQZPou5Z4GotC { display:flex;width:2.0625rem;height:2.0625rem;top:0rem;left:17.9375rem; }
#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id > .row .container { background-color: transparent; background-image: none; }#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id > .row .container > .video-iframe-container { display: none; }#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id > .row > .video-iframe-container { display: none; }#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id > .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); }#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id > .row .container { border-width: 0; border-radius: 0; }#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJ9sPElaL8VUZITr52ieiORTrJJNZ6Id > .row .container { width:20rem;height:9.6708984375rem;position:relative;display:block; }#XFndHIpauyB4CAvo7baD2GvyPoqpJKQq { top:1.234130859375rem;left:0rem;width:19.9995rem;height:8.4375rem;z-index:15000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.5;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #515151;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu > .row .container { background-color: transparent; background-image: none; }#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu > .row .container > .video-iframe-container { display: none; }#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu > .row > .video-iframe-container { display: none; }#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu > .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); }#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu > .row .container { border-width: 0; border-radius: 0; }#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJuSAa1Evl9ve9haqozE3HFTxRgRESMu > .row .container { width:20rem;height:3.125rem;position:relative;display:block; }#ZX9WIDOllcDUSx7Udmoxcchsdb9xzlut { width:17.9375rem;height:2.4375rem;top:0.3494873046875rem;left:0rem;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#ugXh8ErOEMRKZGQKB9tJQDLWmr7sMaiA { display:flex;width:2.0625rem;height:2.0625rem;top:0rem;left:17.9375rem; }
#nWeBP8TENf3zvAN93wObTcP95oKNkqwC { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nWeBP8TENf3zvAN93wObTcP95oKNkqwC > .row .container { background-color: transparent; background-image: none; }#nWeBP8TENf3zvAN93wObTcP95oKNkqwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWeBP8TENf3zvAN93wObTcP95oKNkqwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWeBP8TENf3zvAN93wObTcP95oKNkqwC > .row .container > .video-iframe-container { display: none; }#nWeBP8TENf3zvAN93wObTcP95oKNkqwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWeBP8TENf3zvAN93wObTcP95oKNkqwC > .row > .video-iframe-container { display: none; }#nWeBP8TENf3zvAN93wObTcP95oKNkqwC > .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); }#nWeBP8TENf3zvAN93wObTcP95oKNkqwC > .row .container { border-width: 0; border-radius: 0; }#nWeBP8TENf3zvAN93wObTcP95oKNkqwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nWeBP8TENf3zvAN93wObTcP95oKNkqwC > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; }#QgAUNhGGOZO14HcH8Qo8FOFKXLv2DGGD { top:1.234130859375rem;left:0rem;width:19.9995rem;height:4.21875rem;z-index:15000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.5;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #515151;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 > .row .container { background-color: transparent; background-image: none; }#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 > .row .container > .video-iframe-container { display: none; }#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 > .row > .video-iframe-container { display: none; }#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 > .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); }#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 > .row .container { border-width: 0; border-radius: 0; }#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#om6odWFoLVxy07gdGbHqbwtfvlf3PQ45 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; }#MfE3U0IvATQ8dwx3gHSMIPVoclr8Tuie { width:18.3125rem;height:2.4375rem;top:0.4119873046875rem;left:0rem;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#WvAoGoHdilIxI91ZyyuiAmkR8c9o1EXz { display:flex;width:2.0625rem;height:2.0625rem;top:0rem;left:17.9375rem; }
#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH > .row .container { background-color: transparent; background-image: none; }#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH > .row .container > .video-iframe-container { display: none; }#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH > .row > .video-iframe-container { display: none; }#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH > .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); }#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH > .row .container { border-width: 0; border-radius: 0; }#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K2yXoi5qOXn4MRlmKDRHyRdtWayrb8KH > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; }#hyS7mLkC4ox5OTbo1WNEpxzGEl8BiQNx { top:1.234130859375rem;left:0rem;width:19.9995rem;height:7.03125rem;z-index:15000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.5;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b2bc004f-d25f-4b7d-b797-1b2a0a1b5a03/250513_01_01.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg.adaptive-delivery-prevent-bg, #h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg.lazyload, #h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg.lazyloading { background-image: none; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row .container { background-color: transparent; background-image: none; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row .container > .video-iframe-container { display: none; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row > .video-iframe-container { display: none; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .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); }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row .container { border-width: 0; border-radius: 0; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row .container { width:20rem;height:30rem;position:relative;display:block; }#sFHTn4SSV5GCbEfGtuMqIAG2y9vVxTrL { top:4.85107421875rem;left:0.74951171875rem;width:16.9995rem;height:4.8125rem;z-index:15000;font-family:"canela italic";font-weight:300;font-style:italic;font-size:2.1875rem;line-height:1.1;color:rgba(var(--color-tertiary-4),1);display:block; }
#TTKMQFKm8dUTxyD8bpy0UlV8NJdqrb85 { top:10.47509765625rem;left:0.74951171875rem;width:16.061375rem;height:4.125rem;z-index:15001;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:1.875rem;line-height:1.1;color:rgba(var(--color-tertiary-4),1);display:block; }
#wnNhMClKoJTyxPFSaNoNEAH7kVWXCF6V { top:23.6865234375rem;left:1.328125rem;width:17.34375rem;height:3.217775rem;z-index:15007;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:var(--paragraphs-font-family);display:block; }
#rnXZlmmVONG1HQ13KqmTAcE9HlWdL3TF { display:block; }
#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row .container { background-color: transparent; background-image: none; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row .container > .video-iframe-container { display: none; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row > .video-iframe-container { display: none; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .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); }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row .container { border-width: 0; border-radius: 0; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; }#VZTftkIBOuD9bUFzxrG8xsaShwaLr2R2 { width:20rem;height:0.97473125rem;top:1.06201171875rem;left:0rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#upSaDUdl1agPMGbAMgNCp6Qz64inTXoa { width:20rem;height:0.0623915rem;top:3.4616966247559rem;left:0rem;z-index:15002;background-color:#e3e3e3;background-image:none;display:block; }
#oVsLRo2CL6wWAeC1T35fZyzWig369s5D { display:block; }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D { background-color: transparent; background-image: none; }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D > .row .container > .video-iframe-container { display: none; }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D > .row > .video-iframe-container { display: none; }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D > .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); }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D { border-width: 0; border-radius: 0; }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D > .row .container { width:20rem;height:1.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row .container { background-color: transparent; background-image: none; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row .container > .video-iframe-container { display: none; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row > .video-iframe-container { display: none; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .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); }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row .container { border-width: 0; border-radius: 0; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#hisKfDuTPSkH4bggn7bN379TuTxMDhIx { top:1.9656028747559rem;left:2.3437502384186rem;width:12.5rem;height:1.381225rem;z-index:15000;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
#UcvJgTBR6n06yM1H4SpHpCTz4owuyyU5 { top:1.1875rem;left:1.40625rem;width:17.1875rem;height:3.3745125rem;z-index:15007;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cN9IL5tB3s9WqZtgM8IiEVbyrdHPTdWr { display:block; }
