.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:#f9f9f9;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;overflow:visible;position:relative;display:block; }#FMqJaLbtIwfvy4gpFXzWzAtfTGTd1kZc { 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:4.6875rem;width:9.4375rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#e9e59yUFTnaIczp6Oztn8AGJTsmMfdtT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.5rem;left:36.125rem;overflow:hidden;display:block; }
#IISQTvcnGygFxZ1b2PuGpZfFFBWGLeJy { color:#1f75fe;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.4375rem;left:60.5625rem;height:2.2745rem;font-style:normal;display:block; }
#msWdNCAZTEthfu68Nr14ZewG315MO0fB { position:absolute;display:block;z-index:15022;background-color:#e7e9ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:0.125rem;top:1.28125rem;left:57.15625rem;display:block; }
#TupVB2FraCeTOgx5X3u6fFwPAP74p0Q4 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#HylNS0CQDDn6UrCkCHgWoln6gkKf8qtc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O6o3cHQypJOFmTflTfbsLG08Dfdd3PGt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#O6o3cHQypJOFmTflTfbsLG08Dfdd3PGt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JGJ02MTTByWNtgeurarNpkMGqWmi1Mqq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.5rem;left:41.4375rem;overflow:hidden;display:block; }
#SPZgiEJ5rADW5K6dqqJdIcWmdI0NIX1G { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.25rem;top:2.3125rem;left:46.75rem;overflow:hidden;display:block; }
#hv8hrq5fRpWqpnH1Q2K0IL6baaEdhQo9 { position:absolute;display:block;z-index:15026;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.375rem;width:2.375rem;top:18.4375rem;left:60.0625rem;overflow:hidden;display:none; }
#iA9QPCOvPyBEhmIGLNQLMT8BTvvqUoxI { color:#000000;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:20.8125rem;left:58.875rem;height:0.9746125rem;display:none; }
#TGZgFtLILDQaDsSTua9LHNZEGAEyO9uM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:21.5625rem;left:60.5625rem;display:none; }
#iGCWtottbrNQT18sQQQefxyOuFQM5zTq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:21.5625rem;left:58.6875rem;display:none; }
#L1nllgd5aI6s3TmQmmdyPzTCQMIeX5ME { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:21.5625rem;left:59.625rem;display:none; }
#eZZ3oZfkTtEVlEVQaTOWemXrJyMhAHvX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:21.5625rem;left:61.5rem;display:none; }
#EV9ANsydwO9N4kdfllkXkU60AteU708C { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:21.5625rem;left:62.4375rem;display:none; }
#eCS4vkFNbnq6VAM7a4mD7qRkQdVvM84Z { background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.8125rem;left:57.25rem;display:block; }
#okcl61LRyRSZxwwmlnbNLGekXFb3Gghy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QosUzrJKfcr1nPK5Pw59VDOeysXT6U80 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f75fe;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; }#QosUzrJKfcr1nPK5Pw59VDOeysXT6U80 > .row .container { background-color: transparent; background-image: none; }#QosUzrJKfcr1nPK5Pw59VDOeysXT6U80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QosUzrJKfcr1nPK5Pw59VDOeysXT6U80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QosUzrJKfcr1nPK5Pw59VDOeysXT6U80 > .row .container > .video-iframe-container { display: none; }#QosUzrJKfcr1nPK5Pw59VDOeysXT6U80 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QosUzrJKfcr1nPK5Pw59VDOeysXT6U80 > .row > .video-iframe-container { display: none; }#QosUzrJKfcr1nPK5Pw59VDOeysXT6U80 > .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); }#QosUzrJKfcr1nPK5Pw59VDOeysXT6U80 > .row .container { border-width: 0; border-radius: 0; }#QosUzrJKfcr1nPK5Pw59VDOeysXT6U80 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QosUzrJKfcr1nPK5Pw59VDOeysXT6U80 > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#gawG2LAUhKM4KveVl4pSSaIoGdcok8yb { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:0.34375rem;left:1.3125rem; }
#oyBaHVlwbN5JnviX4FPSirq7oFmXJw7Q { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.82421875rem;left:4.5625rem;height:1.298825rem;display:block; }
#u2wKHAgOsCXP2upJANSW2nx4fRqvaqQK { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.375rem;left:19.9375rem; }
#P3DsZcARSS35PVZWqHf4NJ3B2LgJ8mSe { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.82421875rem;left:23.0625rem;height:1.298825rem;font-style:normal;display:block; }
#k7uwEa0dohNfzDh0wwDGTgqwtxwRES55 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.34375rem;left:38.75rem; }
#eNE4GDBar5a80ygTx29fMzSrgSuA4uy0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.82421875rem;left:41.9375rem;height:1.298825rem;font-style:normal;display:block; }
#edQn8uheds9IwKOyT8TANZ2cApQuimBB { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.28125rem;left:57.375rem; }
#zdtPJCui23GUx5gHWEKcLJFT7ICXRt5x { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.82421875rem;left:60.3125rem;height:1.298825rem;font-style:normal;display:block; }
#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d86b7a54-ef29-4d5e-a630-dd13a0496eed/HomeCleaningOttawaDesktop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK.adaptive-delivery-prevent-bg, #yhEmQiEIkG73Ke7AC546MUP0P8xO9odK.lazyload, #yhEmQiEIkG73Ke7AC546MUP0P8xO9odK.lazyloading { background-image: none; }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row .container { background-color: transparent; background-image: none; }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,253,253,0.84); }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row .container > .video-iframe-container { display: none; }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,253,253,0.84); }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row > .video-iframe-container { display: none; }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .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); }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row .container { border-width: 0; border-radius: 0; }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row .container { width:75rem;height:35.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#EyHwu2de0zvNxrMfKDhBFfmXV6biM96O { display:block;width:71.5625rem;position:absolute;font-family:montserrat;font-size:3.5625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.375rem;left:1.5625rem;height:7.837375rem;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;color:#000000;text-align:center;text-align-last:center;display:block; }
#sIeqGPgrzM0UqKhTaVQBfwczAXTy76df { color:#000000;display:block;width:66.1875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.6875rem;left:7.9375rem;height:1.9504625rem;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; }
#qidbDUP8kxJ81BIdBliahUUJZ3G7n2By { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Rnx9r58vrmgBpV9iSZXlBkyNJnxI3sMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T5HQAwZc41SZIT93Ou7OICoGln7dbSa8 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:2rem;left:25.3125rem; }
#Rh5bXBTrIATfTfMKT815c3TlhvQMkRMD { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:2rem;left:26.75rem; }
#azew1rz8zrZCdS67ke3arvi1IUvCLrV8 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:2rem;left:28.1875rem; }
#rSHUlKcnrmUBMT8VZGkf7tV3ocd7C17Q { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:2rem;left:29.625rem; }
#KLNCCGTn0SVMMs6OFTi6CpxUaf5PdWAu { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:2rem;left:31rem; }
#coEJvhoPQzyxRrscLC3R99MK64kUD8B5 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:2.25rem;left:33.125rem;height:1.7871125rem;display:block; }
#wvqD50ky2T2kBO7fcCCgJ4W1LCdCfgT6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:12.1875rem;left:4.5625rem; }
#LNx8wEanBHydDSpnUuVoL47TwOGmBIQm { 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.1875rem;width:20rem;display:none; }
#Tpl4Gl3fXsaQUWTxT8PNkXVVznonPMTS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.6875rem;top:2.96875rem;left:24.59375rem;overflow:hidden;display:none; }
#PthGN7VTDgfrGMTT0BNB3NPO2ZgUMcVl { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ADxmy75U6XzhJAUd2tqPtNCmlcgcPJmW { 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:2.9375rem;width:2.9375rem;top:2.96875rem;left:24.59375rem;overflow:hidden;display:none; }
#Ak7ZiSWn2zmumb7TLUGKqTqAGllfC58f { background-color:#1f75fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:montserrat;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.6875rem;height:4.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:15.34375rem;left:16.65625rem;display:block; }
#FK5SO7ErEEz3kLVwGQkSAQp07ToXAOzm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQQEPGVRqXTUhg57HDoyyvWmOcnbRzF4 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:15.5625rem;left:60.375rem;overflow:hidden;display:block; }
#T4N0V5xbT2TIkUdwXznkNTzo12WRFWgr { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:17.75rem;left:59.1875rem;height:0.9747875rem;display:block; }
#MmPyfB4Z5kkaTPZqq0xQPL5v9TJkIDAQ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:18.5rem;left:59.1875rem; }
#d1N8wQFtow4Ecs9GAwxaZcsW499cr56O { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:18.5rem;left:60.125rem; }
#SLsepfnTQVoVpTBvvlTuE41lTxdms2J9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:18.5rem;left:61.0625rem; }
#JFVJTPkFwwT1OGoSkRvvaKsEqwQaCyBO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:18.5rem;left:62rem; }
#ky2qwG4Cld430tw5TIu3HAphTyhz9EyS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:18.5rem;left:62.9375rem; }
#En3MX4t4ctJzTTyTPhspVAop8MLmx3dZ { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:10.8125rem;width:32rem;top:21.6875rem;left:21.4375rem;display:block; }
#rqQHTTqioXtMQsqTXBALx7scJa2Dn4uD { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:23.875rem;left:27.375rem;height:4.144175rem;display:block; }
#LfmdTQ4Nnn5cvspW1IXBs3szmo4sKekQ { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:24.625rem;left:23.4375rem;height:2.6806625rem;font-style:normal;display:block; }
#nmdhHqlDXQrI2zsOAQ49cZZgaDVhK0Qf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:24.25rem;left:22.75rem; }
#Oot3KIw6tuov85isurZCLM5bHIs7fQqq { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:29.25rem;left:27.375rem;height:1.38139375rem;font-style:normal;display:block; }
#w3yK4PimHkH6Qeuzskd0hLt1ks3LbeVv { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:29.125rem;left:35.375rem; }
#q78CoepFc2O6i8qrMcEbXaMQmf9x093C { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:29.125rem;left:36.8125rem; }
#JTTLfOKrGN2zTtT4pdhdPHRiVf4yBk9n { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:29.125rem;left:38.25rem; }
#bwA48T3TTQu5BhnhoxJTrA9gGVqE11Ns { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:29.125rem;left:39.6875rem; }
#iMcyKGW0TxXbZq7X6efDFEwRnd697WkS { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:29.125rem;left:41.0625rem; }
#JNKzqdVAkIOyGyznAR8r2tM3aWggAlbo { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:28.625rem;left:49.125rem;overflow:hidden;display:block; }
#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .row .container { background-color: transparent; background-image: none; }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .row .container > .video-iframe-container { display: none; }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .row > .video-iframe-container { display: none; }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .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); }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .row .container { border-width: 0; border-radius: 0; }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#UvZedfHOpcE9DR9czcAdMTJEKVNatHNq { 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:4.625rem;width:4.625rem;top:2.125rem;left:7.0625rem;overflow:hidden;display:block; }
#rhtQzElWPe0e1N4FdFM0OXb3QvXceUB0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.4375rem;left:4.3125rem;height:2.59765rem;display:block; }
#vP9RfErDFnZR3Azq9B51kVdLZWMMKgyW { 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:2.9375rem;width:8.8125rem;top:2.96875rem;left:23.71875rem;overflow:hidden;display:block; }
#kDfDwk6HT6xNLfFQodRmnXyXzQ9ZmehN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4375rem;left:23.3125rem;height:2.59765625rem;display:block; }
#cwA1tiN58MF9DhWB81Zln1nlu7OysLQv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:2.125rem;left:44.5625rem;overflow:hidden;display:block; }
#xWCHDPTqmAGHULvhaOafppGsl5KiTOiT { color:#000000;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:41.9375rem;height:2.59765rem;display:block; }
#Fo2fC7TTFuXTwSHCghrm0avqeG87dw5u { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:1.4375rem;left:62.625rem;overflow:hidden;display:block; }
#TbsmKwtk7D1NQFWKqUgQCt3OtKCJIn27 { color:#000000;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4375rem;left:60.8125rem;height:2.59765rem;display:block; }
#r2OfSLodxuZ2b7x5Jou1tuzFBm5RrGm4 { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.0625rem;top:2.25rem;left:18.625rem;display:block; }
#MaX9qe0hIFzBlqEzUCHL7ftP8oQGEUMI { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.0625rem;top:2.3125rem;left:37.375rem;display:block; }
#shGbozRcmxP3Zv3GiEBeLWSJBZVeQCkl { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.0625rem;top:2.25rem;left:56.125rem;display:block; }
#FTRzJnA9dVSGzzs2oWdVCFyhkxhxla8A { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#aqgk4zmM3TTXqTbMkbL2ZwXm6FS2v2mH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aqgk4zmM3TTXqTbMkbL2ZwXm6FS2v2mH > .row .container { background-color: transparent; background-image: none; }#aqgk4zmM3TTXqTbMkbL2ZwXm6FS2v2mH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqgk4zmM3TTXqTbMkbL2ZwXm6FS2v2mH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqgk4zmM3TTXqTbMkbL2ZwXm6FS2v2mH > .row .container > .video-iframe-container { display: none; }#aqgk4zmM3TTXqTbMkbL2ZwXm6FS2v2mH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqgk4zmM3TTXqTbMkbL2ZwXm6FS2v2mH > .row > .video-iframe-container { display: none; }#aqgk4zmM3TTXqTbMkbL2ZwXm6FS2v2mH > .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); }#aqgk4zmM3TTXqTbMkbL2ZwXm6FS2v2mH > .row .container { border-width: 0; border-radius: 0; }#aqgk4zmM3TTXqTbMkbL2ZwXm6FS2v2mH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqgk4zmM3TTXqTbMkbL2ZwXm6FS2v2mH > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#SVg4MxyuyeExzHtNll0EiuD3Xb0i6ExO { color:#3c3833;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:2.92480625rem;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; }
#l41gCWC36k00nZPABo2kng5mTfVF7bFs { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6748046875rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KeGZpkXCRuDcOWcDXsITGMwPp8RVCrhQ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5e7e8;border-left:0.0625rem solid #e5e7e8;border-right:0.0625rem solid #e5e7e8;border-bottom:0.0625rem solid #e5e7e8;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.75rem;width:18.9375rem;top:8.625rem;left:7.5rem;display:block; }
#sA1i9NTVb9uyScd0MkfTMgBNFTLomluw { 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:4.5rem;width:4.5rem;top:11.6865234375rem;left:14.749755859375rem;overflow:hidden;display:block; }
#cVgUUWfZVIE34vdy9pX2s6Nvx5UvybKz { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18rem;left:8.56201171875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#raDlufMtKDgCTyRZ9X8C2TLpM8H2OSa8 { color:#090909;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:20.4365234375rem;left:8.56201171875rem;height:4.4984rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kggmNgrTVB0dRJyUEPe3C0sHamXREWKF { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5e7e8;border-left:0.0625rem solid #e5e7e8;border-right:0.0625rem solid #e5e7e8;border-bottom:0.0625rem solid #e5e7e8;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.75rem;width:18.9375rem;top:8.625rem;left:28.0615234375rem;display:block; }
#LSR3HGzgnyym3eUm3NsUOv3cDaIHqThw { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:20.4365234375rem;left:29.0625rem;height:5.99786875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yvWVLB5dcKo3hDE2yUPQQzIIWuaEV0gN { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18rem;left:29.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wt57EMDJWpapTDFPKvUNdcmnUk38JEmi { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:11.6865234375rem;left:35.2490234375rem;overflow:hidden;display:block; }
#AQDHo7cPZf1TUb1qdc5cNl1iaXNeKCEh { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5e7e8;border-left:0.0625rem solid #e5e7e8;border-right:0.0625rem solid #e5e7e8;border-bottom:0.0625rem solid #e5e7e8;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.75rem;width:18.9375rem;top:8.625rem;left:48.56201171875rem;display:block; }
#lbPz8CwZQpDNFMsTdeqcTJM7ZyD0FW5J { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:20.4365234375rem;left:49.561767578125rem;height:4.4984rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToJEQuP5p3ZTvLo63wHcgQ67DgA8hNBr { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18rem;left:49.561767578125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bf5Q0sr8cHQoAPd6xtDFbd9EikfGcU4n { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:11.6865234375rem;left:55.74951171875rem;overflow:hidden;display:block; }
#osQxFqnRGiCGzOdoZrdBHmUpzN3HuXHg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#osQxFqnRGiCGzOdoZrdBHmUpzN3HuXHg > .row .container { background-color: transparent; background-image: none; }#osQxFqnRGiCGzOdoZrdBHmUpzN3HuXHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osQxFqnRGiCGzOdoZrdBHmUpzN3HuXHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osQxFqnRGiCGzOdoZrdBHmUpzN3HuXHg > .row .container > .video-iframe-container { display: none; }#osQxFqnRGiCGzOdoZrdBHmUpzN3HuXHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osQxFqnRGiCGzOdoZrdBHmUpzN3HuXHg > .row > .video-iframe-container { display: none; }#osQxFqnRGiCGzOdoZrdBHmUpzN3HuXHg > .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); }#osQxFqnRGiCGzOdoZrdBHmUpzN3HuXHg > .row .container { border-width: 0; border-radius: 0; }#osQxFqnRGiCGzOdoZrdBHmUpzN3HuXHg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#osQxFqnRGiCGzOdoZrdBHmUpzN3HuXHg > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#OhUdznwhHyIyTMKBvwtgKXx9BETgJl6h { color:#3c3833;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.78125rem;left:0rem;height:;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; }
#sVcCpr3rlsETucFBUw7kMcM7lqe1Asgw { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.7060546875rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OnpwU0XU2LFvT0pSJ5wbrETggQU3X9V2 { position:absolute;display:block;z-index:15036;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.375rem;width:2.375rem;top:9.8115234375rem;left:11.6865234375rem;overflow:hidden;display:block; }
#WrQ15bkt6dwiymiAtdSd0K7pH7lGep7v { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:12.1240234375rem;left:9.1240234375rem; }
#d0MQRtem1NeqdRN3xElUyKilqiSfopaq { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:12.1240234375rem;left:10.5615234375rem; }
#FclDoqfyxLB6pgTZZgKqyg6h7La4IPla { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:12.1240234375rem;left:11.9990234375rem; }
#wwpkeLDDxzodvPzIRBTBr9LkWyDneOtK { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:12.1240234375rem;left:13.4365234375rem; }
#ZhuJog3Atslo8rpxu7xHyb7h1TfhWlfL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:12.1240234375rem;left:14.8115234375rem; }
#TOlA1T4HgdsvTVv974UqIVaMk9oeXl0D { color:#000000;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:28.4990234375rem;left:8.4365234375rem;height:1.38139375rem;font-style:normal;display:block; }
#XvIl8eHAoepmCr9p3GTG6p2t5RIEyAks { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:22.875rem;width:19.8125rem;top:8.3740234375rem;left:3.4365234375rem;display:block; }
#irr6WHL7ZmtALaFfM8GwpORSBTlddIwc { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:14.4365234375rem;left:4.875rem;height:11.051125rem;display:block; }
#NSF20kd37MaLEZ7cqOtsthfuNi40n7kX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:27.8115234375rem;left:4.875rem; }
#aP15TbZTMMFR7FJPPPxwpqKes7cD2UZ0 { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:27.8115234375rem;left:5.5615234375rem;height:2.6806625rem;font-style:normal;display:block; }
#ZdMSmLwbAuLdbcWBgTQfFyK0D4Q7LCz9 { position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:22.875rem;width:19.8125rem;top:8.3740234375rem;left:27.4990234375rem;display:block; }
#JQDtNeBusV9rnPeEPIDIBXlTMIUPQ2MT { position:absolute;display:block;z-index:15047;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.375rem;width:2.375rem;top:9.8115234375rem;left:35.7490234375rem;overflow:hidden;display:block; }
#G81s74n3IMKOCZWrHuvWIZAW3MMJh7gC { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:12.1240234375rem;left:33.1865234375rem; }
#aeyFT5HXyspWrSJxfq45uVa1lOOmmVGv { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:12.1240234375rem;left:34.6240234375rem; }
#kkbcHLvU9digb0F8vBzsuGQPkT0kSAbS { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:12.1240234375rem;left:36.0615234375rem; }
#MyoxTI0PnCG4XnDWAdoZh7sK2FsfK4yG { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:12.1240234375rem;left:37.4990234375rem; }
#cpsUEKQg8ZleWVm9PSUamf8DsI4FTXPT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:12.1240234375rem;left:38.8740234375rem; }
#DJkbR7wTNztVdFC0RUltgFclzpMphRDi { color:#000000;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:14.4365234375rem;left:28.9375rem;height:9.66975rem;display:block; }
#Pbribc0kIHNPwp9B01kmasbTZ9TFQxfR { color:#000000;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:28.4990234375rem;left:32.4990234375rem;height:1.38139375rem;font-style:normal;display:block; }
#ZsVhKvURGE1O3NosyUNGIZDFoLDETTBy { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:27.8115234375rem;left:29.4990234375rem;height:2.6806625rem;font-style:normal;display:block; }
#QUVMUdmVbesTSmtuFpiWwscSO6hbvsmv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:27.8115234375rem;left:28.9375rem; }
#JCAi63zP75Vh3TgexGlJm02GTzPMGFLK { position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:22.875rem;width:19.8125rem;top:8.3740234375rem;left:51.6865234375rem;display:block; }
#xAvTSw05UflXOt3v1KOKWisbrJ3JNLQO { position:absolute;display:block;z-index:15058;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.375rem;width:2.375rem;top:9.8115234375rem;left:59.9365234375rem;overflow:hidden;display:block; }
#ap9MNCJCfvASEEgx8TEK0vZUnuyXsmlK { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:12.1240234375rem;left:57.375rem; }
#vXGBt9KT3lmCsPheTP5IAF3ywyFsCLF8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:12.1240234375rem;left:58.8115234375rem; }
#N6TsC8QTQIKekJRiumxoZNwyhENbPiiC { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:12.1240234375rem;left:60.2490234375rem; }
#w1EpDZPs7I4RJNy1Mg1OcRU7IVcwsItb { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:12.1240234375rem;left:61.6865234375rem; }
#sFdoV4S8WXVTXnpZFOtXddg3leHHPIap { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:12.1240234375rem;left:63.0615234375rem; }
#Tedu9DPazH7vk1zzFV6W1ShFrcuWJDKT { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:14.4365234375rem;left:53.1240234375rem;height:9.66975rem;display:block; }
#xdT2R3bu1iAxvChT6lU5XTNSkPQCbHky { color:#000000;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:28.4990234375rem;left:56.6865234375rem;height:1.38139375rem;font-style:normal;display:block; }
#yf8NhVDRgN6L3u61r1eluzkimTSBDRKr { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:27.8115234375rem;left:53.6875rem;height:2.6806625rem;font-style:normal;display:block; }
#H1V9f6J1HLF2GzUbBShBXTevbfmXKrOm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:27.8115234375rem;left:53.1240234375rem; }
#asxNmOMBVVWq5tkTgWChyqBe2FEhxGZt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0b;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; }#asxNmOMBVVWq5tkTgWChyqBe2FEhxGZt > .row .container { background-color: transparent; background-image: none; }#asxNmOMBVVWq5tkTgWChyqBe2FEhxGZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asxNmOMBVVWq5tkTgWChyqBe2FEhxGZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asxNmOMBVVWq5tkTgWChyqBe2FEhxGZt > .row .container > .video-iframe-container { display: none; }#asxNmOMBVVWq5tkTgWChyqBe2FEhxGZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asxNmOMBVVWq5tkTgWChyqBe2FEhxGZt > .row > .video-iframe-container { display: none; }#asxNmOMBVVWq5tkTgWChyqBe2FEhxGZt > .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); }#asxNmOMBVVWq5tkTgWChyqBe2FEhxGZt > .row .container { border-width: 0; border-radius: 0; }#asxNmOMBVVWq5tkTgWChyqBe2FEhxGZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#asxNmOMBVVWq5tkTgWChyqBe2FEhxGZt > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#RsPHZWieJiOHfUndTh7vDKTebJRSoW2A { 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:4.6875rem;width:4.6875rem;top:8.1875rem;left:9.125rem;overflow:hidden;display:block; }
#X7kT3P6KEtGDkyZS9EApQarwUCwA3LHA { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.375rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIiTOcgbbGT5ZJF3SJ6Mq6HgWdfHsW4f { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.375rem;left:28.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhI1TFMBh1zdSShE4OqloFJeZMPl51IM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:8.1875rem;left:34.125rem;overflow:hidden;display:block; }
#ixQ9V7gUIW2TXR4buuX7preGGU2hqoGy { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:16.625rem;left:3.125rem;height:5.3986125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gkxafel4l0x10pJNEyOJHirvePFU1Bku { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:16.625rem;left:28.125rem;height:5.3986125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J4t6aZGrep3HcLfefO2AcIRJtKku10yP { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:16.625rem;left:53.125rem;height:5.3986125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCiF1UB02U2ueehOtslx12sM4UOqVSJf { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.375rem;left:53.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IoioiQusl1BZDbKs68Tf3Npu8xThPRuZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:8.1875rem;left:59.125rem;overflow:hidden;display:block; }
#VSeKkTKlF5FAusLLtvZJcPRCK15LQFAM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.724609375rem;left:0rem;height:2.92480625rem;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; }
#ZwF6Hsm8PybBJCl26Ubc9n75ZUIxQf3h { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.93701171875rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gh0xMewJCmD0wGi24eqZhBLXmpXCaEdr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gh0xMewJCmD0wGi24eqZhBLXmpXCaEdr > .row .container { background-color: transparent; background-image: none; }#Gh0xMewJCmD0wGi24eqZhBLXmpXCaEdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gh0xMewJCmD0wGi24eqZhBLXmpXCaEdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gh0xMewJCmD0wGi24eqZhBLXmpXCaEdr > .row .container > .video-iframe-container { display: none; }#Gh0xMewJCmD0wGi24eqZhBLXmpXCaEdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gh0xMewJCmD0wGi24eqZhBLXmpXCaEdr > .row > .video-iframe-container { display: none; }#Gh0xMewJCmD0wGi24eqZhBLXmpXCaEdr > .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); }#Gh0xMewJCmD0wGi24eqZhBLXmpXCaEdr > .row .container { border-width: 0; border-radius: 0; }#Gh0xMewJCmD0wGi24eqZhBLXmpXCaEdr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gh0xMewJCmD0wGi24eqZhBLXmpXCaEdr > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#i02kJqgTuSZgfUuw0m97VT0nyIdfpL9L { background-color:#1f75fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.625rem;left:31.1875rem;display:block; }
#Od9dVtAlwJgvWWUV7T25VlyD9CvfZ0Ap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HviyMHlyyIRyPzyq3I4aH0WNbTVAsqZD { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.21875rem;left:5rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lmTvpBAai7uiaWfv11OZnUvP5oM4ZO0m { background-color:#050505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.625rem;left:49.8125rem;display:block; }
#rDvZT7WeKvvSAZAmnRDn7ggAggqKDXJZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bmmxcTG9dJpPG8H01UsAZfuRfK92ULky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bmmxcTG9dJpPG8H01UsAZfuRfK92ULky > .row .container { background-color: transparent; background-image: none; }#bmmxcTG9dJpPG8H01UsAZfuRfK92ULky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmmxcTG9dJpPG8H01UsAZfuRfK92ULky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmmxcTG9dJpPG8H01UsAZfuRfK92ULky > .row .container > .video-iframe-container { display: none; }#bmmxcTG9dJpPG8H01UsAZfuRfK92ULky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmmxcTG9dJpPG8H01UsAZfuRfK92ULky > .row > .video-iframe-container { display: none; }#bmmxcTG9dJpPG8H01UsAZfuRfK92ULky > .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); }#bmmxcTG9dJpPG8H01UsAZfuRfK92ULky > .row .container { border-width: 0; border-radius: 0; }#bmmxcTG9dJpPG8H01UsAZfuRfK92ULky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmmxcTG9dJpPG8H01UsAZfuRfK92ULky > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#tb3skRmWqhTkWZQHTA6y6TGhHT2Nfedl { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.25rem;width:25.625rem;top:5.3125rem;left:8.6875rem;overflow:hidden;display:block; }
#OcLN4fcSmcQx1J9Os4BAVfO3xQAq3Fcc { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.25rem;width:25.1875rem;top:5.375rem;left:41.125rem;overflow:hidden;display:block; }
#OrBKgicOT68breVUhUAJfpxXyOrlBCgt { color:#fafafa;display:block;width:3.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5625rem;left:13.125rem;height:1.46218125rem;font-style:italic;display:block; }
#ZoWEUEM81Uh3EspmONrkGhnkoGEXp2dJ { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.5rem;top:5.375rem;left:12.25rem;display:block; }
#T1AxE7QGwxLi0XvSiSy2MDTubmMAFQgp { color:#fafafa;display:block;width:2.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5625rem;left:26.5625rem;height:1.46218125rem;font-style:italic;display:block; }
#x0Aof3koaxXLh36AekVbrA7s2P27ATpL { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.875rem;width:5.5rem;top:5.375rem;left:25.25rem;display:block; }
#OAZdx7vkg4rU7dZMhdLSrbOTfTiDqhtw { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.5rem;top:5.4375rem;left:44.5625rem;display:block; }
#M39OwT07SNov7chlTozhbRwxA9TcJo0V { color:#fafafa;display:block;width:3.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.625rem;left:45.4375rem;height:1.46218125rem;font-style:italic;display:block; }
#e0hP7c3E65bZsIEh6DimKeEaB87ikQWl { color:#fafafa;display:block;width:2.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.625rem;left:58.625rem;height:1.46218125rem;font-style:italic;display:block; }
#twgnLgHksEneAIpmiCFB20r8Xh5LAvno { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.875rem;width:5.5rem;top:5.4375rem;left:57.3125rem;display:block; }
#LrhNKBqFmexVrhJOoK6U3TWLSoDKQtT4 { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.712890625rem;left:19.71875rem;height:2.92480625rem;font-style:normal;display:block; }
#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f8fe1da-87cd-4059-9dbb-cc8f898c356e/Depositphotos_209577600_L.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG.adaptive-delivery-prevent-bg, #IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG.lazyload, #IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG.lazyloading { background-image: none; }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .row .container { background-color: transparent; background-image: none; }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .row .container > .video-iframe-container { display: none; }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .row > .video-iframe-container { display: none; }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .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); }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .row .container { border-width: 0; border-radius: 0; }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#TKEHpB5DOmZusT43TiDu3Ho5FrQtq2D9 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.25rem;left:37.875rem;height:2.76278125rem;font-style:normal;display:block; }
#pUpbO5Ty8asLpyFxKExzVvvv995yz49t { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.8125rem;left:36.3125rem;height:8.12325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nzkL4GRmo2JIKCdW30wI2wfsLshHQTqy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:18rem;left:35.8125rem; }
#cp2cbZvooUyPsaIlZhtk6eibC7iHNCyh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:20.125rem;left:35.875rem; }
#Hggzns0KDp8Pbzl4H6p62VJPIO4i7DFi { color:#ffffff;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20.375rem;left:37.9375rem;height:1.38139375rem;font-style:normal;display:block; }
#OTdcBIBFRhvflrifMTN1aC6g3TvC2GZd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:22.25rem;left:35.875rem; }
#TgZha6TDl1Rmbh6z4XxiDk64seh3D8bH { color:#ffffff;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.5rem;left:37.9375rem;height:1.38139375rem;font-style:normal;display:block; }
#FVIguHGElG5GzmHkCAKSHrJXaHnhKX9O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:24.375rem;left:35.875rem; }
#kqaylTmDqxLMrqMIKmADpMfF4Wq3VsMz { color:#ffffff;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.625rem;left:37.9375rem;height:1.38139375rem;font-style:normal;display:block; }
#bW6DDbsxsxyVyLcyOTdexdSyrQDOmp4z { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:26.125rem;width:19.5rem;top:2.40625rem;left:9.4375rem;overflow:hidden;display:block; }
#Zfv8Ap8drmdA9cM6fBtp9HWillkVW9Lq { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:36.3125rem;height:5.84871875rem;font-style:normal;display:block; }
#CIdhPgegOTbgMek7CdE25CK53FBFB0Es { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#CIdhPgegOTbgMek7CdE25CK53FBFB0Es > .row .container { background-color: transparent; background-image: none; }#CIdhPgegOTbgMek7CdE25CK53FBFB0Es::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIdhPgegOTbgMek7CdE25CK53FBFB0Es > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIdhPgegOTbgMek7CdE25CK53FBFB0Es > .row .container > .video-iframe-container { display: none; }#CIdhPgegOTbgMek7CdE25CK53FBFB0Es > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIdhPgegOTbgMek7CdE25CK53FBFB0Es > .row > .video-iframe-container { display: none; }#CIdhPgegOTbgMek7CdE25CK53FBFB0Es > .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); }#CIdhPgegOTbgMek7CdE25CK53FBFB0Es > .row .container { border-width: 0; border-radius: 0; }#CIdhPgegOTbgMek7CdE25CK53FBFB0Es > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIdhPgegOTbgMek7CdE25CK53FBFB0Es > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#O4KpO7gSVKz6X8QIyhIyBe2falbgRO1o { 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:4.625rem;width:4.625rem;top:2rem;left:7.0625rem;overflow:hidden;display:block; }
#ydpeHxlUx3WQexz9sEmcT3VEbPTQ6UTo { color:#000000;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:4.3125rem;height:2.59765rem;display:block; }
#GlF0cEKeR3HQc2iTyZckW4aCA3Oi6X1m { 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:2.9375rem;width:8.625rem;top:2.84375rem;left:23.8125rem;overflow:hidden;display:block; }
#q7FQrB613MzTfFLqHLOGryNu7W71SJK2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.3125rem;left:23.3125rem;height:2.59765625rem;display:block; }
#SlzCGGrFdE8dpsLQ1li3LcWsLVpktHhp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:2rem;left:44.5625rem;overflow:hidden;display:block; }
#u7bPTWP7z4HmOptUF1ze8Xx9Z573XvJ9 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.3125rem;left:41.9375rem;height:2.59765rem;display:block; }
#VRXtEeills99eHFaqSmPPIPsmTrBDURD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:1.3125rem;left:62.625rem;overflow:hidden;display:block; }
#iuZRroD47naoUkPvAPVs16DD0FBKVbOr { color:#000000;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3125rem;left:60.8125rem;height:2.59765rem;display:block; }
#lQ8t0DN6rJb3T64BUlm7vGCCL4ZTwM5H { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.0625rem;top:2.125rem;left:18.625rem;display:block; }
#h1srNNNXdXyfzOwfio58R0vySvZgk8SH { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.0625rem;top:2.1875rem;left:37.375rem;display:block; }
#ht7EGd2Tiq04BM8B0uanXDvkdAOTlOUo { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.0625rem;top:2.125rem;left:56.125rem;display:block; }
#amru42btovxAV9JdbqP0SfMOGQ2iqxeI { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#iCSKTWgrPWlOoT3340DT2Swh4w4IiTB6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iCSKTWgrPWlOoT3340DT2Swh4w4IiTB6 > .row .container { background-color: transparent; background-image: none; }#iCSKTWgrPWlOoT3340DT2Swh4w4IiTB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCSKTWgrPWlOoT3340DT2Swh4w4IiTB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCSKTWgrPWlOoT3340DT2Swh4w4IiTB6 > .row .container > .video-iframe-container { display: none; }#iCSKTWgrPWlOoT3340DT2Swh4w4IiTB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCSKTWgrPWlOoT3340DT2Swh4w4IiTB6 > .row > .video-iframe-container { display: none; }#iCSKTWgrPWlOoT3340DT2Swh4w4IiTB6 > .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); }#iCSKTWgrPWlOoT3340DT2Swh4w4IiTB6 > .row .container { border-width: 0; border-radius: 0; }#iCSKTWgrPWlOoT3340DT2Swh4w4IiTB6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCSKTWgrPWlOoT3340DT2Swh4w4IiTB6 > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#o28kwyfubFfPgQW5MiGa7Du3xh4hRSzZ { background-color:#1f75fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:12.625rem;left:18.75rem;display:block; }
#QV19GaP6vxrCePP0ztWr5WP0guTWO45S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OonzoW0hCt7tOSXEWF1MfqI5vE56TyLE { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:20.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Th6TyBocJ7X2TuEfMIdpqqWBoiNocuaP { background-color:#050505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:12.625rem;left:37.375rem;display:block; }
#msnAMKmXzW3GFhygLkQ84WI766Bv2P9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W2UTka0DyL5mAIks7c3HltFHaSnOSCKw { position:absolute;display:block;z-index:15042;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.625rem;width:2.625rem;top:2.4375rem;left:35.375rem;overflow:hidden;display:block; }
#qOcxRhpavdDfazgQDRWvCxGfonsI241b { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:5.0625rem;left:33rem; }
#dSrTOogETqk9wXi6UzGe43l6p6v9anm6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:5.0625rem;left:34.4375rem; }
#BkG6RITw8ZRFgtMX9FPxiaAdnOoh3GL6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:5.0625rem;left:35.875rem; }
#oaEcyGzE6R9rgmMHzVJA0hid2hWLxAgd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:5.0625rem;left:37.3125rem; }
#J5at192yk5P9WFBV34Zte9vbt3xW3Wk1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:5.0625rem;left:38.6875rem; }
#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .row .container { background-color: transparent; background-image: none; }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .row .container > .video-iframe-container { display: none; }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .row > .video-iframe-container { display: none; }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .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); }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .row .container { border-width: 0; border-radius: 0; }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#q0ynWNzAlbrzN5n8ifkmqWt80ivRNFJZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:8.5625rem;top:2.1875rem;left:33.21875rem;overflow:hidden;display:block; }
#GzpnO4MHrqIRHWfsAhWfdb7VWxC08IKS { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:7rem;left:26rem;height:4.7967rem;text-align:center;text-align-last:center;display:block; }
#scwIfKKosQZep5BSAE9yue1XgVC2haUx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#scwIfKKosQZep5BSAE9yue1XgVC2haUx > .row .container { background-color: transparent; background-image: none; }#scwIfKKosQZep5BSAE9yue1XgVC2haUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scwIfKKosQZep5BSAE9yue1XgVC2haUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scwIfKKosQZep5BSAE9yue1XgVC2haUx > .row .container > .video-iframe-container { display: none; }#scwIfKKosQZep5BSAE9yue1XgVC2haUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scwIfKKosQZep5BSAE9yue1XgVC2haUx > .row > .video-iframe-container { display: none; }#scwIfKKosQZep5BSAE9yue1XgVC2haUx > .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); }#scwIfKKosQZep5BSAE9yue1XgVC2haUx > .row .container { border-width: 0; border-radius: 0; }#scwIfKKosQZep5BSAE9yue1XgVC2haUx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scwIfKKosQZep5BSAE9yue1XgVC2haUx > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#ha2CFVl4Jsb6sEbZqUR1lrutlJdWJ5Q5 { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.130859375rem;left:10.65625rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMqJaLbtIwfvy4gpFXzWzAtfTGTd1kZc { top:1.9375rem;left:0rem;width:9.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9e59yUFTnaIczp6Oztn8AGJTsmMfdtT { top:1.5rem;left:22.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IISQTvcnGygFxZ1b2PuGpZfFFBWGLeJy { top:1.4375rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #msWdNCAZTEthfu68Nr14ZewG315MO0fB { top:1.25rem;left:43.53125rem;width:0.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TupVB2FraCeTOgx5X3u6fFwPAP74p0Q4 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #HylNS0CQDDn6UrCkCHgWoln6gkKf8qtc { display:block; }
 }@media only screen and (max-width: 763px) { #O6o3cHQypJOFmTflTfbsLG08Dfdd3PGt { display:none; }
#O6o3cHQypJOFmTflTfbsLG08Dfdd3PGt > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #JGJ02MTTByWNtgeurarNpkMGqWmi1Mqq { top:1.5rem;left:27.8125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPZgiEJ5rADW5K6dqqJdIcWmdI0NIX1G { top:2.3125rem;left:33.125rem;width:9.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv8hrq5fRpWqpnH1Q2K0IL6baaEdhQo9 { top:18.4375rem;left:45.375rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iA9QPCOvPyBEhmIGLNQLMT8BTvvqUoxI { top:3rem;left:0.43749940395355rem;width:5.625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGZgFtLILDQaDsSTua9LHNZEGAEyO9uM { top:21.5625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGCWtottbrNQT18sQQQefxyOuFQM5zTq { top:21.5625rem;left:45.0625rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1nllgd5aI6s3TmQmmdyPzTCQMIeX5ME { top:21.5625rem;left:46rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZZ3oZfkTtEVlEVQaTOWemXrJyMhAHvX { top:21.5625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EV9ANsydwO9N4kdfllkXkU60AteU708C { top:21.5625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCS4vkFNbnq6VAM7a4mD7qRkQdVvM84Z { width:17.5rem;height:3.1875rem;top:2.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okcl61LRyRSZxwwmlnbNLGekXFb3Gghy { display:block; }
 }@media only screen and (max-width: 763px) { #QosUzrJKfcr1nPK5Pw59VDOeysXT6U80 { display:block; }#QosUzrJKfcr1nPK5Pw59VDOeysXT6U80 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gawG2LAUhKM4KveVl4pSSaIoGdcok8yb { top:0.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyBaHVlwbN5JnviX4FPSirq7oFmXJw7Q { top:0.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2wKHAgOsCXP2upJANSW2nx4fRqvaqQK { top:0.375rem;left:11.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3DsZcARSS35PVZWqHf4NJ3B2LgJ8mSe { top:0.8125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7uwEa0dohNfzDh0wwDGTgqwtxwRES55 { top:0.3125rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNE4GDBar5a80ygTx29fMzSrgSuA4uy0 { top:0.8125rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edQn8uheds9IwKOyT8TANZ2cApQuimBB { top:0.25rem;left:35.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdtPJCui23GUx5gHWEKcLJFT7ICXRt5x { top:0.8125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhEmQiEIkG73Ke7AC546MUP0P8xO9odK { display:block; }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyHwu2de0zvNxrMfKDhBFfmXV6biM96O { width:47.75rem;height:7.8125rem;top:4.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIeqGPgrzM0UqKhTaVQBfwczAXTy76df { top:12.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qidbDUP8kxJ81BIdBliahUUJZ3G7n2By { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Rnx9r58vrmgBpV9iSZXlBkyNJnxI3sMT { display:block; }
 }@media only screen and (max-width: 763px) { #T5HQAwZc41SZIT93Ou7OICoGln7dbSa8 { top:2rem;left:11.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh5bXBTrIATfTfMKT815c3TlhvQMkRMD { top:2rem;left:13.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #azew1rz8zrZCdS67ke3arvi1IUvCLrV8 { top:2rem;left:14.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSHUlKcnrmUBMT8VZGkf7tV3ocd7C17Q { top:2rem;left:16rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLNCCGTn0SVMMs6OFTi6CpxUaf5PdWAu { top:2rem;left:17.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #coEJvhoPQzyxRrscLC3R99MK64kUD8B5 { top:2.25rem;left:19.5rem;width:19.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvqD50ky2T2kBO7fcCCgJ4W1LCdCfgT6 { top:12.1875rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNx8wEanBHydDSpnUuVoL47TwOGmBIQm { width:20rem;height:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpl4Gl3fXsaQUWTxT8PNkXVVznonPMTS { top:2.9375rem;left:14.375rem;width:3.6875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PthGN7VTDgfrGMTT0BNB3NPO2ZgUMcVl { display:none; }
 }@media only screen and (max-width: 763px) { #ADxmy75U6XzhJAUd2tqPtNCmlcgcPJmW { top:2.9375rem;left:14.375rem;width:2.9375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ak7ZiSWn2zmumb7TLUGKqTqAGllfC58f { width:41.6875rem;height:4.5625rem;top:15.3125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK5SO7ErEEz3kLVwGQkSAQp07ToXAOzm { display:block; }
 }@media only screen and (max-width: 763px) { #eQQEPGVRqXTUhg57HDoyyvWmOcnbRzF4 { top:15.5625rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4N0V5xbT2TIkUdwXznkNTzo12WRFWgr { top:17.6875rem;left:41.1875rem;width:6.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmPyfB4Z5kkaTPZqq0xQPL5v9TJkIDAQ { top:18.5rem;left:45.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1N8wQFtow4Ecs9GAwxaZcsW499cr56O { top:18.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLsepfnTQVoVpTBvvlTuE41lTxdms2J9 { top:18.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFVJTPkFwwT1OGoSkRvvaKsEqwQaCyBO { top:18.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky2qwG4Cld430tw5TIu3HAphTyhz9EyS { top:18.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #En3MX4t4ctJzTTyTPhspVAop8MLmx3dZ { top:21.6875rem;left:7.8125rem;width:32rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqQHTTqioXtMQsqTXBALx7scJa2Dn4uD { top:23.875rem;left:13.75rem;width:25.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfmdTQ4Nnn5cvspW1IXBs3szmo4sKekQ { top:24.625rem;left:9.8125rem;width:1.3125rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmdhHqlDXQrI2zsOAQ49cZZgaDVhK0Qf { top:24.25rem;left:9.125rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oot3KIw6tuov85isurZCLM5bHIs7fQqq { top:29.25rem;left:13.75rem;width:8.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3yK4PimHkH6Qeuzskd0hLt1ks3LbeVv { top:29.125rem;left:21.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q78CoepFc2O6i8qrMcEbXaMQmf9x093C { top:29.125rem;left:23.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTLfOKrGN2zTtT4pdhdPHRiVf4yBk9n { top:29.125rem;left:24.625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwA48T3TTQu5BhnhoxJTrA9gGVqE11Ns { top:29.125rem;left:26.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMcyKGW0TxXbZq7X6efDFEwRnd697WkS { top:29.125rem;left:27.4375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNKzqdVAkIOyGyznAR8r2tM3aWggAlbo { top:28.625rem;left:35.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 { display:block; }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvZedfHOpcE9DR9czcAdMTJEKVNatHNq { top:2.125rem;left:3.65625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhtQzElWPe0e1N4FdFM0OXb3QvXceUB0 { top:7.375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP9RfErDFnZR3Azq9B51kVdLZWMMKgyW { top:2.9375rem;left:13.5rem;width:8.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDfDwk6HT6xNLfFQodRmnXyXzQ9ZmehN { top:7.4375rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwA1tiN58MF9DhWB81Zln1nlu7OysLQv { top:2.125rem;left:27.53125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWCHDPTqmAGHULvhaOafppGsl5KiTOiT { top:7.4375rem;left:23rem;width:10.25rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo2fC7TTFuXTwSHCghrm0avqeG87dw5u { top:1.4375rem;left:38.78125rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbsmKwtk7D1NQFWKqUgQCt3OtKCJIn27 { top:7.4375rem;left:34.125rem;width:13.625rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2OfSLodxuZ2b7x5Jou1tuzFBm5RrGm4 { top:2.25rem;left:11.8125rem;width:0.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaX9qe0hIFzBlqEzUCHL7ftP8oQGEUMI { top:2.3125rem;left:23.75rem;width:0.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shGbozRcmxP3Zv3GiEBeLWSJBZVeQCkl { top:2.25rem;left:35.6875rem;width:0.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRzJnA9dVSGzzs2oWdVCFyhkxhxla8A { display:none; }
 }@media only screen and (max-width: 763px) { #aqgk4zmM3TTXqTbMkbL2ZwXm6FS2v2mH { display:block; }#aqgk4zmM3TTXqTbMkbL2ZwXm6FS2v2mH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVg4MxyuyeExzHtNll0EiuD3Xb0i6ExO { width:47.75rem;height:;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41gCWC36k00nZPABo2kng5mTfVF7bFs { width:47.75rem;height:1.75rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeGZpkXCRuDcOWcDXsITGMwPp8RVCrhQ { width:18.9375rem;height:18.75rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA1i9NTVb9uyScd0MkfTMgBNFTLomluw { width:4.5rem;height:4.5rem;top:11.625rem;left:1.124755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVgUUWfZVIE34vdy9pX2s6Nvx5UvybKz { width:16.875rem;height:2rem;top:18rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raDlufMtKDgCTyRZ9X8C2TLpM8H2OSa8 { width:16.875rem;height:6rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kggmNgrTVB0dRJyUEPe3C0sHamXREWKF { width:18.9375rem;height:18.75rem;top:8.625rem;left:14.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSR3HGzgnyym3eUm3NsUOv3cDaIHqThw { width:16.875rem;height:6rem;top:20.375rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvWVLB5dcKo3hDE2yUPQQzIIWuaEV0gN { width:16.875rem;height:2rem;top:18rem;left:15.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt57EMDJWpapTDFPKvUNdcmnUk38JEmi { width:4.5rem;height:4.5rem;top:11.625rem;left:21.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQDHo7cPZf1TUb1qdc5cNl1iaXNeKCEh { width:18.9375rem;height:18.75rem;top:8.625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbPz8CwZQpDNFMsTdeqcTJM7ZyD0FW5J { width:16.875rem;height:6rem;top:20.375rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToJEQuP5p3ZTvLo63wHcgQ67DgA8hNBr { width:16.875rem;height:2rem;top:18rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf5Q0sr8cHQoAPd6xtDFbd9EikfGcU4n { width:4.5rem;height:4.5rem;top:11.625rem;left:42.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osQxFqnRGiCGzOdoZrdBHmUpzN3HuXHg { display:block; }#osQxFqnRGiCGzOdoZrdBHmUpzN3HuXHg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhUdznwhHyIyTMKBvwtgKXx9BETgJl6h { width:47.75rem;height:;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVcCpr3rlsETucFBUw7kMcM7lqe1Asgw { width:47.75rem;height:;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnpwU0XU2LFvT0pSJ5wbrETggQU3X9V2 { top:9.75rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrQ15bkt6dwiymiAtdSd0K7pH7lGep7v { top:12.0625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0MQRtem1NeqdRN3xElUyKilqiSfopaq { top:12.0625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FclDoqfyxLB6pgTZZgKqyg6h7La4IPla { top:12.0625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwpkeLDDxzodvPzIRBTBr9LkWyDneOtK { top:12.0625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhuJog3Atslo8rpxu7xHyb7h1TfhWlfL { top:12.0625rem;left:1.1865234375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlA1T4HgdsvTVv974UqIVaMk9oeXl0D { top:28.4375rem;left:0rem;width:12.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvIl8eHAoepmCr9p3GTG6p2t5RIEyAks { top:8.3125rem;left:0rem;width:19.8125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irr6WHL7ZmtALaFfM8GwpORSBTlddIwc { top:14.375rem;left:0rem;width:16rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSF20kd37MaLEZ7cqOtsthfuNi40n7kX { top:27.75rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP15TbZTMMFR7FJPPPxwpqKes7cD2UZ0 { top:27.75rem;left:0rem;width:1.3125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdMSmLwbAuLdbcWBgTQfFyK0D4Q7LCz9 { top:8.3125rem;left:13.8740234375rem;width:19.8125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQDtNeBusV9rnPeEPIDIBXlTMIUPQ2MT { top:9.75rem;left:22.1240234375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G81s74n3IMKOCZWrHuvWIZAW3MMJh7gC { top:12.0625rem;left:19.5615234375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeyFT5HXyspWrSJxfq45uVa1lOOmmVGv { top:12.0625rem;left:20.9990234375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkbcHLvU9digb0F8vBzsuGQPkT0kSAbS { top:12.0625rem;left:22.4365234375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyoxTI0PnCG4XnDWAdoZh7sK2FsfK4yG { top:12.0625rem;left:23.8740234375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpsUEKQg8ZleWVm9PSUamf8DsI4FTXPT { top:12.0625rem;left:25.2490234375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJkbR7wTNztVdFC0RUltgFclzpMphRDi { top:14.375rem;left:15.3125rem;width:18.125rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbribc0kIHNPwp9B01kmasbTZ9TFQxfR { top:28.4375rem;left:18.8740234375rem;width:12.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsVhKvURGE1O3NosyUNGIZDFoLDETTBy { top:27.75rem;left:15.8740234375rem;width:1.3125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUVMUdmVbesTSmtuFpiWwscSO6hbvsmv { top:27.75rem;left:15.3125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCAi63zP75Vh3TgexGlJm02GTzPMGFLK { top:8.3125rem;left:27.8125rem;width:19.8125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAvTSw05UflXOt3v1KOKWisbrJ3JNLQO { top:9.75rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap9MNCJCfvASEEgx8TEK0vZUnuyXsmlK { top:12.0625rem;left:43.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXGBt9KT3lmCsPheTP5IAF3ywyFsCLF8 { top:12.0625rem;left:45.1865234375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6TsC8QTQIKekJRiumxoZNwyhENbPiiC { top:12.0625rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1EpDZPs7I4RJNy1Mg1OcRU7IVcwsItb { top:12.0625rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFdoV4S8WXVTXnpZFOtXddg3leHHPIap { top:12.0625rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tedu9DPazH7vk1zzFV6W1ShFrcuWJDKT { top:14.375rem;left:31.75rem;width:16rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdT2R3bu1iAxvChT6lU5XTNSkPQCbHky { top:28.4375rem;left:35rem;width:12.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf8NhVDRgN6L3u61r1eluzkimTSBDRKr { top:27.75rem;left:40.0625rem;width:1.3125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1V9f6J1HLF2GzUbBShBXTevbfmXKrOm { top:27.75rem;left:39.4990234375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asxNmOMBVVWq5tkTgWChyqBe2FEhxGZt { display:block; }#asxNmOMBVVWq5tkTgWChyqBe2FEhxGZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsPHZWieJiOHfUndTh7vDKTebJRSoW2A { width:4.6875rem;height:4.6875rem;top:8.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7kT3P6KEtGDkyZS9EApQarwUCwA3LHA { width:18.75rem;height:;top:14.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIiTOcgbbGT5ZJF3SJ6Mq6HgWdfHsW4f { width:18.75rem;height:;top:14.375rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhI1TFMBh1zdSShE4OqloFJeZMPl51IM { width:4.6875rem;height:4.6875rem;top:8.1875rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixQ9V7gUIW2TXR4buuX7preGGU2hqoGy { width:18.75rem;height:7.1875rem;top:16.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkxafel4l0x10pJNEyOJHirvePFU1Bku { width:18.75rem;height:;top:16.625rem;left:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4t6aZGrep3HcLfefO2AcIRJtKku10yP { width:18.75rem;height:;top:16.625rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCiF1UB02U2ueehOtslx12sM4UOqVSJf { width:18.75rem;height:;top:14.375rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoioiQusl1BZDbKs68Tf3Npu8xThPRuZ { width:4.6875rem;height:4.6875rem;top:8.1875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSeKkTKlF5FAusLLtvZJcPRCK15LQFAM { width:47.75rem;height:;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwF6Hsm8PybBJCl26Ubc9n75ZUIxQf3h { width:47.75rem;height:1.75rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh0xMewJCmD0wGi24eqZhBLXmpXCaEdr { display:block; }#Gh0xMewJCmD0wGi24eqZhBLXmpXCaEdr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i02kJqgTuSZgfUuw0m97VT0nyIdfpL9L { width:17.5rem;height:3.4375rem;top:2.625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od9dVtAlwJgvWWUV7T25VlyD9CvfZ0Ap { display:block; }
 }@media only screen and (max-width: 763px) { #HviyMHlyyIRyPzyq3I4aH0WNbTVAsqZD { top:2.1875rem;left:0rem;width:24.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmTvpBAai7uiaWfv11OZnUvP5oM4ZO0m { width:17.5rem;height:3.4375rem;top:2.625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDvZT7WeKvvSAZAmnRDn7ggAggqKDXJZ { display:block; }
 }@media only screen and (max-width: 763px) { #bmmxcTG9dJpPG8H01UsAZfuRfK92ULky { display:block; }#bmmxcTG9dJpPG8H01UsAZfuRfK92ULky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tb3skRmWqhTkWZQHTA6y6TGhHT2Nfedl { top:5.3125rem;left:0rem;width:25.625rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcLN4fcSmcQx1J9Os4BAVfO3xQAq3Fcc { top:5.375rem;left:22.4375rem;width:25.1875rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrBKgicOT68breVUhUAJfpxXyOrlBCgt { top:5.5625rem;left:0rem;width:3.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoWEUEM81Uh3EspmONrkGhnkoGEXp2dJ { top:5.375rem;left:0rem;width:5.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1AxE7QGwxLi0XvSiSy2MDTubmMAFQgp { top:5.5625rem;left:12.9375rem;width:2.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Aof3koaxXLh36AekVbrA7s2P27ATpL { top:5.375rem;left:11.625rem;width:5.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAZdx7vkg4rU7dZMhdLSrbOTfTiDqhtw { top:5.4375rem;left:30.9375rem;width:5.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M39OwT07SNov7chlTozhbRwxA9TcJo0V { top:5.625rem;left:31.8125rem;width:3.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0hP7c3E65bZsIEh6DimKeEaB87ikQWl { top:5.625rem;left:44.8125rem;width:2.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twgnLgHksEneAIpmiCFB20r8Xh5LAvno { top:5.4375rem;left:42.25rem;width:5.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrhNKBqFmexVrhJOoK6U3TWLSoDKQtT4 { width:35.5625rem;height:2.875rem;top:1.6875rem;left:6.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG { display:block; }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKEHpB5DOmZusT43TiDu3Ho5FrQtq2D9 { width:25rem;height:2.75rem;top:18.25rem;left:22.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUpbO5Ty8asLpyFxKExzVvvv995yz49t { width:37.5rem;height:9.75rem;top:7.8125rem;left:10.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzkL4GRmo2JIKCdW30wI2wfsLshHQTqy { top:18rem;left:22.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp2cbZvooUyPsaIlZhtk6eibC7iHNCyh { top:20.125rem;left:22.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hggzns0KDp8Pbzl4H6p62VJPIO4i7DFi { width:25rem;height:1.375rem;top:20.375rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTdcBIBFRhvflrifMTN1aC6g3TvC2GZd { top:22.25rem;left:22.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgZha6TDl1Rmbh6z4XxiDk64seh3D8bH { width:25rem;height:1.375rem;top:22.5rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVIguHGElG5GzmHkCAKSHrJXaHnhKX9O { top:24.375rem;left:22.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqaylTmDqxLMrqMIKmADpMfF4Wq3VsMz { width:25rem;height:1.375rem;top:24.625rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW6DDbsxsxyVyLcyOTdexdSyrQDOmp4z { top:2.375rem;left:0rem;width:19.5rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfv8Ap8drmdA9cM6fBtp9HWillkVW9Lq { width:38.5rem;height:;top:1.6875rem;left:9.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIdhPgegOTbgMek7CdE25CK53FBFB0Es { display:block; }#CIdhPgegOTbgMek7CdE25CK53FBFB0Es > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4KpO7gSVKz6X8QIyhIyBe2falbgRO1o { top:2rem;left:3.65625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydpeHxlUx3WQexz9sEmcT3VEbPTQ6UTo { top:7.25rem;left:0rem;width:12.6875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlF0cEKeR3HQc2iTyZckW4aCA3Oi6X1m { top:2.8125rem;left:13.59375rem;width:8.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7FQrB613MzTfFLqHLOGryNu7W71SJK2 { top:7.3125rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlzCGGrFdE8dpsLQ1li3LcWsLVpktHhp { top:2rem;left:27.53125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7bPTWP7z4HmOptUF1ze8Xx9Z573XvJ9 { top:7.3125rem;left:23rem;width:12.8125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRXtEeills99eHFaqSmPPIPsmTrBDURD { top:1.3125rem;left:38.78125rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZRroD47naoUkPvAPVs16DD0FBKVbOr { top:7.3125rem;left:34.125rem;width:13.625rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ8t0DN6rJb3T64BUlm7vGCCL4ZTwM5H { top:2.125rem;left:11.875rem;width:0.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1srNNNXdXyfzOwfio58R0vySvZgk8SH { top:2.1875rem;left:23.8125rem;width:0.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht7EGd2Tiq04BM8B0uanXDvkdAOTlOUo { top:2.125rem;left:35.75rem;width:0.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amru42btovxAV9JdbqP0SfMOGQ2iqxeI { display:none; }
 }@media only screen and (max-width: 763px) { #iCSKTWgrPWlOoT3340DT2Swh4w4IiTB6 { display:block; }#iCSKTWgrPWlOoT3340DT2Swh4w4IiTB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o28kwyfubFfPgQW5MiGa7Du3xh4hRSzZ { width:17.5rem;height:3.4375rem;top:12.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV19GaP6vxrCePP0ztWr5WP0guTWO45S { display:block; }
 }@media only screen and (max-width: 763px) { #OonzoW0hCt7tOSXEWF1MfqI5vE56TyLE { top:6.875rem;left:6.9375rem;width:32.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th6TyBocJ7X2TuEfMIdpqqWBoiNocuaP { width:17.5rem;height:3.4375rem;top:12.625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #msnAMKmXzW3GFhygLkQ84WI766Bv2P9q { display:block; }
 }@media only screen and (max-width: 763px) { #W2UTka0DyL5mAIks7c3HltFHaSnOSCKw { top:2.4375rem;left:21.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOcxRhpavdDfazgQDRWvCxGfonsI241b { top:5.0625rem;left:19.375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSrTOogETqk9wXi6UzGe43l6p6v9anm6 { top:5.0625rem;left:20.8125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkG6RITw8ZRFgtMX9FPxiaAdnOoh3GL6 { top:5.0625rem;left:22.25rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaEcyGzE6R9rgmMHzVJA0hid2hWLxAgd { top:5.0625rem;left:23.6875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5at192yk5P9WFBV34Zte9vbt3xW3Wk1 { top:5.0625rem;left:25.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW { display:block; }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0ynWNzAlbrzN5n8ifkmqWt80ivRNFJZ { width:8.5625rem;height:4.1875rem;top:2.1875rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzpnO4MHrqIRHWfsAhWfdb7VWxC08IKS { top:7rem;left:12.375rem;width:23.0625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scwIfKKosQZep5BSAE9yue1XgVC2haUx { display:block; }#scwIfKKosQZep5BSAE9yue1XgVC2haUx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha2CFVl4Jsb6sEbZqUR1lrutlJdWJ5Q5 { top:1.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMqJaLbtIwfvy4gpFXzWzAtfTGTd1kZc { width:9.1875rem;height:4.3125rem;top:0.8125rem;left:1rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e9e59yUFTnaIczp6Oztn8AGJTsmMfdtT { width:4.125rem;height:4.125rem;top:14.625rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IISQTvcnGygFxZ1b2PuGpZfFFBWGLeJy { width:12.5rem;height:0;top:5.837890625rem;left:5.25rem;font-size:1.5rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #msWdNCAZTEthfu68Nr14ZewG315MO0fB { width:0.125rem;height:4.8125rem;top:5.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TupVB2FraCeTOgx5X3u6fFwPAP74p0Q4 { top:6.4360795021056rem;left:3.7428975701332rem;width:14.0625rem;height:2.062325rem;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HylNS0CQDDn6UrCkCHgWoln6gkKf8qtc { display:block; }
 }@media only screen and (max-width: 763px) { #O6o3cHQypJOFmTflTfbsLG08Dfdd3PGt { display:flex;top:6.373046875rem;left:1.6246448159218rem;width:2.1875rem;height:2.1875rem;z-index:15048;font-size:1.5rem; }
#O6o3cHQypJOFmTflTfbsLG08Dfdd3PGt > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #JGJ02MTTByWNtgeurarNpkMGqWmi1Mqq { width:4.375rem;height:4.375rem;top:1.5rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPZgiEJ5rADW5K6dqqJdIcWmdI0NIX1G { width:9.25rem;height:3.1875rem;top:2.3125rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hv8hrq5fRpWqpnH1Q2K0IL6baaEdhQo9 { width:2.375rem;height:2.375rem;top:0.875rem;left:15.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #iA9QPCOvPyBEhmIGLNQLMT8BTvvqUoxI { width:5.625rem;height:0.9747875rem;top:3.0625rem;left:14.0625rem;font-size:0.75rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #TGZgFtLILDQaDsSTua9LHNZEGAEyO9uM { display:flex;width:1.1875rem;height:1.1875rem;top:3.875rem;left:15.875rem;font-size:0.8125rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #iGCWtottbrNQT18sQQQefxyOuFQM5zTq { display:flex;width:1.1875rem;height:1.1875rem;top:3.875rem;left:14rem;font-size:0.8125rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #L1nllgd5aI6s3TmQmmdyPzTCQMIeX5ME { display:flex;width:1.1875rem;height:1.1875rem;top:3.875rem;left:14.9375rem;font-size:0.8125rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #eZZ3oZfkTtEVlEVQaTOWemXrJyMhAHvX { display:flex;width:1.1875rem;height:1.1875rem;top:3.875rem;left:16.8125rem;font-size:0.8125rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #EV9ANsydwO9N4kdfllkXkU60AteU708C { display:flex;width:1.1875rem;height:1.1875rem;top:3.875rem;left:17.75rem;font-size:0.8125rem;z-index:15051; }
 }@media only screen and (max-width: 763px) { #eCS4vkFNbnq6VAM7a4mD7qRkQdVvM84Z { width:17.5rem;height:3.1875rem;top:2.8125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #okcl61LRyRSZxwwmlnbNLGekXFb3Gghy { display:block; }
 }@media only screen and (max-width: 763px) { #QosUzrJKfcr1nPK5Pw59VDOeysXT6U80 { display:none; }#QosUzrJKfcr1nPK5Pw59VDOeysXT6U80 > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gawG2LAUhKM4KveVl4pSSaIoGdcok8yb { display:flex;width:2.375rem;height:2.375rem;top:1.25rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #oyBaHVlwbN5JnviX4FPSirq7oFmXJw7Q { width:12.5rem;height:1.29980625rem;top:4.875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2wKHAgOsCXP2upJANSW2nx4fRqvaqQK { display:flex;width:2.375rem;height:2.375rem;top:7.42480625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #P3DsZcARSS35PVZWqHf4NJ3B2LgJ8mSe { width:12.5rem;height:1.29980625rem;top:11.04980625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k7uwEa0dohNfzDh0wwDGTgqwtxwRES55 { display:flex;width:2.375rem;height:2.375rem;top:13.5996125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #eNE4GDBar5a80ygTx29fMzSrgSuA4uy0 { width:12.5rem;height:1.29980625rem;top:17.2246125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #edQn8uheds9IwKOyT8TANZ2cApQuimBB { display:flex;width:2.375rem;height:2.375rem;top:19.77441875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #zdtPJCui23GUx5gHWEKcLJFT7ICXRt5x { width:12.5rem;height:1.29980625rem;top:23.39941875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhEmQiEIkG73Ke7AC546MUP0P8xO9odK { 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;display:block; }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row .container { background-color: transparent; background-image: none; }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row .container > .video-iframe-container { display: none; }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row > .video-iframe-container { display: none; }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .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); }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row .container { border-width: 0; border-radius: 0; }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yhEmQiEIkG73Ke7AC546MUP0P8xO9odK > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyHwu2de0zvNxrMfKDhBFfmXV6biM96O { width:20rem;height:4.5356875rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sIeqGPgrzM0UqKhTaVQBfwczAXTy76df { width:17.25rem;height:2.111325rem;top:7rem;left:2.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qidbDUP8kxJ81BIdBliahUUJZ3G7n2By { top:23.434836506844rem;left:0rem;width:20rem;height:3.937325rem;z-index:15024;background-color:#1f75fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnx9r58vrmgBpV9iSZXlBkyNJnxI3sMT { display:block; }
 }@media only screen and (max-width: 763px) { #T5HQAwZc41SZIT93Ou7OICoGln7dbSa8 { display:flex;width:1.5625rem;height:1.5625rem;top:0.375rem;left:0.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Rh5bXBTrIATfTfMKT815c3TlhvQMkRMD { display:flex;width:1.5625rem;height:1.5625rem;top:0.375rem;left:1.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #azew1rz8zrZCdS67ke3arvi1IUvCLrV8 { display:flex;width:1.5625rem;height:1.5625rem;top:0.375rem;left:3.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #rSHUlKcnrmUBMT8VZGkf7tV3ocd7C17Q { display:flex;width:1.5625rem;height:1.5625rem;top:0.375rem;left:4.375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #KLNCCGTn0SVMMs6OFTi6CpxUaf5PdWAu { display:flex;width:1.5625rem;height:1.5625rem;top:0.375rem;left:5.6875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #coEJvhoPQzyxRrscLC3R99MK64kUD8B5 { width:12.1875rem;height:1.21875rem;top:0.625rem;left:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvqD50ky2T2kBO7fcCCgJ4W1LCdCfgT6 { display:flex;width:1.5625rem;height:1.5625rem;top:7.3125rem;left:0.5rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #LNx8wEanBHydDSpnUuVoL47TwOGmBIQm { top:8rem;left:0rem;width:20rem;height:14.1875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tpl4Gl3fXsaQUWTxT8PNkXVVznonPMTS { width:9.125rem;height:2.9375rem;top:18.8125rem;left:7.5rem;z-index:15051;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PthGN7VTDgfrGMTT0BNB3NPO2ZgUMcVl { top:18.3125rem;left:0rem;width:20rem;height:3.9375rem;z-index:15050;background-color:rgba(255,255,255,0.91);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ADxmy75U6XzhJAUd2tqPtNCmlcgcPJmW { width:3.5625rem;height:3.5625rem;top:18.5rem;left:3.375rem;z-index:15052;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ak7ZiSWn2zmumb7TLUGKqTqAGllfC58f { width:19rem;height:4.1875rem;top:85.123046875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FK5SO7ErEEz3kLVwGQkSAQp07ToXAOzm { display:block; }
 }@media only screen and (max-width: 763px) { #eQQEPGVRqXTUhg57HDoyyvWmOcnbRzF4 { width:2.375rem;height:2.375rem;top:1.125rem;left:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4N0V5xbT2TIkUdwXznkNTzo12WRFWgr { width:4.9375rem;height:0;top:3.1875rem;left:14.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmPyfB4Z5kkaTPZqq0xQPL5v9TJkIDAQ { display:flex;width:1.1875rem;height:1.1875rem;top:4rem;left:15.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1N8wQFtow4Ecs9GAwxaZcsW499cr56O { display:flex;width:1.1875rem;height:1.1875rem;top:4rem;left:16.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLsepfnTQVoVpTBvvlTuE41lTxdms2J9 { display:flex;width:1.1875rem;height:1.1875rem;top:4rem;left:14.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFVJTPkFwwT1OGoSkRvvaKsEqwQaCyBO { display:flex;width:1.1875rem;height:1.1875rem;top:4rem;left:17.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ky2qwG4Cld430tw5TIu3HAphTyhz9EyS { display:flex;width:1.1875rem;height:1.1875rem;top:4rem;left:18.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #En3MX4t4ctJzTTyTPhspVAop8MLmx3dZ { width:19.0625rem;height:12.0625rem;top:29rem;left:0.4375rem;border-top:0.0625rem solid #e5e7e8;border-left:0.0625rem solid #e5e7e8;border-right:0.0625rem solid #e5e7e8;border-bottom:0.0625rem solid #e5e7e8;display:block; }
 }@media only screen and (max-width: 763px) { #rqQHTTqioXtMQsqTXBALx7scJa2Dn4uD { width:18.1875rem;height:5.52556875rem;top:31.625rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfmdTQ4Nnn5cvspW1IXBs3szmo4sKekQ { width:1.3125rem;height:1.7871125rem;top:38.375rem;left:1.1875rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nmdhHqlDXQrI2zsOAQ49cZZgaDVhK0Qf { display:flex;width:2rem;height:2rem;top:38.3125rem;left:0.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #Oot3KIw6tuov85isurZCLM5bHIs7fQqq { width:8.4375rem;height:1.298825rem;top:38.8125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3yK4PimHkH6Qeuzskd0hLt1ks3LbeVv { display:flex;width:1.6875rem;height:1.6875rem;top:38.5rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #q78CoepFc2O6i8qrMcEbXaMQmf9x093C { display:flex;width:1.6875rem;height:1.6875rem;top:38.5rem;left:11.8125rem; }
 }@media only screen and (max-width: 763px) { #JTTLfOKrGN2zTtT4pdhdPHRiVf4yBk9n { display:flex;width:1.6875rem;height:1.6875rem;top:38.5rem;left:13.125rem; }
 }@media only screen and (max-width: 763px) { #bwA48T3TTQu5BhnhoxJTrA9gGVqE11Ns { display:flex;width:1.6875rem;height:1.6875rem;top:38.5rem;left:14.4375rem; }
 }@media only screen and (max-width: 763px) { #iMcyKGW0TxXbZq7X6efDFEwRnd697WkS { display:flex;width:1.6875rem;height:1.6875rem;top:38.5rem;left:17.0625rem; }
 }@media only screen and (max-width: 763px) { #JNKzqdVAkIOyGyznAR8r2tM3aWggAlbo { width:2.5rem;height:2.5rem;top:29.1875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 { background-color:#f9f9f9;background-image:none;display:block; }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .row .container { background-color: transparent; background-image: none; }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .row .container > .video-iframe-container { display: none; }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .row > .video-iframe-container { display: none; }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .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); }#LpsbC0VdOeuZTcETgToIkkSSlXQkotb4 > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvZedfHOpcE9DR9czcAdMTJEKVNatHNq { width:3.125rem;height:3.125rem;top:0.9375rem;left:2.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhtQzElWPe0e1N4FdFM0OXb3QvXceUB0 { width:8.5625rem;height:1.949575rem;top:4.6875rem;left:0.8427734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP9RfErDFnZR3Azq9B51kVdLZWMMKgyW { width:5.5625rem;height:1.9375rem;top:1.84375rem;left:12.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDfDwk6HT6xNLfFQodRmnXyXzQ9ZmehN { width:8.5rem;height:1.949575rem;top:4.6875rem;left:11.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwA1tiN58MF9DhWB81Zln1nlu7OysLQv { width:3.125rem;height:3.125rem;top:7.5625rem;left:2.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWCHDPTqmAGHULvhaOafppGsl5KiTOiT { width:7.875rem;height:1.949575rem;top:11.6357421875rem;left:1.1240234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo2fC7TTFuXTwSHCghrm0avqeG87dw5u { width:5.125rem;height:5.125rem;top:6.5625rem;left:12.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbsmKwtk7D1NQFWKqUgQCt3OtKCJIn27 { width:7.875rem;height:1.949575rem;top:11.624755859375rem;left:11.37451171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2OfSLodxuZ2b7x5Jou1tuzFBm5RrGm4 { width:0.0625rem;height:8.125rem;top:2.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MaX9qe0hIFzBlqEzUCHL7ftP8oQGEUMI { width:0.0625rem;height:8.125rem;top:2.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #shGbozRcmxP3Zv3GiEBeLWSJBZVeQCkl { width:0.0625rem;height:8.125rem;top:2.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTRzJnA9dVSGzzs2oWdVCFyhkxhxla8A { top:0.8125rem;left:9.875rem;width:0.0625rem;height:12.5rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #aqgk4zmM3TTXqTbMkbL2ZwXm6FS2v2mH { display:block; }#aqgk4zmM3TTXqTbMkbL2ZwXm6FS2v2mH > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVg4MxyuyeExzHtNll0EiuD3Xb0i6ExO { width:20rem;height:3.25rem;top:1.9677734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;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) { #l41gCWC36k00nZPABo2kng5mTfVF7bFs { width:20rem;height:2.59765625rem;top:5.6240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #KeGZpkXCRuDcOWcDXsITGMwPp8RVCrhQ { width:18.9375rem;height:18.75rem;top:10.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA1i9NTVb9uyScd0MkfTMgBNFTLomluw { width:4.5rem;height:4.5rem;top:13.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVgUUWfZVIE34vdy9pX2s6Nvx5UvybKz { width:16.25rem;height:1.46218125rem;top:19.435546875rem;left:1.8740234375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raDlufMtKDgCTyRZ9X8C2TLpM8H2OSa8 { width:16.25rem;height:5.99786875rem;top:21.8740234375rem;left:1.8740234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kggmNgrTVB0dRJyUEPe3C0sHamXREWKF { width:18.9375rem;height:18.75rem;top:30.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSR3HGzgnyym3eUm3NsUOv3cDaIHqThw { width:16.25rem;height:5.99786875rem;top:42.1865234375rem;left:1.8740234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvWVLB5dcKo3hDE2yUPQQzIIWuaEV0gN { width:16.25rem;height:1.46218125rem;top:39.7802734375rem;left:1.8740234375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt57EMDJWpapTDFPKvUNdcmnUk38JEmi { width:4.5rem;height:4.5rem;top:33.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQDHo7cPZf1TUb1qdc5cNl1iaXNeKCEh { width:18.9375rem;height:18.75rem;top:50.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbPz8CwZQpDNFMsTdeqcTJM7ZyD0FW5J { width:16.25rem;height:5.99786875rem;top:62.1240234375rem;left:1.8740234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToJEQuP5p3ZTvLo63wHcgQ67DgA8hNBr { width:20rem;height:1.46218125rem;top:59.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf5Q0sr8cHQoAPd6xtDFbd9EikfGcU4n { width:4.5rem;height:4.5rem;top:53.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osQxFqnRGiCGzOdoZrdBHmUpzN3HuXHg { display:block; }#osQxFqnRGiCGzOdoZrdBHmUpzN3HuXHg > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhUdznwhHyIyTMKBvwtgKXx9BETgJl6h { width:20rem;height:1.625rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;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) { #sVcCpr3rlsETucFBUw7kMcM7lqe1Asgw { width:20rem;height:2.59765625rem;top:4.046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;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) { #OnpwU0XU2LFvT0pSJ5wbrETggQU3X9V2 { width:2.375rem;height:2.375rem;top:9.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrQ15bkt6dwiymiAtdSd0K7pH7lGep7v { display:flex;width:1.6875rem;height:1.6875rem;top:11.5rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #d0MQRtem1NeqdRN3xElUyKilqiSfopaq { display:flex;width:1.6875rem;height:1.6875rem;top:11.5rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #FclDoqfyxLB6pgTZZgKqyg6h7La4IPla { display:flex;width:1.6875rem;height:1.6875rem;top:11.5rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #wwpkeLDDxzodvPzIRBTBr9LkWyDneOtK { display:flex;width:1.6875rem;height:1.6875rem;top:11.5rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #ZhuJog3Atslo8rpxu7xHyb7h1TfhWlfL { display:flex;width:1.6875rem;height:1.6875rem;top:11.5rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #TOlA1T4HgdsvTVv974UqIVaMk9oeXl0D { width:6.75rem;height:1.38139375rem;top:27.875rem;left:7.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvIl8eHAoepmCr9p3GTG6p2t5RIEyAks { width:19.8125rem;height:22.875rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irr6WHL7ZmtALaFfM8GwpORSBTlddIwc { width:16rem;height:12.4325rem;top:13.8125rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NSF20kd37MaLEZ7cqOtsthfuNi40n7kX { display:flex;width:2.625rem;height:2.625rem;top:27.1875rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #aP15TbZTMMFR7FJPPPxwpqKes7cD2UZ0 { width:1.3125rem;height:2.5996125rem;top:27.25rem;left:5rem;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZdMSmLwbAuLdbcWBgTQfFyK0D4Q7LCz9 { width:19.8125rem;height:22.875rem;top:31.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQDtNeBusV9rnPeEPIDIBXlTMIUPQ2MT { width:2.375rem;height:2.375rem;top:33.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G81s74n3IMKOCZWrHuvWIZAW3MMJh7gC { display:flex;width:1.6875rem;height:1.6875rem;top:35.5625rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #aeyFT5HXyspWrSJxfq45uVa1lOOmmVGv { display:flex;width:1.6875rem;height:1.6875rem;top:35.5625rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #kkbcHLvU9digb0F8vBzsuGQPkT0kSAbS { display:flex;width:1.6875rem;height:1.6875rem;top:35.5625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #MyoxTI0PnCG4XnDWAdoZh7sK2FsfK4yG { display:flex;width:1.6875rem;height:1.6875rem;top:35.5625rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #cpsUEKQg8ZleWVm9PSUamf8DsI4FTXPT { display:flex;width:1.6875rem;height:1.6875rem;top:35.5625rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #DJkbR7wTNztVdFC0RUltgFclzpMphRDi { width:16.375rem;height:12.4325rem;top:37.875rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pbribc0kIHNPwp9B01kmasbTZ9TFQxfR { width:10.4375rem;height:1.38139375rem;top:51.9375rem;left:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsVhKvURGE1O3NosyUNGIZDFoLDETTBy { width:1.3125rem;height:2.5996125rem;top:51.25rem;left:3rem;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QUVMUdmVbesTSmtuFpiWwscSO6hbvsmv { display:flex;width:2.625rem;height:2.625rem;top:51.25rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #JCAi63zP75Vh3TgexGlJm02GTzPMGFLK { width:19.8125rem;height:22.875rem;top:55.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAvTSw05UflXOt3v1KOKWisbrJ3JNLQO { width:2.375rem;height:2.375rem;top:57.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap9MNCJCfvASEEgx8TEK0vZUnuyXsmlK { display:flex;width:1.6875rem;height:1.6875rem;top:59.6875rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #vXGBt9KT3lmCsPheTP5IAF3ywyFsCLF8 { display:flex;width:1.6875rem;height:1.6875rem;top:59.6875rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #N6TsC8QTQIKekJRiumxoZNwyhENbPiiC { display:flex;width:1.6875rem;height:1.6875rem;top:59.6875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #w1EpDZPs7I4RJNy1Mg1OcRU7IVcwsItb { display:flex;width:1.6875rem;height:1.6875rem;top:59.6875rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #sFdoV4S8WXVTXnpZFOtXddg3leHHPIap { display:flex;width:1.6875rem;height:1.6875rem;top:59.6875rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #Tedu9DPazH7vk1zzFV6W1ShFrcuWJDKT { width:16rem;height:12.4325rem;top:62rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdT2R3bu1iAxvChT6lU5XTNSkPQCbHky { width:8.5625rem;height:1.38139375rem;top:76.0625rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf8NhVDRgN6L3u61r1eluzkimTSBDRKr { width:1.3125rem;height:2.5996125rem;top:75.375rem;left:4rem;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H1V9f6J1HLF2GzUbBShBXTevbfmXKrOm { display:flex;width:2.625rem;height:2.625rem;top:75.375rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #asxNmOMBVVWq5tkTgWChyqBe2FEhxGZt { display:block; }#asxNmOMBVVWq5tkTgWChyqBe2FEhxGZt > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsPHZWieJiOHfUndTh7vDKTebJRSoW2A { width:4.6875rem;height:4.6875rem;top:8.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7kT3P6KEtGDkyZS9EApQarwUCwA3LHA { width:18.75rem;height:1.4624rem;top:14.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.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;display:block; }
 }@media only screen and (max-width: 763px) { #TIiTOcgbbGT5ZJF3SJ6Mq6HgWdfHsW4f { width:18.75rem;height:1.4624rem;top:26.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.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;display:block; }
 }@media only screen and (max-width: 763px) { #qhI1TFMBh1zdSShE4OqloFJeZMPl51IM { width:4.6875rem;height:4.6875rem;top:21.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixQ9V7gUIW2TXR4buuX7preGGU2hqoGy { width:18.75rem;height:5.10031875rem;top:15.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkxafel4l0x10pJNEyOJHirvePFU1Bku { width:18.75rem;height:6.8004375rem;top:28.4375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;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) { #J4t6aZGrep3HcLfefO2AcIRJtKku10yP { width:18.75rem;height:6.8004375rem;top:43.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;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) { #qCiF1UB02U2ueehOtslx12sM4UOqVSJf { width:18.75rem;height:1.46218125rem;top:41.7265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.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;display:block; }
 }@media only screen and (max-width: 763px) { #IoioiQusl1BZDbKs68Tf3Npu8xThPRuZ { width:4.6875rem;height:4.6875rem;top:36.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSeKkTKlF5FAusLLtvZJcPRCK15LQFAM { width:20rem;height:3.25rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;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) { #ZwF6Hsm8PybBJCl26Ubc9n75ZUIxQf3h { width:20rem;height:2.59765625rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;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) { #Gh0xMewJCmD0wGi24eqZhBLXmpXCaEdr { display:block; }#Gh0xMewJCmD0wGi24eqZhBLXmpXCaEdr > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i02kJqgTuSZgfUuw0m97VT0nyIdfpL9L { width:17.5rem;height:3.4375rem;top:5.849609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od9dVtAlwJgvWWUV7T25VlyD9CvfZ0Ap { display:block; }
 }@media only screen and (max-width: 763px) { #HviyMHlyyIRyPzyq3I4aH0WNbTVAsqZD { width:17.1875rem;height:2.9243625rem;top:1.9375rem;left:1.40625rem;font-size:1.125rem;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;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lmTvpBAai7uiaWfv11OZnUvP5oM4ZO0m { width:17.5rem;height:3.4375rem;top:9.912109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDvZT7WeKvvSAZAmnRDn7ggAggqKDXJZ { display:block; }
 }@media only screen and (max-width: 763px) { #bmmxcTG9dJpPG8H01UsAZfuRfK92ULky { display:block; }#bmmxcTG9dJpPG8H01UsAZfuRfK92ULky > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tb3skRmWqhTkWZQHTA6y6TGhHT2Nfedl { width:17.5rem;height:12.3125rem;top:4.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcLN4fcSmcQx1J9Os4BAVfO3xQAq3Fcc { width:17.5rem;height:13.125rem;top:18.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrBKgicOT68breVUhUAJfpxXyOrlBCgt { width:3.75rem;height:1.298825rem;top:4.974609375rem;left:3.83984375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoWEUEM81Uh3EspmONrkGhnkoGEXp2dJ { width:5.5rem;height:1.875rem;top:4.6875rem;left:2.96484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1AxE7QGwxLi0XvSiSy2MDTubmMAFQgp { width:2.9375rem;height:1.298825rem;top:4.974609375rem;left:13.08984375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Aof3koaxXLh36AekVbrA7s2P27ATpL { width:5.5rem;height:1.875rem;top:4.6875rem;left:11.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAZdx7vkg4rU7dZMhdLSrbOTfTiDqhtw { width:5.5rem;height:1.875rem;top:18.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M39OwT07SNov7chlTozhbRwxA9TcJo0V { width:3.75rem;height:1.298825rem;top:18.625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0hP7c3E65bZsIEh6DimKeEaB87ikQWl { width:2.9375rem;height:1.298825rem;top:18.625rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twgnLgHksEneAIpmiCFB20r8Xh5LAvno { width:5.5rem;height:1.875rem;top:18.4375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrhNKBqFmexVrhJOoK6U3TWLSoDKQtT4 { width:19.75rem;height:1.625rem;top:1.8125rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:1.25rem;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) { #IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f8fe1da-87cd-4059-9dbb-cc8f898c356e/Depositphotos_209577600_L.jpg");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG.adaptive-delivery-prevent-bg, #IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG.lazyload, #IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG.lazyloading { background-image: none; }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .row .container { background-color: transparent; background-image: none; }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.64); }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .row .container > .video-iframe-container { display: none; }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.64); }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .row > .video-iframe-container { display: none; }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .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); }#IkOG0n7QFGyvPEmR5M6M61bTNHceW8HG > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKEHpB5DOmZusT43TiDu3Ho5FrQtq2D9 { width:10.75rem;height:2.43608125rem;top:39.0625rem;left:5.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #pUpbO5Ty8asLpyFxKExzVvvv995yz49t { width:18rem;height:12.98825rem;top:5.6982421875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;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-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nzkL4GRmo2JIKCdW30wI2wfsLshHQTqy { display:flex;width:1.75rem;height:1.75rem;top:38.75rem;left:3.8125rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #cp2cbZvooUyPsaIlZhtk6eibC7iHNCyh { display:flex;width:1.75rem;height:1.75rem;top:40.5rem;left:3.8125rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #Hggzns0KDp8Pbzl4H6p62VJPIO4i7DFi { width:10.375rem;height:1.21875rem;top:40.8125rem;left:5.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #OTdcBIBFRhvflrifMTN1aC6g3TvC2GZd { display:flex;width:1.75rem;height:1.75rem;top:42.25rem;left:3.8125rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #TgZha6TDl1Rmbh6z4XxiDk64seh3D8bH { width:7.8125rem;height:1.21875rem;top:42.5625rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #FVIguHGElG5GzmHkCAKSHrJXaHnhKX9O { display:flex;width:1.75rem;height:1.75rem;top:44rem;left:3.8125rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #kqaylTmDqxLMrqMIKmADpMfF4Wq3VsMz { width:10.25rem;height:1.21875rem;top:44.3125rem;left:5.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bW6DDbsxsxyVyLcyOTdexdSyrQDOmp4z { width:13.1875rem;height:17.625rem;top:19.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfv8Ap8drmdA9cM6fBtp9HWillkVW9Lq { width:20rem;height:3.25rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;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) { #CIdhPgegOTbgMek7CdE25CK53FBFB0Es { display:block; }#CIdhPgegOTbgMek7CdE25CK53FBFB0Es > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4KpO7gSVKz6X8QIyhIyBe2falbgRO1o { width:3.125rem;height:3.125rem;top:1.40625rem;left:3.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydpeHxlUx3WQexz9sEmcT3VEbPTQ6UTo { width:9.1875rem;height:1.949575rem;top:5.15625rem;left:0.6865234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlF0cEKeR3HQc2iTyZckW4aCA3Oi6X1m { width:5.5625rem;height:1.9375rem;top:2.3125rem;left:12.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7FQrB613MzTfFLqHLOGryNu7W71SJK2 { width:8.5rem;height:1.949575rem;top:5.499755859375rem;left:11.37451171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlzCGGrFdE8dpsLQ1li3LcWsLVpktHhp { width:3.125rem;height:3.125rem;top:8.1357421875rem;left:3.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7bPTWP7z4HmOptUF1ze8Xx9Z573XvJ9 { width:8.1875rem;height:1.949575rem;top:12.5732421875rem;left:1.4052734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRXtEeills99eHFaqSmPPIPsmTrBDURD { width:5.125rem;height:5.125rem;top:7.4482421875rem;left:12.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZRroD47naoUkPvAPVs16DD0FBKVbOr { width:7.875rem;height:1.949575rem;top:12.687255859375rem;left:11.37451171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ8t0DN6rJb3T64BUlm7vGCCL4ZTwM5H { width:0.0625rem;height:8.125rem;top:2.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1srNNNXdXyfzOwfio58R0vySvZgk8SH { width:0.0625rem;height:8.125rem;top:2.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ht7EGd2Tiq04BM8B0uanXDvkdAOTlOUo { width:0.0625rem;height:8.125rem;top:2.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #amru42btovxAV9JdbqP0SfMOGQ2iqxeI { top:0.8125rem;left:9.875rem;width:0.0625rem;height:12.5rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #iCSKTWgrPWlOoT3340DT2Swh4w4IiTB6 { display:block; }#iCSKTWgrPWlOoT3340DT2Swh4w4IiTB6 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o28kwyfubFfPgQW5MiGa7Du3xh4hRSzZ { width:17.5rem;height:3.4375rem;top:9.8740234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV19GaP6vxrCePP0ztWr5WP0guTWO45S { display:block; }
 }@media only screen and (max-width: 763px) { #OonzoW0hCt7tOSXEWF1MfqI5vE56TyLE { width:17.125rem;height:2.9243625rem;top:6.1748046875rem;left:1.436767578125rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #Th6TyBocJ7X2TuEfMIdpqqWBoiNocuaP { width:17.5rem;height:3.4375rem;top:13.9365234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #msnAMKmXzW3GFhygLkQ84WI766Bv2P9q { display:block; }
 }@media only screen and (max-width: 763px) { #W2UTka0DyL5mAIks7c3HltFHaSnOSCKw { width:2.375rem;height:2.375rem;top:2.062255859375rem;left:8.812255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOcxRhpavdDfazgQDRWvCxGfonsI241b { display:flex;width:1.6875rem;height:1.6875rem;top:4.4365234375rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #dSrTOogETqk9wXi6UzGe43l6p6v9anm6 { display:flex;width:1.6875rem;height:1.6875rem;top:4.4365234375rem;left:7.874755859375rem; }
 }@media only screen and (max-width: 763px) { #BkG6RITw8ZRFgtMX9FPxiaAdnOoh3GL6 { display:flex;width:1.6875rem;height:1.6875rem;top:4.4365234375rem;left:9.18701171875rem; }
 }@media only screen and (max-width: 763px) { #oaEcyGzE6R9rgmMHzVJA0hid2hWLxAgd { display:flex;width:1.6875rem;height:1.6875rem;top:4.4365234375rem;left:10.499267578125rem; }
 }@media only screen and (max-width: 763px) { #J5at192yk5P9WFBV34Zte9vbt3xW3Wk1 { display:flex;width:1.6875rem;height:1.6875rem;top:4.4365234375rem;left:11.8115234375rem; }
 }@media only screen and (max-width: 763px) { #QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .row .container { background-color: transparent; background-image: none; }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .row .container > .video-iframe-container { display: none; }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .row > .video-iframe-container { display: none; }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .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); }#QdKKxc7r1w2ufKd23kCXo5MIT0S58sQW > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0ynWNzAlbrzN5n8ifkmqWt80ivRNFJZ { width:6.8125rem;height:3.3125rem;top:1.75rem;left:6.65625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GzpnO4MHrqIRHWfsAhWfdb7VWxC08IKS { width:20rem;height:6.3956rem;top:5.5625rem;left:0rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #scwIfKKosQZep5BSAE9yue1XgVC2haUx { display:block; }#scwIfKKosQZep5BSAE9yue1XgVC2haUx > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha2CFVl4Jsb6sEbZqUR1lrutlJdWJ5Q5 { width:20rem;height:0.9747875rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }