.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Zume Cut";--paragraphs-font-family:"Anybody"; }@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:transparent;background-image:url("https://images.assets-landingi.com/uc/823d045b-c9b9-4a0c-9cf4-fdf492b4ea9c/background01_new.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#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.2); }#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); }#t34PPdoQBufU3JbCJT8kt7Ep3yKZgzEL { position:relative;display:none; }#t34PPdoQBufU3JbCJT8kt7Ep3yKZgzEL { border-width: 0; border-radius: 0; }#t34PPdoQBufU3JbCJT8kt7Ep3yKZgzEL > .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; }#t34PPdoQBufU3JbCJT8kt7Ep3yKZgzEL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ITv9LhPOf6GXFW2mpMgG7p45kukGdeVo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Urk8SyHeon4JWRJpcR25zfvJ4zbduoio { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:10.3125rem;left:50.1875rem;display:none; }
#eEb0vg86zNGqGv97G4NOi7V6wMUNLNZS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#quLvf1WFvyT4fepIuFTsScV9oW473Vl4 { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:10.3125rem;left:29.25rem;display:none; }
#rnTpL6PGME4KMrKMBhlf2WzvQ8vF73TN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNXnmJftectvhpI1bFrR9VM49TTPZmmu { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:10.375rem;left:2.5625rem;display:none; }
#HJObLKx84l1mRvtKDqTrdRhJ1tUS1FvP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uc2TKVvNG2877Qv3TlxdhyEwQlrz7K6W { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.6875rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:6.875rem;left:39.8125rem;display:none; }
#LbDO2RL5CAxCrc937o6GEuBGpAwM6NZU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bIk2RHm5mFdE7enFIDGm9imdgPIcAMXu { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.3125rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:6.875rem;left:2.5625rem;display:none; }
#mo7xOUMslBhXWbTKGoH0xgh8nF6PSmw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klOUxwKSC0D85HMlbWizMJTDLIlsXQce { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:3.4375rem;left:49.4375rem;display:none; }
#MoEnNH10DZhuXAZJDxNMzZI0iyT1Ivsh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gngn0fdMtI6Lwpqnzt7OuRTT6IbcTpT7 { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:3.4375rem;left:27.75rem;display:none; }
#W2eT062Fhawb7kEcqX0mhLGEqluoBFeG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MkL0ZwXaWx1Tm0qfeNVOrg3UMH1plb9f { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:3.4375rem;left:2.5625rem;display:none; }
#pEfGQePDyTy8QzNnoRzgh9SMoakdFIG4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpQvETctmOmOiCd2ScTHRbdRGKzmqQ9u { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:0rem;left:47.1875rem;display:none; }
#k5wqINF3tm7RtsTqZwgOM5vyOyN5rSNR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kOr0WBsnTb2MvoCTQw3L9od8578ypbod { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:0rem;left:20.0625rem;display:none; }
#obQxlyCJO8krhfHTi2RCmlf63p7901zz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTGd213kltxr4icTdMAfiMTOS2mfTgb8 { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:0rem;left:2.5625rem;display:none; }
#QZTPz9yufz7D2L31dLH3i8mi78JvA3gq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w81cKrqrP2Vhgo0ZTmrLXK6ALyNI28wx { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.5rem;height:3.4375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:12.9375rem;left:32.9375rem;display:none; }
#EmsTlMATtmrRhEupHDiXuo14TraQSziD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E8y4Z9M2wWQTqxqWICqzrNV1MuTxbd0p { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.5rem;height:3.4375rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:12.8125rem;left:2.5rem;display:none; }
#nwiKbzn82AvWRWVTN5GIILwKWJk84vTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tRVtNuCyGllsUmOtoau2DSauegIA6OgI { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.4375rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:9.375rem;left:52.0625rem;display:none; }
#Z1z1lfhkf1mqgUtKNeTf4w8iznPz96gi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P77JBZRim4vdwH0l8i6twokaTzE3i0Sf { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:3.4375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:9.375rem;left:24.5625rem;display:none; }
#evpeWugn446fQd8Ffi2GLRu4zPPUd1zr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mq2qIVc7APh4maC9Pikn395EpZEMZWus { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.4375rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:9.375rem;left:2.5rem;display:none; }
#DHA0TX9TmU7u3lxlyq4lGKSJDsCSa8pu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R42hBBNH7oQTyDMPikLTgPdO8ItrpRXO { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:5.9375rem;left:50.4375rem;display:none; }
#CkeJJWz7xXsQu9B9VByv7AoKMlf1pF4X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XvE4aiHpPDKZCi1xzv3PiqdT8L5XOWXK { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:5.9375rem;left:29.875rem;display:none; }
#EemtJ7Pk4f7aBWeJ7zTRJ3NMJGDHcDGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w2i8oTvTxWVGt0S6m933KcCFaPqCwUQ6 { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.375rem;height:3.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:5.9375rem;left:2.5rem;display:none; }
#EncAnzFzelo9KaDgPKA9TtGzfSyhmExX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wx88aAQtI3PUVTGKD7QWXwXG0G6uQK9c { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.4375rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:2.5rem;left:34.0625rem;display:none; }
#x6zX1q37shT1vr5Qz5xIHvNzLulS3qBM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTk3Dmfk0tUnrMk8Mu1qrwlAfu8LfcSG { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.6875rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:2.5rem;left:2.5rem;display:none; }
#foqOJAO41ahSubzgdVSEZzDVUwMvzklM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kff3TMCBSvVpzVJvScgb6FLCnp7BeAky { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:"zume cut";font-size:2.5rem;font-weight:400;z-index:15034;line-height:.95;letter-spacing:0;top:34rem;left:46.6875rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#t0wKyGvG8wbwZ0MyGQyWmJe8ffTQdXOl { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:"zume cut";font-size:2.5rem;font-weight:400;z-index:15034;line-height:.95;letter-spacing:0;top:34rem;left:46.6875rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cf30ef99-3455-478a-a907-540ca8873393/logo_spirala_v8.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu.adaptive-delivery-prevent-bg, #B5zGRwzqZPLWg77BmTs2vOn47coWgcwu.lazyload, #B5zGRwzqZPLWg77BmTs2vOn47coWgcwu.lazyloading { background-image: none; }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .row .container { background-color: transparent; background-image: none; }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .row .container > .video-iframe-container { display: none; }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .row > .video-iframe-container { display: none; }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .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); }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .row .container { border-width: 0; border-radius: 0; }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:75rem;overflow:visible;position:relative;display:block; }#HN9cPrA9lUQDS6cX5yg0z1LdUzslX2ys { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:20.8125rem;top:4.4375rem;left:1.8125rem;overflow:hidden;display:block; }
#b8maGz91RX52W2zFoo34uEmk51mpPfJ9 { color:#46db7b;display:block;width:15.25rem;position:absolute;font-family:"zume cut";font-size:1.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.125rem;left:52.0625rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l57ELlFcy7LTT6axU3HzBfUmi77aLGIm { color:#46db7b;display:block;width:8.75rem;position:absolute;font-family:"zume cut";font-size:1.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:3.125rem;left:64.0625rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XACMogA7R86OImPgp7i7cqFTFLUoDx7V { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:"zume cut";font-size:2.5rem;font-weight:400;z-index:15034;line-height:.95;letter-spacing:0;top:34rem;left:46.6875rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w807lu0VyOPVs59BbAHaDqJAuchgr4pn { background-color:rgba(var(--color-secondary-0),0);background-image:none;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:38.5625rem;left:38.1875rem;display:block; }
#vPd4hHdgnZ5gyFnrR80vu63VeNPBRNTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yIAz8elAGKPz0x84yVKXzee8ne9nZaZy { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.19) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:38.5625rem;left:54.3125rem;display:block; }
#THTgDnbvIpXTFeiNeFT7IOhwTOTUW9UV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zqnnBBtOsGKtxG79hPP9QRpsktp1IW7v { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:"zume cut";font-size:3.75rem;font-weight:700;z-index:15031;line-height:.95;letter-spacing:0;top:5.4375rem;left:46.875rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZZHZnXlTV2ttDT1pi0TL8K4BDTWdPaXO { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 3.125rem 12.5rem rgba(70,219,123,0.2) ;height:38.4375rem;width:69.9375rem;top:10.25rem;left:2.53125rem;display:block; }
#vfKdBaBKSTbV4L75evf06bh0xE7iDyVe { box-sizing:content-box;height:12.5rem;width:34.875rem;position:absolute;display:block;z-index:15029;background-color:rgba(17,25,40,0.95);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:31.625rem;left:35.75rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#Ns7qA9xoJC2mS9VDvH4bVUZrwnRetenJ { box-sizing:content-box;height:49.6875rem;width:74.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),0.5);background-image:none;box-shadow: none;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:1.4375rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#LnNtCyJTQmgrAJIBhaGVyuMTopHMR7wI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#T0qh02q3remNXrXpCbt8IwafZ90w3DNf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container { background-color: transparent; background-image: none; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container > .video-iframe-container { display: none; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row > .video-iframe-container { display: none; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .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); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container { border-width: 0; border-radius: 0; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#BV0ozfQAdlcDJp8z31KOwcATwSmz6BIC { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:"zume cut";font-size:5rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:5.1875rem;left:21.125rem;height:4.5rem;font-style:normal;display:block; }
#TT4dZDwRKxpwTNb5QtLSIgxVP0aL6Boo { color:#46db7b;display:block;width:14rem;position:absolute;font-family:"zume cut";font-size:8.75rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:3.5rem;left:39.875rem;height:7.875rem;font-style:normal;display:block; }
#dMx7l8MVKxNqwFwbznJT3Eft4MtyyV47 { box-sizing:content-box;height:6.875rem;width:18.375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0;border-bottom:0;top:7.8125rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.75rem;display:block; }
#GRcKhe1o44by6uUTO8KBtBp99E1ah1DF { box-sizing:content-box;height:6.875rem;width:18.375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #46db7b;border-left:0;border-right:0.125rem solid #46db7b;border-bottom:0;top:7.8125rem;left:56.5rem;border-top-left-radius:0rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JFM9AdFROnyO6waOMSipvNbd5KrTFW3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#JFM9AdFROnyO6waOMSipvNbd5KrTFW3M > .row .container { background-color: transparent; background-image: none; }#JFM9AdFROnyO6waOMSipvNbd5KrTFW3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFM9AdFROnyO6waOMSipvNbd5KrTFW3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFM9AdFROnyO6waOMSipvNbd5KrTFW3M > .row .container > .video-iframe-container { display: none; }#JFM9AdFROnyO6waOMSipvNbd5KrTFW3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFM9AdFROnyO6waOMSipvNbd5KrTFW3M > .row > .video-iframe-container { display: none; }#JFM9AdFROnyO6waOMSipvNbd5KrTFW3M > .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); }#JFM9AdFROnyO6waOMSipvNbd5KrTFW3M > .row .container { border-width: 0; border-radius: 0; }#JFM9AdFROnyO6waOMSipvNbd5KrTFW3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JFM9AdFROnyO6waOMSipvNbd5KrTFW3M > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#igAFeEnsOfpkEWSAqgTcG7I2SKhEzJI3 { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:0rem;left:2.5625rem;display:block; }
#Qo1Jd5ZH3KLHsruOhUgBVEOCmayDARhr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BUOyJWSA5NNbqexTo1VPLurCnkvv2i3R { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:0rem;left:20.0625rem;display:block; }
#T0c30ZsPOfBvCD8M9aDcNMPJWG90Vk3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NrU0NwOsAmETZtMOcxxgXz6kKLv2DfJP { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:0rem;left:47.1875rem;display:block; }
#XOt9K1hgsnAvcDiR58wZeFwFyCCTl3X5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOfkZ57qKBmtmFXcm7TiZ0O9DeubqAxc { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:3.4375rem;left:2.5625rem;display:block; }
#hJ8h9ktbcbCTvmU1qMWHgqKZQyMVSvW7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WolZBBPwnLVWgZdczTSqbLmM7HqNygNS { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:3.4375rem;left:27.75rem;display:block; }
#hMkt5LqgMrtRdfw9pXOcTM5GBcvn0kdL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FBkvxN1clt6sz12aIC0TkAxD4VgoehWt { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:3.4375rem;left:49.4375rem;display:block; }
#iRaOHt7SOdpENq8nzXJeCctLQ67GVaUK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yUnDvTZn97vlAd1LXToVzQ3WnP4qvJ5z { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.3125rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:6.875rem;left:2.5625rem;display:block; }
#Pam1eLpMs0fSH28GHsQx6ILcnVeIlbby { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rWce0whLTMEwCeHE29M4M8GAVOTa0iTi { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.6875rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:6.875rem;left:39.8125rem;display:block; }
#mMMyWTA7v313JAihxvoiLGRKRFH88Gpz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4GfGIz7TgxdtzaNfgxwtGkcdPnyD1fc { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:10.3125rem;left:29.25rem;display:block; }
#nMMbnZaQtcEOTW6NxuHXPD2lZXkzaAGl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v31T5AIkxo0ax6mXpqhhr8BymR2rccfT { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:10.375rem;left:2.5625rem;display:block; }
#kRZzaNb7XUvV3fW4LAwJv7PiA2OTv7e6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdKyHACUGRUzS1Ph1PzNGGwqu4Iq7OSM { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:10.3125rem;left:50.1875rem;display:block; }
#mNQNa9iAW5GUvsGddf9iFzfKhu6Zoe3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AtSD0PqUJuvDs5cUCWDd5SWSUhRZ8lrK { box-sizing:content-box;height:13.6875rem;width:69.8125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #46db7b;border-left:0.0625rem solid #46db7b;border-right:0.0625rem solid #46db7b;border-bottom:0.0625rem solid #46db7b;top:0rem;left:2.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#KWQ3ZTGyLll8G7WKuUHpMtuBqtvQPWba { box-sizing:content-box;height:17.3125rem;width:74.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;top:0rem;left:0rem;display:block; }
#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 { position:relative;display:block; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 { background-color: transparent; background-image: none; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .row .container > .video-iframe-container { display: none; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .row > .video-iframe-container { display: none; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .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); }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 { border-width: 0; border-radius: 0; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .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; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.9375rem;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; }#uWwI2UxqGK4N7TTLKhduK3HJDfUDgn10 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:24.1875rem;left:5.25rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#C9u2ochDnesBVTlTJpd07u4V1UvWbgvC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:2rem;left:52.09375rem;display:block; }
#WSW28ORRVimoTHMMBIPMKKsTdR6NmadU { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:10.5rem;left:5.25rem;height:12rem;text-align:justify;text-align-last:initial;display:block; }
#I1vMakMSzW5MLnQKmVAXfi3oQNRTDfc3 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:6.3125rem;left:9.1875rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#imLtqUbRz2BzXqQvpM74ufK2P6lpprVh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.8125rem;top:5.8125rem;left:5.25rem;overflow:hidden;display:block; }
#tQgSSZFA3cXp8yFiriONNrNAQxl97TZb { box-sizing:content-box;height:34.8125rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L { position:relative;display:block; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L { background-color: transparent; background-image: none; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .row .container > .video-iframe-container { display: none; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .row > .video-iframe-container { display: none; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .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); }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L { border-width: 0; border-radius: 0; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .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; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:35.875rem;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; }#HZk1ob6sHgW2Amn5AbJJXxN3kcAOSERv { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:25.4375rem;left:28.6875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#eAtOJyevm4ZEFZG5qF8ru8kCcOgluTJA { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:13rem;left:28.6875rem;height:10.5rem;text-align:justify;text-align-last:initial;display:block; }
#DxTPPV4TbD9UCCOcUyJLrzFP4VmeXFXz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:3rem;left:5.71875rem;display:block; }
#zU5UZIcHvohA2bKrhLnnwbPO0NzKErsl { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:8.8125rem;left:32.625rem;height:1.6875rem;font-style:normal;display:block; }
#HrlwpoTr65wZeXdzKcuA3wmDc8cdOLXc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.8125rem;top:8.375rem;left:28.6875rem;overflow:hidden;display:block; }
#gUthLEnM19B90xRwWru9KE3RI9JO37Fe { box-sizing:content-box;height:35.75rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE { position:relative;display:block; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE { background-color: transparent; background-image: none; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .row .container > .video-iframe-container { display: none; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .row > .video-iframe-container { display: none; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .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); }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE { border-width: 0; border-radius: 0; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .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; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yqkVmQM1QD4maNgRfkRiTB9CqcMvTN9o { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:26.75rem;left:5.75rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#UzMlAtNixRzxizl8ALNBtRl9mGeXLmvT { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:11.625rem;left:5.75rem;height:13.5rem;text-align:justify;text-align-last:initial;display:block; }
#pt6MPz5GGlDfSwn19SIWpLlc0ycx6y9O { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:2.875rem;left:51.875rem;display:block; }
#GcrZT2u1rc5KFB0Xykyeo10JU00qMEGC { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1875rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:7.375rem;left:9.625rem;height:1.6875rem;font-style:normal;display:block; }
#ta1mEQ5FI3FeWC8qeKTzn2Nmiwg08cCI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.625rem;top:6.9375rem;left:5.75rem;overflow:hidden;display:block; }
#oHVrTDbOOPFkmeSaADmXdNQBR4Hf1zkD { box-sizing:content-box;height:35.375rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv { position:relative;display:block; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv { background-color: transparent; background-image: none; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .row .container > .video-iframe-container { display: none; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .row > .video-iframe-container { display: none; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .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); }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv { border-width: 0; border-radius: 0; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .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; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DvhyWIT4UWSF5ltdtMTMNgtN6iiaxN5m { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:13.1875rem;left:28.625rem;height:10.5rem;text-align:justify;text-align-last:initial;display:block; }
#PadxXBxXfHQkb6cz2sqBoy4JCCn2Nvbu { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:25.375rem;left:28.625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#qN5qTkvPNaRqBbDTgSOtGgwXiSBAwgmz { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:9.3125rem;left:32.8125rem;height:1.6875rem;font-style:normal;display:block; }
#HO3ubMNTbJqK4HVXuwUd8Xb8C7nHMcR8 { 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:1.9375rem;width:3.25rem;top:9rem;left:28.625rem;overflow:hidden;display:block; }
#THfgEyMFv1kqS09UoBuhTJcO5n51tm8B { position:absolute;display:block;z-index:15003;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:30.25rem;width:16.875rem;top:3.0625rem;left:5.234375rem;overflow:hidden;display:block; }
#s74QTdN2ugCTzI22czqGs62WMswvC0iu { box-sizing:content-box;height:36.3125rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp { position:relative;display:block; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp { background-color: transparent; background-image: none; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .row .container > .video-iframe-container { display: none; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .row > .video-iframe-container { display: none; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .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); }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp { border-width: 0; border-radius: 0; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .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; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:36.375rem;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; }#oFT4TFqZUr107vEziktgMzvqDOgkBJoS { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:13.4375rem;left:6rem;height:6rem;text-align:justify;text-align-last:initial;display:block; }
#MNHNU0Om5otEOXb6EochOgIGthry61vg { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.125rem;left:6rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#zCLby0vf2V1dRnxq1TnUqtXKilU9SglR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.5625rem;top:8.875rem;left:6rem;overflow:hidden;display:block; }
#sNeMRnXLHEnlr32P9Gau301nEZGiSTqI { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:9.4375rem;left:9.8125rem;height:1.6875rem;font-style:normal;display:block; }
#Ey4LSDHLo9T1nLONUudDHIHc7Ezrch8h { 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:30rem;width:16.875rem;top:3.375rem;left:51.5625rem;overflow:hidden;display:block; }
#sCkC7R6CHcJBbrviJ6kwNPtlD58hAW8t { box-sizing:content-box;height:36.25rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd { position:relative;display:block; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd { background-color: transparent; background-image: none; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .row .container > .video-iframe-container { display: none; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .row > .video-iframe-container { display: none; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .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); }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd { border-width: 0; border-radius: 0; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .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; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:37rem;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; }#VntSXu5Bb1p9DoeRRykRrkb2dOqC3MJT { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:14.875rem;left:28.25rem;height:10.5rem;text-align:justify;text-align-last:initial;display:block; }
#e6INaagZ5ra91lzWqFkZXWAZfF0l3WOR { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:26.875rem;left:28.25rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#va80uPC7Jq3zscsCyTu6bARfKMnNAdh8 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:10.6875rem;left:32.125rem;height:1.6875rem;font-style:normal;display:block; }
#KN8LTcVWTvc1VOaSz5OEXyi91mXCwZKK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:1.9375rem;top:9.9375rem;left:28.25rem;overflow:hidden;display:block; }
#baZd4APsKLp5TCLqCu8pUoKdJO8vpAze { position:absolute;display:block;z-index:15005;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:30rem;width:16.875rem;top:3.40625rem;left:5.53125rem;overflow:hidden;display:block; }
#Bu2glDVdfSbHdD6ylMXBUq8wdck4io1l { box-sizing:content-box;height:36.875rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#XhTfvNbWkFAK23xn20txlmdfyHBveru5 { position:relative;display:block; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 { background-color: transparent; background-image: none; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .row .container > .video-iframe-container { display: none; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .row > .video-iframe-container { display: none; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .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); }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 { border-width: 0; border-radius: 0; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .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; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oV2xThea9JTTABhIl6ZletFgyK0KHZ7l { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:15.25rem;left:5.5625rem;height:9rem;text-align:justify;text-align-last:initial;display:block; }
#OqXyKCpS79K7CySXEq5yNf6FyBIe9p2T { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:25.875rem;left:5.5625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#u0wxcizxrshPwriuE1CcP85MJvmmRbZg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:3.3125rem;left:50.5625rem;display:block; }
#WtdcRIkZL2scS9TMuGdzUaT5yAKdrhzK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:10.8125rem;left:5.5625rem;overflow:hidden;display:block; }
#byePATHQSsWwf03TwviALUI2H4GQvRHK { color:rgba(var(--color-tertiary-0),1);display:block;width:37.125rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:11.375rem;left:9.5625rem;height:1.6875rem;font-style:normal;display:block; }
#t9I3TH3oFMaoTTRTPsDwEuJOT5a7LffX { box-sizing:content-box;height:36.75rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc { position:relative;display:block; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc { background-color: transparent; background-image: none; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .row .container > .video-iframe-container { display: none; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .row > .video-iframe-container { display: none; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .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); }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc { border-width: 0; border-radius: 0; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .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; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E9uuCnFxfKVwcwzPJM6OnD0lSiGPBq8f { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:15rem;left:26.9375rem;height:9rem;text-align:justify;text-align-last:initial;display:block; }
#O6UbIoNQ40Qqgvpvk1Cwu2tyniCVXHSm { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:25.375rem;left:26.9375rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#XGGQ4TpNtWbCBd6Boqz9aTT0uRWAQhbF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.625rem;top:10.25rem;left:26.9375rem;overflow:hidden;display:block; }
#JSJHxfcpA6FxmfILOVpaCASARgmuZwmI { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:9.8125rem;left:30.8125rem;height:3.375rem;font-style:normal;display:block; }
#TqC5BCN8DOFBZwA0CpQqoVDNJbdALn3g { position:absolute;display:block;z-index:15006;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:30rem;width:16.875rem;top:3.25rem;left:5.375rem;overflow:hidden;display:block; }
#wt0h6bFAcrbglIVCxlXsNWAW2r9HGn9X { box-sizing:content-box;height:36.5625rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#ZpiN4Bw2tACXVSRox6Iq3zKtH6ivd7re { position:relative;display:block; }#ZpiN4Bw2tACXVSRox6Iq3zKtH6ivd7re { background-color: transparent; background-image: none; }#ZpiN4Bw2tACXVSRox6Iq3zKtH6ivd7re::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpiN4Bw2tACXVSRox6Iq3zKtH6ivd7re > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpiN4Bw2tACXVSRox6Iq3zKtH6ivd7re > .row .container > .video-iframe-container { display: none; }#ZpiN4Bw2tACXVSRox6Iq3zKtH6ivd7re > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpiN4Bw2tACXVSRox6Iq3zKtH6ivd7re > .row > .video-iframe-container { display: none; }#ZpiN4Bw2tACXVSRox6Iq3zKtH6ivd7re > .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); }#ZpiN4Bw2tACXVSRox6Iq3zKtH6ivd7re { border-width: 0; border-radius: 0; }#ZpiN4Bw2tACXVSRox6Iq3zKtH6ivd7re > .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; }#ZpiN4Bw2tACXVSRox6Iq3zKtH6ivd7re > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hFfURrfMizB8aDOsAE4o0cqOzcNcdTcS { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:15.25rem;left:5.5rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#ubP85fLUfmudJxKHCv8IFcgzyVhQdzoZ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:24.375rem;left:5.5rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#zfZvyfaodTT5lHmrlt0JsR351DltR51d { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:10.125rem;left:9.4375rem;height:3.375rem;font-style:normal;display:block; }
#vmdvvGeEOIDUycf2r4rPHfrST3IVQIA2 { 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:2.5625rem;width:2.5625rem;top:10.5625rem;left:5.5rem;overflow:hidden;display:block; }
#ZDdHVPHIbwKVamIaL808LzMOq53hPPJD { position:absolute;display:block;z-index:15007;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:30rem;width:16.875rem;top:2.96875rem;left:50.0625rem;overflow:hidden;display:block; }
#sugJHZuFy49Uu4TtR7oFS1eOasXHxPZu { box-sizing:content-box;height:35.8125rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#fiJnPQvJxZolBv5LyKWELoe11T2VVqpt { position:relative;display:block; }#fiJnPQvJxZolBv5LyKWELoe11T2VVqpt { background-color: transparent; background-image: none; }#fiJnPQvJxZolBv5LyKWELoe11T2VVqpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiJnPQvJxZolBv5LyKWELoe11T2VVqpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiJnPQvJxZolBv5LyKWELoe11T2VVqpt > .row .container > .video-iframe-container { display: none; }#fiJnPQvJxZolBv5LyKWELoe11T2VVqpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiJnPQvJxZolBv5LyKWELoe11T2VVqpt > .row > .video-iframe-container { display: none; }#fiJnPQvJxZolBv5LyKWELoe11T2VVqpt > .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); }#fiJnPQvJxZolBv5LyKWELoe11T2VVqpt { border-width: 0; border-radius: 0; }#fiJnPQvJxZolBv5LyKWELoe11T2VVqpt > .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; }#fiJnPQvJxZolBv5LyKWELoe11T2VVqpt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:36.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; }#ClzNcazgIaSSRNTnd3wnQHuN8yLspn5B { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:14.5rem;left:27.875rem;height:9rem;text-align:justify;text-align-last:initial;display:block; }
#gA4ModQKLqcS14ReqT7nq5ioeTb17COL { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:24.625rem;left:27.875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#aNfAHH6w4iGp9mpCOAUcTddWHVNrJrnf { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:10.875rem;left:31.9375rem;height:1.6875rem;font-style:normal;display:block; }
#XKVlEwM3Igq9dtZflAh6tuqBLfprpRyp { 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:2rem;width:2.9375rem;top:10.5rem;left:27.875rem;overflow:hidden;display:block; }
#bfvWIdoDz5Xz1RyOn3DqTT8lO3SHTeJG { position:absolute;display:block;z-index:15008;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:30rem;width:16.875rem;top:3.34375rem;left:5.21875rem;overflow:hidden;display:block; }
#MwETrC0menNUAkvlTEm8BBpKIitbnanz { box-sizing:content-box;height:36.5rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#lZTsg3MQb7BXS63ytFfKZlhW1e990cA0 { position:relative;display:block; }#lZTsg3MQb7BXS63ytFfKZlhW1e990cA0 { background-color: transparent; background-image: none; }#lZTsg3MQb7BXS63ytFfKZlhW1e990cA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZTsg3MQb7BXS63ytFfKZlhW1e990cA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZTsg3MQb7BXS63ytFfKZlhW1e990cA0 > .row .container > .video-iframe-container { display: none; }#lZTsg3MQb7BXS63ytFfKZlhW1e990cA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZTsg3MQb7BXS63ytFfKZlhW1e990cA0 > .row > .video-iframe-container { display: none; }#lZTsg3MQb7BXS63ytFfKZlhW1e990cA0 > .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); }#lZTsg3MQb7BXS63ytFfKZlhW1e990cA0 { border-width: 0; border-radius: 0; }#lZTsg3MQb7BXS63ytFfKZlhW1e990cA0 > .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; }#lZTsg3MQb7BXS63ytFfKZlhW1e990cA0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:35.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; }#lRuNZP76BnluRxoT6OsUiJlk6ZxoCv9p { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:24.9375rem;left:5.375rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#KH6OBuP5UgXKJZPHC1C8xPK9w04nZRAN { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:9.5625rem;left:9.3125rem;height:1.6875rem;font-style:normal;display:block; }
#mpyplXhD1CkBLsx9UIWo4W6KyQh4FTXB { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:13.25rem;left:5.375rem;height:10.5rem;text-align:justify;text-align-last:initial;display:block; }
#rwBcNHAZ2K8uuJkcxm8cA3777UayGh72 { 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:2.0625rem;width:2.75rem;top:9.1875rem;left:5.375rem;overflow:hidden;display:block; }
#LtGGx1TlxR4HkcwDLpeOGeF99iRH74fW { position:absolute;display:block;z-index:15008;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:30rem;width:16.875rem;top:2.75rem;left:50.875rem;overflow:hidden;display:block; }
#LVTfSSAtPDp57fVZVUqMRPiZJ6lZHq6A { box-sizing:content-box;height:35.5rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC { position:relative;display:block; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC { background-color: transparent; background-image: none; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .row .container > .video-iframe-container { display: none; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .row > .video-iframe-container { display: none; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .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); }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC { border-width: 0; border-radius: 0; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .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; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:14.8125rem;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; }#sTBxWBDCFxF3lqHKr2up2eCflOTwADX9 { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:"zume cut";font-size:5rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:5.1875rem;left:16.875rem;height:4.5rem;font-style:normal;display:block; }
#N7CgpM3ItEtpCkvux2sHbdozqxr7ftGS { color:#46db7b;display:block;width:22.5rem;position:absolute;font-family:"zume cut";font-size:8.75rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:3.5rem;left:35.625rem;height:7.875rem;font-style:normal;display:block; }
#wuNbw5wr9OPXCiH00BKzB2zcxFiIXiKy { box-sizing:content-box;height:6.875rem;width:16.5625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #46db7b;border-left:0;border-right:0.125rem solid #46db7b;border-bottom:0;top:7.8125rem;left:58.3125rem;border-top-left-radius:0rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tA86GORlcoqIkQO8WcO97QvZvp9m2DCE { box-sizing:content-box;height:6.875rem;width:14.125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0;border-bottom:0;top:7.8125rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.75rem;display:block; }
#BHXIZwdEisaTXPXiwhKsDumKTzUn8vWG { position:relative;display:block; }#BHXIZwdEisaTXPXiwhKsDumKTzUn8vWG { background-color: transparent; background-image: none; }#BHXIZwdEisaTXPXiwhKsDumKTzUn8vWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHXIZwdEisaTXPXiwhKsDumKTzUn8vWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHXIZwdEisaTXPXiwhKsDumKTzUn8vWG > .row .container > .video-iframe-container { display: none; }#BHXIZwdEisaTXPXiwhKsDumKTzUn8vWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHXIZwdEisaTXPXiwhKsDumKTzUn8vWG > .row > .video-iframe-container { display: none; }#BHXIZwdEisaTXPXiwhKsDumKTzUn8vWG > .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); }#BHXIZwdEisaTXPXiwhKsDumKTzUn8vWG { border-width: 0; border-radius: 0; }#BHXIZwdEisaTXPXiwhKsDumKTzUn8vWG > .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; }#BHXIZwdEisaTXPXiwhKsDumKTzUn8vWG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LPUs6pUUnvVvEZO2N0lKt67wdTXSa8Co { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.6875rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:2.5rem;left:2.5rem;display:block; }
#odJhq8S97xNe3zx6KpIWiCeaydaoXaHp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k2DO9KOFGtJkAO2pwxeVyzTq85fFu0kk { box-sizing:content-box;height:18.75rem;width:74.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;top:0rem;left:0rem;display:block; }
#A3Qm1rUyUEUnhqwXKhn91Wt1IExAoSyM { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.4375rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:2.5rem;left:34.0625rem;display:block; }
#kRqXH61WlCmduUy2cw8xKC7TTQsfQrIx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRR4XIxERtMAaDdouEGlKI2ksGuKMev4 { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.375rem;height:3.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:5.9375rem;left:2.5rem;display:block; }
#ZG1ml93gxJ6hPZnTkxgGSDpXZgBGwibs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bVJD920Ft19rE396UqHX6wlE4TtlntOB { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:5.9375rem;left:29.875rem;display:block; }
#SAauceWilyIMvpCA5h1FdugtDmuTKEic { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKbR3V3LGWrSfxqZxNa7d7RMPfemZT7w { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:5.9375rem;left:50.4375rem;display:block; }
#JrGUpON6CEu0rL2c19awU669qZgFeLsv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ScBQRim2GtHgy6oFEcOiRc94p7CXQ9Ge { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.4375rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:9.375rem;left:2.5rem;display:block; }
#sXLkZiVNFNIagoJgLNxPN6CUvicIK7nJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJftJVTrK62uTSZhqpReLqDO6NvHXUCx { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:3.4375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:9.375rem;left:24.5625rem;display:block; }
#rJH9SR2AMvkAV9DnblhlyQye04SHHMa2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zwy3amMg7nkSrLE0qFJEyQV43UfAq02s { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.4375rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:9.375rem;left:52.0625rem;display:block; }
#JkZ028BTWTao1XiTgTbewz6rRSLL5ZpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B0aGwpPAGJULsSx4zytFZ18riVe3SJHs { background-color:rgba(var(--color-secondary-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.0625rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.5rem;height:3.4375rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:12.8125rem;left:2.5rem;display:block; }
#ZhAhQslmLbz01TS1nH0uiFR6TtQRVscz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U0phOPF5Nd1oss8oEXz4ikWrtAMtyAHA { background-color:rgba(var(--color-secondary-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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.375rem 1.25rem rgba(70,219,123,0.18) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.5rem;height:3.4375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:12.9375rem;left:32.9375rem;display:block; }
#RbudwiFzzSkv0isBCCxCfHqNLVX2d6Ip { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0J4p0eRSocXquMbAX4TgGMruSZcUeL8 { box-sizing:content-box;height:13.6875rem;width:69.8125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #46db7b;border-left:0.0625rem solid #46db7b;border-right:0.0625rem solid #46db7b;border-bottom:0.0625rem solid #46db7b;top:2.5rem;left:2.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 { position:relative;display:block; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 { background-color: transparent; background-image: none; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container > .video-iframe-container { display: none; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row > .video-iframe-container { display: none; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .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); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 { border-width: 0; border-radius: 0; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .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; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;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; }#g42pXIciEGtwXtOQJRgIU361ne75oOhv { color:rgba(var(--color-tertiary-0),1);display:block;width:32.3748125rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:9.4375rem;left:30.125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTr021CdOTTNk2DlE42NePdm99tkUOZv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:3.1871557235717rem;left:5.6871447563171rem;display:block; }
#h0G3T8deuBRZ1nRRe5ksTGfg8S16tMrs { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:13.0625rem;left:30.125rem;height:11.19725rem;text-align:justify;text-align-last:initial;display:block; }
#yk5pdJip7ohkGvSHNwxbeDdl5JyuaFv2 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:25.8125rem;left:30.125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#xtgnuycJRarIVZIMRl6B359CcEiHIlex { box-sizing:content-box;height:36.75rem;width:74.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq { position:relative;display:block; }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq { background-color: transparent; background-image: none; }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq > .row .container > .video-iframe-container { display: none; }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq > .row > .video-iframe-container { display: none; }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq > .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); }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq { border-width: 0; border-radius: 0; }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq > .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; }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;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; }#tGDNTUgVHHZSchfrKD7AT2cVeiccx8qd { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15003;line-height:.9;letter-spacing:0;top:9.625rem;left:5.875rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FNgN45Z8huIcHluyShSP56k3iNyHLTcp { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25.8125rem;left:5.875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#RNFGtHR7A3TKqypFOSnTXOeHyUE1f2i2 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:14.75rem;left:5.875rem;height:9.597625rem;text-align:left;text-align-last:left;display:block; }
#AEuD6cUX1ABT0wM1w8RGTe39vXWofqwc { position:absolute;display:block;z-index:15009;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:30rem;width:16.875rem;top:3.4375rem;left:50.5625rem;overflow:hidden;display:block; }
#wltnRlKBxU5UsFNbb8UZOFQruTv49emv { box-sizing:content-box;height:36.6875rem;width:74.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 { position:relative;display:block; }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 { background-color: transparent; background-image: none; }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 > .row .container > .video-iframe-container { display: none; }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 > .row > .video-iframe-container { display: none; }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 > .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); }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 { border-width: 0; border-radius: 0; }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 > .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; }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.4375rem;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; }#oUyr5nVquHDCRMLr0T9Jgm5lnFKMKV60 { box-sizing:content-box;height:36.3125rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#veofFnbsREDgNJTNGi6rlJTx3QX9oNTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25.0625rem;left:29.4375rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#bTGQoIGiUAvyePIuwnstDJHKKNy0N4Ru { position:absolute;display:block;z-index:15010;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:30rem;width:16.875rem;top:3rem;left:5.6875rem;overflow:hidden;display:block; }
#zg2VZ56W7BIqV75hdmuWtL6AL06LNGun { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:13.75rem;left:29.4375rem;height:9.597625rem;text-align:left;text-align-last:left;display:block; }
#TRttrB8ukg4cBzm70T3DdReGeGlNFc8u { color:rgba(var(--color-tertiary-0),1);display:block;width:37.625rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15004;line-height:.9;letter-spacing:0;top:10.25rem;left:29.4375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 { position:relative;display:block; }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 { background-color: transparent; background-image: none; }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 > .row .container > .video-iframe-container { display: none; }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 > .row > .video-iframe-container { display: none; }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 > .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); }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 { border-width: 0; border-radius: 0; }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 > .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; }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.5625rem;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; }#Igw1ryXcbaUr7sMAwlONnGWwdEzNTC3l { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1875rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:11.5625rem;left:5.875rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u38q2TCxBlmK9vwIomTTRvaVmd6UTGJb { box-sizing:content-box;height:36.4375rem;width:74.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#rXQA2QQOK4P2UBvlMPbrnwB9MqeaEnqs { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:24.8125rem;left:5.875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#fXidSXmwsVgl2VJeZyF6xF22me0hOstU { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:15.25rem;left:5.875rem;height:7.9980625rem;text-align:left;text-align-last:left;display:block; }
#eAvmbRBnCsmM8TrLbndKN4oLdW3TrdCm { position:absolute;display:block;z-index:15011;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:30rem;width:16.875rem;top:3.1875rem;left:50.0625rem;overflow:hidden;display:block; }
#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD { position:relative;display:block; }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD { background-color: transparent; background-image: none; }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD > .row .container > .video-iframe-container { display: none; }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD > .row > .video-iframe-container { display: none; }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD > .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); }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD { border-width: 0; border-radius: 0; }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD > .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; }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.6875rem;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; }#NfeB61ITBDgCo7k0TGeMgtap9SA4JNn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:10.125rem;left:29.5625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CpieTHfWy0PRDMQUVWWFXUgXiLG2cra8 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:13.8125rem;left:29.5625rem;height:9.597625rem;text-align:left;text-align-last:left;display:block; }
#p27A548G38Ao3Txei8oPDnrQ2zHmGWrF { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25rem;left:29.75rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#XZ2RIg414kCqiWtKBEqrNZHxlMQE5mky { box-sizing:content-box;height:36.5625rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#EdNIf6saVumDsCrk3eE3FKMimu1rDpGw { position:absolute;display:block;z-index:15012;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:30rem;width:16.875rem;top:3.36083984375rem;left:5.78125rem;overflow:hidden;display:block; }
#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N { position:relative;display:block; }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N { background-color: transparent; background-image: none; }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N > .row .container > .video-iframe-container { display: none; }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N > .row > .video-iframe-container { display: none; }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N > .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); }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N { border-width: 0; border-radius: 0; }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N > .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; }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.75rem;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; }#GFJufFTGvn1Fh0b6BAtXsrW10mks8csH { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15007;line-height:.9;letter-spacing:0;top:10.3125rem;left:5.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ngZCq4C7h3AdG1Sf16wFhSueg9ngmalu { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:14rem;left:5.8125rem;height:11.19725rem;text-align:left;text-align-last:left;display:block; }
#WSiGXH16gBTSCKiq02IGq9RJyDFi4n1S { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:26.5625rem;left:5.8125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#BmGeC4qOPC2eHGVWH4zXEEMrNaBoliXf { box-sizing:content-box;height:36.625rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#gTRMnXaXQPCuI4CRuSQA8PFsAhg2dJzP { position:absolute;display:block;z-index:15013;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:30rem;width:16.875rem;top:3.25rem;left:48.40625rem;overflow:hidden;display:block; }
#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq { position:relative;display:block; }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq { background-color: transparent; background-image: none; }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq > .row .container > .video-iframe-container { display: none; }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq > .row > .video-iframe-container { display: none; }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq > .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); }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq { border-width: 0; border-radius: 0; }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq > .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; }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.9375rem;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; }#fN0VJRREz2Lbfpv3EOcx5fqtgwoEROgS { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15008;line-height:.9;letter-spacing:0;top:8.6875rem;left:28.25rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTD6bFUVwPD7Jy7tXRHVwPlxSki1lptI { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:12.3125rem;left:28.25rem;height:12.796875rem;text-align:left;text-align-last:left;display:block; }
#eEGwQOfowPC0VtTDkpFIhesaH5bONTtA { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:26.75rem;left:28.25rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#rK1arc9Qq0OaQkgIig4ZRSH5fe9Bq0Zw { box-sizing:content-box;height:36.8125rem;width:74.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#LyGo9QVwThgWTlghht66d6U3M6XV9KTs { position:absolute;display:block;z-index:15014;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:30rem;width:16.875rem;top:3.4375rem;left:5.71875rem;overflow:hidden;display:block; }
#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy { position:relative;display:block; }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy { background-color: transparent; background-image: none; }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy > .row .container > .video-iframe-container { display: none; }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy > .row > .video-iframe-container { display: none; }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy > .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); }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy { border-width: 0; border-radius: 0; }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy > .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; }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37rem;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; }#Gc5G3UQuzZP8q22l8PqoCSnw7OwGlVhB { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:10.0625rem;left:6.0625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cXKEfPVJPIcPfbIhTioP3eOmDTIpuOrl { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:13.8125rem;left:6.0625rem;height:9.597625rem;text-align:left;text-align-last:left;display:block; }
#cDQW9kWDK40PpiD8hNOx9IN2WNGMa4RO { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25.1875rem;left:6.0625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#BGUmHWViQpxWN2GXB56oslJOBZ4SUncn { position:absolute;display:block;z-index:15015;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:30rem;width:16.875rem;top:3.34716796875rem;left:50.1875rem;overflow:hidden;display:block; }
#eQgAiGX7PJ0A44S9pDTWBz1Hes87vKQx { box-sizing:content-box;height:36.875rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw { position:relative;display:block; }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw { background-color: transparent; background-image: none; }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw > .row .container > .video-iframe-container { display: none; }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw > .row > .video-iframe-container { display: none; }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw > .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); }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw { border-width: 0; border-radius: 0; }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw > .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; }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37rem;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; }#D73Gb5FTT4cwH7BNeZJ6LQZKqEh1QJwN { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:9.4375rem;left:28.375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aT5iSugnJANI06zy5XS2dJdcTRoKxySu { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25.9375rem;left:28.375rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#UMMf38BAQINaVSu654hDFpUofWiTq9AX { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:13.1875rem;left:28.375rem;height:11.19725rem;text-align:left;text-align-last:left;display:block; }
#S5R3C2UapS7pkAbBhHeM0Wm0C1plgJ8T { position:absolute;display:block;z-index:15016;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:30rem;width:16.875rem;top:3.40625rem;left:5.53125rem;overflow:hidden;display:block; }
#Phx4KdHflosg2zp7DQmTntR8LiUKo0sw { box-sizing:content-box;height:36.875rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;display:block; }
#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/03b8fa90-7128-4c03-82f8-2f53ee900d1f/Zasb91.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C.adaptive-delivery-prevent-bg, #JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C.lazyload, #JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C.lazyloading { background-image: none; }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .row .container { background-color: transparent; background-image: none; }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .row .container > .video-iframe-container { display: none; }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .row > .video-iframe-container { display: none; }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .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); }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .row .container { border-width: 0; border-radius: 0; }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:block; }#MRuisuzs4ovXHgbSLILyx62pWyTR9s3D { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:"zume cut";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:47.5625rem;left:27.3125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h9t1Ec5TUwAdTychz46gUsLiytnoZ7vz { color:#46db7b;display:block;width:34.8125rem;position:absolute;font-family:"zume cut";font-size:4.75rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:50.0625rem;left:27.3125rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HHTmVkS5VM4huG5WEhqpWClLLPsbb6ak { position:absolute;display:block;z-index:15017;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:30rem;width:16.875rem;top:3.5rem;left:47.6875rem;overflow:hidden;display:block; }
#nVnnFW75gx9A4fsSpKFFATOeFEHx7dW1 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:13.25rem;left:5.6875rem;height:12.796875rem;text-align:left;text-align-last:left;display:block; }
#QUoTFUe3dTHtTerHrMe9PETqxzEJNbCH { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:27.625rem;left:5.6875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#ByJUUWDsETvkVvZuls93wtJR0FMEPRTy { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15011;line-height:.9;letter-spacing:0;top:7.8125rem;left:5.6875rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BQPpMcc8eTAZK1na60NfI21bvqKpTVKQ { box-sizing:content-box;height:36.8125rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:0rem;display:block; }
#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI { position:relative;display:block; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI { background-color: transparent; background-image: none; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .row .container > .video-iframe-container { display: none; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .row > .video-iframe-container { display: none; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .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); }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI { border-width: 0; border-radius: 0; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .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; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:3.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; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t34PPdoQBufU3JbCJT8kt7Ep3yKZgzEL { display:none; }#t34PPdoQBufU3JbCJT8kt7Ep3yKZgzEL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ITv9LhPOf6GXFW2mpMgG7p45kukGdeVo { display:none; }
 }@media only screen and (max-width: 763px) { #Urk8SyHeon4JWRJpcR25zfvJ4zbduoio { width:22.3125rem;height:3.4375rem;top:10.3125rem;left:25.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEb0vg86zNGqGv97G4NOi7V6wMUNLNZS { display:block; }
 }@media only screen and (max-width: 763px) { #quLvf1WFvyT4fepIuFTsScV9oW473Vl4 { width:21rem;height:3.4375rem;top:10.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnTpL6PGME4KMrKMBhlf2WzvQ8vF73TN { display:block; }
 }@media only screen and (max-width: 763px) { #TNXnmJftectvhpI1bFrR9VM49TTPZmmu { width:26.75rem;height:3.4375rem;top:10.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJObLKx84l1mRvtKDqTrdRhJ1tUS1FvP { display:block; }
 }@media only screen and (max-width: 763px) { #Uc2TKVvNG2877Qv3TlxdhyEwQlrz7K6W { width:32.6875rem;height:3.4375rem;top:6.875rem;left:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbDO2RL5CAxCrc937o6GEuBGpAwM6NZU { display:block; }
 }@media only screen and (max-width: 763px) { #bIk2RHm5mFdE7enFIDGm9imdgPIcAMXu { width:37.3125rem;height:3.4375rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mo7xOUMslBhXWbTKGoH0xgh8nF6PSmw7 { display:block; }
 }@media only screen and (max-width: 763px) { #klOUxwKSC0D85HMlbWizMJTDLIlsXQce { width:23.0625rem;height:3.4375rem;top:3.4375rem;left:24.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MoEnNH10DZhuXAZJDxNMzZI0iyT1Ivsh { display:block; }
 }@media only screen and (max-width: 763px) { #gngn0fdMtI6Lwpqnzt7OuRTT6IbcTpT7 { width:21.75rem;height:3.4375rem;top:3.4375rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2eT062Fhawb7kEcqX0mhLGEqluoBFeG { display:block; }
 }@media only screen and (max-width: 763px) { #MkL0ZwXaWx1Tm0qfeNVOrg3UMH1plb9f { width:25.1875rem;height:3.4375rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pEfGQePDyTy8QzNnoRzgh9SMoakdFIG4 { display:block; }
 }@media only screen and (max-width: 763px) { #wpQvETctmOmOiCd2ScTHRbdRGKzmqQ9u { width:25.3125rem;height:3.4375rem;top:0rem;left:22.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5wqINF3tm7RtsTqZwgOM5vyOyN5rSNR { display:block; }
 }@media only screen and (max-width: 763px) { #kOr0WBsnTb2MvoCTQw3L9od8578ypbod { width:27.1875rem;height:3.4375rem;top:0rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #obQxlyCJO8krhfHTi2RCmlf63p7901zz { display:block; }
 }@media only screen and (max-width: 763px) { #TTGd213kltxr4icTdMAfiMTOS2mfTgb8 { width:17.5rem;height:3.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZTPz9yufz7D2L31dLH3i8mi78JvA3gq { display:block; }
 }@media only screen and (max-width: 763px) { #w81cKrqrP2Vhgo0ZTmrLXK6ALyNI28wx { width:39.5rem;height:3.4375rem;top:12.9375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmsTlMATtmrRhEupHDiXuo14TraQSziD { display:block; }
 }@media only screen and (max-width: 763px) { #E8y4Z9M2wWQTqxqWICqzrNV1MuTxbd0p { width:30.5rem;height:3.4375rem;top:12.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwiKbzn82AvWRWVTN5GIILwKWJk84vTV { display:block; }
 }@media only screen and (max-width: 763px) { #tRVtNuCyGllsUmOtoau2DSauegIA6OgI { width:20.4375rem;height:3.4375rem;top:9.375rem;left:27.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1z1lfhkf1mqgUtKNeTf4w8iznPz96gi { display:block; }
 }@media only screen and (max-width: 763px) { #P77JBZRim4vdwH0l8i6twokaTzE3i0Sf { width:27.5625rem;height:3.4375rem;top:9.375rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #evpeWugn446fQd8Ffi2GLRu4zPPUd1zr { display:block; }
 }@media only screen and (max-width: 763px) { #Mq2qIVc7APh4maC9Pikn395EpZEMZWus { width:22.0625rem;height:3.4375rem;top:9.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHA0TX9TmU7u3lxlyq4lGKSJDsCSa8pu { display:block; }
 }@media only screen and (max-width: 763px) { #R42hBBNH7oQTyDMPikLTgPdO8ItrpRXO { width:22.0625rem;height:3.4375rem;top:5.9375rem;left:25.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CkeJJWz7xXsQu9B9VByv7AoKMlf1pF4X { display:block; }
 }@media only screen and (max-width: 763px) { #XvE4aiHpPDKZCi1xzv3PiqdT8L5XOWXK { width:20.625rem;height:3.4375rem;top:5.9375rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EemtJ7Pk4f7aBWeJ7zTRJ3NMJGDHcDGh { display:block; }
 }@media only screen and (max-width: 763px) { #w2i8oTvTxWVGt0S6m933KcCFaPqCwUQ6 { width:27.375rem;height:3.4375rem;top:5.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EncAnzFzelo9KaDgPKA9TtGzfSyhmExX { display:block; }
 }@media only screen and (max-width: 763px) { #Wx88aAQtI3PUVTGKD7QWXwXG0G6uQK9c { width:38.4375rem;height:3.4375rem;top:2.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6zX1q37shT1vr5Qz5xIHvNzLulS3qBM { display:block; }
 }@media only screen and (max-width: 763px) { #VTk3Dmfk0tUnrMk8Mu1qrwlAfu8LfcSG { width:31.6875rem;height:3.4375rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #foqOJAO41ahSubzgdVSEZzDVUwMvzklM { display:block; }
 }@media only screen and (max-width: 763px) { #Kff3TMCBSvVpzVJvScgb6FLCnp7BeAky { top:4.4375rem;left:0rem;width:17rem;height:1.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0wKyGvG8wbwZ0MyGQyWmJe8ffTQdXOl { top:52.8125rem;left:0rem;width:18.0625rem;height:1.375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5zGRwzqZPLWg77BmTs2vOn47coWgcwu { display:block; }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HN9cPrA9lUQDS6cX5yg0z1LdUzslX2ys { top:4.4375rem;left:0rem;width:20.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8maGz91RX52W2zFoo34uEmk51mpPfJ9 { top:3.125rem;left:32.5rem;width:15.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l57ELlFcy7LTT6axU3HzBfUmi77aLGIm { top:3.125rem;left:39rem;width:8.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XACMogA7R86OImPgp7i7cqFTFLUoDx7V { top:34rem;left:33.0625rem;width:12.125rem;height:2.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w807lu0VyOPVs59BbAHaDqJAuchgr4pn { width:13.75rem;height:3.4375rem;top:38.5625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPd4hHdgnZ5gyFnrR80vu63VeNPBRNTQ { display:block; }
 }@media only screen and (max-width: 763px) { #yIAz8elAGKPz0x84yVKXzee8ne9nZaZy { width:13.75rem;height:3.4375rem;top:38.5625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #THTgDnbvIpXTFeiNeFT7IOhwTOTUW9UV { display:block; }
 }@media only screen and (max-width: 763px) { #zqnnBBtOsGKtxG79hPP9QRpsktp1IW7v { top:5.4375rem;left:22.4375rem;width:25.3125rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZHZnXlTV2ttDT1pi0TL8K4BDTWdPaXO { top:10.25rem;left:0rem;width:47.75rem;height:26.243297587131rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfKdBaBKSTbV4L75evf06bh0xE7iDyVe { top:31.625rem;left:12.875rem;width:34.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns7qA9xoJC2mS9VDvH4bVUZrwnRetenJ { top:1.4375rem;left:0rem;width:47.5rem;height:49.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnNtCyJTQmgrAJIBhaGVyuMTopHMR7wI { display:none; }
 }@media only screen and (max-width: 763px) { #T0qh02q3remNXrXpCbt8IwafZ90w3DNf { display:block; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BV0ozfQAdlcDJp8z31KOwcATwSmz6BIC { top:5.1875rem;left:7.5rem;width:19rem;height:4.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT4dZDwRKxpwTNb5QtLSIgxVP0aL6Boo { top:3.5rem;left:26.25rem;width:14rem;height:7.875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMx7l8MVKxNqwFwbznJT3Eft4MtyyV47 { top:7.8125rem;left:0rem;width:18.375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRcKhe1o44by6uUTO8KBtBp99E1ah1DF { top:7.8125rem;left:29.25rem;width:18.375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFM9AdFROnyO6waOMSipvNbd5KrTFW3M { display:block; }#JFM9AdFROnyO6waOMSipvNbd5KrTFW3M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igAFeEnsOfpkEWSAqgTcG7I2SKhEzJI3 { width:17.5rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo1Jd5ZH3KLHsruOhUgBVEOCmayDARhr { display:block; }
 }@media only screen and (max-width: 763px) { #BUOyJWSA5NNbqexTo1VPLurCnkvv2i3R { width:27.1875rem;height:3.4375rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0c30ZsPOfBvCD8M9aDcNMPJWG90Vk3P { display:block; }
 }@media only screen and (max-width: 763px) { #NrU0NwOsAmETZtMOcxxgXz6kKLv2DfJP { width:25.3125rem;height:3.4375rem;top:0rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOt9K1hgsnAvcDiR58wZeFwFyCCTl3X5 { display:block; }
 }@media only screen and (max-width: 763px) { #sOfkZ57qKBmtmFXcm7TiZ0O9DeubqAxc { width:25.1875rem;height:3.4375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ8h9ktbcbCTvmU1qMWHgqKZQyMVSvW7 { display:block; }
 }@media only screen and (max-width: 763px) { #WolZBBPwnLVWgZdczTSqbLmM7HqNygNS { width:21.75rem;height:3.4375rem;top:3.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMkt5LqgMrtRdfw9pXOcTM5GBcvn0kdL { display:block; }
 }@media only screen and (max-width: 763px) { #FBkvxN1clt6sz12aIC0TkAxD4VgoehWt { width:23.0625rem;height:3.4375rem;top:3.4375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRaOHt7SOdpENq8nzXJeCctLQ67GVaUK { display:block; }
 }@media only screen and (max-width: 763px) { #yUnDvTZn97vlAd1LXToVzQ3WnP4qvJ5z { width:37.3125rem;height:3.4375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pam1eLpMs0fSH28GHsQx6ILcnVeIlbby { display:block; }
 }@media only screen and (max-width: 763px) { #rWce0whLTMEwCeHE29M4M8GAVOTa0iTi { width:32.6875rem;height:3.4375rem;top:6.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMMyWTA7v313JAihxvoiLGRKRFH88Gpz { display:block; }
 }@media only screen and (max-width: 763px) { #T4GfGIz7TgxdtzaNfgxwtGkcdPnyD1fc { width:21rem;height:3.4375rem;top:10.3125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMMbnZaQtcEOTW6NxuHXPD2lZXkzaAGl { display:block; }
 }@media only screen and (max-width: 763px) { #v31T5AIkxo0ax6mXpqhhr8BymR2rccfT { width:26.75rem;height:3.4375rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRZzaNb7XUvV3fW4LAwJv7PiA2OTv7e6 { display:block; }
 }@media only screen and (max-width: 763px) { #mdKyHACUGRUzS1Ph1PzNGGwqu4Iq7OSM { width:22.3125rem;height:3.4375rem;top:10.3125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNQNa9iAW5GUvsGddf9iFzfKhu6Zoe3i { display:block; }
 }@media only screen and (max-width: 763px) { #AtSD0PqUJuvDs5cUCWDd5SWSUhRZ8lrK { top:0rem;left:0rem;width:47.625rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWQ3ZTGyLll8G7WKuUHpMtuBqtvQPWba { top:0rem;left:0rem;width:47.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 { display:block; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWwI2UxqGK4N7TTLKhduK3HJDfUDgn10 { top:24.1875rem;left:0rem;width:20.375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9u2ochDnesBVTlTJpd07u4V1UvWbgvC { top:2rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSW28ORRVimoTHMMBIPMKKsTdR6NmadU { top:10.5rem;left:0rem;width:40rem;height:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1vMakMSzW5MLnQKmVAXfi3oQNRTDfc3 { top:6.3125rem;left:0rem;width:25.4375rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imLtqUbRz2BzXqQvpM74ufK2P6lpprVh { top:5.8125rem;left:0rem;width:2.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQgSSZFA3cXp8yFiriONNrNAQxl97TZb { top:0rem;left:0rem;width:47.5rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #httqsc49HXP08u8BZ6qpGI6zRT8vzM2L { display:block; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZk1ob6sHgW2Amn5AbJJXxN3kcAOSERv { top:25.4375rem;left:15.0625rem;width:31.25rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAtOJyevm4ZEFZG5qF8ru8kCcOgluTJA { top:13rem;left:7.75rem;width:40rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxTPPV4TbD9UCCOcUyJLrzFP4VmeXFXz { top:3rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU5UZIcHvohA2bKrhLnnwbPO0NzKErsl { top:8.8125rem;left:16.5rem;width:31.25rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrlwpoTr65wZeXdzKcuA3wmDc8cdOLXc { top:8.375rem;left:15.0625rem;width:2.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUthLEnM19B90xRwWru9KE3RI9JO37Fe { top:0rem;left:0rem;width:47.5rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE { display:block; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqkVmQM1QD4maNgRfkRiTB9CqcMvTN9o { top:26.75rem;left:0rem;width:28.125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzMlAtNixRzxizl8ALNBtRl9mGeXLmvT { top:11.625rem;left:0rem;width:40rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt6MPz5GGlDfSwn19SIWpLlc0ycx6y9O { top:2.875rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcrZT2u1rc5KFB0Xykyeo10JU00qMEGC { top:7.375rem;left:0rem;width:35.1875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta1mEQ5FI3FeWC8qeKTzn2Nmiwg08cCI { top:6.9375rem;left:0rem;width:2.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHVrTDbOOPFkmeSaADmXdNQBR4Hf1zkD { top:0rem;left:0rem;width:47.5rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv { display:block; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvhyWIT4UWSF5ltdtMTMNgtN6iiaxN5m { top:13.1875rem;left:7.75rem;width:40rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PadxXBxXfHQkb6cz2sqBoy4JCCn2Nvbu { top:25.375rem;left:15rem;width:26.0625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN5qTkvPNaRqBbDTgSOtGgwXiSBAwgmz { top:9.3125rem;left:15.1875rem;width:32.5625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO3ubMNTbJqK4HVXuwUd8Xb8C7nHMcR8 { top:9rem;left:15rem;width:3.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THfgEyMFv1kqS09UoBuhTJcO5n51tm8B { top:3.0625rem;left:0rem;width:16.875rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s74QTdN2ugCTzI22czqGs62WMswvC0iu { top:0rem;left:0rem;width:47.5rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp { display:block; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFT4TFqZUr107vEziktgMzvqDOgkBJoS { top:13.4375rem;left:0rem;width:40rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNHNU0Om5otEOXb6EochOgIGthry61vg { top:21.125rem;left:0rem;width:20.125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCLby0vf2V1dRnxq1TnUqtXKilU9SglR { top:8.875rem;left:0rem;width:2.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNeMRnXLHEnlr32P9Gau301nEZGiSTqI { top:9.4375rem;left:0rem;width:31.25rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey4LSDHLo9T1nLONUudDHIHc7Ezrch8h { top:3.375rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCkC7R6CHcJBbrviJ6kwNPtlD58hAW8t { top:0rem;left:0rem;width:47.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd { display:block; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VntSXu5Bb1p9DoeRRykRrkb2dOqC3MJT { top:14.875rem;left:7.75rem;width:40rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6INaagZ5ra91lzWqFkZXWAZfF0l3WOR { top:26.875rem;left:14.625rem;width:22.125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #va80uPC7Jq3zscsCyTu6bARfKMnNAdh8 { top:10.6875rem;left:16.5rem;width:31.25rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN8LTcVWTvc1VOaSz5OEXyi91mXCwZKK { top:9.9375rem;left:14.625rem;width:1.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baZd4APsKLp5TCLqCu8pUoKdJO8vpAze { top:3.375rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu2glDVdfSbHdD6ylMXBUq8wdck4io1l { top:0rem;left:0rem;width:47.5rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhTfvNbWkFAK23xn20txlmdfyHBveru5 { display:block; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oV2xThea9JTTABhIl6ZletFgyK0KHZ7l { top:15.25rem;left:0rem;width:40rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqXyKCpS79K7CySXEq5yNf6FyBIe9p2T { top:25.875rem;left:0rem;width:22.125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0wxcizxrshPwriuE1CcP85MJvmmRbZg { top:3.3125rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtdcRIkZL2scS9TMuGdzUaT5yAKdrhzK { top:10.8125rem;left:0rem;width:2.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byePATHQSsWwf03TwviALUI2H4GQvRHK { top:11.375rem;left:0rem;width:37.125rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9I3TH3oFMaoTTRTPsDwEuJOT5a7LffX { top:0rem;left:0rem;width:47.5rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc { display:block; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9uuCnFxfKVwcwzPJM6OnD0lSiGPBq8f { top:15rem;left:7.75rem;width:40rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6UbIoNQ40Qqgvpvk1Cwu2tyniCVXHSm { top:25.375rem;left:13.3125rem;width:27.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGGQ4TpNtWbCBd6Boqz9aTT0uRWAQhbF { top:10.25rem;left:13.3125rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSJHxfcpA6FxmfILOVpaCASARgmuZwmI { top:9.8125rem;left:13.8125rem;width:33.9375rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqC5BCN8DOFBZwA0CpQqoVDNJbdALn3g { top:3.25rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt0h6bFAcrbglIVCxlXsNWAW2r9HGn9X { top:0rem;left:0rem;width:47.5rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpiN4Bw2tACXVSRox6Iq3zKtH6ivd7re { display:block; }#ZpiN4Bw2tACXVSRox6Iq3zKtH6ivd7re > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFfURrfMizB8aDOsAE4o0cqOzcNcdTcS { top:15.25rem;left:0rem;width:40rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubP85fLUfmudJxKHCv8IFcgzyVhQdzoZ { top:24.375rem;left:0rem;width:27.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfZvyfaodTT5lHmrlt0JsR351DltR51d { top:10.125rem;left:0rem;width:33.1875rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmdvvGeEOIDUycf2r4rPHfrST3IVQIA2 { top:10.5625rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDdHVPHIbwKVamIaL808LzMOq53hPPJD { top:2.9375rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #sugJHZuFy49Uu4TtR7oFS1eOasXHxPZu { top:0rem;left:0rem;width:47.5rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiJnPQvJxZolBv5LyKWELoe11T2VVqpt { display:block; }#fiJnPQvJxZolBv5LyKWELoe11T2VVqpt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClzNcazgIaSSRNTnd3wnQHuN8yLspn5B { top:14.5rem;left:7.75rem;width:40rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA4ModQKLqcS14ReqT7nq5ioeTb17COL { top:24.625rem;left:14.25rem;width:27.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNfAHH6w4iGp9mpCOAUcTddWHVNrJrnf { top:10.875rem;left:15.625rem;width:32.125rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKVlEwM3Igq9dtZflAh6tuqBLfprpRyp { top:10.5rem;left:14.25rem;width:2.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfvWIdoDz5Xz1RyOn3DqTT8lO3SHTeJG { top:3.3125rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwETrC0menNUAkvlTEm8BBpKIitbnanz { top:0rem;left:0rem;width:47.5rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZTsg3MQb7BXS63ytFfKZlhW1e990cA0 { display:block; }#lZTsg3MQb7BXS63ytFfKZlhW1e990cA0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRuNZP76BnluRxoT6OsUiJlk6ZxoCv9p { top:24.9375rem;left:0rem;width:27.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH6OBuP5UgXKJZPHC1C8xPK9w04nZRAN { top:9.5625rem;left:0rem;width:31.8125rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpyplXhD1CkBLsx9UIWo4W6KyQh4FTXB { top:13.25rem;left:0rem;width:40rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwBcNHAZ2K8uuJkcxm8cA3777UayGh72 { top:9.1875rem;left:0rem;width:2.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtGGx1TlxR4HkcwDLpeOGeF99iRH74fW { top:2.75rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVTfSSAtPDp57fVZVUqMRPiZJ6lZHq6A { top:0rem;left:0rem;width:47.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC { display:block; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTBxWBDCFxF3lqHKr2up2eCflOTwADX9 { top:5.1875rem;left:3.25rem;width:19rem;height:4.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7CgpM3ItEtpCkvux2sHbdozqxr7ftGS { top:3.5rem;left:22rem;width:22.5rem;height:7.875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuNbw5wr9OPXCiH00BKzB2zcxFiIXiKy { top:7.8125rem;left:31.0625rem;width:16.5625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA86GORlcoqIkQO8WcO97QvZvp9m2DCE { top:7.8125rem;left:0rem;width:14.125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHXIZwdEisaTXPXiwhKsDumKTzUn8vWG { display:block; }#BHXIZwdEisaTXPXiwhKsDumKTzUn8vWG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPUs6pUUnvVvEZO2N0lKt67wdTXSa8Co { width:31.6875rem;height:3.4375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odJhq8S97xNe3zx6KpIWiCeaydaoXaHp { display:block; }
 }@media only screen and (max-width: 763px) { #k2DO9KOFGtJkAO2pwxeVyzTq85fFu0kk { top:0rem;left:0rem;width:47.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Qm1rUyUEUnhqwXKhn91Wt1IExAoSyM { width:38.4375rem;height:3.4375rem;top:2.5rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRqXH61WlCmduUy2cw8xKC7TTQsfQrIx { display:block; }
 }@media only screen and (max-width: 763px) { #fRR4XIxERtMAaDdouEGlKI2ksGuKMev4 { width:27.375rem;height:3.4375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG1ml93gxJ6hPZnTkxgGSDpXZgBGwibs { display:block; }
 }@media only screen and (max-width: 763px) { #bVJD920Ft19rE396UqHX6wlE4TtlntOB { width:20.625rem;height:3.4375rem;top:5.9375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAauceWilyIMvpCA5h1FdugtDmuTKEic { display:block; }
 }@media only screen and (max-width: 763px) { #XKbR3V3LGWrSfxqZxNa7d7RMPfemZT7w { width:22.0625rem;height:3.4375rem;top:5.9375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrGUpON6CEu0rL2c19awU669qZgFeLsv { display:block; }
 }@media only screen and (max-width: 763px) { #ScBQRim2GtHgy6oFEcOiRc94p7CXQ9Ge { width:22.0625rem;height:3.4375rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXLkZiVNFNIagoJgLNxPN6CUvicIK7nJ { display:block; }
 }@media only screen and (max-width: 763px) { #xJftJVTrK62uTSZhqpReLqDO6NvHXUCx { width:27.5625rem;height:3.4375rem;top:9.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJH9SR2AMvkAV9DnblhlyQye04SHHMa2 { display:block; }
 }@media only screen and (max-width: 763px) { #Zwy3amMg7nkSrLE0qFJEyQV43UfAq02s { width:20.4375rem;height:3.4375rem;top:9.375rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkZ028BTWTao1XiTgTbewz6rRSLL5ZpU { display:block; }
 }@media only screen and (max-width: 763px) { #B0aGwpPAGJULsSx4zytFZ18riVe3SJHs { width:30.5rem;height:3.4375rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhAhQslmLbz01TS1nH0uiFR6TtQRVscz { display:block; }
 }@media only screen and (max-width: 763px) { #U0phOPF5Nd1oss8oEXz4ikWrtAMtyAHA { width:39.5rem;height:3.4375rem;top:12.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbudwiFzzSkv0isBCCxCfHqNLVX2d6Ip { display:block; }
 }@media only screen and (max-width: 763px) { #h0J4p0eRSocXquMbAX4TgGMruSZcUeL8 { top:2.5rem;left:0rem;width:47.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 { display:block; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g42pXIciEGtwXtOQJRgIU361ne75oOhv { top:9.4375rem;left:15.4375rem;width:32.3125rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTr021CdOTTNk2DlE42NePdm99tkUOZv { top:3.125rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0G3T8deuBRZ1nRRe5ksTGfg8S16tMrs { top:13.0625rem;left:10.25rem;width:37.5rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk5pdJip7ohkGvSHNwxbeDdl5JyuaFv2 { top:25.8125rem;left:16.5rem;width:24.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtgnuycJRarIVZIMRl6B359CcEiHIlex { top:0rem;left:0rem;width:47.5rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq { display:block; }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGDNTUgVHHZSchfrKD7AT2cVeiccx8qd { top:9.625rem;left:0rem;width:26.0625rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNgN45Z8huIcHluyShSP56k3iNyHLTcp { top:25.8125rem;left:0rem;width:27.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNFGtHR7A3TKqypFOSnTXOeHyUE1f2i2 { top:14.75rem;left:0rem;width:37.5rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEuD6cUX1ABT0wM1w8RGTe39vXWofqwc { top:3.4375rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #wltnRlKBxU5UsFNbb8UZOFQruTv49emv { top:0rem;left:0rem;width:47.5rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 { display:block; }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUyr5nVquHDCRMLr0T9Jgm5lnFKMKV60 { top:0rem;left:0rem;width:47.5rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veofFnbsREDgNJTNGi6rlJTx3QX9oNTJ { top:25.0625rem;left:15.8125rem;width:27.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTGQoIGiUAvyePIuwnstDJHKKNy0N4Ru { top:3rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg2VZ56W7BIqV75hdmuWtL6AL06LNGun { top:13.75rem;left:10.25rem;width:37.5rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRttrB8ukg4cBzm70T3DdReGeGlNFc8u { top:10.25rem;left:10.125rem;width:37.625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 { display:block; }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Igw1ryXcbaUr7sMAwlONnGWwdEzNTC3l { top:11.5625rem;left:0rem;width:29.1875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u38q2TCxBlmK9vwIomTTRvaVmd6UTGJb { top:0rem;left:0rem;width:47.5rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXQA2QQOK4P2UBvlMPbrnwB9MqeaEnqs { top:24.8125rem;left:0rem;width:27.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXidSXmwsVgl2VJeZyF6xF22me0hOstU { top:15.25rem;left:0rem;width:37.5rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAvmbRBnCsmM8TrLbndKN4oLdW3TrdCm { top:3.1875rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD { display:block; }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfeB61ITBDgCo7k0TGeMgtap9SA4JNn6 { top:10.125rem;left:15.9375rem;width:30.375rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpieTHfWy0PRDMQUVWWFXUgXiLG2cra8 { top:13.8125rem;left:10.25rem;width:37.5rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p27A548G38Ao3Txei8oPDnrQ2zHmGWrF { top:25rem;left:16.125rem;width:30.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ2RIg414kCqiWtKBEqrNZHxlMQE5mky { top:0rem;left:0rem;width:47.5rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdNIf6saVumDsCrk3eE3FKMimu1rDpGw { top:3.3125rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N { display:block; }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFJufFTGvn1Fh0b6BAtXsrW10mks8csH { top:10.3125rem;left:0rem;width:31.0625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZCq4C7h3AdG1Sf16wFhSueg9ngmalu { top:14rem;left:0rem;width:37.5rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSiGXH16gBTSCKiq02IGq9RJyDFi4n1S { top:26.5625rem;left:0rem;width:23.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmGeC4qOPC2eHGVWH4zXEEMrNaBoliXf { top:0rem;left:0rem;width:47.5rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTRMnXaXQPCuI4CRuSQA8PFsAhg2dJzP { top:3.25rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAH4p6yt0QmJuNDCif001GIn5OFWCTpq { display:block; }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fN0VJRREz2Lbfpv3EOcx5fqtgwoEROgS { top:8.6875rem;left:9.5625rem;width:38.1875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTD6bFUVwPD7Jy7tXRHVwPlxSki1lptI { top:12.3125rem;left:10.25rem;width:37.5rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEGwQOfowPC0VtTDkpFIhesaH5bONTtA { top:26.75rem;left:14.625rem;width:27.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK1arc9Qq0OaQkgIig4ZRSH5fe9Bq0Zw { top:0rem;left:0rem;width:47.5rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyGo9QVwThgWTlghht66d6U3M6XV9KTs { top:3.4375rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy { display:block; }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gc5G3UQuzZP8q22l8PqoCSnw7OwGlVhB { top:10.0625rem;left:0rem;width:21.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXKEfPVJPIcPfbIhTioP3eOmDTIpuOrl { top:13.8125rem;left:0rem;width:37.5rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDQW9kWDK40PpiD8hNOx9IN2WNGMa4RO { top:25.1875rem;left:0rem;width:37.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGUmHWViQpxWN2GXB56oslJOBZ4SUncn { top:3.3125rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQgAiGX7PJ0A44S9pDTWBz1Hes87vKQx { top:0rem;left:0rem;width:47.5rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqqDHC94s5SKywBV5UxzHTkpaIknCUVw { display:block; }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D73Gb5FTT4cwH7BNeZJ6LQZKqEh1QJwN { top:9.4375rem;left:7.25rem;width:40.5rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT5iSugnJANI06zy5XS2dJdcTRoKxySu { top:25.9375rem;left:14.75rem;width:27.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMMf38BAQINaVSu654hDFpUofWiTq9AX { top:13.1875rem;left:10.25rem;width:37.5rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5R3C2UapS7pkAbBhHeM0Wm0C1plgJ8T { top:3.375rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phx4KdHflosg2zp7DQmTntR8LiUKo0sw { top:0rem;left:0rem;width:47.5rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C { display:block; }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRuisuzs4ovXHgbSLILyx62pWyTR9s3D { top:47.5625rem;left:12.9375rem;width:34.8125rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9t1Ec5TUwAdTychz46gUsLiytnoZ7vz { top:50.0625rem;left:12.9375rem;width:34.8125rem;height:4.75rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHTmVkS5VM4huG5WEhqpWClLLPsbb6ak { top:3.5rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVnnFW75gx9A4fsSpKFFATOeFEHx7dW1 { top:13.25rem;left:0rem;width:37.5rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUoTFUe3dTHtTerHrMe9PETqxzEJNbCH { top:27.625rem;left:0rem;width:27.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByJUUWDsETvkVvZuls93wtJR0FMEPRTy { top:7.8125rem;left:0rem;width:29.9375rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQPpMcc8eTAZK1na60NfI21bvqKpTVKQ { top:0rem;left:0rem;width:47.5rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI { display:block; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t34PPdoQBufU3JbCJT8kt7Ep3yKZgzEL { position:relative;z-index:auto;display:block; }#t34PPdoQBufU3JbCJT8kt7Ep3yKZgzEL { background-color: transparent; background-image: none; }#t34PPdoQBufU3JbCJT8kt7Ep3yKZgzEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t34PPdoQBufU3JbCJT8kt7Ep3yKZgzEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t34PPdoQBufU3JbCJT8kt7Ep3yKZgzEL > .row .container > .video-iframe-container { display: none; }#t34PPdoQBufU3JbCJT8kt7Ep3yKZgzEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t34PPdoQBufU3JbCJT8kt7Ep3yKZgzEL > .row > .video-iframe-container { display: none; }#t34PPdoQBufU3JbCJT8kt7Ep3yKZgzEL > .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); }#t34PPdoQBufU3JbCJT8kt7Ep3yKZgzEL > .row .container { width:20rem;background-color:rgba(var(--color-primary-4),1);background-image:none;height:100.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITv9LhPOf6GXFW2mpMgG7p45kukGdeVo { display:flex;top:1.625rem;left:17.40625rem;width:1.75rem;height:1.75rem;z-index:15000;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #Urk8SyHeon4JWRJpcR25zfvJ4zbduoio { width:18.125rem;height:4.0625rem;top:46.1875rem;left:0.9375rem;font-size:0.9375rem;z-index:15057;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eEb0vg86zNGqGv97G4NOi7V6wMUNLNZS { display:block; }
 }@media only screen and (max-width: 763px) { #quLvf1WFvyT4fepIuFTsScV9oW473Vl4 { width:18.125rem;height:4.0625rem;top:42.125rem;left:0.9375rem;font-size:0.9375rem;z-index:15055;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; }
 }@media only screen and (max-width: 763px) { #rnTpL6PGME4KMrKMBhlf2WzvQ8vF73TN { display:block; }
 }@media only screen and (max-width: 763px) { #TNXnmJftectvhpI1bFrR9VM49TTPZmmu { width:18.125rem;height:4.0625rem;top:38.0625rem;left:0.9375rem;font-size:0.9375rem;z-index:15056;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; }
 }@media only screen and (max-width: 763px) { #HJObLKx84l1mRvtKDqTrdRhJ1tUS1FvP { display:block; }
 }@media only screen and (max-width: 763px) { #Uc2TKVvNG2877Qv3TlxdhyEwQlrz7K6W { width:18.125rem;height:4.0625rem;top:34rem;left:0.9375rem;font-size:0.9375rem;z-index:15054;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LbDO2RL5CAxCrc937o6GEuBGpAwM6NZU { display:block; }
 }@media only screen and (max-width: 763px) { #bIk2RHm5mFdE7enFIDGm9imdgPIcAMXu { width:18.125rem;height:4.0625rem;top:29.9375rem;left:0.9375rem;font-size:0.9375rem;z-index:15053;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; }
 }@media only screen and (max-width: 763px) { #mo7xOUMslBhXWbTKGoH0xgh8nF6PSmw7 { display:block; }
 }@media only screen and (max-width: 763px) { #klOUxwKSC0D85HMlbWizMJTDLIlsXQce { width:18.125rem;height:4.0625rem;top:25.875rem;left:0.9375rem;font-size:0.9375rem;z-index:15052;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MoEnNH10DZhuXAZJDxNMzZI0iyT1Ivsh { display:block; }
 }@media only screen and (max-width: 763px) { #gngn0fdMtI6Lwpqnzt7OuRTT6IbcTpT7 { width:18.125rem;height:3.4375rem;top:22.5rem;left:0.9375rem;font-size:0.9375rem;z-index:15051;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; }
 }@media only screen and (max-width: 763px) { #W2eT062Fhawb7kEcqX0mhLGEqluoBFeG { display:block; }
 }@media only screen and (max-width: 763px) { #MkL0ZwXaWx1Tm0qfeNVOrg3UMH1plb9f { width:18.125rem;height:4.0625rem;top:18.4375rem;left:0.9375rem;font-size:0.9375rem;z-index:15050;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; }
 }@media only screen and (max-width: 763px) { #pEfGQePDyTy8QzNnoRzgh9SMoakdFIG4 { display:block; }
 }@media only screen and (max-width: 763px) { #wpQvETctmOmOiCd2ScTHRbdRGKzmqQ9u { width:18.125rem;height:4.0625rem;top:14.375rem;left:0.9375rem;font-size:0.9375rem;z-index:15049;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #k5wqINF3tm7RtsTqZwgOM5vyOyN5rSNR { display:block; }
 }@media only screen and (max-width: 763px) { #kOr0WBsnTb2MvoCTQw3L9od8578ypbod { width:18.125rem;height:4.0625rem;top:10.3125rem;left:0.9375rem;font-size:0.9375rem;z-index:15048;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; }
 }@media only screen and (max-width: 763px) { #obQxlyCJO8krhfHTi2RCmlf63p7901zz { display:block; }
 }@media only screen and (max-width: 763px) { #TTGd213kltxr4icTdMAfiMTOS2mfTgb8 { width:18.125rem;height:3.4375rem;top:6.9375rem;left:0.9375rem;font-size:0.9375rem;z-index:15047;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;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZTPz9yufz7D2L31dLH3i8mi78JvA3gq { display:block; }
 }@media only screen and (max-width: 763px) { #w81cKrqrP2Vhgo0ZTmrLXK6ALyNI28wx { width:18.125rem;height:5.3125rem;top:92.9375rem;left:0.9375rem;font-size:0.9375rem;z-index:15067;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EmsTlMATtmrRhEupHDiXuo14TraQSziD { display:block; }
 }@media only screen and (max-width: 763px) { #E8y4Z9M2wWQTqxqWICqzrNV1MuTxbd0p { width:18.125rem;height:4.0625rem;top:88.875rem;left:0.9375rem;font-size:0.9375rem;z-index:15066;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; }
 }@media only screen and (max-width: 763px) { #nwiKbzn82AvWRWVTN5GIILwKWJk84vTV { display:block; }
 }@media only screen and (max-width: 763px) { #tRVtNuCyGllsUmOtoau2DSauegIA6OgI { width:18.125rem;height:3.4375rem;top:85.4375rem;left:0.9375rem;font-size:0.9375rem;z-index:15065;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Z1z1lfhkf1mqgUtKNeTf4w8iznPz96gi { display:block; }
 }@media only screen and (max-width: 763px) { #P77JBZRim4vdwH0l8i6twokaTzE3i0Sf { width:18.125rem;height:4.0625rem;top:81.375rem;left:0.9375rem;font-size:0.9375rem;z-index:15064;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; }
 }@media only screen and (max-width: 763px) { #evpeWugn446fQd8Ffi2GLRu4zPPUd1zr { display:block; }
 }@media only screen and (max-width: 763px) { #Mq2qIVc7APh4maC9Pikn395EpZEMZWus { width:18.125rem;height:4.0625rem;top:77.3125rem;left:0.9375rem;font-size:0.9375rem;z-index:15063;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; }
 }@media only screen and (max-width: 763px) { #DHA0TX9TmU7u3lxlyq4lGKSJDsCSa8pu { display:block; }
 }@media only screen and (max-width: 763px) { #R42hBBNH7oQTyDMPikLTgPdO8ItrpRXO { width:18.125rem;height:4.0625rem;top:73.25rem;left:0.9375rem;font-size:0.9375rem;z-index:15062;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CkeJJWz7xXsQu9B9VByv7AoKMlf1pF4X { display:block; }
 }@media only screen and (max-width: 763px) { #XvE4aiHpPDKZCi1xzv3PiqdT8L5XOWXK { width:18.125rem;height:4.0625rem;top:69.1875rem;left:0.9375rem;font-size:0.9375rem;z-index:15061;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; }
 }@media only screen and (max-width: 763px) { #EemtJ7Pk4f7aBWeJ7zTRJ3NMJGDHcDGh { display:block; }
 }@media only screen and (max-width: 763px) { #w2i8oTvTxWVGt0S6m933KcCFaPqCwUQ6 { width:18.125rem;height:4.0625rem;top:65.125rem;left:0.9375rem;font-size:0.9375rem;z-index:15060;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; }
 }@media only screen and (max-width: 763px) { #EncAnzFzelo9KaDgPKA9TtGzfSyhmExX { display:block; }
 }@media only screen and (max-width: 763px) { #Wx88aAQtI3PUVTGKD7QWXwXG0G6uQK9c { width:18.125rem;height:4.0625rem;top:61.0625rem;left:0.9375rem;font-size:0.9375rem;z-index:15059;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #x6zX1q37shT1vr5Qz5xIHvNzLulS3qBM { display:block; }
 }@media only screen and (max-width: 763px) { #VTk3Dmfk0tUnrMk8Mu1qrwlAfu8LfcSG { width:18.125rem;height:4.0625rem;top:57rem;left:0.9375rem;font-size:0.9375rem;z-index:15058;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; }
 }@media only screen and (max-width: 763px) { #foqOJAO41ahSubzgdVSEZzDVUwMvzklM { display:block; }
 }@media only screen and (max-width: 763px) { #Kff3TMCBSvVpzVJvScgb6FLCnp7BeAky { width:18.0625rem;height:1.42480625rem;top:4.5625rem;left:0.96875rem;font-size:1.5rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #t0wKyGvG8wbwZ0MyGQyWmJe8ffTQdXOl { width:18.0625rem;height:1.42480625rem;top:54.4375rem;left:0.96875rem;font-size:1.5rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #B5zGRwzqZPLWg77BmTs2vOn47coWgcwu { background-color:rgba(0,0,0,0);background-image:none;display:block; }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .row .container { background-color: transparent; background-image: none; }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .row .container > .video-iframe-container { display: none; }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .row > .video-iframe-container { display: none; }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .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); }#B5zGRwzqZPLWg77BmTs2vOn47coWgcwu > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HN9cPrA9lUQDS6cX5yg0z1LdUzslX2ys { width:18.75rem;height:2.8125rem;top:2.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8maGz91RX52W2zFoo34uEmk51mpPfJ9 { width:10.8125rem;height:1.484375rem;top:6.75rem;left:1.1875rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:.95;display:block; }
 }@media only screen and (max-width: 763px) { #l57ELlFcy7LTT6axU3HzBfUmi77aLGIm { width:8.8125rem;height:1.484375rem;top:6.75rem;left:10.4375rem;font-size:1.5625rem;line-height:.95;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XACMogA7R86OImPgp7i7cqFTFLUoDx7V { width:17rem;height:1.72168125rem;top:25.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w807lu0VyOPVs59BbAHaDqJAuchgr4pn { width:9.5rem;height:3.125rem;top:28.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPd4hHdgnZ5gyFnrR80vu63VeNPBRNTQ { display:block; }
 }@media only screen and (max-width: 763px) { #yIAz8elAGKPz0x84yVKXzee8ne9nZaZy { width:9.5rem;height:3.125rem;top:28.625rem;left:10.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THTgDnbvIpXTFeiNeFT7IOhwTOTUW9UV { display:block; }
 }@media only screen and (max-width: 763px) { #zqnnBBtOsGKtxG79hPP9QRpsktp1IW7v { width:19.1875rem;height:2.75rem;top:8.5rem;left:0.625rem;font-size:2.75rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZZHZnXlTV2ttDT1pi0TL8K4BDTWdPaXO { height:10.5625rem;width:19.4375rem;top:12.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfKdBaBKSTbV4L75evf06bh0xE7iDyVe { width:20rem;height:12.5rem;top:70.0595703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ns7qA9xoJC2mS9VDvH4bVUZrwnRetenJ { width:19.75rem;height:10.875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnNtCyJTQmgrAJIBhaGVyuMTopHMR7wI { display:flex;top:1.34375rem;left:17.4375rem;width:1.875rem;height:1.875rem;z-index:15038;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0qh02q3remNXrXpCbt8IwafZ90w3DNf { display:block; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf { background-color: transparent; background-image: none; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container > .video-iframe-container { display: none; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row > .video-iframe-container { display: none; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .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); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf { border-width: 0; border-radius: 0; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .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; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container { width:20rem;height:7.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BV0ozfQAdlcDJp8z31KOwcATwSmz6BIC { width:7.6875rem;height:1.79980625rem;top:3.3125rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT4dZDwRKxpwTNb5QtLSIgxVP0aL6Boo { width:7.6875rem;height:3.65625rem;top:2.375rem;left:10rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMx7l8MVKxNqwFwbznJT3Eft4MtyyV47 { width:18.375rem;height:6.875rem;top:7.28125rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRcKhe1o44by6uUTO8KBtBp99E1ah1DF { width:18.375rem;height:6.875rem;top:15.53125rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFM9AdFROnyO6waOMSipvNbd5KrTFW3M { display:block; }#JFM9AdFROnyO6waOMSipvNbd5KrTFW3M > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igAFeEnsOfpkEWSAqgTcG7I2SKhEzJI3 { width:17.5rem;height:3.4375rem;top:15.125rem;left:2.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qo1Jd5ZH3KLHsruOhUgBVEOCmayDARhr { display:block; }
 }@media only screen and (max-width: 763px) { #BUOyJWSA5NNbqexTo1VPLurCnkvv2i3R { width:18.9375rem;height:3.4375rem;top:11.75rem;left:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0c30ZsPOfBvCD8M9aDcNMPJWG90Vk3P { display:block; }
 }@media only screen and (max-width: 763px) { #NrU0NwOsAmETZtMOcxxgXz6kKLv2DfJP { width:19rem;height:3.4375rem;top:8.375rem;left:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOt9K1hgsnAvcDiR58wZeFwFyCCTl3X5 { display:block; }
 }@media only screen and (max-width: 763px) { #sOfkZ57qKBmtmFXcm7TiZ0O9DeubqAxc { width:18.9375rem;height:3.4375rem;top:19.125rem;left:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJ8h9ktbcbCTvmU1qMWHgqKZQyMVSvW7 { display:block; }
 }@media only screen and (max-width: 763px) { #WolZBBPwnLVWgZdczTSqbLmM7HqNygNS { width:18.9375rem;height:3.4375rem;top:22.5rem;left:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMkt5LqgMrtRdfw9pXOcTM5GBcvn0kdL { display:block; }
 }@media only screen and (max-width: 763px) { #FBkvxN1clt6sz12aIC0TkAxD4VgoehWt { width:19rem;height:3.4375rem;top:25.875rem;left:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRaOHt7SOdpENq8nzXJeCctLQ67GVaUK { display:block; }
 }@media only screen and (max-width: 763px) { #yUnDvTZn97vlAd1LXToVzQ3WnP4qvJ5z { width:18.9375rem;height:3.4375rem;top:28.5625rem;left:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pam1eLpMs0fSH28GHsQx6ILcnVeIlbby { display:block; }
 }@media only screen and (max-width: 763px) { #rWce0whLTMEwCeHE29M4M8GAVOTa0iTi { width:19rem;height:3.4375rem;top:31.9375rem;left:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMMyWTA7v313JAihxvoiLGRKRFH88Gpz { display:block; }
 }@media only screen and (max-width: 763px) { #T4GfGIz7TgxdtzaNfgxwtGkcdPnyD1fc { width:18.9375rem;height:3.4375rem;top:35.3125rem;left:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMMbnZaQtcEOTW6NxuHXPD2lZXkzaAGl { display:block; }
 }@media only screen and (max-width: 763px) { #v31T5AIkxo0ax6mXpqhhr8BymR2rccfT { width:18.9375rem;height:3.4375rem;top:38.6875rem;left:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRZzaNb7XUvV3fW4LAwJv7PiA2OTv7e6 { display:block; }
 }@media only screen and (max-width: 763px) { #mdKyHACUGRUzS1Ph1PzNGGwqu4Iq7OSM { width:19rem;height:3.4375rem;top:42.0625rem;left:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNQNa9iAW5GUvsGddf9iFzfKhu6Zoe3i { display:block; }
 }@media only screen and (max-width: 763px) { #AtSD0PqUJuvDs5cUCWDd5SWSUhRZ8lrK { width:19.875rem;height:13.6875rem;top:2.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWQ3ZTGyLll8G7WKuUHpMtuBqtvQPWba { width:20rem;height:0.5625rem;top:0.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 { display:block; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWwI2UxqGK4N7TTLKhduK3HJDfUDgn10 { width:20rem;height:1.40625rem;top:66.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C9u2ochDnesBVTlTJpd07u4V1UvWbgvC { width:20rem;height:35.6875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSW28ORRVimoTHMMBIPMKKsTdR6NmadU { width:20rem;height:22.5rem;top:42.84375rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #I1vMakMSzW5MLnQKmVAXfi3oQNRTDfc3 { width:10.3125rem;height:3.4375rem;top:0.75rem;left:4.0625rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #imLtqUbRz2BzXqQvpM74ufK2P6lpprVh { width:2.8125rem;height:2.625rem;top:1.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQgSSZFA3cXp8yFiriONNrNAQxl97TZb { width:20rem;height:0.625rem;top:70.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #httqsc49HXP08u8BZ6qpGI6zRT8vzM2L { display:block; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .row .container { width:20rem;height:75.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZk1ob6sHgW2Amn5AbJJXxN3kcAOSERv { width:17.6875rem;height:2.8125rem;top:64rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eAtOJyevm4ZEFZG5qF8ru8kCcOgluTJA { width:20rem;height:18.28125rem;top:44.375rem;left:0rem;font-size:0.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DxTPPV4TbD9UCCOcUyJLrzFP4VmeXFXz { width:20rem;height:35.75rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU5UZIcHvohA2bKrhLnnwbPO0NzKErsl { width:15.25rem;height:3.4375rem;top:2.4375rem;left:4.0625rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HrlwpoTr65wZeXdzKcuA3wmDc8cdOLXc { width:2.8125rem;height:2.3125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUthLEnM19B90xRwWru9KE3RI9JO37Fe { width:20rem;height:0.9375rem;top:68.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE { display:block; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqkVmQM1QD4maNgRfkRiTB9CqcMvTN9o { width:15.125rem;height:2.8125rem;top:69.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UzMlAtNixRzxizl8ALNBtRl9mGeXLmvT { width:20rem;height:23.90625rem;top:44rem;left:0rem;font-size:0.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #pt6MPz5GGlDfSwn19SIWpLlc0ycx6y9O { width:20rem;height:35.6875rem;top:6.734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcrZT2u1rc5KFB0Xykyeo10JU00qMEGC { width:15.625rem;height:3.4375rem;top:2.125rem;left:4.125rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ta1mEQ5FI3FeWC8qeKTzn2Nmiwg08cCI { width:2.625rem;height:2.3125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHVrTDbOOPFkmeSaADmXdNQBR4Hf1zkD { width:20rem;height:0.625rem;top:74.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv { display:block; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvhyWIT4UWSF5ltdtMTMNgtN6iiaxN5m { width:20rem;height:18.28125rem;top:7.25rem;left:0rem;font-size:0.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #PadxXBxXfHQkb6cz2sqBoy4JCCn2Nvbu { width:14.8125rem;height:2.8125rem;top:26.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qN5qTkvPNaRqBbDTgSOtGgwXiSBAwgmz { width:14.125rem;height:3.4375rem;top:2.625rem;left:4.5rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HO3ubMNTbJqK4HVXuwUd8Xb8C7nHMcR8 { width:3.25rem;height:1.9375rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THfgEyMFv1kqS09UoBuhTJcO5n51tm8B { width:20rem;height:36rem;top:7.59375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s74QTdN2ugCTzI22czqGs62WMswvC0iu { width:20rem;height:0.625rem;top:31.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp { display:block; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFT4TFqZUr107vEziktgMzvqDOgkBJoS { width:20rem;height:11.25rem;top:5.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNHNU0Om5otEOXb6EochOgIGthry61vg { width:17.5rem;height:1.40625rem;top:17.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zCLby0vf2V1dRnxq1TnUqtXKilU9SglR { width:2.5625rem;height:2.3125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNeMRnXLHEnlr32P9Gau301nEZGiSTqI { width:11.3125rem;height:1.40625rem;top:1.5rem;left:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey4LSDHLo9T1nLONUudDHIHc7Ezrch8h { width:20rem;height:35.6875rem;top:5.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCkC7R6CHcJBbrviJ6kwNPtlD58hAW8t { width:20rem;height:0.625rem;top:21.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd { display:block; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VntSXu5Bb1p9DoeRRykRrkb2dOqC3MJT { width:20rem;height:18.28125rem;top:7.375rem;left:0rem;font-size:0.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #e6INaagZ5ra91lzWqFkZXWAZfF0l3WOR { width:20rem;height:1.40625rem;top:26.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #va80uPC7Jq3zscsCyTu6bARfKMnNAdh8 { width:12.125rem;height:3.4375rem;top:2.75rem;left:3.4375rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KN8LTcVWTvc1VOaSz5OEXyi91mXCwZKK { width:2.1875rem;height:3.25rem;top:2.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baZd4APsKLp5TCLqCu8pUoKdJO8vpAze { width:20rem;height:35.6875rem;top:7.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bu2glDVdfSbHdD6ylMXBUq8wdck4io1l { width:20rem;height:0.625rem;top:30.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #XhTfvNbWkFAK23xn20txlmdfyHBveru5 { display:block; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oV2xThea9JTTABhIl6ZletFgyK0KHZ7l { width:20rem;height:16.875rem;top:44.75rem;left:0rem;font-size:0.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #OqXyKCpS79K7CySXEq5yNf6FyBIe9p2T { width:20rem;height:1.40625rem;top:62.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u0wxcizxrshPwriuE1CcP85MJvmmRbZg { width:20rem;height:35.6875rem;top:7.5rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WtdcRIkZL2scS9TMuGdzUaT5yAKdrhzK { width:2.75rem;height:2.5rem;top:3.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byePATHQSsWwf03TwviALUI2H4GQvRHK { width:15.3125rem;height:3.4375rem;top:2.625rem;left:4.125rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #t9I3TH3oFMaoTTRTPsDwEuJOT5a7LffX { width:20rem;height:0.625rem;top:66.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc { display:block; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9uuCnFxfKVwcwzPJM6OnD0lSiGPBq8f { width:20rem;height:18.28125rem;top:8.9375rem;left:0rem;font-size:0.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #O6UbIoNQ40Qqgvpvk1Cwu2tyniCVXHSm { width:16.9375rem;height:2.8125rem;top:28.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XGGQ4TpNtWbCBd6Boqz9aTT0uRWAQhbF { width:2.6875rem;height:2.625rem;top:3.890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSJHxfcpA6FxmfILOVpaCASARgmuZwmI { width:15rem;height:5.15625rem;top:2.625rem;left:3.75rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TqC5BCN8DOFBZwA0CpQqoVDNJbdALn3g { width:20rem;height:35.6875rem;top:8.84375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wt0h6bFAcrbglIVCxlXsNWAW2r9HGn9X { width:20rem;height:0.625rem;top:33.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #ZpiN4Bw2tACXVSRox6Iq3zKtH6ivd7re { display:block; }#ZpiN4Bw2tACXVSRox6Iq3zKtH6ivd7re > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFfURrfMizB8aDOsAE4o0cqOzcNcdTcS { width:20rem;height:12.65625rem;top:6.9375rem;left:0rem;font-size:0.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ubP85fLUfmudJxKHCv8IFcgzyVhQdzoZ { width:17.375rem;height:2.8125rem;top:20.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zfZvyfaodTT5lHmrlt0JsR351DltR51d { width:16rem;height:3.4375rem;top:2.375rem;left:3.8125rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vmdvvGeEOIDUycf2r4rPHfrST3IVQIA2 { width:2.5625rem;height:2.5625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDdHVPHIbwKVamIaL808LzMOq53hPPJD { width:20rem;height:35.6875rem;top:6.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sugJHZuFy49Uu4TtR7oFS1eOasXHxPZu { width:20rem;height:0.625rem;top:25.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #fiJnPQvJxZolBv5LyKWELoe11T2VVqpt { display:block; }#fiJnPQvJxZolBv5LyKWELoe11T2VVqpt > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClzNcazgIaSSRNTnd3wnQHuN8yLspn5B { width:20rem;height:16.875rem;top:7.25rem;left:0rem;font-size:0.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #gA4ModQKLqcS14ReqT7nq5ioeTb17COL { width:15.375rem;height:2.8125rem;top:24.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aNfAHH6w4iGp9mpCOAUcTddWHVNrJrnf { width:15.25rem;height:3.4375rem;top:2.5rem;left:4.0625rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XKVlEwM3Igq9dtZflAh6tuqBLfprpRyp { width:2.8125rem;height:1.9375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfvWIdoDz5Xz1RyOn3DqTT8lO3SHTeJG { width:20rem;height:35.6875rem;top:6.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MwETrC0menNUAkvlTEm8BBpKIitbnanz { width:20rem;height:0.625rem;top:30.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #lZTsg3MQb7BXS63ytFfKZlhW1e990cA0 { display:block; }#lZTsg3MQb7BXS63ytFfKZlhW1e990cA0 > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRuNZP76BnluRxoT6OsUiJlk6ZxoCv9p { width:15.25rem;height:1.40625rem;top:27.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KH6OBuP5UgXKJZPHC1C8xPK9w04nZRAN { width:13.5625rem;height:3.4375rem;top:2.171875rem;left:4.21875rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mpyplXhD1CkBLsx9UIWo4W6KyQh4FTXB { width:20rem;height:19.6875rem;top:6.75rem;left:0rem;font-size:0.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rwBcNHAZ2K8uuJkcxm8cA3777UayGh72 { width:2.75rem;height:2.0625rem;top:2.859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtGGx1TlxR4HkcwDLpeOGeF99iRH74fW { width:20rem;height:35.8125rem;top:6.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVTfSSAtPDp57fVZVUqMRPiZJ6lZHq6A { width:20rem;height:0.625rem;top:31.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC { display:block; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTBxWBDCFxF3lqHKr2up2eCflOTwADX9 { width:7.625rem;height:1.79980625rem;top:3.5625rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7CgpM3ItEtpCkvux2sHbdozqxr7ftGS { width:10.8125rem;height:3.65625rem;top:2.625rem;left:8.625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuNbw5wr9OPXCiH00BKzB2zcxFiIXiKy { width:16.5625rem;height:6.875rem;top:14.53125rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tA86GORlcoqIkQO8WcO97QvZvp9m2DCE { width:14.125rem;height:6.875rem;top:6.28125rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHXIZwdEisaTXPXiwhKsDumKTzUn8vWG { display:block; }#BHXIZwdEisaTXPXiwhKsDumKTzUn8vWG > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPUs6pUUnvVvEZO2N0lKt67wdTXSa8Co { width:18.9375rem;height:3.4375rem;top:3.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #odJhq8S97xNe3zx6KpIWiCeaydaoXaHp { display:block; }
 }@media only screen and (max-width: 763px) { #k2DO9KOFGtJkAO2pwxeVyzTq85fFu0kk { width:19.75rem;height:18.8125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3Qm1rUyUEUnhqwXKhn91Wt1IExAoSyM { width:18.9375rem;height:3.4375rem;top:3.8125rem;left:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRqXH61WlCmduUy2cw8xKC7TTQsfQrIx { display:block; }
 }@media only screen and (max-width: 763px) { #fRR4XIxERtMAaDdouEGlKI2ksGuKMev4 { width:18.9375rem;height:3.4375rem;top:7.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZG1ml93gxJ6hPZnTkxgGSDpXZgBGwibs { display:block; }
 }@media only screen and (max-width: 763px) { #bVJD920Ft19rE396UqHX6wlE4TtlntOB { width:18.9375rem;height:3.4375rem;top:7.25rem;left:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAauceWilyIMvpCA5h1FdugtDmuTKEic { display:block; }
 }@media only screen and (max-width: 763px) { #XKbR3V3LGWrSfxqZxNa7d7RMPfemZT7w { width:18.9375rem;height:3.4375rem;top:7.25rem;left:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrGUpON6CEu0rL2c19awU669qZgFeLsv { display:block; }
 }@media only screen and (max-width: 763px) { #ScBQRim2GtHgy6oFEcOiRc94p7CXQ9Ge { width:18.9375rem;height:3.4375rem;top:10.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXLkZiVNFNIagoJgLNxPN6CUvicIK7nJ { display:block; }
 }@media only screen and (max-width: 763px) { #xJftJVTrK62uTSZhqpReLqDO6NvHXUCx { width:18.9375rem;height:3.4375rem;top:10.6875rem;left:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJH9SR2AMvkAV9DnblhlyQye04SHHMa2 { display:block; }
 }@media only screen and (max-width: 763px) { #Zwy3amMg7nkSrLE0qFJEyQV43UfAq02s { width:18.9375rem;height:3.4375rem;top:10.6875rem;left:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkZ028BTWTao1XiTgTbewz6rRSLL5ZpU { display:block; }
 }@media only screen and (max-width: 763px) { #B0aGwpPAGJULsSx4zytFZ18riVe3SJHs { width:18.9375rem;height:3.4375rem;top:14.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhAhQslmLbz01TS1nH0uiFR6TtQRVscz { display:block; }
 }@media only screen and (max-width: 763px) { #U0phOPF5Nd1oss8oEXz4ikWrtAMtyAHA { width:18.9375rem;height:3.4375rem;top:14.25rem;left:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbudwiFzzSkv0isBCCxCfHqNLVX2d6Ip { display:block; }
 }@media only screen and (max-width: 763px) { #h0J4p0eRSocXquMbAX4TgGMruSZcUeL8 { width:19.875rem;height:13.625rem;top:3.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container { background-color: transparent; background-image: none; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container > .video-iframe-container { display: none; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row > .video-iframe-container { display: none; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .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); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g42pXIciEGtwXtOQJRgIU361ne75oOhv { width:20rem;height:3.4375rem;top:1.75rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nTr021CdOTTNk2DlE42NePdm99tkUOZv { width:20rem;height:35.6875rem;top:6.39013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0G3T8deuBRZ1nRRe5ksTGfg8S16tMrs { width:20rem;height:20.7949375rem;top:43.3125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.6;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yk5pdJip7ohkGvSHNwxbeDdl5JyuaFv2 { width:12.5rem;height:3rem;top:64.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtgnuycJRarIVZIMRl6B359CcEiHIlex { width:20rem;height:0.625rem;top:70.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq { background-color:rgba(0,0,0,0);background-image:none;display:block; }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq > .row .container { background-color: transparent; background-image: none; }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq > .row .container > .video-iframe-container { display: none; }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq > .row > .video-iframe-container { display: none; }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq > .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); }#MOf0N8h7ZHhWwq9IohmZprNz6PfxBBPq > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGDNTUgVHHZSchfrKD7AT2cVeiccx8qd { width:20rem;height:3.4375rem;top:2.5rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FNgN45Z8huIcHluyShSP56k3iNyHLTcp { width:13.125rem;height:3rem;top:27.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNFGtHR7A3TKqypFOSnTXOeHyUE1f2i2 { width:20rem;height:19.1953125rem;top:6.875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #AEuD6cUX1ABT0wM1w8RGTe39vXWofqwc { width:20rem;height:35.8125rem;top:7.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wltnRlKBxU5UsFNbb8UZOFQruTv49emv { width:20rem;height:0.625rem;top:32.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 > .row .container { background-color: transparent; background-image: none; }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 > .row .container > .video-iframe-container { display: none; }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 > .row > .video-iframe-container { display: none; }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 > .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); }#pdnv2T13Ud499xuhSz0iwCRhDnEtiRi4 > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUyr5nVquHDCRMLr0T9Jgm5lnFKMKV60 { width:20rem;height:0.625rem;top:32.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #veofFnbsREDgNJTNGi6rlJTx3QX9oNTJ { width:15.6875rem;height:3rem;top:27.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTGQoIGiUAvyePIuwnstDJHKKNy0N4Ru { width:20rem;height:35.6875rem;top:7.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zg2VZ56W7BIqV75hdmuWtL6AL06LNGun { width:20rem;height:19.1953125rem;top:7.125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TRttrB8ukg4cBzm70T3DdReGeGlNFc8u { width:20rem;height:3.4375rem;top:2.75rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 > .row .container { background-color: transparent; background-image: none; }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 > .row .container > .video-iframe-container { display: none; }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 > .row > .video-iframe-container { display: none; }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 > .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); }#FlNhZRINP6MEOpI6wsrlnqKg2zTsOs00 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Igw1ryXcbaUr7sMAwlONnGWwdEzNTC3l { width:20rem;height:3.4375rem;top:2.5rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u38q2TCxBlmK9vwIomTTRvaVmd6UTGJb { width:20rem;height:0.625rem;top:29.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #rXQA2QQOK4P2UBvlMPbrnwB9MqeaEnqs { width:20rem;height:1.5rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXidSXmwsVgl2VJeZyF6xF22me0hOstU { width:20rem;height:17.5956875rem;top:7.25rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eAvmbRBnCsmM8TrLbndKN4oLdW3TrdCm { width:20rem;height:35.6875rem;top:7.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD { background-color:rgba(0,0,0,0);background-image:none;display:block; }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD > .row .container { background-color: transparent; background-image: none; }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD > .row .container > .video-iframe-container { display: none; }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD > .row > .video-iframe-container { display: none; }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD > .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); }#UB64wpOiJfKFxAWmWE4SQ5D3M3Zm14qD > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfeB61ITBDgCo7k0TGeMgtap9SA4JNn6 { width:20rem;height:3.4375rem;top:2.4375rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CpieTHfWy0PRDMQUVWWFXUgXiLG2cra8 { width:20rem;height:19.1953125rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #p27A548G38Ao3Txei8oPDnrQ2zHmGWrF { width:18.3125rem;height:3rem;top:27rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ2RIg414kCqiWtKBEqrNZHxlMQE5mky { width:20rem;height:0.625rem;top:32.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #EdNIf6saVumDsCrk3eE3FKMimu1rDpGw { width:20rem;height:35.6875rem;top:6.98583984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N { background-color:rgba(0,0,0,0);background-image:none;display:block; }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N > .row .container { background-color: transparent; background-image: none; }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N > .row .container > .video-iframe-container { display: none; }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N > .row > .video-iframe-container { display: none; }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N > .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); }#AuqOVbwdkOlQHsgvToIwX2H17UPMuE6N > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFJufFTGvn1Fh0b6BAtXsrW10mks8csH { width:20rem;height:3.4375rem;top:2.4375rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ngZCq4C7h3AdG1Sf16wFhSueg9ngmalu { width:20rem;height:19.1953125rem;top:7.3125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WSiGXH16gBTSCKiq02IGq9RJyDFi4n1S { width:15.375rem;height:3rem;top:27.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmGeC4qOPC2eHGVWH4zXEEMrNaBoliXf { width:20rem;height:0.625rem;top:33.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #gTRMnXaXQPCuI4CRuSQA8PFsAhg2dJzP { width:20rem;height:35.6875rem;top:7.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAH4p6yt0QmJuNDCif001GIn5OFWCTpq { background-color:rgba(0,0,0,0);background-image:none;display:block; }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq > .row .container { background-color: transparent; background-image: none; }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq > .row .container > .video-iframe-container { display: none; }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq > .row > .video-iframe-container { display: none; }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq > .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); }#JAH4p6yt0QmJuNDCif001GIn5OFWCTpq > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fN0VJRREz2Lbfpv3EOcx5fqtgwoEROgS { width:16.9375rem;height:3.4375rem;top:2.4375rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RTD6bFUVwPD7Jy7tXRHVwPlxSki1lptI { width:20rem;height:23.994125rem;top:6.875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eEGwQOfowPC0VtTDkpFIhesaH5bONTtA { width:15rem;height:3rem;top:31.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK1arc9Qq0OaQkgIig4ZRSH5fe9Bq0Zw { width:20rem;height:0.625rem;top:37.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #LyGo9QVwThgWTlghht66d6U3M6XV9KTs { width:16.875rem;height:30rem;top:27.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy { background-color:rgba(0,0,0,0);background-image:none;display:block; }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy > .row .container { background-color: transparent; background-image: none; }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy > .row .container > .video-iframe-container { display: none; }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy > .row > .video-iframe-container { display: none; }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy > .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); }#oqIuk3l7sdqUfiwWdzcl1RurMiWTRkAy > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gc5G3UQuzZP8q22l8PqoCSnw7OwGlVhB { width:20rem;height:1.71875rem;top:2.375rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cXKEfPVJPIcPfbIhTioP3eOmDTIpuOrl { width:20rem;height:19.1953125rem;top:5.125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #cDQW9kWDK40PpiD8hNOx9IN2WNGMa4RO { width:20rem;height:1.5rem;top:25.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGUmHWViQpxWN2GXB56oslJOBZ4SUncn { width:16.875rem;height:30rem;top:56.03466796875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQgAiGX7PJ0A44S9pDTWBz1Hes87vKQx { width:20rem;height:0.625rem;top:29.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #mqqDHC94s5SKywBV5UxzHTkpaIknCUVw { background-color:rgba(0,0,0,0);background-image:none;display:block; }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw > .row .container { background-color: transparent; background-image: none; }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw > .row .container > .video-iframe-container { display: none; }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw > .row > .video-iframe-container { display: none; }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw > .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); }#mqqDHC94s5SKywBV5UxzHTkpaIknCUVw > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D73Gb5FTT4cwH7BNeZJ6LQZKqEh1QJwN { width:18.625rem;height:3.4375rem;top:2.5rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aT5iSugnJANI06zy5XS2dJdcTRoKxySu { width:20rem;height:1.5rem;top:29.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMMf38BAQINaVSu654hDFpUofWiTq9AX { width:20rem;height:19.1953125rem;top:7.3125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #S5R3C2UapS7pkAbBhHeM0Wm0C1plgJ8T { width:16.875rem;height:30rem;top:33.90625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Phx4KdHflosg2zp7DQmTntR8LiUKo0sw { width:20rem;height:0.625rem;top:33.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:block; }
 }@media only screen and (max-width: 763px) { #JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/03b8fa90-7128-4c03-82f8-2f53ee900d1f/Zasb91.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C.adaptive-delivery-prevent-bg, #JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C.lazyload, #JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C.lazyloading { background-image: none; }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .row .container { background-color: transparent; background-image: none; }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .row .container > .video-iframe-container { display: none; }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .row > .video-iframe-container { display: none; }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .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); }#JtwkBfPQIZLkPi73LEtHHNURqxA5nA2C > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRuisuzs4ovXHgbSLILyx62pWyTR9s3D { width:20rem;height:2rem;top:38.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9t1Ec5TUwAdTychz46gUsLiytnoZ7vz { width:20rem;height:2rem;top:40.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHTmVkS5VM4huG5WEhqpWClLLPsbb6ak { width:16.875rem;height:30rem;top:16.75rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVnnFW75gx9A4fsSpKFFATOeFEHx7dW1 { width:20rem;height:22.3945rem;top:8.8125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #QUoTFUe3dTHtTerHrMe9PETqxzEJNbCH { width:15.6875rem;height:3rem;top:32.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByJUUWDsETvkVvZuls93wtJR0FMEPRTy { width:20rem;height:5.15625rem;top:2.4375rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BQPpMcc8eTAZK1na60NfI21bvqKpTVKQ { width:19.75rem;height:8.3125rem;top:36rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #46db7b;display:none; }
 }@media only screen and (max-width: 763px) { #ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI { display:block; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }