.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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:40.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#bwfaWTMGQOpteNe0Iy809r8XKpwxvpU2 { 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:40.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BXswkZ5zTXR9zT7bsePzXJK7fO4K2QVB { position:absolute;display:block;z-index:14999;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:40.4375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lzoNcPm21F5fHzDk49rHGJi9IDAtEufA { position:absolute;display:block;z-index:14998;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:40.4375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#eNmRU0uTmisZkh1u3lzVkomHgedUeO5b { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:20.25rem;top:2.984375rem;left:50.75rem;overflow:hidden;display:block; }
#nra6U0PUQVQ8TG9uOJUyFvwf23fFtGly { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:4.40625rem;height:3.65625rem;font-style:normal;display:block; }
#fWTpwvyoRyepxUJ0h81APvfOGMahNfiD { color:#1ad079;display:block;width:43.25rem;position:absolute;font-family:poppins;font-size:3.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.34375rem;left:4.40625rem;height:8.661rem;font-style:normal;display:block; }
#sc5Kf1GCWXmN2ZcsgbooF7KOz98TWg6J { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.441190719604rem;left:4.4053821563721rem;height:2.68120625rem;font-style:normal;display:block; }
#Ehw4sMwTUoTO82ExQDGgnVbBeGp9QvdZ { position:absolute;display:block;z-index:15007;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.62413125rem;width:15.625rem;top:33.999568939209rem;left:4.4053821563721rem;overflow:hidden;display:block; }
#esML43ve5dCuXQVCFv7rPf0TcSvTn3DG { box-sizing:content-box;height:32.9375rem;width:24.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:6.46875rem;left:48.65625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#PGOM3w0etfkQ42Ek4ESVsbIZPCvsATL3 { position:absolute;display:block;z-index:15009;height:32rem;width:23.6875rem;top:6.9375rem;left:49.03125rem;display:block; }
#cP7slWynQnJqnNi0uFQIe4BBCXCpCXOP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:14.5625rem;display:none; }
#zUThIV4mDsqCMuQKQ7fFyT0xF55G1l34 { 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:0.875rem;width:10.9375rem;display:none; }
#rRFw76muyqi5OZ02zsogtG1dLNItFztg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:15.5rem;display:none; }
#O9rOxuxUuNX6ZfT3lOImUI6hvvaJN8ka { color:#ffffff;display:block;width:37.3123125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.8;letter-spacing:0;text-shadow:0.3125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:22.118272781372rem;left:4.4053821563721rem;height:9.934875rem;font-style:normal;display:block; }#O9rOxuxUuNX6ZfT3lOImUI6hvvaJN8ka li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O9rOxuxUuNX6ZfT3lOImUI6hvvaJN8ka li:before{  }
#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL { position:relative;display:block; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL { background-color: transparent; background-image: none; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row .container > .video-iframe-container { display: none; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row > .video-iframe-container { display: none; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .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); }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL { border-width: 0; border-radius: 0; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dRv33twTrA8Ir29TkoiAoyn6n5NWruIk { 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.0625rem;width:4.0625rem;top:11.5rem;left:12.9375rem;overflow:hidden;display:block; }
#QLh5R004kJuguAxv0klKoMZSXJ5yDfrE { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:21.0625rem;top:3.0625rem;left:4.4375rem;overflow:hidden;display:block; }
#aPkZzrt5Mdmd7k1uPQgyCcAKuHnzmMcR { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:21.0625rem;top:3.0625rem;left:26.875rem;overflow:hidden;display:block; }
#eMLtMcoI7Ug5JKkrinhVTlkd5pZbSTTX { 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.0625rem;width:3.6875rem;top:11.5rem;left:35.5625rem;overflow:hidden;display:block; }
#EtO1yPDe5azySULdcmLWE8GR5Tt5wVIF { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:21.0625rem;top:3.0625rem;left:49.5rem;overflow:hidden;display:block; }
#tgTSh9w4BBTq01lLgzFgasBTLbPy866z { 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.75rem;width:4rem;top:11.625rem;left:58rem;overflow:hidden;display:block; }
#ZSMa6Knkif90vPXvxE7bwpJdsMHS4abL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.25rem;left:11.125rem;height:2.11263125rem;font-style:normal;display:block; }
#diQPlzQJ6RXdqCag1vyuLe1MFOq2Ilbk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.5rem;left:10.375rem;height:1.625rem;font-style:normal;display:block; }
#izJ24mJk2ETN7thkhDAowaAHhHErSaTv { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.6875rem;left:7.375rem;height:1.462675rem;font-style:normal;display:block; }
#z42Q8ZyMa4ZS725RMxbSIiRHZpFL15FJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.25rem;left:32.625rem;height:2.11263125rem;font-style:normal;display:block; }
#b31WxHlKtVCezFVbwe9AV1BpvppA8gsM { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.5rem;left:31.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTlwloGbTqyMaA54pWd6zgdNvNrOPcgI { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.6875rem;left:31.5625rem;height:1.462675rem;font-style:normal;display:block; }
#sAFlovw8cluRtOq6wSe6ILTndqtwFVvc { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.25rem;left:56.375rem;height:2.11263125rem;font-style:normal;display:block; }
#RZ7dohKm6XrimQxrGwoTsN5DlJ5NqaVk { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.625rem;left:58rem;height:1.625rem;font-style:normal;display:block; }
#kPmff5TRgzyyKyyw7SfWd26af7ls3efl { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.6875rem;left:55.6875rem;height:1.462675rem;font-style:normal;display:block; }
#Q23UrVp4GkXRghIil0UokgktBhuKtzyn { position:relative;display:block; }#Q23UrVp4GkXRghIil0UokgktBhuKtzyn { background-color: transparent; background-image: none; }#Q23UrVp4GkXRghIil0UokgktBhuKtzyn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q23UrVp4GkXRghIil0UokgktBhuKtzyn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q23UrVp4GkXRghIil0UokgktBhuKtzyn > .row .container > .video-iframe-container { display: none; }#Q23UrVp4GkXRghIil0UokgktBhuKtzyn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q23UrVp4GkXRghIil0UokgktBhuKtzyn > .row > .video-iframe-container { display: none; }#Q23UrVp4GkXRghIil0UokgktBhuKtzyn > .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); }#Q23UrVp4GkXRghIil0UokgktBhuKtzyn { border-width: 0; border-radius: 0; }#Q23UrVp4GkXRghIil0UokgktBhuKtzyn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q23UrVp4GkXRghIil0UokgktBhuKtzyn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qBHTt0PEmecV7sCJHCm2Jd99UpfEPRDL { position:absolute;display:block;z-index:14998;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:20.9375rem;width:69rem;top:17.45703125rem;left:2.53125rem;overflow:hidden;display:block; }
#gxrAv6sXVt79Qdula9kvc7Tr5VyZyovi { color:#000000;display:block;width:57.5625rem;position:absolute;font-family:poppins;font-size:4.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:11.03125rem;height:5.525175rem;font-style:normal;display:block; }
#WUVu2T0ZQ8AMRgvPh83UQaq9fMe8xpb5 { color:#000000;display:block;width:66.375rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0234375rem;left:5.09375rem;height:3.8183625rem;font-style:normal;display:block; }
#SUxiTLedIJC7i29UWTMQPgyFHTk0oPzo { box-sizing:content-box;height:0.875rem;width:34.0625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1458e3, #20447b);background-image: -moz-linear-gradient(180deg, #1458e3, #20447b);background-image: -ms-linear-gradient(180deg, #1458e3, #20447b);background-image: -o-linear-gradient(180deg, #1458e3, #20447b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1458e3', endColorstr='#20447b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1458e3', endColorstr='#20447b' );";background-image: linear-gradient(180deg, #1458e3, #20447b);background-size:auto !important;top:11.716796875rem;left:20.46875rem;display:block; }
#RXP70nqwunTyT4b1bTuE9LzRDxBAnlFT { color:#000000;display:block;width:55.8125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.716796875rem;left:11.90625rem;height:2.2744125rem;font-style:normal;display:block; }
#E969zJzvcBTGk5JUA0ZBQgSLenpBKoT7 { box-sizing:content-box;height:12.5rem;width:32.625rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;top:21.67578125rem;left:36.15625rem;display:block; }
#Ekkx5u7cPCCNdgXsBZOMnGazsCNPaXuS { color:#19d7a4;display:block;width:36.125rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.67578125rem;left:36.96875rem;height:3.8183625rem;font-style:normal;display:block; }
#BbShw62CWgQz5yiXHh8TheRg8EP90FR8 { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:25.744140625rem;left:36.90625rem;height:8.3984375rem;font-style:normal;display:block; }
#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC { position:relative;display:block; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC { background-color: transparent; background-image: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container > .video-iframe-container { display: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row > .video-iframe-container { display: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .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); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC { border-width: 0; border-radius: 0; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BOwQ4Bs0kzZNQme4cblnENDXXokfMDka { 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:0.5rem;width:46.875rem;top:7.375rem;left:14.0625rem;overflow:hidden;display:block; }
#sThT70Hgbn5Obu9R0ff2TvtDrJVTZIGq { 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:20.8125rem;width:66.5625rem;top:9.875rem;left:4.3693181818182rem;overflow:hidden;display:block; }
#G0aXSdwzbZkO43puWFHpGomvPfCgeBWm { position:absolute;display:block;z-index:14993;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:13rem;width:20.9375rem;top:32.75rem;left:4.556640625rem;overflow:hidden;display:block; }
#Z1NGTSny2NTKfzqWitPrOgA48EgwWUID { position:absolute;display:block;z-index:14994;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:13rem;width:20.9375rem;top:32.75rem;left:27.181640625rem;overflow:hidden;display:block; }
#tBClxK9kbl91kU3aa9LUBVm0yVNPIEDB { position:absolute;display:block;z-index:14995;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:13rem;width:20.9375rem;top:32.75rem;left:49.619140625rem;overflow:hidden;display:block; }
#HthLET3JBQntAulI4gXovHoFruxkf1AX { 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:3.5rem;width:4.375rem;top:33.6875rem;left:5.15625rem;overflow:hidden;display:block; }
#HtRSI9itCHTkVMgHyTvV7p9HyVwMkNpN { 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:3.5rem;width:3.5rem;top:33.6875rem;left:28.119140625rem;overflow:hidden;display:block; }
#zJbgyoQNrHwDdC6tTA9l1In2vR45y5Bc { 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.5rem;width:3.0625rem;top:33.5625rem;left:50.931640625rem;overflow:hidden;display:block; }
#VgBEEzE4XWGHEiSwqSDhaw4nZrcoXDUu { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:39.125rem;left:5.712890625rem;height:1.7872875rem;font-style:normal;display:block; }
#zoTvXkUxRADOrwxbyhyU1I42sSwDD2xd { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:41.287109375rem;left:5.712890625rem;height:2.599825rem;font-style:normal;display:block; }
#AlzbNc63NUyfUFHUnrJ6XRTls1ZdTTGR { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.1875rem;left:28.306640625rem;height:1.7872875rem;font-style:normal;display:block; }
#Qw7vOq09xsJEQJBrvvThGBTLPs4cs7HJ { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.3369140625rem;left:28.375rem;height:2.599825rem;font-style:normal;display:block; }
#Bcnq16H2ma0dpBGyIhGlwNOhrKBZaeSt { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.125rem;left:50.681640625rem;height:1.7872875rem;font-style:normal;display:block; }
#Eq4EsJcwW4iwC4AglPUiHaM1lZc6hT74 { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:41.224609375rem;left:50.775390625rem;height:2.599825rem;font-style:normal;display:block; }
#iyJ4iQqD73G2nftPopVKhTr4ru479pLM { color:#ffffff;display:block;width:57.5rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.25390625rem;left:8.75rem;height:3.493925rem;font-style:normal;display:block; }
#FJSphphpQsKZx4Mcot2C7MOFcLRDJdCR { position:absolute;display:block;z-index:14993;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:13rem;width:20.9375rem;top:32.75rem;left:4.556640625rem;overflow:hidden;display:none; }
#vXoB6XvQTd6OX3E01IWxoAZ3rmk023kZ { 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:3.5rem;width:4.375rem;top:33.6875rem;left:5.15625rem;overflow:hidden;display:none; }
#LJ7xE0KdCh2H1BMMWFIWpoTzZv61MBUr { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:39.125rem;left:5.712890625rem;height:1.7871125rem;font-style:normal;display:none; }
#F7K2528UzhJrTzmOEyda3yBODSDCiSrP { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:41.287109375rem;left:5.712890625rem;height:2.5996125rem;font-style:normal;display:none; }
#V4Wt7qgrAPamuV2HooggGuTzO0qKmDCs { position:absolute;display:block;z-index:14994;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:13rem;width:20.9375rem;top:32.75rem;left:27.181640625rem;overflow:hidden;display:none; }
#fvTuDdqxVOu7ETTn55p7865r1OXu1XXf { 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:3.5rem;width:3.5rem;top:33.6875rem;left:28.119140625rem;overflow:hidden;display:none; }
#N31Tnapy1y6wTL2hRAxaDD1TVZvTfTpI { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.1875rem;left:28.306640625rem;height:1.7871125rem;font-style:normal;display:none; }
#aOlMdZIyPP1Qo5ercTN2GmGWPH4v9ILl { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.3369140625rem;left:28.375rem;height:2.5996125rem;font-style:normal;display:none; }
#GDpZFOaGBGa99lszFkWdeboWXEvPxPSu { position:absolute;display:block;z-index:14995;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:13rem;width:20.9375rem;top:32.75rem;left:49.619140625rem;overflow:hidden;display:none; }
#mJEibC4bpuQsfWq2ZcewpB5TAD5Hlg5O { 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.5rem;width:3.0625rem;top:33.5625rem;left:50.931640625rem;overflow:hidden;display:none; }
#XP8BS2miu1u42wxRh9exXcqTo7VJJl8R { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.125rem;left:50.681640625rem;height:1.7871125rem;font-style:normal;display:none; }
#OgBiS2LHpEeQlRhVSrLXxPbpLouiZraF { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:41.224609375rem;left:50.775390625rem;height:2.5996125rem;font-style:normal;display:none; }
#UhinyJmygCB8oQvl908qC8plHJobGP3N { position:absolute;display:block;z-index:14995;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:13rem;width:20.9375rem;top:32.75rem;left:49.619140625rem;overflow:hidden;display:none; }
#pFOVsu0OctCtbGAgm4uRUhaT00URTIrZ { 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.5rem;width:3.0625rem;top:33.5625rem;left:50.931640625rem;overflow:hidden;display:none; }
#C1tIMZO85tdHTKwy9oLKOvxcChXVZSOC { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.125rem;left:50.681640625rem;height:1.7871125rem;font-style:normal;display:none; }
#MNvnsWRunrgTdtqEBaZKqFb4bTEHvfTT { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:41.224609375rem;left:50.775390625rem;height:2.5996125rem;font-style:normal;display:none; }
#IuH4FTAk8sSnhPHButmSv1dFft1CRdzI { position:absolute;display:block;z-index:14994;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:13rem;width:20.9375rem;top:32.75rem;left:27.181640625rem;overflow:hidden;display:none; }
#Ao0DsNbhosz8KxfG41GleCVt1R28Ur1M { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.1875rem;left:28.306640625rem;height:1.7871125rem;font-style:normal;display:none; }
#wHCdDwFBdPsFpeUN87DrTILtcVoI5inh { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.3369140625rem;left:28.375rem;height:2.5996125rem;font-style:normal;display:none; }
#l9ZkohS733clG57RCf5C6bbEtbTqqO4G { position:absolute;display:block;z-index:14992;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:49.4375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#K1k8CEt8Dtl4SmHTK4keHVzayxSwGBK6 { 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.5rem;width:3.0625rem;top:33.5625rem;left:50.931640625rem;overflow:hidden;display:none; }
#S1psiVaxC2ramSvaDRGbXUJScbmbrTH8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.4375rem;display:none; }
#DbtlATxu1TWv6w2G2ue7246aN1Uli44H { box-sizing:content-box;height:2.3125rem;width:75rem;position:absolute;display:block;z-index:14991;background-color:#000000;background-image:none;top:48.0625rem;left:0rem;display:block; }
#iH6gKxk3f6y3A7TqJss3RELmpT7pF7tf { 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:20.8125rem;width:37.5rem;display:none; }
#JAeTTsLwGlUeAOJlpnNzn1cuedDlTQyb { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VVysV2mVda45EPg2rg0ZooZbI4oXVCul { color:#000000;display:block;width:9.125rem;position:absolute;font-family:arial;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5rem;top:21.75rem;left:4.1875rem;display:none; }
#HKTvhS3U7UoQBeNVParou4HU6zMA57Dg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:21.625rem;left:5.125rem;display:none; }
#WTODkoJoxCKboJBfNTpBOTUMFkRhcoWr { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rTPGboDTfqJKaQe2Pg4uJLGMqwRtpIUV { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.125rem;top:25.75rem;left:0rem;display:none; }
#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO { position:relative;display:block; }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO { background-color: transparent; background-image: none; }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .row .container > .video-iframe-container { display: none; }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .row > .video-iframe-container { display: none; }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .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); }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO { border-width: 0; border-radius: 0; }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lklBXscZpr84G0VEKdPVkwL4XvRVZyRd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:15.625rem;top:0.75rem;left:29.6875rem;overflow:hidden;display:block; }
#wyeM0qJVGU4Mcs4o3le9ogTpDSMqVz4F { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:15.5rem;display:none; }
#xWqaB4a1bh1L7zxRctLwFfescllscOQe { position:relative;display:block; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe { background-color: transparent; background-image: none; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row .container > .video-iframe-container { display: none; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row > .video-iframe-container { display: none; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .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); }#xWqaB4a1bh1L7zxRctLwFfescllscOQe { border-width: 0; border-radius: 0; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iL4kzInVrkRSNEdX4tWpmnsKFxldQD6x { 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:27.9375rem;width:30.9375rem;top:3.6875rem;left:39.6875rem;overflow:hidden;display:block; }
#H7t3D4TAaMSaoM99H8xFrMimbO6UXg9A { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:3.5625rem;left:4.375rem;height:5.3754375rem;font-style:normal;display:block; }
#Ig7uxLomCP24CUed8IRMokTNX9WPx2T6 { color:#000000;display:block;width:33rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:10.4375rem;left:4.375rem;height:4.1232625rem;font-style:normal;display:block; }
#pluRqI9vMewTBHsHtJDzEtRrxu4M1SGT { color:#000000;display:block;width:31.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.25rem;left:4.4375rem;height:14.296875rem;font-style:normal;display:block; }
#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA { position:relative;display:block; }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA { background-color: transparent; background-image: none; }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .row .container > .video-iframe-container { display: none; }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .row > .video-iframe-container { display: none; }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .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); }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA { border-width: 0; border-radius: 0; }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Sy1OTQuxDEd5ag5ef1o6MFdxAQAAahPQ { color:#ffffff;display:block;width:53.5rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.78125rem;height:3.493925rem;display:block; }
#G6OWwvUzhH0vTT5fllmgIZrXTgAw1nio { color:#ffffff;display:block;width:67.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:3.90625rem;height:7.4739375rem;text-align:center;text-align-last:center;display:block; }
#XfTLrKTEv5ZyT5NSS7ZJx8P6GzbuCmil { box-sizing:content-box;height:0.375rem;width:64.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.34);background-image:none;top:16.4375rem;left:5.46875rem;display:block; }
#OIcMzW4JhhQnEuT7tvElfn1O7MR7t28M { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:18.4375rem;left:18.5rem;height:4.4987rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kf0yGivB0hFoA7m2gmQ28XZgTrr3iRgX { 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:5.1875rem;width:31.1875rem;top:24.375rem;left:5.15625rem;overflow:hidden;display:block; }
#HSI6wgtADIPpOiXLtmTA7ZRAQS6SRTbx { position:absolute;display:block;z-index:15007;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:5.1875rem;width:31.1875rem;top:24.375rem;left:39.09375rem;overflow:hidden;display:block; }
#pdTVkhN83LfkcS5Wr7qK1a5cx5cXFWAK { position:absolute;display:block;z-index:15008;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:5.1875rem;width:31.1875rem;top:30.8125rem;left:5.15625rem;overflow:hidden;display:block; }
#XN4QnoqMgl3kAwmVk1z1ISLFiJ8hlBb6 { 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:5.1875rem;width:31.1875rem;top:30.75rem;left:39.15625rem;overflow:hidden;display:block; }
#lAMTel3wb8cWLdEKoAVuyePZvgrMLdag { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:40.0625rem;left:24.8125rem;height:3.493925rem;display:block; }
#mJUbSu9Hn7z3z0ORUAgHveTZOERJKUJF { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:45.6875rem;left:23.65625rem;height:2.68120625rem;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; }
#Bbu1VUQhGmv4wfvgOa8C3HzTWIGUwzFK { position:absolute;display:block;z-index:14996;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:52.6875rem;width:74.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#aVyAINOsgDogMASGrCAR6QmIN7cyu5SR { position:relative;display:block; }#aVyAINOsgDogMASGrCAR6QmIN7cyu5SR { background-color: transparent; background-image: none; }#aVyAINOsgDogMASGrCAR6QmIN7cyu5SR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVyAINOsgDogMASGrCAR6QmIN7cyu5SR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVyAINOsgDogMASGrCAR6QmIN7cyu5SR > .row .container > .video-iframe-container { display: none; }#aVyAINOsgDogMASGrCAR6QmIN7cyu5SR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVyAINOsgDogMASGrCAR6QmIN7cyu5SR > .row > .video-iframe-container { display: none; }#aVyAINOsgDogMASGrCAR6QmIN7cyu5SR > .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); }#aVyAINOsgDogMASGrCAR6QmIN7cyu5SR { border-width: 0; border-radius: 0; }#aVyAINOsgDogMASGrCAR6QmIN7cyu5SR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aVyAINOsgDogMASGrCAR6QmIN7cyu5SR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UAuXk3vwBgEL9FLOPDzchtXI6VMUq473 { color:#1cdcfc;display:block;width:26.125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9375rem;left:24.875rem;height:3.493925rem;display:block; }
#SJSm4IzR1c7ROrZ8Fz7IeoVA4PX9TKH7 { 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:15.4375rem;width:15.375rem;top:9.6875rem;left:3.0625rem;overflow:hidden;display:block; }
#tuLZmXmxTSvqNy8iVFqVvzBupzFhsBPq { 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:15.374375rem;width:15.374375rem;top:9.7189674377444rem;left:20.874567031861rem;overflow:hidden;display:block; }
#iuEJD9FmAlAmOPfhgB79b8lavoTsXCvh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.375rem;top:9.6875004768369rem;left:40.968751907349rem;overflow:hidden;display:block; }
#suXQKpJtkKS7OHvfPS0iyfRo3k3Nwr0J { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:13.2498125rem;top:9.75rem;left:57.6875rem;overflow:hidden;display:block; }
#TIVyLC3RGcR2bzEuVzgfwDdMrw06b1Uh { box-sizing:content-box;height:11.749125rem;width:15.374375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c2023, #313d46);background-image: -moz-linear-gradient(180deg, #1c2023, #313d46);background-image: -ms-linear-gradient(180deg, #1c2023, #313d46);background-image: -o-linear-gradient(180deg, #1c2023, #313d46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2023', endColorstr='#313d46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2023', endColorstr='#313d46' );";background-image: linear-gradient(180deg, #1c2023, #313d46);background-size:auto !important;top:9.6875rem;left:56.625rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#UVUwJ0L0K8tfrDFBDZEkDwnB1wzycQT1 { 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:18.625rem;width:15.4375rem;top:9.625rem;left:56.4375rem;overflow:hidden;display:block; }
#XGgGh28MniSvoT4dkLVT5GSqHuI92I1P { box-sizing:content-box;height:5.625rem;width:15.6875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:21.5rem;left:24.3125rem;display:block; }
#rtliKJ1wFOq08nbsG8HSuy25ZiTpnwlp { 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:16.875rem;width:15.3125rem;top:9.75rem;left:39rem;overflow:hidden;display:block; }
#hmnrzi6DhSGVchGelvEIohGZtzC1spS1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(0,0,0,0.74));background-image: -moz-linear-gradient(180deg, #000000, rgba(0,0,0,0.74));background-image: -ms-linear-gradient(180deg, #000000, rgba(0,0,0,0.74));background-image: -o-linear-gradient(180deg, #000000, rgba(0,0,0,0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#bc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#bc000000' );";background-image: linear-gradient(180deg, #000000, rgba(0,0,0,0.74));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hmnrzi6DhSGVchGelvEIohGZtzC1spS1 > .row .container { background-color: transparent; background-image: none; }#hmnrzi6DhSGVchGelvEIohGZtzC1spS1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmnrzi6DhSGVchGelvEIohGZtzC1spS1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmnrzi6DhSGVchGelvEIohGZtzC1spS1 > .row .container > .video-iframe-container { display: none; }#hmnrzi6DhSGVchGelvEIohGZtzC1spS1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmnrzi6DhSGVchGelvEIohGZtzC1spS1 > .row > .video-iframe-container { display: none; }#hmnrzi6DhSGVchGelvEIohGZtzC1spS1 > .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); }#hmnrzi6DhSGVchGelvEIohGZtzC1spS1 > .row .container { border-width: 0; border-radius: 0; }#hmnrzi6DhSGVchGelvEIohGZtzC1spS1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmnrzi6DhSGVchGelvEIohGZtzC1spS1 > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:75rem;position:relative;display:block; }#FUMJ1bTEK7AmMRZODG18ZZXE90vHrIL4 { color:#ffffff;display:block;width:16.124125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.3125rem;left:11.4375rem;height:3.493925rem;display:block; }
#pIc5KIpiOdGyM7Aw74yiTN5gG8yoe6sm { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5rem;left:43.25rem;height:3.16796875rem;display:block; }
#KopH8rZdIzEmWugcFIu2zlg3rc4VNv1a { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.1875rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#KopH8rZdIzEmWugcFIu2zlg3rc4VNv1a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KopH8rZdIzEmWugcFIu2zlg3rc4VNv1a li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#uoq5XoSKkvmtivE6OopGRUyTqlShUNMR { color:#ffffff;display:block;width:7.249375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.1875rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#uoq5XoSKkvmtivE6OopGRUyTqlShUNMR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uoq5XoSKkvmtivE6OopGRUyTqlShUNMR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#vF6mLKQ6v53dErtTpx4iKnHN1CSDLP30 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#vF6mLKQ6v53dErtTpx4iKnHN1CSDLP30 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vF6mLKQ6v53dErtTpx4iKnHN1CSDLP30 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#e9yDITaD6UfEWgEmoZRvf3lO0Ho0csu5 { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:15rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#e9yDITaD6UfEWgEmoZRvf3lO0Ho0csu5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e9yDITaD6UfEWgEmoZRvf3lO0Ho0csu5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#AWxsSsDF9T1JGzFCrkJ2pdwJqRgxFUxa { color:#ffffff;display:block;width:14.561625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:19.3125rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#AWxsSsDF9T1JGzFCrkJ2pdwJqRgxFUxa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AWxsSsDF9T1JGzFCrkJ2pdwJqRgxFUxa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#blOH5XkhE1kOeHyh0FOUy7u2NPCpg2hp { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:19.3125rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#blOH5XkhE1kOeHyh0FOUy7u2NPCpg2hp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#blOH5XkhE1kOeHyh0FOUy7u2NPCpg2hp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#WUAieJNpuO4f0I7pcLC4nZAxlVN33ksg { color:#ffffff;display:block;width:25.186625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:32.25rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#WUAieJNpuO4f0I7pcLC4nZAxlVN33ksg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WUAieJNpuO4f0I7pcLC4nZAxlVN33ksg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#Ht30Q6eFnf9yd89lilAR2716TzaQKM2p { color:#ffffff;display:block;width:30.186625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:32.25rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#Ht30Q6eFnf9yd89lilAR2716TzaQKM2p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ht30Q6eFnf9yd89lilAR2716TzaQKM2p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#xJIbhhAuAqWJVxl6XdtxliWCfwnHXDsH { color:#ffffff;display:block;width:21.6873125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:38.875rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#xJIbhhAuAqWJVxl6XdtxliWCfwnHXDsH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xJIbhhAuAqWJVxl6XdtxliWCfwnHXDsH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#Wil3Ooq5QmB0P4aMFtRgPUus8G4llZVf { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:36.8125rem;left:40.0625rem;height:9.752625rem;font-style:normal;display:block; }#Wil3Ooq5QmB0P4aMFtRgPUus8G4llZVf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Wil3Ooq5QmB0P4aMFtRgPUus8G4llZVf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#lk1J60f9KPL7qyzZLU6nVznQgEp4SsU5 { color:#ffffff;display:block;width:21.6873125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:23.625rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#lk1J60f9KPL7qyzZLU6nVznQgEp4SsU5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lk1J60f9KPL7qyzZLU6nVznQgEp4SsU5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#pBNbxFEUgKXkFKvuC0BK8yE89zvefu4N { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:23.75rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#pBNbxFEUgKXkFKvuC0BK8yE89zvefu4N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pBNbxFEUgKXkFKvuC0BK8yE89zvefu4N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#DBJ8RatV1TDQwd9JiTck5zqLulZ11HLG { color:#ffffff;display:block;width:21.6873125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:27.9375rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#DBJ8RatV1TDQwd9JiTck5zqLulZ11HLG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DBJ8RatV1TDQwd9JiTck5zqLulZ11HLG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#I1sTz7COqhyyu0t94k4grkZwJtghakM7 { color:#ffffff;display:block;width:17.1245625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:27.9375rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#I1sTz7COqhyyu0t94k4grkZwJtghakM7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I1sTz7COqhyyu0t94k4grkZwJtghakM7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#XXtUZU5DepVMnI7pkUtKN9f5uIl5rSNm { color:#ffffff;display:block;width:21.6873125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:52.935117721558rem;left:6.8750019073488rem;height:2.53125rem;font-style:normal;display:block; }#XXtUZU5DepVMnI7pkUtKN9f5uIl5rSNm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XXtUZU5DepVMnI7pkUtKN9f5uIl5rSNm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#Gs0AIVN2bb769h7P2duwAfl4CWFMBnc0 { color:#ffffff;display:block;width:31.186rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:50.542543411255rem;left:40.061853408814rem;height:7.3144375rem;font-style:normal;display:block; }#Gs0AIVN2bb769h7P2duwAfl4CWFMBnc0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gs0AIVN2bb769h7P2duwAfl4CWFMBnc0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#EtEhBp2BO6etzHttKs0ICd4SKAH7liIx { box-sizing:content-box;height:56.625rem;width:71.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:3.3125rem;left:1.8125rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;border-top:0.0625rem solid rgba(255,255,255,0.43);border-left:0.0625rem solid rgba(255,255,255,0.43);border-right:0.0625rem solid rgba(255,255,255,0.43);border-bottom:0.0625rem solid rgba(255,255,255,0.43);display:block; }
#B4worq2a5CIrpLqgJyxgnPfzeA21W7S8 { box-sizing:content-box;height:0.0625rem;width:71.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(227,227,227,0.36);background-image:none;top:8.375rem;left:1.875rem;display:block; }
#yNMBfT3r9G6q9vVBDiiiEio0Th0Q6dhv { box-sizing:content-box;height:0.0618489375rem;width:71.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(227,227,227,0.36);background-image:none;top:13.875rem;left:1.8125rem;display:block; }
#HcdJfxy338W4OilT58d2UP1HWrVwoJRk { box-sizing:content-box;height:0.060763875rem;width:71.4375rem;position:absolute;display:block;z-index:15028;background-color:rgba(227,227,227,0.36);background-image:none;top:18.125rem;left:1.75rem;display:block; }
#cODGGEkVvT1H1JEEhCJRyQoNKhqDv66c { box-sizing:content-box;height:0.060763875rem;width:71.4375rem;position:absolute;display:block;z-index:15029;background-color:rgba(227,227,227,0.36);background-image:none;top:22.5rem;left:1.8125rem;display:block; }
#aupiFNLHloB5kCTWEJFIihkaSo2F6TBO { box-sizing:content-box;height:0.060763875rem;width:71.4375rem;position:absolute;display:block;z-index:15030;background-color:rgba(227,227,227,0.36);background-image:none;top:26.875rem;left:1.75rem;display:block; }
#l2rDCel6XSEJqv4KgfnuzmnL9KFhkcmA { box-sizing:content-box;height:0.060763875rem;width:71.4375rem;position:absolute;display:block;z-index:15031;background-color:rgba(227,227,227,0.36);background-image:none;top:31.0625rem;left:1.75rem;display:block; }
#Sv78qfo1HPE9PJbzzXl1dbpW0SgMCMXr { box-sizing:content-box;height:0.060763875rem;width:71.4375rem;position:absolute;display:block;z-index:15032;background-color:rgba(227,227,227,0.36);background-image:none;top:35.3125rem;left:1.75rem;display:block; }
#OfmELw6NHZbwfnCr9FakmLzcgskLvSsU { box-sizing:content-box;height:0.125rem;width:71.4375rem;position:absolute;display:block;z-index:15033;background-color:rgba(227,227,227,0.36);background-image:none;top:48.0625rem;left:1.75rem;display:block; }
#p6n9uDkwfEIo5nIuTQHDKVfpo4q8RnqU { box-sizing:content-box;height:56.6875rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(227,227,227,0.39);background-image:none;top:3.3125rem;left:36.75rem;display:block; }
#utiusqsCJt48pKGScEZAXXl5mnqJpQnV { position:relative;display:block; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV { background-color: transparent; background-image: none; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container > .video-iframe-container { display: none; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row > .video-iframe-container { display: none; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .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); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV { border-width: 0; border-radius: 0; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(5,5,5,0.41));background-image: -moz-linear-gradient(180deg, #000000, rgba(5,5,5,0.41));background-image: -ms-linear-gradient(180deg, #000000, rgba(5,5,5,0.41));background-image: -o-linear-gradient(180deg, #000000, rgba(5,5,5,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#68050505' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#68050505' );";background-image: linear-gradient(180deg, #000000, rgba(5,5,5,0.41));background-size:auto !important;font-size:0.875rem;font-family:arial;height:76.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wkJxqJeMZaZKaXDXTuqKObFws1dIXe2B { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6875rem;left:24.34375rem;height:3.493925rem;display:block; }
#mrIxE9BnFnHgCWrNT9nmcoAHSr6H0M8m { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:21.5rem;top:8.5625rem;left:3.25rem;overflow:hidden;display:block; }
#G0eZ12rsXGTlxELNouXTHXzSTbTp37I8 { color:#1ad079;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.5625rem;left:6.5rem;height:2.11263125rem;font-style:normal;display:block; }
#XF8RW45oeIORO4fXFUMdLI9idvolPeSL { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:12.9375rem;left:5.5625rem;height:4.94791875rem;text-align:center;text-align-last:center;display:block; }
#pmp6vZlGdSmiIMkL7wPDAxAyTdDmZ3Gt { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:12.9375rem;left:26.1875rem;height:4.94791875rem;text-align:center;text-align-last:center;display:block; }
#IvACNbTQvC4UIEWQeXRr7hGSfBToxDh3 { color:#1ad079;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.5625rem;left:28rem;height:2.11263125rem;font-style:normal;display:block; }
#OiLsgM1ixWEHadLRONxcU07BWrQU53HJ { color:#1ad079;display:block;width:20.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.5625rem;left:48.0625rem;height:2.11263125rem;font-style:normal;display:block; }
#aDr36r5Cy9GEg7uc8VkBvrBO4NsQyngD { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:13.5625rem;left:49.875rem;height:3.7119125rem;text-align:center;text-align-last:center;display:block; }
#bqVUKiXfDT7GlPaPdbZhwLeI39EaxTsA { color:#ffffff;display:block;width:67.3125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:27.9375rem;left:3.875rem;height:3.224825rem;text-align:center;text-align-last:center;display:block; }
#KutRNaS9QWaqDLKmnDXNwxMZL8iN4uJx { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:66.5625rem;top:34.3125rem;left:4.25rem;overflow:hidden;display:block; }
#WNSX8N5NrbDJTXpylGQrzt1XNUmMwz18 { position:absolute;display:block;z-index:15008;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:21.25rem;top:68.6875rem;left:25.5rem;overflow:hidden;display:block; }
#pIQtxB50yRLR7tzcZee0xe7gnHPO3gk4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:21.5rem;top:8.5625rem;left:25.375rem;overflow:hidden;display:block; }
#ospxrAfV8ADr4CwG8gVxTwI4pmTKbS6i { 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:11.3125rem;width:21.5rem;top:8.5625rem;left:47.5rem;overflow:hidden;display:block; }
#GMy9KTRLsb1Roxq92KqMJvhROxUIUT2w { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.1875rem;display:none; }
#MWyWofe529fKBPz8wMddboMraoU16ZTU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.4375rem;display:none; }
#RrZeDAwvSvc1s6Tqhtq9febCMl70h4XF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.25rem;display:none; }
#h8duHffn9F2yESpyM5Oz3fTql3sNc54Q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.25rem;display:none; }
#gkyN5pFxwTcvWfucCWF4TyuodKkADaBl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.25rem;display:none; }
#pXHbeTPsVZwW0mDHSGEhUbTLXv3BhXgX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.25rem;display:none; }
#Tn8gvF55aZMWDxMs19tEzlsvpRLl42Xq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#JOTcmXJKbO65zHQX47HTZ1x2vCfCadVr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.25rem;display:none; }
#hKSfM4g578Q5zAgHREgh5PtcZ1vODckW { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:211.625rem;left:0rem;display:none; }
#eke3uG26AO4taHLlpJMGxsTTyI6ns5Tz { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:66.9375rem;top:34.25rem;left:4.125rem;overflow:hidden;display:block; }
#EBuXPyFt8lGzNFLerDxcDzTEDhwyrfsQ { 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:20.125rem;width:30.5625rem;display:none; }
#ugJPRALhfCLZ4icVZr5xG7hoGswMrFrb { 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:12.25rem;width:30.5rem;display:none; }
@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) { #bwfaWTMGQOpteNe0Iy809r8XKpwxvpU2 { top:0rem;left:0rem;width:47.75rem;height:25.586041666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXswkZ5zTXR9zT7bsePzXJK7fO4K2QVB { top:0rem;left:0rem;width:47.75rem;height:25.745208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzoNcPm21F5fHzDk49rHGJi9IDAtEufA { top:0rem;left:0rem;width:47.75rem;height:25.745208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNmRU0uTmisZkh1u3lzVkomHgedUeO5b { top:2.9375rem;left:27.5rem;width:20.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nra6U0PUQVQ8TG9uOJUyFvwf23fFtGly { top:4.3125rem;left:0rem;width:39.3125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWTpwvyoRyepxUJ0h81APvfOGMahNfiD { top:8.3125rem;left:0rem;width:43.25rem;height:8.625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc5Kf1GCWXmN2ZcsgbooF7KOz98TWg6J { top:18.4375rem;left:0rem;width:45.4375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehw4sMwTUoTO82ExQDGgnVbBeGp9QvdZ { top:33.9375rem;left:0rem;width:15.625rem;height:3.62413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esML43ve5dCuXQVCFv7rPf0TcSvTn3DG { top:6.4375rem;left:23.3125rem;width:24.4375rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGOM3w0etfkQ42Ek4ESVsbIZPCvsATL3 { top:6.9375rem;left:24.0625rem;width:23.6875rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP7slWynQnJqnNi0uFQIe4BBCXCpCXOP { width:14.5625rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUThIV4mDsqCMuQKQ7fFyT0xF55G1l34 { width:10.9375rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRFw76muyqi5OZ02zsogtG1dLNItFztg { width:15.5rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9rOxuxUuNX6ZfT3lOImUI6hvvaJN8ka { top:22.0625rem;left:0rem;width:37.25rem;height:9.875rem;font-size:1.0625rem;display:block; }#O9rOxuxUuNX6ZfT3lOImUI6hvvaJN8ka li:before{  }
 }@media only screen and (max-width: 763px) { #ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL { display:block; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRv33twTrA8Ir29TkoiAoyn6n5NWruIk { top:11.5rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLh5R004kJuguAxv0klKoMZSXJ5yDfrE { top:3.0625rem;left:0rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPkZzrt5Mdmd7k1uPQgyCcAKuHnzmMcR { top:3.0625rem;left:13.25rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMLtMcoI7Ug5JKkrinhVTlkd5pZbSTTX { top:11.5rem;left:21.9375rem;width:3.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtO1yPDe5azySULdcmLWE8GR5Tt5wVIF { top:3.0625rem;left:26.6875rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgTSh9w4BBTq01lLgzFgasBTLbPy866z { top:11.625rem;left:43.75rem;width:4rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSMa6Knkif90vPXvxE7bwpJdsMHS4abL { top:17.25rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diQPlzQJ6RXdqCag1vyuLe1MFOq2Ilbk { top:19.5rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izJ24mJk2ETN7thkhDAowaAHhHErSaTv { top:21.6875rem;left:0rem;width:18.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z42Q8ZyMa4ZS725RMxbSIiRHZpFL15FJ { top:17.25rem;left:19rem;width:12.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b31WxHlKtVCezFVbwe9AV1BpvppA8gsM { top:19.5rem;left:18.125rem;width:11.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTlwloGbTqyMaA54pWd6zgdNvNrOPcgI { top:21.6875rem;left:17.9375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAFlovw8cluRtOq6wSe6ILTndqtwFVvc { top:17.25rem;left:38.1875rem;width:9.5625rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ7dohKm6XrimQxrGwoTsN5DlJ5NqaVk { top:19.625rem;left:40.6875rem;width:7.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPmff5TRgzyyKyyw7SfWd26af7ls3efl { top:21.6875rem;left:34.5rem;width:13.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q23UrVp4GkXRghIil0UokgktBhuKtzyn { display:block; }#Q23UrVp4GkXRghIil0UokgktBhuKtzyn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBHTt0PEmecV7sCJHCm2Jd99UpfEPRDL { top:17.4375rem;left:0rem;width:47.75rem;height:14.489356884058rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxrAv6sXVt79Qdula9kvc7Tr5VyZyovi { top:1.5rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUVu2T0ZQ8AMRgvPh83UQaq9fMe8xpb5 { top:7rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUxiTLedIJC7i29UWTMQPgyFHTk0oPzo { top:11.6875rem;left:6.84375rem;width:34.0625rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXP70nqwunTyT4b1bTuE9LzRDxBAnlFT { top:13.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E969zJzvcBTGk5JUA0ZBQgSLenpBKoT7 { top:21.625rem;left:15.125rem;width:32.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekkx5u7cPCCNdgXsBZOMnGazsCNPaXuS { top:21.625rem;left:11.625rem;width:36.125rem;height:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbShw62CWgQz5yiXHh8TheRg8EP90FR8 { top:25.6875rem;left:17.125rem;width:30.625rem;height:8.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkUu6cM5iA2M3SUFyosvkBB1UT12wniC { display:block; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOwQ4Bs0kzZNQme4cblnENDXXokfMDka { top:7.375rem;left:0.4375rem;width:46.875rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sThT70Hgbn5Obu9R0ff2TvtDrJVTZIGq { top:9.875rem;left:0rem;width:47.75rem;height:14.930281690141rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0aXSdwzbZkO43puWFHpGomvPfCgeBWm { top:32.75rem;left:0rem;width:20.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1NGTSny2NTKfzqWitPrOgA48EgwWUID { top:32.75rem;left:13.556640625rem;width:20.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBClxK9kbl91kU3aa9LUBVm0yVNPIEDB { top:32.75rem;left:26.8125rem;width:20.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #HthLET3JBQntAulI4gXovHoFruxkf1AX { top:33.6875rem;left:0rem;width:4.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtRSI9itCHTkVMgHyTvV7p9HyVwMkNpN { top:33.6875rem;left:14.494140625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJbgyoQNrHwDdC6tTA9l1In2vR45y5Bc { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgBEEzE4XWGHEiSwqSDhaw4nZrcoXDUu { top:39.125rem;left:0rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoTvXkUxRADOrwxbyhyU1I42sSwDD2xd { top:41.25rem;left:0rem;width:19.375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlzbNc63NUyfUFHUnrJ6XRTls1ZdTTGR { top:39.1875rem;left:14.681640625rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw7vOq09xsJEQJBrvvThGBTLPs4cs7HJ { top:41.3125rem;left:14.75rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcnq16H2ma0dpBGyIhGlwNOhrKBZaeSt { top:39.125rem;left:27.4375rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4EsJcwW4iwC4AglPUiHaM1lZc6hT74 { top:41.1875rem;left:29.875rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyJ4iQqD73G2nftPopVKhTr4ru479pLM { top:3.25rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJSphphpQsKZx4Mcot2C7MOFcLRDJdCR { top:32.75rem;left:0rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXoB6XvQTd6OX3E01IWxoAZ3rmk023kZ { top:33.6875rem;left:0rem;width:4.375rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJ7xE0KdCh2H1BMMWFIWpoTzZv61MBUr { top:39.125rem;left:0rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7K2528UzhJrTzmOEyda3yBODSDCiSrP { top:41.25rem;left:0rem;width:19.375rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4Wt7qgrAPamuV2HooggGuTzO0qKmDCs { top:32.75rem;left:13.556640625rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvTuDdqxVOu7ETTn55p7865r1OXu1XXf { top:33.6875rem;left:14.494140625rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N31Tnapy1y6wTL2hRAxaDD1TVZvTfTpI { top:39.1875rem;left:14.681640625rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOlMdZIyPP1Qo5ercTN2GmGWPH4v9ILl { top:41.3125rem;left:14.75rem;width:17.875rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDpZFOaGBGa99lszFkWdeboWXEvPxPSu { top:32.75rem;left:26.8125rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJEibC4bpuQsfWq2ZcewpB5TAD5Hlg5O { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XP8BS2miu1u42wxRh9exXcqTo7VJJl8R { top:39.125rem;left:27.4375rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgBiS2LHpEeQlRhVSrLXxPbpLouiZraF { top:41.1875rem;left:29.875rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhinyJmygCB8oQvl908qC8plHJobGP3N { top:32.75rem;left:26.8125rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFOVsu0OctCtbGAgm4uRUhaT00URTIrZ { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1tIMZO85tdHTKwy9oLKOvxcChXVZSOC { top:39.125rem;left:27.4375rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNvnsWRunrgTdtqEBaZKqFb4bTEHvfTT { top:41.1875rem;left:29.875rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuH4FTAk8sSnhPHButmSv1dFft1CRdzI { top:32.75rem;left:13.556640625rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ao0DsNbhosz8KxfG41GleCVt1R28Ur1M { top:50.375rem;left:0rem;width:12.75rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHCdDwFBdPsFpeUN87DrTILtcVoI5inh { top:52.75rem;left:0rem;width:16.5625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9ZkohS733clG57RCf5C6bbEtbTqqO4G { top:0rem;left:0rem;width:47.75rem;height:31.475208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1k8CEt8Dtl4SmHTK4keHVzayxSwGBK6 { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1psiVaxC2ramSvaDRGbXUJScbmbrTH8 { width:3.4375rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DbtlATxu1TWv6w2G2ue7246aN1Uli44H { top:48.0625rem;left:0rem;width:47.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH6gKxk3f6y3A7TqJss3RELmpT7pF7tf { width:37.5rem;height:20.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAeTTsLwGlUeAOJlpnNzn1cuedDlTQyb { display:none; }
 }@media only screen and (max-width: 763px) { #VVysV2mVda45EPg2rg0ZooZbI4oXVCul { top:21.75rem;left:0rem;width:9.125rem;height:5rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKTvhS3U7UoQBeNVParou4HU6zMA57Dg { top:21.625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTODkoJoxCKboJBfNTpBOTUMFkRhcoWr { display:none; }
 }@media only screen and (max-width: 763px) { #rTPGboDTfqJKaQe2Pg4uJLGMqwRtpIUV { top:25.75rem;left:0rem;width:20rem;height:4.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO { display:block; }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lklBXscZpr84G0VEKdPVkwL4XvRVZyRd { top:0.75rem;left:16.0625rem;width:15.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyeM0qJVGU4Mcs4o3le9ogTpDSMqVz4F { width:15.5rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWqaB4a1bh1L7zxRctLwFfescllscOQe { display:block; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iL4kzInVrkRSNEdX4tWpmnsKFxldQD6x { top:3.6875rem;left:16.8125rem;width:30.9375rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7t3D4TAaMSaoM99H8xFrMimbO6UXg9A { top:3.5625rem;left:0rem;width:33.4375rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig7uxLomCP24CUed8IRMokTNX9WPx2T6 { top:10.4375rem;left:0rem;width:33rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pluRqI9vMewTBHsHtJDzEtRrxu4M1SGT { top:16.25rem;left:0rem;width:31.75rem;height:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA { display:block; }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sy1OTQuxDEd5ag5ef1o6MFdxAQAAahPQ { top:2.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6OWwvUzhH0vTT5fllmgIZrXTgAw1nio { top:6.875rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfTLrKTEv5ZyT5NSS7ZJx8P6GzbuCmil { top:16.4375rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIcMzW4JhhQnEuT7tvElfn1O7MR7t28M { top:18.4375rem;left:4.875rem;width:39.75rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf0yGivB0hFoA7m2gmQ28XZgTrr3iRgX { top:24.375rem;left:0rem;width:31.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSI6wgtADIPpOiXLtmTA7ZRAQS6SRTbx { top:24.375rem;left:16.5625rem;width:31.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTVkhN83LfkcS5Wr7qK1a5cx5cXFWAK { top:30.8125rem;left:0rem;width:31.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN4QnoqMgl3kAwmVk1z1ISLFiJ8hlBb6 { top:30.75rem;left:16.5625rem;width:31.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAMTel3wb8cWLdEKoAVuyePZvgrMLdag { top:40.0625rem;left:11.1875rem;width:27.125rem;height:3.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJUbSu9Hn7z3z0ORUAgHveTZOERJKUJF { top:45.6875rem;left:10.03125rem;width:27.6875rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbu1VUQhGmv4wfvgOa8C3HzTWIGUwzFK { top:0rem;left:0rem;width:47.75rem;height:33.600375626043rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVyAINOsgDogMASGrCAR6QmIN7cyu5SR { display:block; }#aVyAINOsgDogMASGrCAR6QmIN7cyu5SR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAuXk3vwBgEL9FLOPDzchtXI6VMUq473 { top:2.9375rem;left:11.25rem;width:26.125rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJSm4IzR1c7ROrZ8Fz7IeoVA4PX9TKH7 { top:9.6875rem;left:0rem;width:15.3125rem;height:15.375184204642rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuLZmXmxTSvqNy8iVFqVvzBupzFhsBPq { top:9.6875rem;left:7.2495670318606rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuEJD9FmAlAmOPfhgB79b8lavoTsXCvh { top:9.6875rem;left:27.343751907349rem;width:11.375rem;height:11.812257207536rem;display:block; }
 }@media only screen and (max-width: 763px) { #suXQKpJtkKS7OHvfPS0iyfRo3k3Nwr0J { top:9.75rem;left:34.5625rem;width:13.1875rem;height:11.508122756454rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIVyLC3RGcR2bzEuVzgfwDdMrw06b1Uh { top:9.6875rem;left:32.4375rem;width:15.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVUwJ0L0K8tfrDFBDZEkDwnB1wzycQT1 { top:9.625rem;left:32.3125rem;width:15.4375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGgGh28MniSvoT4dkLVT5GSqHuI92I1P { top:21.5rem;left:10.6875rem;width:15.6875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtliKJ1wFOq08nbsG8HSuy25ZiTpnwlp { top:9.75rem;left:25.375rem;width:15.3125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmnrzi6DhSGVchGelvEIohGZtzC1spS1 { display:block; }#hmnrzi6DhSGVchGelvEIohGZtzC1spS1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUMJ1bTEK7AmMRZODG18ZZXE90vHrIL4 { top:4.3125rem;left:0rem;width:16.0625rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIc5KIpiOdGyM7Aw74yiTN5gG8yoe6sm { top:4.4375rem;left:23.0625rem;width:24.6875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KopH8rZdIzEmWugcFIu2zlg3rc4VNv1a { top:10.1875rem;left:0rem;width:15rem;height:2.5rem;font-size:0.9375rem;display:block; }#KopH8rZdIzEmWugcFIu2zlg3rc4VNv1a li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #uoq5XoSKkvmtivE6OopGRUyTqlShUNMR { top:10.1875rem;left:26.4375rem;width:7.1875rem;height:2.5rem;font-size:1rem;display:block; }#uoq5XoSKkvmtivE6OopGRUyTqlShUNMR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #vF6mLKQ6v53dErtTpx4iKnHN1CSDLP30 { top:15rem;left:0rem;width:18.75rem;height:2.5rem;font-size:0.9375rem;display:block; }#vF6mLKQ6v53dErtTpx4iKnHN1CSDLP30 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #e9yDITaD6UfEWgEmoZRvf3lO0Ho0csu5 { top:15rem;left:26.4375rem;width:12.1875rem;height:2.5rem;font-size:0.9375rem;display:block; }#e9yDITaD6UfEWgEmoZRvf3lO0Ho0csu5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #AWxsSsDF9T1JGzFCrkJ2pdwJqRgxFUxa { top:19.3125rem;left:0rem;width:14.5rem;height:2.5rem;font-size:0.9375rem;display:block; }#AWxsSsDF9T1JGzFCrkJ2pdwJqRgxFUxa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #blOH5XkhE1kOeHyh0FOUy7u2NPCpg2hp { top:19.3125rem;left:26.4375rem;width:15rem;height:2.5rem;font-size:0.9375rem;display:block; }#blOH5XkhE1kOeHyh0FOUy7u2NPCpg2hp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #WUAieJNpuO4f0I7pcLC4nZAxlVN33ksg { top:32.25rem;left:0rem;width:25.125rem;height:2.5rem;font-size:0.9375rem;display:block; }#WUAieJNpuO4f0I7pcLC4nZAxlVN33ksg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #Ht30Q6eFnf9yd89lilAR2716TzaQKM2p { top:32.25rem;left:17.625rem;width:30.125rem;height:2.5rem;font-size:0.9375rem;display:block; }#Ht30Q6eFnf9yd89lilAR2716TzaQKM2p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #xJIbhhAuAqWJVxl6XdtxliWCfwnHXDsH { top:38.875rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#xJIbhhAuAqWJVxl6XdtxliWCfwnHXDsH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #Wil3Ooq5QmB0P4aMFtRgPUus8G4llZVf { top:36.8125rem;left:16.8125rem;width:30.9375rem;height:9.75rem;font-size:0.875rem;display:block; }#Wil3Ooq5QmB0P4aMFtRgPUus8G4llZVf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #lk1J60f9KPL7qyzZLU6nVznQgEp4SsU5 { top:23.625rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#lk1J60f9KPL7qyzZLU6nVznQgEp4SsU5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #pBNbxFEUgKXkFKvuC0BK8yE89zvefu4N { top:23.75rem;left:23.875rem;width:23.875rem;height:2.5rem;font-size:0.9375rem;display:block; }#pBNbxFEUgKXkFKvuC0BK8yE89zvefu4N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #DBJ8RatV1TDQwd9JiTck5zqLulZ11HLG { top:27.9375rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#DBJ8RatV1TDQwd9JiTck5zqLulZ11HLG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #I1sTz7COqhyyu0t94k4grkZwJtghakM7 { top:27.9375rem;left:26.4375rem;width:17.0625rem;height:2.5rem;font-size:0.9375rem;display:block; }#I1sTz7COqhyyu0t94k4grkZwJtghakM7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #XXtUZU5DepVMnI7pkUtKN9f5uIl5rSNm { top:52.875rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#XXtUZU5DepVMnI7pkUtKN9f5uIl5rSNm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #Gs0AIVN2bb769h7P2duwAfl4CWFMBnc0 { top:50.5rem;left:16.625rem;width:31.125rem;height:7.3125rem;font-size:0.875rem;display:block; }#Gs0AIVN2bb769h7P2duwAfl4CWFMBnc0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #EtEhBp2BO6etzHttKs0ICd4SKAH7liIx { top:3.3125rem;left:0rem;width:47.625rem;height:56.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4worq2a5CIrpLqgJyxgnPfzeA21W7S8 { top:8.375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #yNMBfT3r9G6q9vVBDiiiEio0Th0Q6dhv { top:13.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HcdJfxy338W4OilT58d2UP1HWrVwoJRk { top:18.125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #cODGGEkVvT1H1JEEhCJRyQoNKhqDv66c { top:22.5rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #aupiFNLHloB5kCTWEJFIihkaSo2F6TBO { top:26.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #l2rDCel6XSEJqv4KgfnuzmnL9KFhkcmA { top:31.0625rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Sv78qfo1HPE9PJbzzXl1dbpW0SgMCMXr { top:35.3125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #OfmELw6NHZbwfnCr9FakmLzcgskLvSsU { top:48.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6n9uDkwfEIo5nIuTQHDKVfpo4q8RnqU { top:3.3125rem;left:23.125rem;width:0.0625rem;height:56.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utiusqsCJt48pKGScEZAXXl5mnqJpQnV { display:block; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkJxqJeMZaZKaXDXTuqKObFws1dIXe2B { top:3.6875rem;left:10.71875rem;width:26.3125rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIxE9BnFnHgCWrNT9nmcoAHSr6H0M8m { top:8.5625rem;left:0rem;width:21.5rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0eZ12rsXGTlxELNouXTHXzSTbTp37I8 { top:10.5625rem;left:0rem;width:14.9375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF8RW45oeIORO4fXFUMdLI9idvolPeSL { top:12.9375rem;left:0rem;width:16.875rem;height:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmp6vZlGdSmiIMkL7wPDAxAyTdDmZ3Gt { top:12.9375rem;left:12.5625rem;width:19.875rem;height:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvACNbTQvC4UIEWQeXRr7hGSfBToxDh3 { top:10.5625rem;left:14.375rem;width:17.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiLsgM1ixWEHadLRONxcU07BWrQU53HJ { top:10.5625rem;left:27.25rem;width:20.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDr36r5Cy9GEg7uc8VkBvrBO4NsQyngD { top:13.5625rem;left:30.875rem;width:16.875rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqVUKiXfDT7GlPaPdbZhwLeI39EaxTsA { top:27.9375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KutRNaS9QWaqDLKmnDXNwxMZL8iN4uJx { top:34.3125rem;left:0rem;width:47.75rem;height:21.207276995305rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNSX8N5NrbDJTXpylGQrzt1XNUmMwz18 { top:68.6875rem;left:11.875rem;width:21.25rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIQtxB50yRLR7tzcZee0xe7gnHPO3gk4 { top:8.5625rem;left:11.75rem;width:21.5rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ospxrAfV8ADr4CwG8gVxTwI4pmTKbS6i { top:8.5625rem;left:26.25rem;width:21.5rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMy9KTRLsb1Roxq92KqMJvhROxUIUT2w { width:7.1875rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWyWofe529fKBPz8wMddboMraoU16ZTU { width:7.4375rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrZeDAwvSvc1s6Tqhtq9febCMl70h4XF { width:7.25rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8duHffn9F2yESpyM5Oz3fTql3sNc54Q { width:7.25rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkyN5pFxwTcvWfucCWF4TyuodKkADaBl { width:7.25rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXHbeTPsVZwW0mDHSGEhUbTLXv3BhXgX { width:7.25rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tn8gvF55aZMWDxMs19tEzlsvpRLl42Xq { display:none; }
 }@media only screen and (max-width: 763px) { #JOTcmXJKbO65zHQX47HTZ1x2vCfCadVr { width:7.25rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKSfM4g578Q5zAgHREgh5PtcZ1vODckW { top:211.625rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eke3uG26AO4taHLlpJMGxsTTyI6ns5Tz { top:34.25rem;left:0rem;width:47.75rem;height:21.133053221289rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBuXPyFt8lGzNFLerDxcDzTEDhwyrfsQ { width:30.5625rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugJPRALhfCLZ4icVZr5xG7hoGswMrFrb { width:30.5rem;height:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.92);background-image:url("https://images.assets-landingi.com/uc/9c1000d6-6b46-4bb9-83d4-77c856485d52/Rectangle118901.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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 { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwfaWTMGQOpteNe0Iy809r8XKpwxvpU2 { width:20rem;height:10.75rem;top:13.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXswkZ5zTXR9zT7bsePzXJK7fO4K2QVB { width:20rem;height:10.7831875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzoNcPm21F5fHzDk49rHGJi9IDAtEufA { width:20rem;height:10.7831875rem;top:31.84375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNmRU0uTmisZkh1u3lzVkomHgedUeO5b { width:17.3125rem;height:1.6875rem;top:1.328125rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nra6U0PUQVQ8TG9uOJUyFvwf23fFtGly { width:20rem;height:5.19921875rem;top:31.890625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWTpwvyoRyepxUJ0h81APvfOGMahNfiD { width:20rem;height:6rem;top:7.40625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sc5Kf1GCWXmN2ZcsgbooF7KOz98TWg6J { width:20rem;height:5.19921875rem;top:29.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ehw4sMwTUoTO82ExQDGgnVbBeGp9QvdZ { width:15.625rem;height:3.625rem;top:44.5rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #esML43ve5dCuXQVCFv7rPf0TcSvTn3DG { width:20rem;height:29.9375rem;top:35.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGOM3w0etfkQ42Ek4ESVsbIZPCvsATL3 { width:18.1875rem;height:33.5625rem;top:28.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP7slWynQnJqnNi0uFQIe4BBCXCpCXOP { top:4.265625rem;left:1.53125rem;width:16.9375rem;height:3.8125rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zUThIV4mDsqCMuQKQ7fFyT0xF55G1l34 { top:9.328125rem;left:0.8125rem;width:18.375rem;height:1.125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rRFw76muyqi5OZ02zsogtG1dLNItFztg { top:64.25rem;left:2.25rem;width:15.5rem;height:3.6875rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O9rOxuxUuNX6ZfT3lOImUI6hvvaJN8ka { width:16.124125rem;height:14.32075rem;top:12.248264312744rem;left:1.9379342198372rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#O9rOxuxUuNX6ZfT3lOImUI6hvvaJN8ka li:before{  }
 }@media only screen and (max-width: 763px) { #ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL { display:block; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRv33twTrA8Ir29TkoiAoyn6n5NWruIk { width:4.0625rem;height:4.0625rem;top:9.46875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLh5R004kJuguAxv0klKoMZSXJ5yDfrE { width:20rem;height:20rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPkZzrt5Mdmd7k1uPQgyCcAKuHnzmMcR { width:20rem;height:20rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMLtMcoI7Ug5JKkrinhVTlkd5pZbSTTX { width:3.6875rem;height:4.0625rem;top:30.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtO1yPDe5azySULdcmLWE8GR5Tt5wVIF { width:20rem;height:20rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgTSh9w4BBTq01lLgzFgasBTLbPy866z { width:4rem;height:3.75rem;top:52rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSMa6Knkif90vPXvxE7bwpJdsMHS4abL { width:12.5rem;height:1.7068125rem;top:15rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #diQPlzQJ6RXdqCag1vyuLe1MFOq2Ilbk { width:12.5rem;height:1.625rem;top:17.1123046875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #izJ24mJk2ETN7thkhDAowaAHhHErSaTv { width:15.8125rem;height:1.462675rem;top:19.3623046875rem;left:2.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z42Q8ZyMa4ZS725RMxbSIiRHZpFL15FJ { width:12.5rem;height:1.7068125rem;top:36.125rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b31WxHlKtVCezFVbwe9AV1BpvppA8gsM { width:11.75rem;height:1.625rem;top:38.2060546875rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTlwloGbTqyMaA54pWd6zgdNvNrOPcgI { width:12.1875rem;height:1.462675rem;top:40.2685546875rem;left:3.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAFlovw8cluRtOq6wSe6ILTndqtwFVvc { width:9.5625rem;height:1.7068125rem;top:57.375rem;left:5.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZ7dohKm6XrimQxrGwoTsN5DlJ5NqaVk { width:7.0625rem;height:1.625rem;top:59.3125rem;left:6.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPmff5TRgzyyKyyw7SfWd26af7ls3efl { width:13.25rem;height:1.462675rem;top:61.25rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q23UrVp4GkXRghIil0UokgktBhuKtzyn { display:block; }#Q23UrVp4GkXRghIil0UokgktBhuKtzyn > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBHTt0PEmecV7sCJHCm2Jd99UpfEPRDL { width:20rem;height:6rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxrAv6sXVt79Qdula9kvc7Tr5VyZyovi { width:16.1875rem;height:1.54296875rem;top:0.6875rem;left:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUVu2T0ZQ8AMRgvPh83UQaq9fMe8xpb5 { width:16.75rem;height:0.9746125rem;top:2.375rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUxiTLedIJC7i29UWTMQPgyFHTk0oPzo { width:17.375rem;height:0.25rem;top:4.111328125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXP70nqwunTyT4b1bTuE9LzRDxBAnlFT { width:20rem;height:2.11154375rem;top:5.099609375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E969zJzvcBTGk5JUA0ZBQgSLenpBKoT7 { width:10.125rem;height:5rem;top:8.8125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekkx5u7cPCCNdgXsBZOMnGazsCNPaXuS { width:9.8125rem;height:1.055775rem;top:9.5625rem;left:9.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbShw62CWgQz5yiXHh8TheRg8EP90FR8 { width:9.375rem;height:2.400175rem;top:10.75rem;left:9.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkUu6cM5iA2M3SUFyosvkBB1UT12wniC { background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(0,0,0,0.6), #000000);background-image: -moz-linear-gradient(155deg, rgba(0,0,0,0.6), #000000);background-image: -ms-linear-gradient(155deg, rgba(0,0,0,0.6), #000000);background-image: -o-linear-gradient(155deg, rgba(0,0,0,0.6), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#000000' );";background-image: linear-gradient(155deg, rgba(0,0,0,0.6), #000000);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; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container { background-color: transparent; background-image: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container > .video-iframe-container { display: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row > .video-iframe-container { display: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .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); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container { border-width: 0; border-radius: 0; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOwQ4Bs0kzZNQme4cblnENDXXokfMDka { width:20rem;height:0.212890625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sThT70Hgbn5Obu9R0ff2TvtDrJVTZIGq { width:20rem;height:6.2529375rem;top:72.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0aXSdwzbZkO43puWFHpGomvPfCgeBWm { width:20rem;height:12.417910447761rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1NGTSny2NTKfzqWitPrOgA48EgwWUID { width:20rem;height:12.417910447761rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBClxK9kbl91kU3aa9LUBVm0yVNPIEDB { width:20rem;height:12.417910447761rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HthLET3JBQntAulI4gXovHoFruxkf1AX { width:4.375rem;height:3.5rem;top:51.625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtRSI9itCHTkVMgHyTvV7p9HyVwMkNpN { width:3.5rem;height:3.5rem;top:58.375rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJbgyoQNrHwDdC6tTA9l1In2vR45y5Bc { width:3.0625rem;height:3.5rem;top:55.125rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgBEEzE4XWGHEiSwqSDhaw4nZrcoXDUu { width:20rem;height:1.7871125rem;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zoTvXkUxRADOrwxbyhyU1I42sSwDD2xd { width:19.375rem;height:2.5996125rem;top:59.25rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AlzbNc63NUyfUFHUnrJ6XRTls1ZdTTGR { width:20rem;height:1.7871125rem;top:64rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qw7vOq09xsJEQJBrvvThGBTLPs4cs7HJ { width:17.875rem;height:2.5996125rem;top:59.25rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bcnq16H2ma0dpBGyIhGlwNOhrKBZaeSt { width:20rem;height:1.7871125rem;top:67.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eq4EsJcwW4iwC4AglPUiHaM1lZc6hT74 { width:17.875rem;height:2.5996125rem;top:59.1875rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iyJ4iQqD73G2nftPopVKhTr4ru479pLM { width:20rem;height:3.574575rem;top:1.50390625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJSphphpQsKZx4Mcot2C7MOFcLRDJdCR { width:20rem;height:12.417910447761rem;top:29.5625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vXoB6XvQTd6OX3E01IWxoAZ3rmk023kZ { width:4.0625rem;height:3.25rem;top:30.375rem;left:0.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #LJ7xE0KdCh2H1BMMWFIWpoTzZv61MBUr { width:17.8125rem;height:1.7871125rem;top:35.625rem;left:1.125rem;font-size:1.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #F7K2528UzhJrTzmOEyda3yBODSDCiSrP { width:19rem;height:2.2721375rem;top:38.0625rem;left:0.5rem;font-size:0.875rem;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V4Wt7qgrAPamuV2HooggGuTzO0qKmDCs { width:20rem;height:12.417910447761rem;top:43.25rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #fvTuDdqxVOu7ETTn55p7865r1OXu1XXf { width:3.5rem;height:3.5rem;top:44rem;left:0.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #N31Tnapy1y6wTL2hRAxaDD1TVZvTfTpI { width:12.75rem;height:1.7871125rem;top:49.375rem;left:3.625rem;font-size:1.375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #aOlMdZIyPP1Qo5ercTN2GmGWPH4v9ILl { width:16.5625rem;height:2.2721375rem;top:51.8125rem;left:1.75rem;font-size:0.875rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDpZFOaGBGa99lszFkWdeboWXEvPxPSu { width:20rem;height:12.417910447761rem;top:59.625rem;left:1.53125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #mJEibC4bpuQsfWq2ZcewpB5TAD5Hlg5O { width:3.0625rem;height:3.5rem;top:66.9375rem;left:7.21875rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #XP8BS2miu1u42wxRh9exXcqTo7VJJl8R { width:20rem;height:0;top:70.25rem;left:1.53125rem;font-size:1.375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #OgBiS2LHpEeQlRhVSrLXxPbpLouiZraF { width:17.875rem;height:0;top:69.412109375rem;left:3.6875rem;font-size:1rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #UhinyJmygCB8oQvl908qC8plHJobGP3N { width:20rem;height:12.417910447761rem;top:45.6875rem;left:1.53125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #pFOVsu0OctCtbGAgm4uRUhaT00URTIrZ { width:3.0625rem;height:3.5rem;top:46.5rem;left:5.90625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #C1tIMZO85tdHTKwy9oLKOvxcChXVZSOC { width:20rem;height:0;top:52.0625rem;left:1.53125rem;font-size:1.375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #MNvnsWRunrgTdtqEBaZKqFb4bTEHvfTT { width:17.875rem;height:0;top:54.162109375rem;left:3.6875rem;font-size:1rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #IuH4FTAk8sSnhPHButmSv1dFft1CRdzI { width:20rem;height:12.417910447761rem;top:56.9375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Ao0DsNbhosz8KxfG41GleCVt1R28Ur1M { width:12.75rem;height:1.7871125rem;top:63.0625rem;left:3.625rem;font-size:1.375rem;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHCdDwFBdPsFpeUN87DrTILtcVoI5inh { width:16.5625rem;height:2.2721375rem;top:65.4375rem;left:1.75rem;font-size:0.875rem;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZkohS733clG57RCf5C6bbEtbTqqO4G { width:20rem;height:13.183333333333rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1k8CEt8Dtl4SmHTK4keHVzayxSwGBK6 { width:4.5rem;height:4.5rem;top:63.0625rem;left:8.03125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #S1psiVaxC2ramSvaDRGbXUJScbmbrTH8 { top:57.625rem;left:0.875rem;width:3.1875rem;height:3.625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DbtlATxu1TWv6w2G2ue7246aN1Uli44H { width:20rem;height:2.3125rem;top:56.542rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iH6gKxk3f6y3A7TqJss3RELmpT7pF7tf { top:7.1875rem;left:0rem;width:20rem;height:11.0625rem;z-index:15024;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAeTTsLwGlUeAOJlpnNzn1cuedDlTQyb { top:16.3125rem;left:0rem;width:20rem;height:11.375rem;z-index:15011;background-color:#ffffff;background-image:none;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVysV2mVda45EPg2rg0ZooZbI4oXVCul { top:20.73046875rem;left:0.3125rem;width:19.375rem;height:3.4121125rem;z-index:15027;font-family:poppins;font-weight:700;font-style:normal;color:#1ad079;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKTvhS3U7UoQBeNVParou4HU6zMA57Dg { top:18.875rem;left:0rem;width:20rem;height:1.3808625rem;z-index:15025;text-align:center;text-align-last:center;font-family:poppins;font-weight:700;font-style:normal;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTODkoJoxCKboJBfNTpBOTUMFkRhcoWr { top:20.880859375rem;left:0.65625rem;width:18.6875rem;height:3.0625rem;z-index:15026;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rTPGboDTfqJKaQe2Pg4uJLGMqwRtpIUV { top:24.517578125rem;left:0rem;width:20rem;height:2.4375rem;z-index:15026;text-align:center;text-align-last:center;font-family:poppins;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .row .container { background-color: transparent; background-image: none; }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .row .container > .video-iframe-container { display: none; }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .row > .video-iframe-container { display: none; }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .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); }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .row .container { border-width: 0; border-radius: 0; }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RK8VbqAOw1123b4NiPbw7bcsLhdfPaZO > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lklBXscZpr84G0VEKdPVkwL4XvRVZyRd { width:15.625rem;height:3.625rem;top:0.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyeM0qJVGU4Mcs4o3le9ogTpDSMqVz4F { top:1.09375rem;left:3.46875rem;width:13.0625rem;height:2.9375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xWqaB4a1bh1L7zxRctLwFfescllscOQe { display:block; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iL4kzInVrkRSNEdX4tWpmnsKFxldQD6x { width:20rem;height:18.0605625rem;top:11.171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7t3D4TAaMSaoM99H8xFrMimbO6UXg9A { width:20rem;height:3.849825rem;top:0.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ig7uxLomCP24CUed8IRMokTNX9WPx2T6 { width:20rem;height:3.298825rem;top:6rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pluRqI9vMewTBHsHtJDzEtRrxu4M1SGT { width:20rem;height:16.0894375rem;top:31.107421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.63), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.63), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.63), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.63), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.63), #000000);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; }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .row .container { background-color: transparent; background-image: none; }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .row .container > .video-iframe-container { display: none; }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .row > .video-iframe-container { display: none; }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .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); }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .row .container { border-width: 0; border-radius: 0; }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQer5zOhB9MkN8Npd0DdewfhlUOZDWHA > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sy1OTQuxDEd5ag5ef1o6MFdxAQAAahPQ { width:20rem;height:4.71136875rem;top:0.9375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G6OWwvUzhH0vTT5fllmgIZrXTgAw1nio { width:20rem;height:8.4461875rem;top:7.8359375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfTLrKTEv5ZyT5NSS7ZJx8P6GzbuCmil { width:20rem;height:0.375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIcMzW4JhhQnEuT7tvElfn1O7MR7t28M { width:20rem;height:3.45051875rem;top:20.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf0yGivB0hFoA7m2gmQ28XZgTrr3iRgX { width:20rem;height:3.326175rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSI6wgtADIPpOiXLtmTA7ZRAQS6SRTbx { width:20rem;height:3.326175rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTVkhN83LfkcS5Wr7qK1a5cx5cXFWAK { width:20rem;height:3.326175rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN4QnoqMgl3kAwmVk1z1ISLFiJ8hlBb6 { width:20rem;height:3.326175rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAMTel3wb8cWLdEKoAVuyePZvgrMLdag { width:20rem;height:2.5996125rem;top:46.576171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJUbSu9Hn7z3z0ORUAgHveTZOERJKUJF { width:20rem;height:1.94921875rem;top:50.263671875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bbu1VUQhGmv4wfvgOa8C3HzTWIGUwzFK { width:20rem;height:14.0625rem;top:34.279296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVyAINOsgDogMASGrCAR6QmIN7cyu5SR { display:block; }#aVyAINOsgDogMASGrCAR6QmIN7cyu5SR > .row .container { width:20rem;height:97.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAuXk3vwBgEL9FLOPDzchtXI6VMUq473 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJSm4IzR1c7ROrZ8Fz7IeoVA4PX9TKH7 { width:20rem;height:20.0803125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuLZmXmxTSvqNy8iVFqVvzBupzFhsBPq { width:20rem;height:20rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuEJD9FmAlAmOPfhgB79b8lavoTsXCvh { width:14.8125rem;height:15.4375rem;top:48.9375rem;left:2.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #suXQKpJtkKS7OHvfPS0iyfRo3k3Nwr0J { width:17.1245625rem;height:14.874125rem;top:72.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIVyLC3RGcR2bzEuVzgfwDdMrw06b1Uh { width:19.9375rem;height:15.125rem;top:72.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVUwJ0L0K8tfrDFBDZEkDwnB1wzycQT1 { width:20rem;height:24.1875rem;top:71.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGgGh28MniSvoT4dkLVT5GSqHuI92I1P { width:19.75rem;height:5.5rem;top:70.625rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #rtliKJ1wFOq08nbsG8HSuy25ZiTpnwlp { width:20rem;height:22.0625rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmnrzi6DhSGVchGelvEIohGZtzC1spS1 { display:block; }#hmnrzi6DhSGVchGelvEIohGZtzC1spS1 > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUMJ1bTEK7AmMRZODG18ZZXE90vHrIL4 { width:7.249375rem;height:1.7068125rem;top:4.3125rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pIc5KIpiOdGyM7Aw74yiTN5gG8yoe6sm { width:8.2498125rem;height:2.76041875rem;top:4.3125rem;left:11.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KopH8rZdIzEmWugcFIu2zlg3rc4VNv1a { width:8.9985rem;height:1.40625rem;top:9.875rem;left:0.25rem;font-size:0.9375rem;display:block; }#KopH8rZdIzEmWugcFIu2zlg3rc4VNv1a li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #uoq5XoSKkvmtivE6OopGRUyTqlShUNMR { width:5.68685rem;height:1.50065rem;top:9.8125rem;left:11.25rem;font-size:1rem;display:block; }#uoq5XoSKkvmtivE6OopGRUyTqlShUNMR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #vF6mLKQ6v53dErtTpx4iKnHN1CSDLP30 { width:10.999375rem;height:1.40625rem;top:13.5625rem;left:0.25rem;font-size:0.9375rem;display:block; }#vF6mLKQ6v53dErtTpx4iKnHN1CSDLP30 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #e9yDITaD6UfEWgEmoZRvf3lO0Ho0csu5 { width:5.68685rem;height:1.40625rem;top:13.5625rem;left:11.25rem;font-size:0.9375rem;display:block; }#e9yDITaD6UfEWgEmoZRvf3lO0Ho0csu5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #AWxsSsDF9T1JGzFCrkJ2pdwJqRgxFUxa { width:9.4998125rem;height:1.40625rem;top:17.25rem;left:0.25rem;font-size:0.9375rem;display:block; }#AWxsSsDF9T1JGzFCrkJ2pdwJqRgxFUxa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #blOH5XkhE1kOeHyh0FOUy7u2NPCpg2hp { width:6.0612rem;height:1.40625rem;top:17.25rem;left:11.25rem;font-size:0.9375rem;display:block; }#blOH5XkhE1kOeHyh0FOUy7u2NPCpg2hp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #WUAieJNpuO4f0I7pcLC4nZAxlVN33ksg { width:10.4980625rem;height:2.8125rem;top:29.8125rem;left:0.25rem;font-size:0.9375rem;display:block; }#WUAieJNpuO4f0I7pcLC4nZAxlVN33ksg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #Ht30Q6eFnf9yd89lilAR2716TzaQKM2p { width:7.8125rem;height:4.21875rem;top:29.8125rem;left:11.25rem;font-size:0.9375rem;display:block; }#Ht30Q6eFnf9yd89lilAR2716TzaQKM2p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #xJIbhhAuAqWJVxl6XdtxliWCfwnHXDsH { width:9.375rem;height:1.40625rem;top:36.0625rem;left:0.25rem;font-size:0.9375rem;display:block; }#xJIbhhAuAqWJVxl6XdtxliWCfwnHXDsH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #Wil3Ooq5QmB0P4aMFtRgPUus8G4llZVf { width:8.936625rem;height:11.806625rem;top:36.0625rem;left:11.125rem;font-size:0.875rem;display:block; }#Wil3Ooq5QmB0P4aMFtRgPUus8G4llZVf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #lk1J60f9KPL7qyzZLU6nVznQgEp4SsU5 { width:10.625rem;height:1.40625rem;top:21.0625rem;left:0.25rem;font-size:0.9375rem;display:block; }#lk1J60f9KPL7qyzZLU6nVznQgEp4SsU5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #pBNbxFEUgKXkFKvuC0BK8yE89zvefu4N { width:6.7480625rem;height:2.8125rem;top:21.0625rem;left:11.25rem;font-size:0.9375rem;display:block; }#pBNbxFEUgKXkFKvuC0BK8yE89zvefu4N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #DBJ8RatV1TDQwd9JiTck5zqLulZ11HLG { width:6.4995625rem;height:1.40625rem;top:26.0625rem;left:0.25rem;font-size:0.9375rem;display:block; }#DBJ8RatV1TDQwd9JiTck5zqLulZ11HLG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #I1sTz7COqhyyu0t94k4grkZwJtghakM7 { width:5.99935rem;height:1.40625rem;top:26.0625rem;left:11.25rem;font-size:0.9375rem;display:block; }#I1sTz7COqhyyu0t94k4grkZwJtghakM7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #XXtUZU5DepVMnI7pkUtKN9f5uIl5rSNm { width:8.5623125rem;height:1.40625rem;top:51.3125rem;left:0.25rem;font-size:0.9375rem;display:block; }#XXtUZU5DepVMnI7pkUtKN9f5uIl5rSNm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #Gs0AIVN2bb769h7P2duwAfl4CWFMBnc0 { width:8.6870625rem;height:9.1829375rem;top:51.3125rem;left:11.375rem;font-size:0.875rem;display:block; }#Gs0AIVN2bb769h7P2duwAfl4CWFMBnc0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #EtEhBp2BO6etzHttKs0ICd4SKAH7liIx { width:19.875rem;height:59.0625rem;top:3.0620574951172rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4worq2a5CIrpLqgJyxgnPfzeA21W7S8 { width:20rem;height:0.0618489375rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNMBfT3r9G6q9vVBDiiiEio0Th0Q6dhv { width:20rem;height:0.0618489375rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcdJfxy338W4OilT58d2UP1HWrVwoJRk { width:20rem;height:0.0618489375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cODGGEkVvT1H1JEEhCJRyQoNKhqDv66c { width:20rem;height:0.0618489375rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aupiFNLHloB5kCTWEJFIihkaSo2F6TBO { width:20rem;height:0.0618489375rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2rDCel6XSEJqv4KgfnuzmnL9KFhkcmA { width:20rem;height:0.0618489375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv78qfo1HPE9PJbzzXl1dbpW0SgMCMXr { width:20rem;height:0.0618489375rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfmELw6NHZbwfnCr9FakmLzcgskLvSsU { width:20rem;height:0.124783125rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6n9uDkwfEIo5nIuTQHDKVfpo4q8RnqU { width:0.0625rem;height:59.0625rem;top:3.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utiusqsCJt48pKGScEZAXXl5mnqJpQnV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(0,0,0,0.69));background-image: -moz-linear-gradient(180deg, #000000, rgba(0,0,0,0.69));background-image: -ms-linear-gradient(180deg, #000000, rgba(0,0,0,0.69));background-image: -o-linear-gradient(180deg, #000000, rgba(0,0,0,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#af000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#af000000' );";background-image: linear-gradient(180deg, #000000, rgba(0,0,0,0.69));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; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container { background-color: transparent; background-image: none; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container > .video-iframe-container { display: none; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row > .video-iframe-container { display: none; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .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); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container { border-width: 0; border-radius: 0; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container { width:20rem;height:82rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkJxqJeMZaZKaXDXTuqKObFws1dIXe2B { width:20rem;height:2.5997875rem;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrIxE9BnFnHgCWrNT9nmcoAHSr6H0M8m { width:20rem;height:10.5224375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0eZ12rsXGTlxELNouXTHXzSTbTp37I8 { width:14.9375rem;height:1.7872875rem;top:7.9365234375rem;left:2.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XF8RW45oeIORO4fXFUMdLI9idvolPeSL { width:19.875rem;height:3.50260625rem;top:10.9736328125rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmp6vZlGdSmiIMkL7wPDAxAyTdDmZ3Gt { width:19.75rem;height:4.40104375rem;top:23.18359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvACNbTQvC4UIEWQeXRr7hGSfBToxDh3 { width:17.5rem;height:1.7872875rem;top:20.146484375rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiLsgM1ixWEHadLRONxcU07BWrQU53HJ { width:20rem;height:1.7872875rem;top:32.54296875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDr36r5Cy9GEg7uc8VkBvrBO4NsQyngD { width:18.4375rem;height:3.50260625rem;top:35.580078125rem;left:0.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqVUKiXfDT7GlPaPdbZhwLeI39EaxTsA { width:20rem;height:2.69965rem;top:44.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KutRNaS9QWaqDLKmnDXNwxMZL8iN4uJx { width:20rem;height:8.6875rem;top:226.4853515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNSX8N5NrbDJTXpylGQrzt1XNUmMwz18 { width:14.6245625rem;height:2.74956875rem;top:77.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIQtxB50yRLR7tzcZee0xe7gnHPO3gk4 { width:20rem;height:10.4375rem;top:18.896484375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ospxrAfV8ADr4CwG8gVxTwI4pmTKbS6i { width:20rem;height:10.5224375rem;top:31.29296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMy9KTRLsb1Roxq92KqMJvhROxUIUT2w { top:92.254779815675rem;left:0rem;width:18.6870625rem;height:20.374375rem;z-index:15024;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MWyWofe529fKBPz8wMddboMraoU16ZTU { top:82.892799377444rem;left:0.62500005960463rem;width:18.75rem;height:19.375rem;z-index:15025;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #RrZeDAwvSvc1s6Tqhtq9febCMl70h4XF { top:116.43989372253rem;left:0.62500005960463rem;width:18.75rem;height:20rem;z-index:15029;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #h8duHffn9F2yESpyM5Oz3fTql3sNc54Q { top:138.00565338135rem;left:0rem;width:18.75rem;height:20.374375rem;z-index:15030;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gkyN5pFxwTcvWfucCWF4TyuodKkADaBl { top:162.625rem;left:0.625rem;width:18.75rem;height:20.1875rem;z-index:15034;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pXHbeTPsVZwW0mDHSGEhUbTLXv3BhXgX { top:185.4375rem;left:0.625rem;width:18.75rem;height:20rem;z-index:15035;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Tn8gvF55aZMWDxMs19tEzlsvpRLl42Xq { top:48.5625rem;left:0rem;width:19.875rem;height:25.8125rem;z-index:15036;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -moz-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -ms-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -o-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );";background-image: linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-size:auto !important;border-top:0.0625rem solid #c0b9b9;border-left:0.0625rem solid #c0b9b9;border-right:0.0625rem solid #c0b9b9;border-bottom:0.0625rem solid #c0b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #JOTcmXJKbO65zHQX47HTZ1x2vCfCadVr { top:260.4375rem;left:0rem;width:20rem;height:21.375rem;z-index:15038;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hKSfM4g578Q5zAgHREgh5PtcZ1vODckW { top:49.8125rem;left:0rem;width:20rem;height:1.462675rem;z-index:15039;color:#1ad079;font-family:poppins;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eke3uG26AO4taHLlpJMGxsTTyI6ns5Tz { width:20rem;height:8.8514925442812rem;top:413.37655811463rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBuXPyFt8lGzNFLerDxcDzTEDhwyrfsQ { top:52.5rem;left:0.4375rem;width:18.936625rem;height:12.3123125rem;z-index:15103;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ugJPRALhfCLZ4icVZr5xG7hoGswMrFrb { top:65.3125rem;left:0.3125rem;width:18.9375rem;height:7.4375rem;z-index:15104;overflow:hidden;display:block; }
 }