.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v { position:relative;z-index:auto;display:block; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v { background-color: transparent; background-image: none; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .row .container > .video-iframe-container { display: none; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .row > .video-iframe-container { display: none; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .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); }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v { border-width: 0; border-radius: 0; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .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; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .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:15.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dX1U0JDk86sEzFgMlxa1yaraxDdcaMwK { color:#2a2c32;display:block;width:30.5625rem;position:absolute;font-family:besley;font-size:2.8125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5.7490234375rem;left:7.5rem;height:3.375rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UZeHnCTeQAqnQS9lg6SzCW3lIMXQRFVe { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9.75rem;top:2.3427734375rem;left:6.5rem;overflow:hidden;display:block; }
#iRIMlUAGvTBTlT8MiddV1heDohQMXKVX { background-color:#ffffff;background-image:none;border-top:0.125rem solid #2a2c32;border-left:0.125rem solid #2a2c32;border-right:0.125rem solid #2a2c32;border-bottom:0.125rem solid #2a2c32;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;box-sizing:border-box;color:#2a2c32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.3740234375rem;left:53.1875rem;display:block; }
#hZHubrRrgqQ5AFwmFM7n2onkFsOGdQ2L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E4f9OTG2PQxLDQhaMIVsbf6wEKko1Tbp { color:#2a2c32;display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:11.8623046875rem;left:37.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hvFsRgf4nTvMteEGbWaInPOQdyrEmedc { background-color:#2a2c32;background-image:none;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;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.187rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:7.3736572265625rem;left:38.40576171875rem;display:block; }
#FWo6EcvNsFED2wGTErGTDGdDIrhCgxV4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xXhcAc8ZlMlXB8uapADdB6TyastvNT5Z { color:#2a2c32;display:block;width:30.5625rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:9.1865234375rem;left:7.3125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ { z-index:;position:relative;display:block; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ { background-color: transparent; background-image: none; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container > .video-iframe-container { display: none; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row > .video-iframe-container { display: none; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .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); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ { border-width: 0; border-radius: 0; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #967fd8);background-image: -moz-linear-gradient(180deg, #ffffff, #967fd8);background-image: -ms-linear-gradient(180deg, #ffffff, #967fd8);background-image: -o-linear-gradient(180deg, #ffffff, #967fd8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#967fd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#967fd8' );";background-image: linear-gradient(180deg, #ffffff, #967fd8);background-size:cover !important;font-size:0.875rem;font-family:arial;height:56.75rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#zR9zsHd7B3K7oCVTfEbJeLuT2BPJi0qk { position:absolute;display:block;z-index:15000;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: none;height:33.5rem;width:38.9375rem;left:7.5rem;top:0rem;overflow:hidden;display:none; }
#N3oy7Hxqcn5RPziuQobhpQRpCciA6umP { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:35.0615234375rem;left:0rem;height:3.37463125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15017;line-height:2;letter-spacing:0;top:39.625rem;left:7.5rem;height:9.9975625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e231721ad97e597a3e3116ccba275a0a1e2d5808.svg); }
#b0vc21sXgio8ErJTAUd38PfodtUo7PUW { color:#ffffff;display:block;width:35.4355625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:52.8125rem;left:36.125rem;height:1.19934375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BL8MMhX0trvthdDIhHXl6hXG78d1T0KH { 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:3.625rem;width:8.375rem;left:27rem;top:51.625rem;display:block; }
#IhWXihJBMhIeO0lRf5uoSS7BTEWzq7TZ { 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;left:63.3125rem;top:29.6875rem;display:none; }
#IhWXihJBMhIeO0lRf5uoSS7BTEWzq7TZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#NRWamSmMfPDbHd6O3ffyensJnQIOI62y { box-sizing:content-box;height:3.125rem;width:3.125rem;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:14998;background-color:#e3e3e3;background-image:none;left:63.3125rem;top:29.6875rem;display:block; }
#iKPDAHrTfh5D11nWsyIKT3akNqcyxGui { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:39.625rem;left:37.0625rem;height:7.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iKPDAHrTfh5D11nWsyIKT3akNqcyxGui li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#iKPDAHrTfh5D11nWsyIKT3akNqcyxGui li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e231721ad97e597a3e3116ccba275a0a1e2d5808.svg); }
#AN1dkhel9sMcVDRzgWxMiLKi4brTLR87 { position:absolute;display:block;z-index:14999;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: none;height:33.75rem;width:60rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK { position:relative;display:block; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK { background-color: transparent; background-image: none; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .row .container > .video-iframe-container { display: none; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .row > .video-iframe-container { display: none; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .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); }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK { border-width: 0; border-radius: 0; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .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; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .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:13.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UHAawtoIr3airecNLPSFqnMQ2taedPi7 { color:#2a2c32;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:4.6865234375rem;left:7.8125rem;height:6.74925rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LISyq198LGn58SOL1RL5LGVNembnaB6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0ba3ad;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LISyq198LGn58SOL1RL5LGVNembnaB6T > .row .container { border-width: 0; border-radius: 0; }#LISyq198LGn58SOL1RL5LGVNembnaB6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LISyq198LGn58SOL1RL5LGVNembnaB6T > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#vaOzBcysoX2I2TxiNIwTqnIrt7fzFufW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:59.0625rem; }
#Dx4zgAJBxrbLogf3TQCmeDQmTr53GPXx { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:block; }
#dOywnleLrKtJaPUOQAiVvBWy3FuVgTre { position:relative;display:none; }#dOywnleLrKtJaPUOQAiVvBWy3FuVgTre { border-width: 0; border-radius: 0; }#dOywnleLrKtJaPUOQAiVvBWy3FuVgTre > .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; }#dOywnleLrKtJaPUOQAiVvBWy3FuVgTre > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;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; }#GW7fIZAf5gu50Gk9ZmM70B5hqWxRgQuC { 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:21.3125rem;width:20rem;display:none; }
#VWXFqF8cpP5SEKUTGFvhRiF2cEu5WD2K { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:none; }
#z0AG659cIAcVxkQyTtpNh54n7kuoz772 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0ba3ad;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#z0AG659cIAcVxkQyTtpNh54n7kuoz772 > .row .container { border-width: 0; border-radius: 0; }#z0AG659cIAcVxkQyTtpNh54n7kuoz772 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0AG659cIAcVxkQyTtpNh54n7kuoz772 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#cb61XsL4pz8oVPXuzK9I25px25MXMFLg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:59.0625rem; }
#JJw55JsvIHdiygKAfE2MRnfT9OlFZQ1v { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:block; }
#tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 { position:relative;display:none; }#tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 { border-width: 0; border-radius: 0; }#tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 > .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; }#tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.875rem;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; }#hrSxpvSa2pDCNwXy4nPQx86pdUIiOIey { 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:22.625rem;width:21.25rem;display:none; }
#G2g7MEWrUeV9CxcM7uUE3z07Ts3xkPsQ { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:none; }
#rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0ba3ad;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm > .row .container { border-width: 0; border-radius: 0; }#rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#zyqWSJueazWM1ya5FFWyTfTW9uaEPuEH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:59.0625rem; }
#qcA87h5i6J442NtDV4f1TDiEpE6Ai6k4 { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:block; }
#Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf { position:relative;display:none; }#Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf { border-width: 0; border-radius: 0; }#Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf > .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; }#Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;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; }#VGTrLJad8SzBfSXxwOGuF0Rt1PMmG1sU { 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:22.625rem;width:21.25rem;display:none; }
#HV7wgLt2eXPNfxvSH6xnrQvq2fCb4siA { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:none; }
#ode4JgCE0dTDKkStNtTyTGTJubK8fABi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0ba3ad;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ode4JgCE0dTDKkStNtTyTGTJubK8fABi > .row .container { border-width: 0; border-radius: 0; }#ode4JgCE0dTDKkStNtTyTGTJubK8fABi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ode4JgCE0dTDKkStNtTyTGTJubK8fABi > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#JCFi7JaDho8xdiVgWnNHLZoI7809MkXV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:59.0625rem; }
#EEu8xIzRNPb61pZzKrxKGnLfahXr2RJn { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:block; }
#QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g { position:relative;display:none; }#QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g { border-width: 0; border-radius: 0; }#QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g > .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; }#QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g > .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:3.0625rem;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; }#lJTDQgpROtqcIhx5x24t2rozuknwuKTV { 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:22.625rem;width:21.25rem;display:none; }
#LQXwuxkUzZJ2pW1wnfwdX5wIpPiV319b { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:none; }
#ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0ba3ad;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl > .row .container { border-width: 0; border-radius: 0; }#ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#XDWorsuXZEUy9yobySGQdZkO6cTc5ED7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:59.0625rem; }
#rTELMEWV55muDtclvCrtnXt0VEe6W2f6 { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:block; }
#lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW { position:relative;display:none; }#lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW { border-width: 0; border-radius: 0; }#lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW > .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; }#lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;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; }#qIKgD4fzbWx545ZgNkdhoGtNltsNhTD7 { 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:22.625rem;width:21.25rem;display:none; }
#tf0ZQgW2thAaTzsiy8qqIz3BdQ1I7Cx6 { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:none; }
#xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0ba3ad;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p > .row .container { border-width: 0; border-radius: 0; }#xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#B8lgB77VMHcTHcnfeeagDzbz2zvREATM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:59.0625rem; }
#mE0yQ3WZJvHLQFT96kWp7Rsc8CI31Hgm { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:block; }
#wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH { position:relative;display:none; }#wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH { border-width: 0; border-radius: 0; }#wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH > .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; }#wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;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; }#NCQBplks3GrXTcGWohvwkemstk8fRaE4 { 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:22.625rem;width:21.25rem;display:none; }
#gm7ii5FhOnToP4hZpSIZHsRTsIqam3Wa { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:none; }
#vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0ba3ad;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ > .row .container { border-width: 0; border-radius: 0; }#vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#wLKAqZ8IPP6ItFnsAnniz4fQ7vfAcVHL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:59.0625rem; }
#ONgqNVH0kollzB9WaK6TOMowlXQ071OB { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:block; }
#O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op { position:relative;display:none; }#O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op { border-width: 0; border-radius: 0; }#O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op > .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; }#O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;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; }#WJZQP0F9gQKfDNewaHRdqgQ5UDcdbqig { 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:22.625rem;width:21.25rem;display:none; }
#dq3KVTvWRqIRXtNn3OhRl9rf7QEDZ99X { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:none; }
#wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0ba3ad;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm > .row .container { border-width: 0; border-radius: 0; }#wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#BqvaHfJo5ER7KHLFyqscpU1R81WOtSxX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:59.0625rem; }
#dZaM3as3KHdsCCx0JaQ5CHbAnS6rpmcT { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:block; }
#WpRBua4FhScB9uS60k5ZazOxStOl3KRo { position:relative;display:none; }#WpRBua4FhScB9uS60k5ZazOxStOl3KRo { border-width: 0; border-radius: 0; }#WpRBua4FhScB9uS60k5ZazOxStOl3KRo > .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; }#WpRBua4FhScB9uS60k5ZazOxStOl3KRo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;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; }#FA312yPwyvvP9inDcNHcH21kPMdlzTc0 { 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:22.625rem;width:21.25rem;display:none; }
#xzfJi9m3FkRHMad2FvkBs4oFWdl4wrB3 { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:none; }
#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI { position:relative;display:block; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI { background-color: transparent; background-image: none; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container > .video-iframe-container { display: none; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row > .video-iframe-container { display: none; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .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); }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI { border-width: 0; border-radius: 0; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeeee;background-image:none;font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#bDX9QlOL5bwUcowXunXVmSZgC0i5WV11 { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:7.5rem;height:5.20019375rem;font-style:normal;display:block; }
#sKS9rdhJrSlnTn5MqB4Qsg5ePi1JTube { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.125rem;left:7.5rem;height:4.385375rem;font-style:normal;display:block; }
#kgtIvvXNhFH3WEL8qpsnGEsRt9PbOWTG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:21.25rem;left:45.375rem;top:1.125rem;overflow:hidden;display:block; }
#iGnE1yIpQEJTp6JzVARvV6t0ke8wckcB { position:relative;display:block; }#iGnE1yIpQEJTp6JzVARvV6t0ke8wckcB { background-color: transparent; background-image: none; }#iGnE1yIpQEJTp6JzVARvV6t0ke8wckcB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGnE1yIpQEJTp6JzVARvV6t0ke8wckcB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGnE1yIpQEJTp6JzVARvV6t0ke8wckcB > .row .container > .video-iframe-container { display: none; }#iGnE1yIpQEJTp6JzVARvV6t0ke8wckcB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGnE1yIpQEJTp6JzVARvV6t0ke8wckcB > .row > .video-iframe-container { display: none; }#iGnE1yIpQEJTp6JzVARvV6t0ke8wckcB > .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); }#iGnE1yIpQEJTp6JzVARvV6t0ke8wckcB { border-width: 0; border-radius: 0; }#iGnE1yIpQEJTp6JzVARvV6t0ke8wckcB > .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; }#iGnE1yIpQEJTp6JzVARvV6t0ke8wckcB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N16TFql1kFTo1J99ThP1bKyOJtqM3ZoA { position:relative;display:block; }#N16TFql1kFTo1J99ThP1bKyOJtqM3ZoA { background-color: transparent; background-image: none; }#N16TFql1kFTo1J99ThP1bKyOJtqM3ZoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N16TFql1kFTo1J99ThP1bKyOJtqM3ZoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N16TFql1kFTo1J99ThP1bKyOJtqM3ZoA > .row .container > .video-iframe-container { display: none; }#N16TFql1kFTo1J99ThP1bKyOJtqM3ZoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N16TFql1kFTo1J99ThP1bKyOJtqM3ZoA > .row > .video-iframe-container { display: none; }#N16TFql1kFTo1J99ThP1bKyOJtqM3ZoA > .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); }#N16TFql1kFTo1J99ThP1bKyOJtqM3ZoA { border-width: 0; border-radius: 0; }#N16TFql1kFTo1J99ThP1bKyOJtqM3ZoA > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#N16TFql1kFTo1J99ThP1bKyOJtqM3ZoA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeeee;background-image:none;font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#knVuqVWDvr81q1TiU3IgAy6azTgEnNIz { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:34.4375rem;height:5.20019375rem;font-style:normal;display:block; }
#hlzLA2UgTyg2kXRy2tV3XnWB7yibJg0W { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.125rem;left:34.4375rem;height:4.385375rem;font-style:normal;display:block; }
#OE2cl2ttOigV1AS80wrQlHo4x4QM6mU7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:21.25rem;left:7.5rem;top:1.9375rem;overflow:hidden;display:block; }
#yftkNeztRJqGft2LnOGGak50e8tJF0T3 { position:relative;display:block; }#yftkNeztRJqGft2LnOGGak50e8tJF0T3 { background-color: transparent; background-image: none; }#yftkNeztRJqGft2LnOGGak50e8tJF0T3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yftkNeztRJqGft2LnOGGak50e8tJF0T3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yftkNeztRJqGft2LnOGGak50e8tJF0T3 > .row .container > .video-iframe-container { display: none; }#yftkNeztRJqGft2LnOGGak50e8tJF0T3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yftkNeztRJqGft2LnOGGak50e8tJF0T3 > .row > .video-iframe-container { display: none; }#yftkNeztRJqGft2LnOGGak50e8tJF0T3 > .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); }#yftkNeztRJqGft2LnOGGak50e8tJF0T3 { border-width: 0; border-radius: 0; }#yftkNeztRJqGft2LnOGGak50e8tJF0T3 > .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; }#yftkNeztRJqGft2LnOGGak50e8tJF0T3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gnNAN6nAiU43cJh2V15ES8AW8bAAu2aV { position:relative;display:block; }#gnNAN6nAiU43cJh2V15ES8AW8bAAu2aV { background-color: transparent; background-image: none; }#gnNAN6nAiU43cJh2V15ES8AW8bAAu2aV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnNAN6nAiU43cJh2V15ES8AW8bAAu2aV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnNAN6nAiU43cJh2V15ES8AW8bAAu2aV > .row .container > .video-iframe-container { display: none; }#gnNAN6nAiU43cJh2V15ES8AW8bAAu2aV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnNAN6nAiU43cJh2V15ES8AW8bAAu2aV > .row > .video-iframe-container { display: none; }#gnNAN6nAiU43cJh2V15ES8AW8bAAu2aV > .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); }#gnNAN6nAiU43cJh2V15ES8AW8bAAu2aV { border-width: 0; border-radius: 0; }#gnNAN6nAiU43cJh2V15ES8AW8bAAu2aV > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#gnNAN6nAiU43cJh2V15ES8AW8bAAu2aV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeeee;background-image:none;font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#BkN5ITPy4xKCGLLucUTgWrPJ4eFpTlbf { color:#2a2c32;display:block;width:38.625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:7.5rem;height:5.036625rem;font-style:normal;display:block; }
#td5aR0m2f7s2q2dZerZkJR6xFLN9mgTv { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.125rem;left:7.5rem;height:2.92358125rem;font-style:normal;display:block; }
#UFRXVEpVOsf6P5bSC5JmLO7R2F9TPNql { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:21.25rem;left:45.375rem;top:1.125rem;overflow:hidden;display:block; }
#qyiLi8ZZB08lmvlFdgeMUBXent81LZ9O { position:relative;display:block; }#qyiLi8ZZB08lmvlFdgeMUBXent81LZ9O { background-color: transparent; background-image: none; }#qyiLi8ZZB08lmvlFdgeMUBXent81LZ9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyiLi8ZZB08lmvlFdgeMUBXent81LZ9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyiLi8ZZB08lmvlFdgeMUBXent81LZ9O > .row .container > .video-iframe-container { display: none; }#qyiLi8ZZB08lmvlFdgeMUBXent81LZ9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyiLi8ZZB08lmvlFdgeMUBXent81LZ9O > .row > .video-iframe-container { display: none; }#qyiLi8ZZB08lmvlFdgeMUBXent81LZ9O > .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); }#qyiLi8ZZB08lmvlFdgeMUBXent81LZ9O { border-width: 0; border-radius: 0; }#qyiLi8ZZB08lmvlFdgeMUBXent81LZ9O > .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; }#qyiLi8ZZB08lmvlFdgeMUBXent81LZ9O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#he4ZWTvQ81951mDnNisk4LKcgRy1HSas { position:relative;display:block; }#he4ZWTvQ81951mDnNisk4LKcgRy1HSas { background-color: transparent; background-image: none; }#he4ZWTvQ81951mDnNisk4LKcgRy1HSas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he4ZWTvQ81951mDnNisk4LKcgRy1HSas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he4ZWTvQ81951mDnNisk4LKcgRy1HSas > .row .container > .video-iframe-container { display: none; }#he4ZWTvQ81951mDnNisk4LKcgRy1HSas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he4ZWTvQ81951mDnNisk4LKcgRy1HSas > .row > .video-iframe-container { display: none; }#he4ZWTvQ81951mDnNisk4LKcgRy1HSas > .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); }#he4ZWTvQ81951mDnNisk4LKcgRy1HSas { border-width: 0; border-radius: 0; }#he4ZWTvQ81951mDnNisk4LKcgRy1HSas > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#he4ZWTvQ81951mDnNisk4LKcgRy1HSas > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeeee;background-image:none;font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#qfoDDffQ9HHNCStoDIcgZVAZv9B6KWJT { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:34.4375rem;height:5.2002rem;font-style:normal;display:block; }
#M9PT5omp8BafVtNdfxEy4rBzsgd2DkNB { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.125rem;left:34.4375rem;height:7.3089375rem;font-style:normal;display:block; }
#u8H5surUX7pfyv2Z0k1akw7Ecemt56T3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:21.25rem;left:7.5rem;top:1.9375rem;overflow:hidden;display:block; }
#zxW1PhlHUg1l4kh48T757Ssarlv8SHxs { position:relative;display:block; }#zxW1PhlHUg1l4kh48T757Ssarlv8SHxs { background-color: transparent; background-image: none; }#zxW1PhlHUg1l4kh48T757Ssarlv8SHxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxW1PhlHUg1l4kh48T757Ssarlv8SHxs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxW1PhlHUg1l4kh48T757Ssarlv8SHxs > .row .container > .video-iframe-container { display: none; }#zxW1PhlHUg1l4kh48T757Ssarlv8SHxs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxW1PhlHUg1l4kh48T757Ssarlv8SHxs > .row > .video-iframe-container { display: none; }#zxW1PhlHUg1l4kh48T757Ssarlv8SHxs > .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); }#zxW1PhlHUg1l4kh48T757Ssarlv8SHxs { border-width: 0; border-radius: 0; }#zxW1PhlHUg1l4kh48T757Ssarlv8SHxs > .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; }#zxW1PhlHUg1l4kh48T757Ssarlv8SHxs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#voTM2Z4GaufND6Ua4CCESs6FXDzfxoWW { position:relative;display:block; }#voTM2Z4GaufND6Ua4CCESs6FXDzfxoWW { background-color: transparent; background-image: none; }#voTM2Z4GaufND6Ua4CCESs6FXDzfxoWW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voTM2Z4GaufND6Ua4CCESs6FXDzfxoWW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voTM2Z4GaufND6Ua4CCESs6FXDzfxoWW > .row .container > .video-iframe-container { display: none; }#voTM2Z4GaufND6Ua4CCESs6FXDzfxoWW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voTM2Z4GaufND6Ua4CCESs6FXDzfxoWW > .row > .video-iframe-container { display: none; }#voTM2Z4GaufND6Ua4CCESs6FXDzfxoWW > .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); }#voTM2Z4GaufND6Ua4CCESs6FXDzfxoWW { border-width: 0; border-radius: 0; }#voTM2Z4GaufND6Ua4CCESs6FXDzfxoWW > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#voTM2Z4GaufND6Ua4CCESs6FXDzfxoWW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeeee;background-image:none;font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#EzvXnBVgTZWNbMHrW3XNTXVz6axXkxAZ { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:7.5rem;height:5.2002rem;font-style:normal;display:block; }
#J2gLoQQKn9Vh9VT0BwAlcgEk8Ax19yyG { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.125rem;left:7.5rem;height:4.385375rem;font-style:normal;display:block; }
#WJa8G6ZIpgtQ7zWyxIALnfFUq3y34b8L { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:21.25rem;left:45.375rem;top:1.125rem;overflow:hidden;display:block; }
#TZiDCJhyusNhRJcXEwSpKxGfvUcOrdh1 { position:relative;display:block; }#TZiDCJhyusNhRJcXEwSpKxGfvUcOrdh1 { background-color: transparent; background-image: none; }#TZiDCJhyusNhRJcXEwSpKxGfvUcOrdh1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZiDCJhyusNhRJcXEwSpKxGfvUcOrdh1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZiDCJhyusNhRJcXEwSpKxGfvUcOrdh1 > .row .container > .video-iframe-container { display: none; }#TZiDCJhyusNhRJcXEwSpKxGfvUcOrdh1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZiDCJhyusNhRJcXEwSpKxGfvUcOrdh1 > .row > .video-iframe-container { display: none; }#TZiDCJhyusNhRJcXEwSpKxGfvUcOrdh1 > .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); }#TZiDCJhyusNhRJcXEwSpKxGfvUcOrdh1 { border-width: 0; border-radius: 0; }#TZiDCJhyusNhRJcXEwSpKxGfvUcOrdh1 > .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; }#TZiDCJhyusNhRJcXEwSpKxGfvUcOrdh1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dTNqA6PmukwiIm5Pc9GIxzC3sDSfFNvt { position:relative;display:block; }#dTNqA6PmukwiIm5Pc9GIxzC3sDSfFNvt { background-color: transparent; background-image: none; }#dTNqA6PmukwiIm5Pc9GIxzC3sDSfFNvt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTNqA6PmukwiIm5Pc9GIxzC3sDSfFNvt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTNqA6PmukwiIm5Pc9GIxzC3sDSfFNvt > .row .container > .video-iframe-container { display: none; }#dTNqA6PmukwiIm5Pc9GIxzC3sDSfFNvt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTNqA6PmukwiIm5Pc9GIxzC3sDSfFNvt > .row > .video-iframe-container { display: none; }#dTNqA6PmukwiIm5Pc9GIxzC3sDSfFNvt > .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); }#dTNqA6PmukwiIm5Pc9GIxzC3sDSfFNvt { border-width: 0; border-radius: 0; }#dTNqA6PmukwiIm5Pc9GIxzC3sDSfFNvt > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#dTNqA6PmukwiIm5Pc9GIxzC3sDSfFNvt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeeee;background-image:none;font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#wUH4MeKwqDeygSBXbIcqouTzlFnVKwF6 { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:34.4375rem;height:5.2002rem;font-style:normal;display:block; }
#h3nkyRLzGPnCtuUKufcwCZaGbKLVvKdq { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.125rem;left:34.4375rem;height:4.385375rem;font-style:normal;display:block; }
#hvVBxyuzO9c3vaXybCufIifTl6BNFTrN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:21.25rem;left:7.5rem;top:1.9375rem;overflow:hidden;display:block; }
#Dnx5cv3yyNFC3ycu16TOuDVhf5PZFn4u { position:relative;display:block; }#Dnx5cv3yyNFC3ycu16TOuDVhf5PZFn4u { background-color: transparent; background-image: none; }#Dnx5cv3yyNFC3ycu16TOuDVhf5PZFn4u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dnx5cv3yyNFC3ycu16TOuDVhf5PZFn4u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dnx5cv3yyNFC3ycu16TOuDVhf5PZFn4u > .row .container > .video-iframe-container { display: none; }#Dnx5cv3yyNFC3ycu16TOuDVhf5PZFn4u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dnx5cv3yyNFC3ycu16TOuDVhf5PZFn4u > .row > .video-iframe-container { display: none; }#Dnx5cv3yyNFC3ycu16TOuDVhf5PZFn4u > .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); }#Dnx5cv3yyNFC3ycu16TOuDVhf5PZFn4u { border-width: 0; border-radius: 0; }#Dnx5cv3yyNFC3ycu16TOuDVhf5PZFn4u > .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; }#Dnx5cv3yyNFC3ycu16TOuDVhf5PZFn4u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DTGhNTz22ACkb6SsoNGuhDWb0MLiWdVz { position:relative;display:block; }#DTGhNTz22ACkb6SsoNGuhDWb0MLiWdVz { background-color: transparent; background-image: none; }#DTGhNTz22ACkb6SsoNGuhDWb0MLiWdVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTGhNTz22ACkb6SsoNGuhDWb0MLiWdVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTGhNTz22ACkb6SsoNGuhDWb0MLiWdVz > .row .container > .video-iframe-container { display: none; }#DTGhNTz22ACkb6SsoNGuhDWb0MLiWdVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTGhNTz22ACkb6SsoNGuhDWb0MLiWdVz > .row > .video-iframe-container { display: none; }#DTGhNTz22ACkb6SsoNGuhDWb0MLiWdVz > .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); }#DTGhNTz22ACkb6SsoNGuhDWb0MLiWdVz { border-width: 0; border-radius: 0; }#DTGhNTz22ACkb6SsoNGuhDWb0MLiWdVz > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#DTGhNTz22ACkb6SsoNGuhDWb0MLiWdVz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeeee;background-image:none;font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#cdxF0vfuoAl2Rx8cvL2EVFzrfi2rVAIF { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:7.5rem;height:5.2002rem;font-style:normal;display:block; }
#s0G5vV3JiADptnB48AKUKqPSBfCdfAlk { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.125rem;left:7.5rem;height:4.385375rem;font-style:normal;display:block; }
#F1NBATJBrTJB4coi7gGnaduhbGLRLBpR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:21.25rem;left:45.375rem;top:1.125rem;overflow:hidden;display:block; }
#FBftRqhDDoyU63xOBbOuHXfEq1tJeBQi { position:relative;display:block; }#FBftRqhDDoyU63xOBbOuHXfEq1tJeBQi { background-color: transparent; background-image: none; }#FBftRqhDDoyU63xOBbOuHXfEq1tJeBQi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBftRqhDDoyU63xOBbOuHXfEq1tJeBQi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBftRqhDDoyU63xOBbOuHXfEq1tJeBQi > .row .container > .video-iframe-container { display: none; }#FBftRqhDDoyU63xOBbOuHXfEq1tJeBQi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBftRqhDDoyU63xOBbOuHXfEq1tJeBQi > .row > .video-iframe-container { display: none; }#FBftRqhDDoyU63xOBbOuHXfEq1tJeBQi > .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); }#FBftRqhDDoyU63xOBbOuHXfEq1tJeBQi { border-width: 0; border-radius: 0; }#FBftRqhDDoyU63xOBbOuHXfEq1tJeBQi > .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; }#FBftRqhDDoyU63xOBbOuHXfEq1tJeBQi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xZ9xKwT9Hk4IMPAkcgBAHifbibWu5Kf8 { position:relative;display:block; }#xZ9xKwT9Hk4IMPAkcgBAHifbibWu5Kf8 { background-color: transparent; background-image: none; }#xZ9xKwT9Hk4IMPAkcgBAHifbibWu5Kf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ9xKwT9Hk4IMPAkcgBAHifbibWu5Kf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ9xKwT9Hk4IMPAkcgBAHifbibWu5Kf8 > .row .container > .video-iframe-container { display: none; }#xZ9xKwT9Hk4IMPAkcgBAHifbibWu5Kf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ9xKwT9Hk4IMPAkcgBAHifbibWu5Kf8 > .row > .video-iframe-container { display: none; }#xZ9xKwT9Hk4IMPAkcgBAHifbibWu5Kf8 > .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); }#xZ9xKwT9Hk4IMPAkcgBAHifbibWu5Kf8 { border-width: 0; border-radius: 0; }#xZ9xKwT9Hk4IMPAkcgBAHifbibWu5Kf8 > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#xZ9xKwT9Hk4IMPAkcgBAHifbibWu5Kf8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeeee;background-image:none;font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#QUkcqTG8IbMkfh74uE4KxDVB4liirLcv { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:34.4375rem;height:5.2002rem;font-style:normal;display:block; }
#h1b7lK7JhOJFTAKP762FsqZ8K4d0FPKi { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.125rem;left:34.4375rem;height:4.38574375rem;font-style:normal;display:block; }
#WfPJDZictViGRBPB6DKI5umLTeXZsT70 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:21.25rem;left:7.5rem;top:1.9375rem;overflow:hidden;display:block; }
#it1s5xx2oUmurnqXgT2HEKy0pn1ULxMq { position:relative;display:block; }#it1s5xx2oUmurnqXgT2HEKy0pn1ULxMq { background-color: transparent; background-image: none; }#it1s5xx2oUmurnqXgT2HEKy0pn1ULxMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#it1s5xx2oUmurnqXgT2HEKy0pn1ULxMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#it1s5xx2oUmurnqXgT2HEKy0pn1ULxMq > .row .container > .video-iframe-container { display: none; }#it1s5xx2oUmurnqXgT2HEKy0pn1ULxMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#it1s5xx2oUmurnqXgT2HEKy0pn1ULxMq > .row > .video-iframe-container { display: none; }#it1s5xx2oUmurnqXgT2HEKy0pn1ULxMq > .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); }#it1s5xx2oUmurnqXgT2HEKy0pn1ULxMq { border-width: 0; border-radius: 0; }#it1s5xx2oUmurnqXgT2HEKy0pn1ULxMq > .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; }#it1s5xx2oUmurnqXgT2HEKy0pn1ULxMq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO { position:relative;display:block; }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO { background-color: transparent; background-image: none; }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO > .row .container > .video-iframe-container { display: none; }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO > .row > .video-iframe-container { display: none; }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO > .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); }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO { border-width: 0; border-radius: 0; }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO > .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; }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO > .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:17.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FspfrUJ6uXzbcvigMXpyibX3TKQT6AsO { 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:15.9375rem;width:19.25rem;display:none; }
#TC0eyNaM8TTOioyoye67LEOpEDmSFKT8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:60rem;top:1.0625rem;left:7.5rem;overflow:hidden;display:block; }
#REMgtcgT9ZIasmdR5P8RSvvf5FtRlEbG { position:relative;display:block; }#REMgtcgT9ZIasmdR5P8RSvvf5FtRlEbG { background-color: transparent; background-image: none; }#REMgtcgT9ZIasmdR5P8RSvvf5FtRlEbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REMgtcgT9ZIasmdR5P8RSvvf5FtRlEbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REMgtcgT9ZIasmdR5P8RSvvf5FtRlEbG > .row .container > .video-iframe-container { display: none; }#REMgtcgT9ZIasmdR5P8RSvvf5FtRlEbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REMgtcgT9ZIasmdR5P8RSvvf5FtRlEbG > .row > .video-iframe-container { display: none; }#REMgtcgT9ZIasmdR5P8RSvvf5FtRlEbG > .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); }#REMgtcgT9ZIasmdR5P8RSvvf5FtRlEbG { border-width: 0; border-radius: 0; }#REMgtcgT9ZIasmdR5P8RSvvf5FtRlEbG > .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; }#REMgtcgT9ZIasmdR5P8RSvvf5FtRlEbG > .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:15.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TiASC5WX2SESdrz0XSa4TSy48GEDRRRK { color:#2a2c32;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:0rem;left:7.625rem;height:3.150025rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TThuIcd08VIdPeCRuKfHWCAsnuhLqNbP { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:20.9375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mCRzQ45gGNGfPtWAAuTTwTTLOAvuRuPo { background-color:#2a2c32;background-image:none;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;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:6.5625rem;left:30.375rem;display:block; }
#LHFBEInHP9asTXs8g0zxS8KynxHXTnFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e2fd96);background-image: -moz-linear-gradient(180deg, #ffffff, #e2fd96);background-image: -ms-linear-gradient(180deg, #ffffff, #e2fd96);background-image: -o-linear-gradient(180deg, #ffffff, #e2fd96);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2fd96' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2fd96' );";background-image: linear-gradient(180deg, #ffffff, #e2fd96);background-size:auto !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; }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row .container { background-color: transparent; background-image: none; }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row .container > .video-iframe-container { display: none; }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row > .video-iframe-container { display: none; }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .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); }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row .container { border-width: 0; border-radius: 0; }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#pGzdoH1Q3nHiFFWdz4HQFMe7bHxo5OIn { 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:14.25rem;width:20rem;left:6.5rem;overflow:hidden;top:0rem;display:block; }
#bA3d3KfUi3zyyDtrn2V1NJpHzrQf6QLB { 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:14.25rem;width:20.0625rem;left:28.3125rem;top:0rem;overflow:hidden;display:block; }
#TKdTvgSNhtfRCpQsK03u6VnoWTboFQ9J { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:19.875rem;left:16.4375rem;top:15.875rem;overflow:hidden;display:block; }
#gbuMd8QQmTCy3FMUDc6l2VtsusBTEH4A { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:20rem;left:38.5625rem;top:15.875rem;overflow:hidden;display:block; }
#ix3XTLcWWisHdIDRU6QAR9BJREpi1VHV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20.0625rem;left:50.6875rem;top:0rem;overflow:hidden;display:block; }
#TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat { position:relative;display:none; }#TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat { border-width: 0; border-radius: 0; }#TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat > .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; }#TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width: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; }#vc2OFrCnKlcPC7cnsutL8hGkmKKliUCO { color:#2a2c32;display:block;width:33.0625rem;position:absolute;font-family:"poppins medium";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:none; }
#KtVUFgm93tCoR89flwJPKyk0crQOeTzc { position:relative;display:none; }#KtVUFgm93tCoR89flwJPKyk0crQOeTzc { border-width: 0; border-radius: 0; }#KtVUFgm93tCoR89flwJPKyk0crQOeTzc > .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; }#KtVUFgm93tCoR89flwJPKyk0crQOeTzc > .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:2rem;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; }#V6pF3tW6uEQ0MT1N4QVX0pAtoS8LAqRV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:33.6875rem;display:none; }
#g4U26fdVH2B4C7vrZnqi4rMiPtLgJBH5 { 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:24rem;width:33.6875rem;display:none; }
#r9UTG4NL5JB5siVQELVnA6APgti5gkN1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:33.6875rem;display:none; }
#bnT6QvdXET83opRtHkKWW3REzaLT4gJG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2fd96;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; }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row .container { background-color: transparent; background-image: none; }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row .container > .video-iframe-container { display: none; }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row > .video-iframe-container { display: none; }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .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); }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row .container { border-width: 0; border-radius: 0; }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#AdbpQrVz2RyTxGeHax2xVcmenZBoR5Pv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:18.5625rem;left:28.1875rem;top:0.9375rem;display:block; }
#prR2V5MaSPbckKSmMTzff7Mno8zcAbH1 { position:relative;display:block; }#prR2V5MaSPbckKSmMTzff7Mno8zcAbH1 { background-color: transparent; background-image: none; }#prR2V5MaSPbckKSmMTzff7Mno8zcAbH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prR2V5MaSPbckKSmMTzff7Mno8zcAbH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prR2V5MaSPbckKSmMTzff7Mno8zcAbH1 > .row .container > .video-iframe-container { display: none; }#prR2V5MaSPbckKSmMTzff7Mno8zcAbH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prR2V5MaSPbckKSmMTzff7Mno8zcAbH1 > .row > .video-iframe-container { display: none; }#prR2V5MaSPbckKSmMTzff7Mno8zcAbH1 > .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); }#prR2V5MaSPbckKSmMTzff7Mno8zcAbH1 { border-width: 0; border-radius: 0; }#prR2V5MaSPbckKSmMTzff7Mno8zcAbH1 > .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; }#prR2V5MaSPbckKSmMTzff7Mno8zcAbH1 > .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:14rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Esiu8PBLwudvlADJirdunVISEyfcGcy9 { color:#2a2c32;display:block;width:12.75rem;position:absolute;font-family:besley;font-size:2.625rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:2.724609375rem;left:7.5rem;height:3.150025rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WmHTHh1F1iG8Czvw5HIi1lkNn0723GEw { color:#2a2c32;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.849609375rem;left:7.5rem;height:2.598875rem;font-style:normal;display:block; }
#cH4aCzdS1p94HQsr6TGbO0dpcusTVoRx { color:#2a2c32;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.849609375rem;left:26.9375rem;height:2.598875rem;font-style:normal;display:block; }
#oHPZTxNinvVMgbs6r7qTG1hxR9UC9fzE { color:#2a2c32;display:block;width:11.875rem;position:absolute;font-family:besley;font-size:2.625rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:2.724609375rem;left:26.9375rem;height:3.150025rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tUbKpvkpImQqQx9EpCifvfrvKtEZIgCI { color:#2a2c32;display:block;width:7.625rem;position:absolute;font-family:besley;font-size:2.625rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:2.724609375rem;left:48.75rem;height:3.150025rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NUiD2sM2Xu3WNBhQPW89sHMVATNn9wAu { color:#2a2c32;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.849609375rem;left:48.75rem;height:2.598875rem;font-style:normal;display:block; }
#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row .container { background-color: transparent; background-image: none; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row .container > .video-iframe-container { display: none; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row > .video-iframe-container { display: none; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .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); }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row .container { border-width: 0; border-radius: 0; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#P1Fa6f400fPPNRl6za7EuO0mEJKWPiL9 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #0ba3ad, #967fd8);background-image: -moz-linear-gradient(170deg, #0ba3ad, #967fd8);background-image: -ms-linear-gradient(170deg, #0ba3ad, #967fd8);background-image: -o-linear-gradient(170deg, #0ba3ad, #967fd8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#967fd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#967fd8' );";background-image: linear-gradient(170deg, #0ba3ad, #967fd8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.25rem 0.3125rem 0.75rem rgba(188,188,188,0.5) ;height:24.6875rem;width:22.5rem;top:8.8125rem;left:14.5625rem;display:block; }
#HQzeVT3FAVM8rBFiLVNulPPFLEB4W7EH { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:11.4375rem;left:16.0625rem;height:1.3496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G6LuGvk9cdZaViUJaB5TFQR4EEwyT9m8 { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:13.25rem;left:16.125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dy148I4efB6ZKXNKlgv2BCZvI1gGcIyi { color:#2a2c32;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:3.674925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tv3amBvNbIfQhT3Ee5yaps75wROQcDeu { background-color:#2a2c32;background-image:none;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;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.75rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:36.1875rem;left:27.84375rem;display:block; }
#xMeK2AENRcPEvW8TTPLh0LJTcWBEDk3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rVRIsxTT6IFmzyX02ExqxIIOtik9RAcm { color:#2a2c32;display:block;width:75rem;position:absolute;font-family:besley;font-size:2.625rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:3.1123046875rem;left:0rem;height:3.674925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#EDSZ6HUWqBOeDT81mDl4Sz54XgS4hGZX { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #0ba3ad, #967fd8);background-image: -moz-linear-gradient(170deg, #0ba3ad, #967fd8);background-image: -ms-linear-gradient(170deg, #0ba3ad, #967fd8);background-image: -o-linear-gradient(170deg, #0ba3ad, #967fd8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#967fd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#967fd8' );";background-image: linear-gradient(170deg, #0ba3ad, #967fd8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.25rem 0.3125rem 0.75rem rgba(188,188,188,0.5) ;height:24.6875rem;width:22.5rem;top:8.8125rem;left:38rem;display:block; }
#w9ZXN1VZLFDkKeHJWD05flDfru7tpIeL { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:11.4375rem;left:39.5rem;height:1.3496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z6NNsaST4UuGp9V3U82rw3xJ1As7ZTwV { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:13.25rem;left:39.5625rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vqhkXRibFgTNmBHIWgWaFUOmm2xPM25D { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:15.1875rem;left:22.0625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cGm7VsX6huU745kSknLLygCs9PPhcTTI { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:17.875rem;left:16.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#euyhNog3ay4cXzu1XULhFSkTeGZXhfLU { box-sizing:content-box;height:8.1875rem;width:19.125rem;position:absolute;display:block;z-index:15083;background-color:transparent;background-image:none;top:22.3125rem;left:16.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
#fiw6RTJAdwUQzOViCRmzq0aMC3kItmHE { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15099;line-height:1.2;letter-spacing:0;top:25.1875rem;left:18.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6pW8FVz8IIuv1QMFor6V6JsTmzzATEk { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:15.1875rem;left:46.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jygibh7MIndPxwyzgdtkHazzI7kHZg4z { color:#ffffff;display:block;width:15.68725rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:17.374267578125rem;left:40.12451171875rem;height:1.3494875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BnGW3ulkpsxpOwt3IkqJTTnqtlIJlhNS { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15103;line-height:1.2;letter-spacing:0;top:25.0625rem;left:41.875rem;height:2.24975625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uyNZ1SQy1rMOhE3MpqwHdxThaTSZt3GF { box-sizing:content-box;height:8.1875rem;width:19.125rem;position:absolute;display:block;z-index:15087;background-color:transparent;background-image:none;top:22.3125rem;left:39.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
#v359xn4uzPMh493y2Ti5T46oNda5rc18 { background-color:transparent;background-image:none;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;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:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:2.5rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:27.5625rem;left:16.15625rem;display:block; }
#xSeAKQITKQTTn6xa7KGy4uGAnBgpoJ1R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JbU58001mhc6GANICdt96mrDGb0yOqCn { background-color:transparent;background-image:none;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;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:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:2.5rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:27.4375rem;left:39.59375rem;display:block; }
#mQUzcMrp4aSBxsGdBWJOJ7ytfUTgHib4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vRcdXa3t3qdeKCf6JzfbXUbAcOMVkQdb { color:#2a2c32;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#O2kO90JDb4hE0UwlTAMhGq3taVQ6DLzB { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15104;line-height:1.2;letter-spacing:0;top:23.4375rem;left:17.96875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i1UfNVm1QJ5yhrv6niJAkLCsIOd7c4u1 { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15105;line-height:1.2;letter-spacing:0;top:23.4375rem;left:41.40625rem;height:1.19934375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HPspfsTZ31RGcDQHQUTPTsb7Cg37ThJf { background-color:#2a2c32;background-image:none;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;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.75rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:36.1875rem;left:27.84375rem;display:none; }
#nRqcZ23XcP89RFtVGreHDfAgaqPis36O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ObdJXnCtMLp5cmPhJTq0PeoGSKXE3XTc { color:#2a2c32;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:41.3125rem;left:27.34375rem;height:1.19934375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H2UMFN8nO05AgCOcXaeZXRSZFoSI6svM { position:relative;display:block; }#H2UMFN8nO05AgCOcXaeZXRSZFoSI6svM { background-color: transparent; background-image: none; }#H2UMFN8nO05AgCOcXaeZXRSZFoSI6svM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2UMFN8nO05AgCOcXaeZXRSZFoSI6svM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2UMFN8nO05AgCOcXaeZXRSZFoSI6svM > .row .container > .video-iframe-container { display: none; }#H2UMFN8nO05AgCOcXaeZXRSZFoSI6svM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2UMFN8nO05AgCOcXaeZXRSZFoSI6svM > .row > .video-iframe-container { display: none; }#H2UMFN8nO05AgCOcXaeZXRSZFoSI6svM > .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); }#H2UMFN8nO05AgCOcXaeZXRSZFoSI6svM { border-width: 0; border-radius: 0; }#H2UMFN8nO05AgCOcXaeZXRSZFoSI6svM > .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; }#H2UMFN8nO05AgCOcXaeZXRSZFoSI6svM > .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:7.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rdHAlah83wNRG0a1tcwStlMQ5yJeoTkT { color:#2a2c32;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:0rem;left:27.3125rem;height:1.19934375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ItsVPR5EPTwhugkane5UQGNoGgsBI8om { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:39.9375rem;display:none; }
#FLaQWyGJa9OvzfMsMh4eOSqGiTx33VDs { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:0;top:3.4375rem;left:33.5rem;overflow:hidden;display:block; }
#HJlxV3yxDHw6ri0O03ZDUq0Xi5Jkpyvw { position:absolute;display:block;z-index:15032;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.3125rem;width:60rem;top:3.4375rem;left:7.5rem;overflow:hidden;display:block; }
#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc6ee8b9-f0ae-4249-9add-2f43776e6a9c/pattern.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !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; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r.adaptive-delivery-prevent-bg, #fb3wL53XecnRMfXIMvTJE93yfUEiSD6r.lazyload, #fb3wL53XecnRMfXIMvTJE93yfUEiSD6r.lazyloading { background-image: none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container { background-color: transparent; background-image: none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container > .video-iframe-container { display: none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row > .video-iframe-container { display: none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .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); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container { border-width: 0; border-radius: 0; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#OZIlcermfvSd60AXMHOppcR2oM1AETw6 { 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:14.375rem;width:20rem;left:27.5rem;top:2.25rem;display:block; }
#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { background-color:#2a2c32;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { background-color: transparent; background-image: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .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); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { border-width: 0; border-radius: 0; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { font-size:0.875rem;font-family:arial;height:70rem;width:75rem;overflow:visible;position:relative;display:block; }#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #8e8e8e; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .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; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:poppins;color:#ffffff;height:auto;line-height:1.1;overflow:hidden;font-style:normal; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:poppins;color:#ffffff;line-height:1.5;overflow:hidden;height:auto; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger { width:1.625rem;min-width:1.625rem;height:1.625rem;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_5ae1830b1875c7ac2b7eed3eaac91d0bf81c43fa.svg");background-size:contain !important; }#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger.adaptive-delivery-prevent-bg, #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger.lazyload, #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger.lazyloading { background-image: none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I { box-sizing:content-box;height:auto;width:60rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:11.75rem;left:7.5rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kaPQEpITBTTazWbi2doiwUWuhUznxhJW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t10kCL5xicfb2aPOowA6xxmUPwel6PBd { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #osmH0G5xVxtiFIQT4hURWMNF6JPCQc4B { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #mqa8lDXqviRiATgUOixkgfT4X9HkfA5D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #KVOkJU6Nuckcy0PwO0lq5iGuJFMfiAHz { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #d2LG0HHXC3a2gLQF1aM8T3BkxTQ2TX2D {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPVfdFU4TTSysSWTNWTtKWOZtGNJ7oRe { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #BTJhM77IV6Urx8oo8917uZCsuZvmKUPU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Ptyi5zpPKt7mM512XokSVth8TqKv3ADA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t28dJTAwUxsdRLnIQHThCg09dW8bklPh { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Q5cRiAGOME2KUi97Mxtg0vqeSqHJtgLC {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FLAPo86TfQMRfovIxNTUiAcU565yKJg9 { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ApNvpoPRDJzhD1GVi4uxpo7NKGar3UKx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #lk8sPZgTarrwkpG832nq9KfQVG2vFvtp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #nm6mWHLPeyEFlPXIMEeMRHx4REMkie0Q { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #amXgFTXxVQZ2DS2X5CrbsAqoeFCMEbXq {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #PLdTGsGlEJwkT6f05nZ1Xz0PrBWpIoTR { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #pzvut3rRJDfKO1VHgn1ubErWClXzX7DZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #BiJCLEa5Rsw66iJW022QHVx0Auf4dzMi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #bT1NSi4Dle3cH5QVWEQlllPD0IyZaeSf { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #hJN8kTkMCwFr8frE2zI58hfgnVSJLl7l {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FOLRBZHBkLEOlIrPNbTXIW6xaLr4B3kV { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #occF9hWrBRg9GbzHTaKCoMPXO0WTQ4Cy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #GvhLklq4OfqoS2oPiR1geighOK1p7IBv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #m0x7QyXoEnqNb9ZMHwbX4Q0gvv574UGb { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #B5QZLxO6T6kTcshcRZNroyEEKxt9WT2U {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #MwRnrDpv89tvPOkQ2iVyeV1SuFrJ2HNo { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #qHfBdGFGCwaJapXtMtLMchFBxfx9MgyB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ruRMLEMWPZoMU5PHXI16yzeGdccUfepv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #oXVUcgB8aQpBsOx4MKp2xQ8RfwlRVmnT { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #VpG9HScp1trTPPEaohRDTdmI0MWlVQMK {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kQ7neJAHJd09UucPd8I60w4zTeBECPsv { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ouC9NRCnnfAQKoSVZrprCmeScunaqMou { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OBq7oPJMtGP2zG3P5aCaLn3LRiHFdJRT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #eyU2gvcyMvTRb0GlEJuIHhwFFkMdGTAP { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #xdXZsLQHdsU8mTWNTZxm8uKvER5LWrAs {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FOqsZJ475DcVzmuUnKZyczgR7iSDmqhF { display:none; }
#foDaVCwoU1rDxVfBd6ZzhEIBLQUTfZ0Q { color:#ffffff;display:block;width:9.8730625rem;position:absolute;font-family:poppins;font-size:6.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.7490234375rem;left:7.5rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a2c32, rgba(67,95,83,0.82));background-image: -moz-linear-gradient(180deg, #2a2c32, rgba(67,95,83,0.82));background-image: -ms-linear-gradient(180deg, #2a2c32, rgba(67,95,83,0.82));background-image: -o-linear-gradient(180deg, #2a2c32, rgba(67,95,83,0.82));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c32', endColorstr='#435f53d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c32', endColorstr='#435f53d1' );";background-image: linear-gradient(180deg, #2a2c32, rgba(67,95,83,0.82));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { background-color: transparent; background-image: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container > .video-iframe-container { display: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row > .video-iframe-container { display: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .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); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { border-width: 0; border-radius: 0; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#xQJDkikza86PkxSeQcbDQSoVyCy5wFwM { color:#ffffff;display:block;width:23.0605625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:30.4375rem;left:7.5rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vriTcKpyCeEaIzlLXPV1T3QstZHBc8fy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:29.875rem;top:9.9375rem;left:3.8125rem;overflow:hidden;display:block; }
#yiqCXmvEZdXUvTvQNQsAarv02pSMSuiU { color:#ffffff;display:block;width:19rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:17.125rem;left:7.5rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AcXihOdcEM4tZgLQbpLuxff2BHeShED4 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;top:24.875rem;left:7.5rem;height:3.999025rem;text-align:left;text-align-last:left;display:block; }
#v3bNlyA7DS8Pof6tnvDQecUlz0eRfKxl { background-color:#e2fd96;background-image:none;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;box-sizing:border-box;color:#2a2c32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.818359375rem;left:7.5rem;display:block; }
#Dd891OOHRBnOoBy4o6tdVFyud2oEsbsD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v { display:none; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dX1U0JDk86sEzFgMlxa1yaraxDdcaMwK { top:5.6875rem;left:0rem;width:30.5625rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZeHnCTeQAqnQS9lg6SzCW3lIMXQRFVe { top:2.3125rem;left:0rem;width:9.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRIMlUAGvTBTlT8MiddV1heDohQMXKVX { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZHubrRrgqQ5AFwmFM7n2onkFsOGdQ2L { display:block; }
 }@media only screen and (max-width: 763px) { #E4f9OTG2PQxLDQhaMIVsbf6wEKko1Tbp { top:11.8125rem;left:24.1875rem;width:15.375rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvFsRgf4nTvMteEGbWaInPOQdyrEmedc { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWo6EcvNsFED2wGTErGTDGdDIrhCgxV4 { display:block; }
 }@media only screen and (max-width: 763px) { #xXhcAc8ZlMlXB8uapADdB6TyastvNT5Z { top:9.125rem;left:0rem;width:30.5625rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ { display:none; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zR9zsHd7B3K7oCVTfEbJeLuT2BPJi0qk { width:47.75rem;height:41.081861958266rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3oy7Hxqcn5RPziuQobhpQRpCciA6umP { top:35rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR { top:39.625rem;left:0rem;width:30.4375rem;height:;font-size:1rem;display:none; }#MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e231721ad97e597a3e3116ccba275a0a1e2d5808.svg); }
 }@media only screen and (max-width: 763px) { #b0vc21sXgio8ErJTAUd38PfodtUo7PUW { top:52.8125rem;left:12.375rem;width:35.375rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BL8MMhX0trvthdDIhHXl6hXG78d1T0KH { width:8.375rem;height:3.625rem;top:51.625rem;left:13.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhWXihJBMhIeO0lRf5uoSS7BTEWzq7TZ { top:29.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#IhWXihJBMhIeO0lRf5uoSS7BTEWzq7TZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #NRWamSmMfPDbHd6O3ffyensJnQIOI62y { top:29.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKPDAHrTfh5D11nWsyIKT3akNqcyxGui { top:39.625rem;left:17.3125rem;width:30.4375rem;height:;font-size:1rem;display:none; }#iKPDAHrTfh5D11nWsyIKT3akNqcyxGui li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e231721ad97e597a3e3116ccba275a0a1e2d5808.svg); }
 }@media only screen and (max-width: 763px) { #AN1dkhel9sMcVDRzgWxMiLKi4brTLR87 { top:0rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK { display:none; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UHAawtoIr3airecNLPSFqnMQ2taedPi7 { top:4.625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LISyq198LGn58SOL1RL5LGVNembnaB6T { display:block; }#LISyq198LGn58SOL1RL5LGVNembnaB6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaOzBcysoX2I2TxiNIwTqnIrt7fzFufW { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx4zgAJBxrbLogf3TQCmeDQmTr53GPXx { top:1.4375rem;left:0rem;width:20rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOywnleLrKtJaPUOQAiVvBWy3FuVgTre { display:block; }#dOywnleLrKtJaPUOQAiVvBWy3FuVgTre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GW7fIZAf5gu50Gk9ZmM70B5hqWxRgQuC { width:11.75rem;height:12.5rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWXFqF8cpP5SEKUTGFvhRiF2cEu5WD2K { top:22.875rem;left:0rem;width:20rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0AG659cIAcVxkQyTtpNh54n7kuoz772 { display:none; }#z0AG659cIAcVxkQyTtpNh54n7kuoz772 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cb61XsL4pz8oVPXuzK9I25px25MXMFLg { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJw55JsvIHdiygKAfE2MRnfT9OlFZQ1v { top:1.625rem;left:0rem;width:17.8125rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 { display:none; }#tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hrSxpvSa2pDCNwXy4nPQx86pdUIiOIey { width:11.75rem;height:12.5rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2g7MEWrUeV9CxcM7uUE3z07Ts3xkPsQ { top:22.9375rem;left:0rem;width:20rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm { display:none; }#rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zyqWSJueazWM1ya5FFWyTfTW9uaEPuEH { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcA87h5i6J442NtDV4f1TDiEpE6Ai6k4 { top:1.875rem;left:0rem;width:18.4375rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf { display:none; }#Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VGTrLJad8SzBfSXxwOGuF0Rt1PMmG1sU { width:11.75rem;height:12.5rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HV7wgLt2eXPNfxvSH6xnrQvq2fCb4siA { top:22.9375rem;left:0rem;width:20rem;height:7.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ode4JgCE0dTDKkStNtTyTGTJubK8fABi { display:none; }#ode4JgCE0dTDKkStNtTyTGTJubK8fABi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JCFi7JaDho8xdiVgWnNHLZoI7809MkXV { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEu8xIzRNPb61pZzKrxKGnLfahXr2RJn { top:1.5625rem;left:0rem;width:17.1875rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g { display:none; }#QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lJTDQgpROtqcIhx5x24t2rozuknwuKTV { width:11.75rem;height:12.5rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQXwuxkUzZJ2pW1wnfwdX5wIpPiV319b { top:22.9375rem;left:0rem;width:20rem;height:7.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl { display:none; }#ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XDWorsuXZEUy9yobySGQdZkO6cTc5ED7 { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTELMEWV55muDtclvCrtnXt0VEe6W2f6 { top:1.75rem;left:0rem;width:18.4375rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW { display:none; }#lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qIKgD4fzbWx545ZgNkdhoGtNltsNhTD7 { width:11.75rem;height:12.5rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tf0ZQgW2thAaTzsiy8qqIz3BdQ1I7Cx6 { top:22.9375rem;left:0rem;width:20rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p { display:none; }#xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B8lgB77VMHcTHcnfeeagDzbz2zvREATM { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE0yQ3WZJvHLQFT96kWp7Rsc8CI31Hgm { top:1.75rem;left:0rem;width:18.4375rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH { display:none; }#wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NCQBplks3GrXTcGWohvwkemstk8fRaE4 { width:11.75rem;height:12.5rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gm7ii5FhOnToP4hZpSIZHsRTsIqam3Wa { top:22.9375rem;left:0rem;width:20rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ { display:none; }#vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wLKAqZ8IPP6ItFnsAnniz4fQ7vfAcVHL { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONgqNVH0kollzB9WaK6TOMowlXQ071OB { top:1.75rem;left:0rem;width:18.4375rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op { display:none; }#O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WJZQP0F9gQKfDNewaHRdqgQ5UDcdbqig { width:11.75rem;height:12.5rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dq3KVTvWRqIRXtNn3OhRl9rf7QEDZ99X { top:22.9375rem;left:0rem;width:20rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm { display:none; }#wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BqvaHfJo5ER7KHLFyqscpU1R81WOtSxX { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZaM3as3KHdsCCx0JaQ5CHbAnS6rpmcT { top:1.75rem;left:0rem;width:18.4375rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpRBua4FhScB9uS60k5ZazOxStOl3KRo { display:none; }#WpRBua4FhScB9uS60k5ZazOxStOl3KRo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FA312yPwyvvP9inDcNHcH21kPMdlzTc0 { width:11.75rem;height:12.5rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzfJi9m3FkRHMad2FvkBs4oFWdl4wrB3 { top:22.9375rem;left:0rem;width:20rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNin2klLLXmg8D70ANcXsbB7N4TSd6JI { display:block; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDX9QlOL5bwUcowXunXVmSZgC0i5WV11 { top:6.5625rem;left:0rem;width:33.0625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKS9rdhJrSlnTn5MqB4Qsg5ePi1JTube { top:14.0625rem;left:0rem;width:33rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgtIvvXNhFH3WEL8qpsnGEsRt9PbOWTG { width:21.25rem;height:22.625rem;top:1.125rem;left:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGnE1yIpQEJTp6JzVARvV6t0ke8wckcB { display:block; }#iGnE1yIpQEJTp6JzVARvV6t0ke8wckcB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N16TFql1kFTo1J99ThP1bKyOJtqM3ZoA { display:block; }#N16TFql1kFTo1J99ThP1bKyOJtqM3ZoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knVuqVWDvr81q1TiU3IgAy6azTgEnNIz { top:6.5625rem;left:14.75rem;width:33rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlzLA2UgTyg2kXRy2tV3XnWB7yibJg0W { top:14.0625rem;left:14.75rem;width:33rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OE2cl2ttOigV1AS80wrQlHo4x4QM6mU7 { width:21.25rem;height:22.625rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yftkNeztRJqGft2LnOGGak50e8tJF0T3 { display:block; }#yftkNeztRJqGft2LnOGGak50e8tJF0T3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnNAN6nAiU43cJh2V15ES8AW8bAAu2aV { display:block; }#gnNAN6nAiU43cJh2V15ES8AW8bAAu2aV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkN5ITPy4xKCGLLucUTgWrPJ4eFpTlbf { top:6.5625rem;left:0rem;width:38.5625rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #td5aR0m2f7s2q2dZerZkJR6xFLN9mgTv { top:14.0625rem;left:0rem;width:33rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFRXVEpVOsf6P5bSC5JmLO7R2F9TPNql { width:21.25rem;height:22.625rem;top:1.125rem;left:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyiLi8ZZB08lmvlFdgeMUBXent81LZ9O { display:block; }#qyiLi8ZZB08lmvlFdgeMUBXent81LZ9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #he4ZWTvQ81951mDnNisk4LKcgRy1HSas { display:block; }#he4ZWTvQ81951mDnNisk4LKcgRy1HSas > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfoDDffQ9HHNCStoDIcgZVAZv9B6KWJT { top:6.5625rem;left:14.6875rem;width:33.0625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9PT5omp8BafVtNdfxEy4rBzsgd2DkNB { top:14.0625rem;left:14.75rem;width:33rem;height:7.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8H5surUX7pfyv2Z0k1akw7Ecemt56T3 { width:21.25rem;height:22.625rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxW1PhlHUg1l4kh48T757Ssarlv8SHxs { display:block; }#zxW1PhlHUg1l4kh48T757Ssarlv8SHxs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voTM2Z4GaufND6Ua4CCESs6FXDzfxoWW { display:block; }#voTM2Z4GaufND6Ua4CCESs6FXDzfxoWW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzvXnBVgTZWNbMHrW3XNTXVz6axXkxAZ { top:6.5625rem;left:0rem;width:33rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2gLoQQKn9Vh9VT0BwAlcgEk8Ax19yyG { top:14.0625rem;left:0rem;width:33rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJa8G6ZIpgtQ7zWyxIALnfFUq3y34b8L { width:21.25rem;height:22.625rem;top:1.125rem;left:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZiDCJhyusNhRJcXEwSpKxGfvUcOrdh1 { display:block; }#TZiDCJhyusNhRJcXEwSpKxGfvUcOrdh1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTNqA6PmukwiIm5Pc9GIxzC3sDSfFNvt { display:block; }#dTNqA6PmukwiIm5Pc9GIxzC3sDSfFNvt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUH4MeKwqDeygSBXbIcqouTzlFnVKwF6 { top:6.5625rem;left:14.75rem;width:33rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3nkyRLzGPnCtuUKufcwCZaGbKLVvKdq { top:14.0625rem;left:14.75rem;width:33rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvVBxyuzO9c3vaXybCufIifTl6BNFTrN { width:21.25rem;height:22.625rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dnx5cv3yyNFC3ycu16TOuDVhf5PZFn4u { display:block; }#Dnx5cv3yyNFC3ycu16TOuDVhf5PZFn4u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTGhNTz22ACkb6SsoNGuhDWb0MLiWdVz { display:block; }#DTGhNTz22ACkb6SsoNGuhDWb0MLiWdVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdxF0vfuoAl2Rx8cvL2EVFzrfi2rVAIF { top:6.5625rem;left:0rem;width:33.0625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0G5vV3JiADptnB48AKUKqPSBfCdfAlk { top:14.0625rem;left:0rem;width:33rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F1NBATJBrTJB4coi7gGnaduhbGLRLBpR { width:21.25rem;height:22.625rem;top:1.125rem;left:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBftRqhDDoyU63xOBbOuHXfEq1tJeBQi { display:block; }#FBftRqhDDoyU63xOBbOuHXfEq1tJeBQi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZ9xKwT9Hk4IMPAkcgBAHifbibWu5Kf8 { display:block; }#xZ9xKwT9Hk4IMPAkcgBAHifbibWu5Kf8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUkcqTG8IbMkfh74uE4KxDVB4liirLcv { top:6.5625rem;left:14.6875rem;width:33.0625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1b7lK7JhOJFTAKP762FsqZ8K4d0FPKi { top:14.125rem;left:14.6875rem;width:33.0625rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfPJDZictViGRBPB6DKI5umLTeXZsT70 { width:21.25rem;height:22.625rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #it1s5xx2oUmurnqXgT2HEKy0pn1ULxMq { display:block; }#it1s5xx2oUmurnqXgT2HEKy0pn1ULxMq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGnEx27VStAmUXHN1nIX9wMsUHLr71XO { display:none; }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FspfrUJ6uXzbcvigMXpyibX3TKQT6AsO { width:11.9375rem;height:9.875rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TC0eyNaM8TTOioyoye67LEOpEDmSFKT8 { top:1.0625rem;left:0rem;width:47.75rem;height:8.0080729166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #REMgtcgT9ZIasmdR5P8RSvvf5FtRlEbG { display:none; }#REMgtcgT9ZIasmdR5P8RSvvf5FtRlEbG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TiASC5WX2SESdrz0XSa4TSy48GEDRRRK { top:0rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TThuIcd08VIdPeCRuKfHWCAsnuhLqNbP { top:4.0625rem;left:7.3125rem;width:33.0625rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCRzQ45gGNGfPtWAAuTTwTTLOAvuRuPo { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHFBEInHP9asTXs8g0zxS8KynxHXTnFz { display:block; }
 }@media only screen and (max-width: 763px) { #eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK { display:none; }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pGzdoH1Q3nHiFFWdz4HQFMe7bHxo5OIn { width:20rem;height:14.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bA3d3KfUi3zyyDtrn2V1NJpHzrQf6QLB { width:20.0625rem;height:14.25rem;top:0rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKdTvgSNhtfRCpQsK03u6VnoWTboFQ9J { width:19.875rem;height:14.1875rem;top:15.875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbuMd8QQmTCy3FMUDc6l2VtsusBTEH4A { width:20rem;height:14.1875rem;top:15.875rem;left:24.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ix3XTLcWWisHdIDRU6QAR9BJREpi1VHV { width:20.0625rem;height:14.25rem;top:0rem;left:27.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat { display:none; }#TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vc2OFrCnKlcPC7cnsutL8hGkmKKliUCO { top:2.4375rem;left:0rem;width:20rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtVUFgm93tCoR89flwJPKyk0crQOeTzc { display:none; }#KtVUFgm93tCoR89flwJPKyk0crQOeTzc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V6pF3tW6uEQ0MT1N4QVX0pAtoS8LAqRV { width:12.5rem;height:8.875rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4U26fdVH2B4C7vrZnqi4rMiPtLgJBH5 { width:12.5rem;height:8.875rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9UTG4NL5JB5siVQELVnA6APgti5gkN1 { width:12.5rem;height:8.875rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnT6QvdXET83opRtHkKWW3REzaLT4gJG { display:none; }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AdbpQrVz2RyTxGeHax2xVcmenZBoR5Pv { width:18.5625rem;height:1.875rem;top:0.9375rem;left:14.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #prR2V5MaSPbckKSmMTzff7Mno8zcAbH1 { display:none; }#prR2V5MaSPbckKSmMTzff7Mno8zcAbH1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Esiu8PBLwudvlADJirdunVISEyfcGcy9 { top:2.6875rem;left:0rem;width:12.75rem;height:3.125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WmHTHh1F1iG8Czvw5HIi1lkNn0723GEw { top:6.8125rem;left:0rem;width:18.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cH4aCzdS1p94HQsr6TGbO0dpcusTVoRx { top:6.8125rem;left:13.3125rem;width:18.75rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHPZTxNinvVMgbs6r7qTG1hxR9UC9fzE { top:2.6875rem;left:13.3125rem;width:11.875rem;height:3.125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUbKpvkpImQqQx9EpCifvfrvKtEZIgCI { top:2.6875rem;left:35.125rem;width:7.625rem;height:3.125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUiD2sM2Xu3WNBhQPW89sHMVATNn9wAu { top:6.8125rem;left:29rem;width:18.75rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DU0p94Ckxd8kTwV91BVAlhIRnOKth8og { display:block; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1Fa6f400fPPNRl6za7EuO0mEJKWPiL9 { top:8.8125rem;left:0.9375rem;width:22.5rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQzeVT3FAVM8rBFiLVNulPPFLEB4W7EH { top:11.4375rem;left:2.4375rem;width:15.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6LuGvk9cdZaViUJaB5TFQR4EEwyT9m8 { top:13.25rem;left:2.5rem;width:6.5rem;height:4.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy148I4efB6ZKXNKlgv2BCZvI1gGcIyi { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv3amBvNbIfQhT3Ee5yaps75wROQcDeu { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMeK2AENRcPEvW8TTPLh0LJTcWBEDk3M { display:block; }
 }@media only screen and (max-width: 763px) { #rVRIsxTT6IFmzyX02ExqxIIOtik9RAcm { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDSZ6HUWqBOeDT81mDl4Sz54XgS4hGZX { top:8.8125rem;left:24.375rem;width:22.5rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9ZXN1VZLFDkKeHJWD05flDfru7tpIeL { top:11.4375rem;left:25.875rem;width:15.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6NNsaST4UuGp9V3U82rw3xJ1As7ZTwV { top:13.25rem;left:25.9375rem;width:7.125rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqhkXRibFgTNmBHIWgWaFUOmm2xPM25D { top:15.1875rem;left:8.4375rem;width:6.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGm7VsX6huU745kSknLLygCs9PPhcTTI { top:17.8125rem;left:2.43701171875rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euyhNog3ay4cXzu1XULhFSkTeGZXhfLU { top:22.3125rem;left:2.5rem;width:19.125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiw6RTJAdwUQzOViCRmzq0aMC3kItmHE { top:25.125rem;left:4.9998779296875rem;width:14.375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6pW8FVz8IIuv1QMFor6V6JsTmzzATEk { top:15.1875rem;left:33.0625rem;width:6.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jygibh7MIndPxwyzgdtkHazzI7kHZg4z { top:17.3125rem;left:26.49951171875rem;width:15.625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnGW3ulkpsxpOwt3IkqJTTnqtlIJlhNS { top:25rem;left:28.25rem;width:14.8125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyNZ1SQy1rMOhE3MpqwHdxThaTSZt3GF { top:22.3125rem;left:25.9375rem;width:19.125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v359xn4uzPMh493y2Ti5T46oNda5rc18 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSeAKQITKQTTn6xa7KGy4uGAnBgpoJ1R { display:block; }
 }@media only screen and (max-width: 763px) { #JbU58001mhc6GANICdt96mrDGb0yOqCn { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQUzcMrp4aSBxsGdBWJOJ7ytfUTgHib4 { display:block; }
 }@media only screen and (max-width: 763px) { #vRcdXa3t3qdeKCf6JzfbXUbAcOMVkQdb { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2kO90JDb4hE0UwlTAMhGq3taVQ6DLzB { top:23.4375rem;left:4.34375rem;width:15.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1UfNVm1QJ5yhrv6niJAkLCsIOd7c4u1 { top:23.4375rem;left:27.78125rem;width:15.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPspfsTZ31RGcDQHQUTPTsb7Cg37ThJf { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRqcZ23XcP89RFtVGreHDfAgaqPis36O { display:block; }
 }@media only screen and (max-width: 763px) { #ObdJXnCtMLp5cmPhJTq0PeoGSKXE3XTc { top:41.3125rem;left:13.71875rem;width:20.3125rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2UMFN8nO05AgCOcXaeZXRSZFoSI6svM { display:none; }#H2UMFN8nO05AgCOcXaeZXRSZFoSI6svM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rdHAlah83wNRG0a1tcwStlMQ5yJeoTkT { top:0rem;left:13.6875rem;width:20.3125rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItsVPR5EPTwhugkane5UQGNoGgsBI8om { width:12.5rem;height:7.75rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLaQWyGJa9OvzfMsMh4eOSqGiTx33VDs { top:3.4375rem;left:19.875rem;width:0;height:;display:block; }
 }@media only screen and (max-width: 763px) { #HJlxV3yxDHw6ri0O03ZDUq0Xi5Jkpyvw { top:3.4375rem;left:0rem;width:47.75rem;height:1.8403645833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb3wL53XecnRMfXIMvTJE93yfUEiSD6r { display:none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OZIlcermfvSd60AXMHOppcR2oM1AETw6 { width:20rem;height:14.375rem;top:2.25rem;left:13.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I { display:flex;height:auto;width:27.8125rem;top:6.0625rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #osmH0G5xVxtiFIQT4hURWMNF6JPCQc4B {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #mqa8lDXqviRiATgUOixkgfT4X9HkfA5D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #KVOkJU6Nuckcy0PwO0lq5iGuJFMfiAHz {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #d2LG0HHXC3a2gLQF1aM8T3BkxTQ2TX2D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPVfdFU4TTSysSWTNWTtKWOZtGNJ7oRe {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #BTJhM77IV6Urx8oo8917uZCsuZvmKUPU {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Ptyi5zpPKt7mM512XokSVth8TqKv3ADA {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t28dJTAwUxsdRLnIQHThCg09dW8bklPh {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Q5cRiAGOME2KUi97Mxtg0vqeSqHJtgLC {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FLAPo86TfQMRfovIxNTUiAcU565yKJg9 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ApNvpoPRDJzhD1GVi4uxpo7NKGar3UKx {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #lk8sPZgTarrwkpG832nq9KfQVG2vFvtp {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #nm6mWHLPeyEFlPXIMEeMRHx4REMkie0Q {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #amXgFTXxVQZ2DS2X5CrbsAqoeFCMEbXq {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #PLdTGsGlEJwkT6f05nZ1Xz0PrBWpIoTR {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #pzvut3rRJDfKO1VHgn1ubErWClXzX7DZ {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #BiJCLEa5Rsw66iJW022QHVx0Auf4dzMi {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #bT1NSi4Dle3cH5QVWEQlllPD0IyZaeSf {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #hJN8kTkMCwFr8frE2zI58hfgnVSJLl7l {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FOLRBZHBkLEOlIrPNbTXIW6xaLr4B3kV {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #occF9hWrBRg9GbzHTaKCoMPXO0WTQ4Cy {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #GvhLklq4OfqoS2oPiR1geighOK1p7IBv {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #m0x7QyXoEnqNb9ZMHwbX4Q0gvv574UGb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #B5QZLxO6T6kTcshcRZNroyEEKxt9WT2U {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #MwRnrDpv89tvPOkQ2iVyeV1SuFrJ2HNo {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #qHfBdGFGCwaJapXtMtLMchFBxfx9MgyB {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ruRMLEMWPZoMU5PHXI16yzeGdccUfepv {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #oXVUcgB8aQpBsOx4MKp2xQ8RfwlRVmnT {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #VpG9HScp1trTPPEaohRDTdmI0MWlVQMK {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kQ7neJAHJd09UucPd8I60w4zTeBECPsv {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ouC9NRCnnfAQKoSVZrprCmeScunaqMou {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OBq7oPJMtGP2zG3P5aCaLn3LRiHFdJRT {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #eyU2gvcyMvTRb0GlEJuIHhwFFkMdGTAP {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #xdXZsLQHdsU8mTWNTZxm8uKvER5LWrAs {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FOqsZJ475DcVzmuUnKZyczgR7iSDmqhF {  }
 }@media only screen and (max-width: 763px) { #foDaVCwoU1rDxVfBd6ZzhEIBLQUTfZ0Q { top:1.6875rem;left:0rem;width:9.8125rem;height:7.875rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ { display:block; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQJDkikza86PkxSeQcbDQSoVyCy5wFwM { top:30.4375rem;left:0rem;width:23rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vriTcKpyCeEaIzlLXPV1T3QstZHBc8fy { top:9.9375rem;left:0rem;width:29.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiqCXmvEZdXUvTvQNQsAarv02pSMSuiU { top:17.125rem;left:0rem;width:19rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcXihOdcEM4tZgLQbpLuxff2BHeShED4 { top:24.875rem;left:0rem;width:8.5625rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3bNlyA7DS8Pof6tnvDQecUlz0eRfKxl { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dd891OOHRBnOoBy4o6tdVFyud2oEsbsD { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v { position:relative;z-index:auto;display:block; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dX1U0JDk86sEzFgMlxa1yaraxDdcaMwK { width:20rem;height:2.0625rem;top:4.6875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:italic;line-height:1.1;font-family:besley;display:block; }
 }@media only screen and (max-width: 763px) { #UZeHnCTeQAqnQS9lg6SzCW3lIMXQRFVe { width:7.5rem;height:1.75rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRIMlUAGvTBTlT8MiddV1heDohQMXKVX { width:9.6875rem;height:3.125rem;top:10.625rem;left:10.3125rem;font-size:0.875rem;background-color:#ffffff;background-image:none;color:#2a2c32;font-family:poppins;font-weight:700;font-style:normal;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15007;border-top:0.125rem solid #2a2c32;border-left:0.125rem solid #2a2c32;border-right:0.125rem solid #2a2c32;border-bottom:0.125rem solid #2a2c32;display:block; }
 }@media only screen and (max-width: 763px) { #hZHubrRrgqQ5AFwmFM7n2onkFsOGdQ2L { display:block; }
 }@media only screen and (max-width: 763px) { #E4f9OTG2PQxLDQhaMIVsbf6wEKko1Tbp { width:12rem;height:0.962525rem;top:16.0771484375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.1;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #hvFsRgf4nTvMteEGbWaInPOQdyrEmedc { width:9.9375rem;height:3.0625rem;top:10.6875rem;left:0rem;font-size:0.875rem;background-color:#2a2c32;background-image:none;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;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) { #FWo6EcvNsFED2wGTErGTDGdDIrhCgxV4 { display:block; }
 }@media only screen and (max-width: 763px) { #xXhcAc8ZlMlXB8uapADdB6TyastvNT5Z { width:20rem;height:2.0625rem;top:6.818359375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.1;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #967fd8, rgba(233,209,255,0.28));background-image: -moz-linear-gradient(360deg, #967fd8, rgba(233,209,255,0.28));background-image: -ms-linear-gradient(360deg, #967fd8, rgba(233,209,255,0.28));background-image: -o-linear-gradient(360deg, #967fd8, rgba(233,209,255,0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#967fd8', endColorstr='#e9d1ff47' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#967fd8', endColorstr='#e9d1ff47' );";background-image: linear-gradient(360deg, #967fd8, rgba(233,209,255,0.28));background-size:initial !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container { background-color: transparent; background-image: none; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container > .video-iframe-container { display: none; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row > .video-iframe-container { display: none; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .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); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zR9zsHd7B3K7oCVTfEbJeLuT2BPJi0qk { top:0rem;left:0rem;width:20rem;height:17.1875rem;z-index:15018;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N3oy7Hxqcn5RPziuQobhpQRpCciA6umP { width:20rem;height:3.9880375rem;top:18.8125rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15018;color:#ffffff;font-family:poppins;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR { width:20rem;height:15.7434375rem;top:24rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15019;color:#ffffff;font-family:poppins;line-height:1.2;display:block; }#MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e231721ad97e597a3e3116ccba275a0a1e2d5808.svg); }
 }@media only screen and (max-width: 763px) { #b0vc21sXgio8ErJTAUd38PfodtUo7PUW { width:12.3125rem;height:1.19934375rem;top:42.3125rem;left:7.6875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15020;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #BL8MMhX0trvthdDIhHXl6hXG78d1T0KH { top:41.375rem;left:0rem;width:7.375rem;height:3.1875rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IhWXihJBMhIeO0lRf5uoSS7BTEWzq7TZ { display:flex;top:12rem;left:14.75rem;width:4.625rem;height:4.625rem;z-index:15022;display:none; }
#IhWXihJBMhIeO0lRf5uoSS7BTEWzq7TZ > img { max-width: 100%;max-height:100%; width:4.625rem; height:4.625rem; } }@media only screen and (max-width: 763px) { #NRWamSmMfPDbHd6O3ffyensJnQIOI62y { top:12.59375rem;left:15.34375rem;width:3.4375rem;height:3.4375rem;z-index:15021;background-color:rgba(42,44,50,0.57);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #iKPDAHrTfh5D11nWsyIKT3akNqcyxGui { width:20rem;height:auto;top:39.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15019;color:#ffffff;font-family:poppins;display:none; }#iKPDAHrTfh5D11nWsyIKT3akNqcyxGui li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#iKPDAHrTfh5D11nWsyIKT3akNqcyxGui li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e231721ad97e597a3e3116ccba275a0a1e2d5808.svg); }
 }@media only screen and (max-width: 763px) { #AN1dkhel9sMcVDRzgWxMiLKi4brTLR87 { width:20rem;height:11.25rem;top:47.04296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK { display:block; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHAawtoIr3airecNLPSFqnMQ2taedPi7 { width:20rem;height:6.1875rem;top:3.15625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.1;z-index:15018;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #LISyq198LGn58SOL1RL5LGVNembnaB6T { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dfdcdd;border-left:0;border-right:0;border-bottom:0;display:block; }#LISyq198LGn58SOL1RL5LGVNembnaB6T > .row .container { background-color: transparent; background-image: none; }#LISyq198LGn58SOL1RL5LGVNembnaB6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LISyq198LGn58SOL1RL5LGVNembnaB6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LISyq198LGn58SOL1RL5LGVNembnaB6T > .row .container > .video-iframe-container { display: none; }#LISyq198LGn58SOL1RL5LGVNembnaB6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LISyq198LGn58SOL1RL5LGVNembnaB6T > .row > .video-iframe-container { display: none; }#LISyq198LGn58SOL1RL5LGVNembnaB6T > .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); }#LISyq198LGn58SOL1RL5LGVNembnaB6T > .row .container { border-width: 0; border-radius: 0; }#LISyq198LGn58SOL1RL5LGVNembnaB6T > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaOzBcysoX2I2TxiNIwTqnIrt7fzFufW { display:flex;width:1.3125rem;height:1.3125rem;top:2.5625rem;left:18.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Dx4zgAJBxrbLogf3TQCmeDQmTr53GPXx { width:20rem;height:5.39978125rem;top:0.5810546875rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dOywnleLrKtJaPUOQAiVvBWy3FuVgTre { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -moz-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -ms-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -o-linear-gradient(180deg, #ffffff, #eeeeee);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );";background-image: linear-gradient(180deg, #ffffff, #eeeeee);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dOywnleLrKtJaPUOQAiVvBWy3FuVgTre > .row .container { background-color: transparent; background-image: none; }#dOywnleLrKtJaPUOQAiVvBWy3FuVgTre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOywnleLrKtJaPUOQAiVvBWy3FuVgTre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOywnleLrKtJaPUOQAiVvBWy3FuVgTre > .row .container > .video-iframe-container { display: none; }#dOywnleLrKtJaPUOQAiVvBWy3FuVgTre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOywnleLrKtJaPUOQAiVvBWy3FuVgTre > .row > .video-iframe-container { display: none; }#dOywnleLrKtJaPUOQAiVvBWy3FuVgTre > .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); }#dOywnleLrKtJaPUOQAiVvBWy3FuVgTre > .row .container { border-width: 0; border-radius: 0; }#dOywnleLrKtJaPUOQAiVvBWy3FuVgTre > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOywnleLrKtJaPUOQAiVvBWy3FuVgTre > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GW7fIZAf5gu50Gk9ZmM70B5hqWxRgQuC { top:0rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VWXFqF8cpP5SEKUTGFvhRiF2cEu5WD2K { width:20rem;height:6.3965rem;top:22.9375rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #z0AG659cIAcVxkQyTtpNh54n7kuoz772 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dfdcdd;border-left:0;border-right:0;border-bottom:0;display:block; }#z0AG659cIAcVxkQyTtpNh54n7kuoz772 > .row .container { background-color: transparent; background-image: none; }#z0AG659cIAcVxkQyTtpNh54n7kuoz772::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0AG659cIAcVxkQyTtpNh54n7kuoz772 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0AG659cIAcVxkQyTtpNh54n7kuoz772 > .row .container > .video-iframe-container { display: none; }#z0AG659cIAcVxkQyTtpNh54n7kuoz772 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0AG659cIAcVxkQyTtpNh54n7kuoz772 > .row > .video-iframe-container { display: none; }#z0AG659cIAcVxkQyTtpNh54n7kuoz772 > .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); }#z0AG659cIAcVxkQyTtpNh54n7kuoz772 > .row .container { border-width: 0; border-radius: 0; }#z0AG659cIAcVxkQyTtpNh54n7kuoz772 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb61XsL4pz8oVPXuzK9I25px25MXMFLg { display:flex;width:1.3125rem;height:1.3125rem;top:2.6875rem;left:18.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #JJw55JsvIHdiygKAfE2MRnfT9OlFZQ1v { width:17.8125rem;height:5.39978125rem;top:1.625rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -moz-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -ms-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -o-linear-gradient(180deg, #ffffff, #eeeeee);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );";background-image: linear-gradient(180deg, #ffffff, #eeeeee);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 > .row .container { background-color: transparent; background-image: none; }#tG9H31CBus8k2vSlrftmkTHWbFhOJCI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 > .row .container > .video-iframe-container { display: none; }#tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 > .row > .video-iframe-container { display: none; }#tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 > .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); }#tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 > .row .container { border-width: 0; border-radius: 0; }#tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tG9H31CBus8k2vSlrftmkTHWbFhOJCI9 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrSxpvSa2pDCNwXy4nPQx86pdUIiOIey { top:0rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #G2g7MEWrUeV9CxcM7uUE3z07Ts3xkPsQ { width:20rem;height:6.3965rem;top:22.9375rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dfdcdd;border-left:0;border-right:0;border-bottom:0;display:block; }#rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm > .row .container { background-color: transparent; background-image: none; }#rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm > .row .container > .video-iframe-container { display: none; }#rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm > .row > .video-iframe-container { display: none; }#rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm > .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); }#rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm > .row .container { border-width: 0; border-radius: 0; }#rsbN95m1TKTOdqwfkD6TbdQnWeq4eTgm > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyqWSJueazWM1ya5FFWyTfTW9uaEPuEH { display:flex;width:1.3125rem;height:1.3125rem;top:2.9375rem;left:18.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qcA87h5i6J442NtDV4f1TDiEpE6Ai6k4 { width:18.4375rem;height:3.6rem;top:1.875rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -moz-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -ms-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -o-linear-gradient(180deg, #ffffff, #eeeeee);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );";background-image: linear-gradient(180deg, #ffffff, #eeeeee);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf > .row .container { background-color: transparent; background-image: none; }#Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf > .row .container > .video-iframe-container { display: none; }#Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf > .row > .video-iframe-container { display: none; }#Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf > .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); }#Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf > .row .container { border-width: 0; border-radius: 0; }#Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dk7xBU0Om4fTRC2NEiRFpA46w4E9JGSf > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGTrLJad8SzBfSXxwOGuF0Rt1PMmG1sU { top:0rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HV7wgLt2eXPNfxvSH6xnrQvq2fCb4siA { width:20rem;height:7.995625rem;top:22.9375rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #ode4JgCE0dTDKkStNtTyTGTJubK8fABi { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dfdcdd;border-left:0;border-right:0;border-bottom:0;display:block; }#ode4JgCE0dTDKkStNtTyTGTJubK8fABi > .row .container { background-color: transparent; background-image: none; }#ode4JgCE0dTDKkStNtTyTGTJubK8fABi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ode4JgCE0dTDKkStNtTyTGTJubK8fABi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ode4JgCE0dTDKkStNtTyTGTJubK8fABi > .row .container > .video-iframe-container { display: none; }#ode4JgCE0dTDKkStNtTyTGTJubK8fABi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ode4JgCE0dTDKkStNtTyTGTJubK8fABi > .row > .video-iframe-container { display: none; }#ode4JgCE0dTDKkStNtTyTGTJubK8fABi > .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); }#ode4JgCE0dTDKkStNtTyTGTJubK8fABi > .row .container { border-width: 0; border-radius: 0; }#ode4JgCE0dTDKkStNtTyTGTJubK8fABi > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCFi7JaDho8xdiVgWnNHLZoI7809MkXV { display:flex;width:1.3125rem;height:1.3125rem;top:2.625rem;left:18.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EEu8xIzRNPb61pZzKrxKGnLfahXr2RJn { width:17.1875rem;height:3.59985rem;top:1.5625rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -moz-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -ms-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -o-linear-gradient(180deg, #ffffff, #eeeeee);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );";background-image: linear-gradient(180deg, #ffffff, #eeeeee);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g > .row .container { background-color: transparent; background-image: none; }#QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g > .row .container > .video-iframe-container { display: none; }#QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g > .row > .video-iframe-container { display: none; }#QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g > .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); }#QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g > .row .container { border-width: 0; border-radius: 0; }#QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QS81y3nOvSPnJpLlGk6ZGCMCSVGVLi6g > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJTDQgpROtqcIhx5x24t2rozuknwuKTV { top:0rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LQXwuxkUzZJ2pW1wnfwdX5wIpPiV319b { width:20rem;height:7.995625rem;top:22.9375rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dfdcdd;border-left:0;border-right:0;border-bottom:0;display:block; }#ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl > .row .container { background-color: transparent; background-image: none; }#ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl > .row .container > .video-iframe-container { display: none; }#ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl > .row > .video-iframe-container { display: none; }#ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl > .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); }#ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl > .row .container { border-width: 0; border-radius: 0; }#ogXSDgvDVR5SGyv8zd5Bx14dl91pPvRl > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDWorsuXZEUy9yobySGQdZkO6cTc5ED7 { display:flex;width:1.3125rem;height:1.3125rem;top:2.8125rem;left:18.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #rTELMEWV55muDtclvCrtnXt0VEe6W2f6 { width:18.4375rem;height:3.6rem;top:1.75rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -moz-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -ms-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -o-linear-gradient(180deg, #ffffff, #eeeeee);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );";background-image: linear-gradient(180deg, #ffffff, #eeeeee);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW > .row .container { background-color: transparent; background-image: none; }#lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW > .row .container > .video-iframe-container { display: none; }#lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW > .row > .video-iframe-container { display: none; }#lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW > .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); }#lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW > .row .container { border-width: 0; border-radius: 0; }#lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgL2tvnH70BBoikDaHPz0TxTnOQxIEhW > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIKgD4fzbWx545ZgNkdhoGtNltsNhTD7 { top:0rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tf0ZQgW2thAaTzsiy8qqIz3BdQ1I7Cx6 { width:20rem;height:6.3965rem;top:22.9375rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dfdcdd;border-left:0;border-right:0;border-bottom:0;display:block; }#xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p > .row .container { background-color: transparent; background-image: none; }#xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p > .row .container > .video-iframe-container { display: none; }#xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p > .row > .video-iframe-container { display: none; }#xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p > .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); }#xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p > .row .container { border-width: 0; border-radius: 0; }#xeJPn2agX1ii9ecaLSwARxXrTBFrSo4p > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8lgB77VMHcTHcnfeeagDzbz2zvREATM { display:flex;width:1.3125rem;height:1.3125rem;top:2.8125rem;left:18.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #mE0yQ3WZJvHLQFT96kWp7Rsc8CI31Hgm { width:18.4375rem;height:5.39978125rem;top:1.75rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -moz-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -ms-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -o-linear-gradient(180deg, #ffffff, #eeeeee);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );";background-image: linear-gradient(180deg, #ffffff, #eeeeee);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH > .row .container { background-color: transparent; background-image: none; }#wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH > .row .container > .video-iframe-container { display: none; }#wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH > .row > .video-iframe-container { display: none; }#wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH > .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); }#wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH > .row .container { border-width: 0; border-radius: 0; }#wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wIfSNuTRx1wmXBknuEsTzd28bq1LlTyH > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCQBplks3GrXTcGWohvwkemstk8fRaE4 { top:0rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gm7ii5FhOnToP4hZpSIZHsRTsIqam3Wa { width:20rem;height:6.3965rem;top:22.9375rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dfdcdd;border-left:0;border-right:0;border-bottom:0;display:block; }#vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ > .row .container { background-color: transparent; background-image: none; }#vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ > .row .container > .video-iframe-container { display: none; }#vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ > .row > .video-iframe-container { display: none; }#vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ > .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); }#vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ > .row .container { border-width: 0; border-radius: 0; }#vMTzXiiFxH1DQmBhRSyL5rGXT5MiEKWQ > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLKAqZ8IPP6ItFnsAnniz4fQ7vfAcVHL { display:flex;width:1.3125rem;height:1.3125rem;top:2.8125rem;left:18.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ONgqNVH0kollzB9WaK6TOMowlXQ071OB { width:18.4375rem;height:3.59985rem;top:1.75rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -moz-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -ms-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -o-linear-gradient(180deg, #ffffff, #eeeeee);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );";background-image: linear-gradient(180deg, #ffffff, #eeeeee);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op > .row .container { background-color: transparent; background-image: none; }#O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op > .row .container > .video-iframe-container { display: none; }#O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op > .row > .video-iframe-container { display: none; }#O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op > .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); }#O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op > .row .container { border-width: 0; border-radius: 0; }#O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O4Dzd9iAVP6T1thbBDUlq8TJs674g2Op > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJZQP0F9gQKfDNewaHRdqgQ5UDcdbqig { top:0rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dq3KVTvWRqIRXtNn3OhRl9rf7QEDZ99X { width:20rem;height:6.3965rem;top:22.9375rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dfdcdd;border-left:0;border-right:0;border-bottom:0;display:block; }#wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm > .row .container { background-color: transparent; background-image: none; }#wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm > .row .container > .video-iframe-container { display: none; }#wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm > .row > .video-iframe-container { display: none; }#wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm > .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); }#wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm > .row .container { border-width: 0; border-radius: 0; }#wD2ceuxewTC9WWEDU8Wv3KVWz5DQuEFm > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqvaHfJo5ER7KHLFyqscpU1R81WOtSxX { display:flex;width:1.3125rem;height:1.3125rem;top:2.8125rem;left:18.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #dZaM3as3KHdsCCx0JaQ5CHbAnS6rpmcT { width:18.4375rem;height:3.59985rem;top:1.75rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WpRBua4FhScB9uS60k5ZazOxStOl3KRo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -moz-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -ms-linear-gradient(180deg, #ffffff, #eeeeee);background-image: -o-linear-gradient(180deg, #ffffff, #eeeeee);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );";background-image: linear-gradient(180deg, #ffffff, #eeeeee);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WpRBua4FhScB9uS60k5ZazOxStOl3KRo > .row .container { background-color: transparent; background-image: none; }#WpRBua4FhScB9uS60k5ZazOxStOl3KRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpRBua4FhScB9uS60k5ZazOxStOl3KRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpRBua4FhScB9uS60k5ZazOxStOl3KRo > .row .container > .video-iframe-container { display: none; }#WpRBua4FhScB9uS60k5ZazOxStOl3KRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpRBua4FhScB9uS60k5ZazOxStOl3KRo > .row > .video-iframe-container { display: none; }#WpRBua4FhScB9uS60k5ZazOxStOl3KRo > .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); }#WpRBua4FhScB9uS60k5ZazOxStOl3KRo > .row .container { border-width: 0; border-radius: 0; }#WpRBua4FhScB9uS60k5ZazOxStOl3KRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WpRBua4FhScB9uS60k5ZazOxStOl3KRo > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FA312yPwyvvP9inDcNHcH21kPMdlzTc0 { top:0rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xzfJi9m3FkRHMad2FvkBs4oFWdl4wrB3 { width:20rem;height:6.3965rem;top:22.9375rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #hNin2klLLXmg8D70ANcXsbB7N4TSd6JI { display:none; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bDX9QlOL5bwUcowXunXVmSZgC0i5WV11 { width:17.75rem;height:3.5996125rem;top:1.375rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sKS9rdhJrSlnTn5MqB4Qsg5ePi1JTube { width:20rem;height:7.9980625rem;top:6.0996125rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #kgtIvvXNhFH3WEL8qpsnGEsRt9PbOWTG { top:15.347675rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iGnE1yIpQEJTp6JzVARvV6t0ke8wckcB { display:none; }#iGnE1yIpQEJTp6JzVARvV6t0ke8wckcB > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N16TFql1kFTo1J99ThP1bKyOJtqM3ZoA { display:none; }#N16TFql1kFTo1J99ThP1bKyOJtqM3ZoA > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #knVuqVWDvr81q1TiU3IgAy6azTgEnNIz { width:17.75rem;height:3.5996125rem;top:1.375rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hlzLA2UgTyg2kXRy2tV3XnWB7yibJg0W { width:20rem;height:7.9980625rem;top:6.0996125rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #OE2cl2ttOigV1AS80wrQlHo4x4QM6mU7 { top:15.347675rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yftkNeztRJqGft2LnOGGak50e8tJF0T3 { display:none; }#yftkNeztRJqGft2LnOGGak50e8tJF0T3 > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gnNAN6nAiU43cJh2V15ES8AW8bAAu2aV { display:none; }#gnNAN6nAiU43cJh2V15ES8AW8bAAu2aV > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BkN5ITPy4xKCGLLucUTgWrPJ4eFpTlbf { width:17.75rem;height:3.5996125rem;top:1.375rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #td5aR0m2f7s2q2dZerZkJR6xFLN9mgTv { width:20rem;height:7.9980625rem;top:6.0996125rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #UFRXVEpVOsf6P5bSC5JmLO7R2F9TPNql { top:15.347675rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qyiLi8ZZB08lmvlFdgeMUBXent81LZ9O { display:none; }#qyiLi8ZZB08lmvlFdgeMUBXent81LZ9O > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #he4ZWTvQ81951mDnNisk4LKcgRy1HSas { display:none; }#he4ZWTvQ81951mDnNisk4LKcgRy1HSas > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qfoDDffQ9HHNCStoDIcgZVAZv9B6KWJT { width:17.75rem;height:3.5996125rem;top:1.375rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M9PT5omp8BafVtNdfxEy4rBzsgd2DkNB { width:20rem;height:7.9980625rem;top:6.0996125rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #u8H5surUX7pfyv2Z0k1akw7Ecemt56T3 { top:15.347675rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zxW1PhlHUg1l4kh48T757Ssarlv8SHxs { display:none; }#zxW1PhlHUg1l4kh48T757Ssarlv8SHxs > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #voTM2Z4GaufND6Ua4CCESs6FXDzfxoWW { display:none; }#voTM2Z4GaufND6Ua4CCESs6FXDzfxoWW > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EzvXnBVgTZWNbMHrW3XNTXVz6axXkxAZ { width:17.75rem;height:3.5996125rem;top:1.375rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J2gLoQQKn9Vh9VT0BwAlcgEk8Ax19yyG { width:20rem;height:7.9980625rem;top:6.0996125rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #WJa8G6ZIpgtQ7zWyxIALnfFUq3y34b8L { top:15.347675rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TZiDCJhyusNhRJcXEwSpKxGfvUcOrdh1 { display:none; }#TZiDCJhyusNhRJcXEwSpKxGfvUcOrdh1 > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dTNqA6PmukwiIm5Pc9GIxzC3sDSfFNvt { display:none; }#dTNqA6PmukwiIm5Pc9GIxzC3sDSfFNvt > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wUH4MeKwqDeygSBXbIcqouTzlFnVKwF6 { width:17.75rem;height:3.5996125rem;top:1.375rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h3nkyRLzGPnCtuUKufcwCZaGbKLVvKdq { width:20rem;height:7.9980625rem;top:6.0996125rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #hvVBxyuzO9c3vaXybCufIifTl6BNFTrN { top:15.347675rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Dnx5cv3yyNFC3ycu16TOuDVhf5PZFn4u { display:none; }#Dnx5cv3yyNFC3ycu16TOuDVhf5PZFn4u > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DTGhNTz22ACkb6SsoNGuhDWb0MLiWdVz { display:none; }#DTGhNTz22ACkb6SsoNGuhDWb0MLiWdVz > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cdxF0vfuoAl2Rx8cvL2EVFzrfi2rVAIF { width:17.75rem;height:3.5996125rem;top:1.375rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s0G5vV3JiADptnB48AKUKqPSBfCdfAlk { width:20rem;height:7.9980625rem;top:6.0996125rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #F1NBATJBrTJB4coi7gGnaduhbGLRLBpR { top:15.347675rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FBftRqhDDoyU63xOBbOuHXfEq1tJeBQi { display:none; }#FBftRqhDDoyU63xOBbOuHXfEq1tJeBQi > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xZ9xKwT9Hk4IMPAkcgBAHifbibWu5Kf8 { display:none; }#xZ9xKwT9Hk4IMPAkcgBAHifbibWu5Kf8 > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QUkcqTG8IbMkfh74uE4KxDVB4liirLcv { width:17.75rem;height:3.5996125rem;top:1.375rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h1b7lK7JhOJFTAKP762FsqZ8K4d0FPKi { width:20rem;height:7.9980625rem;top:6.0996125rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #WfPJDZictViGRBPB6DKI5umLTeXZsT70 { top:15.347675rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #it1s5xx2oUmurnqXgT2HEKy0pn1ULxMq { display:none; }#it1s5xx2oUmurnqXgT2HEKy0pn1ULxMq > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uGnEx27VStAmUXHN1nIX9wMsUHLr71XO { display:block; }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO { background-color: transparent; background-image: none; }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO > .row .container > .video-iframe-container { display: none; }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO > .row > .video-iframe-container { display: none; }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO > .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); }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO { border-width: 0; border-radius: 0; }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO > .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; }#uGnEx27VStAmUXHN1nIX9wMsUHLr71XO > .row .container { width:20rem;height:19.375rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FspfrUJ6uXzbcvigMXpyibX3TKQT6AsO { top:2.09375rem;left:0rem;width:20rem;height:16.5625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TC0eyNaM8TTOioyoye67LEOpEDmSFKT8 { width:20rem;height:3.3541666666667rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #REMgtcgT9ZIasmdR5P8RSvvf5FtRlEbG { display:block; }#REMgtcgT9ZIasmdR5P8RSvvf5FtRlEbG > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiASC5WX2SESdrz0XSa4TSy48GEDRRRK { width:20rem;height:4.53613125rem;top:0rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.1;z-index:15019;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #TThuIcd08VIdPeCRuKfHWCAsnuhLqNbP { width:20rem;height:1.5996125rem;top:4.787109375rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15006;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mCRzQ45gGNGfPtWAAuTTwTTLOAvuRuPo { width:11.875rem;height:3.125rem;top:9.125rem;left:4.0625rem;font-size:0.9375rem;background-color:#2a2c32;background-image:none;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #LHFBEInHP9asTXs8g0zxS8KynxHXTnFz { display:block; }
 }@media only screen and (max-width: 763px) { #eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e2fd96);background-image: -moz-linear-gradient(180deg, #ffffff, #e2fd96);background-image: -ms-linear-gradient(180deg, #ffffff, #e2fd96);background-image: -o-linear-gradient(180deg, #ffffff, #e2fd96);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2fd96' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2fd96' );";background-image: linear-gradient(180deg, #ffffff, #e2fd96);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row .container { background-color: transparent; background-image: none; }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row .container > .video-iframe-container { display: none; }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row > .video-iframe-container { display: none; }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .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); }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row .container { border-width: 0; border-radius: 0; }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRwCAiAMDq8QElaBx0WMBtFM5WD6x4aK > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGzdoH1Q3nHiFFWdz4HQFMe7bHxo5OIn { top:2.875rem;left:0rem;width:20rem;height:14.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bA3d3KfUi3zyyDtrn2V1NJpHzrQf6QLB { top:19.125rem;left:0rem;width:20rem;height:14.25rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TKdTvgSNhtfRCpQsK03u6VnoWTboFQ9J { top:15.875rem;left:0.0625rem;width:19.875rem;height:14.1875rem;z-index:15000;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gbuMd8QQmTCy3FMUDc6l2VtsusBTEH4A { top:15.875rem;left:0rem;width:20rem;height:14.1875rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ix3XTLcWWisHdIDRU6QAR9BJREpi1VHV { top:0rem;left:0rem;width:20rem;height:14.205607476636rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat { background-color:#e2fd96;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; }#TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat > .row .container { background-color: transparent; background-image: none; }#TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat > .row .container > .video-iframe-container { display: none; }#TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat > .row > .video-iframe-container { display: none; }#TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat > .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); }#TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat > .row .container { border-width: 0; border-radius: 0; }#TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtpTtSgEP7CUo5hqbfspFBEw6ZlffQat > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vc2OFrCnKlcPC7cnsutL8hGkmKKliUCO { width:20rem;height:1.5996125rem;top:0.91796875rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15008;font-family:poppins;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KtVUFgm93tCoR89flwJPKyk0crQOeTzc { background-color:#e2fd96;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; }#KtVUFgm93tCoR89flwJPKyk0crQOeTzc > .row .container { background-color: transparent; background-image: none; }#KtVUFgm93tCoR89flwJPKyk0crQOeTzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtVUFgm93tCoR89flwJPKyk0crQOeTzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtVUFgm93tCoR89flwJPKyk0crQOeTzc > .row .container > .video-iframe-container { display: none; }#KtVUFgm93tCoR89flwJPKyk0crQOeTzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtVUFgm93tCoR89flwJPKyk0crQOeTzc > .row > .video-iframe-container { display: none; }#KtVUFgm93tCoR89flwJPKyk0crQOeTzc > .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); }#KtVUFgm93tCoR89flwJPKyk0crQOeTzc > .row .container { border-width: 0; border-radius: 0; }#KtVUFgm93tCoR89flwJPKyk0crQOeTzc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtVUFgm93tCoR89flwJPKyk0crQOeTzc > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6pF3tW6uEQ0MT1N4QVX0pAtoS8LAqRV { top:0rem;left:0rem;width:20rem;height:14.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g4U26fdVH2B4C7vrZnqi4rMiPtLgJBH5 { top:16.3125rem;left:0rem;width:20rem;height:14.25rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r9UTG4NL5JB5siVQELVnA6APgti5gkN1 { top:32.875rem;left:0rem;width:20rem;height:14.25rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bnT6QvdXET83opRtHkKWW3REzaLT4gJG { background-color:#e2fd96;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; }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row .container { background-color: transparent; background-image: none; }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row .container > .video-iframe-container { display: none; }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row > .video-iframe-container { display: none; }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .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); }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row .container { border-width: 0; border-radius: 0; }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bnT6QvdXET83opRtHkKWW3REzaLT4gJG > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdbpQrVz2RyTxGeHax2xVcmenZBoR5Pv { top:0.625rem;left:0rem;width:18.5625rem;height:1.875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #prR2V5MaSPbckKSmMTzff7Mno8zcAbH1 { display:block; }#prR2V5MaSPbckKSmMTzff7Mno8zcAbH1 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Esiu8PBLwudvlADJirdunVISEyfcGcy9 { width:20rem;height:2.26855625rem;top:3.125rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:italic;line-height:1.1;z-index:15020;font-family:besley;display:block; }
 }@media only screen and (max-width: 763px) { #WmHTHh1F1iG8Czvw5HIi1lkNn0723GEw { width:20rem;height:3.19824375rem;top:5.375rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15007;font-family:poppins;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cH4aCzdS1p94HQsr6TGbO0dpcusTVoRx { width:20rem;height:3.19824375rem;top:13.0625rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15009;font-family:poppins;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oHPZTxNinvVMgbs6r7qTG1hxR9UC9fzE { width:20rem;height:2.26855625rem;top:10.8125rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:italic;line-height:1.1;z-index:15022;font-family:besley;display:block; }
 }@media only screen and (max-width: 763px) { #tUbKpvkpImQqQx9EpCifvfrvKtEZIgCI { width:20rem;height:2.26855625rem;top:18.9375rem;left:0.0625rem;font-size:2.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:italic;line-height:1.1;z-index:15024;font-family:besley;display:block; }
 }@media only screen and (max-width: 763px) { #NUiD2sM2Xu3WNBhQPW89sHMVATNn9wAu { width:20rem;height:3.19824375rem;top:21.625rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15011;font-family:poppins;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DU0p94Ckxd8kTwV91BVAlhIRnOKth8og { display:block; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1Fa6f400fPPNRl6za7EuO0mEJKWPiL9 { width:20rem;height:23.5625rem;top:10.25rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #0ba3ad, #967fd8);background-image: -moz-linear-gradient(170deg, #0ba3ad, #967fd8);background-image: -ms-linear-gradient(170deg, #0ba3ad, #967fd8);background-image: -o-linear-gradient(170deg, #0ba3ad, #967fd8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#967fd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#967fd8' );";background-image: linear-gradient(170deg, #0ba3ad, #967fd8);background-size:cover !important;box-shadow: 0.25rem 0.3125rem 0.75rem rgba(188,188,188,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #HQzeVT3FAVM8rBFiLVNulPPFLEB4W7EH { width:16.499rem;height:1.19934375rem;top:12.375rem;left:1.75rem;font-size:1rem;color:#ffffff;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #G6LuGvk9cdZaViUJaB5TFQR4EEwyT9m8 { width:17.0625rem;height:4.5rem;top:14.25rem;left:1.5rem;font-size:3.75rem;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Dy148I4efB6ZKXNKlgv2BCZvI1gGcIyi { width:20rem;height:0;top:0rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;font-family:poppins;line-height:1.2;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #tv3amBvNbIfQhT3Ee5yaps75wROQcDeu { width:16.4375rem;height:3.125rem;top:68.625rem;left:1.8125rem;font-size:0.9375rem;background-color:#2a2c32;background-image:none;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #xMeK2AENRcPEvW8TTPLh0LJTcWBEDk3M { display:block; }
 }@media only screen and (max-width: 763px) { #rVRIsxTT6IFmzyX02ExqxIIOtik9RAcm { width:13.3125rem;height:0;top:2.3603515625rem;left:6.6875rem;font-size:1.875rem;text-align:left;text-align-last:left;font-family:besley;line-height:1.2;font-weight:400;font-style:italic;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #EDSZ6HUWqBOeDT81mDl4Sz54XgS4hGZX { width:20rem;height:24.6875rem;top:41.5625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #0ba3ad, #967fd8);background-image: -moz-linear-gradient(170deg, #0ba3ad, #967fd8);background-image: -ms-linear-gradient(170deg, #0ba3ad, #967fd8);background-image: -o-linear-gradient(170deg, #0ba3ad, #967fd8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#967fd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#967fd8' );";background-image: linear-gradient(170deg, #0ba3ad, #967fd8);background-size:cover !important;box-shadow: 0.25rem 0.3125rem 0.75rem rgba(188,188,188,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #w9ZXN1VZLFDkKeHJWD05flDfru7tpIeL { width:15.6875rem;height:1.19934375rem;top:44.1875rem;left:1.5rem;font-size:1rem;color:#ffffff;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #z6NNsaST4UuGp9V3U82rw3xJ1As7ZTwV { width:7.125rem;height:4.4995125rem;top:46rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vqhkXRibFgTNmBHIWgWaFUOmm2xPM25D { width:6.5rem;height:1.5rem;top:16.5rem;left:7.6875rem;font-size:1.25rem;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cGm7VsX6huU745kSknLLygCs9PPhcTTI { width:15.6875rem;height:1.19934375rem;top:19.375rem;left:1.8125rem;font-size:1rem;color:#ffffff;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #euyhNog3ay4cXzu1XULhFSkTeGZXhfLU { width:16.5625rem;height:8.1875rem;top:23.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiw6RTJAdwUQzOViCRmzq0aMC3kItmHE { width:14.375rem;height:2.25rem;top:26.0625rem;left:2.6875rem;font-size:1.875rem;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s6pW8FVz8IIuv1QMFor6V6JsTmzzATEk { width:6.5rem;height:1.5rem;top:48.125rem;left:9.4375rem;font-size:1.25rem;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Jygibh7MIndPxwyzgdtkHazzI7kHZg4z { width:15.6875rem;height:1.19934375rem;top:50.625rem;left:1.5rem;font-size:1rem;color:#ffffff;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #BnGW3ulkpsxpOwt3IkqJTTnqtlIJlhNS { width:14.875rem;height:2.25rem;top:57.875rem;left:2.5625rem;font-size:1.875rem;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uyNZ1SQy1rMOhE3MpqwHdxThaTSZt3GF { width:16.5625rem;height:8.1875rem;top:54.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v359xn4uzPMh493y2Ti5T46oNda5rc18 { width:15.37475rem;height:2.5rem;top:28.311767578125rem;left:2.3114013671875rem;font-size:1rem;background-color:transparent;background-image:none;color:#ffffff;font-family:poppins;font-weight:400;font-style:normal;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #xSeAKQITKQTTn6xa7KGy4uGAnBgpoJ1R { display:block; }
 }@media only screen and (max-width: 763px) { #JbU58001mhc6GANICdt96mrDGb0yOqCn { width:12.5rem;height:2.5rem;top:60.125rem;left:3.75rem;font-size:1rem;background-color:transparent;background-image:none;color:#ffffff;font-family:poppins;font-weight:400;font-style:normal;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #mQUzcMrp4aSBxsGdBWJOJ7ytfUTgHib4 { display:block; }
 }@media only screen and (max-width: 763px) { #vRcdXa3t3qdeKCf6JzfbXUbAcOMVkQdb { width:20rem;height:;top:1.3125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;font-family:poppins;line-height:1.2;font-weight:700;font-style:normal;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #O2kO90JDb4hE0UwlTAMhGq3taVQ6DLzB { width:15.6875rem;height:1.19934375rem;top:24.25rem;left:2.09375rem;font-size:1rem;color:#ffffff;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #i1UfNVm1QJ5yhrv6niJAkLCsIOd7c4u1 { width:15.6875rem;height:1.19934375rem;top:56.0625rem;left:2.125rem;font-size:1rem;color:#ffffff;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #HPspfsTZ31RGcDQHQUTPTsb7Cg37ThJf { width:16.437375rem;height:3.125rem;top:35.849609375rem;left:1.781005859375rem;font-size:0.9375rem;background-color:#2a2c32;background-image:none;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #nRqcZ23XcP89RFtVGreHDfAgaqPis36O { display:block; }
 }@media only screen and (max-width: 763px) { #ObdJXnCtMLp5cmPhJTq0PeoGSKXE3XTc { width:20rem;height:1.19934375rem;top:73rem;left:0rem;font-size:1rem;color:#2a2c32;font-family:poppins;z-index:15024;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H2UMFN8nO05AgCOcXaeZXRSZFoSI6svM { display:block; }#H2UMFN8nO05AgCOcXaeZXRSZFoSI6svM > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdHAlah83wNRG0a1tcwStlMQ5yJeoTkT { width:20rem;height:0.975rem;top:0rem;left:0rem;font-size:0.8125rem;color:#2a2c32;font-family:poppins;z-index:15024;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItsVPR5EPTwhugkane5UQGNoGgsBI8om { top:2.375rem;left:0rem;width:20rem;height:12.4375rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FLaQWyGJa9OvzfMsMh4eOSqGiTx33VDs { width:0;height:;top:20.5rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJlxV3yxDHw6ri0O03ZDUq0Xi5Jkpyvw { width:20rem;height:0.77083333333333rem;top:20.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fb3wL53XecnRMfXIMvTJE93yfUEiSD6r { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc6ee8b9-f0ae-4249-9add-2f43776e6a9c/pattern.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !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; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r.adaptive-delivery-prevent-bg, #fb3wL53XecnRMfXIMvTJE93yfUEiSD6r.lazyload, #fb3wL53XecnRMfXIMvTJE93yfUEiSD6r.lazyloading { background-image: none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container { background-color: transparent; background-image: none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container > .video-iframe-container { display: none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row > .video-iframe-container { display: none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .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); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container { border-width: 0; border-radius: 0; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container { width:20rem;height:17.374877929688rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZIlcermfvSd60AXMHOppcR2oM1AETw6 { top:3rem;left:0rem;width:20rem;height:14.375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { background-color:#2a2c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { background-color: transparent; background-image: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .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); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { border-width: 0; border-radius: 0; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { width:20rem;height:87.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-element-container { background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #7b7b7b; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-text { color:#ffffff;font-family:poppins;font-weight:700;font-style:normal; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-desc-text { color:#ffffff;font-family:poppins;line-height:1.6;overflow:hidden;height:auto; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_dd3c6284b84b0c0584d80c43b1ac6d062b3e96a1.svg");height:2.0625rem;width:2.0625rem;min-width:2.0625rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I { display:flex;height:auto;width:20rem;top:9.095703125rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:1.8125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #osmH0G5xVxtiFIQT4hURWMNF6JPCQc4B {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #mqa8lDXqviRiATgUOixkgfT4X9HkfA5D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #KVOkJU6Nuckcy0PwO0lq5iGuJFMfiAHz {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #d2LG0HHXC3a2gLQF1aM8T3BkxTQ2TX2D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPVfdFU4TTSysSWTNWTtKWOZtGNJ7oRe {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #BTJhM77IV6Urx8oo8917uZCsuZvmKUPU {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Ptyi5zpPKt7mM512XokSVth8TqKv3ADA {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t28dJTAwUxsdRLnIQHThCg09dW8bklPh {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Q5cRiAGOME2KUi97Mxtg0vqeSqHJtgLC {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FLAPo86TfQMRfovIxNTUiAcU565yKJg9 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ApNvpoPRDJzhD1GVi4uxpo7NKGar3UKx {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #lk8sPZgTarrwkpG832nq9KfQVG2vFvtp {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #nm6mWHLPeyEFlPXIMEeMRHx4REMkie0Q {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #amXgFTXxVQZ2DS2X5CrbsAqoeFCMEbXq {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #PLdTGsGlEJwkT6f05nZ1Xz0PrBWpIoTR {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #pzvut3rRJDfKO1VHgn1ubErWClXzX7DZ {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #BiJCLEa5Rsw66iJW022QHVx0Auf4dzMi {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #bT1NSi4Dle3cH5QVWEQlllPD0IyZaeSf {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #hJN8kTkMCwFr8frE2zI58hfgnVSJLl7l {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FOLRBZHBkLEOlIrPNbTXIW6xaLr4B3kV {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #occF9hWrBRg9GbzHTaKCoMPXO0WTQ4Cy {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #GvhLklq4OfqoS2oPiR1geighOK1p7IBv {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #m0x7QyXoEnqNb9ZMHwbX4Q0gvv574UGb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #B5QZLxO6T6kTcshcRZNroyEEKxt9WT2U {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #MwRnrDpv89tvPOkQ2iVyeV1SuFrJ2HNo {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #qHfBdGFGCwaJapXtMtLMchFBxfx9MgyB {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ruRMLEMWPZoMU5PHXI16yzeGdccUfepv {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #oXVUcgB8aQpBsOx4MKp2xQ8RfwlRVmnT {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #VpG9HScp1trTPPEaohRDTdmI0MWlVQMK {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kQ7neJAHJd09UucPd8I60w4zTeBECPsv {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ouC9NRCnnfAQKoSVZrprCmeScunaqMou {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OBq7oPJMtGP2zG3P5aCaLn3LRiHFdJRT {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #eyU2gvcyMvTRb0GlEJuIHhwFFkMdGTAP {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #xdXZsLQHdsU8mTWNTZxm8uKvER5LWrAs {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FOqsZJ475DcVzmuUnKZyczgR7iSDmqhF {  }
 }@media only screen and (max-width: 763px) { #foDaVCwoU1rDxVfBd6ZzhEIBLQUTfZ0Q { width:9.8730625rem;height:5.625rem;top:2.2841796875rem;left:0.8125rem;font-size:4.6875rem;text-align:left;text-align-last:left;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(67,95,83,0.82), #2a2c32);background-image: -moz-linear-gradient(360deg, rgba(67,95,83,0.82), #2a2c32);background-image: -ms-linear-gradient(360deg, rgba(67,95,83,0.82), #2a2c32);background-image: -o-linear-gradient(360deg, rgba(67,95,83,0.82), #2a2c32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#435f53d1', endColorstr='#2a2c32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#435f53d1', endColorstr='#2a2c32' );";background-image: linear-gradient(360deg, rgba(67,95,83,0.82), #2a2c32);background-size:auto !important;display:block; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { background-color: transparent; background-image: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container > .video-iframe-container { display: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row > .video-iframe-container { display: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .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); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQJDkikza86PkxSeQcbDQSoVyCy5wFwM { width:17.6875rem;height:1.40014375rem;top:26.0625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vriTcKpyCeEaIzlLXPV1T3QstZHBc8fy { width:20rem;height:4.0625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiqCXmvEZdXUvTvQNQsAarv02pSMSuiU { width:17.625rem;height:2.11230625rem;top:13rem;left:2.375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AcXihOdcEM4tZgLQbpLuxff2BHeShED4 { width:10.6875rem;height:3.999025rem;top:17.0234375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3bNlyA7DS8Pof6tnvDQecUlz0eRfKxl { width:20rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:0.9375rem;background-color:#e2fd96;background-image:none;color:#2a2c32;font-family:poppins;font-weight:700;font-style:normal;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #Dd891OOHRBnOoBy4o6tdVFyud2oEsbsD { display:block; }
 }