.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,249,227;--color-primary-1:255,234,162;--color-primary-2:255,225,114;--color-primary-3:255,201,56;--color-primary-4:51,45,23;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:56,88,153;--color-secondary-4:27,22,102;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 { position:relative;display:none; }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 { border-width: 0; border-radius: 0; }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 > .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; }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #qTfBs9W4uLAQOmiT0iSEPDZelT7h2iiJ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #tAD65ePN0Uowgcn0AD4GzqAlRTuy1us4 { width:auto; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #VB2dSqzIvZNTyePsBqIfofzrcymTpTSx {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #tcuXMqWqSBHzXgETKF9dvlz1T4UaUFdX { display:flex;position:relative;top:0rem;left:0rem; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #ftMUMQpaTqdV3RtNZpVULRGRDEoH7N1P {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #WTZpZGAVZRPlKC5g2vhc6IyByEEITeAx {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #MAb2QLnNaQFvM1htgBmQgggFHNzpWSK6 { display:flex;position:relative;top:0rem;left:0rem; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #L7CT1dgfoWcSJskDmnR8tCTgypX3TIUd {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #d5V5IOft2PL9QFm8DcgWqFoTUZEOvULZ {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #dGBsWbz2Qn7mWfPP9ePCIvHogI5pzeaw { display:flex;position:relative;top:0rem;left:0rem; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #FJ6644ldQ7RdLsFzGtd2e179Ma4nTcJ8 {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #bQ7FLcOFsvtxIINpuV7K58urHCcAG68p {  }
#VgeVaKPLG8TKDCNesIsHXdfb8EROqXl1 { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:0.4375rem;left:7.5rem;display:none; }
#Jp8PySFWSOETkx3IXo4PSGozflTm1REX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7562;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; }#Jp8PySFWSOETkx3IXo4PSGozflTm1REX > .row .container { border-width: 0; border-radius: 0; }#Jp8PySFWSOETkx3IXo4PSGozflTm1REX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jp8PySFWSOETkx3IXo4PSGozflTm1REX > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:none; }#wb6OLrCUdedxUXPRAKGbH5Mh35JPaanp { 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:7.5rem;display:none; }
#f45JIy9JSGVsFepFzR0GNhHWFHo0wxOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HeOmxOCuUgTUw75VBwBtN1UQu6Sf7mfz { position:absolute;display:block;z-index:15017;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:9.375rem;top:0.625rem;left:30.125rem;overflow:hidden;display:block; }
#QeuwpeDpHQBL9Ul0rUxUMqVoJWviuUmL { 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; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff004c;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #LllCXhPcalmvmFfHk013Iozm6Ve3DRPd { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #l1lUb9MI50DThAIO2CKckFZFlfpNXR6R { width:auto; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #VAo5B4dHzc5qZtD1fhS1iBJwXTkwlAdb {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #c9yiInTDRk6G1nRSKM04CM1sTamETtMi { display:flex;position:relative;top:0rem;left:0rem; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #x8QVO8SbwHGAbv80dG3quOhHRLDTD2Iq {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #O3CALQULFr4UBHVv1cmWITinkBxKqRPp {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #waTuBBTUw6nubsM9uZJQymX9MgOaTT1T { display:flex;position:relative;top:0rem;left:0rem; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #nTnDSMlMUZg5vcqUoruzwNWMZAsnO9MK {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #HGCEMv3onxd7IDLUgzAuBrgXU1PAH3Ae {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #bf43OlMFTxxHoTW1d3GIJkXrtM72CqxT { display:flex;position:relative;top:0rem;left:0rem; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #s8aSD7867xUlBLuzBPJezLQlNFsL0OTt {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #PLfPRZXnGOCvNCy9tQqTE8TTFn4yPJlv {  }
#rErh5A9wkRvEPTVaiQ4UnK6PbBM1mdHZ { color:#ffffff;display:block;width:75rem;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; }
#we3KEicJFss0WsLeoZvOuDpm8UenZXCx { position:relative;display:none; }#we3KEicJFss0WsLeoZvOuDpm8UenZXCx { border-width: 0; border-radius: 0; }#we3KEicJFss0WsLeoZvOuDpm8UenZXCx > .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; }#we3KEicJFss0WsLeoZvOuDpm8UenZXCx > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cHVilKXnzQ650NuT7SrWFZfxVhEzkfL2 { color:#000000;display:block;width:22.75rem;position:absolute;font-family:brown;font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.1875rem;left:7.5rem;height:8.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TUWEkofoskEF6FO41P0M7NhHpyF4SUs0 { 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:7.5rem;display:none; }
#NnNfTgdfBFpPiGFPk6klEyVGh1x7ZFXQ { 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; }
#XerRGKJFRfbzhf5ATVeuUGGZToLbf7I4 { 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; }
#vdwOF2cUxFfCUaMTOtN4VnK8VdMsGnvM { 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; }
#TiUoGhKKbwA7WOBEim3XTLnT7Gl4Fe46 { 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; }
#M6WHJJN80clZM0RfXewSR9GbOACuL5oG { 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; }
#crr2rEaFWxFPpE9tgALSECTN8X6AbRTq { 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; }
#B1fGCaOJxZBgAJ5kO1GqTU0DTRTAhudV { color:#ffffff;display:block;width:75rem;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; }
#g7h2d4u4Arvgnf78knCaEUQIgDIc1bPh { 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; }
#QHOiNoM1qPczr2fxK5doNbS3dScTrvUx { color:#ffffff;display:block;width:75rem;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; }
#cSWFhoHd1agcWUCk4hCGSkNeU7pEZ3kW { 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:brown;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; }
#r3zwQlFsgmTplOnKdff66d9rsRbVbZFE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#agAQbU1V90dsMfh3ZiTxF00EUPlEXuB3 { color:#d9d9d9;display:block;width:18.9995625rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.51507568359375rem;left:0.77593231201175rem;height:2.4375rem;font-style:normal;display:none; }
#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc { position:relative;z-index:auto;display:none; }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc { border-width: 0; border-radius: 0; }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7b5a0cf2-59d9-4264-bd6f-7117b857ca86/ns10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;width:75rem;height:33.3125rem;font-size:0.875rem;font-family:arial;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:relative;display:none; }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .row .container.adaptive-delivery-prevent-bg, #TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .row .container.lazyload, #TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .row .container.lazyloading { background-image: none; }#pDQIS11V7T9cbpsaICtKF5OPAfZxrSgu { 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:brown;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; }
#fQX5RVdsNNcNIQzG3o3G4l3bi0sZ9bBo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J { position:relative;display:none; }#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J { border-width: 0; border-radius: 0; }#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J > .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; }#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#es8KUJA04bsS6k9hRJyCrWoThJgP5lNx { 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:7.5rem;display:none; }
#qIWPtpGxycVxBmkPaEZM5kNKysh8Pqm2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hKbyQzZiBW4NLSPa8lCzkKF6FWGJASdT { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:32.4375rem;left:7.5rem;display:none; }
#hKrTRd7I5rkTJ5kLasmHQICW4n05BPWJ { 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; }
#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv { position:relative;display:none; }#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv { border-width: 0; border-radius: 0; }#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv > .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; }#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OLSASbr1t2IcvT884hOfDTyn0wNa00VB { 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.6875rem;width:8.125rem;top:1.40625rem;left:3.6708984375rem;overflow:hidden;display:none; }
#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 { position:relative;display:none; }#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 { border-width: 0; border-radius: 0; }#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 > .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; }#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uuwptT08UK1fLg8bklHayfr3F63IwpuL { 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:3.3125rem;display:block; }
#pC30Kn6A6wmm9LcOeXPK2OaHoPahwzQu { 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:3.3123226165771rem;display:block; }
#sJQRyVAxtJa8qJPAXWmuxmU0AS4TtWQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFvChaPvHx7he73TDsVDszUXPsQA9AP6 { 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:52.56689453125rem;display:none; }
#ZRNeVVORXtkh7WF4TWSxNTtv2XZ6RVaG { 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:3.3125rem;display:none; }
#t8lupwRfe0Ozd4aRhMHKqKpa0vPG8nBo { 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; }
#DQWDKJTef5uHBC2G8sBkcGTkgXTMOics { 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:3.3123226165771rem;display:none; }
#ys4zTMlQO0GrnnNaLQ5tnE6PN0xEnymb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lzl5UTtla2AKfCB5qxlZxD4S9CxW7wvc { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:0.9375rem;left:9.6875rem;display:none; }
#XQuKOEPkmTb7gMhU1Or1XNPhwN7TQg1I { 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; }
#xV5Scl7odXTyrWB05Ul8GHtKv4LZmRiS { 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; }
#iig8vNhfQzvoKZUeNxgrI4VTXKshCTIR { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:1.8125rem;left:0.125rem;display:none; }
#yUuJ2shqtIuysWK8Cgz0tpNFwrLqguHT { 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:3.3123226165771rem;display:none; }
#RJ2yReqqGgzoPl3RNdnFPNmzDd6sxrHP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETHE8t3xO5XHcvpBuBuoSLiAx69rLC9u { color:#000000;display:block;width:5.625rem;position:absolute;font-family:brown;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:28.4375rem;left:14.125rem;display:none; }
#WOhZ6lRE6wvkMTon87hVLH1u7gAZQmeZ { 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:3.3123226165771rem;display:none; }
#CfWiwsGTPOiynSQfJc0fMhQGuQdxk2c5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2PPHd3ewNdAdWmPlx5gLZSwUIBa8h8S { 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:32.5625rem;width:26.3125rem;display:none; }
#lTRVWsv0B1F3ZupBdcBZIZMK6kVVZZEo { 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:3.3123226165771rem;display:none; }
#u5WyVy05sz8uh39DeVzwNb8bPNq2T1CF { 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:3.3123226165771rem;display:none; }
#FKk2sMsPXoTNd4CCXd3SlNwTRr3xo0bg { 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; }
#Lxt4o48vTlVu9s7QpTE2zi7297KHszCz { 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; }
#tzHI2Jztpop3P7rx7EtTTA5Syn8C1RBf { 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; }
#fxE2TdZdALsVWGzberxTvNTPS64IndwR { 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:2.75rem;width:2.0625rem;top:1.71875rem;left:36.559346008594rem;overflow:hidden;display:none; }
#mXWk4RcW1mEaplVJ1OBPr2uzahbBxQax { 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:3.3125rem;display:none; }
#vIokGh3pCiwcn0QhkcwwpnkE837EeZmc { 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:3.3125rem;display:none; }
#hvG6wNVOo3zs0udtzZrpUDmecMyPbAv6 { 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:3.3125rem;display:none; }
#g2AkZfJGNDJJ0p6Wbh5ckQfmlbNIiDc4 { 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; }
#RPLoTK35qq2cmDPaIiZbZ9AwqFGAybmX { 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; }
#TJidJJsgML0hkLwUShmT3elruLzbhThF { 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; }
#HLRD7phBtys2wt1iNC9R7f35s30T9HnN { 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:2.0625rem;width:2.0625rem;top:1.71875rem;left:36.559346008594rem;overflow:hidden;display:none; }
#wUQqz4gZUPrXBftytTCWwNfAXCDHvKf8 { 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; }
#kaRzJB3QiDOgnWkMce5kNOdO5Fmr9ExH { 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:3.3125rem;display:none; }
#lRpvC2WeyhXBP741hzwvr6oWh3qtaL8X { 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:3.3125rem;display:none; }
#lDTG1dmocBkEdv50kGtBSypHCfEbHg14 { 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:3.3125rem;display:none; }
#o4w4m6uQ1JboKEThSOS4W8EtiHSUKLZk { 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; }
#mAxpA2iM1LnPAy8G0B9ze2Jb9Lbsf53i { 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:brown;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; }
#Z4FokLDgTtsMSFmA8SrU15twdSlBSJav { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w3PhIbATKmAzlZruxnVCUuArfN6exkJy { 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:brown;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; }
#zbzTRf5MotVXydK2sQpn9dVmkdfkBEwu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t3yJUf2cN5X9TOAHumTgXoF9v06JrKrt { color:#000000;display:block;width:10.4375rem;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:2.75rem;left:9.5625rem;display:none; }
#IhN8kLUWEUaKM10fNzB7fnyzcMJRWCDf { 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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TcAEkl7QBIrDfkC0mSnf7miOqeWILH41 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGF00EdLOfGD76H3vaxI54htsgfA8DZR { 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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#C3JwrgTOMZio4meTC40IQbec1Pa6re98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm { position:relative;display:none; }#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm { border-width: 0; border-radius: 0; }#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm > .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; }#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AO9Rl9KgWxCt1ubQ11n7n3ZW0oAbAdBE { 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:1.9375rem;top:1.1875rem;left:0rem;display:none; }
#FsxVxdsCWRprMJ2pyp76N9nVxK1hTAfH { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:5.3125rem;left:0rem;display:none; }
#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz { position:relative;display:block; }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz { background-color: transparent; background-image: none; }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz > .row .container > .video-iframe-container { display: none; }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz > .row > .video-iframe-container { display: none; }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz > .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); }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz { border-width: 0; border-radius: 0; }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz > .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; }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#haJc2tvbztGnWy6BtbmiSn25BuNHzaI2 { 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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:17.25rem;left:42.3125rem;display:none; }
#kzO5J6PTB5wPHqIIpVGwns0gK6VTEFF4 { 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:11rem;width:14.875rem;display:none; }
#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM { position:relative;display:none; }#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM { border-width: 0; border-radius: 0; }#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM > .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; }#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LikzJlsDbPs0E9pmo5qZ4P04057m86vz { 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:0.9375rem;display:none; }
#HNGoVk1o9Wm35zUWdfnzry6C6EIJ55W5 { 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; }
#r8V6DtTM7yzr6V2KkUBL9e26REt04r7n { 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; }
#pqxBNLIc6KBm4FsWsZNZ1LuRP7FkKfNv { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:brown;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.3125rem;top:7.375rem;left:6.875rem;display:none; }
#flIvsSNRVM5IN3XWzq8fcVte8lorkdPq { 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; }
#Sic9TExGU1OEfToxw8hmS9XWB8wmceu4 { 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; }
#bkdBGBeCwtXhFonmflKoA390ImT1CHeb { 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.5rem;width:5.375rem;display:none; }
#oiQU6KQ5pf5BcPKeAKSJWiqnQTlQXp4x { 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:3.25rem;display:none; }
#PxtJeeDpiA6omSy8UbAIq4xcIreqgJVe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xFs1gtSVBaQQtOvI7xn1KkqCM4ncgKw3 { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:brown;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.3125rem;top:27.375rem;left:6.5rem;display:none; }
#btAsg5WLVc65czMiKFKH7efpcw2VPw55 { 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.75rem;width:5.4375rem;display:none; }
#uJynFsTeSAQTX1CDTxhgsoO8g3THNZMd { 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.75rem;width:5.375rem;display:none; }
#p6QxLL5CD6rdiGEHwXaTTfCZpnPU3Xqf { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:brown;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.5625rem;top:17.4375rem;left:6.8125rem;display:none; }
#PJbGTRtQbQHD5RhmSz93IdRQ9PKnTV8S { 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; }
#kdyiLRURIMxd5dDxWnuTII1oTJhGkwxB { 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; }
#owG4wc8XuEl0IJDlzlHSf3VtVi3WwRLI { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:brown;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.3125rem;top:37.125rem;left:6.8125rem;display:none; }
#rQtpao3s7tbwVlZugWD53EGhd5xRVwr9 { 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.625rem;width:5.375rem;display:none; }
#hTyKCwU8QTfo9Zz8aul8Qq37uyQW1gJD { 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; }
#aoq0ElV92B6wPT0tetb3b63O1p8DVHzl { 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; }
#xkCp5kfg7IpbDNAM2EMUQD3Su97zceIQ { 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:26.9375rem;display:none; }
#S39AARewxbBS28nfqO4rxGwgyA4JohKq { 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:26.9375rem;display:none; }
#k17zxc1W1ZfsVDETchDJXfDX1Iedf14C { 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:26.9375rem;display:none; }
#JTPMwr0hnkfTfWCbTR6W2H7QdLwHaWd7 { 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; }
#MerIEoEJTzcGKwBoT2TDsmIFrCgoXf9C { 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:brown;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; }
#iGMRJq2o2qL32ti85IrIrOTuWWWsOv1P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 { z-index:;position:relative;display:block; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 { background-color: transparent; background-image: none; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container > .video-iframe-container { display: none; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row > .video-iframe-container { display: none; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .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); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 { border-width: 0; border-radius: 0; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .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:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#rxAzh2tsKGlbPmFEiAWv7Eo4Lr1cdq3Q { color:#000000;display:block;width:24.125rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.067875rem;top:14.75rem;left:38.8125rem;text-align:center;text-align-last:center;display:none; }
#v05LZMCNURfoduyVZWe9mTFBKeyiP8g3 { color:#000000;display:block;width:35.875rem;position:absolute;font-family:brown;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.817875rem;top:4.25rem;left:34.25rem;text-align:center;text-align-last:center;display:none; }
#A9zGlI0R5TWwagV19tMb9i5B1dyz2Vdh { 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; }
#RmWxDzEngIXgCH7kZLyxkpkW131lCf7L { 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; }
#sFbHfKvsIOsN7PguMGmqFG1pnolM2KOy { 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:brown;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; }
#bKJ7ha3KUtPSLXsb9QXNMHqVh9ymsVhQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PD2pfhndxCeF58vDnMkBrTSSqFqrsB0e { color:#000000;display:block;width:35.875rem;position:absolute;font-family:brown;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.817875rem;top:4.25rem;left:34.25rem;text-align:center;text-align-last:center;display:none; }
#uqqzQIDonqc8kynKWIiNoJFH7VolZUuR { color:#000000;display:block;width:35.875rem;position:absolute;font-family:brown;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.817875rem;top:4.25rem;left:34.25rem;text-align:center;text-align-last:center;display:none; }
#hy5WOJXAErz7PkHXodHmUSx2Izemb4wE { 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:10.25rem;width:13.375rem;top:4.25rem;left:12.5625rem;display:none; }
#TadlUonwWhkZCohLoa5Mf4aKTSlr9RTw { 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:8.9375rem;width:11.5625rem;top:4.25rem;left:12.5625rem;display:none; }
#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol { position:relative;display:none; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol { border-width: 0; border-radius: 0; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .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; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .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:14.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gcMGwIEfGwCHilOzaormg2f83ISv9nMm { 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:7.518750190735rem;text-align:center;text-align-last:center;display:block; }
#EMCl91kcnekxBhze2Gqn2MkrslTQwPdo { 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:2.5500001907349rem;text-align:center;text-align-last:center;display:block; }
#Jb1nWWWQQNkAuuA1xEh83seC9nvnXIi7 { 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:#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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:32.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0rem;left:7.5rem;display:none; }
#J1kv2RNLULapOLPi44NrGGA8edf4SggP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBqbdlLMOdJhQbFFe0Hs5mPTPDTKosZc { 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:36.5625rem;display:block; }
#ghNvg3G4hv5aeg8U4RLXvmluWpoMFkC7 { 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:46.900001525879rem;display:block; }
#wpyhRxx69VB5ST0T0pJKVAG6Ve0ikyNG { 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:57.299999237061rem;display:block; }
#g5z2JsTGWwe7q8oJcTR2tXPg94Ot63A0 { 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:7.518750190735rem;text-align:center;text-align-last:center;display:block; }
#RVrHFStHK3Jm7zXkLglvB2akuJKr5PEq { 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:7.518750190735rem;text-align:center;text-align-last:center;display:block; }
#z9iMVRTViBcFoXhNclabuFkGz8fRVoSy { 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:2.5500001907349rem;text-align:center;text-align-last:center;display:none; }
#shCJUNITUr89NvZ5IarlcxFE7ul87KTA { 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; }
#yv0bufNJ2RVL5ntzX41q0nFA5gE9GxTd { 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; }
#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe { position:relative;display:none; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe { border-width: 0; border-radius: 0; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .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:0.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#cth3gtC2rpsUnnW1Gz4OlwKfPAO48JQH { color:#000000;display:block;width:20rem;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:0.875rem;left:0rem;display:none; }
#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG { background-color:#e9e9e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container { border-width: 0; border-radius: 0; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:none; }#zgymqOMAsQHriNbhb3fCAxsbwHPbVTBr { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#uzy9OzU0zvV4Vn6nHUWDgPvuvLQDO9Pr { position:absolute;display:block;z-index:15000;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-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:0.0625rem;top:19.96875rem;left:14.4375rem;display:block; }
#PWwhp3kJEZMTdZskHatrwmmTttDNcTPz { 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:26.9375rem;display:block; }
#sEIrDRdeBDMc0ZoFhTw8QA4w5ux0ictu { position:absolute;display:block;z-index:15000;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-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:0.0625rem;top:19.96875rem;left:14.4375rem;display:none; }
#tR5CZUu45BzbmSNudeP2pZNainSKDsMV { 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:26.9375rem;display:none; }
#LrEJ942EgTBg8TJEQhniAm3WpvIhtfS4 { 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:26.9375rem;display:none; }
#fonNPF8xX7Npe92Tk2W0dkS7bXHMHIoT { position:absolute;display:block;z-index:15000;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-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:0.0625rem;top:19.96875rem;left:14.4375rem;display:block; }
#aha6FgZvNaDdfXbzSDLhC5f7Geq7CSHH { 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:#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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:34.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#ofF1gIW3yldJuOD0AqW5ERpfpm9S3tH6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CrBtXbXS9FfhVG4RKlnEBczdiXUgGhAD { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#CHfTJ5T4GS5LEE1qq1wx3c9R2nHHHXIb { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#vgbKUgvgDfM6iyAmn8JmQLx1daV1fFFd { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#QRmKkGlLUfnwIvZpvgoX0g78VBNwK3Dd { 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:26.9375rem;display:none; }
#OwFVl3dtFxMerAQyVbGasMXn63b19Alh { position:absolute;display:block;z-index:15000;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-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:0.0625rem;top:19.96875rem;left:14.4375rem;display:none; }
#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya { position:relative;display:none; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya { border-width: 0; border-radius: 0; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .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; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .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:23.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l22we92fO2ZHPUFNXI2iUZSlQc7og9yr { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9624rem;top:2.9375rem;left:24.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OqwGiTfzcTW6U25DNcucfVtyg0J2yIpG { color:#000000;display:block;width:10rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:19rem;left:25.1875rem;text-align:center;text-align-last:center;display:none; }
#JNgAnxBifEuvoUMT8VxawpnlG6zrTuO7 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:19rem;left:39.4375rem;text-align:center;text-align-last:center;display:none; }
#qMhBN1SyTqCaHBtWRN8dQkyZ2eTTGGFh { 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:8.625rem;width:7.9375rem;top:7.5rem;left:25.125rem;display:block; }
#IkssE9GIbQBqDSpTvCVOnmrik9A5PcK0 { color:#000000;display:block;width:10rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:19rem;left:25.1875rem;text-align:center;text-align-last:center;display:none; }
#J2kNTnsneXTF7BeyEZ8RXt6ha0TqlZWc { color:#000000;display:block;width:10rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:19rem;left:25.1875rem;text-align:center;text-align-last:center;display:none; }#J2kNTnsneXTF7BeyEZ8RXt6ha0TqlZWc li:before{  }
#bfeIa72UDisGOd8KWv3teoAqFyF8ecQq { color:#000000;display:block;width:10rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:19rem;left:25.1875rem;text-align:center;text-align-last:center;display:none; }#bfeIa72UDisGOd8KWv3teoAqFyF8ecQq li:before{  }
#x72DAFbabUmnvVTM55dKm9A90CQwpmG6 { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.86865rem;top:2.9375rem;left:24.96875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#x9SD13nwIwMW9pEUbGCkG5nx3ECMzVQb { 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; }
#cQ3op7qZJ328TrBK0AJX6D5tzw7NWSFK { 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; }
#b1hDCuh9FepAHUIQcRFNCOWRaEow9TFf { 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:8.625rem;width:7.9375rem;top:7.5rem;left:25.125rem;display:none; }
#Gw7ZOBctLDTwfbZclyxHPwrDKLwuQoTI { 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:brown;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; }
#o3xp1b5I5WgNaWzZbo0QNoIilvHAmDXK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#crsna149uPXsc7rgcTUQUCL54BpKUqCk { position:relative;display:none; }#crsna149uPXsc7rgcTUQUCL54BpKUqCk { border-width: 0; border-radius: 0; }#crsna149uPXsc7rgcTUQUCL54BpKUqCk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#crsna149uPXsc7rgcTUQUCL54BpKUqCk > .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:0.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg { position:relative;display:block; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg { background-color: transparent; background-image: none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container > .video-iframe-container { display: none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row > .video-iframe-container { display: none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .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); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg { border-width: 0; border-radius: 0; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .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; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f4f2;background-image:none;font-size:0.875rem;font-family:arial;height:17.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ByFh8cbTZWA1N5n5A4QLeH3Ooz6t022U { 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:10.125rem;width:21.3125rem;top:5.1875rem;left:2.4375rem;display:block; }
#oWFp1mugyJV68oSkno3Ahv8wRzdgk2S4 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.548825rem;top:9.38916015625rem;left:3.75rem;display:block; }
#NlvJUZbveI2cMvgFu8JhrAgIhr8Nz61P { 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.375rem;left:3.75rem; }
#N0wW9bm7X2FryQG83r4St6dzJMqMdnnW { 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.375rem;left:5.3125rem; }
#PeCuI0II2gshDlh5WteqT0P1eNVN0ocx { 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.375rem;left:6.9375rem; }
#ABHHgu40cTkWRX75mvceEAgpVq5CDRZl { 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.375rem;left:8.5625rem; }
#V7kFyA0ofIaygeblPCdUqHy15SC2TiRl { 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.375rem;left:10.25rem; }
#Pgfr4LSHFZKEmXdTN7GuxhKxHxCragVu { color:#000000;display:block;width:18.625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:6.0625rem;left:3.75rem;font-style:normal;display:block; }
#UJMW7vEKP25HWykIltK1Iewkx9tzHtku { color:#000000;display:block;width:70.125rem;position:absolute;font-family:canela;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:1.375rem;left:2.4375rem;text-align:left;text-align-last:left;display:block; }
#xUkqK61GHFveZRoHDLidxgmafqEZ4mOF { 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:10rem;width:21.25rem;top:5.1875rem;left:26.875rem;display:block; }
#PIutyAZbnZZRITH22114m4MzBTsObeO4 { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.41161875rem;top:9.375rem;left:28.0625rem;display:block; }
#WHq1fgusCE5XsQsUEw7d168CSZpC0iTk { 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.375rem;left:28.0625rem; }
#tRGknuvGMmpz4A0vwwRv4FrfWBLU4dXh { 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.375rem;left:29.625rem; }
#haun71xfNaqlaTusavO0GUtcgqF3vGyg { 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.375rem;left:31.25rem; }
#VJm3W3xZa4QKbPknSinKWmGEpFk3X56l { 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.375rem;left:32.8125rem; }
#fJxgqkmi6F1f7KbTOTJTWHmJwx39vBbq { color:#000000;display:block;width:18.625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:5.98828125rem;left:28.125rem;font-style:normal;display:block; }
#Ffwf2McgNNZ5Bhi7Dpy0hFoMiBmx90eT { 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.375rem;left:34.375rem; }
#VfIZPaTiXa3hq3i0SvNwpzepnA2rzT38 { 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:10.0625rem;width:21.25rem;top:5.1875rem;left:51.25rem;display:block; }
#ccg3sHhovrAtguHS9VUeT9gg6E6k5S7f { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.6860375rem;top:9.375rem;left:52.5rem;display:block; }
#suQeV0ikTNcR6R3aivTTPFxnsDIILDPu { 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.375rem;left:58.75rem; }
#zDDT4C1UluQDngLq6pLgMID6LJxtXqGb { 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.375rem;left:57.1875rem; }
#UaU2qG5SDd26W9NsOZyr2h3xKzXutMzt { 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.375rem;left:55.625rem; }
#XShfNFiTsBIshh6eW7QEk4IZdOI9vyKM { color:#000000;display:block;width:18.625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:6.05078125rem;left:52.5rem;font-style:normal;display:block; }
#PpaafbtO5U6nwORL96w1sM0N5NhDLcqQ { 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.375rem;left:54.0625rem; }
#dlyGRFzs2EySGO4d1pGDQApo0B8XqViM { 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.375rem;left:52.5rem; }
#ok4zqUwQL908fThifCzaB582mkDPDuQu { 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:brown;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; }
#TiIaRH6XxrDnf4zxzmDgrqXxhedXMPQh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH { position:relative;display:none; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH { border-width: 0; border-radius: 0; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .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:0.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE { position:relative;display:none; }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE { border-width: 0; border-radius: 0; }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE > .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; }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE > .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:0.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lAA0f3ISFefcRhs8H6opgTCCungf18H9 { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:0.875rem;left:0rem;display:none; }
#JF5upfTCkByhOTcBrbXh605GulBvcOdt { 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; }
#tB20nI9oeQ3gGaFOcnpcbp8tar4MGlCi { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:7.375rem;left:0.5625rem;display:none; }
#srBiTOObzuIyelIQXO0ps3Zmr7EfT5Pk { 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.3125rem;width:9.3125rem;display:none; }
#VgRpuBoPEPddcArFseUTAwCkRgfNIwve { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:15.875rem;left:0.5625rem;display:none; }
#N4rpuD3W2b6e5qh6eXvIeBf4wdForDhG { color:#000000;display:block;width:10rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:23.375rem;left:0.5625rem;display:none; }
#OI7wcqJdS9TJTTG3zi8AUQU8P1FlKOKw { 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.3125rem;width:9.3125rem;display:none; }
#WqdkxVNoF5DPxl61niu4q4lcDHNshOAA { 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:brown;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; }
#ekyxEtSNRzQ9ocpofUbQdWkRh33qmP7B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QO3eElKZnvTKqRVn9Z2dr46NFxfcxDwP { 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:53.9375rem;width:25.375rem;display:none; }
#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:block; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { background-color: transparent; background-image: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container > .video-iframe-container { display: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container { display: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .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); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { border-width: 0; border-radius: 0; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { font-size:0.875rem;font-family:arial;height:9.2734375rem;width:75rem;position:relative;display:block; }#SkTDq0SqtzH18MQUXTZHOT4n2FvsuuXP { 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.6875rem;width:1.875rem;top:4.0625rem;left:33.9375rem;overflow:hidden;display:block; }
#WwK6Cg95WhGako3FlQchTuGteTvyLpVC { position:absolute;display:block;z-index:15001;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.6875rem;width:1.9375rem;top:4.0625rem;left:36.4375rem;overflow:hidden;display:block; }
#l2AFiCTFQ1xnTNiLWaTrF5GlXFrB2GCX { 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:2rem;width:2.125rem;top:3.9375rem;left:38.8125rem;overflow:hidden;display:block; }
#oN3wfGUGTpFVPzZf1Q3cRq6DTV3nVktN { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vH2dCKk68TBZ3HT0SAxbLCnoAIap2Tkp { position:absolute;display:block;z-index:15025;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.5rem;width:7.5rem;top:1.6875rem;left:33.6875rem;overflow:hidden;display:block; }
body { position:relative;display:block; }
#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 { display:none; }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 { border-width: 0; border-radius: 0; }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:#000000;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#ffffff; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;background-color:;background-image:none;color:#000000; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt { display:flex;width:13.5rem;height:5.0625rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #qTfBs9W4uLAQOmiT0iSEPDZelT7h2iiJ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #tAD65ePN0Uowgcn0AD4GzqAlRTuy1us4 {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #VB2dSqzIvZNTyePsBqIfofzrcymTpTSx {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #tcuXMqWqSBHzXgETKF9dvlz1T4UaUFdX { display:flex;position:relative;top:0rem;left:0rem; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #ftMUMQpaTqdV3RtNZpVULRGRDEoH7N1P {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #WTZpZGAVZRPlKC5g2vhc6IyByEEITeAx {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #MAb2QLnNaQFvM1htgBmQgggFHNzpWSK6 { display:flex;position:relative;top:0rem;left:0rem; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #L7CT1dgfoWcSJskDmnR8tCTgypX3TIUd {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #d5V5IOft2PL9QFm8DcgWqFoTUZEOvULZ {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #dGBsWbz2Qn7mWfPP9ePCIvHogI5pzeaw { display:flex;position:relative;top:0rem;left:0rem; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #FJ6644ldQ7RdLsFzGtd2e179Ma4nTcJ8 {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #bQ7FLcOFsvtxIINpuV7K58urHCcAG68p {  }
#VgeVaKPLG8TKDCNesIsHXdfb8EROqXl1 { top:0.4375rem;left:0rem;width:13.6875rem;height:2.1875rem;font-size:1rem;color:#000000;display:none; }
#Jp8PySFWSOETkx3IXo4PSGozflTm1REX { display:none; }#Jp8PySFWSOETkx3IXo4PSGozflTm1REX > .row .container { width:47.75rem;position:relative;display:none; }#wb6OLrCUdedxUXPRAKGbH5Mh35JPaanp { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#f45JIy9JSGVsFepFzR0GNhHWFHo0wxOs { display:block; }
#HeOmxOCuUgTUw75VBwBtN1UQu6Sf7mfz { top:0.625rem;left:16.5rem;width:14.875rem;height:2.9956597222222rem;display:block; }
#QeuwpeDpHQBL9Ul0rUxUMqVoJWviuUmL { display:none; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L { width:13.5rem;height:5.0625rem;display:flex;z-index:1;display:none; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #LllCXhPcalmvmFfHk013Iozm6Ve3DRPd { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #l1lUb9MI50DThAIO2CKckFZFlfpNXR6R {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #VAo5B4dHzc5qZtD1fhS1iBJwXTkwlAdb {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #c9yiInTDRk6G1nRSKM04CM1sTamETtMi { display:flex;position:relative;top:0rem;left:0rem; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #x8QVO8SbwHGAbv80dG3quOhHRLDTD2Iq {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #O3CALQULFr4UBHVv1cmWITinkBxKqRPp {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #waTuBBTUw6nubsM9uZJQymX9MgOaTT1T { display:flex;position:relative;top:0rem;left:0rem; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #nTnDSMlMUZg5vcqUoruzwNWMZAsnO9MK {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #HGCEMv3onxd7IDLUgzAuBrgXU1PAH3Ae {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #bf43OlMFTxxHoTW1d3GIJkXrtM72CqxT { display:flex;position:relative;top:0rem;left:0rem; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #s8aSD7867xUlBLuzBPJezLQlNFsL0OTt {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #PLfPRZXnGOCvNCy9tQqTE8TTFn4yPJlv {  }
#rErh5A9wkRvEPTVaiQ4UnK6PbBM1mdHZ { top:0.6875rem;left:0rem;width:11.0625rem;height:0.875rem;font-size:0.8125rem;display:none; }
#we3KEicJFss0WsLeoZvOuDpm8UenZXCx { display:none; }#we3KEicJFss0WsLeoZvOuDpm8UenZXCx > .row .container { width:47.75rem;position:relative;display:none; }#cHVilKXnzQ650NuT7SrWFZfxVhEzkfL2 { top:3.1875rem;left:0rem;width:20rem;height:;font-size:1.6875rem;display:block; }
#TUWEkofoskEF6FO41P0M7NhHpyF4SUs0 { top:0.875rem;left:0rem;width:12.1875rem;height:1.125rem;font-size:0.875rem;display:none; }
#NnNfTgdfBFpPiGFPk6klEyVGh1x7ZFXQ { display:none; }
#XerRGKJFRfbzhf5ATVeuUGGZToLbf7I4 { display:none; }
#vdwOF2cUxFfCUaMTOtN4VnK8VdMsGnvM { display:none; }
#TiUoGhKKbwA7WOBEim3XTLnT7Gl4Fe46 { display:none; }
#M6WHJJN80clZM0RfXewSR9GbOACuL5oG { display:none; }
#crr2rEaFWxFPpE9tgALSECTN8X6AbRTq { display:none; }
#B1fGCaOJxZBgAJ5kO1GqTU0DTRTAhudV { top:9.5rem;left:0rem;width:13.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#g7h2d4u4Arvgnf78knCaEUQIgDIc1bPh { display:none; }
#QHOiNoM1qPczr2fxK5doNbS3dScTrvUx { top:11.3125rem;left:0rem;width:18.75rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#cSWFhoHd1agcWUCk4hCGSkNeU7pEZ3kW { width:0;height:0;display:none; }
#r3zwQlFsgmTplOnKdff66d9rsRbVbZFE { display:block; }
#agAQbU1V90dsMfh3ZiTxF00EUPlEXuB3 { top:0.5rem;left:0rem;width:18.9375rem;height:2.375rem;font-size:1.5625rem;color:#d9d9d9;display:none; }
#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc { display:none; }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .row .container { width:47.75rem;position:relative;display:none; }#pDQIS11V7T9cbpsaICtKF5OPAfZxrSgu { width:0;height:0;display:none; }
#fQX5RVdsNNcNIQzG3o3G4l3bi0sZ9bBo { display:block; }
#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J { display:none; }#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J > .row .container { width:47.75rem;position:relative;display:none; }#es8KUJA04bsS6k9hRJyCrWoThJgP5lNx { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#qIWPtpGxycVxBmkPaEZM5kNKysh8Pqm2 { display:block; }
#hKbyQzZiBW4NLSPa8lCzkKF6FWGJASdT { top:5.125rem;left:0rem;width:18.4375rem;height:2.5625rem;font-size:0.875rem;display:none; }
#hKrTRd7I5rkTJ5kLasmHQICW4n05BPWJ { top:0rem;width:;height:;display:none; }
#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv { display:none; }#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv > .row .container { width:47.75rem;position:relative;display:none; }#OLSASbr1t2IcvT884hOfDTyn0wNa00VB { width:8.125rem;height:2.6875rem;top:1.375rem;left:0rem;display:none; }
#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 { display:none; }#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 > .row .container { width:47.75rem;position:relative;display:none; }#uuwptT08UK1fLg8bklHayfr3F63IwpuL { top:19.4375rem;left:0rem;width:9.4375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#pC30Kn6A6wmm9LcOeXPK2OaHoPahwzQu { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#sJQRyVAxtJa8qJPAXWmuxmU0AS4TtWQa { display:block; }
#OFvChaPvHx7he73TDsVDszUXPsQA9AP6 { width:13.5625rem;height:24.3125rem;top:1.4375rem;left:31.5625rem;display:none; }
#ZRNeVVORXtkh7WF4TWSxNTtv2XZ6RVaG { top:19.4375rem;left:0rem;width:9.375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#t8lupwRfe0Ozd4aRhMHKqKpa0vPG8nBo { display:none; }
#DQWDKJTef5uHBC2G8sBkcGTkgXTMOics { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#ys4zTMlQO0GrnnNaLQ5tnE6PN0xEnymb { display:block; }
#Lzl5UTtla2AKfCB5qxlZxD4S9CxW7wvc { top:0.9375rem;left:0rem;width:10.1875rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#XQuKOEPkmTb7gMhU1Or1XNPhwN7TQg1I { display:none; }
#xV5Scl7odXTyrWB05Ul8GHtKv4LZmRiS { display:none; }
#iig8vNhfQzvoKZUeNxgrI4VTXKshCTIR { top:1.8125rem;left:0rem;width:9.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#yUuJ2shqtIuysWK8Cgz0tpNFwrLqguHT { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#RJ2yReqqGgzoPl3RNdnFPNmzDd6sxrHP { display:block; }
#ETHE8t3xO5XHcvpBuBuoSLiAx69rLC9u { top:28.4375rem;left:0.56228351593018rem;width:5.625rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#WOhZ6lRE6wvkMTon87hVLH1u7gAZQmeZ { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#CfWiwsGTPOiynSQfJc0fMhQGuQdxk2c5 { display:block; }
#A2PPHd3ewNdAdWmPlx5gLZSwUIBa8h8S { width:26.3125rem;height:32.5625rem;display:none; }
#lTRVWsv0B1F3ZupBdcBZIZMK6kVVZZEo { width:11.625rem;height:1.7405048771097rem;top:5.875rem;left:0rem;display:none; }
#u5WyVy05sz8uh39DeVzwNb8bPNq2T1CF { width:11.625rem;height:1.7405048771097rem;top:5.875rem;left:0rem;display:none; }
#FKk2sMsPXoTNd4CCXd3SlNwTRr3xo0bg { display:none; }
#Lxt4o48vTlVu9s7QpTE2zi7297KHszCz { display:none; }
#tzHI2Jztpop3P7rx7EtTTA5Syn8C1RBf { display:none; }
#fxE2TdZdALsVWGzberxTvNTPS64IndwR { top:1.6875rem;left:12.3125rem;width:2.0625rem;height:2.75rem;display:none; }
#mXWk4RcW1mEaplVJ1OBPr2uzahbBxQax { top:17.5625rem;left:0rem;width:7.5rem;height:1.9375rem;font-size:0.6875rem;display:none; }
#vIokGh3pCiwcn0QhkcwwpnkE837EeZmc { top:19.25rem;left:0rem;width:7.6875rem;height:1.9375rem;font-size:0.6875rem;display:none; }
#hvG6wNVOo3zs0udtzZrpUDmecMyPbAv6 { top:24.6875rem;left:0rem;width:8.25rem;height:0.875rem;font-size:0.6875rem;display:none; }
#g2AkZfJGNDJJ0p6Wbh5ckQfmlbNIiDc4 { display:none; }
#RPLoTK35qq2cmDPaIiZbZ9AwqFGAybmX { display:none; }
#TJidJJsgML0hkLwUShmT3elruLzbhThF { display:none; }
#HLRD7phBtys2wt1iNC9R7f35s30T9HnN { top:1.6875rem;left:12.3125rem;width:2.0625rem;height:2.0625rem;display:none; }
#wUQqz4gZUPrXBftytTCWwNfAXCDHvKf8 { display:none; }
#kaRzJB3QiDOgnWkMce5kNOdO5Fmr9ExH { top:24.25rem;left:0rem;width:8.25rem;height:0.875rem;font-size:0.6875rem;display:none; }
#lRpvC2WeyhXBP741hzwvr6oWh3qtaL8X { top:19.25rem;left:0rem;width:7.6875rem;height:1.9375rem;font-size:0.6875rem;display:none; }
#lDTG1dmocBkEdv50kGtBSypHCfEbHg14 { top:17.5625rem;left:0rem;width:7.5rem;height:1.9375rem;font-size:0.6875rem;display:none; }
#o4w4m6uQ1JboKEThSOS4W8EtiHSUKLZk { display:none; }
#mAxpA2iM1LnPAy8G0B9ze2Jb9Lbsf53i { width:0;height:0;display:none; }
#Z4FokLDgTtsMSFmA8SrU15twdSlBSJav { display:block; }
#w3PhIbATKmAzlZruxnVCUuArfN6exkJy { width:0;height:0;display:none; }
#zbzTRf5MotVXydK2sQpn9dVmkdfkBEwu { display:block; }
#t3yJUf2cN5X9TOAHumTgXoF9v06JrKrt { top:2.75rem;left:0rem;width:10.4375rem;height:1.25rem;font-size:1rem;display:none; }
#IhN8kLUWEUaKM10fNzB7fnyzcMJRWCDf { width:;height:;display:none; }
#TcAEkl7QBIrDfkC0mSnf7miOqeWILH41 { display:block; }
#FGF00EdLOfGD76H3vaxI54htsgfA8DZR { width:;height:;display:none; }
#C3JwrgTOMZio4meTC40IQbec1Pa6re98 { display:block; }
#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm { display:none; }#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm > .row .container { width:47.75rem;position:relative;display:none; }#AO9Rl9KgWxCt1ubQ11n7n3ZW0oAbAdBE { top:1.1875rem;left:0rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:none; }
#FsxVxdsCWRprMJ2pyp76N9nVxK1hTAfH { top:5.3125rem;left:0rem;width:20rem;height:1.5rem;font-size:1.1875rem;display:none; }
#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz { display:none; }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz > .row .container { width:47.75rem;position:relative;display:none; }#haJc2tvbztGnWy6BtbmiSn25BuNHzaI2 { top:17.25rem;left:28.6875rem;width:0.625rem;height:0.625rem;display:none; }
#kzO5J6PTB5wPHqIIpVGwns0gK6VTEFF4 { width:9.4375rem;height:6.9375rem;display:none; }
#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM { display:none; }#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM > .row .container { width:47.75rem;position:relative;display:none; }#LikzJlsDbPs0E9pmo5qZ4P04057m86vz { top:1.5rem;left:0rem;width:16.25rem;height:2.8125rem;font-size:1.1875rem;display:none; }
#HNGoVk1o9Wm35zUWdfnzry6C6EIJ55W5 { display:none; }
#r8V6DtTM7yzr6V2KkUBL9e26REt04r7n { display:none; }
#pqxBNLIc6KBm4FsWsZNZ1LuRP7FkKfNv { top:7.375rem;left:0rem;width:12.6875rem;height:7.3125rem;font-size:0.8125rem;display:none; }
#flIvsSNRVM5IN3XWzq8fcVte8lorkdPq { display:none; }
#Sic9TExGU1OEfToxw8hmS9XWB8wmceu4 { display:none; }
#bkdBGBeCwtXhFonmflKoA390ImT1CHeb { width:5.375rem;height:6.5rem;display:none; }
#oiQU6KQ5pf5BcPKeAKSJWiqnQTlQXp4x { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#PxtJeeDpiA6omSy8UbAIq4xcIreqgJVe { display:block; }
#xFs1gtSVBaQQtOvI7xn1KkqCM4ncgKw3 { top:27.375rem;left:0rem;width:12.3125rem;height:7.3125rem;font-size:0.8125rem;display:none; }
#btAsg5WLVc65czMiKFKH7efpcw2VPw55 { width:5.4375rem;height:6.75rem;display:none; }
#uJynFsTeSAQTX1CDTxhgsoO8g3THNZMd { width:5.375rem;height:6.75rem;display:none; }
#p6QxLL5CD6rdiGEHwXaTTfCZpnPU3Xqf { top:17.4375rem;left:0rem;width:12.5625rem;height:8.5625rem;font-size:0.8125rem;display:none; }
#PJbGTRtQbQHD5RhmSz93IdRQ9PKnTV8S { display:none; }
#kdyiLRURIMxd5dDxWnuTII1oTJhGkwxB { display:none; }
#owG4wc8XuEl0IJDlzlHSf3VtVi3WwRLI { top:37.125rem;left:0rem;width:12.4375rem;height:7.3125rem;font-size:0.8125rem;display:none; }
#rQtpao3s7tbwVlZugWD53EGhd5xRVwr9 { width:5.375rem;height:6.625rem;display:none; }
#hTyKCwU8QTfo9Zz8aul8Qq37uyQW1gJD { display:none; }
#aoq0ElV92B6wPT0tetb3b63O1p8DVHzl { display:none; }
#xkCp5kfg7IpbDNAM2EMUQD3Su97zceIQ { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#S39AARewxbBS28nfqO4rxGwgyA4JohKq { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#k17zxc1W1ZfsVDETchDJXfDX1Iedf14C { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#JTPMwr0hnkfTfWCbTR6W2H7QdLwHaWd7 { display:none; }
#MerIEoEJTzcGKwBoT2TDsmIFrCgoXf9C { width:0;height:0;display:none; }
#iGMRJq2o2qL32ti85IrIrOTuWWWsOv1P { display:block; }
#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 { display:none; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container { width:47.5rem;position:relative;display:none; }#rxAzh2tsKGlbPmFEiAWv7Eo4Lr1cdq3Q { top:6.8125rem;left:0rem;width:16.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#v05LZMCNURfoduyVZWe9mTFBKeyiP8g3 { top:2.375rem;left:0rem;width:20rem;height:3.75rem;font-size:1.75rem;display:none; }
#A9zGlI0R5TWwagV19tMb9i5B1dyz2Vdh { display:none; }
#RmWxDzEngIXgCH7kZLyxkpkW131lCf7L { display:none; }
#sFbHfKvsIOsN7PguMGmqFG1pnolM2KOy { width:0;height:0;display:none; }
#bKJ7ha3KUtPSLXsb9QXNMHqVh9ymsVhQ { display:block; }
#PD2pfhndxCeF58vDnMkBrTSSqFqrsB0e { top:0.875rem;left:0rem;width:20rem;height:0.9375rem;font-size:0.9375rem;display:none; }
#uqqzQIDonqc8kynKWIiNoJFH7VolZUuR { top:4.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1.125rem;display:none; }
#hy5WOJXAErz7PkHXodHmUSx2Izemb4wE { width:13.375rem;height:10.25rem;top:4.1875rem;left:0rem;display:none; }
#TadlUonwWhkZCohLoa5Mf4aKTSlr9RTw { width:11.5625rem;height:8.9375rem;top:4.1875rem;left:0rem;display:none; }
#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol { display:none; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row .container { width:47.75rem;position:relative;display:none; }#gcMGwIEfGwCHilOzaormg2f83ISv9nMm { top:15.375rem;left:0rem;width:5.1875rem;height:1.25rem;font-size:0.8125rem;display:none; }
#EMCl91kcnekxBhze2Gqn2MkrslTQwPdo { top:3.4375rem;left:0rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:none; }
#Jb1nWWWQQNkAuuA1xEh83seC9nvnXIi7 { width:46.75rem;height:32.875rem;top:0rem;left:0rem;display:none; }
#J1kv2RNLULapOLPi44NrGGA8edf4SggP { display:block; }
#eBqbdlLMOdJhQbFFe0Hs5mPTPDTKosZc { width:9.875rem;height:9.875rem;top:2.3125rem;left:22.9375rem;display:none; }
#ghNvg3G4hv5aeg8U4RLXvmluWpoMFkC7 { width:9.875rem;height:9.875rem;top:2.3125rem;left:33.275001525879rem;display:none; }
#wpyhRxx69VB5ST0T0pJKVAG6Ve0ikyNG { width:9.9375rem;height:9.9375rem;top:2.3125rem;left:37.8125rem;display:none; }
#g5z2JsTGWwe7q8oJcTR2tXPg94Ot63A0 { top:12.75rem;left:0rem;width:5.1875rem;height:1rem;font-size:0.8125rem;display:none; }
#RVrHFStHK3Jm7zXkLglvB2akuJKr5PEq { top:12.75rem;left:0.25rem;width:6.125rem;height:1rem;font-size:0.8125rem;display:none; }
#z9iMVRTViBcFoXhNclabuFkGz8fRVoSy { top:1.3125rem;left:0rem;width:20rem;height:2.0625rem;font-size:1.625rem;display:none; }
#shCJUNITUr89NvZ5IarlcxFE7ul87KTA { display:none; }
#yv0bufNJ2RVL5ntzX41q0nFA5gE9GxTd { display:none; }
#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe { display:none; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row .container { width:47.75rem;position:relative;display:none; }#cth3gtC2rpsUnnW1Gz4OlwKfPAO48JQH { top:0.875rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:none; }
#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG { display:none; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container { width:47.5rem;position:relative;display:none; }#zgymqOMAsQHriNbhb3fCAxsbwHPbVTBr { top:1.625rem;left:0rem;width:7.5625rem;height:2.5625rem;font-size:1rem;display:none; }
#uzy9OzU0zvV4Vn6nHUWDgPvuvLQDO9Pr { top:19.9375rem;left:0.8125rem;width:0.0625rem;height:1.875rem;display:none; }
#PWwhp3kJEZMTdZskHatrwmmTttDNcTPz { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#sEIrDRdeBDMc0ZoFhTw8QA4w5ux0ictu { top:19.9375rem;left:0.8125rem;width:0.0625rem;height:1.875rem;display:none; }
#tR5CZUu45BzbmSNudeP2pZNainSKDsMV { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#LrEJ942EgTBg8TJEQhniAm3WpvIhtfS4 { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#fonNPF8xX7Npe92Tk2W0dkS7bXHMHIoT { top:19.9375rem;left:0.8125rem;width:0.0625rem;height:1.875rem;display:none; }
#aha6FgZvNaDdfXbzSDLhC5f7Geq7CSHH { width:46.75rem;height:34.375rem;top:0rem;left:0rem;display:none; }
#ofF1gIW3yldJuOD0AqW5ERpfpm9S3tH6 { display:block; }
#CrBtXbXS9FfhVG4RKlnEBczdiXUgGhAD { top:7.5625rem;left:0rem;width:4.1875rem;height:2.5625rem;font-size:1rem;display:none; }
#CHfTJ5T4GS5LEE1qq1wx3c9R2nHHHXIb { top:19.5625rem;left:1.125rem;width:4.0625rem;height:2.5625rem;font-size:1rem;display:none; }
#vgbKUgvgDfM6iyAmn8JmQLx1daV1fFFd { top:12.75rem;left:0rem;width:8.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#QRmKkGlLUfnwIvZpvgoX0g78VBNwK3Dd { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#OwFVl3dtFxMerAQyVbGasMXn63b19Alh { top:19.9375rem;left:0.8125rem;width:0.0625rem;height:1.875rem;display:none; }
#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya { display:none; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row .container { width:47.75rem;position:relative;display:none; }#l22we92fO2ZHPUFNXI2iUZSlQc7og9yr { top:6.3125rem;left:0rem;width:12rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#OqwGiTfzcTW6U25DNcucfVtyg0J2yIpG { top:9.3125rem;left:0rem;width:6.5rem;height:2.25rem;font-size:0.875rem;display:none; }
#JNgAnxBifEuvoUMT8VxawpnlG6zrTuO7 { top:9.3125rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.875rem;display:none; }
#qMhBN1SyTqCaHBtWRN8dQkyZ2eTTGGFh { width:7.9375rem;height:8.625rem;top:7.5rem;left:11.5rem;display:none; }
#IkssE9GIbQBqDSpTvCVOnmrik9A5PcK0 { top:1.875rem;left:0rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:none; }
#J2kNTnsneXTF7BeyEZ8RXt6ha0TqlZWc { top:21rem;left:0rem;width:8.75rem;height:;font-size:0.8125rem;display:none; }#J2kNTnsneXTF7BeyEZ8RXt6ha0TqlZWc li:before{  }
#bfeIa72UDisGOd8KWv3teoAqFyF8ecQq { top:21rem;left:0rem;width:8.75rem;height:;font-size:0.8125rem;display:none; }#bfeIa72UDisGOd8KWv3teoAqFyF8ecQq li:before{  }
#x72DAFbabUmnvVTM55dKm9A90CQwpmG6 { top:3rem;left:0rem;width:15.0625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
#x9SD13nwIwMW9pEUbGCkG5nx3ECMzVQb { display:none; }
#cQ3op7qZJ328TrBK0AJX6D5tzw7NWSFK { display:none; }
#b1hDCuh9FepAHUIQcRFNCOWRaEow9TFf { width:7.9375rem;height:8.625rem;top:7.5rem;left:11.5rem;display:none; }
#Gw7ZOBctLDTwfbZclyxHPwrDKLwuQoTI { width:0;height:0;display:none; }
#o3xp1b5I5WgNaWzZbo0QNoIilvHAmDXK { display:block; }
#crsna149uPXsc7rgcTUQUCL54BpKUqCk { display:none; }#crsna149uPXsc7rgcTUQUCL54BpKUqCk > .row .container { width:47.75rem;position:relative;display:none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg { display:none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container { width:47.75rem;position:relative;display:none; }#ByFh8cbTZWA1N5n5A4QLeH3Ooz6t022U { top:5.1875rem;left:0rem;width:21.3125rem;height:10.125rem;display:none; }
#oWFp1mugyJV68oSkno3Ahv8wRzdgk2S4 { top:8.75rem;left:0rem;width:18.25rem;height:4.5rem;font-size:0.875rem;display:none; }
#NlvJUZbveI2cMvgFu8JhrAgIhr8Nz61P { top:7.375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#N0wW9bm7X2FryQG83r4St6dzJMqMdnnW { top:7.375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#PeCuI0II2gshDlh5WteqT0P1eNVN0ocx { top:7.375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#ABHHgu40cTkWRX75mvceEAgpVq5CDRZl { top:7.375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#V7kFyA0ofIaygeblPCdUqHy15SC2TiRl { top:7.375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#Pgfr4LSHFZKEmXdTN7GuxhKxHxCragVu { top:5.6875rem;left:0rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#UJMW7vEKP25HWykIltK1Iewkx9tzHtku { top:0.9375rem;left:0rem;width:20rem;height:3.4375rem;font-size:1.5625rem;display:none; }
#xUkqK61GHFveZRoHDLidxgmafqEZ4mOF { top:5.1875rem;left:13.25rem;width:21.25rem;height:10rem;display:none; }
#PIutyAZbnZZRITH22114m4MzBTsObeO4 { top:27.125rem;left:0rem;width:18.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
#WHq1fgusCE5XsQsUEw7d168CSZpC0iTk { top:7.375rem;left:14.4375rem;width:1.375rem;height:1.375rem;display:none; }
#tRGknuvGMmpz4A0vwwRv4FrfWBLU4dXh { top:7.375rem;left:16rem;width:1.375rem;height:1.375rem;display:none; }
#haun71xfNaqlaTusavO0GUtcgqF3vGyg { top:7.375rem;left:17.625rem;width:1.375rem;height:1.375rem;display:none; }
#VJm3W3xZa4QKbPknSinKWmGEpFk3X56l { top:7.375rem;left:19.1875rem;width:1.375rem;height:1.375rem;display:none; }
#fJxgqkmi6F1f7KbTOTJTWHmJwx39vBbq { top:24.0625rem;left:0rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#Ffwf2McgNNZ5Bhi7Dpy0hFoMiBmx90eT { top:7.375rem;left:20.75rem;width:1.375rem;height:1.375rem;display:none; }
#VfIZPaTiXa3hq3i0SvNwpzepnA2rzT38 { top:5.1875rem;left:26.5rem;width:21.25rem;height:10.0625rem;display:none; }
#ccg3sHhovrAtguHS9VUeT9gg6E6k5S7f { top:18rem;left:0rem;width:19rem;height:4.5rem;font-size:0.875rem;display:none; }
#suQeV0ikTNcR6R3aivTTPFxnsDIILDPu { top:7.375rem;left:45.125rem;width:1.375rem;height:1.375rem;display:none; }
#zDDT4C1UluQDngLq6pLgMID6LJxtXqGb { top:7.375rem;left:43.5625rem;width:1.375rem;height:1.375rem;display:none; }
#UaU2qG5SDd26W9NsOZyr2h3xKzXutMzt { top:7.375rem;left:42rem;width:1.375rem;height:1.375rem;display:none; }
#XShfNFiTsBIshh6eW7QEk4IZdOI9vyKM { top:14.9375rem;left:0rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#PpaafbtO5U6nwORL96w1sM0N5NhDLcqQ { top:7.375rem;left:40.4375rem;width:1.375rem;height:1.375rem;display:none; }
#dlyGRFzs2EySGO4d1pGDQApo0B8XqViM { top:7.375rem;left:38.875rem;width:1.375rem;height:1.375rem;display:none; }
#ok4zqUwQL908fThifCzaB582mkDPDuQu { width:0;height:0;display:none; }
#TiIaRH6XxrDnf4zxzmDgrqXxhedXMPQh { display:block; }
#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH { display:none; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row .container { width:47.75rem;position:relative;display:none; }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE { display:none; }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE > .row .container { width:47.75rem;position:relative;display:none; }#lAA0f3ISFefcRhs8H6opgTCCungf18H9 { top:0.875rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.3125rem;display:none; }
#JF5upfTCkByhOTcBrbXh605GulBvcOdt { display:none; }
#tB20nI9oeQ3gGaFOcnpcbp8tar4MGlCi { top:7.375rem;left:0rem;width:8.3125rem;height:3.375rem;font-size:0.875rem;display:none; }
#srBiTOObzuIyelIQXO0ps3Zmr7EfT5Pk { width:9.3125rem;height:9.3125rem;display:none; }
#VgRpuBoPEPddcArFseUTAwCkRgfNIwve { top:15.875rem;left:0rem;width:9.5625rem;height:3.375rem;font-size:0.875rem;display:none; }
#N4rpuD3W2b6e5qh6eXvIeBf4wdForDhG { top:23.375rem;left:0rem;width:10rem;height:2.25rem;font-size:0.875rem;display:none; }
#OI7wcqJdS9TJTTG3zi8AUQU8P1FlKOKw { width:9.3125rem;height:9.3125rem;display:none; }
#WqdkxVNoF5DPxl61niu4q4lcDHNshOAA { width:0;height:0;display:none; }
#ekyxEtSNRzQ9ocpofUbQdWkRh33qmP7B { display:block; }
#QO3eElKZnvTKqRVn9Z2dr46NFxfcxDwP { width:16.3125rem;height:34.6875rem;display:none; }
#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { display:block; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { width:47.75rem;position:relative;display:block; }#SkTDq0SqtzH18MQUXTZHOT4n2FvsuuXP { top:4.0625rem;left:20.3125rem;width:1.875rem;height:1.6870125rem;display:block; }
#WwK6Cg95WhGako3FlQchTuGteTvyLpVC { top:4.0625rem;left:22.8125rem;width:1.875rem;height:1.632798158478rem;display:block; }
#l2AFiCTFQ1xnTNiLWaTrF5GlXFrB2GCX { top:3.9375rem;left:25.1875rem;width:2.0625rem;height:1.9410401363766rem;display:block; }
#oN3wfGUGTpFVPzZf1Q3cRq6DTV3nVktN { top:6.4375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
#vH2dCKk68TBZ3HT0SAxbLCnoAIap2Tkp { top:1.6875rem;left:20.0625rem;width:7.5rem;height:1.49963125rem;display:block; }
body { position:relative;top:0rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 { background-color:#000000;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; }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 > .row .container { background-color: transparent; background-image: none; }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 > .row .container > .video-iframe-container { display: none; }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 > .row > .video-iframe-container { display: none; }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 > .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); }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 > .row .container { border-width: 0; border-radius: 0; }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UEevmqikc9HmL3gUPuZS14WKKTG01ES4 > .row .container { width:20rem;height:3.25rem;position:relative;display:block; }#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt .widget-text.counter-number { padding-top:0.2425rem;padding-right:0.219375rem;padding-bottom:0.2425rem;padding-left:0.219375rem;width:1.321875rem;min-width:1.321875rem;height:1.305625rem;font-size:0.9725rem;line-height:20.89px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:brown;background-color:#000000;background-image:none;color:#ffffff; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.15125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.761875rem;height:0.515625rem;font-size:0.364375rem;line-height:8.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff;font-family:"brown 2";font-weight:300;font-style:normal;background-color:;background-image:none; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt { display:flex;top:0.22119140625rem;left:11.1875rem;width:8.8125rem;height:2.4375rem;z-index:15004;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;box-shadow: none; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #qTfBs9W4uLAQOmiT0iSEPDZelT7h2iiJ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #tAD65ePN0Uowgcn0AD4GzqAlRTuy1us4 {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #VB2dSqzIvZNTyePsBqIfofzrcymTpTSx {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #tcuXMqWqSBHzXgETKF9dvlz1T4UaUFdX { display:flex;position:relative;top:0rem;left:0rem; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #ftMUMQpaTqdV3RtNZpVULRGRDEoH7N1P {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #WTZpZGAVZRPlKC5g2vhc6IyByEEITeAx {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #MAb2QLnNaQFvM1htgBmQgggFHNzpWSK6 { display:flex;position:relative;top:0rem;left:0rem; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #L7CT1dgfoWcSJskDmnR8tCTgypX3TIUd {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #d5V5IOft2PL9QFm8DcgWqFoTUZEOvULZ {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #dGBsWbz2Qn7mWfPP9ePCIvHogI5pzeaw { display:flex;position:relative;top:0rem;left:0rem; }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #FJ6644ldQ7RdLsFzGtd2e179Ma4nTcJ8 {  }
#f4tMnnEmPcWIE5tprLdxaio4VgzXpebt #bQ7FLcOFsvtxIINpuV7K58urHCcAG68p {  }
#VgeVaKPLG8TKDCNesIsHXdfb8EROqXl1 { top:0.462890625rem;left:0rem;width:13.6875rem;height:2.19921875rem;z-index:15000;color:#ffffff;font-family:brown;font-weight:700;font-style:normal;line-height:1.1;font-size:1rem;display:block; }
#Jp8PySFWSOETkx3IXo4PSGozflTm1REX { 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;position:relative;z-index:auto;display:none; }#Jp8PySFWSOETkx3IXo4PSGozflTm1REX > .row .container { border-width: 0; border-radius: 0; }#Jp8PySFWSOETkx3IXo4PSGozflTm1REX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jp8PySFWSOETkx3IXo4PSGozflTm1REX > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; }#wb6OLrCUdedxUXPRAKGbH5Mh35JPaanp { width:9.8125rem;height:2.1875rem;top:2.375rem;left:9.6875rem;z-index:15020;color:rgba(var(--color-tertiary-2),1);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;font-weight:700;font-style:normal;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;font-size:1rem;font-family:var(--paragraphs-font-family);display:block; }
#f45JIy9JSGVsFepFzR0GNhHWFHo0wxOs { display:block; }
#HeOmxOCuUgTUw75VBwBtN1UQu6Sf7mfz { width:9rem;height:1.8125rem;top:2.75rem;left:0rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QeuwpeDpHQBL9Ul0rUxUMqVoJWviuUmL { top:0rem;left:0rem;width:20rem;height:2.1875rem;z-index:14999;background-color:rgba(var(--color-primary-1),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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column;background-color:;background-image:none; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L .widget-text.counter-number { padding-top:0.239375rem;padding-right:0.228125rem;padding-bottom:0.239375rem;padding-left:0.228125rem;width:1.366875rem;min-width:1.366875rem;height:1.283125rem;font-size:0.955625rem;line-height:20.53px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;color:rgba(var(--color-secondary-4),1);background-color:#ffffff;background-image:none;font-family:var(--paragraphs-font-family); }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.149375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.823125rem;height:0.5075rem;font-size:0.358125rem;line-height:8.12px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;background-color:;background-image:none; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L { width:7.5rem;height:2.4375rem;display:flex;top:0.125rem;left:11.685546875rem;z-index:15001;padding-top:0.029375rem;padding-right:0.0325rem;padding-bottom:0.029375rem;padding-left:0.0325rem;border-bottom:0;border-left:0;border-right:0;border-top:0;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; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #LllCXhPcalmvmFfHk013Iozm6Ve3DRPd { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #l1lUb9MI50DThAIO2CKckFZFlfpNXR6R {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #VAo5B4dHzc5qZtD1fhS1iBJwXTkwlAdb {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #c9yiInTDRk6G1nRSKM04CM1sTamETtMi { display:flex;position:relative;top:0rem;left:0rem; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #x8QVO8SbwHGAbv80dG3quOhHRLDTD2Iq {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #O3CALQULFr4UBHVv1cmWITinkBxKqRPp {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #waTuBBTUw6nubsM9uZJQymX9MgOaTT1T { display:flex;position:relative;top:0rem;left:0rem; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #nTnDSMlMUZg5vcqUoruzwNWMZAsnO9MK {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #HGCEMv3onxd7IDLUgzAuBrgXU1PAH3Ae {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #bf43OlMFTxxHoTW1d3GIJkXrtM72CqxT { display:flex;position:relative;top:0rem;left:0rem; }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #s8aSD7867xUlBLuzBPJezLQlNFsL0OTt {  }
#M09bPJxAJIaW8Oxzb4IbiDiTRFlAsZ0L #PLfPRZXnGOCvNCy9tQqTE8TTFn4yPJlv {  }
#rErh5A9wkRvEPTVaiQ4UnK6PbBM1mdHZ { top:0.6875rem;left:0.18532991409302rem;width:11.0625rem;height:0.89355625rem;z-index:15003;color:rgba(var(--color-tertiary-2),1);font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.1;font-family:var(--paragraphs-font-family);display:block; }
#we3KEicJFss0WsLeoZvOuDpm8UenZXCx { background-color:#ffffff;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; }#we3KEicJFss0WsLeoZvOuDpm8UenZXCx > .row .container { background-color: transparent; background-image: none; }#we3KEicJFss0WsLeoZvOuDpm8UenZXCx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#we3KEicJFss0WsLeoZvOuDpm8UenZXCx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#we3KEicJFss0WsLeoZvOuDpm8UenZXCx > .row .container > .video-iframe-container { display: none; }#we3KEicJFss0WsLeoZvOuDpm8UenZXCx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#we3KEicJFss0WsLeoZvOuDpm8UenZXCx > .row > .video-iframe-container { display: none; }#we3KEicJFss0WsLeoZvOuDpm8UenZXCx > .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); }#we3KEicJFss0WsLeoZvOuDpm8UenZXCx > .row .container { border-width: 0; border-radius: 0; }#we3KEicJFss0WsLeoZvOuDpm8UenZXCx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#we3KEicJFss0WsLeoZvOuDpm8UenZXCx > .row .container { width:20rem;height:17.5rem;position:relative;display:block; }#cHVilKXnzQ650NuT7SrWFZfxVhEzkfL2 { width:20rem;height:5.56786875rem;top:7.0625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;color:rgba(var(--color-tertiary-2),1);z-index:15026;font-weight:400;font-style:normal;font-family:var(--headlines-font-family);display:block; }
#TUWEkofoskEF6FO41P0M7NhHpyF4SUs0 { top:5.249755859375rem;left:7.749755859375rem;width:12.1875rem;height:1.13769375rem;z-index:15007;font-size:0.875rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#NnNfTgdfBFpPiGFPk6klEyVGh1x7ZFXQ { display:flex;top:5.12451171875rem;left:0rem;width:1.375rem;height:1.375rem;z-index:15028; }
#XerRGKJFRfbzhf5ATVeuUGGZToLbf7I4 { display:flex;top:5.12451171875rem;left:1.374755859375rem;width:1.375rem;height:1.375rem;z-index:15029; }
#vdwOF2cUxFfCUaMTOtN4VnK8VdMsGnvM { display:flex;top:5.12451171875rem;left:2.74951171875rem;width:1.375rem;height:1.375rem;z-index:15030; }
#TiUoGhKKbwA7WOBEim3XTLnT7Gl4Fe46 { display:flex;top:5.12451171875rem;left:4.125rem;width:1.375rem;height:1.375rem;z-index:15031; }
#M6WHJJN80clZM0RfXewSR9GbOACuL5oG { display:flex;top:5.12451171875rem;left:5.499755859375rem;width:1.375rem;height:1.375rem;z-index:15032; }
#crr2rEaFWxFPpE9tgALSECTN8X6AbRTq { display:flex;top:13.18701171875rem;left:1.24951171875rem;width:1.4375rem;height:1.4375rem;z-index:15033; }
#B1fGCaOJxZBgAJ5kO1GqTU0DTRTAhudV { top:13.312255859375rem;left:3.249755859375rem;width:13.5625rem;height:1.21875rem;z-index:15002;color:rgba(var(--color-tertiary-2),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; }
#g7h2d4u4Arvgnf78knCaEUQIgDIc1bPh { display:flex;top:14.87451171875rem;left:1.24951171875rem;width:1.4375rem;height:1.4375rem;z-index:15034; }
#QHOiNoM1qPczr2fxK5doNbS3dScTrvUx { top:15.125rem;left:3.249755859375rem;width:15.8125rem;height:1.21875rem;z-index:15003;color:rgba(var(--color-tertiary-2),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; }
#cSWFhoHd1agcWUCk4hCGSkNeU7pEZ3kW { top:6.937255859375rem;left:0rem;width:20rem;height:9.6875rem;z-index:15035;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#r3zwQlFsgmTplOnKdff66d9rsRbVbZFE { display:block; }
#agAQbU1V90dsMfh3ZiTxF00EUPlEXuB3 { width:20rem;height:2.03125rem;top:3.15576171875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;z-index:15002;display:block; }
#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc { position:relative;z-index:auto;display:block; }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc { background-color: transparent; background-image: none; }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .row .container > .video-iframe-container { display: none; }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .row > .video-iframe-container { display: none; }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .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); }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc { border-width: 0; border-radius: 0; }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .row .container { width:20rem;height:20.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/786cab9f-47ad-40ea-9017-fa34b4c03e8e/FR_20201019SCBsoniadzrzPhoto40OFFMothersDayFRV10.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;position:relative;display:block; }#TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .row .container.adaptive-delivery-prevent-bg, #TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .row .container.lazyload, #TAwcuerD2cZ1XnuL32kH1XiIhtVPghVc > .row .container.lazyloading { background-image: none; }#pDQIS11V7T9cbpsaICtKF5OPAfZxrSgu { top:0.4375rem;left:0.18701171875rem;width:19.625rem;height:20.1875rem;z-index:15059;background-color:transparent;background-image:none;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fQX5RVdsNNcNIQzG3o3G4l3bi0sZ9bBo { display:block; }
#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J { background-color:#ffffff;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; }#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J > .row .container { background-color: transparent; background-image: none; }#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J > .row .container > .video-iframe-container { display: none; }#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J > .row > .video-iframe-container { display: none; }#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J > .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); }#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J > .row .container { border-width: 0; border-radius: 0; }#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToQCKSQTg2JAGd1VsgdeDzIr9xcJbb9J > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; }#es8KUJA04bsS6k9hRJyCrWoThJgP5lNx { width:18.1875rem;height:3.875rem;top:0.625rem;left:0.90625rem;z-index:15021;color:rgba(var(--color-tertiary-2),1);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;font-weight:700;font-style:normal;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;font-size:1.5625rem;box-shadow: none;font-family:var(--paragraphs-font-family);display:block; }
#qIWPtpGxycVxBmkPaEZM5kNKysh8Pqm2 { display:block; }
#hKbyQzZiBW4NLSPa8lCzkKF6FWGJASdT { top:5.2127828598022rem;left:2.4992404580116rem;width:16.625rem;height:1.13720625rem;z-index:15056;font-size:0.875rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#hKrTRd7I5rkTJ5kLasmHQICW4n05BPWJ { display:flex;top:5.0625rem;left:0.8125rem;width:1.3125rem;height:1.3125rem;z-index:15057; }
#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv { background-color:#f4f4f4;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; }#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv > .row .container { background-color: transparent; background-image: none; }#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv > .row .container > .video-iframe-container { display: none; }#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv > .row > .video-iframe-container { display: none; }#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv > .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); }#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv > .row .container { border-width: 0; border-radius: 0; }#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5DTKlXqbz4rTtDAtXM3hVX0B0vHseLv > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; }#OLSASbr1t2IcvT884hOfDTyn0wNa00VB { top:0rem;left:0.125rem;width:19.75rem;height:6.25rem;z-index:15006;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 { 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; }#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 > .row .container { background-color: transparent; background-image: none; }#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 > .row .container > .video-iframe-container { display: none; }#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 > .row > .video-iframe-container { display: none; }#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 > .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); }#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 > .row .container { border-width: 0; border-radius: 0; }#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m8eWc9p0ufnIN84wQETO3oDx3HlfNVy8 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; }#uuwptT08UK1fLg8bklHayfr3F63IwpuL { top:14.625rem;left:0.375rem;width:9.5rem;height:1.21875rem;z-index:15001;font-weight:700;font-style:normal;font-size:0.9375rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#pC30Kn6A6wmm9LcOeXPK2OaHoPahwzQu { width:18.4375rem;height:3.4375rem;top:46.5rem;left:0.8125rem;z-index:15019;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#sJQRyVAxtJa8qJPAXWmuxmU0AS4TtWQa { display:block; }
#OFvChaPvHx7he73TDsVDszUXPsQA9AP6 { 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; }
#ZRNeVVORXtkh7WF4TWSxNTtv2XZ6RVaG { top:14.625rem;left:10.5625rem;width:9.4375rem;height:2.0996125rem;z-index:15002;font-weight:700;font-style:normal;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#t8lupwRfe0Ozd4aRhMHKqKpa0vPG8nBo { top:2.625rem;left:10.1875rem;width:9.625rem;height:29.0625rem;z-index:14990;background-color:rgba(var(--color-primary-2),0.27);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-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),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; }
#DQWDKJTef5uHBC2G8sBkcGTkgXTMOics { width:7.9375rem;height:2rem;top:24.8125rem;left:0.9375rem;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-2),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; }
#ys4zTMlQO0GrnnNaLQ5tnE6PN0xEnymb { display:block; }
#Lzl5UTtla2AKfCB5qxlZxD4S9CxW7wvc { top:0.999267578125rem;left:9.749755859375rem;width:10.2495625rem;height:1.86865rem;z-index:15046;color:rgba(var(--color-tertiary-2),1);font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.4375rem;font-family:var(--paragraphs-font-family);display:block; }
#XQuKOEPkmTb7gMhU1Or1XNPhwN7TQg1I { top:0.8125rem;left:10.125rem;width:9.875rem;height:3.4375rem;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#xV5Scl7odXTyrWB05Ul8GHtKv4LZmRiS { top:1.5rem;left:0rem;width:9.625rem;height:26.3125rem;z-index:14995;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.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; }
#iig8vNhfQzvoKZUeNxgrI4VTXKshCTIR { top:1.8125rem;left:0.125rem;width:9.4375rem;height:1.86865rem;z-index:15046;color:rgba(var(--color-tertiary-2),1);font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.4375rem;font-family:var(--paragraphs-font-family);display:block; }
#yUuJ2shqtIuysWK8Cgz0tpNFwrLqguHT { width:7.9375rem;height:2rem;top:29.25rem;left:11.125rem;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-2),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; }
#RJ2yReqqGgzoPl3RNdnFPNmzDd6sxrHP { display:block; }
#ETHE8t3xO5XHcvpBuBuoSLiAx69rLC9u { top:23.625rem;left:14.1875rem;width:5.625rem;height:1.4619125rem;z-index:15053;font-size:0.5625rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#WOhZ6lRE6wvkMTon87hVLH1u7gAZQmeZ { width:5.1875rem;height:1.5rem;top:21.6875rem;left:14.125rem;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-2),1);font-size:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#CfWiwsGTPOiynSQfJc0fMhQGuQdxk2c5 { display:block; }
#A2PPHd3ewNdAdWmPlx5gLZSwUIBa8h8S { top:21rem;left:10.625rem;width:3.125rem;height:3.87478125rem;z-index:15054;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; }
#lTRVWsv0B1F3ZupBdcBZIZMK6kVVZZEo { top:13.75rem;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; }
#u5WyVy05sz8uh39DeVzwNb8bPNq2T1CF { top:13.75rem;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; }
#FKk2sMsPXoTNd4CCXd3SlNwTRr3xo0bg { display:flex;top:17.75rem;left:0.25rem;width:1.1875rem;height:1.1875rem;z-index:14996; }
#Lxt4o48vTlVu9s7QpTE2zi7297KHszCz { display:flex;top:19.25rem;left:0.25rem;width:1.1875rem;height:1.1875rem;z-index:14997; }
#tzHI2Jztpop3P7rx7EtTTA5Syn8C1RBf { top:0.8125rem;left:0rem;width:9.875rem;height:3.4375rem;z-index:15001;background-color:#e6e6e6;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#fxE2TdZdALsVWGzberxTvNTPS64IndwR { width:8.3125rem;height:11.125rem;top:3.5625rem;left:11rem;overflow:hidden;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mXWk4RcW1mEaplVJ1OBPr2uzahbBxQax { top:17.0625rem;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-2),1);display:block; }
#vIokGh3pCiwcn0QhkcwwpnkE837EeZmc { top:18.5rem;left:11.6875rem;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-2),1);display:block; }
#hvG6wNVOo3zs0udtzZrpUDmecMyPbAv6 { top:19.875rem;left:11.6875rem;width:8.3125rem;height:0.89355625rem;z-index:15009;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#g2AkZfJGNDJJ0p6Wbh5ckQfmlbNIiDc4 { display:flex;top:16.9375rem;left:10.4375rem;width:1.0625rem;height:1.0625rem;z-index:15036; }
#RPLoTK35qq2cmDPaIiZbZ9AwqFGAybmX { display:flex;top:18.3125rem;left:10.4375rem;width:1.0625rem;height:1.0625rem;z-index:15037; }
#TJidJJsgML0hkLwUShmT3elruLzbhThF { display:flex;top:19.6875rem;left:10.4375rem;width:1.0625rem;height:1.0625rem;z-index:15038; }
#HLRD7phBtys2wt1iNC9R7f35s30T9HnN { width:7.9375rem;height:7.9375rem;top:5.1875rem;left:1.1875rem;overflow:hidden;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wUQqz4gZUPrXBftytTCWwNfAXCDHvKf8 { display:flex;top:16.125rem;left:0.1875rem;width:1.1875rem;height:1.1875rem;z-index:14997; }
#kaRzJB3QiDOgnWkMce5kNOdO5Fmr9ExH { top:19.4375rem;left:1.75rem;width:8.3125rem;height:0.89355625rem;z-index:15010;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#lRpvC2WeyhXBP741hzwvr6oWh3qtaL8X { top:17.9375rem;left:1.75rem;width:8rem;height:0.89355625rem;z-index:15009;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#lDTG1dmocBkEdv50kGtBSypHCfEbHg14 { top:16.3125rem;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-2),1);display:block; }
#o4w4m6uQ1JboKEThSOS4W8EtiHSUKLZk { top:20.9375rem;left:10.625rem;width:3.0625rem;height:3.5625rem;z-index:14991;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mAxpA2iM1LnPAy8G0B9ze2Jb9Lbsf53i { top:0.9365234375rem;left:0rem;width:9.75rem;height:27.1875rem;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;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Z4FokLDgTtsMSFmA8SrU15twdSlBSJav { display:block; }
#w3PhIbATKmAzlZruxnVCUuArfN6exkJy { top:1.05908203125rem;left:9.99560546875rem;width:9.9375rem;height:30.875rem;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;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zbzTRf5MotVXydK2sQpn9dVmkdfkBEwu { display:block; }
#t3yJUf2cN5X9TOAHumTgXoF9v06JrKrt { top:2.6104736328125rem;left:10.25rem;width:9.6875rem;height:1.29980625rem;z-index:15046;color:rgba(var(--color-tertiary-2),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; }
#IhN8kLUWEUaKM10fNzB7fnyzcMJRWCDf { top:25.4375rem;left:10.75rem;width:8.875rem;height:3.4375rem;z-index:15062;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TcAEkl7QBIrDfkC0mSnf7miOqeWILH41 { display:block; }
#FGF00EdLOfGD76H3vaxI54htsgfA8DZR { top:21.25rem;left:0.4375rem;width:8.875rem;height:3.4375rem;z-index:15062;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#C3JwrgTOMZio4meTC40IQbec1Pa6re98 { display:block; }
#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm { display:block; }#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm { background-color: transparent; background-image: none; }#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm > .row .container > .video-iframe-container { display: none; }#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm > .row > .video-iframe-container { display: none; }#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm > .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); }#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm { border-width: 0; border-radius: 0; }#Tc0VMoC3Fz8BxpFLnknHT0muB31paiqm > .row .container { width:20rem;height:4.72265546875rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#AO9Rl9KgWxCt1ubQ11n7n3ZW0oAbAdBE { top:1.23095703125rem;left:0rem;width:20rem;height:1.94970625rem;z-index:15003;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#FsxVxdsCWRprMJ2pyp76N9nVxK1hTAfH { top:3.1792535781861rem;left:1.4062502384186rem;width:17.1875rem;height:1.54361875rem;z-index:15004;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz { display:block; }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz { background-color: transparent; background-image: none; }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz > .row .container > .video-iframe-container { display: none; }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz > .row > .video-iframe-container { display: none; }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz > .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); }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz { border-width: 0; border-radius: 0; }#sDA4TRbsh16CIrlF4tXDFDo4X8zDKepz > .row .container { width:20rem;height:14.5rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#haJc2tvbztGnWy6BtbmiSn25BuNHzaI2 { top:9.625rem;left:22.4375rem;width:0.0625rem;height:4.375rem;z-index:15033;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kzO5J6PTB5wPHqIIpVGwns0gK6VTEFF4 { top:0rem;left:0rem;width:20rem;height:14.5rem;z-index:15001;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM { background-color:#fafafa;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; }#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM > .row .container { background-color: transparent; background-image: none; }#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM > .row .container > .video-iframe-container { display: none; }#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM > .row > .video-iframe-container { display: none; }#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM > .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); }#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM > .row .container { border-width: 0; border-radius: 0; }#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwC4v1nQw6rnvubyWoymPHGKPo4ACSoM > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; }#LikzJlsDbPs0E9pmo5qZ4P04057m86vz { top:1.5rem;left:0.9375rem;width:16.25rem;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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#HNGoVk1o9Wm35zUWdfnzry6C6EIJ55W5 { display:flex;top:5.8125rem;left:6.8125rem;width:1.375rem;height:1.375rem;z-index:14990; }
#r8V6DtTM7yzr6V2KkUBL9e26REt04r7n { display:flex;top:5.875rem;left:6.9375rem;width:1.125rem;height:1.125rem;z-index:14989; }
#pqxBNLIc6KBm4FsWsZNZ1LuRP7FkKfNv { top:7.375rem;left:6.875rem;width:13.125rem;height:5.68603125rem;z-index:15003;font-weight:700;font-style:normal;font-size:0.8125rem;line-height:1.4;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#flIvsSNRVM5IN3XWzq8fcVte8lorkdPq { display:flex;top:16rem;left:6.6875rem;width:1.375rem;height:1.375rem;z-index:14992; }
#Sic9TExGU1OEfToxw8hmS9XWB8wmceu4 { display:flex;top:16.125rem;left:6.75rem;width:1.125rem;height:1.125rem;z-index:14991; }
#bkdBGBeCwtXhFonmflKoA390ImT1CHeb { top:16.375rem;left:0.375rem;width:5.6875rem;height:6.9375rem;z-index:14997;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; }
#oiQU6KQ5pf5BcPKeAKSJWiqnQTlQXp4x { width:16.4375rem;height:3.0625rem;top:45.3125rem;left:1.78125rem;z-index:15022;color:rgba(var(--color-tertiary-2),1);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;font-weight:700;font-style:normal;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;font-size:1.25rem;box-shadow: none;font-family:var(--paragraphs-font-family);display:block; }
#PxtJeeDpiA6omSy8UbAIq4xcIreqgJVe { display:block; }
#xFs1gtSVBaQQtOvI7xn1KkqCM4ncgKw3 { top:27.375rem;left:6.5rem;width:13.625rem;height:5.68603125rem;z-index:15004;font-weight:700;font-style:normal;font-size:0.8125rem;line-height:1.4;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#btAsg5WLVc65czMiKFKH7efpcw2VPw55 { top:6.4375rem;left:0.375rem;width:5.5rem;height:6.9375rem;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; }
#uJynFsTeSAQTX1CDTxhgsoO8g3THNZMd { top:26.25rem;left:0.375rem;width:5.5625rem;height:7rem;z-index:14998;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; }
#p6QxLL5CD6rdiGEHwXaTTfCZpnPU3Xqf { top:17.4375rem;left:6.8125rem;width:13.1875rem;height:5.68603125rem;z-index:15005;font-weight:700;font-style:normal;font-size:0.8125rem;line-height:1.4;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#PJbGTRtQbQHD5RhmSz93IdRQ9PKnTV8S { display:flex;top:25.6875rem;left:6.5rem;width:1.375rem;height:1.375rem;z-index:14993; }
#kdyiLRURIMxd5dDxWnuTII1oTJhGkwxB { display:flex;top:25.8125rem;left:6.625rem;width:1.125rem;height:1.125rem;z-index:14992; }
#owG4wc8XuEl0IJDlzlHSf3VtVi3WwRLI { top:37.125rem;left:6.8125rem;width:13.3125rem;height:4.548825rem;z-index:15008;font-weight:700;font-style:normal;font-size:0.8125rem;line-height:1.4;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#rQtpao3s7tbwVlZugWD53EGhd5xRVwr9 { top:36.0625rem;left:0.375rem;width:5.5625rem;height:6.875rem;z-index:14980;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; }
#hTyKCwU8QTfo9Zz8aul8Qq37uyQW1gJD { display:flex;top:35.75rem;left:6.75rem;width:1.375rem;height:1.375rem;z-index:14995; }
#aoq0ElV92B6wPT0tetb3b63O1p8DVHzl { display:flex;top:35.8125rem;left:6.8125rem;width:1.125rem;height:1.125rem;z-index:14994; }
#xkCp5kfg7IpbDNAM2EMUQD3Su97zceIQ { top:14.75rem;left:0rem;width:20rem;height:0.0625rem;z-index:15036;background-color:rgba(var(--color-tertiary-2),0.34);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#S39AARewxbBS28nfqO4rxGwgyA4JohKq { top:24.625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15037;background-color:rgba(var(--color-tertiary-2),0.34);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#k17zxc1W1ZfsVDETchDJXfDX1Iedf14C { top:34.6875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15038;background-color:rgba(var(--color-tertiary-2),0.34);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JTPMwr0hnkfTfWCbTR6W2H7QdLwHaWd7 { top:1.5625rem;left:0.036458333333343rem;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; }
#MerIEoEJTzcGKwBoT2TDsmIFrCgoXf9C { top:0.68684387207031rem;left:0rem;width:20rem;height:43.4375rem;z-index:15039;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iGMRJq2o2qL32ti85IrIrOTuWWWsOv1P { display:block; }
#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 { background-color:#ffffff;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; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container { background-color: transparent; background-image: none; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container > .video-iframe-container { display: none; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row > .video-iframe-container { display: none; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .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); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container { border-width: 0; border-radius: 0; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; }#rxAzh2tsKGlbPmFEiAWv7Eo4Lr1cdq3Q { top:6.8125rem;left:1.84375rem;width:16.3125rem;height:2.5996125rem;z-index:15033;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
#v05LZMCNURfoduyVZWe9mTFBKeyiP8g3 { top:2.4365234375rem;left:0rem;width:20rem;height:3.5rem;z-index:15007;font-family:var(--paragraphs-font-family);font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-2),1);display:block; }
#A9zGlI0R5TWwagV19tMb9i5B1dyz2Vdh { top:6.8125rem;left:11.125rem;width:5.25rem;height:1.1875rem;z-index:15007;background-color:rgba(var(--color-primary-1),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; }
#RmWxDzEngIXgCH7kZLyxkpkW131lCf7L { top:8.125rem;left:13.875rem;width:3.875rem;height:1.1875rem;z-index:15008;background-color:rgba(var(--color-primary-1),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; }
#sFbHfKvsIOsN7PguMGmqFG1pnolM2KOy { top:0.46875rem;left:0rem;width:18.99975rem;height:41.4375rem;z-index:15032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bKJ7ha3KUtPSLXsb9QXNMHqVh9ymsVhQ { display:block; }
#PD2pfhndxCeF58vDnMkBrTSSqFqrsB0e { top:0.875rem;left:0rem;width:20rem;height:0.9375rem;z-index:15008;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-2),1);font-weight:300;font-style:normal;display:block; }
#uqqzQIDonqc8kynKWIiNoJFH7VolZUuR { top:4.4990234375rem;left:0rem;width:20rem;height:1.125rem;z-index:15008;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-2),1);display:block; }
#hy5WOJXAErz7PkHXodHmUSx2Izemb4wE { top:10.875667572021rem;left:0.49913203716278rem;width:18.9995625rem;height:14.5621875rem;z-index:15008;overflow:hidden;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;display:block; }
#TadlUonwWhkZCohLoa5Mf4aKTSlr9RTw { top:26.417101860046rem;left:0.34342455863952rem;width:19.3120625rem;height:14.8123125rem;z-index:15009;overflow:hidden;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;display:block; }
#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol { background-color:#ffffff;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; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row .container { background-color: transparent; background-image: none; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row .container > .video-iframe-container { display: none; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row > .video-iframe-container { display: none; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .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); }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row .container { border-width: 0; border-radius: 0; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row .container { width:20rem;height:17rem;position:relative;display:block; }#gcMGwIEfGwCHilOzaormg2f83ISv9nMm { top:12.75rem;left:1rem;width:3.5rem;height:1.05615rem;z-index:15001;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#EMCl91kcnekxBhze2Gqn2MkrslTQwPdo { top:3.4638671875rem;left:0rem;width:20rem;height:1.3808625rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#Jb1nWWWQQNkAuuA1xEh83seC9nvnXIi7 { width:20rem;height:16.875rem;top:0.125rem;left:0rem;z-index:15027;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#J1kv2RNLULapOLPi44NrGGA8edf4SggP { display:block; }
#eBqbdlLMOdJhQbFFe0Hs5mPTPDTKosZc { top:5.75rem;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; }
#ghNvg3G4hv5aeg8U4RLXvmluWpoMFkC7 { top:5.6875rem;left:6.875rem;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; }
#wpyhRxx69VB5ST0T0pJKVAG6Ve0ikyNG { top:5.75rem;left:13.75rem;width:6.1875rem;height:6.1875rem;z-index:15026;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#g5z2JsTGWwe7q8oJcTR2tXPg94Ot63A0 { top:12.75rem;left:7.375rem;width:5.249025rem;height:1.05615rem;z-index:15002;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#RVrHFStHK3Jm7zXkLglvB2akuJKr5PEq { top:12.75rem;left:13.875rem;width:6.125rem;height:1.05615rem;z-index:15003;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#z9iMVRTViBcFoXhNclabuFkGz8fRVoSy { top:1.3515625rem;left:0rem;width:20rem;height:2.11230625rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#shCJUNITUr89NvZ5IarlcxFE7ul87KTA { top:0.1875rem;left:2.1875rem;width:15.625rem;height:0.0625rem;z-index:15029;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yv0bufNJ2RVL5ntzX41q0nFA5gE9GxTd { display:flex;top:13.6875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15030; }
#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe { background-color:#ffffff;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; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row .container { background-color: transparent; background-image: none; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row .container > .video-iframe-container { display: none; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row > .video-iframe-container { display: none; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .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); }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row .container { border-width: 0; border-radius: 0; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#cth3gtC2rpsUnnW1Gz4OlwKfPAO48JQH { top:0.921875rem;left:0rem;width:20rem;height:2.03125rem;z-index:15000;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0fdf22e-6cd5-4178-a34b-7748e8f67670/cs28.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;display:block; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG.adaptive-delivery-prevent-bg, #vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG.lazyload, #vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG.lazyloading { background-image: none; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container { background-color: transparent; background-image: none; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container > .video-iframe-container { display: none; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row > .video-iframe-container { display: none; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .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); }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container { border-width: 0; border-radius: 0; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; }#zgymqOMAsQHriNbhb3fCAxsbwHPbVTBr { top:1.380859375rem;left:12.0625rem;width:7.5625rem;height:2.5996125rem;z-index:15009;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);font-weight:400;font-style:normal;display:block; }
#uzy9OzU0zvV4Vn6nHUWDgPvuvLQDO9Pr { top:2.375rem;left:6.625rem;width:0.5rem;height:0.5rem;z-index:15030;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:7.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;background-color:transparent;background-image:none;display:block; }
#PWwhp3kJEZMTdZskHatrwmmTttDNcTPz { top:2.6875rem;left:7.1875rem;width:4.0625rem;height:0.0625rem;z-index:15031;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sEIrDRdeBDMc0ZoFhTw8QA4w5ux0ictu { top:8.0625rem;left:10.5625rem;width:0.4998225rem;height:0.4998225rem;z-index:15032;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:7.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;background-color:transparent;background-image:none;display:block; }
#tR5CZUu45BzbmSNudeP2pZNainSKDsMV { top:8.375rem;left:11.125rem;width:1.5625rem;height:0.0625rem;z-index:15032;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LrEJ942EgTBg8TJEQhniAm3WpvIhtfS4 { top:13.6875rem;left:9.4375rem;width:1.875rem;height:0.062144875rem;z-index:15033;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fonNPF8xX7Npe92Tk2W0dkS7bXHMHIoT { top:13.375rem;left:8.875rem;width:0.4998225rem;height:0.4998225rem;z-index:15033;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:7.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;background-color:transparent;background-image:none;display:block; }
#aha6FgZvNaDdfXbzSDLhC5f7Geq7CSHH { width:20rem;height:23.8125rem;top:0rem;left:0rem;background-color:transparent;background-image:none;z-index:15037;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ofF1gIW3yldJuOD0AqW5ERpfpm9S3tH6 { display:block; }
#CrBtXbXS9FfhVG4RKlnEBczdiXUgGhAD { top:7.568359375rem;left:13.1875rem;width:4.1875rem;height:2.5996125rem;z-index:15010;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);font-weight:400;font-style:normal;display:block; }
#CHfTJ5T4GS5LEE1qq1wx3c9R2nHHHXIb { top:19.5625rem;left:14.75rem;width:4.0625rem;height:2.5996125rem;z-index:15011;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);font-weight:400;font-style:normal;display:block; }
#vgbKUgvgDfM6iyAmn8JmQLx1daV1fFFd { top:12.75rem;left:11.8125rem;width:8.3125rem;height:1.29980625rem;z-index:15012;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);font-weight:400;font-style:normal;display:block; }
#QRmKkGlLUfnwIvZpvgoX0g78VBNwK3Dd { top:20.8125rem;left:12.375rem;width:1.875rem;height:0.06201175rem;z-index:15034;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OwFVl3dtFxMerAQyVbGasMXn63b19Alh { top:20.5625rem;left:11.8125rem;width:0.499511875rem;height:0.499511875rem;z-index:15034;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:7.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;background-color:transparent;background-image:none;display:block; }
#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya { background-color:#f4f4f4;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; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row .container { background-color: transparent; background-image: none; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row .container > .video-iframe-container { display: none; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row > .video-iframe-container { display: none; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .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); }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row .container { border-width: 0; border-radius: 0; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row .container { width:20rem;height:31.75rem;position:relative;display:block; }#l22we92fO2ZHPUFNXI2iUZSlQc7og9yr { top:6.349609375rem;left:4rem;width:12rem;height:1.21875rem;z-index:15032;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#OqwGiTfzcTW6U25DNcucfVtyg0J2yIpG { top:9.3125rem;left:1.375rem;width:7.0625rem;height:2.2744125rem;z-index:15027;text-align:center;text-align-last:center;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#JNgAnxBifEuvoUMT8VxawpnlG6zrTuO7 { top:9.3125rem;left:11.4375rem;width:6.625rem;height:1.13769375rem;z-index:15028;text-align:center;text-align-last:center;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#qMhBN1SyTqCaHBtWRN8dQkyZ2eTTGGFh { top:11.3125rem;left:1rem;width:7.8125rem;height:8.5rem;z-index:15029;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IkssE9GIbQBqDSpTvCVOnmrik9A5PcK0 { top:1.9365234375rem;left:5.15625rem;width:9.6875rem;height:1.29980625rem;z-index:15028;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);display:block; }
#J2kNTnsneXTF7BeyEZ8RXt6ha0TqlZWc { top:21rem;left:0.875rem;width:8.75rem;height:;z-index:15029;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }#J2kNTnsneXTF7BeyEZ8RXt6ha0TqlZWc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J2kNTnsneXTF7BeyEZ8RXt6ha0TqlZWc li:before{  }
#bfeIa72UDisGOd8KWv3teoAqFyF8ecQq { top:21rem;left:10.375rem;width:8.75rem;height:;z-index:15030;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }#bfeIa72UDisGOd8KWv3teoAqFyF8ecQq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bfeIa72UDisGOd8KWv3teoAqFyF8ecQq li:before{  }
#x72DAFbabUmnvVTM55dKm9A90CQwpmG6 { top:3.048828125rem;left:2.46875rem;width:15.0625rem;height:2.1933625rem;z-index:15033;text-align:center;text-align-last:center;font-size:1.6875rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;line-height:1.3;color:rgba(var(--color-tertiary-2),1);display:block; }
#x9SD13nwIwMW9pEUbGCkG5nx3ECMzVQb { top:9.193359375rem;left:0.9375rem;width:7.8125rem;height:1.25rem;z-index:15026;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 rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);display:block; }
#cQ3op7qZJ328TrBK0AJX6D5tzw7NWSFK { top:9.193359375rem;left:10.78125rem;width:7.8125rem;height:1.25rem;z-index:15035;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 rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);display:block; }
#b1hDCuh9FepAHUIQcRFNCOWRaEow9TFf { top:11.3125rem;left:10.53125rem;width:7.8125rem;height:8.5rem;z-index:15030;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Gw7ZOBctLDTwfbZclyxHPwrDKLwuQoTI { top:0rem;left:-0.0625rem;width:20rem;height:31.75rem;z-index:15036;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#o3xp1b5I5WgNaWzZbo0QNoIilvHAmDXK { display:block; }
#crsna149uPXsc7rgcTUQUCL54BpKUqCk { background-color:#ffffff;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; }#crsna149uPXsc7rgcTUQUCL54BpKUqCk > .row .container { background-color: transparent; background-image: none; }#crsna149uPXsc7rgcTUQUCL54BpKUqCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crsna149uPXsc7rgcTUQUCL54BpKUqCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crsna149uPXsc7rgcTUQUCL54BpKUqCk > .row .container > .video-iframe-container { display: none; }#crsna149uPXsc7rgcTUQUCL54BpKUqCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crsna149uPXsc7rgcTUQUCL54BpKUqCk > .row > .video-iframe-container { display: none; }#crsna149uPXsc7rgcTUQUCL54BpKUqCk > .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); }#crsna149uPXsc7rgcTUQUCL54BpKUqCk > .row .container { border-width: 0; border-radius: 0; }#crsna149uPXsc7rgcTUQUCL54BpKUqCk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#crsna149uPXsc7rgcTUQUCL54BpKUqCk > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg { background-color:#f8f4f2;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; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container { background-color: transparent; background-image: none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container > .video-iframe-container { display: none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row > .video-iframe-container { display: none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .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); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container { border-width: 0; border-radius: 0; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; }#ByFh8cbTZWA1N5n5A4QLeH3Ooz6t022U { top:5.25rem;left:0rem;width:20rem;height:8.5625rem;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; }
#oWFp1mugyJV68oSkno3Ahv8wRzdgk2S4 { top:8.76220703125rem;left:0.6875rem;width:18.25rem;height:4.548825rem;z-index:15001;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#NlvJUZbveI2cMvgFu8JhrAgIhr8Nz61P { display:flex;top:6.94970703125rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15002;font-size:0.6875rem; }
#N0wW9bm7X2FryQG83r4St6dzJMqMdnnW { display:flex;top:6.94970703125rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15003;font-size:0.6875rem; }
#PeCuI0II2gshDlh5WteqT0P1eNVN0ocx { display:flex;top:6.94970703125rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15004;font-size:0.6875rem; }
#ABHHgu40cTkWRX75mvceEAgpVq5CDRZl { display:flex;top:6.94970703125rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15005;font-size:0.6875rem; }
#V7kFyA0ofIaygeblPCdUqHy15SC2TiRl { display:flex;top:6.94970703125rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15006;font-size:0.6875rem; }
#Pgfr4LSHFZKEmXdTN7GuxhKxHxCragVu { top:5.6875rem;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-2),1);display:block; }
#UJMW7vEKP25HWykIltK1Iewkx9tzHtku { top:0.94970703125rem;left:1.5625rem;width:16.875rem;height:3.44970625rem;z-index:15000;font-family:canela;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
#xUkqK61GHFveZRoHDLidxgmafqEZ4mOF { top:23.5rem;left:0rem;width:20rem;height:8.4375rem;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; }
#PIutyAZbnZZRITH22114m4MzBTsObeO4 { top:27.125rem;left:0.6875rem;width:18.6875rem;height:3.41161875rem;z-index:15009;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#WHq1fgusCE5XsQsUEw7d168CSZpC0iTk { display:flex;top:25.3125rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15012;font-size:0.6875rem; }
#tRGknuvGMmpz4A0vwwRv4FrfWBLU4dXh { display:flex;top:25.3125rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15013;font-size:0.6875rem; }
#haun71xfNaqlaTusavO0GUtcgqF3vGyg { display:flex;top:25.3125rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15014;font-size:0.6875rem; }
#VJm3W3xZa4QKbPknSinKWmGEpFk3X56l { display:flex;top:25.3125rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15011;font-size:0.6875rem; }
#fJxgqkmi6F1f7KbTOTJTWHmJwx39vBbq { top:24.0625rem;left:0.6875rem;width:18.625rem;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-2),1);display:block; }
#Ffwf2McgNNZ5Bhi7Dpy0hFoMiBmx90eT { display:flex;top:25.3125rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15010;font-size:0.6875rem; }
#VfIZPaTiXa3hq3i0SvNwpzepnA2rzT38 { top:14.375rem;left:0rem;width:20rem;height:8.5625rem;z-index:15016;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; }
#ccg3sHhovrAtguHS9VUeT9gg6E6k5S7f { top:18rem;left:0.6875rem;width:19rem;height:4.548825rem;z-index:15017;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#suQeV0ikTNcR6R3aivTTPFxnsDIILDPu { display:flex;top:16.1875rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15022;font-size:0.6875rem; }
#zDDT4C1UluQDngLq6pLgMID6LJxtXqGb { display:flex;top:16.1875rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15021;font-size:0.6875rem; }
#UaU2qG5SDd26W9NsOZyr2h3xKzXutMzt { display:flex;top:16.1875rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15020;font-size:0.6875rem; }
#XShfNFiTsBIshh6eW7QEk4IZdOI9vyKM { top:14.9375rem;left:0.6875rem;width:18.625rem;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-2),1);display:block; }
#PpaafbtO5U6nwORL96w1sM0N5NhDLcqQ { display:flex;top:16.1875rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15019;font-size:0.6875rem; }
#dlyGRFzs2EySGO4d1pGDQApo0B8XqViM { display:flex;top:16.1875rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15018;font-size:0.6875rem; }
#ok4zqUwQL908fThifCzaB582mkDPDuQu { top:0.4375rem;left:0rem;width:20rem;height:31.875rem;z-index:15042;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TiIaRH6XxrDnf4zxzmDgrqXxhedXMPQh { display:block; }
#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH { background-color:#ffffff;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; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row .container { background-color: transparent; background-image: none; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row .container > .video-iframe-container { display: none; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row > .video-iframe-container { display: none; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .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); }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row .container { border-width: 0; border-radius: 0; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE { background-color:#f8f4f2;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; }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE > .row .container { background-color: transparent; background-image: none; }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE > .row .container > .video-iframe-container { display: none; }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE > .row > .video-iframe-container { display: none; }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE > .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); }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE > .row .container { border-width: 0; border-radius: 0; }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XIkbpP9HmqDyF5pgqrM1eVWENBp0X8rE > .row .container { width:20rem;height:27.625rem;position:relative;display:block; }#lAA0f3ISFefcRhs8H6opgTCCungf18H9 { top:1.38671875rem;left:1.2799072265625rem;width:17.437125rem;height:1.57493125rem;z-index:15001;font-family:canela;font-size:1.3125rem;line-height:1.2;color:rgba(var(--color-tertiary-2),1);display:block; }
#JF5upfTCkByhOTcBrbXh605GulBvcOdt { display:flex;top:12.81201171875rem;left:2.28125rem;width:3.125rem;height:3.125rem;z-index:15002;font-size:2.1875rem; }
#tB20nI9oeQ3gGaFOcnpcbp8tar4MGlCi { top:7.375rem;left:0.5625rem;width:8.3125rem;height:3.41161875rem;z-index:15003;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#srBiTOObzuIyelIQXO0ps3Zmr7EfT5Pk { top:4.25rem;left:2.59375rem;width:3.125rem;height:3.125rem;z-index:15004;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VgRpuBoPEPddcArFseUTAwCkRgfNIwve { top:15.93701171875rem;left:0.5625rem;width:9.5625rem;height:3.41161875rem;z-index:15004;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#N4rpuD3W2b6e5qh6eXvIeBf4wdForDhG { top:23.42431640625rem;left:0.5625rem;width:10rem;height:2.2744125rem;z-index:15005;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#OI7wcqJdS9TJTTG3zi8AUQU8P1FlKOKw { top:20.36181640625rem;left:2.28125rem;width:3.125rem;height:3.125rem;z-index:15005;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WqdkxVNoF5DPxl61niu4q4lcDHNshOAA { top:0rem;left:-0.1240234375rem;width:20rem;height:27.625rem;z-index:15007;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ekyxEtSNRzQ9ocpofUbQdWkRh33qmP7B { display:block; }
#QO3eElKZnvTKqRVn9Z2dr46NFxfcxDwP { top:4.74951171875rem;left:11rem;width:9rem;height:19.25rem;z-index:15006;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { background-color: transparent; background-image: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container > .video-iframe-container { display: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container { display: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .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); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { border-width: 0; border-radius: 0; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; }#SkTDq0SqtzH18MQUXTZHOT4n2FvsuuXP { width:2.6875rem;height:2.5625rem;top:5.0625rem;left:4.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WwK6Cg95WhGako3FlQchTuGteTvyLpVC { width:2.5rem;height:2.375rem;top:5.1875rem;left:8.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#l2AFiCTFQ1xnTNiLWaTrF5GlXFrB2GCX { width:3.1875rem;height:3.0625rem;top:5.0625rem;left:11.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oN3wfGUGTpFVPzZf1Q3cRq6DTV3nVktN { width:20rem;height:1.13769375rem;top:8.92578125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#vH2dCKk68TBZ3HT0SAxbLCnoAIap2Tkp { width:9.749125rem;height:1.875rem;top:1.7742919921875rem;left:5rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
