.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl { position:relative;display:none; }#SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl { border-width: 0; border-radius: 0; }#SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl > .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; }#SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl > .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; }#QqlUWtsQFTC8QAvUTBEOTtTMap4FcUb5 { 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; }
#lSCNAn4b7tE7MR9NRTzJryXWPCztVa1J { color:#000000;display:block;width:13.875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:15.75rem;top:4.375rem;left:13.625rem;display:none; }
#LDhPcLay3pK1oDn6cDVrBinyLEWNUc4o { 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:56.5rem;width:56.5rem;display:none; }
#AA5shMNfObMGgp3VN55fS293wJNm4v4S { 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:lato;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; }
#JOM9emTPimOGgGOi82InSiCUpQ5PzMpI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kf4JUpBSewL74sluJ1T3De6Ay0UZoLXT { color:#000000;display:block;width:26.5rem;position:absolute;font-family:beatrice;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.046875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#zyxgJXdqNHIOzFoNzGdLdJFfXxuuXry7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.4375rem;top:2.0625rem;left:0.6875rem;overflow:hidden;display:block; }
#hXrAu2uIQGGroF2wigmrqwCX2JNhiOb1 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#484848;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:beatrice;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:7.75rem;left:59.25rem;display:block; }
#PPrpL0OXXMHgPeqlh8y8HQo7BTK0FApK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DtPBoPWxGSHoMlE71rBTzEsFamQa5J7o { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:beatrice;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#m83gKs3EtEuntfVWP3aadxOhGApD6eGM { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#484848;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:beatrice;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:7.75rem;left:36.4375rem;display:block; }
#aXvs7NR6iZrWPQ7Rb86TP0E6lU87hARx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bAQWwf1iRWhhTb4EGtGgrv1MN9QMWsa7 { 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;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:#484848;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:beatrice;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:7.75rem;left:47.25rem;display:block; }
#GTM9QKCaDerCGTb3vMii25yJtPbtnSbJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PprsUrtgNU7LkoFelkAcs2owlpOnhNin { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#484848;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:beatrice;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:7.75rem;left:66.8125rem;display:block; }
#syuCg3JoTH9PiXXm7n2I6SG9PuI9HMmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i0SdJeZG9drMZ3QN47g1N42UamMGHAnT { 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; }
#cC6kfDzfdhVzM0m207LX7b0VT1r4OM1x { 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:#484848;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"beatrice extra";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0rem;left:69.375rem;display:block; }
#wBB1ZQ5UsToMnpmI9KxzBNdFfNa0VPbl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Siy6459dhiz1wMFUCtTeI6IdoX1WyrdI { 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;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:#484848;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:beatrice;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:7.75rem;left:28.875rem;display:block; }
#OJtTtGH3iLP9f1J1UraV7kwVk00F0h7g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q9BAnGbwE4Eb2TT1uX38DSP9ABdSVxzR { border-top:0;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;display:block; }#q9BAnGbwE4Eb2TT1uX38DSP9ABdSVxzR > .row .container { background-color: transparent; background-image: none; }#q9BAnGbwE4Eb2TT1uX38DSP9ABdSVxzR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BAnGbwE4Eb2TT1uX38DSP9ABdSVxzR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BAnGbwE4Eb2TT1uX38DSP9ABdSVxzR > .row .container > .video-iframe-container { display: none; }#q9BAnGbwE4Eb2TT1uX38DSP9ABdSVxzR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BAnGbwE4Eb2TT1uX38DSP9ABdSVxzR > .row > .video-iframe-container { display: block; }#q9BAnGbwE4Eb2TT1uX38DSP9ABdSVxzR > .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); }#q9BAnGbwE4Eb2TT1uX38DSP9ABdSVxzR > .row .container { border-width: 0; border-radius: 0; }#q9BAnGbwE4Eb2TT1uX38DSP9ABdSVxzR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q9BAnGbwE4Eb2TT1uX38DSP9ABdSVxzR > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs { position:relative;display:none; }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs { border-width: 0; border-radius: 0; }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs > .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; }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs > .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; }#aqtUrVHxEwqIa4dbHaFpDkhlUdpx7r4m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aqtUrVHxEwqIa4dbHaFpDkhlUdpx7r4m > .row .container { background-color: transparent; background-image: none; }#aqtUrVHxEwqIa4dbHaFpDkhlUdpx7r4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqtUrVHxEwqIa4dbHaFpDkhlUdpx7r4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqtUrVHxEwqIa4dbHaFpDkhlUdpx7r4m > .row .container > .video-iframe-container { display: none; }#aqtUrVHxEwqIa4dbHaFpDkhlUdpx7r4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqtUrVHxEwqIa4dbHaFpDkhlUdpx7r4m > .row > .video-iframe-container { display: none; }#aqtUrVHxEwqIa4dbHaFpDkhlUdpx7r4m > .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); }#aqtUrVHxEwqIa4dbHaFpDkhlUdpx7r4m > .row .container { border-width: 0; border-radius: 0; }#aqtUrVHxEwqIa4dbHaFpDkhlUdpx7r4m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqtUrVHxEwqIa4dbHaFpDkhlUdpx7r4m > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#ZFZHwtu4VhztETRELo5U0WUGMu6wQ436 { position:absolute;display:block;z-index:15000;height:40.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#MIkqzgZxQLFsopJTzCBqhmkN8EGq5QzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MIkqzgZxQLFsopJTzCBqhmkN8EGq5QzT > .row .container { background-color: transparent; background-image: none; }#MIkqzgZxQLFsopJTzCBqhmkN8EGq5QzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIkqzgZxQLFsopJTzCBqhmkN8EGq5QzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIkqzgZxQLFsopJTzCBqhmkN8EGq5QzT > .row .container > .video-iframe-container { display: none; }#MIkqzgZxQLFsopJTzCBqhmkN8EGq5QzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIkqzgZxQLFsopJTzCBqhmkN8EGq5QzT > .row > .video-iframe-container { display: none; }#MIkqzgZxQLFsopJTzCBqhmkN8EGq5QzT > .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); }#MIkqzgZxQLFsopJTzCBqhmkN8EGq5QzT > .row .container { border-width: 0; border-radius: 0; }#MIkqzgZxQLFsopJTzCBqhmkN8EGq5QzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MIkqzgZxQLFsopJTzCBqhmkN8EGq5QzT > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#Id9UcqBGqGq6JJE6hyeInAO9aXHI9yZT { z-index:15041;top:3.1875rem;left:39.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #efefef, #484848);background-image: -moz-linear-gradient(173deg, #efefef, #484848);background-image: -ms-linear-gradient(173deg, #efefef, #484848);background-image: -o-linear-gradient(173deg, #efefef, #484848);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#484848' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#484848' );";background-image: linear-gradient(173deg, #efefef, #484848);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#efefef;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:beatrice;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QrHC9ZAplZtvCCeCV3UFiSVCKduHPhdr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fttiFDkx2edEiBPtZKId5V8tzaA8Md1H { color:#000000;display:block;width:15.625rem;position:absolute;font-family:beatrice;font-size:1.3125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:4.75rem;left:19.9375rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ybrkITpTLHoNKhMMSpSVHmTi46PNg4m0 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:6.5625rem;left:19.9375rem;height:1.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OMPGhcnDPtVtZ0Pi1yxvAHJdC4c1Giiy { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:beatrice;font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:2.75rem;left:14.3125rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wHh8xQtfTZlnpWRTkST61JwadM8Ck48U { box-sizing:content-box;height:8.6875rem;width:75rem;position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;top:0.875rem;left:0rem;display:block; }
#HhJaiR6l4blUkluAQNpEgqxPAeTOwePO { border-top:0;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;display:block; }#HhJaiR6l4blUkluAQNpEgqxPAeTOwePO > .row .container { background-color: transparent; background-image: none; }#HhJaiR6l4blUkluAQNpEgqxPAeTOwePO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhJaiR6l4blUkluAQNpEgqxPAeTOwePO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhJaiR6l4blUkluAQNpEgqxPAeTOwePO > .row .container > .video-iframe-container { display: none; }#HhJaiR6l4blUkluAQNpEgqxPAeTOwePO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhJaiR6l4blUkluAQNpEgqxPAeTOwePO > .row > .video-iframe-container { display: none; }#HhJaiR6l4blUkluAQNpEgqxPAeTOwePO > .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); }#HhJaiR6l4blUkluAQNpEgqxPAeTOwePO > .row .container { border-width: 0; border-radius: 0; }#HhJaiR6l4blUkluAQNpEgqxPAeTOwePO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HhJaiR6l4blUkluAQNpEgqxPAeTOwePO > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#peZ0LTDzrn5TepU53qLR8BC0dNnIXhyA { color:#000000;display:block;width:63rem;position:absolute;font-family:beatrice;font-size:5rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:5.9375rem;left:0rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JFXvSAhFplqds3QUNEQfWBwudPgV8kRz { color:#484848;display:block;width:51rem;position:absolute;font-family:beatrice;font-size:1.75rem;font-weight:400;z-index:15007;line-height:.8;letter-spacing:0;top:11.25rem;left:0rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lDKG3M5i9klIQBZP3UTtylXZDVTqUeUy { color:#484848;display:block;width:14.375rem;position:absolute;font-family:beatrice;font-size:2.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:22.525390625rem;left:6.9375rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gbG1iyomLfuEVuyA5q9MzBA5lTOQlihu { color:#484848;display:block;width:14.25rem;position:absolute;font-family:beatrice;font-size:1.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:29.04296875rem;left:5.21875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L39VnT1CRFK8hxIOyC8PZRF0kGHPCZPI { color:#484848;display:block;width:14.375rem;position:absolute;font-family:beatrice;font-size:2.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:22.525390625rem;left:32.125rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GIz975nMv5CFNwd8D3gIxrQk5O1prgSR { color:#484848;display:block;width:14.25rem;position:absolute;font-family:beatrice;font-size:1.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:29.04296875rem;left:30.21875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jbf0yOEozSfrI5vQ7UoXi6GHcsM8oMHJ { color:#484848;display:block;width:14.375rem;position:absolute;font-family:beatrice;font-size:2.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.525390625rem;left:56.34375rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6V4ZP6PT1NXV7utsw2hrQ6NocVysQaB { color:#484848;display:block;width:14.25rem;position:absolute;font-family:beatrice;font-size:1.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:29.04296875rem;left:55.21875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oluLVfOx8xZAqJ504TId75ITA6dvGMAH { box-sizing:content-box;height:15rem;width:24.6875rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:19.625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(72,72,72,0.45) ;display:block; }
#Uz3bEPRxs0pZz3dWhoAwcTuWSqSZMSzp { position:absolute;display:block;z-index:15029;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.125rem;width:3.875rem;top:22.84375rem;left:3.8125rem;overflow:hidden;display:block; }
#hnBvb4WVTMfT8m9F1o3OK6yAMfB7Xe9C { box-sizing:content-box;height:15rem;width:24.6875rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:19.625rem;left:25.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(72,72,72,0.53) ;display:block; }
#uyGEfAhhNehVKqmQqlJS64aW7gZfIaUT { position:absolute;display:block;z-index:15030;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:3.875rem;top:22.875rem;left:29rem;overflow:hidden;display:block; }
#xb92Pg6Opfb6ToSkTe8iS0qCCS2SiUzr { box-sizing:content-box;height:15rem;width:24.6875rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:19.625rem;left:50.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(72,72,72,0.53) ;display:block; }
#mAQ7NIMriTNaie9tURT5MngW36e8gTqI { color:#484848;display:block;width:25rem;position:absolute;font-family:beatrice;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1;letter-spacing:0;top:37.0625rem;left:0rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzA1p4IcTsEIGDs9w8lL6N3OSJqryelK { position:absolute;display:block;z-index:15031;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.125rem;width:3.875rem;top:22.84375rem;left:54.3125rem;overflow:hidden;display:block; }
#JBrCbfaWHJ376XDF3QQ8EHu1sFw3dL2D { box-sizing:content-box;height:5rem;width:19.875rem;position:absolute;display:block;z-index:15019;background-color:#fffdfd;background-image:none;top:46.9375rem;left:29.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(72,72,72,0.45) ;display:none; }
#G13Moyzb9a0OFvncBTtvwTb2zV2KWhqO { color:#484848;display:block;width:25rem;position:absolute;font-family:beatrice;font-size:1.125rem;font-weight:400;z-index:15024;line-height:.9;letter-spacing:0;top:37.125rem;left:24.6875rem;height:1.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SfiQvisXQcCqqxMqbyqaisXnayN7Ugkh { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(227,227,227,0.74);background-image:none;top:21.40625rem;left:3.25rem;display:block; }
#elIvt6XTDQM8xVX9lGNfyI0PDGTHxqGv { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(227,227,227,0.74);background-image:none;top:21.40625rem;left:28.4375rem;display:block; }
#hu2fSVOfXEdULKdo9Fk3RpMAwFadX353 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(227,227,227,0.74);background-image:none;top:21.40625rem;left:53.75rem;display:block; }
#BkTm6SeXcvuexA4bD69LTWKFC8asZeSe { box-sizing:content-box;height:5rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:35.125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(72,72,72,0.45) ;display:block; }
#y2zaFQOaP8VZ4NkRLA2LQEsRuT55GIbP { box-sizing:content-box;height:5rem;width:19.875rem;position:absolute;display:block;z-index:15005;background-color:#fffafa;background-image:none;top:46.9375rem;left:51.84375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(72,72,72,0.45) ;display:none; }
#FOpkL1ubVPHOPR0A14BVcz0guZDvutKr { color:#484848;display:block;width:25rem;position:absolute;font-family:beatrice;font-size:1.125rem;font-weight:400;z-index:15024;line-height:.9;letter-spacing:0;top:37.125rem;left:50rem;height:1.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d479fa9-c9f8-4928-ae80-d0a8a774dfdf/BK280225_0812.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa.adaptive-delivery-prevent-bg, #SKKN9vWlhWT1TmK208BJnDTdhprwhLAa.lazyload, #SKKN9vWlhWT1TmK208BJnDTdhprwhLAa.lazyloading { background-image: none; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row .container { background-color: transparent; background-image: none; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,72,72,0.61); }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row .container > .video-iframe-container { display: none; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,72,72,0.61); }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row > .video-iframe-container { display: none; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .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); }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row .container { border-width: 0; border-radius: 0; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row .container { font-size:0.875rem;font-family:arial;height:104.3125rem;width:75rem;position:relative;display:block; }#FlGIZGTJHQK3OoOaOAfksk0l7JfLT6Fg { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:"beatrice extra";font-size:4.625rem;font-weight:300;z-index:15068;line-height:1;letter-spacing:0;top:29.0625rem;left:0rem;height:9.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VuBueb0QuTBPwolF6Uubvsoh1wh6GK3i { color:#efefef;display:block;width:17.3125rem;position:absolute;font-family:beatrice;font-size:3.125rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:18.5625rem;left:27.90625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FIgh8M9uLFgPPf77ISUOTWTHke0nVzkz { color:#000000;display:block;width:21.25rem;position:absolute;font-family:beatrice;font-size:3.125rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:26.3125rem;left:26.25rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQW6yQNdQnn6Di8TH4QPuNBR9oC05WwB { color:#484848;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:17.1875rem;height:7.068375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uCPhhSQFaQZmWpI3RA6tr8Hpqi2Vpdmd { color:#484848;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:17.1875rem;height:7.068375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#f4oilHQnhLbMMU6e9VIack1bXOFyDmMd { color:#484848;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:17.1875rem;height:7.068375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UOAVTVkwSM2S8Kx0E14TBc5G98pcfpJH { color:#484848;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:17.1875rem;height:7.068375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LQfwHW8fTU3f6Bam7Qa7w2rsfbxSI3MG { color:#484848;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:17.1875rem;height:7.068375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XZsM6TiCBTwRL5wM5ICRV7IwkPVw703g { color:#ffffff;display:block;width:71.8125rem;position:absolute;font-family:beatrice;font-size:5rem;font-weight:700;z-index:15005;line-height:.8;letter-spacing:0;top:4.6875rem;left:0rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PCzfoBBXUntbXTC8yb9PVDhG8EDahDbO { box-sizing:content-box;height:7.1875rem;width:20.6875rem;position:absolute;display:block;z-index:15001;background-color:#ededed;background-image:none;top:42.9375rem;left:7.5rem;display:none; }
#IwgnaLdDtFm6PssxWWDlr64qRBZdCnHr { color:#484848;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:17.1875rem;height:7.068375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OFqsMSpCB83k3QSGMUCISZxPWnozvPc4 { box-sizing:content-box;height:19.1875rem;width:21.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.85);background-image:none;top:23.6875rem;left:26.25rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QZ49TtdsxI2dxaT09euSeAmbGGI05yx2 { color:#484848;display:block;width:22.0625rem;position:absolute;font-family:beatrice;font-size:0.9375rem;font-weight:400;z-index:15060;line-height:1;letter-spacing:0;top:39.75rem;left:25.875rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oKZanZzXqhzyw1x356cPv7IkBeu7XXMg { color:#484848;display:block;width:5rem;position:absolute;font-family:beatrice;font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:34.5625rem;left:34.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z7PQHcVFgzdf9QxsdHmHQRvnR2aShytm { color:#000000;display:block;width:16.875rem;position:absolute;font-family:beatrice;font-size:3.125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:46.3125rem;left:28.75rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#seGfAOVWsCIyby7LEbmXibmXb97GqvhD { color:#484848;display:block;width:8.0625rem;position:absolute;font-family:beatrice;font-size:1.25rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:51.6875rem;left:32.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xgLNgGuQEdO3kxWIUHNSpHH7VKIA4f1l { color:#000000;display:block;width:15.875rem;position:absolute;font-family:beatrice;font-size:3.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:59.4375rem;left:28.8125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ahTNweHTNJoEdrMSnHcNvf47FbW4Qqz2 { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.85);background-image:none;top:69.75rem;left:26.25rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dVP7Jrd7GqIsrLh5up1AUZd6cuSa72aJ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:beatrice;font-size:2.1875rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:74.578125rem;left:27.1875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2xcZSTCz84xRHbqhneM2RfyprggU0zU { color:#484848;display:block;width:6.625rem;position:absolute;font-family:beatrice;font-size:1.25rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:64.3125rem;left:33.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M6iTkhi8a7zSTT49xLL8AToIMJ8yQhT1 { color:#484848;display:block;width:4.0625rem;position:absolute;font-family:beatrice;font-size:1.25rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:78.5625rem;left:35.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yXJfv07SPw86151QFlmTMvKb88WLnT88 { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.85);background-image:none;top:86.625rem;left:26.25rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#f9tMiOKE0TzqrZHiKTCqkgTKgvawIMX5 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:beatrice;font-size:3.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:89.375rem;left:29.25rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfHuD4PX1QW7AvwK5lZr1PgHgaZTXqnz { color:#484848;display:block;width:11.8125rem;position:absolute;font-family:beatrice;font-size:1.25rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:95.625rem;left:30.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aivokm53qSemgpqDMxZE7aXwxREaVHdM { color:#efefef;display:block;width:15.1875rem;position:absolute;font-family:beatrice;font-size:3.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.5625rem;left:53.5625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zrJr69KZtLodC4PWTuNE8N91UxRJ7KM3 { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:beatrice;font-size:3.125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:26.21875rem;left:55.3125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lXOr84K6aqWdOs5CITBnz3pElzsM6JGO { color:#484848;display:block;width:8.875rem;position:absolute;font-family:beatrice;font-size:1.25rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:32.875rem;left:56.71875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZtdbtstEISrF5AdVMfbh6DdzoVy1KFC { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:beatrice;font-size:3.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:46.25rem;left:54.3125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hB5zVTPlW7A4huJHvQO9s444R6rn3bqT { color:#484848;display:block;width:9.5rem;position:absolute;font-family:beatrice;font-size:1.25rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:51.625rem;left:56.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INDxwtJLrLd3WSn3kveccI6bNCnBQgTI { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.85);background-image:none;top:56.625rem;left:50.3125rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ymDRZKHODsOEDlllEhnMpqwwoZxnpC9C { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.85);background-image:none;top:69.75rem;left:50.3125rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sdmTkXXS4KqBVru6KX60bskcVTETuncb { color:#000000;display:block;width:18.25rem;position:absolute;font-family:beatrice;font-size:2.1875rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:74.578125rem;left:52.03125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5vl5KKQ2tJNG3PwiSZMrlah9TH6aTZ2 { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.85);background-image:none;top:86.625rem;left:50.3125rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WknETwGICJgAttNnkWAmTeanRuPqyUta { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:beatrice;font-size:3.125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:89.375rem;left:55.1875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S5mRgZfp6SkOcN0fpNJldkK9MTTZUzlP { color:#484848;display:block;width:11.1875rem;position:absolute;font-family:beatrice;font-size:1.25rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:95.625rem;left:56rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NuV9lJOpA9k6BsisPB7CIrsctub0i1gc { color:#000000;display:block;width:19.375rem;position:absolute;font-family:beatrice;font-size:2.1875rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:61.53125rem;left:51.125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UskrxvSX9VloSVWEzTp1B4XLuFi89MAP { color:#484848;display:block;width:28.125rem;position:absolute;font-family:beatrice;font-size:0.9375rem;font-weight:400;z-index:15061;line-height:1;letter-spacing:0;top:39.6875rem;left:46.875rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZNKXTsT2CSxu4DHpwdr2IUGVSpwUOrXz { color:#ffffff;display:block;width:51rem;position:absolute;font-family:beatrice;font-size:1.75rem;font-weight:400;z-index:15008;line-height:.8;letter-spacing:0;top:9.9375rem;left:0rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xnW2fTrXFRcWFsTzDGDrm3TCEANTxnF7 { color:#484848;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:17.1875rem;height:7.068375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zN15sRU4Pm2DCy2Hma01CTQ3DZQhm1HE { color:#484848;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:17.1875rem;height:7.068375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tF6UnberoXnFU0wwXrdBzWvzOkHb3TDM { color:#484848;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:17.1875rem;height:7.068375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tNN7fS5z2OcdtZUUx3weLMh3kvW0KrZd { color:#484848;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:17.1875rem;height:7.068375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Kk5LWHQkzP6dGkt4ZupuAf9PgdHbPaim { box-sizing:content-box;height:7.1875rem;width:20.6875rem;position:absolute;display:block;z-index:15001;background-color:#ededed;background-image:none;top:42.9375rem;left:7.5rem;display:none; }
#oaP8bt1731olgMMkSgqO9x48JKyCEhNc { color:#484848;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:5.4375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:17.1875rem;height:7.068375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aCep3qaAINPzFoi0JnLXuwAqrCqAZNIT { box-sizing:content-box;height:7.1875rem;width:20.6875rem;position:absolute;display:block;z-index:15001;background-color:#ededed;background-image:none;top:42.9375rem;left:7.5rem;display:none; }
#uRHVXqiTOnW3AGTEu20Wu3uSZGxuWu6T { box-sizing:content-box;height:7.1875rem;width:20.6875rem;position:absolute;display:block;z-index:15001;background-color:#ededed;background-image:none;top:42.9375rem;left:7.5rem;display:none; }
#pkpWsPID60Q3NZZ2SJov8xdSLxqSzNCr { box-sizing:content-box;height:7.1875rem;width:20.6875rem;position:absolute;display:block;z-index:15001;background-color:#ededed;background-image:none;top:42.9375rem;left:7.5rem;display:none; }
#hSCup2yBmHUAS8UqunaRm0Vt1vHksMdL { box-sizing:content-box;height:7.1875rem;width:20.6875rem;position:absolute;display:block;z-index:15001;background-color:#ededed;background-image:none;top:42.9375rem;left:7.5rem;display:none; }
#JhT3uyNCFEXkfRCtXMbD8wdt6hv6wRIw { box-sizing:content-box;height:7.1875rem;width:20.6875rem;position:absolute;display:block;z-index:15001;background-color:#ededed;background-image:none;top:42.9375rem;left:7.5rem;display:none; }
#gMxpdTCAJQHRWMCsD82fEtwA2c55JrH1 { box-sizing:content-box;height:7.1875rem;width:20.6875rem;position:absolute;display:block;z-index:15001;background-color:#ededed;background-image:none;top:42.9375rem;left:7.5rem;display:none; }
#lJNbsTyTxMwagOXE8s1omPuFZhAZILEA { box-sizing:content-box;height:7.1875rem;width:20.6875rem;position:absolute;display:block;z-index:15001;background-color:#ededed;background-image:none;top:42.9375rem;left:7.5rem;display:none; }
#Ckv0nDul1qkGUuKNtHko5eWETdyIrrZx { box-sizing:content-box;height:7.1875rem;width:20.6875rem;position:absolute;display:block;z-index:15001;background-color:#ededed;background-image:none;top:42.9375rem;left:7.5rem;display:none; }
#p6p0eiFbtliA9FSIs5vHWX7N5max7T2i { box-sizing:content-box;height:7.1875rem;width:20.6875rem;position:absolute;display:block;z-index:15001;background-color:#ededed;background-image:none;top:42.9375rem;left:7.5rem;display:none; }
#pdyQ99gcOi6xPhQpKWmAqex3D5uvK65z { color:#484848;display:block;width:11.75rem;position:absolute;font-family:beatrice;font-size:1.25rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:32.9375rem;left:31rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZieGtw4JTwtttWfKDrFooopHelPghSRr { color:#484848;display:block;width:7.3125rem;position:absolute;font-family:beatrice;font-size:1.25rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:36.1875rem;left:32.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I7C1DLuoruln9mNmaiHZFkWWUh5B1yd5 { color:#484848;display:block;width:6.5rem;position:absolute;font-family:beatrice;font-size:1.25rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:34.5rem;left:57.90625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eFTAlGDA2r05leUtBk6gG4aCQvNnlAzH { color:#484848;display:block;width:7.3125rem;position:absolute;font-family:beatrice;font-size:1.25rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:36.125rem;left:57.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZnD8tbzd0VSR2QbxVDV9clOTolHqaQ8 { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.85);background-image:none;top:43.5rem;left:26.25rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dkhOMMRQMvbRb7IJ4NEX4iT9hPTmhVvr { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.85);background-image:none;top:56.625rem;left:26.25rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Iv9efeUpqLqM1HZIyTHUp6nckT33x8XL { color:#484848;display:block;width:6.625rem;position:absolute;font-family:beatrice;font-size:1.25rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:65.9375rem;left:33.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RbasEV4HMWJC24BuuFk57VTDmSTCEHrb { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.85);background-image:none;top:43.5rem;left:50.3125rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#L8WBvAxs7C4uWAoxqR6XHMxbIv08KoOg { box-sizing:content-box;height:19.1875rem;width:21.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.85);background-image:none;top:23.6875rem;left:50.3125rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vZx89bOc04SdTh2JmZTy4E6atK9uoF5w { box-sizing:content-box;height:4.9375rem;width:21.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.6);background-image:none;top:18.125rem;left:26.25rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mRNyGWw2JGUICGbvB9fOemBh6bx1nBt5 { box-sizing:content-box;height:4.9375rem;width:21.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.6);background-image:none;top:18.125rem;left:50.3125rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OaOoVW6GoAZfhS2EUZgCJiJpwNRyoSEW { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:"beatrice extra";font-size:4.625rem;font-weight:300;z-index:15069;line-height:1;letter-spacing:0;top:47.4375rem;left:0rem;height:4.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pub1RQmflBfvk24ga5TInCCTnoIZcK5R { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:"beatrice extra";font-size:4.625rem;font-weight:300;z-index:15070;line-height:1;letter-spacing:0;top:58.1875rem;left:0rem;height:9.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JmZFXtUVZ3qi76NNGNTMGXQXJH0wBM1K { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"beatrice extra";font-size:4.625rem;font-weight:300;z-index:15071;line-height:1;letter-spacing:0;top:73.6875rem;left:0rem;height:4.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gICqUxJZVwozaPPXxTaJiqS8BcRFTJPs { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"beatrice extra";font-size:4.625rem;font-weight:300;z-index:15072;line-height:1;letter-spacing:0;top:88.25rem;left:0rem;height:9.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CU1mgDGxSrbU1r7M7Jeoub6Heq7SaAwc { border-top:0;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;display:block; }#CU1mgDGxSrbU1r7M7Jeoub6Heq7SaAwc > .row .container { background-color: transparent; background-image: none; }#CU1mgDGxSrbU1r7M7Jeoub6Heq7SaAwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CU1mgDGxSrbU1r7M7Jeoub6Heq7SaAwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CU1mgDGxSrbU1r7M7Jeoub6Heq7SaAwc > .row .container > .video-iframe-container { display: none; }#CU1mgDGxSrbU1r7M7Jeoub6Heq7SaAwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CU1mgDGxSrbU1r7M7Jeoub6Heq7SaAwc > .row > .video-iframe-container { display: none; }#CU1mgDGxSrbU1r7M7Jeoub6Heq7SaAwc > .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); }#CU1mgDGxSrbU1r7M7Jeoub6Heq7SaAwc > .row .container { border-width: 0; border-radius: 0; }#CU1mgDGxSrbU1r7M7Jeoub6Heq7SaAwc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CU1mgDGxSrbU1r7M7Jeoub6Heq7SaAwc > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:block; }#ncgEthPM3tdC4PQAkUcehISai3lzB8qP { color:#484848;display:block;width:37.0625rem;position:absolute;font-family:beatrice;font-size:2.6875rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:3.65625rem;left:0rem;height:2.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QmNydnAJ6GR1EQAetVQcq8FDlxHQxOhZ { position:absolute;display:block;z-index:15008;height:32.8125rem;width:63.625rem;top:6.34375rem;left:5.69580078125rem;display:block; }
#VxX8phBzvirV7AEZzwkUfT41SqzDdGQO { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#tp708UN71DkIkt8PMzG3AVU2CUDnu7g1 { color:#484848;display:block;width:13.625rem;position:absolute;font-family:beatrice;font-size:2.6875rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:6.1875rem;left:0rem;height:8.0625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row .container { background-color: transparent; background-image: none; }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row .container > .video-iframe-container { display: none; }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row > .video-iframe-container { display: none; }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .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); }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row .container { border-width: 0; border-radius: 0; }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#Lkts3wn311DIf0s88Hw5cqZLeIWiO0nA { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:beatrice;font-size:5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf { position:relative;display:none; }#ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf { border-width: 0; border-radius: 0; }#ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf > .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; }#ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf > .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; }#HtPq0B9ekf1P0O2r7zQ0aMENErJ5rATB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#ze2sPkDzOv8hrsapxLUQfESfg6Tr6atq { position:relative;display:block; }#ze2sPkDzOv8hrsapxLUQfESfg6Tr6atq { background-color: transparent; background-image: none; }#ze2sPkDzOv8hrsapxLUQfESfg6Tr6atq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ze2sPkDzOv8hrsapxLUQfESfg6Tr6atq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ze2sPkDzOv8hrsapxLUQfESfg6Tr6atq > .row .container > .video-iframe-container { display: block; }#ze2sPkDzOv8hrsapxLUQfESfg6Tr6atq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ze2sPkDzOv8hrsapxLUQfESfg6Tr6atq > .row > .video-iframe-container { display: none; }#ze2sPkDzOv8hrsapxLUQfESfg6Tr6atq > .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); }#ze2sPkDzOv8hrsapxLUQfESfg6Tr6atq { border-width: 0; border-radius: 0; }#ze2sPkDzOv8hrsapxLUQfESfg6Tr6atq > .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; }#ze2sPkDzOv8hrsapxLUQfESfg6Tr6atq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:31.375rem;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:block; }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .row .container { background-color: transparent; background-image: none; }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .row .container > .video-iframe-container { display: none; }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .row > .video-iframe-container { display: none; }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .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); }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .row .container { border-width: 0; border-radius: 0; }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .row .container { font-size:0.875rem;font-family:arial;height:124.0625rem;width:75rem;position:relative;display:block; }#aze1ZP4WMKU9zpEIbPrOaIHnbDbkqOBy { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:beatrice;font-size:5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SbdDO0euaMwryoyqPc2hvpGnTDKTducC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:37.3125rem;left:46.5rem;overflow:hidden;display:block; }
#b7nnzDs8BWdsGrgxKQSrW07FIZvZfHZp { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:56.125rem;left:46.5rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHvrcEfc9aMgKHoeGTgxKgE2lmsxdUx7 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:37.3125rem;left:61.875rem;overflow:hidden;display:block; }
#AhbDxudJSeWGNWgDGd3M7dEC5T4hkhmv { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:56.125rem;left:61.875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVaCrlhWnRX0vJBgrD9tHfCJaPdeyDUV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:62rem;left:15.25rem;overflow:hidden;display:block; }
#Jbqk7IpAKFICKnihv9brWkH2T3qvW50t { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:80.8125rem;left:15.25rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcQu7f1S67bwOgMKKJGGw22CVfOa7UKM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:87.875rem;left:30.75rem;overflow:hidden;display:block; }
#CqyoxiEwidsBTaw0MJ8OUCOFZHw7dAEn { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:107rem;left:30.75rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1QBa4pHVmLsNL44CoHBnuXCxhL8VSKy { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:81.125rem;left:46.125rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sOZHpK3pd6dPMg1nOfp7bZgtPPwaMRCv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:62rem;left:46.125rem;overflow:hidden;display:block; }
#b72VRcfzXzzZIFo3X4wdfUFlCQ3iWGUE { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:81.125rem;left:61.875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iogkwSRXkRdIgHGBZR3hxnpgfQ8dzHWK { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:62rem;left:61.875rem;overflow:hidden;display:block; }
#wUMdQ5T2rbm0K7goSGTo32FyXZFfIyoL { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:107rem;left:0rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2RHu2p85i7XQtiTNQMEk9cx0lEWtJQS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.0625rem;top:87.875rem;left:0.0625rem;overflow:hidden;display:block; }
#qrKWmbVoyu2t8ydrTGGvRhvRPh3aoSyU { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:80.8125rem;left:30.75rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pq2khkMOxMqnBhpcbkMQxT0Gw5CphJ7F { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:62rem;left:30.75rem;overflow:hidden;display:block; }
#hfCV02lM1UAq7yhRXRgddNS49RyT9G4U { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:"beatrice extra";font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:116.625rem;left:30.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ShD3sTE8P8vmpU0yEqPV37sTAZEeT208 { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:106.9375rem;left:62.0625rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MkWE7yu2TiAxoEwfTRRwEugNpADZf8l2 { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:114rem;left:30.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H7wBWl96tG5w0RI71JXcRFDatcPGThe3 { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:107rem;left:15.375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f21JXC9MmHUBKfvgtrtIL0bQ3Q7Fdcsd { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:87.875rem;left:15.375rem;overflow:hidden;display:block; }
#nNBGaNWC0hEzgc92iqwgaqzdtZPDRqAD { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.375rem;width:13.0625rem;top:87.875rem;left:61.9375rem;overflow:hidden;display:block; }
#v5v9x43wbFebSx55hhViqlPwJ3sQXLAw { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:107rem;left:46.1875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DwAB0iqipvUByT9F9cakR3sW0bzm7AcL { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:87.875rem;left:46.1875rem;overflow:hidden;display:block; }
#UZlCls822JoGPI9lk04sxd2MqRLn0HAD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:13.25rem;left:0rem;overflow:hidden;display:block; }
#f5K0HC3wvyHtlUaRXRH2TPJd3vSpEJTJ { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:32.0625rem;left:0rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bx9E3aGQu65VcynqhICV79nc6QbxucTJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:13.25rem;left:15.375rem;overflow:hidden;display:block; }
#GwU4K3h3MfTQuD2zWw4MDDGxdLcOfXn4 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:13.3125rem;left:46.375rem;overflow:hidden;display:block; }
#GK0DC9rIHaCuLqeTTNLri3PViE4Gc2a0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:13.3125rem;left:30.9375rem;overflow:hidden;display:block; }
#y6orc1T29PTTTzs7mQVSnbTSQlqxAKrK { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:37.3125rem;left:15.375rem;overflow:hidden;display:block; }
#rcndt5TTR2OMw8dRR111BcPLwzdhzCaE { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:37.3125rem;left:0rem;overflow:hidden;display:block; }
#OoH37rpWKmMvzFsfspAWFRrPIUv1wbN1 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:13.25rem;left:61.875rem;overflow:hidden;display:block; }
#qD6H4NTvGdcgnLPhU7FhcW6TNocACvra { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:32.0625rem;left:30.9375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFKEo5Iq0CbnISoRAavK8vqPgQP4TIQO { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:32.0625rem;left:15.375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmiQtaUxdWTU8OnGGfknyUMViMwIgJOP { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:32.0625rem;left:46.375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GbsnBl6PSHwldv3IdoMBacoETiXIRx6N { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:32.0625rem;left:61.875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MxsMKchMNCZvlUVaDoHKSi7OR0iy0F4d { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:56.125rem;left:0rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i2ch5beDdeydSbUPe9PLcbbabWhdsqVB { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:56.125rem;left:15.375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O8LJQO4Th9UFcAv2baQgzCe65A6RnFem { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:13.125rem;top:62rem;left:0rem;overflow:hidden;display:block; }
#rTNlJLNDgHTkapxZmWcivkM6ZTTDU4mH { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:80.8125rem;left:0rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r64b9pNltD36yLy27n6MBdqe4bXwD5XT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.4375rem;width:12.625rem;top:37.34375rem;left:31.1875rem;overflow:hidden;display:block; }
#msFoSgkvUn8HIO297RE8166Dz1Q8ndeL { color:#efefef;display:block;width:13.125rem;position:absolute;font-family:beatrice;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:56.125rem;left:30.9375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/BtbjCFUvBXs/unsplash/n-n-BtbjCFUvBXs-photo-1528731708534-816fe59f90cb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP.adaptive-delivery-prevent-bg, #EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP.lazyload, #EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP.lazyloading { background-image: none; }#EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP > .row .container { background-color: transparent; background-image: none; }#EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP > .row .container > .video-iframe-container { display: none; }#EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP > .row > .video-iframe-container { display: none; }#EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP > .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); }#EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP > .row .container { border-width: 0; border-radius: 0; }#EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#tCJVkI1gqGPpDMbr6J1rgl4R9dDWxHsP { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.8125rem;width:18.75rem;top:41rem;left:0rem;overflow:hidden;display:block; }
#SNuBnUdq3rJfthTpJsmPeRBmLZWCdXM4 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.8125rem;width:18.75rem;top:41rem;left:56.25rem;overflow:hidden;display:block; }
#TIx0h5AZvqQPcoaJhEXqtGHryqRrr6uf { color:#484848;display:block;width:21.75rem;position:absolute;font-family:"beatrice extra";font-size:1rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:17.5625rem;left:1.625rem;height:9.8965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wv5a3TTk8SxRvnn2B2K0s8keGxyy3Wgi { z-index:15043;top:32rem;left:31.15625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(72,72,72,0.29) ;box-sizing:border-box;color:#484848;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"beatrice extra";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nnvWmkCnm3szk4J5nCmtVagJ161ciBOV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FcDFo9Ek90AwTXNMrWBHiQDxNxgFTtcd { position:absolute;display:block;z-index:15028;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;height:7.8125rem;width:18.75rem;top:41rem;left:37.5rem;overflow:hidden;display:block; }
#lEraezRGpHoNpPfTBttm8gc9Rs7SSmfB { position:absolute;display:block;z-index:15021;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;height:7.8125rem;width:18.75rem;top:41rem;left:18.75rem;overflow:hidden;display:block; }
#Kk63tx1Cy83DSX6xpEAdEduCymwoJrrW { color:#000000;display:block;width:71.8125rem;position:absolute;font-family:beatrice;font-size:5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gdTXcyKoCfx8ib3zOdxH6VCHmWRlLB2n { color:#484848;display:block;width:21.4375rem;position:absolute;font-family:"beatrice extra";font-size:1rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:17.5625rem;left:26.78125rem;height:6.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sDxOiuBr2K36x5OqO35I0kGWaeKexxC0 { color:#484848;display:block;width:21.1875rem;position:absolute;font-family:"beatrice extra";font-size:1rem;font-weight:300;z-index:15021;line-height:1.1;letter-spacing:0;top:17.5625rem;left:51.9375rem;height:5.49805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sk2Zl9JoREyOeekelnCwd5bCCwCemWWE { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;top:0rem;left:0rem;display:block; }
#uHN8TtnCZI8WzkALz2n6HirBBK5MJT8x { color:#484848;display:block;width:12.5rem;position:absolute;font-family:beatrice;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:14.9375rem;left:56.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6M2gFu3kJtoJFiTWlF6N2oMOfrGMZWX { color:#484848;display:block;width:12.5rem;position:absolute;font-family:beatrice;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:14.9375rem;left:31.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukLhNXuCQiaiF04Z5w1TMuyDlg63xk1o { color:#484848;display:block;width:18.375rem;position:absolute;font-family:beatrice;font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:14.9375rem;left:3.125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-heading-text { display:block;position:relative;width:100%;font-family:beatrice;font-weight:700;font-size:1.25rem; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:beatrice; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-trigger.adaptive-delivery-prevent-bg, #K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-trigger.lazyload, #K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-trigger.lazyloading { background-image: none; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS #JoXOHKBAlTXly7ZiO8LM5NsgB7ogIlkN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS #tZiQsRT9GVWxp1XKIptTWmd2NI6PkfMQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS #PTgVLCm7ETehW4HsGp0hCC9hx9DOMByh { display:block;position:relative; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS #ehcZciOLE993n286O7pmty8qnAtU8rQ5 {  }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS #o2d45x4kU36wf4PWnUZm2FQzts9C7vIH {  }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-heading-text { display:block;position:relative;width:100%;font-family:beatrice;font-weight:700;font-size:1.25rem; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:beatrice; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-trigger.adaptive-delivery-prevent-bg, #mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-trigger.lazyload, #mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-trigger.lazyloading { background-image: none; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs #V7CU39tExRignCsmvvJ7Jr1Opt7k6qTk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs #dCSaaK6wnTCL0PonWmppJMVikL9eOSXf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs #UdP8rSTiDt0F1bR6WKp2BP46NbwheVbm { display:block;position:relative; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs #zwvsIKXoAF06hf1GATPe3fARG7DVe2wT {  }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs #XTfXXqJG3F8eq8nDwXKuqfsTqhlyG4pR {  }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-heading-text { display:block;position:relative;width:100%;font-family:beatrice;font-weight:700;font-size:1.25rem; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:beatrice; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-trigger.adaptive-delivery-prevent-bg, #I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-trigger.lazyload, #I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-trigger.lazyloading { background-image: none; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D #sB71TOL2lU28TGOEOnhgGR6PZvOfeT0A { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D #ugfOrLQJ6vxCVa55DgAFHT9IR56aqGIM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D #xtOq0pzcE1TLPifx36hTK4G7ZuAiWLZb { display:block;position:relative; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D #srrilSVtnahFcTTRFy1Q6mEQoScGfotg {  }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D #TppwdJoUZUICUW24Uppze8odyzPWiExB {  }
#A6yTEdFAoTc0LiHHxZCgPrlVnyR3fF91 { border-top:0;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;display:block; }#A6yTEdFAoTc0LiHHxZCgPrlVnyR3fF91 > .row .container { background-color: transparent; background-image: none; }#A6yTEdFAoTc0LiHHxZCgPrlVnyR3fF91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6yTEdFAoTc0LiHHxZCgPrlVnyR3fF91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6yTEdFAoTc0LiHHxZCgPrlVnyR3fF91 > .row .container > .video-iframe-container { display: none; }#A6yTEdFAoTc0LiHHxZCgPrlVnyR3fF91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6yTEdFAoTc0LiHHxZCgPrlVnyR3fF91 > .row > .video-iframe-container { display: none; }#A6yTEdFAoTc0LiHHxZCgPrlVnyR3fF91 > .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); }#A6yTEdFAoTc0LiHHxZCgPrlVnyR3fF91 > .row .container { border-width: 0; border-radius: 0; }#A6yTEdFAoTc0LiHHxZCgPrlVnyR3fF91 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6yTEdFAoTc0LiHHxZCgPrlVnyR3fF91 > .row .container { font-size:0.875rem;font-family:arial;height:100.3125rem;width:75rem;position:relative;display:block; }#TClIs8LLnmcgH8cqPwpGCcs4gHlTPHPd { color:#000000;display:block;width:38.375rem;position:absolute;font-family:beatrice;font-size:5rem;font-weight:700;z-index:15005;line-height:.8;letter-spacing:0;top:6.9375rem;left:0rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kl2RwoonA6JpSZUOk2pGAW0rNTTUXqnB { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:beatrice;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:21.22265625rem;left:5.21875rem;height:10.80078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZFOtZgiXA3fOLDI4EtVQLkKf5nTAspyT { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:"beatrice extra";font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:84.5rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#MrZJGC1TxkeVndrbPe8Qy6n98r07rfhW { color:#000000;display:block;width:17rem;position:absolute;font-family:"beatrice extra";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:84.5625rem;left:58rem;height:1.29980625rem;font-style:normal;display:block; }
#QHzTN90yqkgJzihaDp02TJShCHbnzwGy { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"beatrice extra";font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:84.5625rem;left:31rem;height:1.29980625rem;font-style:normal;display:block; }
#eCZqDziPwi91DnMx0CG3MoPSrexVzbeh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:beatrice;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:83.25rem;left:0rem;height:1.29980625rem;display:block; }
#W96JqgocCnBIdw8HCy64Av7e9DJ66Gib { color:#000000;display:block;width:12.5rem;position:absolute;font-family:beatrice;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:83.25rem;left:58rem;height:1.29980625rem;display:block; }
#gKLTBJbCRzXG8wCD3xfUGKNITG2WhW1o { color:#000000;display:block;width:12.5rem;position:absolute;font-family:beatrice;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:83.25rem;left:31rem;height:1.29980625rem;display:block; }
#lq2S6uBnJAVrsiylLCMBhvV1ETxnc2EX { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:"beatrice extra";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:92.3125rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#TvF4szRTnMODcdDDggiOl8zvpS7SU5Ui { color:#000000;display:block;width:12.125rem;position:absolute;font-family:"beatrice extra";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:92.5rem;left:31rem;height:1.29980625rem;font-style:normal;display:block; }
#Mns6fBOsHLgrBGU4Tb92sOeUcvhkuvuC { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"beatrice extra";font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:92.5rem;left:58rem;height:1.29980625rem;font-style:normal;display:block; }
#PP0cuBpQoTrymGvRSk4xftPyHyTrSHwT { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:beatrice;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:91.0625rem;left:0rem;height:1.29980625rem;display:block; }
#tc5ag2dlDziTlFZBDx0quqZ0T63D97rE { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:beatrice;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:91.1875rem;left:31rem;height:1.29980625rem;display:block; }
#gosJ28rZTNCDxNSEybJ8Ck2bSkorI95C { color:#000000;display:block;width:13.5rem;position:absolute;font-family:beatrice;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:91.1875rem;left:58rem;height:1.29980625rem;display:block; }
#cP1celsoUyQMixFT30rUZTDB2Lvmazgn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.375rem;width:34.8125rem;top:16.9375rem;left:37.375rem;display:block; }
#Q0vaKTi5150qeBHNJ9Q6sKq6IKfoBpP0 { color:#484848;display:block;width:25.875rem;position:absolute;font-family:beatrice;font-size:2.6875rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:43.6875rem;left:39.4375rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wdf5hsp6pD8QnAOWZN5iPKmUqAUHscJd { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"beatrice extra";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:51.0625rem;left:39.4375rem;height:12.99805rem;font-style:normal;display:block; }
#IAImsqncT3u3T1L8kiM0NlNm3oADb4p8 { color:#484848;display:block;width:25rem;position:absolute;font-family:beatrice;font-size:2.6875rem;font-weight:400;z-index:15008;line-height:.8;letter-spacing:0;top:75.73828125rem;left:1.4375rem;height:2.1499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R1ETBF4n4Oa2aqhChpIgboX85XtlLTaw { color:#484848;display:block;width:20.25rem;position:absolute;font-family:beatrice;font-size:2.6875rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:43.6875rem;left:0.0625rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v5agO9lrMyxS5TPUQPGLaT5pyZkbO54R { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:"beatrice extra";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:51rem;left:0rem;height:14.29785rem;font-style:normal;display:block; }
#TlJCS2SIOp1TQIdRg5RliRv7F1E6Vzl0 { box-sizing:content-box;height:19.375rem;width:37.4375rem;position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;top:16.9375rem;left:0rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oFV9CI3pCO6PBdpscbsgkpJcn4OOC4xn { box-sizing:content-box;height:5.5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;top:74.0625rem;left:0rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RUKtTsHPeufhaPxQnAtECwiWJ7ONQx0x { box-sizing:content-box;height:18.5rem;width:32.9375rem;position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;top:14.9375rem;left:4.5rem;box-shadow: none;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-heading-text { display:block;position:relative;width:100%;font-family:beatrice;font-weight:700;font-size:1.25rem; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:beatrice; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-trigger.adaptive-delivery-prevent-bg, #mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-trigger.lazyload, #mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-trigger.lazyloading { background-image: none; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V #gTCokUOlbP6nnMy9K422buww1fn7GUax { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V #KWZGz5DKkcLyoDML453QafgEyvFqbpo4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V #MHAQIOwOxOSex8Tp3po23s7cVKDtCIxB { display:block;position:relative; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V #T72Sk3vAVMAOGUT7w52sHU2gz3drwKXr {  }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V #KFtpv0BoKvPOi8etNOcKxQ4RfIAktNK0 {  }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-heading-text { display:block;position:relative;width:100%;font-family:beatrice;font-weight:700;font-size:1.25rem; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:beatrice; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-trigger.adaptive-delivery-prevent-bg, #JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-trigger.lazyload, #JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-trigger.lazyloading { background-image: none; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo #wETiGTlTsJ6Nm7ArqIdDUs2hcKthE6Ft { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo #uoK2gnBiTlxqsd9frp2sh8NbutnKa9a1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo #v6yqvWtiqv0GnqlI9mcfqHuJDCmrvOf0 { display:block;position:relative; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo #bm5EM0sWna8h3hNsPG5tCXbt7KUF9Pn6 {  }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo #JQbwief24Ra9HOtTzHhGGVgHVWevFrdi {  }
#gAqZ7GTkTmTcABTp4pQD5DWnVkUkOcAz { color:#484848;display:block;width:17rem;position:absolute;font-family:"beatrice extra";font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:86.375rem;left:58rem;height:0.9746125rem;font-style:normal;display:block; }
#r29wwzzTScMOxTIM9tNblchH0iWfdEx9 { color:#484848;display:block;width:17rem;position:absolute;font-family:"beatrice extra";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:86.375rem;left:31rem;height:0.9746125rem;font-style:normal;display:block; }
#CqNbnGR0ez5glbAsPLs99OJ1zATTiNbc { color:#484848;display:block;width:17rem;position:absolute;font-family:"beatrice extra";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:94.125rem;left:0rem;height:0.9746125rem;font-style:normal;display:block; }
#LsOfKeIUuJt3Lrr7z1oimebpxsJK5aQi { color:#484848;display:block;width:17rem;position:absolute;font-family:"beatrice extra";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:94.3125rem;left:31rem;height:0.9746125rem;font-style:normal;display:block; }
#tH5FSfvQlas3kzwq6FEtw4WgplzMkW5k { color:#484848;display:block;width:17rem;position:absolute;font-family:"beatrice extra";font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:94.3125rem;left:58rem;height:0.9746125rem;font-style:normal;display:block; }
#MlTGHdxkzDX9zDkkDTF6tM0FhHH9f7kZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MlTGHdxkzDX9zDkkDTF6tM0FhHH9f7kZ > .row .container { background-color: transparent; background-image: none; }#MlTGHdxkzDX9zDkkDTF6tM0FhHH9f7kZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlTGHdxkzDX9zDkkDTF6tM0FhHH9f7kZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlTGHdxkzDX9zDkkDTF6tM0FhHH9f7kZ > .row .container > .video-iframe-container { display: none; }#MlTGHdxkzDX9zDkkDTF6tM0FhHH9f7kZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlTGHdxkzDX9zDkkDTF6tM0FhHH9f7kZ > .row > .video-iframe-container { display: none; }#MlTGHdxkzDX9zDkkDTF6tM0FhHH9f7kZ > .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); }#MlTGHdxkzDX9zDkkDTF6tM0FhHH9f7kZ > .row .container { border-width: 0; border-radius: 0; }#MlTGHdxkzDX9zDkkDTF6tM0FhHH9f7kZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MlTGHdxkzDX9zDkkDTF6tM0FhHH9f7kZ > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#XPOGcOH2BRPD3XwpaSWE6TBkevJyCwM2 { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wJuGczJKQ1SynEqnOs6GWaVu9vh4wqO0 { color:#484848;display:block;width:75rem;position:absolute;font-family:beatrice;font-size:5rem;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:3.8125rem;left:0rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-form-header {  }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-regular-label { height:auto;display:block;font-family:beatrice;font-size:0.875rem;font-weight:300;color:#000000;width:29.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.5rem;margin-bottom:0.25rem;margin-left:7.5rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:#484848;width:14.9375rem;height:3.125rem;font-family:"beatrice extra";overflow:hidden;font-style:normal;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(72,72,72,0.29) ; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:beatrice;font-size:0.875rem; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:beatrice;font-size:0.875rem; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:beatrice;font-size:0.875rem; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:beatrice;font-size:0.875rem; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:28.5625rem;overflow:hidden;font-style:normal; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-container:first-of-type{padding-top:0;}#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-container:last-of-type{padding-bottom:0;}#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15008;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;position:absolute;top:3.8125rem;left:36.625rem; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.9375rem; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 {display:block;}#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15008;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;position:absolute;top:3.8125rem;left:36.625rem; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #wk9xLERr5t7dOf7huzLc4SPJLaDdpsOE { position:relative; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #cHnbfKGCKvtNCAGoPKrtJtTecAKSQz2d { position:relative;display:block; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #p9Iw1Iyy3p5UoW3eygwWSX0XXFIJBDWx { position:relative; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #BJQv2sJvQ6hEKNJOrNL0v9kSRcihCftv { position:relative; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #ysM3CQfNRwSDg0bd5RZZnlS8w79xxe4Z { position:relative;display:block; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #gHxztMZniAvuyQpWISEed6eXlS0zVMBM { position:relative; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #oOIQlTTRZo3Pdp7OztaOGhtl3KGR7ILb { position:relative; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #JTJJ1HNV9VQd6kbgNOqDW4cXuTCzJ6Z5 { position:relative;display:block; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #UNMo2AzyTfdtAroup5As5Xgbd6VQsd0I { position:relative; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #Q3ALXzdOFSux4QzbVH0QuPfTNdUxTtdR { position:relative; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #CnRA8E6vnOJMkDI8AseSf4HCmTkHhuFE { position:relative;display:block; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #CFft0pr0DIvSQO8Ah0Rn0P2423PdGskf { position:relative; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #i6ghDQW4PsPNl7dpF1zeimkQx9fIf6pJ { position:relative; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #akCKuTplwGrtGSwF3XVSW7klzRbDE07T { position:relative; }
#P86se7opTHNkmyJA5QryJX2dumlJQW4Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ac7f124-f54f-447f-b392-e3794a24fac0/IMG_0143_small.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z.adaptive-delivery-prevent-bg, #P86se7opTHNkmyJA5QryJX2dumlJQW4Z.lazyload, #P86se7opTHNkmyJA5QryJX2dumlJQW4Z.lazyloading { background-image: none; }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .row .container { background-color: transparent; background-image: none; }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,72,72,0.88); }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .row .container > .video-iframe-container { display: none; }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,72,72,0.88); }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .row > .video-iframe-container { display: none; }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .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); }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .row .container { border-width: 0; border-radius: 0; }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#TepbOwZh7eiDFFB9nmGQiLv8Zppx7aqR { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"beatrice extra";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.095703125rem;left:7.03125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSfFzUsktARRFyx0xAy4DqmV8id0O68T { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"beatrice extra";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.095703125rem;left:51.25rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DVW8MbOp1IEWW8xNT5kTQ1zDTsqzuoel { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"beatrice extra";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.095703125rem;left:29.0625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTPVmr4JOiJbSvN4JKfFQ0GRdTNuck5S { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:beatrice;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.056640625rem;left:9.25rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Khgl5cCax82rZTaWJevnRpTmqDvJ3kAw { 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:beatrice;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:8.4765625rem;left:6.71875rem;display:block; }
#eSaJHnFKJD5gIkmx7XfaPnJhnX6KBQzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IOknEBHf0XEnuh7IFzD2W0eRmA5OTbag { 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:beatrice;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:8.4765625rem;left:28.75rem;display:block; }
#m7AwfCpIpiF9mFP5qR51AhMCQ5m7eG5e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PCyJ26iUEoHFmsxXRCyQfcfMRym6Kdu0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:beatrice;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.056640625rem;left:31.25rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9XU1o6C35zSZByzwuhCCB5baLCXP1Lm { 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:beatrice;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:8.4765625rem;left:50.9375rem;display:block; }
#WhMJl7oFan0K75UAlcZkziNOkxQDX7FE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oMDb6zPGtq7TwzH0NyKZr8BUIVKrJMJc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:beatrice;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.056640625rem;left:53.4375rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 { position:relative;display:none; }#gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 { border-width: 0; border-radius: 0; }#gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 > .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; }#gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 > .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; }#okEZdEixNtLICTq2FV2fTETnrKXnrs28 { position:absolute;display:block;z-index:15016;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.5625rem;width:1.5625rem;top:1.5625rem;left:12.375rem;overflow:hidden;display:none; }
#PtzyitxOCR8ZrFM7AQzOMuhDrk7NnTSu { 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.5625rem;width:1.5625rem;top:1.5625rem;left:9.5625rem;overflow:hidden;display:none; }
#lHAey5d6tz4DugrevuG06dTg2PeD8KSH { position:absolute;display:block;z-index:15018;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.5625rem;width:1.5625rem;top:1.5625rem;left:6.875rem;overflow:hidden;display:none; }
#HJsiTGSzc9XNnJ1hdFBgyCXDmnTJzKNT { position:absolute;display:block;z-index:15018;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.5625rem;width:1.5625rem;top:1.5625rem;left:4.125rem;overflow:hidden;display:none; }
#g7WTU2azOfgaDnvhTWDAfrZQSWoWqDk2 { 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:31.1875rem;width:75rem;display:none; }
#BIe0ZKoCulxlCl2AkLgL4BbIZBitA62X { 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:beatrice;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; }
#Ai1uAO5Jw8xw0a13NhxS6FfdIeomuT5r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2qq7PN1zQn2dOqnGdxlThwSpwgw7t82 { 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:beatrice;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; }
#i5AJdImvJoznEWXJDKXrTAraOXEFnMuQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJsP58o5thdOtd68rATvBHcwy3Re1aOx { 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:beatrice;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; }
#mZk4TM1y1MoH3VTTrIilQwmdcHSJ7glf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0yVezkEQ2GLyNKkXyvrucDwIvPFzeir { 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:beatrice;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; }
#OtqrOEhPhGADyd2k4m3ZUHRTJ45O4iSy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f7KTbgSdccQPke7X7kgQNXo0THeKVxEm { 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:beatrice;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; }
#RCTZUSSpnGATgCMzo0rTaTRDHckNXNOb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BpfgsHFU7cRn6qJbz2T6haBh9lbNPHT6 { border-top:0;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;display:block; }#BpfgsHFU7cRn6qJbz2T6haBh9lbNPHT6 > .row .container { background-color: transparent; background-image: none; }#BpfgsHFU7cRn6qJbz2T6haBh9lbNPHT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpfgsHFU7cRn6qJbz2T6haBh9lbNPHT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpfgsHFU7cRn6qJbz2T6haBh9lbNPHT6 > .row .container > .video-iframe-container { display: none; }#BpfgsHFU7cRn6qJbz2T6haBh9lbNPHT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpfgsHFU7cRn6qJbz2T6haBh9lbNPHT6 > .row > .video-iframe-container { display: none; }#BpfgsHFU7cRn6qJbz2T6haBh9lbNPHT6 > .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); }#BpfgsHFU7cRn6qJbz2T6haBh9lbNPHT6 > .row .container { border-width: 0; border-radius: 0; }#BpfgsHFU7cRn6qJbz2T6haBh9lbNPHT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BpfgsHFU7cRn6qJbz2T6haBh9lbNPHT6 > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#u3gomlXJ8GIplFf1Ja987NSlDpX4bdKE { position:absolute;display:block;z-index:15016;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.5625rem;width:1.5625rem;top:2.125rem;left:12.8125rem;overflow:hidden;display:block; }
#olWv3P7y1NUe3zMgJBfJuypRDKtPXmTS { 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.5625rem;width:1.5625rem;top:2.125rem;left:10rem;overflow:hidden;display:block; }
#ogk75LosbPEkVq9kWfNk1JTrrkVDqW3J { position:absolute;display:block;z-index:15018;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.5625rem;width:1.5625rem;top:2.125rem;left:7.3125rem;overflow:hidden;display:block; }
#g4va7HMfLIWfOHsGUvvACR3x25baz9I4 { position:absolute;display:block;z-index:15018;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.5625rem;width:1.5625rem;top:2.125rem;left:4.5625rem;overflow:hidden;display:block; }
#gBvxe6CB9emGLms43TvOyOMy5Vz6EXvv { 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:4.6875rem;width:10.5625rem;top:0.5rem;left:32.21875rem;overflow:hidden;display:block; }
#tLfXk5k2ZIJnkDgI9zFxXV7EPTEdxvkr { position:absolute;display:block;z-index:15019;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.5625rem;width:3.75rem;top:2.0625rem;left:15.6875rem;overflow:hidden;display:block; }
#UEfsN0l8iAiHi29b0WNSiGDaWeOVI4au { 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:beatrice;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:4.0625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.8125rem;left:14.90625rem;display:block; }
#rR6eWBrkhmvSnlrDRMFcGhLvT58tazHd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9Dd0TX39xaKeBUff3GaS0EsOCexVSKO { 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:beatrice;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:0.34375rem;left:31.5rem;display:block; }
#Vpnkw7BkNecQKz81gOl4QIvcUNdc6tQF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vskNhDqZxTZGn4ibgzKisSeEAsVy7vko { 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:beatrice;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:4.0625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.8125rem;left:12.09375rem;display:block; }
#eRgybo5cnFimz8zEHdOn0veHsozxPgvV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KVSxvOmoMKHXJuQP8eyQCaaRHfwqwcxI { 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:beatrice;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.625rem;height:4.0625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.8125rem;left:9.46875rem;display:block; }
#gssdIOl9HDLSUSTAdpD6F7TdbrieAi9H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iGGsTnBc5iuxK4hKpS7LgQ3f7qPkr0as { 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:beatrice;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.875rem;height:4.0625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:0.8125rem;left:6.65625rem;display:block; }
#TELuw3x7CM0F8dQuVbES9SSww12B9Pkd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cae5sizBSpXNm3lx9wMfK6WAsqbJSSQ8 { 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:beatrice;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.875rem;height:4.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.8125rem;left:3.90625rem;display:block; }
#suClsLFzwBcnMvTv1RKJk3ykroGzVkg0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O9OCHx7tiTfrOGAramzqhyRXBPkt4OfH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#O9OCHx7tiTfrOGAramzqhyRXBPkt4OfH > .row .container { background-color: transparent; background-image: none; }#O9OCHx7tiTfrOGAramzqhyRXBPkt4OfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9OCHx7tiTfrOGAramzqhyRXBPkt4OfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9OCHx7tiTfrOGAramzqhyRXBPkt4OfH > .row .container > .video-iframe-container { display: none; }#O9OCHx7tiTfrOGAramzqhyRXBPkt4OfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9OCHx7tiTfrOGAramzqhyRXBPkt4OfH > .row > .video-iframe-container { display: none; }#O9OCHx7tiTfrOGAramzqhyRXBPkt4OfH > .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); }#O9OCHx7tiTfrOGAramzqhyRXBPkt4OfH > .row .container { border-width: 0; border-radius: 0; }#O9OCHx7tiTfrOGAramzqhyRXBPkt4OfH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O9OCHx7tiTfrOGAramzqhyRXBPkt4OfH > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#oxLyoi8ozPB08BNHQE3IkDo9d0Fct6i2 { 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.0625rem;width:2.0625rem;top:0.1875rem;left:72.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 1199px) { #SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl { display:none; }#SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #QqlUWtsQFTC8QAvUTBEOTtTMap4FcUb5 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lSCNAn4b7tE7MR9NRTzJryXWPCztVa1J { width:17.5rem;height:15.75rem;top:7.375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LDhPcLay3pK1oDn6cDVrBinyLEWNUc4o { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AA5shMNfObMGgp3VN55fS293wJNm4v4S { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JOM9emTPimOGgGOi82InSiCUpQ5PzMpI { display:block; }
 }@media only screen and (max-width: 1199px) { #Kf4JUpBSewL74sluJ1T3De6Ay0UZoLXT { width:13.4375rem;height:1.5625rem;top:0.75rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zyxgJXdqNHIOzFoNzGdLdJFfXxuuXry7 { width:6.4375rem;height:6.4375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hXrAu2uIQGGroF2wigmrqwCX2JNhiOb1 { width:4.25rem;height:2.8125rem;top:7.75rem;left:37.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PPrpL0OXXMHgPeqlh8y8HQo7BTK0FApK { display:block; }
 }@media only screen and (max-width: 1199px) { #DtPBoPWxGSHoMlE71rBTzEsFamQa5J7o { width:19.9375rem;height:2.84375rem;top:3.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m83gKs3EtEuntfVWP3aadxOhGApD6eGM { width:7.25rem;height:2.8125rem;top:7.75rem;left:19.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aXvs7NR6iZrWPQ7Rb86TP0E6lU87hARx { display:block; }
 }@media only screen and (max-width: 1199px) { #bAQWwf1iRWhhTb4EGtGgrv1MN9QMWsa7 { width:9.9375rem;height:2.8125rem;top:7.75rem;left:26.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTM9QKCaDerCGTb3vMii25yJtPbtnSbJ { display:block; }
 }@media only screen and (max-width: 1199px) { #PprsUrtgNU7LkoFelkAcs2owlpOnhNin { width:5.9375rem;height:2.8125rem;top:7.75rem;left:41.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #syuCg3JoTH9PiXXm7n2I6SG9PuI9HMmF { display:block; }
 }@media only screen and (max-width: 1199px) { #i0SdJeZG9drMZ3QN47g1N42UamMGHAnT { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cC6kfDzfdhVzM0m207LX7b0VT1r4OM1x { width:5.625rem;height:2.4375rem;top:0rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wBB1ZQ5UsToMnpmI9KxzBNdFfNa0VPbl { display:block; }
 }@media only screen and (max-width: 1199px) { #Siy6459dhiz1wMFUCtTeI6IdoX1WyrdI { width:6.0625rem;height:2.8125rem;top:7.75rem;left:13.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJtTtGH3iLP9f1J1UraV7kwVk00F0h7g { display:block; }
 }@media only screen and (max-width: 1199px) { #q9BAnGbwE4Eb2TT1uX38DSP9ABdSVxzR { display:none; }#q9BAnGbwE4Eb2TT1uX38DSP9ABdSVxzR > .row .container { width:47.75rem;height:21.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/360efbd9-3772-4db1-9a78-894199ea2563/IMG_0140_slim.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs.adaptive-delivery-prevent-bg, #ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs.lazyload, #ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs.lazyloading { background-image: none; }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs > .row .container { background-color: transparent; background-image: none; }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs > .row .container > .video-iframe-container { display: none; }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs > .row > .video-iframe-container { display: none; }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs > .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); }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs > .row .container { border-width: 0; border-radius: 0; }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs > .row .container { width:47.75rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aqtUrVHxEwqIa4dbHaFpDkhlUdpx7r4m { display:block; }#aqtUrVHxEwqIa4dbHaFpDkhlUdpx7r4m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZFZHwtu4VhztETRELo5U0WUGMu6wQ436 { width:47.75rem;height:40.375rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #MIkqzgZxQLFsopJTzCBqhmkN8EGq5QzT { display:block; }#MIkqzgZxQLFsopJTzCBqhmkN8EGq5QzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Id9UcqBGqGq6JJE6hyeInAO9aXHI9yZT { top:3.40625rem;left:26rem;width:10.625rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QrHC9ZAplZtvCCeCV3UFiSVCKduHPhdr { display:block; }
 }@media only screen and (max-width: 1199px) { #fttiFDkx2edEiBPtZKId5V8tzaA8Md1H { width:15.625rem;height:1.70605625rem;top:4.875rem;left:6.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybrkITpTLHoNKhMMSpSVHmTi46PNg4m0 { width:15.625rem;height:1.13671875rem;top:6.5810546875rem;left:6.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OMPGhcnDPtVtZ0Pi1yxvAHJdC4c1Giiy { width:18.75rem;height:2.03125rem;top:2.90625rem;left:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wHh8xQtfTZlnpWRTkST61JwadM8Ck48U { width:47.75rem;height:8.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HhJaiR6l4blUkluAQNpEgqxPAeTOwePO { display:block; }#HhJaiR6l4blUkluAQNpEgqxPAeTOwePO > .row .container { width:47.75rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #peZ0LTDzrn5TepU53qLR8BC0dNnIXhyA { width:47.75rem;height:2.25rem;top:2.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JFXvSAhFplqds3QUNEQfWBwudPgV8kRz { width:47.75rem;height:0.8496125rem;top:5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lDKG3M5i9klIQBZP3UTtylXZDVTqUeUy { width:7.75rem;height:2.03125rem;top:12rem;left:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gbG1iyomLfuEVuyA5q9MzBA5lTOQlihu { width:9.25rem;height:1.4619125rem;top:14.8125rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L39VnT1CRFK8hxIOyC8PZRF0kGHPCZPI { width:6.5625rem;height:2.03125rem;top:12rem;left:23.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GIz975nMv5CFNwd8D3gIxrQk5O1prgSR { width:8.8125rem;height:1.4624rem;top:14.8125rem;left:22.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jbf0yOEozSfrI5vQ7UoXi6GHcsM8oMHJ { width:8.375rem;height:2.03125rem;top:11.958984375rem;left:38.28125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E6V4ZP6PT1NXV7utsw2hrQ6NocVysQaB { width:8.3125rem;height:1.4624rem;top:14.8125rem;left:38.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oluLVfOx8xZAqJ504TId75ITA6dvGMAH { width:15.625rem;height:7.5rem;top:9.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(72,72,72,0.45) ;display:block; }
 }@media only screen and (max-width: 1199px) { #Uz3bEPRxs0pZz3dWhoAwcTuWSqSZMSzp { width:3.875rem;height:2.125rem;top:12.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hnBvb4WVTMfT8m9F1o3OK6yAMfB7Xe9C { width:15.625rem;height:7.5rem;top:9.9375rem;left:32.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(72,72,72,0.53) ;display:block; }
 }@media only screen and (max-width: 1199px) { #uyGEfAhhNehVKqmQqlJS64aW7gZfIaUT { width:3.875rem;height:2.0625rem;top:12.65625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xb92Pg6Opfb6ToSkTe8iS0qCCS2SiUzr { width:15.625rem;height:7.5rem;top:9.9375rem;left:16.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(72,72,72,0.53) ;display:block; }
 }@media only screen and (max-width: 1199px) { #mAQ7NIMriTNaie9tURT5MngW36e8gTqI { width:13.5rem;height:0.9375rem;top:19.0625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzA1p4IcTsEIGDs9w8lL6N3OSJqryelK { width:3.875rem;height:2.125rem;top:12.625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JBrCbfaWHJ376XDF3QQ8EHu1sFw3dL2D { width:15.9375rem;height:3.4375rem;top:19.8125rem;left:15.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #G13Moyzb9a0OFvncBTtvwTb2zV2KWhqO { width:15.875rem;height:0.84375rem;top:19.125rem;left:15.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SfiQvisXQcCqqxMqbyqaisXnayN7Ugkh { width:4.875rem;height:4.875rem;top:11.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #elIvt6XTDQM8xVX9lGNfyI0PDGTHxqGv { width:4.875rem;height:4.875rem;top:11.25rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hu2fSVOfXEdULKdo9Fk3RpMAwFadX353 { width:4.875rem;height:4.875rem;top:11.25rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BkTm6SeXcvuexA4bD69LTWKFC8asZeSe { width:47.75rem;height:3.4375rem;top:17.8125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(72,72,72,0.45) ;display:block; }
 }@media only screen and (max-width: 1199px) { #y2zaFQOaP8VZ4NkRLA2LQEsRuT55GIbP { width:15.875rem;height:3.4375rem;top:19.8125rem;left:31.875rem;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FOpkL1ubVPHOPR0A14BVcz0guZDvutKr { width:13.25rem;height:0.84375rem;top:19.125rem;left:33.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SKKN9vWlhWT1TmK208BJnDTdhprwhLAa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d479fa9-c9f8-4928-ae80-d0a8a774dfdf/BK280225_0812.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa.adaptive-delivery-prevent-bg, #SKKN9vWlhWT1TmK208BJnDTdhprwhLAa.lazyload, #SKKN9vWlhWT1TmK208BJnDTdhprwhLAa.lazyloading { background-image: none; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row .container { background-color: transparent; background-image: none; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,72,72,0.47); }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row .container > .video-iframe-container { display: none; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,72,72,0.47); }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row > .video-iframe-container { display: none; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .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); }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row .container { width:47.75rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FlGIZGTJHQK3OoOaOAfksk0l7JfLT6Fg { width:8.75rem;height:5rem;top:18.546875rem;left:0rem;font-size:2.5rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #VuBueb0QuTBPwolF6Uubvsoh1wh6GK3i { width:12.8125rem;height:2.51855625rem;top:10rem;left:16.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIgh8M9uLFgPPf77ISUOTWTHke0nVzkz { width:11.6875rem;height:2.84375rem;top:15.765625rem;left:16.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZQW6yQNdQnn6Di8TH4QPuNBR9oC05WwB { width:12.1875rem;height:2.75rem;top:18.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uCPhhSQFaQZmWpI3RA6tr8Hpqi2Vpdmd { width:16.0625rem;height:1.75rem;top:27.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #f4oilHQnhLbMMU6e9VIack1bXOFyDmMd { width:16.0625rem;height:2.75rem;top:34.375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UOAVTVkwSM2S8Kx0E14TBc5G98pcfpJH { width:16.0625rem;height:2.75rem;top:48.375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LQfwHW8fTU3f6Bam7Qa7w2rsfbxSI3MG { width:16.0625rem;height:1.75rem;top:42.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XZsM6TiCBTwRL5wM5ICRV7IwkPVw703g { width:47.75rem;height:2.25rem;top:2.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PCzfoBBXUntbXTC8yb9PVDhG8EDahDbO { width:20.6875rem;height:7.1875rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IwgnaLdDtFm6PssxWWDlr64qRBZdCnHr { width:20rem;height:3.9375rem;top:9.9375rem;left:0rem;font-size:3.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OFqsMSpCB83k3QSGMUCISZxPWnozvPc4 { width:13.75rem;height:13.4375rem;top:14.328125rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QZ49TtdsxI2dxaT09euSeAmbGGI05yx2 { width:10.75rem;height:1.875rem;top:24.25rem;left:17.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oKZanZzXqhzyw1x356cPv7IkBeu7XXMg { width:6.625rem;height:1.21875rem;top:21.3125rem;left:19.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7PQHcVFgzdf9QxsdHmHQRvnR2aShytm { width:10.125rem;height:2.4375rem;top:30.796875rem;left:17.71875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #seGfAOVWsCIyby7LEbmXibmXb97GqvhD { width:8.0625rem;height:1.21875rem;top:34.71875rem;left:18.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xgLNgGuQEdO3kxWIUHNSpHH7VKIA4f1l { width:10rem;height:2.4375rem;top:40.5625rem;left:17.78125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ahTNweHTNJoEdrMSnHcNvf47FbW4Qqz2 { width:13.75rem;height:10rem;top:49.1337890625rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVP7Jrd7GqIsrLh5up1AUZd6cuSa72aJ { width:8.5625rem;height:1.70605625rem;top:53.2802734375rem;left:18.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2xcZSTCz84xRHbqhneM2RfyprggU0zU { width:6.625rem;height:1.21875rem;top:44.8125rem;left:19.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M6iTkhi8a7zSTT49xLL8AToIMJ8yQhT1 { width:8.0625rem;height:1.21875rem;top:55.986328125rem;left:18.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yXJfv07SPw86151QFlmTMvKb88WLnT88 { width:13.75rem;height:10rem;top:59.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f9tMiOKE0TzqrZHiKTCqkgTKgvawIMX5 { width:7.9375rem;height:2.4375rem;top:62.125rem;left:18.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cfHuD4PX1QW7AvwK5lZr1PgHgaZTXqnz { width:7.6875rem;height:1.21875rem;top:66.25rem;left:18.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aivokm53qSemgpqDMxZE7aXwxREaVHdM { width:12.5rem;height:2.51855625rem;top:10rem;left:33rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #zrJr69KZtLodC4PWTuNE8N91UxRJ7KM3 { width:11.6875rem;height:2.84375rem;top:15.765625rem;left:32.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lXOr84K6aqWdOs5CITBnz3pElzsM6JGO { width:6.5rem;height:1.21875rem;top:20.1875rem;left:35.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KZtdbtstEISrF5AdVMfbh6DdzoVy1KFC { width:7.625rem;height:2.4375rem;top:30.796875rem;left:35.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hB5zVTPlW7A4huJHvQO9s444R6rn3bqT { width:9.5rem;height:1.21875rem;top:34.71875rem;left:33.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #INDxwtJLrLd3WSn3kveccI6bNCnBQgTI { width:13.75rem;height:10rem;top:38.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ymDRZKHODsOEDlllEhnMpqwwoZxnpC9C { width:13.75rem;height:10rem;top:49.125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdmTkXXS4KqBVru6KX60bskcVTETuncb { width:12.9375rem;height:1.70605625rem;top:53.2802734375rem;left:32.78125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5vl5KKQ2tJNG3PwiSZMrlah9TH6aTZ2 { width:13.75rem;height:10rem;top:59.6875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WknETwGICJgAttNnkWAmTeanRuPqyUta { width:12.8125rem;height:2.4375rem;top:62.125rem;left:32.84375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S5mRgZfp6SkOcN0fpNJldkK9MTTZUzlP { width:11.1875rem;height:1.21875rem;top:66.25rem;left:33.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NuV9lJOpA9k6BsisPB7CIrsctub0i1gc { width:12.3125rem;height:1.70605625rem;top:42.8125rem;left:32.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UskrxvSX9VloSVWEzTp1B4XLuFi89MAP { width:10.875rem;height:1.875rem;top:24.25rem;left:33.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZNKXTsT2CSxu4DHpwdr2IUGVSpwUOrXz { width:47.75rem;height:0.8496125rem;top:5.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xnW2fTrXFRcWFsTzDGDrm3TCEANTxnF7 { width:16.0625rem;height:2.75rem;top:63.375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zN15sRU4Pm2DCy2Hma01CTQ3DZQhm1HE { width:17.5625rem;height:1.75rem;top:73.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tF6UnberoXnFU0wwXrdBzWvzOkHb3TDM { width:19.3125rem;height:1.75rem;top:79.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tNN7fS5z2OcdtZUUx3weLMh3kvW0KrZd { width:16.0625rem;height:2.75rem;top:85.9375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Kk5LWHQkzP6dGkt4ZupuAf9PgdHbPaim { width:20.6875rem;height:7.1875rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oaP8bt1731olgMMkSgqO9x48JKyCEhNc { width:20rem;height:3.9375rem;top:55.9375rem;left:0rem;font-size:3.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aCep3qaAINPzFoi0JnLXuwAqrCqAZNIT { width:20.6875rem;height:7.1875rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uRHVXqiTOnW3AGTEu20Wu3uSZGxuWu6T { width:20.6875rem;height:7.1875rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pkpWsPID60Q3NZZ2SJov8xdSLxqSzNCr { width:20.6875rem;height:7.1875rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hSCup2yBmHUAS8UqunaRm0Vt1vHksMdL { width:20.6875rem;height:7.1875rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JhT3uyNCFEXkfRCtXMbD8wdt6hv6wRIw { width:20.6875rem;height:7.1875rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gMxpdTCAJQHRWMCsD82fEtwA2c55JrH1 { width:20.6875rem;height:7.1875rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lJNbsTyTxMwagOXE8s1omPuFZhAZILEA { width:20.6875rem;height:7.1875rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ckv0nDul1qkGUuKNtHko5eWETdyIrrZx { width:20.6875rem;height:7.1875rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #p6p0eiFbtliA9FSIs5vHWX7N5max7T2i { width:20.6875rem;height:7.1875rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pdyQ99gcOi6xPhQpKWmAqex3D5uvK65z { width:6.625rem;height:1.21875rem;top:20.1875rem;left:19.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZieGtw4JTwtttWfKDrFooopHelPghSRr { width:6.625rem;height:1.21875rem;top:22.5rem;left:19.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I7C1DLuoruln9mNmaiHZFkWWUh5B1yd5 { width:6.5rem;height:1.21875rem;top:21.3125rem;left:35.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eFTAlGDA2r05leUtBk6gG4aCQvNnlAzH { width:6.5rem;height:1.21875rem;top:22.375rem;left:35.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AZnD8tbzd0VSR2QbxVDV9clOTolHqaQ8 { width:13.75rem;height:10rem;top:28.25rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dkhOMMRQMvbRb7IJ4NEX4iT9hPTmhVvr { width:13.75rem;height:10rem;top:38.625rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iv9efeUpqLqM1HZIyTHUp6nckT33x8XL { width:6.625rem;height:1.21875rem;top:45.96875rem;left:19.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RbasEV4HMWJC24BuuFk57VTDmSTCEHrb { width:13.75rem;height:10rem;top:28.25rem;left:32.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L8WBvAxs7C4uWAoxqR6XHMxbIv08KoOg { width:13.75rem;height:13.4375rem;top:14.3125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZx89bOc04SdTh2JmZTy4E6atK9uoF5w { width:13.75rem;height:3.75rem;top:9.3837890625rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mRNyGWw2JGUICGbvB9fOemBh6bx1nBt5 { width:13.75rem;height:3.75rem;top:9.375rem;left:32.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OaOoVW6GoAZfhS2EUZgCJiJpwNRyoSEW { width:8.75rem;height:2.5rem;top:32rem;left:0rem;font-size:2.5rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #Pub1RQmflBfvk24ga5TInCCTnoIZcK5R { width:8.75rem;height:5rem;top:41.125rem;left:0rem;font-size:2.5rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #JmZFXtUVZ3qi76NNGNTMGXQXJH0wBM1K { width:8.75rem;height:2.5rem;top:53.3212890625rem;left:0rem;font-size:2.5rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #gICqUxJZVwozaPPXxTaJiqS8BcRFTJPs { width:8.75rem;height:5rem;top:62.1875rem;left:0rem;font-size:2.5rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #CU1mgDGxSrbU1r7M7Jeoub6Heq7SaAwc { display:block; }#CU1mgDGxSrbU1r7M7Jeoub6Heq7SaAwc > .row .container { width:47.75rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ncgEthPM3tdC4PQAkUcehISai3lzB8qP { width:24.75rem;height:1.5625rem;top:1.6875rem;left:0rem;font-size:1.5625rem;z-index:15010;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #QmNydnAJ6GR1EQAetVQcq8FDlxHQxOhZ { width:47.6875rem;height:23.6875rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VxX8phBzvirV7AEZzwkUfT41SqzDdGQO { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tp708UN71DkIkt8PMzG3AVU2CUDnu7g1 { width:20rem;height:1.5625rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU { background-color:#000000;background-image:none;display:block; }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row .container { background-color: transparent; background-image: none; }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row .container > .video-iframe-container { display: none; }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row > .video-iframe-container { display: none; }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .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); }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row .container { width:47.75rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Lkts3wn311DIf0s88Hw5cqZLeIWiO0nA { width:26.875rem;height:3.65625rem;top:2.203125rem;left:0rem;font-size:2.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf { 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;display:block; }#ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf > .row .container { background-color: transparent; background-image: none; }#ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf > .row .container > .video-iframe-container { display: none; }#ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf > .row > .video-iframe-container { display: none; }#ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf > .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); }#ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf > .row .container { border-width: 0; border-radius: 0; }#ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HtPq0B9ekf1P0O2r7zQ0aMENErJ5rATB { width:33.625rem;height:18.8125rem;top:0rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ze2sPkDzOv8hrsapxLUQfESfg6Tr6atq { display:none; }#ze2sPkDzOv8hrsapxLUQfESfg6Tr6atq > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 { display:block; }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .row .container { width:47.75rem;height:132.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aze1ZP4WMKU9zpEIbPrOaIHnbDbkqOBy { width:26.875rem;height:3.65625rem;top:3.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SbdDO0euaMwryoyqPc2hvpGnTDKTducC { width:9.375rem;height:12.5rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b7nnzDs8BWdsGrgxKQSrW07FIZvZfHZp { width:9.375rem;height:2.2734375rem;top:72.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vHvrcEfc9aMgKHoeGTgxKgE2lmsxdUx7 { width:9.375rem;height:12.5rem;top:58.1875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AhbDxudJSeWGNWgDGd3M7dEC5T4hkhmv { width:9.375rem;height:2.2734375rem;top:72.5625rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lVaCrlhWnRX0vJBgrD9tHfCJaPdeyDUV { width:9.375rem;height:12.5rem;top:58.1875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jbqk7IpAKFICKnihv9brWkH2T3qvW50t { width:9.375rem;height:3.41015625rem;top:72.5625rem;left:38.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UcQu7f1S67bwOgMKKJGGw22CVfOa7UKM { width:9.375rem;height:12.5rem;top:100.8125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CqyoxiEwidsBTaw0MJ8OUCOFZHw7dAEn { width:9.375rem;height:3.41015625rem;top:115.5rem;left:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1QBa4pHVmLsNL44CoHBnuXCxhL8VSKy { width:9.375rem;height:3.41015625rem;top:94.0625rem;left:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sOZHpK3pd6dPMg1nOfp7bZgtPPwaMRCv { width:9.375rem;height:12.5rem;top:79.6875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b72VRcfzXzzZIFo3X4wdfUFlCQ3iWGUE { width:9.375rem;height:2.2734375rem;top:94.375rem;left:25.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iogkwSRXkRdIgHGBZR3hxnpgfQ8dzHWK { width:9.375rem;height:12.5rem;top:79.6875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wUMdQ5T2rbm0K7goSGTo32FyXZFfIyoL { width:9.375rem;height:2.2734375rem;top:94.375rem;left:38.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r2RHu2p85i7XQtiTNQMEk9cx0lEWtJQS { width:9.375rem;height:12.5rem;top:79.6875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qrKWmbVoyu2t8ydrTGGvRhvRPh3aoSyU { width:9.375rem;height:2.2734375rem;top:94.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pq2khkMOxMqnBhpcbkMQxT0Gw5CphJ7F { width:9.375rem;height:12.5rem;top:79.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hfCV02lM1UAq7yhRXRgddNS49RyT9G4U { width:13.125rem;height:1.29980625rem;top:127.125rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ShD3sTE8P8vmpU0yEqPV37sTAZEeT208 { width:9.375rem;height:3.41015625rem;top:115rem;left:38.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkWE7yu2TiAxoEwfTRRwEugNpADZf8l2 { width:13.125rem;height:1.29980625rem;top:124.5625rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H7wBWl96tG5w0RI71JXcRFDatcPGThe3 { width:9.375rem;height:2.2734375rem;top:115.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f21JXC9MmHUBKfvgtrtIL0bQ3Q7Fdcsd { width:9.375rem;height:12.5rem;top:100.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nNBGaNWC0hEzgc92iqwgaqzdtZPDRqAD { width:9.375rem;height:12.5rem;top:100.8125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v5v9x43wbFebSx55hhViqlPwJ3sQXLAw { width:9.375rem;height:2.2734375rem;top:115rem;left:25.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DwAB0iqipvUByT9F9cakR3sW0bzm7AcL { width:9.375rem;height:12.5rem;top:100.8125rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UZlCls822JoGPI9lk04sxd2MqRLn0HAD { width:9.375rem;height:12.5rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f5K0HC3wvyHtlUaRXRH2TPJd3vSpEJTJ { width:9.375rem;height:3.41015625rem;top:27.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bx9E3aGQu65VcynqhICV79nc6QbxucTJ { width:9.375rem;height:12.5rem;top:12.625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GwU4K3h3MfTQuD2zWw4MDDGxdLcOfXn4 { width:9.375rem;height:12.5rem;top:12.625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GK0DC9rIHaCuLqeTTNLri3PViE4Gc2a0 { width:9.375rem;height:12.5rem;top:12.625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6orc1T29PTTTzs7mQVSnbTSQlqxAKrK { width:9.375rem;height:12.5rem;top:35.375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rcndt5TTR2OMw8dRR111BcPLwzdhzCaE { width:9.375rem;height:12.5rem;top:35.375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OoH37rpWKmMvzFsfspAWFRrPIUv1wbN1 { width:9.375rem;height:12.5rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qD6H4NTvGdcgnLPhU7FhcW6TNocACvra { width:9.375rem;height:4.546875rem;top:27.1875rem;left:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PFKEo5Iq0CbnISoRAavK8vqPgQP4TIQO { width:9.375rem;height:3.41015625rem;top:27.1875rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BmiQtaUxdWTU8OnGGfknyUMViMwIgJOP { width:9.375rem;height:3.41015625rem;top:27.1875rem;left:38.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GbsnBl6PSHwldv3IdoMBacoETiXIRx6N { width:9.375rem;height:4.546875rem;top:49.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MxsMKchMNCZvlUVaDoHKSi7OR0iy0F4d { width:9.375rem;height:3.41015625rem;top:49.75rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i2ch5beDdeydSbUPe9PLcbbabWhdsqVB { width:9.375rem;height:3.41015625rem;top:49.75rem;left:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O8LJQO4Th9UFcAv2baQgzCe65A6RnFem { width:9.375rem;height:12.5rem;top:58.1875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTNlJLNDgHTkapxZmWcivkM6ZTTDU4mH { width:9.375rem;height:2.2734375rem;top:72.5625rem;left:25.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r64b9pNltD36yLy27n6MBdqe4bXwD5XT { width:9.375rem;height:12.875rem;top:35.375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #msFoSgkvUn8HIO297RE8166Dz1Q8ndeL { width:9.375rem;height:2.2734375rem;top:49.75rem;left:38.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP { display:block; }#EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP > .row .container { width:47.75rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tCJVkI1gqGPpDMbr6J1rgl4R9dDWxHsP { width:16rem;height:6.6875rem;top:34.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #SNuBnUdq3rJfthTpJsmPeRBmLZWCdXM4 { width:16.0625rem;height:6.6875rem;top:40.40625rem;left:15.916015625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #TIx0h5AZvqQPcoaJhEXqtGHryqRrr6uf { width:13.25rem;height:13.4668125rem;top:12.8125rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wv5a3TTk8SxRvnn2B2K0s8keGxyy3Wgi { top:28.625rem;left:18.59375rem;width:10.625rem;height:3.125rem;z-index:15045;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nnvWmkCnm3szk4J5nCmtVagJ161ciBOV { display:block; }
 }@media only screen and (max-width: 1199px) { #FcDFo9Ek90AwTXNMrWBHiQDxNxgFTtcd { width:16.0625rem;height:6.6875rem;top:34.5625rem;left:15.875rem;overflow:hidden;z-index:15044;display:block; }
 }@media only screen and (max-width: 1199px) { #lEraezRGpHoNpPfTBttm8gc9Rs7SSmfB { width:16.0625rem;height:6.6875rem;top:34.5625rem;left:31.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #Kk63tx1Cy83DSX6xpEAdEduCymwoJrrW { width:47.75rem;height:3.4121125rem;top:3.5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdTXcyKoCfx8ib3zOdxH6VCHmWRlLB2n { width:13.25rem;height:8.65725rem;top:12.8125rem;left:17.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sDxOiuBr2K36x5OqO35I0kGWaeKexxC0 { width:13.25rem;height:6.733375rem;top:12.8125rem;left:33.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sk2Zl9JoREyOeekelnCwd5bCCwCemWWE { width:47.75rem;height:0.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uHN8TtnCZI8WzkALz2n6HirBBK5MJT8x { width:12.5rem;height:1.29980625rem;top:10.1875rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a6M2gFu3kJtoJFiTWlF6N2oMOfrGMZWX { width:12.5rem;height:1.29980625rem;top:10.1875rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ukLhNXuCQiaiF04Z5w1TMuyDlg63xk1o { width:15.9375rem;height:1.29980625rem;top:10.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS { display:flex;height:auto;width:17.5rem;display:none; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 1199px) { #K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS #JoXOHKBAlTXly7ZiO8LM5NsgB7ogIlkN {  }
 }@media only screen and (max-width: 1199px) { #K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS #tZiQsRT9GVWxp1XKIptTWmd2NI6PkfMQ {  }
 }@media only screen and (max-width: 1199px) { #K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS #PTgVLCm7ETehW4HsGp0hCC9hx9DOMByh {  }
 }@media only screen and (max-width: 1199px) { #K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS #ehcZciOLE993n286O7pmty8qnAtU8rQ5 {  }
 }@media only screen and (max-width: 1199px) { #K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS #o2d45x4kU36wf4PWnUZm2FQzts9C7vIH {  }
 }@media only screen and (max-width: 1199px) { #mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs { display:flex;height:auto;width:17.5rem;display:none; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 1199px) { #mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs #V7CU39tExRignCsmvvJ7Jr1Opt7k6qTk {  }
 }@media only screen and (max-width: 1199px) { #mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs #dCSaaK6wnTCL0PonWmppJMVikL9eOSXf {  }
 }@media only screen and (max-width: 1199px) { #mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs #UdP8rSTiDt0F1bR6WKp2BP46NbwheVbm {  }
 }@media only screen and (max-width: 1199px) { #mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs #zwvsIKXoAF06hf1GATPe3fARG7DVe2wT {  }
 }@media only screen and (max-width: 1199px) { #mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs #XTfXXqJG3F8eq8nDwXKuqfsTqhlyG4pR {  }
 }@media only screen and (max-width: 1199px) { #I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D { display:flex;height:auto;width:17.5rem;display:none; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 1199px) { #I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D #sB71TOL2lU28TGOEOnhgGR6PZvOfeT0A {  }
 }@media only screen and (max-width: 1199px) { #I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D #ugfOrLQJ6vxCVa55DgAFHT9IR56aqGIM {  }
 }@media only screen and (max-width: 1199px) { #I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D #xtOq0pzcE1TLPifx36hTK4G7ZuAiWLZb {  }
 }@media only screen and (max-width: 1199px) { #I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D #srrilSVtnahFcTTRFy1Q6mEQoScGfotg {  }
 }@media only screen and (max-width: 1199px) { #I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D #TppwdJoUZUICUW24Uppze8odyzPWiExB {  }
 }@media only screen and (max-width: 1199px) { #A6yTEdFAoTc0LiHHxZCgPrlVnyR3fF91 { display:block; }#A6yTEdFAoTc0LiHHxZCgPrlVnyR3fF91 > .row .container { width:47.75rem;height:81.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TClIs8LLnmcgH8cqPwpGCcs4gHlTPHPd { width:38.375rem;height:2.25rem;top:3.6875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kl2RwoonA6JpSZUOk2pGAW0rNTTUXqnB { width:18.75rem;height:8.53125rem;top:12.359375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZFOtZgiXA3fOLDI4EtVQLkKf5nTAspyT { width:22.5625rem;height:1.13720625rem;top:62.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MrZJGC1TxkeVndrbPe8Qy6n98r07rfhW { width:17rem;height:1.13671875rem;top:69rem;left:28.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHzTN90yqkgJzihaDp02TJShCHbnzwGy { width:17.1875rem;height:1.13671875rem;top:62.8125rem;left:28.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCZqDziPwi91DnMx0CG3MoPSrexVzbeh { width:12.5rem;height:1.29980625rem;top:61.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W96JqgocCnBIdw8HCy64Av7e9DJ66Gib { width:12.5rem;height:1.29980625rem;top:67.6875rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gKLTBJbCRzXG8wCD3xfUGKNITG2WhW1o { width:12.5rem;height:1.29980625rem;top:61.5rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lq2S6uBnJAVrsiylLCMBhvV1ETxnc2EX { width:11.6875rem;height:1.13671875rem;top:68.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvF4szRTnMODcdDDggiOl8zvpS7SU5Ui { width:12.125rem;height:1.13671875rem;top:75.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mns6fBOsHLgrBGU4Tb92sOeUcvhkuvuC { width:16.9375rem;height:1.13671875rem;top:75.125rem;left:28.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PP0cuBpQoTrymGvRSk4xftPyHyTrSHwT { width:7.1875rem;height:1.29980625rem;top:67.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tc5ag2dlDziTlFZBDx0quqZ0T63D97rE { width:13.6875rem;height:1.29980625rem;top:73.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gosJ28rZTNCDxNSEybJ8Ck2bSkorI95C { width:17.25rem;height:1.29980625rem;top:73.8125rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cP1celsoUyQMixFT30rUZTDB2Lvmazgn { width:26.9375rem;height:15rem;top:9.125rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q0vaKTi5150qeBHNJ9Q6sKq6IKfoBpP0 { width:16.625rem;height:1.375rem;top:27.8125rem;left:26.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wdf5hsp6pD8QnAOWZN5iPKmUqAUHscJd { width:19.75rem;height:14.77734375rem;top:31.8125rem;left:26.5625rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #IAImsqncT3u3T1L8kiM0NlNm3oADb4p8 { width:25rem;height:1.5rem;top:55.4375rem;left:1.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1ETBF4n4Oa2aqhChpIgboX85XtlLTaw { width:16.5rem;height:1.375rem;top:27.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v5agO9lrMyxS5TPUQPGLaT5pyZkbO54R { width:21.8125rem;height:15.9140625rem;top:31.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlJCS2SIOp1TQIdRg5RliRv7F1E6Vzl0 { width:21rem;height:15rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oFV9CI3pCO6PBdpscbsgkpJcn4OOC4xn { width:47.75rem;height:4.625rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RUKtTsHPeufhaPxQnAtECwiWJ7ONQx0x { width:32.9375rem;height:18.5rem;top:14.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V { display:flex;height:auto;width:17.5rem;display:none; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 1199px) { #mREJ5FfXc9EMTy68mFoMClQhSEwMV82V #gTCokUOlbP6nnMy9K422buww1fn7GUax {  }
 }@media only screen and (max-width: 1199px) { #mREJ5FfXc9EMTy68mFoMClQhSEwMV82V #KWZGz5DKkcLyoDML453QafgEyvFqbpo4 {  }
 }@media only screen and (max-width: 1199px) { #mREJ5FfXc9EMTy68mFoMClQhSEwMV82V #MHAQIOwOxOSex8Tp3po23s7cVKDtCIxB {  }
 }@media only screen and (max-width: 1199px) { #mREJ5FfXc9EMTy68mFoMClQhSEwMV82V #T72Sk3vAVMAOGUT7w52sHU2gz3drwKXr {  }
 }@media only screen and (max-width: 1199px) { #mREJ5FfXc9EMTy68mFoMClQhSEwMV82V #KFtpv0BoKvPOi8etNOcKxQ4RfIAktNK0 {  }
 }@media only screen and (max-width: 1199px) { #JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo { display:flex;height:auto;width:17.5rem;display:none; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 1199px) { #JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo #wETiGTlTsJ6Nm7ArqIdDUs2hcKthE6Ft {  }
 }@media only screen and (max-width: 1199px) { #JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo #uoK2gnBiTlxqsd9frp2sh8NbutnKa9a1 {  }
 }@media only screen and (max-width: 1199px) { #JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo #v6yqvWtiqv0GnqlI9mcfqHuJDCmrvOf0 {  }
 }@media only screen and (max-width: 1199px) { #JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo #bm5EM0sWna8h3hNsPG5tCXbt7KUF9Pn6 {  }
 }@media only screen and (max-width: 1199px) { #JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo #JQbwief24Ra9HOtTzHhGGVgHVWevFrdi {  }
 }@media only screen and (max-width: 1199px) { #gAqZ7GTkTmTcABTp4pQD5DWnVkUkOcAz { width:17rem;height:0.89355625rem;top:70.3125rem;left:28.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r29wwzzTScMOxTIM9tNblchH0iWfdEx9 { width:17rem;height:0.89355625rem;top:64.25rem;left:28.5rem;font-size:0.6875rem;color:#484848;display:block; }
 }@media only screen and (max-width: 1199px) { #CqNbnGR0ez5glbAsPLs99OJ1zATTiNbc { width:17rem;height:0.89355625rem;top:70.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LsOfKeIUuJt3Lrr7z1oimebpxsJK5aQi { width:17rem;height:0.89355625rem;top:76.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tH5FSfvQlas3kzwq6FEtw4WgplzMkW5k { width:17rem;height:0.89355625rem;top:76.375rem;left:28.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MlTGHdxkzDX9zDkkDTF6tM0FhHH9f7kZ { display:block; }#MlTGHdxkzDX9zDkkDTF6tM0FhHH9f7kZ > .row .container { width:47.75rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XPOGcOH2BRPD3XwpaSWE6TBkevJyCwM2 { width:47.75rem;height:0;top:9.8125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wJuGczJKQ1SynEqnOs6GWaVu9vh4wqO0 { width:47.75rem;height:2.53125rem;top:1.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-regular-label { width:29.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-text { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-textarea { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-select { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-button { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7.5rem; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-checkbox-label { width:28.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0  { width:29.9375rem;height:auto;top:9.25rem;left:7.65625rem; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .radio-container { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 {display:block;}#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 { width:29.9375rem;height:auto;top:9.25rem;left:7.65625rem; }
 }@media only screen and (max-width: 1199px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #wk9xLERr5t7dOf7huzLc4SPJLaDdpsOE {  }
 }@media only screen and (max-width: 1199px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #cHnbfKGCKvtNCAGoPKrtJtTecAKSQz2d {  }
 }@media only screen and (max-width: 1199px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #p9Iw1Iyy3p5UoW3eygwWSX0XXFIJBDWx {  }
 }@media only screen and (max-width: 1199px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #BJQv2sJvQ6hEKNJOrNL0v9kSRcihCftv {  }
 }@media only screen and (max-width: 1199px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #ysM3CQfNRwSDg0bd5RZZnlS8w79xxe4Z {  }
 }@media only screen and (max-width: 1199px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #gHxztMZniAvuyQpWISEed6eXlS0zVMBM {  }
 }@media only screen and (max-width: 1199px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #oOIQlTTRZo3Pdp7OztaOGhtl3KGR7ILb {  }
 }@media only screen and (max-width: 1199px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #JTJJ1HNV9VQd6kbgNOqDW4cXuTCzJ6Z5 {  }
 }@media only screen and (max-width: 1199px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #UNMo2AzyTfdtAroup5As5Xgbd6VQsd0I {  }
 }@media only screen and (max-width: 1199px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #Q3ALXzdOFSux4QzbVH0QuPfTNdUxTtdR {  }
 }@media only screen and (max-width: 1199px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #CnRA8E6vnOJMkDI8AseSf4HCmTkHhuFE {  }
 }@media only screen and (max-width: 1199px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #CFft0pr0DIvSQO8Ah0Rn0P2423PdGskf {  }
 }@media only screen and (max-width: 1199px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #i6ghDQW4PsPNl7dpF1zeimkQx9fIf6pJ {  }
 }@media only screen and (max-width: 1199px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #akCKuTplwGrtGSwF3XVSW7klzRbDE07T {  }
 }@media only screen and (max-width: 1199px) { #P86se7opTHNkmyJA5QryJX2dumlJQW4Z { display:block; }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TepbOwZh7eiDFFB9nmGQiLv8Zppx7aqR { width:13.5rem;height:1.21875rem;top:6.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qSfFzUsktARRFyx0xAy4DqmV8id0O68T { width:11rem;height:1.21875rem;top:6.1875rem;left:34.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVW8MbOp1IEWW8xNT5kTQ1zDTsqzuoel { width:16.875rem;height:1.21875rem;top:6.1875rem;left:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTPVmr4JOiJbSvN4JKfFQ0GRdTNuck5S { width:12.5rem;height:3.41015625rem;top:11.875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Khgl5cCax82rZTaWJevnRpTmqDvJ3kAw { width:12.6875rem;height:3.8125rem;top:8.0625rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eSaJHnFKJD5gIkmx7XfaPnJhnX6KBQzT { display:block; }
 }@media only screen and (max-width: 1199px) { #IOknEBHf0XEnuh7IFzD2W0eRmA5OTbag { width:13.9375rem;height:3.8125rem;top:8.125rem;left:16.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m7AwfCpIpiF9mFP5qR51AhMCQ5m7eG5e { display:block; }
 }@media only screen and (max-width: 1199px) { #PCyJ26iUEoHFmsxXRCyQfcfMRym6Kdu0 { width:12.5rem;height:3.41015625rem;top:11.875rem;left:17.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V9XU1o6C35zSZByzwuhCCB5baLCXP1Lm { width:12.5rem;height:3.8125rem;top:7.4375rem;left:34.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WhMJl7oFan0K75UAlcZkziNOkxQDX7FE { display:block; }
 }@media only screen and (max-width: 1199px) { #oMDb6zPGtq7TwzH0NyKZr8BUIVKrJMJc { width:12.5rem;height:3.41015625rem;top:11.875rem;left:34.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 { display:none; }#gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #okEZdEixNtLICTq2FV2fTETnrKXnrs28 { width:1.5625rem;height:1.5625rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PtzyitxOCR8ZrFM7AQzOMuhDrk7NnTSu { width:1.5625rem;height:1.5625rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lHAey5d6tz4DugrevuG06dTg2PeD8KSH { width:1.5625rem;height:1.5625rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HJsiTGSzc9XNnJ1hdFBgyCXDmnTJzKNT { width:1.5625rem;height:1.5625rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #g7WTU2azOfgaDnvhTWDAfrZQSWoWqDk2 { width:47.75rem;height:19.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BIe0ZKoCulxlCl2AkLgL4BbIZBitA62X { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ai1uAO5Jw8xw0a13NhxS6FfdIeomuT5r { display:block; }
 }@media only screen and (max-width: 1199px) { #U2qq7PN1zQn2dOqnGdxlThwSpwgw7t82 { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #i5AJdImvJoznEWXJDKXrTAraOXEFnMuQ { display:block; }
 }@media only screen and (max-width: 1199px) { #xJsP58o5thdOtd68rATvBHcwy3Re1aOx { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mZk4TM1y1MoH3VTTrIilQwmdcHSJ7glf { display:block; }
 }@media only screen and (max-width: 1199px) { #h0yVezkEQ2GLyNKkXyvrucDwIvPFzeir { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OtqrOEhPhGADyd2k4m3ZUHRTJ45O4iSy { display:block; }
 }@media only screen and (max-width: 1199px) { #f7KTbgSdccQPke7X7kgQNXo0THeKVxEm { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RCTZUSSpnGATgCMzo0rTaTRDHckNXNOb { display:block; }
 }@media only screen and (max-width: 1199px) { #BpfgsHFU7cRn6qJbz2T6haBh9lbNPHT6 { display:block; }#BpfgsHFU7cRn6qJbz2T6haBh9lbNPHT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u3gomlXJ8GIplFf1Ja987NSlDpX4bdKE { width:1.5625rem;height:1.5625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #olWv3P7y1NUe3zMgJBfJuypRDKtPXmTS { width:1.5625rem;height:1.5625rem;top:1.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ogk75LosbPEkVq9kWfNk1JTrrkVDqW3J { width:1.5625rem;height:1.5625rem;top:1.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g4va7HMfLIWfOHsGUvvACR3x25baz9I4 { width:1.5625rem;height:1.5625rem;top:1.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gBvxe6CB9emGLms43TvOyOMy5Vz6EXvv { width:10.5625rem;height:4.6875rem;top:0.5rem;left:18.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tLfXk5k2ZIJnkDgI9zFxXV7EPTEdxvkr { width:3.75rem;height:1.5625rem;top:1.5625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UEfsN0l8iAiHi29b0WNSiGDaWeOVI4au { width:5rem;height:4.875rem;top:0rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rR6eWBrkhmvSnlrDRMFcGhLvT58tazHd { display:block; }
 }@media only screen and (max-width: 1199px) { #t9Dd0TX39xaKeBUff3GaS0EsOCexVSKO { width:12rem;height:5rem;top:0.3125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vpnkw7BkNecQKz81gOl4QIvcUNdc6tQF { display:block; }
 }@media only screen and (max-width: 1199px) { #vskNhDqZxTZGn4ibgzKisSeEAsVy7vko { width:2.25rem;height:5.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRgybo5cnFimz8zEHdOn0veHsozxPgvV { display:block; }
 }@media only screen and (max-width: 1199px) { #KVSxvOmoMKHXJuQP8eyQCaaRHfwqwcxI { width:2.625rem;height:4.9375rem;top:0rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gssdIOl9HDLSUSTAdpD6F7TdbrieAi9H { display:block; }
 }@media only screen and (max-width: 1199px) { #iGGsTnBc5iuxK4hKpS7LgQ3f7qPkr0as { width:2.5625rem;height:4.9375rem;top:0rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TELuw3x7CM0F8dQuVbES9SSww12B9Pkd { display:block; }
 }@media only screen and (max-width: 1199px) { #Cae5sizBSpXNm3lx9wMfK6WAsqbJSSQ8 { width:2.875rem;height:4.875rem;top:0rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #suClsLFzwBcnMvTv1RKJk3ykroGzVkg0 { display:block; }
 }@media only screen and (max-width: 1199px) { #O9OCHx7tiTfrOGAramzqhyRXBPkt4OfH { display:block; }#O9OCHx7tiTfrOGAramzqhyRXBPkt4OfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oxLyoi8ozPB08BNHQE3IkDo9d0Fct6i2 { width:2.0625rem;height:2.0625rem;top:0.1875rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl { background-color:#ededed;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; }#SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl > .row .container { background-color: transparent; background-image: none; }#SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl > .row .container > .video-iframe-container { display: none; }#SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl > .row > .video-iframe-container { display: none; }#SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl > .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); }#SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl > .row .container { border-width: 0; border-radius: 0; }#SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SBFaainV3Jcg0P8TFmKHm3pgHcIogPxl > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqlUWtsQFTC8QAvUTBEOTtTMap4FcUb5 { display:flex;top:0rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #lSCNAn4b7tE7MR9NRTzJryXWPCztVa1J { top:7.375rem;left:0rem;width:17.5rem;height:15.8105625rem;z-index:15001;line-height:2.2;font-size:1.4375rem;color:#484848;display:block; }
 }@media only screen and (max-width: 763px) { #LDhPcLay3pK1oDn6cDVrBinyLEWNUc4o { top:0.375rem;left:0rem;width:2.375rem;height:2.375rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AA5shMNfObMGgp3VN55fS293wJNm4v4S { top:25.875rem;left:0rem;width:17.5rem;height:3.4375rem;z-index:15005;text-align:left;text-align-last:left;background-color:transparent;background-image:none;color:#484848;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOM9emTPimOGgGOi82InSiCUpQ5PzMpI { display:block; }
 }@media only screen and (max-width: 763px) { #Kf4JUpBSewL74sluJ1T3De6Ay0UZoLXT { width:10.625rem;height:1.57470625rem;top:0.775390625rem;left:0rem;text-align:right;text-align-last:right;font-size:1.3125rem;z-index:15003;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zyxgJXdqNHIOzFoNzGdLdJFfXxuuXry7 { width:2.625rem;height:2.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXrAu2uIQGGroF2wigmrqwCX2JNhiOb1 { width:7.4375rem;height:2.8125rem;top:7.75rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPrpL0OXXMHgPeqlh8y8HQo7BTK0FApK { display:block; }
 }@media only screen and (max-width: 763px) { #DtPBoPWxGSHoMlE71rBTzEsFamQa5J7o { width:20rem;height:0;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m83gKs3EtEuntfVWP3aadxOhGApD6eGM { width:9.5625rem;height:1.875rem;top:3.15625rem;left:10.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #aXvs7NR6iZrWPQ7Rb86TP0E6lU87hARx { display:block; }
 }@media only screen and (max-width: 763px) { #bAQWwf1iRWhhTb4EGtGgrv1MN9QMWsa7 { width:9.5625rem;height:1.875rem;top:6.84375rem;left:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTM9QKCaDerCGTb3vMii25yJtPbtnSbJ { display:block; }
 }@media only screen and (max-width: 763px) { #PprsUrtgNU7LkoFelkAcs2owlpOnhNin { width:9.5625rem;height:1.875rem;top:8.71875rem;left:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #syuCg3JoTH9PiXXm7n2I6SG9PuI9HMmF { display:block; }
 }@media only screen and (max-width: 763px) { #i0SdJeZG9drMZ3QN47g1N42UamMGHAnT { display:flex;top:0rem;left:15.625rem;width:3.125rem;height:3.125rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #cC6kfDzfdhVzM0m207LX7b0VT1r4OM1x { width:5.625rem;height:2.4375rem;top:0rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBB1ZQ5UsToMnpmI9KxzBNdFfNa0VPbl { display:block; }
 }@media only screen and (max-width: 763px) { #Siy6459dhiz1wMFUCtTeI6IdoX1WyrdI { width:9.5625rem;height:1.875rem;top:4.96875rem;left:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJtTtGH3iLP9f1J1UraV7kwVk00F0h7g { display:block; }
 }@media only screen and (max-width: 763px) { #q9BAnGbwE4Eb2TT1uX38DSP9ABdSVxzR { display:none; }#q9BAnGbwE4Eb2TT1uX38DSP9ABdSVxzR > .row .container { width:20rem;height:8.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs { display:block; }#ZuLAlGrMe8pWVmZ72ho0s5nMKxWykmUs > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqtUrVHxEwqIa4dbHaFpDkhlUdpx7r4m { display:block; }#aqtUrVHxEwqIa4dbHaFpDkhlUdpx7r4m > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFZHwtu4VhztETRELo5U0WUGMu6wQ436 { width:20rem;height:14.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIkqzgZxQLFsopJTzCBqhmkN8EGq5QzT { display:block; }#MIkqzgZxQLFsopJTzCBqhmkN8EGq5QzT > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Id9UcqBGqGq6JJE6hyeInAO9aXHI9yZT { top:6.75rem;left:4.6875rem;width:10.625rem;height:3.625rem;color:#ffffff;font-family:beatrice;font-weight:400;font-style:normal;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrHC9ZAplZtvCCeCV3UFiSVCKduHPhdr { display:block; }
 }@media only screen and (max-width: 763px) { #fttiFDkx2edEiBPtZKId5V8tzaA8Md1H { width:15.625rem;height:1.4619125rem;top:3.0625rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybrkITpTLHoNKhMMSpSVHmTi46PNg4m0 { width:15.625rem;height:1.13671875rem;top:4.5rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OMPGhcnDPtVtZ0Pi1yxvAHJdC4c1Giiy { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHh8xQtfTZlnpWRTkST61JwadM8Ck48U { width:20rem;height:8.6875rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhJaiR6l4blUkluAQNpEgqxPAeTOwePO { display:block; }#HhJaiR6l4blUkluAQNpEgqxPAeTOwePO > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peZ0LTDzrn5TepU53qLR8BC0dNnIXhyA { width:20rem;height:4.5rem;top:2.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFXvSAhFplqds3QUNEQfWBwudPgV8kRz { width:20rem;height:0.8496125rem;top:7.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000000;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lDKG3M5i9klIQBZP3UTtylXZDVTqUeUy { width:7.6875rem;height:1.19921875rem;top:13.1982421875rem;left:5.03125rem;font-size:1.5rem;line-height:.8;font-weight:300;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gbG1iyomLfuEVuyA5q9MzBA5lTOQlihu { width:4.875rem;height:2.923825rem;top:12.3369140625rem;left:12.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L39VnT1CRFK8hxIOyC8PZRF0kGHPCZPI { width:7.6875rem;height:1.19921875rem;top:18.087890625rem;left:5.03125rem;font-size:1.5rem;line-height:.8;font-weight:300;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GIz975nMv5CFNwd8D3gIxrQk5O1prgSR { width:6rem;height:1.4619125rem;top:17.95703125rem;left:12.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jbf0yOEozSfrI5vQ7UoXi6GHcsM8oMHJ { width:7.6875rem;height:1.29980625rem;top:22.97265625rem;left:5.09375rem;font-size:1.625rem;line-height:.8;font-weight:300;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E6V4ZP6PT1NXV7utsw2hrQ6NocVysQaB { width:7rem;height:1.4619125rem;top:22.892578125rem;left:12.46875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oluLVfOx8xZAqJ504TId75ITA6dvGMAH { width:20rem;height:4.625rem;top:11.4375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz3bEPRxs0pZz3dWhoAwcTuWSqSZMSzp { width:3.375rem;height:1.8125rem;top:12.8935546875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnBvb4WVTMfT8m9F1o3OK6yAMfB7Xe9C { width:20rem;height:4.625rem;top:16.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyGEfAhhNehVKqmQqlJS64aW7gZfIaUT { width:3.375rem;height:1.75rem;top:17.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb92Pg6Opfb6ToSkTe8iS0qCCS2SiUzr { width:20rem;height:4.625rem;top:21.3125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAQ7NIMriTNaie9tURT5MngW36e8gTqI { width:20rem;height:0.75rem;top:27.25rem;left:0rem;font-size:0.9375rem;line-height:.8;font-weight:300;font-style:normal;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #TzA1p4IcTsEIGDs9w8lL6N3OSJqryelK { width:3.375rem;height:1.8125rem;top:22.716796875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBrCbfaWHJ376XDF3QQ8EHu1sFw3dL2D { width:20rem;height:2.75rem;top:29rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #G13Moyzb9a0OFvncBTtvwTb2zV2KWhqO { width:20rem;height:0.75rem;top:30rem;left:0rem;font-size:0.9375rem;line-height:.8;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SfiQvisXQcCqqxMqbyqaisXnayN7Ugkh { width:4.375rem;height:4.375rem;top:11.5625rem;left:0.1875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #elIvt6XTDQM8xVX9lGNfyI0PDGTHxqGv { width:4.375rem;height:4.375rem;top:16.5rem;left:0.1875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #hu2fSVOfXEdULKdo9Fk3RpMAwFadX353 { width:4.375rem;height:4.375rem;top:21.435546875rem;left:0.1875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #BkTm6SeXcvuexA4bD69LTWKFC8asZeSe { width:20rem;height:2.75rem;top:26.25rem;left:0rem;z-index:15033;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2zaFQOaP8VZ4NkRLA2LQEsRuT55GIbP { width:20rem;height:2.75rem;top:31.75rem;left:0rem;z-index:15004;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOpkL1ubVPHOPR0A14BVcz0guZDvutKr { width:17.375rem;height:0.75rem;top:32.75rem;left:1.3125rem;font-size:0.9375rem;line-height:.8;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SKKN9vWlhWT1TmK208BJnDTdhprwhLAa { background-color:#484848;background-image:none;display:block; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row .container { background-color: transparent; background-image: none; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row .container > .video-iframe-container { display: none; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row > .video-iframe-container { display: none; }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .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); }#SKKN9vWlhWT1TmK208BJnDTdhprwhLAa > .row .container { width:20rem;height:94.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlGIZGTJHQK3OoOaOAfksk0l7JfLT6Fg { width:10.9375rem;height:2.199225rem;top:4.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuBueb0QuTBPwolF6Uubvsoh1wh6GK3i { width:12.5rem;height:1.86865rem;top:0rem;left:3.75rem;font-size:1.4375rem;color:#484848;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #FIgh8M9uLFgPPf77ISUOTWTHke0nVzkz { width:8.8125rem;height:2.03125rem;top:15.609375rem;left:10.75rem;font-size:1.5625rem;font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZQW6yQNdQnn6Di8TH4QPuNBR9oC05WwB { width:12.1875rem;height:2.75rem;top:18.09375rem;left:0.6875rem;font-size:1.375rem;z-index:15004;color:#000000;font-weight:300;font-style:normal;text-align:left;text-align-last:left;font-family:beatrice;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uCPhhSQFaQZmWpI3RA6tr8Hpqi2Vpdmd { width:16.0625rem;height:1.7871125rem;top:27.25rem;left:0.6875rem;font-size:1.375rem;z-index:15005;color:#000000;font-weight:300;font-style:normal;text-align:left;text-align-last:left;font-family:beatrice;display:block; }
 }@media only screen and (max-width: 763px) { #f4oilHQnhLbMMU6e9VIack1bXOFyDmMd { width:16.0625rem;height:2.75rem;top:34.375rem;left:0.6875rem;font-size:1.375rem;z-index:15006;color:#000000;font-weight:300;font-style:normal;font-family:beatrice;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UOAVTVkwSM2S8Kx0E14TBc5G98pcfpJH { width:16.0625rem;height:2.75rem;top:48.375rem;left:0.6875rem;font-size:1.375rem;z-index:15007;color:#000000;font-weight:300;font-style:normal;font-family:beatrice;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LQfwHW8fTU3f6Bam7Qa7w2rsfbxSI3MG { width:16.0625rem;height:1.7871125rem;top:42.25rem;left:0.6875rem;font-size:1.375rem;z-index:15008;color:#000000;font-weight:300;font-style:normal;font-family:beatrice;display:block; }
 }@media only screen and (max-width: 763px) { #XZsM6TiCBTwRL5wM5ICRV7IwkPVw703g { width:20rem;height:4.298825rem;top:1.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCzfoBBXUntbXTC8yb9PVDhG8EDahDbO { width:20rem;height:3.125rem;top:10.125rem;left:0rem;z-index:15005;background-color:#ededed;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IwgnaLdDtFm6PssxWWDlr64qRBZdCnHr { width:20rem;height:5.1181625rem;top:9.3779296875rem;left:0rem;font-size:3.9375rem;z-index:15005;color:#484848;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:"beatrice extra";display:block; }
 }@media only screen and (max-width: 763px) { #OFqsMSpCB83k3QSGMUCISZxPWnozvPc4 { width:20rem;height:19.1875rem;top:23.6875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #QZ49TtdsxI2dxaT09euSeAmbGGI05yx2 { width:10.5rem;height:1.875rem;top:66.625rem;left:9.125rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oKZanZzXqhzyw1x356cPv7IkBeu7XXMg { width:6.625rem;height:1.21875rem;top:18.859375rem;left:13rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z7PQHcVFgzdf9QxsdHmHQRvnR2aShytm { width:10.125rem;height:2.03125rem;top:26.5625rem;left:9.375rem;font-size:1.5625rem;font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #seGfAOVWsCIyby7LEbmXibmXb97GqvhD { width:4.25rem;height:1.21875rem;top:74.5rem;left:15.25rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xgLNgGuQEdO3kxWIUHNSpHH7VKIA4f1l { width:10.5rem;height:2.03125rem;top:33.8125rem;left:9rem;font-size:1.5625rem;font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ahTNweHTNJoEdrMSnHcNvf47FbW4Qqz2 { width:20rem;height:12.5rem;top:69.75rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #dVP7Jrd7GqIsrLh5up1AUZd6cuSa72aJ { width:15.875rem;height:1.54345625rem;top:42.375rem;left:3.625rem;font-size:1.1875rem;font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #w2xcZSTCz84xRHbqhneM2RfyprggU0zU { width:6.625rem;height:1.21875rem;top:35.875rem;left:12.875rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #M6iTkhi8a7zSTT49xLL8AToIMJ8yQhT1 { width:4.875rem;height:1.21875rem;top:80.875rem;left:14.625rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yXJfv07SPw86151QFlmTMvKb88WLnT88 { width:20rem;height:12.5rem;top:86.625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #f9tMiOKE0TzqrZHiKTCqkgTKgvawIMX5 { width:12.8125rem;height:2.03125rem;top:48.125rem;left:6.6875rem;font-size:1.5625rem;font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cfHuD4PX1QW7AvwK5lZr1PgHgaZTXqnz { width:11.8125rem;height:1.21875rem;top:49.9375rem;left:7.6875rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aivokm53qSemgpqDMxZE7aXwxREaVHdM { width:15.1875rem;height:auto;top:18.5625rem;left:2.375rem;font-size:1.9375rem;color:#484848;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #zrJr69KZtLodC4PWTuNE8N91UxRJ7KM3 { width:11.6875rem;height:2.03125rem;top:60.9375rem;left:7.8125rem;font-size:1.5625rem;font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lXOr84K6aqWdOs5CITBnz3pElzsM6JGO { width:10.25rem;height:1.21875rem;top:62.9375rem;left:9.25rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KZtdbtstEISrF5AdVMfbh6DdzoVy1KFC { width:13.9375rem;height:2.03125rem;top:72.5rem;left:5.5625rem;font-size:1.5625rem;font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hB5zVTPlW7A4huJHvQO9s444R6rn3bqT { width:9.5rem;height:1.21875rem;top:28.625rem;left:10rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #INDxwtJLrLd3WSn3kveccI6bNCnBQgTI { width:20rem;height:12.5rem;top:56.625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ymDRZKHODsOEDlllEhnMpqwwoZxnpC9C { width:20rem;height:12.5rem;top:69.75rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #sdmTkXXS4KqBVru6KX60bskcVTETuncb { width:15.875rem;height:1.54345625rem;top:79.375rem;left:3.5625rem;font-size:1.1875rem;font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z5vl5KKQ2tJNG3PwiSZMrlah9TH6aTZ2 { width:20rem;height:12.5rem;top:86.625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #WknETwGICJgAttNnkWAmTeanRuPqyUta { width:8.4375rem;height:2.03125rem;top:85.4375rem;left:11rem;font-size:1.5625rem;font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #S5mRgZfp6SkOcN0fpNJldkK9MTTZUzlP { width:11.1875rem;height:1.21875rem;top:87.4375rem;left:8.3125rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NuV9lJOpA9k6BsisPB7CIrsctub0i1gc { width:15.875rem;height:1.625rem;top:35.0625rem;left:4.125rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#efefef;display:none; }
 }@media only screen and (max-width: 763px) { #UskrxvSX9VloSVWEzTp1B4XLuFi89MAP { width:10.125rem;height:1.875rem;top:21.296875rem;left:9.5rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZNKXTsT2CSxu4DHpwdr2IUGVSpwUOrXz { width:20rem;height:0.8496125rem;top:7.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#efefef;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xnW2fTrXFRcWFsTzDGDrm3TCEANTxnF7 { width:16.0625rem;height:2.75rem;top:63.375rem;left:0.6875rem;font-size:1.375rem;z-index:15005;color:#000000;font-weight:300;font-style:normal;text-align:left;text-align-last:left;font-family:beatrice;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zN15sRU4Pm2DCy2Hma01CTQ3DZQhm1HE { width:17.5625rem;height:1.7871125rem;top:73.0625rem;left:0.6875rem;font-size:1.375rem;z-index:15006;color:#000000;font-weight:300;font-style:normal;text-align:left;text-align-last:left;font-family:beatrice;display:block; }
 }@media only screen and (max-width: 763px) { #tF6UnberoXnFU0wwXrdBzWvzOkHb3TDM { width:19.3125rem;height:1.7871125rem;top:79.8125rem;left:0.6875rem;font-size:1.375rem;z-index:15009;color:#000000;font-weight:300;font-style:normal;font-family:beatrice;display:block; }
 }@media only screen and (max-width: 763px) { #tNN7fS5z2OcdtZUUx3weLMh3kvW0KrZd { width:16.0625rem;height:2.75rem;top:85.9375rem;left:0.6875rem;font-size:1.375rem;z-index:15008;color:#000000;font-weight:300;font-style:normal;font-family:beatrice;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Kk5LWHQkzP6dGkt4ZupuAf9PgdHbPaim { width:20rem;height:3.125rem;top:55.9375rem;left:0rem;z-index:15006;background-color:#ededed;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #oaP8bt1731olgMMkSgqO9x48JKyCEhNc { width:20rem;height:5.1181625rem;top:55.1904296875rem;left:0rem;font-size:3.9375rem;z-index:15006;color:#484848;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:"beatrice extra";display:block; }
 }@media only screen and (max-width: 763px) { #aCep3qaAINPzFoi0JnLXuwAqrCqAZNIT { width:20rem;height:11.5rem;top:13.1875rem;left:0rem;z-index:14995;background-color:#ededed;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #uRHVXqiTOnW3AGTEu20Wu3uSZGxuWu6T { width:20rem;height:6.9375rem;top:24.6875rem;left:0rem;z-index:14994;background-color:#ededed;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #pkpWsPID60Q3NZZ2SJov8xdSLxqSzNCr { width:20rem;height:8.25rem;top:31.625rem;left:0rem;z-index:14993;background-color:#ededed;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #hSCup2yBmHUAS8UqunaRm0Vt1vHksMdL { width:20rem;height:6.5625rem;top:39.875rem;left:0rem;z-index:14992;background-color:#ededed;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #JhT3uyNCFEXkfRCtXMbD8wdt6hv6wRIw { width:20rem;height:6.5625rem;top:46.4375rem;left:0rem;z-index:14991;background-color:#ededed;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMxpdTCAJQHRWMCsD82fEtwA2c55JrH1 { width:20rem;height:11.5rem;top:59rem;left:0rem;z-index:14996;background-color:#ededed;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #lJNbsTyTxMwagOXE8s1omPuFZhAZILEA { width:20rem;height:6.9375rem;top:70.5rem;left:0rem;z-index:14995;background-color:#ededed;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Ckv0nDul1qkGUuKNtHko5eWETdyIrrZx { width:20rem;height:6.5625rem;top:77.4375rem;left:0rem;z-index:14993;background-color:#ededed;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #p6p0eiFbtliA9FSIs5vHWX7N5max7T2i { width:20rem;height:6.5625rem;top:84rem;left:0rem;z-index:14992;background-color:#ededed;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdyQ99gcOi6xPhQpKWmAqex3D5uvK65z { width:11.75rem;height:1.21875rem;top:17.640625rem;left:7.875rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZieGtw4JTwtttWfKDrFooopHelPghSRr { width:7.3125rem;height:1.21875rem;top:20.078125rem;left:12.3125rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #I7C1DLuoruln9mNmaiHZFkWWUh5B1yd5 { width:6.5rem;height:1.21875rem;top:37.125rem;left:13.125rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eFTAlGDA2r05leUtBk6gG4aCQvNnlAzH { width:7.3125rem;height:1.21875rem;top:65.40625rem;left:12.3125rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AZnD8tbzd0VSR2QbxVDV9clOTolHqaQ8 { width:20rem;height:12.5rem;top:43.5rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #dkhOMMRQMvbRb7IJ4NEX4iT9hPTmhVvr { width:20rem;height:12.5rem;top:56.625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Iv9efeUpqLqM1HZIyTHUp6nckT33x8XL { width:6.625rem;height:1.21875rem;top:64.15625rem;left:13rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RbasEV4HMWJC24BuuFk57VTDmSTCEHrb { width:20rem;height:12.5rem;top:43.5rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #L8WBvAxs7C4uWAoxqR6XHMxbIv08KoOg { width:20rem;height:19.1875rem;top:23.6875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #vZx89bOc04SdTh2JmZTy4E6atK9uoF5w { width:20rem;height:4.9375rem;top:18.125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #mRNyGWw2JGUICGbvB9fOemBh6bx1nBt5 { width:20rem;height:4.9375rem;top:18.125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #OaOoVW6GoAZfhS2EUZgCJiJpwNRyoSEW { width:20rem;height:auto;top:47.4375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pub1RQmflBfvk24ga5TInCCTnoIZcK5R { width:20rem;height:auto;top:58.1875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmZFXtUVZ3qi76NNGNTMGXQXJH0wBM1K { width:20rem;height:auto;top:73.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gICqUxJZVwozaPPXxTaJiqS8BcRFTJPs { width:20rem;height:0;top:84.5625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CU1mgDGxSrbU1r7M7Jeoub6Heq7SaAwc { display:block; }#CU1mgDGxSrbU1r7M7Jeoub6Heq7SaAwc > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncgEthPM3tdC4PQAkUcehISai3lzB8qP { width:20rem;height:0;top:3.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;color:#484848;display:none; }
 }@media only screen and (max-width: 763px) { #QmNydnAJ6GR1EQAetVQcq8FDlxHQxOhZ { width:20rem;height:29.1875rem;top:5.65625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxX8phBzvirV7AEZzwkUfT41SqzDdGQO { top:6.625rem;left:0rem;width:20rem;height:21.75rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #tp708UN71DkIkt8PMzG3AVU2CUDnu7g1 { width:20rem;height:1.5625rem;top:2.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;color:#484848;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU { background-color:#000000;background-image:none;display:block; }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row .container { background-color: transparent; background-image: none; }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row .container > .video-iframe-container { display: none; }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row > .video-iframe-container { display: none; }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .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); }#NauKarmtSPMSCQfxqMH6MzUoAlzdq7AU > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lkts3wn311DIf0s88Hw5cqZLeIWiO0nA { width:20rem;height:3.65625rem;top:0.734375rem;left:0rem;text-align:left;text-align-last:left;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf { display:block; }#ZWFiQdqGriPb0Xc0d3CF2qDAiTM27xSf > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtPq0B9ekf1P0O2r7zQ0aMENErJ5rATB { height:11.25rem;width:20rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ze2sPkDzOv8hrsapxLUQfESfg6Tr6atq { display:none; }#ze2sPkDzOv8hrsapxLUQfESfg6Tr6atq > .row .container { width:20rem;height:8.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 { background-color:#000000;background-image:none;display:block; }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .row .container { background-color: transparent; background-image: none; }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .row .container > .video-iframe-container { display: none; }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .row > .video-iframe-container { display: none; }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .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); }#ReOkzyuQ7CTGi54iCpOzr91xJ1dAJMd1 > .row .container { width:20rem;height:120.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aze1ZP4WMKU9zpEIbPrOaIHnbDbkqOBy { width:20rem;height:3.65625rem;top:2.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbdDO0euaMwryoyqPc2hvpGnTDKTducC { width:6.25rem;height:8.4375rem;top:55.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7nnzDs8BWdsGrgxKQSrW07FIZvZfHZp { width:6.25rem;height:1.949225rem;top:64.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHvrcEfc9aMgKHoeGTgxKgE2lmsxdUx7 { width:6.25rem;height:8.375rem;top:55.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhbDxudJSeWGNWgDGd3M7dEC5T4hkhmv { width:6.25rem;height:1.949225rem;top:64.4375rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVaCrlhWnRX0vJBgrD9tHfCJaPdeyDUV { width:6.25rem;height:8.375rem;top:68.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbqk7IpAKFICKnihv9brWkH2T3qvW50t { width:6.25rem;height:2.92383125rem;top:78rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcQu7f1S67bwOgMKKJGGw22CVfOa7UKM { width:6.25rem;height:8.25rem;top:96.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqyoxiEwidsBTaw0MJ8OUCOFZHw7dAEn { width:6.25rem;height:3.8984375rem;top:106.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1QBa4pHVmLsNL44CoHBnuXCxhL8VSKy { width:6.25rem;height:2.92383125rem;top:78rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOZHpK3pd6dPMg1nOfp7bZgtPPwaMRCv { width:6.25rem;height:8.375rem;top:68.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b72VRcfzXzzZIFo3X4wdfUFlCQ3iWGUE { width:6.25rem;height:1.949225rem;top:92.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iogkwSRXkRdIgHGBZR3hxnpgfQ8dzHWK { width:6.25rem;height:8.375rem;top:83.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUMdQ5T2rbm0K7goSGTo32FyXZFfIyoL { width:6.25rem;height:1.949225rem;top:92.5625rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2RHu2p85i7XQtiTNQMEk9cx0lEWtJQS { width:6.25rem;height:8.25rem;top:83.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrKWmbVoyu2t8ydrTGGvRhvRPh3aoSyU { width:6.25rem;height:3.8984375rem;top:78rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq2khkMOxMqnBhpcbkMQxT0Gw5CphJ7F { width:6.25rem;height:8.375rem;top:68.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfCV02lM1UAq7yhRXRgddNS49RyT9G4U { width:11.875rem;height:1.13671875rem;top:115.5rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShD3sTE8P8vmpU0yEqPV37sTAZEeT208 { width:6.25rem;height:2.92383125rem;top:106.125rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkWE7yu2TiAxoEwfTRRwEugNpADZf8l2 { width:9.3125rem;height:1.29980625rem;top:114.25rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7wBWl96tG5w0RI71JXcRFDatcPGThe3 { width:6.25rem;height:1.949225rem;top:92.5rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f21JXC9MmHUBKfvgtrtIL0bQ3Q7Fdcsd { width:6.25rem;height:8.25rem;top:83.375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNBGaNWC0hEzgc92iqwgaqzdtZPDRqAD { width:6.25rem;height:8.3125rem;top:96.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5v9x43wbFebSx55hhViqlPwJ3sQXLAw { width:6.25rem;height:1.949225rem;top:106.125rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwAB0iqipvUByT9F9cakR3sW0bzm7AcL { width:6.25rem;height:8.25rem;top:96.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZlCls822JoGPI9lk04sxd2MqRLn0HAD { width:6.25rem;height:8.3125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5K0HC3wvyHtlUaRXRH2TPJd3vSpEJTJ { width:6.25rem;height:2.92383125rem;top:20rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx9E3aGQu65VcynqhICV79nc6QbxucTJ { width:6.25rem;height:8.3125rem;top:10rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwU4K3h3MfTQuD2zWw4MDDGxdLcOfXn4 { width:6.25rem;height:8.3125rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK0DC9rIHaCuLqeTTNLri3PViE4Gc2a0 { width:6.25rem;height:8.3125rem;top:10rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6orc1T29PTTTzs7mQVSnbTSQlqxAKrK { width:6.25rem;height:8.3125rem;top:40.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcndt5TTR2OMw8dRR111BcPLwzdhzCaE { width:6.25rem;height:8.3125rem;top:25.4375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoH37rpWKmMvzFsfspAWFRrPIUv1wbN1 { width:6.25rem;height:8.3125rem;top:25.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD6H4NTvGdcgnLPhU7FhcW6TNocACvra { width:6.25rem;height:3.8984375rem;top:20rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFKEo5Iq0CbnISoRAavK8vqPgQP4TIQO { width:6.25rem;height:3.8984375rem;top:20rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmiQtaUxdWTU8OnGGfknyUMViMwIgJOP { width:6.25rem;height:2.92383125rem;top:35.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbsnBl6PSHwldv3IdoMBacoETiXIRx6N { width:6.25rem;height:3.8984375rem;top:35.3125rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxsMKchMNCZvlUVaDoHKSi7OR0iy0F4d { width:6.25rem;height:3.8984375rem;top:35.3125rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ch5beDdeydSbUPe9PLcbbabWhdsqVB { width:6.8125rem;height:2.92383125rem;top:50.125rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8LJQO4Th9UFcAv2baQgzCe65A6RnFem { width:6.25rem;height:8.25rem;top:55.1875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNlJLNDgHTkapxZmWcivkM6ZTTDU4mH { width:6.25rem;height:1.949225rem;top:64.4375rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r64b9pNltD36yLy27n6MBdqe4bXwD5XT { width:6.25rem;height:8.625rem;top:40.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msFoSgkvUn8HIO297RE8166Dz1Q8ndeL { width:8.4375rem;height:1.949225rem;top:50.25rem;left:9.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP { display:block; }#EJLtXMC18Xwt4wC00ITNKoqXcRlXJ3QP > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCJVkI1gqGPpDMbr6J1rgl4R9dDWxHsP { width:20rem;height:8.375rem;top:29.125rem;left:0rem;z-index:15045;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNuBnUdq3rJfthTpJsmPeRBmLZWCdXM4 { width:20rem;height:8.375rem;top:37.5625rem;left:0rem;z-index:15049;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TIx0h5AZvqQPcoaJhEXqtGHryqRrr6uf { width:16.8125rem;height:0;top:20.5rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;color:#484848;font-weight:300;font-style:normal;font-family:beatrice;display:none; }
 }@media only screen and (max-width: 763px) { #wv5a3TTk8SxRvnn2B2K0s8keGxyy3Wgi { top:41.1875rem;left:5.9375rem;width:8.125rem;height:2.9375rem;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:300;font-style:normal;z-index:15051;background-color:#484848;background-image:none;color:#efefef;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(72,72,72,0.29) ;display:block; }
 }@media only screen and (max-width: 763px) { #nnvWmkCnm3szk4J5nCmtVagJ161ciBOV { display:block; }
 }@media only screen and (max-width: 763px) { #FcDFo9Ek90AwTXNMrWBHiQDxNxgFTtcd { width:20rem;height:8.375rem;top:20rem;left:0rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lEraezRGpHoNpPfTBttm8gc9Rs7SSmfB { width:20rem;height:8.375rem;top:11.0625rem;left:0rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Kk63tx1Cy83DSX6xpEAdEduCymwoJrrW { width:20rem;height:4.7246125rem;top:3.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:2.625rem;line-height:.9;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gdTXcyKoCfx8ib3zOdxH6VCHmWRlLB2n { width:20rem;height:0;top:29.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;color:#484848;font-weight:300;font-style:normal;font-family:beatrice;display:none; }
 }@media only screen and (max-width: 763px) { #sDxOiuBr2K36x5OqO35I0kGWaeKexxC0 { width:20rem;height:0;top:38.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;color:#484848;font-weight:300;font-style:normal;font-family:beatrice;display:none; }
 }@media only screen and (max-width: 763px) { #Sk2Zl9JoREyOeekelnCwd5bCCwCemWWE { width:20rem;height:0.1875rem;top:44.9921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHN8TtnCZI8WzkALz2n6HirBBK5MJT8x { width:12.5rem;height:0;top:32.5625rem;left:3.75rem;font-size:1.25rem;z-index:15050;color:#efefef;display:none; }
 }@media only screen and (max-width: 763px) { #a6M2gFu3kJtoJFiTWlF6N2oMOfrGMZWX { width:12.5rem;height:0;top:23.75rem;left:3.75rem;font-size:1.25rem;z-index:15048;color:#efefef;display:none; }
 }@media only screen and (max-width: 763px) { #ukLhNXuCQiaiF04Z5w1TMuyDlg63xk1o { width:18.375rem;height:0;top:14.6875rem;left:0.8125rem;font-size:1.25rem;color:#ffffff;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-element-container { background-color:rgba(239,239,239,0.9);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-heading-text { text-align:center;text-align-last:center;color:#484848;font-weight:400;font-style:normal;font-size:1rem;height:auto; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-desc-text { color:#484848;font-size:0.9375rem;height:auto;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");height:2.1875rem;width:2.1875rem;min-width:2.1875rem; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS { display:flex;height:auto;width:12.6875rem;top:11.96875rem;left:2.40625rem;z-index:15057;background-color:transparent;background-image:none; }
#K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS #JoXOHKBAlTXly7ZiO8LM5NsgB7ogIlkN {  }
 }@media only screen and (max-width: 763px) { #K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS #tZiQsRT9GVWxp1XKIptTWmd2NI6PkfMQ {  }
 }@media only screen and (max-width: 763px) { #K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS #PTgVLCm7ETehW4HsGp0hCC9hx9DOMByh {  }
 }@media only screen and (max-width: 763px) { #K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS #ehcZciOLE993n286O7pmty8qnAtU8rQ5 {  }
 }@media only screen and (max-width: 763px) { #K9RxUBtpM97QZfsWWFrWM8n9QesEuLmS #o2d45x4kU36wf4PWnUZm2FQzts9C7vIH {  }
 }@media only screen and (max-width: 763px) { #mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-element-container { background-color:rgba(239,239,239,0.9);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-heading-text { text-align:center;text-align-last:center;color:#484848;font-weight:400;font-style:normal;font-size:1rem;height:auto; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-desc-text { font-size:0.9375rem;height:auto;color:#484848;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");height:2.1875rem;width:2.1875rem;min-width:2.1875rem; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs { display:flex;height:auto;width:12.6875rem;top:20.90625rem;left:2.40625rem;z-index:15056;background-color:transparent;background-image:none; }
#mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs #V7CU39tExRignCsmvvJ7Jr1Opt7k6qTk {  }
 }@media only screen and (max-width: 763px) { #mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs #dCSaaK6wnTCL0PonWmppJMVikL9eOSXf {  }
 }@media only screen and (max-width: 763px) { #mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs #UdP8rSTiDt0F1bR6WKp2BP46NbwheVbm {  }
 }@media only screen and (max-width: 763px) { #mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs #zwvsIKXoAF06hf1GATPe3fARG7DVe2wT {  }
 }@media only screen and (max-width: 763px) { #mivaPCdCRP3JNLbRAGcNOD1SQinQRvEs #XTfXXqJG3F8eq8nDwXKuqfsTqhlyG4pR {  }
 }@media only screen and (max-width: 763px) { #I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-element-container { background-color:rgba(239,239,239,0.9);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-heading-text { text-align:center;text-align-last:center;color:#484848;font-weight:400;font-style:normal;font-size:1rem;height:auto; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-desc-text { font-size:0.9375rem;height:auto;color:#484848;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");height:2.1875rem;width:2.1875rem;min-width:2.1875rem; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D { display:flex;height:auto;width:12.6875rem;top:30.03125rem;left:2.40625rem;z-index:15054;background-color:transparent;background-image:none; }
#I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D #sB71TOL2lU28TGOEOnhgGR6PZvOfeT0A {  }
 }@media only screen and (max-width: 763px) { #I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D #ugfOrLQJ6vxCVa55DgAFHT9IR56aqGIM {  }
 }@media only screen and (max-width: 763px) { #I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D #xtOq0pzcE1TLPifx36hTK4G7ZuAiWLZb {  }
 }@media only screen and (max-width: 763px) { #I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D #srrilSVtnahFcTTRFy1Q6mEQoScGfotg {  }
 }@media only screen and (max-width: 763px) { #I1ZDnkD4s6U3MmFXlv2NqEzonckLwR8D #TppwdJoUZUICUW24Uppze8odyzPWiExB {  }
 }@media only screen and (max-width: 763px) { #A6yTEdFAoTc0LiHHxZCgPrlVnyR3fF91 { display:block; }#A6yTEdFAoTc0LiHHxZCgPrlVnyR3fF91 > .row .container { width:20rem;height:86.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TClIs8LLnmcgH8cqPwpGCcs4gHlTPHPd { width:20rem;height:2.25rem;top:2.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl2RwoonA6JpSZUOk2pGAW0rNTTUXqnB { width:17.1875rem;height:8.53125rem;top:9.921875rem;left:1.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFOtZgiXA3fOLDI4EtVQLkKf5nTAspyT { width:19.5625rem;height:1.13720625rem;top:52.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MrZJGC1TxkeVndrbPe8Qy6n98r07rfhW { width:12.5rem;height:1.13720625rem;top:62.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QHzTN90yqkgJzihaDp02TJShCHbnzwGy { width:18.8125rem;height:1.13671875rem;top:56.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eCZqDziPwi91DnMx0CG3MoPSrexVzbeh { width:12.5rem;height:1.29980625rem;top:50.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W96JqgocCnBIdw8HCy64Av7e9DJ66Gib { width:12.5rem;height:1.29980625rem;top:61.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gKLTBJbCRzXG8wCD3xfUGKNITG2WhW1o { width:12.5rem;height:1.29980625rem;top:55.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lq2S6uBnJAVrsiylLCMBhvV1ETxnc2EX { width:15.3125rem;height:1.13720625rem;top:68.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TvF4szRTnMODcdDDggiOl8zvpS7SU5Ui { width:8.9375rem;height:1.13720625rem;top:74.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mns6fBOsHLgrBGU4Tb92sOeUcvhkuvuC { width:11rem;height:1.13720625rem;top:80.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PP0cuBpQoTrymGvRSk4xftPyHyTrSHwT { width:7.1875rem;height:1.29980625rem;top:67.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tc5ag2dlDziTlFZBDx0quqZ0T63D97rE { width:11.8125rem;height:1.29980625rem;top:73.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gosJ28rZTNCDxNSEybJ8Ck2bSkorI95C { width:10.375rem;height:1.29980625rem;top:79rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cP1celsoUyQMixFT30rUZTDB2Lvmazgn { height:11.2216875rem;width:20rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0vaKTi5150qeBHNJ9Q6sKq6IKfoBpP0 { width:15.3125rem;height:1.375rem;top:58.3125rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #Wdf5hsp6pD8QnAOWZN5iPKmUqAUHscJd { width:18.4375rem;height:14.77734375rem;top:61.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #IAImsqncT3u3T1L8kiM0NlNm3oADb4p8 { width:9.625rem;height:1.5rem;top:46.0625rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #R1ETBF4n4Oa2aqhChpIgboX85XtlLTaw { width:15.3125rem;height:1.375rem;top:35.375rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #v5agO9lrMyxS5TPUQPGLaT5pyZkbO54R { width:18.75rem;height:15.9140625rem;top:38.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;color:#484848;display:none; }
 }@media only screen and (max-width: 763px) { #TlJCS2SIOp1TQIdRg5RliRv7F1E6Vzl0 { width:20rem;height:13.6875rem;top:7.4375rem;left:0rem;background-color:#efefef;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #oFV9CI3pCO6PBdpscbsgkpJcn4OOC4xn { width:20rem;height:3.125rem;top:45.25rem;left:0rem;background-color:#efefef;background-image:none;z-index:15001;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUKtTsHPeufhaPxQnAtECwiWJ7ONQx0x { width:20rem;height:12.125rem;top:8.125rem;left:0rem;background-color:#efefef;background-image:none;z-index:15001;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-element-container { background-color:transparent;background-image:none; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-heading-text { font-weight:400;font-style:normal;text-align:left;text-align-last:left;font-size:1.125rem;height:auto; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-desc-text { font-family:"beatrice extra";font-weight:300;font-style:normal;font-size:0.9375rem;height:auto;text-align:center;text-align-last:center; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V { display:flex;height:auto;width:17.5rem;top:37.125rem;left:0rem;z-index:15014; }
#mREJ5FfXc9EMTy68mFoMClQhSEwMV82V .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #mREJ5FfXc9EMTy68mFoMClQhSEwMV82V #gTCokUOlbP6nnMy9K422buww1fn7GUax {  }
 }@media only screen and (max-width: 763px) { #mREJ5FfXc9EMTy68mFoMClQhSEwMV82V #KWZGz5DKkcLyoDML453QafgEyvFqbpo4 {  }
 }@media only screen and (max-width: 763px) { #mREJ5FfXc9EMTy68mFoMClQhSEwMV82V #MHAQIOwOxOSex8Tp3po23s7cVKDtCIxB {  }
 }@media only screen and (max-width: 763px) { #mREJ5FfXc9EMTy68mFoMClQhSEwMV82V #T72Sk3vAVMAOGUT7w52sHU2gz3drwKXr {  }
 }@media only screen and (max-width: 763px) { #mREJ5FfXc9EMTy68mFoMClQhSEwMV82V #KFtpv0BoKvPOi8etNOcKxQ4RfIAktNK0 {  }
 }@media only screen and (max-width: 763px) { #JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-element-container { background-color:transparent;background-image:none; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-heading-text { font-weight:400;font-style:normal;text-align:left;text-align-last:left;font-size:1.125rem;height:auto; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-desc-text { font-family:"beatrice extra";font-weight:300;font-style:normal;font-size:0.9375rem;height:auto;text-align:center;text-align-last:center; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo { display:flex;height:auto;width:17.5rem;top:32.8125rem;left:0rem;z-index:15015;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem; }
#JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo #wETiGTlTsJ6Nm7ArqIdDUs2hcKthE6Ft {  }
 }@media only screen and (max-width: 763px) { #JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo #uoK2gnBiTlxqsd9frp2sh8NbutnKa9a1 {  }
 }@media only screen and (max-width: 763px) { #JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo #v6yqvWtiqv0GnqlI9mcfqHuJDCmrvOf0 {  }
 }@media only screen and (max-width: 763px) { #JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo #bm5EM0sWna8h3hNsPG5tCXbt7KUF9Pn6 {  }
 }@media only screen and (max-width: 763px) { #JIZbdnwOKZk5PhcKqTlWCgMckxssDPTo #JQbwief24Ra9HOtTzHhGGVgHVWevFrdi {  }
 }@media only screen and (max-width: 763px) { #gAqZ7GTkTmTcABTp4pQD5DWnVkUkOcAz { width:17rem;height:0.89355625rem;top:64rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r29wwzzTScMOxTIM9tNblchH0iWfdEx9 { width:17rem;height:0.89355625rem;top:58.1875rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CqNbnGR0ez5glbAsPLs99OJ1zATTiNbc { width:17rem;height:0.9746125rem;top:69.8125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LsOfKeIUuJt3Lrr7z1oimebpxsJK5aQi { width:17rem;height:0.9746125rem;top:75.875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tH5FSfvQlas3kzwq6FEtw4WgplzMkW5k { width:17rem;height:0.89355625rem;top:81.75rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MlTGHdxkzDX9zDkkDTF6tM0FhHH9f7kZ { display:block; }#MlTGHdxkzDX9zDkkDTF6tM0FhHH9f7kZ > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPOGcOH2BRPD3XwpaSWE6TBkevJyCwM2 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJuGczJKQ1SynEqnOs6GWaVu9vh4wqO0 { width:20rem;height:2.53125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0  { width:17.5rem;height:auto;top:7.5rem;left:0rem; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 {display:block;}#ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 { width:17.5rem;height:auto;top:7.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #wk9xLERr5t7dOf7huzLc4SPJLaDdpsOE {  }
 }@media only screen and (max-width: 763px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #cHnbfKGCKvtNCAGoPKrtJtTecAKSQz2d {  }
 }@media only screen and (max-width: 763px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #p9Iw1Iyy3p5UoW3eygwWSX0XXFIJBDWx {  }
 }@media only screen and (max-width: 763px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #BJQv2sJvQ6hEKNJOrNL0v9kSRcihCftv {  }
 }@media only screen and (max-width: 763px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #ysM3CQfNRwSDg0bd5RZZnlS8w79xxe4Z {  }
 }@media only screen and (max-width: 763px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #gHxztMZniAvuyQpWISEed6eXlS0zVMBM {  }
 }@media only screen and (max-width: 763px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #oOIQlTTRZo3Pdp7OztaOGhtl3KGR7ILb {  }
 }@media only screen and (max-width: 763px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #JTJJ1HNV9VQd6kbgNOqDW4cXuTCzJ6Z5 {  }
 }@media only screen and (max-width: 763px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #UNMo2AzyTfdtAroup5As5Xgbd6VQsd0I {  }
 }@media only screen and (max-width: 763px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #Q3ALXzdOFSux4QzbVH0QuPfTNdUxTtdR {  }
 }@media only screen and (max-width: 763px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #CnRA8E6vnOJMkDI8AseSf4HCmTkHhuFE {  }
 }@media only screen and (max-width: 763px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #CFft0pr0DIvSQO8Ah0Rn0P2423PdGskf {  }
 }@media only screen and (max-width: 763px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #i6ghDQW4PsPNl7dpF1zeimkQx9fIf6pJ {  }
 }@media only screen and (max-width: 763px) { #ZnSf8ZUzEhB7epwykSGgTww0U0TxzAz0 #akCKuTplwGrtGSwF3XVSW7klzRbDE07T {  }
 }@media only screen and (max-width: 763px) { #P86se7opTHNkmyJA5QryJX2dumlJQW4Z { background-color:#ffffff;background-image:none;display:block; }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .row .container { background-color: transparent; background-image: none; }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .row .container > .video-iframe-container { display: none; }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .row > .video-iframe-container { display: none; }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .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); }#P86se7opTHNkmyJA5QryJX2dumlJQW4Z > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TepbOwZh7eiDFFB9nmGQiLv8Zppx7aqR { width:20rem;height:1.29980625rem;top:2.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#484848;display:block; }
 }@media only screen and (max-width: 763px) { #qSfFzUsktARRFyx0xAy4DqmV8id0O68T { width:16.875rem;height:1.29980625rem;top:15.25rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#484848;display:block; }
 }@media only screen and (max-width: 763px) { #DVW8MbOp1IEWW8xNT5kTQ1zDTsqzuoel { width:16.875rem;height:1.29980625rem;top:27.25rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#484848;display:block; }
 }@media only screen and (max-width: 763px) { #aTPVmr4JOiJbSvN4JKfFQ0GRdTNuck5S { width:12.5rem;height:3.41015625rem;top:7.2998046875rem;left:3.75rem;font-size:0.875rem;color:#484848;font-family:"beatrice extra";display:block; }
 }@media only screen and (max-width: 763px) { #Khgl5cCax82rZTaWJevnRpTmqDvJ3kAw { width:17.5rem;height:3.125rem;top:4.1748046875rem;left:1.25rem;color:#484848;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSaJHnFKJD5gIkmx7XfaPnJhnX6KBQzT { display:block; }
 }@media only screen and (max-width: 763px) { #IOknEBHf0XEnuh7IFzD2W0eRmA5OTbag { width:17.5rem;height:3.125rem;top:28.6875rem;left:1.25rem;color:#484848;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7AwfCpIpiF9mFP5qR51AhMCQ5m7eG5e { display:block; }
 }@media only screen and (max-width: 763px) { #PCyJ26iUEoHFmsxXRCyQfcfMRym6Kdu0 { width:12.5rem;height:3.41015625rem;top:31.8125rem;left:3.75rem;font-size:0.875rem;color:#484848;font-family:"beatrice extra";display:block; }
 }@media only screen and (max-width: 763px) { #V9XU1o6C35zSZByzwuhCCB5baLCXP1Lm { width:17.5rem;height:3.125rem;top:16.8125rem;left:1.25rem;color:#484848;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhMJl7oFan0K75UAlcZkziNOkxQDX7FE { display:block; }
 }@media only screen and (max-width: 763px) { #oMDb6zPGtq7TwzH0NyKZr8BUIVKrJMJc { width:12.5rem;height:3.41015625rem;top:19.9375rem;left:3.75rem;font-size:0.875rem;color:#484848;font-family:"beatrice extra";display:block; }
 }@media only screen and (max-width: 763px) { #gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 { background-color:#fffbfc;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; }#gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 > .row .container { background-color: transparent; background-image: none; }#gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 > .row .container > .video-iframe-container { display: none; }#gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 > .row > .video-iframe-container { display: none; }#gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 > .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); }#gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 > .row .container { border-width: 0; border-radius: 0; }#gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gFLXafcLkle9pkg7grT6xUNPDl4EJ0H3 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okEZdEixNtLICTq2FV2fTETnrKXnrs28 { width:2.1875rem;height:2.1875rem;top:2.1875rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #PtzyitxOCR8ZrFM7AQzOMuhDrk7NnTSu { width:2.1875rem;height:2.1875rem;top:2.125rem;left:3.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #lHAey5d6tz4DugrevuG06dTg2PeD8KSH { width:2.1875rem;height:2.1875rem;top:2.1875rem;left:7.75rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #HJsiTGSzc9XNnJ1hdFBgyCXDmnTJzKNT { width:2.1875rem;height:2.1875rem;top:2.125rem;left:11.5rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #g7WTU2azOfgaDnvhTWDAfrZQSWoWqDk2 { top:2.15625rem;left:14.75rem;width:5.25rem;height:2.1875rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BIe0ZKoCulxlCl2AkLgL4BbIZBitA62X { top:0.59375rem;left:14.25rem;width:5.75rem;height:5.25rem;z-index:15021;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ai1uAO5Jw8xw0a13NhxS6FfdIeomuT5r { display:block; }
 }@media only screen and (max-width: 763px) { #U2qq7PN1zQn2dOqnGdxlThwSpwgw7t82 { top:0.59375rem;left:10.875rem;width:3.4375rem;height:5.25rem;z-index:15022;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #i5AJdImvJoznEWXJDKXrTAraOXEFnMuQ { display:block; }
 }@media only screen and (max-width: 763px) { #xJsP58o5thdOtd68rATvBHcwy3Re1aOx { top:0.59375rem;left:6.9375rem;width:3.8125rem;height:5.25rem;z-index:15023;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mZk4TM1y1MoH3VTTrIilQwmdcHSJ7glf { display:block; }
 }@media only screen and (max-width: 763px) { #h0yVezkEQ2GLyNKkXyvrucDwIvPFzeir { top:0.59375rem;left:3.125rem;width:3.8125rem;height:5.25rem;z-index:15024;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrOEhPhGADyd2k4m3ZUHRTJ45O4iSy { display:block; }
 }@media only screen and (max-width: 763px) { #f7KTbgSdccQPke7X7kgQNXo0THeKVxEm { top:0.625rem;left:0rem;width:3.125rem;height:5.25rem;z-index:15025;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RCTZUSSpnGATgCMzo0rTaTRDHckNXNOb { display:block; }
 }@media only screen and (max-width: 763px) { #BpfgsHFU7cRn6qJbz2T6haBh9lbNPHT6 { display:block; }#BpfgsHFU7cRn6qJbz2T6haBh9lbNPHT6 > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3gomlXJ8GIplFf1Ja987NSlDpX4bdKE { width:2.1875rem;height:2.1875rem;top:0rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #olWv3P7y1NUe3zMgJBfJuypRDKtPXmTS { width:2.1875rem;height:2.1875rem;top:0rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogk75LosbPEkVq9kWfNk1JTrrkVDqW3J { width:2.1875rem;height:2.1875rem;top:0rem;left:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4va7HMfLIWfOHsGUvvACR3x25baz9I4 { width:2.1875rem;height:2.1875rem;top:0rem;left:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBvxe6CB9emGLms43TvOyOMy5Vz6EXvv { width:9.75rem;height:3.9375rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLfXk5k2ZIJnkDgI9zFxXV7EPTEdxvkr { width:3.75rem;height:1.5625rem;top:31.375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEfsN0l8iAiHi29b0WNSiGDaWeOVI4au { width:5.3125rem;height:4.0625rem;top:26.0625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rR6eWBrkhmvSnlrDRMFcGhLvT58tazHd { display:block; }
 }@media only screen and (max-width: 763px) { #t9Dd0TX39xaKeBUff3GaS0EsOCexVSKO { width:12rem;height:4rem;top:0.15625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpnkw7BkNecQKz81gOl4QIvcUNdc6tQF { display:block; }
 }@media only screen and (max-width: 763px) { #vskNhDqZxTZGn4ibgzKisSeEAsVy7vko { width:3rem;height:4.0625rem;top:4.8125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRgybo5cnFimz8zEHdOn0veHsozxPgvV { display:block; }
 }@media only screen and (max-width: 763px) { #KVSxvOmoMKHXJuQP8eyQCaaRHfwqwcxI { width:2.625rem;height:4.0625rem;top:10.125rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gssdIOl9HDLSUSTAdpD6F7TdbrieAi9H { display:block; }
 }@media only screen and (max-width: 763px) { #iGGsTnBc5iuxK4hKpS7LgQ3f7qPkr0as { width:2.875rem;height:4.0625rem;top:15.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TELuw3x7CM0F8dQuVbES9SSww12B9Pkd { display:block; }
 }@media only screen and (max-width: 763px) { #Cae5sizBSpXNm3lx9wMfK6WAsqbJSSQ8 { width:2.875rem;height:4.0625rem;top:20.75rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #suClsLFzwBcnMvTv1RKJk3ykroGzVkg0 { display:block; }
 }@media only screen and (max-width: 763px) { #O9OCHx7tiTfrOGAramzqhyRXBPkt4OfH { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#O9OCHx7tiTfrOGAramzqhyRXBPkt4OfH > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxLyoi8ozPB08BNHQE3IkDo9d0Fct6i2 { width:2rem;height:2rem;top:0rem;left:17.75rem;display:block; }
 }