.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,230,204;--color-primary-1:254,179,102;--color-primary-2:253,129,0;--color-primary-3:253,184,0;--color-primary-4:51,26,0;--color-secondary-0:252,217,217;--color-secondary-1:247,128,128;--color-secondary-2:238,0,0;--color-secondary-3:119,0,0;--color-secondary-4:36,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:rgba(var(--color-tertiary-4),0);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:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #272727);background-image: -moz-linear-gradient(180deg, #000000, #272727);background-image: -ms-linear-gradient(180deg, #000000, #272727);background-image: -o-linear-gradient(180deg, #000000, #272727);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#272727' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#272727' );";background-image: linear-gradient(180deg, #000000, #272727);background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#u9GT36RF9SKdOTAVePd1Xi4Dlm4TDmxC { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.1875rem;left:3.375rem;height:6.82325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#O48A9LI6e6Zdn54KfFGSS15I3teK2NPP { color:rgba(var(--color-primary-2),1);display:block;width:50.9375rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Q8LmVPdI7AOh0KfhlXIaG5EyTi3TTtC5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #127938, #25d366);background-image: -moz-linear-gradient(180deg, #127938, #25d366);background-image: -ms-linear-gradient(180deg, #127938, #25d366);background-image: -o-linear-gradient(180deg, #127938, #25d366);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#127938', endColorstr='#25d366' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#127938', endColorstr='#25d366' );";background-image: linear-gradient(180deg, #127938, #25d366);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.371125rem;height:4.43555rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:30.625rem;left:24.8125rem;display:block; }
#HXLTg36pCGMmhAKKAdcBluys6eR3o7So { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H6JP89qk6LlGfKvaZwHGCyTJTQxlLUGb { position:absolute;display:block;z-index:15039;height:3.125rem;width:20rem;top:10.125rem;left:27.5rem;display:block; }
#xmlbAiQFBtB5UBcDvxqLBLwtspyitL8h { position:absolute;display:block;z-index:15040;height:6.25rem;width:75rem;top:11.125rem;left:0rem;display:block; }
#z4LigNJhPluWdDnRTvO81TGo3ahZuPEi { position:absolute;display:block;z-index:15041;height:5.374025rem;width:75rem;top:36.25rem;left:0rem;display:block; }
#OImAGxJVK7xkeaTfruMi0OaqD1LQkJ8W { position:absolute;display:block;z-index:15040;height:0.625rem;width:75rem;top:0rem;left:0.031034469604492rem;display:block; }
#MPNOcdQXwIiGhJ1xqEzmhG8VIFrrs4Ge { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:23.3125rem;left:18.1875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6I8V5e5B55LFU9PfxIfNGZqAQTWwIM3 { position:absolute;display:block;z-index:15042;height:3.75rem;width:2.5rem;top:43.125rem;left:36.25rem;display:block; }
#OsxPZZp5E46Qbnv91GbMdS3nBZ0HMrrW { 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:34.125rem;width:34.125rem;top:21.875rem;left:48.1875rem;overflow:hidden;display:block; }
#McEnw07Po6fgzUOFT4oyoZIARtS2LAby { position:absolute;display:block;z-index:15043;height:4.625rem;width:8.25rem;top:26rem;left:66.75rem;display:block; }
#nMtIZ0KnTyATxpsbJeyq380puQsr3Irw { position:absolute;display:block;z-index:15044;height:12.125rem;width:13rem;top:40.125rem;left:-6.9569387985544rem;display:block; }
#W7B8xv52q7IRSri9GyD70XNiF3ilTAAk { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;top:26rem;left:3.5rem;overflow:hidden;display:block; }
#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #272727, #000000);background-image: -moz-linear-gradient(180deg, #272727, #000000);background-image: -ms-linear-gradient(180deg, #272727, #000000);background-image: -o-linear-gradient(180deg, #272727, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#000000' );";background-image: linear-gradient(180deg, #272727, #000000);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; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row .container { background-color: transparent; background-image: none; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row .container > .video-iframe-container { display: none; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row > .video-iframe-container { display: none; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .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); }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row .container { border-width: 0; border-radius: 0; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#TPI4brQTftBhoR8NLaFUVd89QbQbNluG { color:rgba(var(--color-secondary-2),1);display:block;width:44.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5390625rem;left:15.3125rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#f28VVu6TwGFkqA2aAq6eHINWIsFpFC35 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:33.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G23S6SMILhQyHQPLfffDggBfBonwtNQ0 { box-sizing:content-box;height:2.4375rem;width:10.625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff7474, #d00900);background-image: -moz-linear-gradient(90deg, #ff7474, #d00900);background-image: -ms-linear-gradient(90deg, #ff7474, #d00900);background-image: -o-linear-gradient(90deg, #ff7474, #d00900);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7474', endColorstr='#d00900' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7474', endColorstr='#d00900' );";background-image: linear-gradient(90deg, #ff7474, #d00900);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:32.1875rem;border-top-right-radius:7rem;border-bottom-right-radius:7rem;border-bottom-left-radius:7rem;border-top-left-radius:7rem;display:block; }
#y91QqtMaxPbh8kTdHzG09TpVcyyypXZQ { position:absolute;display:block;z-index:15003;height:21.75rem;width:56.25rem;top:8.5625rem;left:9.375rem;display:block; }
#sWx0c36RQ5qhPGc0MLHbsMrN218gxLfi { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:32.1875rem;top:8.6875rem;left:-14.5625rem;overflow:hidden;display:block; }
#fuZNKWma8wfGnilE9m9nOfxh1rv8PL2A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #272727);background-image: -moz-linear-gradient(180deg, #000000, #272727);background-image: -ms-linear-gradient(180deg, #000000, #272727);background-image: -o-linear-gradient(180deg, #000000, #272727);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#272727' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#272727' );";background-image: linear-gradient(180deg, #000000, #272727);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; }#fuZNKWma8wfGnilE9m9nOfxh1rv8PL2A > .row .container { background-color: transparent; background-image: none; }#fuZNKWma8wfGnilE9m9nOfxh1rv8PL2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuZNKWma8wfGnilE9m9nOfxh1rv8PL2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuZNKWma8wfGnilE9m9nOfxh1rv8PL2A > .row .container > .video-iframe-container { display: none; }#fuZNKWma8wfGnilE9m9nOfxh1rv8PL2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuZNKWma8wfGnilE9m9nOfxh1rv8PL2A > .row > .video-iframe-container { display: none; }#fuZNKWma8wfGnilE9m9nOfxh1rv8PL2A > .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); }#fuZNKWma8wfGnilE9m9nOfxh1rv8PL2A > .row .container { border-width: 0; border-radius: 0; }#fuZNKWma8wfGnilE9m9nOfxh1rv8PL2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fuZNKWma8wfGnilE9m9nOfxh1rv8PL2A > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#TPLT3AKyWwf7dCDwVLQvgnToSDodlFFi { box-sizing:content-box;height:3.8125rem;width:19.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.21);background-image:none;top:3.5625rem;left:53.8125rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#leBT0kkHPBgmF4USvhiL8d0d8z07DMSH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:2.6875rem;left:53.375rem;display:none; }
#sTEuzJWAOocLvUJ2mAfg7TE9JzIcwGsx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:3.875rem;left:59.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EzA7GnPnenNKVTkfu23n6D7ezkExpaGU { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:56.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DfqHozFfsfWCvMZiOFublJvJGk0NuEbf { box-sizing:content-box;height:2.4375rem;width:13.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fdb800, #ffe800);background-image: -moz-linear-gradient(90deg, #fdb800, #ffe800);background-image: -ms-linear-gradient(90deg, #fdb800, #ffe800);background-image: -o-linear-gradient(90deg, #fdb800, #ffe800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb800', endColorstr='#ffe800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb800', endColorstr='#ffe800' );";background-image: linear-gradient(90deg, #fdb800, #ffe800);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.65625rem;left:30.6875rem;border-top-right-radius:7rem;border-bottom-right-radius:7rem;border-bottom-left-radius:7rem;border-top-left-radius:7rem;display:block; }
#KscXhUQE3mrLcqUdK3S7ARB7Ji8ebigb { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:30.21875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jc3deXEImNSTGHJEV6xSbzm76fGRQrEu { color:rgba(var(--color-secondary-2),1);display:block;width:44.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:15.875rem;height:;text-align:center;text-align-last:center;display:block; }
#VRlgeP7Ba5GFr0q8Fr9yF4udoV28LMMf { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top: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:23.75rem;width:23.75rem;top:15.4375rem;left:8.09375rem;overflow:hidden;display:block; }
#FcXkqapIRO9e1o52wMNFSFRKykaFn5VU { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top: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:23.75rem;width:23.75rem;top:15.4375rem;left:42.78125rem;overflow:hidden;display:block; }
#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #272727, #000000);background-image: -moz-linear-gradient(180deg, #272727, #000000);background-image: -ms-linear-gradient(180deg, #272727, #000000);background-image: -o-linear-gradient(180deg, #272727, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#000000' );";background-image: linear-gradient(180deg, #272727, #000000);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; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row .container { background-color: transparent; background-image: none; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row .container > .video-iframe-container { display: none; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row > .video-iframe-container { display: none; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .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); }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row .container { border-width: 0; border-radius: 0; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#hGmTImouE6MqGx7ri5pbFFvlaGtOnyOI { box-sizing:content-box;height:3.8125rem;width:19.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.21);background-image:none;top:3.5625rem;left:53.8125rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#mLsGtr1MbLQhydUgeLXfkhKIPdUv7DsH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:2.6875rem;left:53.375rem;display:none; }
#iJD7osxcX8zeSGo78PM8LP8gblBJPH5i { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:3.875rem;left:59.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sbilmictRVeS8EZQJkAumZOLrPpOZQ3S { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:56.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hsalhDSnkTrNJSPKA4VBdJIl2RaLfpFF { box-sizing:content-box;height:2.4375rem;width:10.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #127938, #25d366);background-image: -moz-linear-gradient(90deg, #127938, #25d366);background-image: -ms-linear-gradient(90deg, #127938, #25d366);background-image: -o-linear-gradient(90deg, #127938, #25d366);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#127938', endColorstr='#25d366' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#127938', endColorstr='#25d366' );";background-image: linear-gradient(90deg, #127938, #25d366);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.65625rem;left:32.1875rem;border-top-right-radius:7rem;border-bottom-right-radius:7rem;border-bottom-left-radius:7rem;border-top-left-radius:7rem;display:block; }
#m88XybuUiScQ2phJ5hQuEogrSRFo6472 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:33.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A9hqGDPFOmIuv3FZE7Loolmz44MuoJdJ { position:absolute;display:block;z-index:15065;height:21.75rem;width:75rem;top:12.875rem;left:0rem;display:block; }
#Qm3yHqWLiWsLFqg015iKyJaBgJeTCRva { color:rgba(var(--color-secondary-2),1);display:block;width:44.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:15.875rem;height:;text-align:center;text-align-last:center;display:block; }
#VZEmyxpfEU14plwzFJv71oCLbmTeh6Wy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #272727);background-image: -moz-linear-gradient(180deg, #000000, #272727);background-image: -ms-linear-gradient(180deg, #000000, #272727);background-image: -o-linear-gradient(180deg, #000000, #272727);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#272727' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#272727' );";background-image: linear-gradient(180deg, #000000, #272727);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; }#VZEmyxpfEU14plwzFJv71oCLbmTeh6Wy > .row .container { background-color: transparent; background-image: none; }#VZEmyxpfEU14plwzFJv71oCLbmTeh6Wy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZEmyxpfEU14plwzFJv71oCLbmTeh6Wy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZEmyxpfEU14plwzFJv71oCLbmTeh6Wy > .row .container > .video-iframe-container { display: none; }#VZEmyxpfEU14plwzFJv71oCLbmTeh6Wy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZEmyxpfEU14plwzFJv71oCLbmTeh6Wy > .row > .video-iframe-container { display: none; }#VZEmyxpfEU14plwzFJv71oCLbmTeh6Wy > .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); }#VZEmyxpfEU14plwzFJv71oCLbmTeh6Wy > .row .container { border-width: 0; border-radius: 0; }#VZEmyxpfEU14plwzFJv71oCLbmTeh6Wy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZEmyxpfEU14plwzFJv71oCLbmTeh6Wy > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#gmmdTHPQr9VfpdposenUmSdJ6rT9yFkT { box-sizing:content-box;height:3.8125rem;width:19.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.21);background-image:none;top:3.5625rem;left:53.8125rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#B9MD6HUXah3bNlfvDe7TsfOqAy26tQvg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:2.6875rem;left:53.375rem;display:none; }
#PIZwosg2vxksADuD3Fc4DXKh3e6CUwVa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:3.875rem;left:59.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wtgMpIX90fV5OMPLug5HW5okwT2N4OFF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:56.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i3nZ8Ii40xQHThV8lJzb9vNTdzrEvxsB { color:rgba(var(--color-secondary-2),1);display:block;width:44.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:15.875rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#iXCQMDN5vExPEuXtZ12GALGbyodqeo4h { box-sizing:content-box;height:21.375rem;width:64.3125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-4),0.17);background-image:none;box-shadow: 0.25rem 0.25rem 0.625rem rgba(37,211,102,0.2) ;border-top:0.25rem solid #25d366;border-left:0.25rem solid #25d366;border-right:0.25rem solid #25d366;border-bottom:0.25rem solid #25d366;top:4.625rem;left:5.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IdRSPUDpvf6RqVGlAHLW0zl1Iwa5mJJB { color:rgba(var(--color-secondary-2),1);display:block;width:47.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.75rem;left:15.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTC46W7P771yoDlyI3rTCI2m1RQRXkcX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #127938, #25d366);background-image: -moz-linear-gradient(180deg, #127938, #25d366);background-image: -ms-linear-gradient(180deg, #127938, #25d366);background-image: -o-linear-gradient(180deg, #127938, #25d366);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#127938', endColorstr='#25d366' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#127938', endColorstr='#25d366' );";background-image: linear-gradient(180deg, #127938, #25d366);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.371125rem;height:4.43555rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:17.125rem;left:24.8134765625rem;display:block; }
#eOJxTxuzC8gUN8bHszATU9rupBsh59C9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.86);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { background-color: transparent; background-image: none; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container > .video-iframe-container { display: none; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row > .video-iframe-container { display: none; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .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); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { border-width: 0; border-radius: 0; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#m4e6GTlMP8m7EHnLkwRud2FsXnsLJCbv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:1.3125rem;left:22.5rem;height:1.2246125rem;font-style:normal;display:block; }
#oTKOvzqS2EhkclpRmWflRge6FFy410aW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:1.1875rem;left:20.25rem; }
#iB1ly5dETXxSI5n6K81Bvmw0FDQ2r8Rm { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:13.8125rem;top:1.5625rem;left:8.375rem;overflow:hidden;display:none; }
#a0LT9yhzLw6SlsZghqRwic4ZAdQi7Lo5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1230625rem;height:1.24805rem;text-decoration:none;z-index:15005;text-align:right;text-align-last:right;top:1.28125rem;left:47.28125rem;display:block; }
#to3HSQArEGkDIQ9ywNLUUHTLXg8iy2om { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ME6LRkf9CbdGZMTaMHexCz4b50t6lvoc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a0a0a;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ME6LRkf9CbdGZMTaMHexCz4b50t6lvoc > .row .container { background-color: transparent; background-image: none; }#ME6LRkf9CbdGZMTaMHexCz4b50t6lvoc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ME6LRkf9CbdGZMTaMHexCz4b50t6lvoc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ME6LRkf9CbdGZMTaMHexCz4b50t6lvoc > .row .container > .video-iframe-container { display: none; }#ME6LRkf9CbdGZMTaMHexCz4b50t6lvoc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ME6LRkf9CbdGZMTaMHexCz4b50t6lvoc > .row > .video-iframe-container { display: none; }#ME6LRkf9CbdGZMTaMHexCz4b50t6lvoc > .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); }#ME6LRkf9CbdGZMTaMHexCz4b50t6lvoc > .row .container { border-width: 0; border-radius: 0; }#ME6LRkf9CbdGZMTaMHexCz4b50t6lvoc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ME6LRkf9CbdGZMTaMHexCz4b50t6lvoc > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#skan8tqrbkXGXOsXHnhw5UElAJX56PVs { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1rem;left:21.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hhI58Dzhi8tmksFtyV0W0okhe8CB5VBe { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #127938, #25d366);background-image: -moz-linear-gradient(180deg, #127938, #25d366);background-image: -ms-linear-gradient(180deg, #127938, #25d366);background-image: -o-linear-gradient(180deg, #127938, #25d366);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#127938', endColorstr='#25d366' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#127938', endColorstr='#25d366' );";background-image: linear-gradient(180deg, #127938, #25d366);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:2.5625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.375rem;left:40.03515625rem;display:block; }
#NO32EK4M70fT8vHF0HxLFTkdUlUFWykv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9GT36RF9SKdOTAVePd1Xi4Dlm4TDmxC { top:8.1875rem;left:0rem;width:18.75rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O48A9LI6e6Zdn54KfFGSS15I3teK2NPP { top:3.5625rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8LmVPdI7AOh0KfhlXIaG5EyTi3TTtC5 { width:25.3125rem;height:4.375rem;top:30.625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXLTg36pCGMmhAKKAdcBluys6eR3o7So { display:block; }
 }@media only screen and (max-width: 763px) { #H6JP89qk6LlGfKvaZwHGCyTJTQxlLUGb { top:10.125rem;left:13.875rem;width:20rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmlbAiQFBtB5UBcDvxqLBLwtspyitL8h { top:11.125rem;left:0rem;width:47.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4LigNJhPluWdDnRTvO81TGo3ahZuPEi { top:36.25rem;left:0rem;width:47.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OImAGxJVK7xkeaTfruMi0OaqD1LQkJ8W { top:0rem;left:0rem;width:47.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPNOcdQXwIiGhJ1xqEzmhG8VIFrrs4Ge { top:23.3125rem;left:4.5625rem;width:38.6875rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6I8V5e5B55LFU9PfxIfNGZqAQTWwIM3 { top:43.125rem;left:22.625rem;width:2.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsxPZZp5E46Qbnv91GbMdS3nBZ0HMrrW { top:21.875rem;left:10.9375rem;width:34.125rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McEnw07Po6fgzUOFT4oyoZIARtS2LAby { top:26rem;left:39.5rem;width:8.25rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMtIZ0KnTyATxpsbJeyq380puQsr3Irw { top:40.125rem;left:0rem;width:13rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7B8xv52q7IRSri9GyD70XNiF3ilTAAk { top:26rem;left:0rem;width:4.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX { display:block; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPI4brQTftBhoR8NLaFUVd89QbQbNluG { top:5.5rem;left:1.6875rem;width:44.375rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f28VVu6TwGFkqA2aAq6eHINWIsFpFC35 { top:1.25rem;left:19.6875rem;width:8.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G23S6SMILhQyHQPLfffDggBfBonwtNQ0 { top:0.875rem;left:18.5625rem;width:10.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y91QqtMaxPbh8kTdHzG09TpVcyyypXZQ { top:8.5625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWx0c36RQ5qhPGc0MLHbsMrN218gxLfi { top:8.6875rem;left:0rem;width:32.1875rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuZNKWma8wfGnilE9m9nOfxh1rv8PL2A { display:block; }#fuZNKWma8wfGnilE9m9nOfxh1rv8PL2A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPLT3AKyWwf7dCDwVLQvgnToSDodlFFi { top:3.5625rem;left:28.25rem;width:19.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leBT0kkHPBgmF4USvhiL8d0d8z07DMSH { top:2.6875rem;left:39.75rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTEuzJWAOocLvUJ2mAfg7TE9JzIcwGsx { top:3.875rem;left:35.4375rem;width:12.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzA7GnPnenNKVTkfu23n6D7ezkExpaGU { top:5.5625rem;left:28.875rem;width:18.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfqHozFfsfWCvMZiOFublJvJGk0NuEbf { top:1.625rem;left:17.0625rem;width:13.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KscXhUQE3mrLcqUdK3S7ARB7Ji8ebigb { top:2.0625rem;left:16.59375rem;width:14.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc3deXEImNSTGHJEV6xSbzm76fGRQrEu { top:6.125rem;left:2.25rem;width:44.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRlgeP7Ba5GFr0q8Fr9yF4udoV28LMMf { top:15.4375rem;left:0rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcXkqapIRO9e1o52wMNFSFRKykaFn5VU { top:15.4375rem;left:24rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh { display:block; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGmTImouE6MqGx7ri5pbFFvlaGtOnyOI { top:3.5625rem;left:28.25rem;width:19.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLsGtr1MbLQhydUgeLXfkhKIPdUv7DsH { top:2.6875rem;left:39.75rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJD7osxcX8zeSGo78PM8LP8gblBJPH5i { top:3.875rem;left:35.4375rem;width:12.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbilmictRVeS8EZQJkAumZOLrPpOZQ3S { top:5.5625rem;left:28.875rem;width:18.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsalhDSnkTrNJSPKA4VBdJIl2RaLfpFF { top:1.625rem;left:18.5625rem;width:10.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m88XybuUiScQ2phJ5hQuEogrSRFo6472 { top:2.0625rem;left:19.6875rem;width:8.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9hqGDPFOmIuv3FZE7Loolmz44MuoJdJ { top:12.875rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm3yHqWLiWsLFqg015iKyJaBgJeTCRva { top:6.125rem;left:2.25rem;width:44.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZEmyxpfEU14plwzFJv71oCLbmTeh6Wy { display:block; }#VZEmyxpfEU14plwzFJv71oCLbmTeh6Wy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmmdTHPQr9VfpdposenUmSdJ6rT9yFkT { top:3.5625rem;left:28.25rem;width:19.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9MD6HUXah3bNlfvDe7TsfOqAy26tQvg { top:2.6875rem;left:39.75rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIZwosg2vxksADuD3Fc4DXKh3e6CUwVa { top:3.875rem;left:35.4375rem;width:12.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtgMpIX90fV5OMPLug5HW5okwT2N4OFF { top:5.5625rem;left:28.875rem;width:18.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3nZ8Ii40xQHThV8lJzb9vNTdzrEvxsB { top:8.125rem;left:2.25rem;width:44.375rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXCQMDN5vExPEuXtZ12GALGbyodqeo4h { top:4.625rem;left:0rem;width:47.25rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdRSPUDpvf6RqVGlAHLW0zl1Iwa5mJJB { top:12.75rem;left:0.0625rem;width:47.6875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTC46W7P771yoDlyI3rTCI2m1RQRXkcX { width:25.3125rem;height:4.375rem;top:17.125rem;left:11.1884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOJxTxuzC8gUN8bHszATU9rupBsh59C9 { display:block; }
 }@media only screen and (max-width: 763px) { #PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf { display:block; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4e6GTlMP8m7EHnLkwRud2FsXnsLJCbv { top:1.3125rem;left:8.875rem;width:12.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTKOvzqS2EhkclpRmWflRge6FFy410aW { top:1.1875rem;left:6.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB1ly5dETXxSI5n6K81Bvmw0FDQ2r8Rm { top:1.5625rem;left:0rem;width:13.75rem;height:2.1150510204082rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0LT9yhzLw6SlsZghqRwic4ZAdQi7Lo5 { width:8.0625rem;height:1.1875rem;top:1.25rem;left:33.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #to3HSQArEGkDIQ9ywNLUUHTLXg8iy2om { display:block; }
 }@media only screen and (max-width: 763px) { #ME6LRkf9CbdGZMTaMHexCz4b50t6lvoc { display:block; }#ME6LRkf9CbdGZMTaMHexCz4b50t6lvoc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skan8tqrbkXGXOsXHnhw5UElAJX56PVs { top:1rem;left:7.625rem;width:22.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhI58Dzhi8tmksFtyV0W0okhe8CB5VBe { width:22rem;height:2.5625rem;top:0.375rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO32EK4M70fT8vHF0HxLFTkdUlUFWykv { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #272727);background-image: -moz-linear-gradient(180deg, #000000, #272727);background-image: -ms-linear-gradient(180deg, #000000, #272727);background-image: -o-linear-gradient(180deg, #000000, #272727);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#272727' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#272727' );";background-image: linear-gradient(180deg, #000000, #272727);background-size:cover !important;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 { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9GT36RF9SKdOTAVePd1Xi4Dlm4TDmxC { width:18.75rem;height:0;top:12.75rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #O48A9LI6e6Zdn54KfFGSS15I3teK2NPP { width:20rem;height:0;top:5.9429254531861rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #Q8LmVPdI7AOh0KfhlXIaG5EyTi3TTtC5 { width:19rem;height:4.375rem;top:19.1875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXLTg36pCGMmhAKKAdcBluys6eR3o7So { display:block; }
 }@media only screen and (max-width: 763px) { #H6JP89qk6LlGfKvaZwHGCyTJTQxlLUGb { width:20rem;height:1.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmlbAiQFBtB5UBcDvxqLBLwtspyitL8h { width:20rem;height:6.25rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4LigNJhPluWdDnRTvO81TGo3ahZuPEi { width:20rem;height:5.3125rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OImAGxJVK7xkeaTfruMi0OaqD1LQkJ8W { width:20rem;height:0.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPNOcdQXwIiGhJ1xqEzmhG8VIFrrs4Ge { width:16.6875rem;height:5.09765625rem;top:13.4375rem;left:1.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6I8V5e5B55LFU9PfxIfNGZqAQTWwIM3 { width:2.5rem;height:3.75rem;top:28.8125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsxPZZp5E46Qbnv91GbMdS3nBZ0HMrrW { width:20rem;height:20rem;top:34.375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #McEnw07Po6fgzUOFT4oyoZIARtS2LAby { width:8.25rem;height:4.625rem;top:31.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMtIZ0KnTyATxpsbJeyq380puQsr3Irw { width:13rem;height:12.125rem;top:40.125rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7B8xv52q7IRSri9GyD70XNiF3ilTAAk { width:4.8125rem;height:4.0625rem;top:55.5rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX { display:block; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPI4brQTftBhoR8NLaFUVd89QbQbNluG { width:20rem;height:1.7871125rem;top:5.7216796875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f28VVu6TwGFkqA2aAq6eHINWIsFpFC35 { width:8.375rem;height:1.625rem;top:2.5625rem;left:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G23S6SMILhQyHQPLfffDggBfBonwtNQ0 { width:10.625rem;height:2.4375rem;top:2.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y91QqtMaxPbh8kTdHzG09TpVcyyypXZQ { width:20rem;height:21.75rem;top:9.2333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWx0c36RQ5qhPGc0MLHbsMrN218gxLfi { width:20rem;height:20rem;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fuZNKWma8wfGnilE9m9nOfxh1rv8PL2A { display:block; }#fuZNKWma8wfGnilE9m9nOfxh1rv8PL2A > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPLT3AKyWwf7dCDwVLQvgnToSDodlFFi { width:17.5625rem;height:2.875rem;top:2.25rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #leBT0kkHPBgmF4USvhiL8d0d8z07DMSH { display:flex;width:5.125rem;height:5.125rem;top:1.3125rem;left:1.0625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTEuzJWAOocLvUJ2mAfg7TE9JzIcwGsx { width:12.3125rem;height:1.462675rem;top:2.375rem;left:5.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzA7GnPnenNKVTkfu23n6D7ezkExpaGU { width:15rem;height:1.2999125rem;top:3.875rem;left:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfqHozFfsfWCvMZiOFublJvJGk0NuEbf { width:13.3125rem;height:2.4375rem;top:0.84375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KscXhUQE3mrLcqUdK3S7ARB7Ji8ebigb { width:14.5625rem;height:1.625rem;top:1.25rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc3deXEImNSTGHJEV6xSbzm76fGRQrEu { width:18.4375rem;height:5.361325rem;top:4.5rem;left:0.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRlgeP7Ba5GFr0q8Fr9yF4udoV28LMMf { width:20rem;height:20rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcXkqapIRO9e1o52wMNFSFRKykaFn5VU { width:20rem;height:20rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh { display:block; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row .container { width:20rem;height:87.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGmTImouE6MqGx7ri5pbFFvlaGtOnyOI { width:17.5625rem;height:2.875rem;top:2.25rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLsGtr1MbLQhydUgeLXfkhKIPdUv7DsH { display:flex;width:5.125rem;height:5.125rem;top:1.3125rem;left:1.0625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJD7osxcX8zeSGo78PM8LP8gblBJPH5i { width:12.3125rem;height:1.462675rem;top:2.375rem;left:5.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbilmictRVeS8EZQJkAumZOLrPpOZQ3S { width:15rem;height:1.2999125rem;top:3.875rem;left:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsalhDSnkTrNJSPKA4VBdJIl2RaLfpFF { width:10.625rem;height:2.4375rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m88XybuUiScQ2phJ5hQuEogrSRFo6472 { width:8.375rem;height:1.625rem;top:1.65625rem;left:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9hqGDPFOmIuv3FZE7Loolmz44MuoJdJ { width:20rem;height:21.75rem;top:11.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm3yHqWLiWsLFqg015iKyJaBgJeTCRva { width:15.3125rem;height:3.57421875rem;top:4.9375rem;left:2.34375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZEmyxpfEU14plwzFJv71oCLbmTeh6Wy { display:block; }#VZEmyxpfEU14plwzFJv71oCLbmTeh6Wy > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmmdTHPQr9VfpdposenUmSdJ6rT9yFkT { width:17.5625rem;height:2.875rem;top:2.25rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9MD6HUXah3bNlfvDe7TsfOqAy26tQvg { display:flex;width:5.125rem;height:5.125rem;top:1.3125rem;left:1.0625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIZwosg2vxksADuD3Fc4DXKh3e6CUwVa { width:12.3125rem;height:1.462675rem;top:2.375rem;left:5.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtgMpIX90fV5OMPLug5HW5okwT2N4OFF { width:15rem;height:1.2999125rem;top:3.875rem;left:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3nZ8Ii40xQHThV8lJzb9vNTdzrEvxsB { width:13.9375rem;height:3.57421875rem;top:3.3125rem;left:3.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXCQMDN5vExPEuXtZ12GALGbyodqeo4h { width:19.5rem;height:17.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdRSPUDpvf6RqVGlAHLW0zl1Iwa5mJJB { width:17.375rem;height:2.923825rem;top:8.505859375rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTC46W7P771yoDlyI3rTCI2m1RQRXkcX { width:18.75rem;height:4.375rem;top:13.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOJxTxuzC8gUN8bHszATU9rupBsh59C9 { display:block; }
 }@media only screen and (max-width: 763px) { #PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf { display:block; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4e6GTlMP8m7EHnLkwRud2FsXnsLJCbv { width:11.375rem;height:1.13671875rem;top:1rem;left:5.0625rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oTKOvzqS2EhkclpRmWflRge6FFy410aW { width:1.25rem;height:1.25rem;top:0.9375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB1ly5dETXxSI5n6K81Bvmw0FDQ2r8Rm { width:9.375rem;height:1.4375rem;top:2.1875rem;left:5.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #a0LT9yhzLw6SlsZghqRwic4ZAdQi7Lo5 { width:8.0625rem;height:1.1875rem;top:2.5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #to3HSQArEGkDIQ9ywNLUUHTLXg8iy2om { display:block; }
 }@media only screen and (max-width: 763px) { #ME6LRkf9CbdGZMTaMHexCz4b50t6lvoc { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ME6LRkf9CbdGZMTaMHexCz4b50t6lvoc > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skan8tqrbkXGXOsXHnhw5UElAJX56PVs { width:18rem;height:1.13671875rem;top:0.80859375rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhI58Dzhi8tmksFtyV0W0okhe8CB5VBe { width:18.75rem;height:2.5625rem;top:2.57715rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO32EK4M70fT8vHF0HxLFTkdUlUFWykv { display:block; }
 }