.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:217,255,228;--color-primary-1:128,255,167;--color-primary-2:0,255,78;--color-primary-3:0,128,39;--color-primary-4:0,38,12;--color-secondary-0:224,224,224;--color-secondary-1:163,163,163;--color-secondary-2:102,102,102;--color-secondary-3:61,61,61;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,133,255;--color-tertiary-2:204,51,255;--color-tertiary-3:238,0,255;--color-tertiary-4:0,0,0;--headlines-font-family:"Geologica";--paragraphs-font-family:"Geologica"; }@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:#040404;background-image:none;position:relative;display:block; }
#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container { display: none; }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .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); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl { background-color:#552bde;background-image:url("https://images.assets-landingi.com/uc/46aa568a-2295-4c9f-a997-a056091b7174/conecfyfranquia.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.adaptive-delivery-prevent-bg, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyload, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyloading { background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { background-color: transparent; background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .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); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { border-width: 0; border-radius: 0; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { width:75rem;height:56.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#hsh4p5T0gqqOF81eT9aVWASZcB2zZP8Q { color:rgba(var(--color-tertiary-0),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:29.9375rem;left:6.6851568222044rem;height:4.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vnKIJF22ZoQumc19o5Rfa0XllUm91cNK { color:#ffffff;display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:35.625rem;left:11.374218940735rem;height:3.15rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RpkU3TfudmsmTnhIJnfnyyNN32BfFX2C { position:absolute;display:block;z-index:15023;height:1.625rem;width:2.875rem;top:1.25rem;left:2.1617183685302rem;display:block; }
#rBysz2GeCQV29NG4uBiNTBUmzCPKtA4R { background-color:#66ffd7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #66fed6 ;box-sizing:border-box;color:#0035a5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:5.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:40.3125rem;left:20.497656822204rem;display:block; }
#tFRExiqKHtVi6mkRur0F6pi7IWcvLT8O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o .widget-text.counter-number { border-top:0.1875rem solid #66fed6;border-left:0.1875rem solid #66fed6;border-right:0.1875rem solid #66fed6;border-bottom:0.1875rem solid #66fed6;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.475625rem;padding-right:0.415rem;padding-bottom:0.475625rem;padding-left:0.415rem;display:block;align-items:center;width:2.49125rem;min-width:2.49125rem;height:2.556875rem;position:relative;font-family:var(--headlines-font-family);font-size:1.903125rem;font-weight:700;line-height:40.91px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:3.625rem;border-bottom-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-top-left-radius:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2975rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.32125rem;height:1.010625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.71375rem;font-weight:400;line-height:16.17px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o { 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;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.8125rem;height:5.19125rem;padding-top:0.594375rem;padding-right:0.593125rem;padding-bottom:0.594375rem;padding-left:0.593125rem;position:absolute;font-family:play;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:46.825000762939rem;left:27.528126716614rem;z-index:15025; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #fFQTOQUtDZhK7TDyWDr9kqUp7f5k3PJo { display:flex;position:relative;top:0rem;left:0rem; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #INhqzDeDKTi0lwXTTtLEsrMRi82RL4Cb { width:auto; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #fBtOmhtoDbc3dv7HUZT3t9iz0JV5mkfB {  }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #iiqoKfXzDAOClnL2qDNPJBWQL0vV9WTl { display:flex;position:relative;top:0rem;left:0rem; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #HogSloHcZ3Ck5HVKXxuHZVffhrFsuwi5 {  }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #TMu2sewXT7TupPETkFTBdoW5HyePGR0V {  }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #C8lJLBDatnnJX3q8cWoEdrSvT3ya3Vq9 { display:flex;position:relative;top:0rem;left:0rem; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #tit2q5ZnwmgkkHsPrbhRVG5TLvKPxeQ1 {  }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #RTXRfHP61evq3UENDSPI1gxQJHQrgsR2 {  }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #hSJTIfhKoQuRxkkvoh6URNPVaThKbRAv { display:flex;position:relative;top:0rem;left:0rem; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #d11CuH2CpegLnarXBHkc3sbwAnbEx7RR {  }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #THG7LLPfG2RktSeTa08T1VkKvMoiTPLB {  }
#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container { background-color: transparent; background-image: none; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container > .video-iframe-container { display: none; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row > .video-iframe-container { display: none; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .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); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container { border-width: 0; border-radius: 0; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#zJaO5PDL1vh5KiqTNwCKmxhUUITpRIs6 { color:#5617e0;display:block;width:40.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.9375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iLirsMX5HeOgBUmu5wcp4QraJyXbiuK8 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:12.375rem;left:0rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#D8QVempTeECuDczHoef4Qt28u9J3hf3D { color:#5617e0;display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:10.4375rem;left:46.562500953674rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#D8QVempTeECuDczHoef4Qt28u9J3hf3D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D8QVempTeECuDczHoef4Qt28u9J3hf3D li:before{  }
#FU3Xwf6KmEL9et3OxnUGTa1oCpGU2gwX { color:#5617e0;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6875rem;left:46.5rem;height:3.7375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#u8mHQzNEnWp8BTMeWPIiq7ytUc1rsyOB { box-sizing:content-box;height:19.1875rem;width:31.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem #66fed6 ;border-top:0.125rem solid #66ffd7;border-left:0.125rem solid #66ffd7;border-right:0.125rem solid #66ffd7;border-bottom:0.125rem solid #66ffd7;top:2.875rem;left:43.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcf02bdb-1c2b-43f9-a4c6-ab10b3ff4ad1/automao.png");background-position:top 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; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat.adaptive-delivery-prevent-bg, #BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat.lazyload, #BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat.lazyloading { background-image: none; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container { background-color: transparent; background-image: none; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,9,69,0.61); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container > .video-iframe-container { display: none; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,9,69,0.61); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row > .video-iframe-container { display: none; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .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); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container { border-width: 0; border-radius: 0; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#xlkTVvzaXZXpwchmluEb2Xu39g3TCo8o { color:#66fed6;display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:6.375rem;left:35.375rem;height:7.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nbDrITXew2rliIssx7fgE78tfnUT7Hip { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.6875rem;left:37.5rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iQoxnOUx9xXBfN8yfQWggzVAShOv8K2S { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.6875rem;left:47.3125rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CMbRkCtTwZR7DBWF6NvTAheGqqtdr16c { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.6875rem;left:56.75rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m6ySZiOz8QVoDxKuDFXfh8q0RnlKvZsv { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.9;letter-spacing:0;top:24.375rem;left:35.375rem;height:10.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zg7shCpNkZMZ3HQCIFVCOX8lyysNfaz0 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.4375rem;left:35.375rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VHx3hGCL8D6MHXIw1AIftFz3eUsquTCG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:15.5rem;left:35.375rem; }
#OKwiRQLy6EfVQusoFmEtM8QRgGB9ZzcZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.5rem;left:45.1875rem; }
#M91UAtFwnWmDGLCIio9HulbvNFTq5Tby { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:15.5rem;left:54.5rem; }
#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5617e0;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; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container { background-color: transparent; background-image: none; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container > .video-iframe-container { display: none; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row > .video-iframe-container { display: none; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .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); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container { border-width: 0; border-radius: 0; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#kGcKnKlrAXdTNaQ05ufx0rkOeuRksUhK { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5625rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:3.1875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#LuyvhJAOa89pAqI4X6r5mpcWOo1PFWra { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6243125rem;position:absolute;font-family:play;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:3.0625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#gsOGLul8etoIkliNQgl6gtb85ZwHGZSd { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.875rem;left:3.1875rem;height:14.62358125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NsUWansLr8kScl4KJ7hvMxM0UUixOuR1 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.875rem;left:3.1875rem;height:14.62358125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-text.counter-number { border-top:0.10375rem solid rgba(var(--color-tertiary-2),1);border-left:0.103125rem solid rgba(var(--color-tertiary-2),1);border-right:0.103125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.10375rem solid rgba(var(--color-tertiary-2),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0.636875rem;padding-right:0.55125rem;padding-bottom:0.636875rem;padding-left:0.55125rem;display:block;align-items:center;width:3.308125rem;min-width:3.308125rem;height:3.423125rem;position:relative;font-family:play;font-size:2.5475rem;font-weight:700;line-height:54.77px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.398125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.410625rem;height:1.35375rem;position:relative;font-family:play;font-size:0.955rem;font-weight:700;line-height:21.66px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.4375rem;height:6.65625rem;padding-top:0.08rem;padding-right:0.07875rem;padding-bottom:0.08rem;padding-left:0.07875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36.625003814698rem;left:26.201704978943rem;z-index:15012;display:none; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #S1IxFUPorR0HKo1l9fgIbaT7vOSIZi5H { display:flex;position:relative;top:0rem;left:0rem; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #BWTpSfQpAdP7A1oQ4b02LI0IZxbnTiu7 { width:auto; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #KJniGehJh86Pg9L5a529LVPm7ZCBSPx5 {  }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #aHDoIzgk2qa0ruPL76RVW52vOOi3hl1f { display:flex;position:relative;top:0rem;left:0rem; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #SKfE9xXPT7a7oNdNx2ePogZtHNM7QBOI {  }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #efDByhG6DlsCQ5s6MBJ0BsNFhcIa2ThJ {  }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #Eb1LIXA4lawf8SvJeTTEoFdoxXNWNhpS { display:flex;position:relative;top:0rem;left:0rem; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #gdiF3PoFk3B6Aak6Qvmfff1DKSk1sJHy {  }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #lOP8NPZJIu0Bagua74RzDkZNmXILg2pJ {  }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #AeQKF67PHvs9NuFMbOuACADaK7U7LuS8 { display:flex;position:relative;top:0rem;left:0rem; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #dTRoTnuH3WAaAJFSQcWwm5I9U3ZiexIm {  }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #DBTSGSwpSMrqsICzNUGStdPAos5xvgoQ {  }
#Un1hIDHGJKQzWqwOXBR787r6V5bIJMbh { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5625rem;position:absolute;font-family:play;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:32.062502861023rem;left:21.718750953674rem;height:2.762075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Wrg0CokHh2FtdiuoI6G7pLprQ9uxxlrq { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.2375001907349rem;left:14.780468940735rem;height:4.7125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TaMLMw64CZieNsQxpmJTFM03XRySVGDo { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.4375rem;left:35.375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .row .container { background-color: transparent; background-image: none; }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .row .container > .video-iframe-container { display: none; }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .row > .video-iframe-container { display: none; }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .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); }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .row .container { border-width: 0; border-radius: 0; }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#ur2wL2DeSK3JvNwKodW7TKHHKOFCCE6L { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:16.0625rem;left:40.9375rem;height:6.05625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZPDTfq94oGiuJy60VSNKncBHL8NTMSw7 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5625rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:3.1875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#a5qIgJTeAVIuwRICyyu98DzlgD4SZG2F { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6243125rem;position:absolute;font-family:play;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:3.0625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#Ux5zimWaTbaDJRA53F3vRL7mQuQtqOvx { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.875rem;left:3.1875rem;height:14.62358125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bH60qan397WbCJHeclSwGt3iIv32yDXc { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.875rem;left:3.1875rem;height:14.62358125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 .widget-text.counter-number { border-top:0.10375rem solid rgba(var(--color-tertiary-2),1);border-left:0.103125rem solid rgba(var(--color-tertiary-2),1);border-right:0.103125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.10375rem solid rgba(var(--color-tertiary-2),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0.636875rem;padding-right:0.55125rem;padding-bottom:0.636875rem;padding-left:0.55125rem;display:block;align-items:center;width:3.308125rem;min-width:3.308125rem;height:3.423125rem;position:relative;font-family:play;font-size:2.5475rem;font-weight:700;line-height:54.77px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.398125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.410625rem;height:1.35375rem;position:relative;font-family:play;font-size:0.955rem;font-weight:700;line-height:21.66px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.4375rem;height:6.65625rem;padding-top:0.08rem;padding-right:0.07875rem;padding-bottom:0.08rem;padding-left:0.07875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36.625003814698rem;left:26.201704978943rem;z-index:15012;display:none; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #Nn2vv5WrTPUnI1R27SLtp6Pvik1yUXy1 { display:flex;position:relative;top:0rem;left:0rem; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #z5fLCyu1tg7g4mLgfUoOrsxsUQF6Tpsb { width:auto; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #Eszdhwccuaab6ba0ccCmzG80ywDZyn9T {  }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #bxdS4JZxnP9w4uBPb301mtpwzG4m9Zyp { display:flex;position:relative;top:0rem;left:0rem; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #EMTqRafBkWvc0Jgh9QR8ZmNoDalyWhmM {  }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #CphD5BgGuwN7p72r5toVZaFU6crWuvMK {  }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #Xug7r5aLSpm8ZmInmxDWwcGQmrbt182p { display:flex;position:relative;top:0rem;left:0rem; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #MEZsppLauNF6uUUsNISqNriGfIPT0mtu {  }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #BfDctbqEhdiAB0JDBr1fwsxIhfv5ZBd6 {  }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #XAudFuB9EqEMxcAE2sXTFoJooXrqQGCQ { display:flex;position:relative;top:0rem;left:0rem; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #uke4nNPD8THfKs4rtvPdcJkD0UM60dwM {  }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #CoxVKFdzWHtn5VVcUlZ7T02obFgMBATG {  }
#SyNerkICsbwXN2n2xEpiTNJJHm7eBBXp { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5625rem;position:absolute;font-family:play;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:32.062502861023rem;left:21.718750953674rem;height:2.762075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#rJH4Tm3MkUG3CkvLupbhSeWbDLp0p3Up { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9117112159729rem;left:19.717968940735rem;height:2.7625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#soZTyyVyd1yPZXV9F5mcW0pgXmbLXqpT { color:rgba(var(--color-tertiary-0),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.9;letter-spacing:0;top:16.0625rem;left:6.375rem;height:10.09375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a2WfoHkVGS3v8Vm6PK5pqom1qGiyQZ6e { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6734309196475rem;left:22.625000953674rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aOFSxh7S6siZFDAXAJSfTtxMv0zW6M0n { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.375rem;left:6.375rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cQFvH0Nfkdzm0BHWvFzDCKGBpw2NrFa6 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:40.9375rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CGhMbKcJAZ813She6srtJQ8tTTgEZn6E { box-sizing:content-box;height:17.5rem;width:32.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem #66fed6 ;border-top:0.125rem solid #66ffd7;border-left:0.125rem solid #66ffd7;border-right:0.125rem solid #66ffd7;border-bottom:0.125rem solid #66ffd7;top:10.6875rem;left:4.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#KraNTgD6e2olJdPbonqUy4GGSimM6Tdy { box-sizing:content-box;height:17.375rem;width:32.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem #ff0069 ;border-top:0.125rem solid #ff0069;border-left:0.125rem solid #ff0069;border-right:0.125rem solid #ff0069;border-bottom:0.125rem solid #ff0069;top:10.8125rem;left:38.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kh7iLTIKcMgaUwm28yQED8GpPllWfHPn { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.4375rem;left:35.375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container { background-color: transparent; background-image: none; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container > .video-iframe-container { display: none; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row > .video-iframe-container { display: none; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .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); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container { border-width: 0; border-radius: 0; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:75rem;position:relative;display:block; }#m2lJ1B5wv9h71kvGBIuirvVewfZqS0uc { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.1875rem;width:37.4375rem;top:30.487503051757rem;left:0rem;overflow:hidden;display:none; }
#kc2WmQ2Hvh4nbN3s8qcbAtDeTOnNOdQM { color:#dfb9ec;display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.375rem;left:17.999218940735rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QqTWPDSI44VT1DMI6zaSA7DWVR8GP9La { box-sizing:content-box;height:14.375rem;width:24.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem #66fed6 ;border-top:0.125rem solid #66ffd7;border-left:0.125rem solid #66ffd7;border-right:0.125rem solid #66ffd7;border-bottom:0.125rem solid #66ffd7;top:12.75rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OpbagTGItDlM9Wpkr3vg9mfrbNz8pUED { color:#3a3a3a;display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:19.375rem;left:1.5rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OpbagTGItDlM9Wpkr3vg9mfrbNz8pUED li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OpbagTGItDlM9Wpkr3vg9mfrbNz8pUED li:before{  }
#ISiXf3IT5rJl1ZDMbIcRPZnLROc2GLbs { color:#5617e0;display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.875rem;left:1.5625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iPeWSLFHTOdkcsvK4gSFHqq3dPJhe2Uv { color:#3a3a3a;display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:17.75rem;left:27rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iPeWSLFHTOdkcsvK4gSFHqq3dPJhe2Uv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iPeWSLFHTOdkcsvK4gSFHqq3dPJhe2Uv li:before{  }
#Tc13IRoDTxrhnHkRmr9rWCT3paR6Fn3A { color:#5617e0;display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.9375rem;left:27.0625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iKzPMPhdE2pDZJMhG56IM6Sz0SkmD8Cy { color:#3a3a3a;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:17.6875rem;left:52.3125rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iKzPMPhdE2pDZJMhG56IM6Sz0SkmD8Cy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iKzPMPhdE2pDZJMhG56IM6Sz0SkmD8Cy li:before{  }
#C6wpXgukQEwoGGaPVrBCzlJuay07Dy30 { color:#5617e0;display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.75rem;left:52.3125rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cMqgdazduwRae8Qq0WPBkPZTOP71p7KP { box-sizing:content-box;height:14.375rem;width:24.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem #66fed6 ;border-top:0.125rem solid #66ffd7;border-left:0.125rem solid #66ffd7;border-right:0.125rem solid #66ffd7;border-bottom:0.125rem solid #66ffd7;top:12.75rem;left:25.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#iikvICXbi4BnNb5p1R2wZE7yVPJamGgP { box-sizing:content-box;height:14.375rem;width:24.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem #66fed6 ;border-top:0.125rem solid #66ffd7;border-left:0.125rem solid #66ffd7;border-right:0.125rem solid #66ffd7;border-bottom:0.125rem solid #66ffd7;top:12.75rem;left:50.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#sRv5HNyElGGMtXFdBULdhLtikkdMBlAK { box-sizing:content-box;height:14.375rem;width:24.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem #66fed6 ;border-top:0.125rem solid #66ffd7;border-left:0.125rem solid #66ffd7;border-right:0.125rem solid #66ffd7;border-bottom:0.125rem solid #66ffd7;top:28.4375rem;left:11.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#egthma9UlpkT1oGwHBihC4HTgsCbfTuI { color:#3a3a3a;display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:33.625rem;left:13.442969322204rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#egthma9UlpkT1oGwHBihC4HTgsCbfTuI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#egthma9UlpkT1oGwHBihC4HTgsCbfTuI li:before{  }
#dRPHpIGDBWczEhnPv8alZJEJGrG1Uz29 { color:#5617e0;display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:30.5625rem;left:13.442969322204rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dZgZCRlcK11rgCQvDZBz3u14xH8m3GBl { box-sizing:content-box;height:14.375rem;width:24.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem #66fed6 ;border-top:0.125rem solid #66ffd7;border-left:0.125rem solid #66ffd7;border-right:0.125rem solid #66ffd7;border-bottom:0.125rem solid #66ffd7;top:28.4375rem;left:37.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vrOX1fPOreCXfgrJEKV0phXJXX6dnNac { color:#3a3a3a;display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:33.625rem;left:39.1875rem;height:6.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vrOX1fPOreCXfgrJEKV0phXJXX6dnNac li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vrOX1fPOreCXfgrJEKV0phXJXX6dnNac li:before{  }
#C6NIoO7OkEdhp3K6KGVqTkQ39DJbtbPp { color:#5617e0;display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:30.5625rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zgZZec9i5NqpoPceWxlZoGtw6MzUNVI2 { color:#5617e0;display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:47.625rem;left:17.092968940735rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#66ffd7;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; }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .row .container { background-color: transparent; background-image: none; }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .row .container > .video-iframe-container { display: none; }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .row > .video-iframe-container { display: none; }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .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); }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .row .container { border-width: 0; border-radius: 0; }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#w9XO03vJOrw6fap6E4qNA5JWKJcKTRMV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.1875rem;width:37.4375rem;top:30.487503051757rem;left:0rem;overflow:hidden;display:none; }
#yOVNrogXhc9Dv56yGxT0cmVU18P1Zbzw { color:#dfb9ec;display:block;width:55.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.0625002384186rem;left:9.905468940735rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WPIZwTFouWRDmFSMWdole1JTI3eyLcrn { color:#5617e0;display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:26.3125rem;left:0rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GK0nosimkXmrwN6HmqAHqFfQC9CO30E9 { 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:30.875rem;width:29.125rem;top:10.125000372529rem;left:40.733593940735rem;overflow:hidden;display:block; }
#pE7KXhfIWe43Kw3AzuD1JcVxxKWngq0T { color:#5617e0;display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:12.25rem;left:0rem;height:2.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#i8ZHz5SGnW75vEKA90KVlamB0z3HlfGT { color:#202020;display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:15.75rem;left:0rem;height:8.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#i8ZHz5SGnW75vEKA90KVlamB0z3HlfGT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i8ZHz5SGnW75vEKA90KVlamB0z3HlfGT li:before{  }
#lVUiAsZpRddMAMT1n0w9npTZHyJkMKbZ { background-color:#5617e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #66fed6 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:5.25rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:30.75rem;left:0rem;display:block; }
#uU9LnZbZdUfhsmOQxv3t9iIFpG7iZO6p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#552bde;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; }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .row .container { background-color: transparent; background-image: none; }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .row .container > .video-iframe-container { display: none; }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .row > .video-iframe-container { display: none; }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .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); }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .row .container { border-width: 0; border-radius: 0; }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#aF3SiGZv2iPpXg9FtV1OI08HETyl2rSO { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.1875rem;width:37.4375rem;top:30.487503051757rem;left:0rem;overflow:hidden;display:none; }
#FhkkaCsKr83vq9NC9Lxfh8LEH378WQQg { color:#dfb9ec;display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.625rem;left:17.842968940735rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IeuQee7MzHkQahEoIMBbrngaAWpxlzaM { color:#5617e0;display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:22.9375rem;left:20.4375rem;height:3.85rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#duSskLquRJKfWP3UBzbbOaKPW9geVU6u { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:10.500000476837rem;left:23.375000953674rem;height:2.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qoxpP60lCpf4VzrexcZ8ITNthKNaIksE { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:16.9375rem;left:2.75rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qoxpP60lCpf4VzrexcZ8ITNthKNaIksE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qoxpP60lCpf4VzrexcZ8ITNthKNaIksE li:before{  }
#c3ShaF5K4eVXwxfrhVTSU06nBRhfJ2SS { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.9375rem;left:21.8125rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#c3ShaF5K4eVXwxfrhVTSU06nBRhfJ2SS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c3ShaF5K4eVXwxfrhVTSU06nBRhfJ2SS li:before{  }
#lX6izxTohlQygP1KrNJElyk14OFNVLVQ { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:16.9375rem;left:36.75rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lX6izxTohlQygP1KrNJElyk14OFNVLVQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lX6izxTohlQygP1KrNJElyk14OFNVLVQ li:before{  }
#yTPr18rSgqN4TPBE2XCS11u2WR1QsBTC { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:16.9375rem;left:54.3125rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yTPr18rSgqN4TPBE2XCS11u2WR1QsBTC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yTPr18rSgqN4TPBE2XCS11u2WR1QsBTC li:before{  }
#m2GXnzLI4WATaNQbcc4XvW7ipKK8VdnN { box-sizing:content-box;height:6.25rem;width:43.5rem;position:absolute;display:block;z-index:15005;background-color:#66ffd7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.737499594688rem;left:16.749218940735rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .row .container { background-color: transparent; background-image: none; }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .row .container > .video-iframe-container { display: none; }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .row > .video-iframe-container { display: none; }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .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); }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .row .container { border-width: 0; border-radius: 0; }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#kOscFHzKNKoezMNG0psIshlTTIJ9IKzE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.1875rem;width:37.4375rem;top:30.487503051757rem;left:0rem;overflow:hidden;display:none; }
#Uu6hs8Km55xkARGvlniKwIH4DK541OFH { color:#dfb9ec;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.75rem;left:18.749218940735rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FapNihXmaqF0oiVMJPHKntaRgNerrD8Q { color:#5617e0;display:block;width:55.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:23.312500238419rem;left:9.905468940735rem;height:1.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ga8Jxlp6yNsee3x7Ja0XZAPPlK1bqTdT { color:#202020;display:block;width:28.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:11.485937595367rem;left:23.375000953674rem;height:2.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H36yrKveFckFSH9eBZDIg4sf2dBfirE0 { color:#3a3a3a;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.375rem;left:7.875rem;height:2.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qMC6WA7MqJ4UwvNgGMpAmAaCJbvZTaZf { color:#202020;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:16.375rem;left:24.25rem;height:2.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JnIIaDuNcnldfezkIxQv3f5SUao2NRIt { color:#202020;display:block;width:7.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:16.375rem;left:37.6875rem;height:2.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Q8NdWWRcNSPL8cadSrtEDy0ZbEsZ9uMR { color:#202020;display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:16.375rem;left:50.375rem;height:2.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#a9QhOHP1v69UqzRR1uN1JkL1TGwG2KmI { color:#202020;display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:16.375rem;left:65.75rem;height:2.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#svOfJkw6MM0tpdbckLpCASW22gC4yZUR { 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:15016;opacity:1;top:16.3125rem;left:4.25rem; }
#hGb0Vfuftb5IKDeZHLBuCl2BMlBauw7v { 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:15017;opacity:1;top:16.3125rem;left:20.625rem; }
#eXDN2kfgUW3H4Puf3lotZ8aaTyrkWyRr { 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:15018;opacity:1;top:16.3125rem;left:34.125rem; }
#sTNvHOqQ57vxToBUhPMagnBhv2PSpDOt { 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:15019;opacity:1;top:16.3125rem;left:46.8125rem; }
#poQAGfDUWH9m4kpBbJGITuiNGvLWIyPk { 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:15020;opacity:1;top:16.3125rem;left:62.1875rem; }
#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#66ffd7;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; }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .row .container { background-color: transparent; background-image: none; }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .row .container > .video-iframe-container { display: none; }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .row > .video-iframe-container { display: none; }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .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); }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .row .container { border-width: 0; border-radius: 0; }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#Oh0dheUT36HLsfg7P6q5L7GHxP5Ex8uT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.1875rem;width:37.4375rem;top:30.487503051757rem;left:0rem;overflow:hidden;display:none; }
#wImICRtCVdfUuGS1yH2Lq1GXtTsg32mZ { color:#dfb9ec;display:block;width:55.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.1875rem;left:9.905468940735rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hVs5y5IK9xppMyUJbfGST8qc9sfoPvK5 { color:#5617e0;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:42.625rem;left:9.375rem;height:3.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#szoNrkG5xCKmmCi4pFoL8BNuUU4OAx1C { color:#202020;display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:34.125rem;left:9.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#szoNrkG5xCKmmCi4pFoL8BNuUU4OAx1C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#szoNrkG5xCKmmCi4pFoL8BNuUU4OAx1C li:before{  }
#rSycJwbvorTVOtddw4atdJQtiMNn4wyF { color:#5617e0;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:31.25rem;left:9.4375rem;height:2.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pHGwGWKK6wJws4pRqvtKzQ2tJUS5gme2 { color:#5617e0;display:block;width:23.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:31.25rem;left:40.25rem;height:2.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Wcfqx8zglgmSo8if5rSZ7JnJPfmIDFVd { color:#202020;display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:34.375rem;left:40.25rem;height:6.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T7RTNoISaKpfGtRa3GgMOOsqGwqOdBKi { color:#5617e0;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:42.625rem;left:40.25rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RCl3yioFkhBqN4gq4aTz4BnIOWIP3tWq { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.4375rem;width:26.25rem;top:12.8125rem;left:9.0625rem;overflow:hidden;display:block; }
#PkUV6fv2MX6BV5WLBENsHxZhWWW57Uqb { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:26.25rem;top:12.8125rem;left:39.6875rem;overflow:hidden;display:block; }
#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#552bde;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; }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .row .container { background-color: transparent; background-image: none; }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .row .container > .video-iframe-container { display: none; }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .row > .video-iframe-container { display: none; }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .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); }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .row .container { border-width: 0; border-radius: 0; }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#tD7Gn8qTX3xBSOD8xh24v1gJFZk17qFh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.1875rem;width:37.4375rem;top:30.487503051757rem;left:0rem;overflow:hidden;display:none; }
#ty3x6fVPtVvydLKanOxv3sr579v04Op0 { color:#dfb9ec;display:block;width:55.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:11.875rem;left:9.905468940735rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dK5obVt6RCiVTPc4ixKTRTuhJEpbDUZR { color:#ffffff;display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:18.1875rem;left:17.405468940735rem;height:4.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-form-header {  }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#ffffff;width:29.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.375rem;box-sizing:border-box;height:3.3125rem;color:rgba(var(--color-secondary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;line-height:2; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-text {padding-top: 0; padding-bottom: 0;}#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-3),1);font-size:0.875rem;overflow:hidden;font-family:play;line-height:2; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-select {padding-top: 0; padding-bottom: 0;}#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#66ffd7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#5617e0;width:29.375rem;height:4.5625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:28rem;overflow:hidden;font-style:normal; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-container:first-of-type{padding-top:0;}#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-container:last-of-type{padding-bottom:0;}#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;position:absolute;top:23.625rem;left:21.561718940735rem; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.375rem; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz {display:block;}#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;position:absolute;top:23.625rem;left:21.561718940735rem; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #GQwT0GVnppgMAq2CabLslfaTzpDNu6Z7 { position:relative; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #y55VvqR4uUKUdMRulG50BsxB90Gh5L2d { position:relative;display:block; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #lml0yxT3axq0TTA4srVbp0Uilg7HueFW { position:relative; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #szvXkLhO3K5pzfs2sTUyAGupcsFT7Kl1 { position:relative; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #rKnKCr54RK42TWsV9kGFtyxRr71rx7De { position:relative;display:block; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #bNdSk3yb7WSvvaifyM8UFnGK0TSkuASL { position:relative; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #TLoWFKATeJ3wWw7Xlubp3TVx1fdPXEZl { position:relative; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #lMHx1KiXy1cytADHLNyMGqpGo5P3VSP1 { position:relative;display:block; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #xmZdiolgC2wonZJlhi6QzZTJguAS4UZ7 { position:relative; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #Ry1096AL4hMST5ySi4DkeKqeoAnCq8IS { position:relative; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #yHNafiO8xTzx9kabHEg2hoilPlS3xv2F { position:relative; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ .widget-text.counter-number { border-top:0.1875rem solid #66fed6;border-left:0.1875rem solid #66fed6;border-right:0.1875rem solid #66fed6;border-bottom:0.1875rem solid #66fed6;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.475625rem;padding-right:0.415rem;padding-bottom:0.475625rem;padding-left:0.415rem;display:block;align-items:center;width:2.49125rem;min-width:2.49125rem;height:2.556875rem;position:relative;font-family:var(--headlines-font-family);font-size:1.903125rem;font-weight:700;line-height:40.91px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:3.625rem;border-bottom-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-top-left-radius:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2975rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.32125rem;height:1.010625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.71375rem;font-weight:400;line-height:16.17px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ { 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;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.8125rem;height:5.190625rem;padding-top:0.594375rem;padding-right:0.593125rem;padding-bottom:0.594375rem;padding-left:0.593125rem;position:absolute;font-family:play;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.4203128814697rem;left:27.499218940735rem;z-index:15026; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #T4W5yUXzOBWvPwaMugS5IQEKyOUvfycn { display:flex;position:relative;top:0rem;left:0rem; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #Tyk30uZDtoIX4if3pOvVXqvC37387oL6 { width:auto; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #yD0TeMnSHv25TsltVPCoQXsvxRNK8H7S {  }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #cZ6eqmxGJBLozuFNDNwfa21k7NNhfENx { display:flex;position:relative;top:0rem;left:0rem; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #WpyHta109ZSLTpCSpa7TTV2unUCsXUfR {  }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #b53yCqGwFM0RQKeVcGlOakCK3nBJhnCF {  }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #b1G24C51Dfd6kl7fqsJICBcAdB67FIPa { display:flex;position:relative;top:0rem;left:0rem; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #MP7r2JvIIud6hSAsO6SdxUsVPgstOCyT {  }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #uUeLwArLyUufEGAnpn7341F4xHrcUq6y {  }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #hRvEBXGdn7usiBZqORbcXBERTDIL8Fyo { display:flex;position:relative;top:0rem;left:0rem; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #wu5kdQ0RW326BbarSJRFkCraLpdWDiJX {  }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #uXnwWpczWf3AsB3qazOg3TI9s9CBTVOp {  }
#ZMNqgeyT1oBmasWathGp9zBXrK3ssWRy { color:#ffffff;display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:2.2703123092651rem;left:17.405468940735rem;height:2.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan { background-color:#0b0b0b;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { background-color: transparent; background-image: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container > .video-iframe-container { display: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row > .video-iframe-container { display: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .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); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { border-width: 0; border-radius: 0; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#W7ZilyVLBeWtd7GAsfItvxbqUAAmAXAE { position:absolute;display:block;z-index:15018;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:10.75rem;top:5.7492179870606rem;left:32.125000953674rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl { display:block; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsh4p5T0gqqOF81eT9aVWASZcB2zZP8Q { width:47.75rem;height:4.9375rem;top:29.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnKIJF22ZoQumc19o5Rfa0XllUm91cNK { width:47.75rem;height:;top:35.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpkU3TfudmsmTnhIJnfnyyNN32BfFX2C { top:1.25rem;left:0rem;width:2.875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBysz2GeCQV29NG4uBiNTBUmzCPKtA4R { width:34.0625rem;height:5.25rem;top:40.3125rem;left:6.8726568222044rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFRExiqKHtVi6mkRur0F6pi7IWcvLT8O { display:block; }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o { display:flex;width:18rem;height:5.0625rem;top:44.1875rem;left:2.2249994277954rem; }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #fFQTOQUtDZhK7TDyWDr9kqUp7f5k3PJo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #INhqzDeDKTi0lwXTTtLEsrMRi82RL4Cb {  }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #fBtOmhtoDbc3dv7HUZT3t9iz0JV5mkfB {  }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #iiqoKfXzDAOClnL2qDNPJBWQL0vV9WTl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #HogSloHcZ3Ck5HVKXxuHZVffhrFsuwi5 {  }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #TMu2sewXT7TupPETkFTBdoW5HyePGR0V {  }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #C8lJLBDatnnJX3q8cWoEdrSvT3ya3Vq9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #tit2q5ZnwmgkkHsPrbhRVG5TLvKPxeQ1 {  }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #RTXRfHP61evq3UENDSPI1gxQJHQrgsR2 {  }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #hSJTIfhKoQuRxkkvoh6URNPVaThKbRAv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #d11CuH2CpegLnarXBHkc3sbwAnbEx7RR {  }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #THG7LLPfG2RktSeTa08T1VkKvMoiTPLB {  }
 }@media only screen and (max-width: 763px) { #uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC { display:block; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJaO5PDL1vh5KiqTNwCKmxhUUITpRIs6 { width:40.0625rem;height:;top:5.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLirsMX5HeOgBUmu5wcp4QraJyXbiuK8 { width:28.0625rem;height:3.75rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8QVempTeECuDczHoef4Qt28u9J3hf3D { width:24.75rem;height:;top:10.4375rem;left:23rem;font-size:1.25rem;display:block; }#D8QVempTeECuDczHoef4Qt28u9J3hf3D li:before{  }
 }@media only screen and (max-width: 763px) { #FU3Xwf6KmEL9et3OxnUGTa1oCpGU2gwX { width:27.5625rem;height:3.6875rem;top:5.6875rem;left:20.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8mHQzNEnWp8BTMeWPIiq7ytUc1rsyOB { top:2.875rem;left:16.125rem;width:31.375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat { display:block; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlkTVvzaXZXpwchmluEb2Xu39g3TCo8o { width:32.125rem;height:7.875rem;top:6.375rem;left:15.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbDrITXew2rliIssx7fgE78tfnUT7Hip { width:6.9375rem;height:1.375rem;top:15.6875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQoxnOUx9xXBfN8yfQWggzVAShOv8K2S { width:6.5625rem;height:1.375rem;top:15.6875rem;left:33.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMbRkCtTwZR7DBWF6NvTAheGqqtdr16c { width:12.75rem;height:1.375rem;top:15.6875rem;left:35rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ySZiOz8QVoDxKuDFXfh8q0RnlKvZsv { width:23.25rem;height:10.0625rem;top:24.375rem;left:21.750000953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7shCpNkZMZ3HQCIFVCOX8lyysNfaz0 { width:24.125rem;height:2.875rem;top:20.4375rem;left:21.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHx3hGCL8D6MHXIw1AIftFz3eUsquTCG { top:15.5rem;left:21.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKwiRQLy6EfVQusoFmEtM8QRgGB9ZzcZ { top:15.5rem;left:31.5625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M91UAtFwnWmDGLCIio9HulbvNFTq5Tby { top:15.5rem;left:40.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXURTx3999JyKdD5O0DS3O8EBZFEnp7y { display:block; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGcKnKlrAXdTNaQ05ufx0rkOeuRksUhK { width:31.5625rem;height:1.625rem;top:5.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LuyvhJAOa89pAqI4X6r5mpcWOo1PFWra { width:31.5625rem;height:4.875rem;top:5.9375rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsOGLul8etoIkliNQgl6gtb85ZwHGZSd { width:36.5rem;height:14.625rem;top:11.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsUWansLr8kScl4KJ7hvMxM0UUixOuR1 { width:36.5rem;height:14.625rem;top:11.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb { width:18.8125rem;height:5.27rem;display:flex;top:34.75rem;left:18.125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #S1IxFUPorR0HKo1l9fgIbaT7vOSIZi5H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #BWTpSfQpAdP7A1oQ4b02LI0IZxbnTiu7 {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #KJniGehJh86Pg9L5a529LVPm7ZCBSPx5 {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #aHDoIzgk2qa0ruPL76RVW52vOOi3hl1f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #SKfE9xXPT7a7oNdNx2ePogZtHNM7QBOI {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #efDByhG6DlsCQ5s6MBJ0BsNFhcIa2ThJ {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #Eb1LIXA4lawf8SvJeTTEoFdoxXNWNhpS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #gdiF3PoFk3B6Aak6Qvmfff1DKSk1sJHy {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #lOP8NPZJIu0Bagua74RzDkZNmXILg2pJ {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #AeQKF67PHvs9NuFMbOuACADaK7U7LuS8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #dTRoTnuH3WAaAJFSQcWwm5I9U3ZiexIm {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #DBTSGSwpSMrqsICzNUGStdPAos5xvgoQ {  }
 }@media only screen and (max-width: 763px) { #Un1hIDHGJKQzWqwOXBR787r6V5bIJMbh { width:31.5625rem;height:2.75rem;top:32.0625rem;left:8.0937509536744rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wrg0CokHh2FtdiuoI6G7pLprQ9uxxlrq { width:45.4375rem;height:4.6875rem;top:4.1875rem;left:1.1554689407349rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaMLMw64CZieNsQxpmJTFM03XRySVGDo { width:20rem;height:4.5rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 { display:block; }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ur2wL2DeSK3JvNwKodW7TKHHKOFCCE6L { width:21.875rem;height:6rem;top:16.0625rem;left:25.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPDTfq94oGiuJy60VSNKncBHL8NTMSw7 { width:31.5625rem;height:1.625rem;top:5.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5qIgJTeAVIuwRICyyu98DzlgD4SZG2F { width:31.5625rem;height:4.875rem;top:5.9375rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ux5zimWaTbaDJRA53F3vRL7mQuQtqOvx { width:36.5rem;height:14.625rem;top:11.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bH60qan397WbCJHeclSwGt3iIv32yDXc { width:36.5rem;height:14.625rem;top:11.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 { width:18.8125rem;height:5.27rem;display:flex;top:34.75rem;left:18.125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #Nn2vv5WrTPUnI1R27SLtp6Pvik1yUXy1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #z5fLCyu1tg7g4mLgfUoOrsxsUQF6Tpsb {  }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #Eszdhwccuaab6ba0ccCmzG80ywDZyn9T {  }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #bxdS4JZxnP9w4uBPb301mtpwzG4m9Zyp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #EMTqRafBkWvc0Jgh9QR8ZmNoDalyWhmM {  }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #CphD5BgGuwN7p72r5toVZaFU6crWuvMK {  }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #Xug7r5aLSpm8ZmInmxDWwcGQmrbt182p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #MEZsppLauNF6uUUsNISqNriGfIPT0mtu {  }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #BfDctbqEhdiAB0JDBr1fwsxIhfv5ZBd6 {  }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #XAudFuB9EqEMxcAE2sXTFoJooXrqQGCQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #uke4nNPD8THfKs4rtvPdcJkD0UM60dwM {  }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #CoxVKFdzWHtn5VVcUlZ7T02obFgMBATG {  }
 }@media only screen and (max-width: 763px) { #SyNerkICsbwXN2n2xEpiTNJJHm7eBBXp { width:31.5625rem;height:2.75rem;top:32.0625rem;left:8.0937509536744rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJH4Tm3MkUG3CkvLupbhSeWbDLp0p3Up { width:35.5625rem;height:;top:3.875rem;left:6.0929689407349rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soZTyyVyd1yPZXV9F5mcW0pgXmbLXqpT { width:28.875rem;height:10.0625rem;top:16.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2WfoHkVGS3v8Vm6PK5pqom1qGiyQZ6e { width:29.75rem;height:1.625rem;top:6.625rem;left:9.0000009536744rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOFSxh7S6siZFDAXAJSfTtxMv0zW6M0n { width:16.0625rem;height:1.75rem;top:13.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQFvH0Nfkdzm0BHWvFzDCKGBpw2NrFa6 { width:16.0625rem;height:1.75rem;top:13.375rem;left:27.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGhMbKcJAZ813She6srtJQ8tTTgEZn6E { top:10.6875rem;left:0rem;width:32.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KraNTgD6e2olJdPbonqUy4GGSimM6Tdy { top:10.8125rem;left:15rem;width:32.5rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh7iLTIKcMgaUwm28yQED8GpPllWfHPn { width:17rem;height:4.5rem;top:2.75rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oyni0xi7igfn9XKKVsunTia1QBrMDsfm { display:block; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2lJ1B5wv9h71kvGBIuirvVewfZqS0uc { top:30.4375rem;left:0rem;width:37.4375rem;height:56.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kc2WmQ2Hvh4nbN3s8qcbAtDeTOnNOdQM { width:39rem;height:;top:4.375rem;left:4.3742189407349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqTWPDSI44VT1DMI6zaSA7DWVR8GP9La { top:12.75rem;left:0rem;width:24.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpbagTGItDlM9Wpkr3vg9mfrbNz8pUED { width:19.5625rem;height:3.5rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }#OpbagTGItDlM9Wpkr3vg9mfrbNz8pUED li:before{  }
 }@media only screen and (max-width: 763px) { #ISiXf3IT5rJl1ZDMbIcRPZnLROc2GLbs { width:15.1875rem;height:3.25rem;top:14.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPeWSLFHTOdkcsvK4gSFHqq3dPJhe2Uv { width:21.1875rem;height:7rem;top:17.75rem;left:13.375000953674rem;font-size:1rem;display:block; }#iPeWSLFHTOdkcsvK4gSFHqq3dPJhe2Uv li:before{  }
 }@media only screen and (max-width: 763px) { #Tc13IRoDTxrhnHkRmr9rWCT3paR6Fn3A { width:19.5625rem;height:1.625rem;top:14.9375rem;left:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKzPMPhdE2pDZJMhG56IM6Sz0SkmD8Cy { width:20.8125rem;height:7rem;top:17.6875rem;left:26.9375rem;font-size:1rem;display:block; }#iKzPMPhdE2pDZJMhG56IM6Sz0SkmD8Cy li:before{  }
 }@media only screen and (max-width: 763px) { #C6wpXgukQEwoGGaPVrBCzlJuay07Dy30 { width:19.5625rem;height:1.625rem;top:14.75rem;left:28.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMqgdazduwRae8Qq0WPBkPZTOP71p7KP { top:12.75rem;left:11.6875rem;width:24.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iikvICXbi4BnNb5p1R2wZE7yVPJamGgP { top:12.75rem;left:23.125rem;width:24.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRv5HNyElGGMtXFdBULdhLtikkdMBlAK { top:28.4375rem;left:0rem;width:24.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egthma9UlpkT1oGwHBihC4HTgsCbfTuI { width:21.5625rem;height:7rem;top:33.625rem;left:0rem;font-size:1rem;display:block; }#egthma9UlpkT1oGwHBihC4HTgsCbfTuI li:before{  }
 }@media only screen and (max-width: 763px) { #dRPHpIGDBWczEhnPv8alZJEJGrG1Uz29 { width:17.0625rem;height:;top:30.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZgZCRlcK11rgCQvDZBz3u14xH8m3GBl { top:28.4375rem;left:23.125rem;width:24.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrOX1fPOreCXfgrJEKV0phXJXX6dnNac { width:17.3125rem;height:6.6875rem;top:33.625rem;left:25.562500953674rem;font-size:1rem;display:block; }#vrOX1fPOreCXfgrJEKV0phXJXX6dnNac li:before{  }
 }@media only screen and (max-width: 763px) { #C6NIoO7OkEdhp3K6KGVqTkQ39DJbtbPp { width:22.8125rem;height:;top:30.5625rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgZZec9i5NqpoPceWxlZoGtw6MzUNVI2 { width:39.5rem;height:;top:47.625rem;left:3.4679689407349rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr { display:block; }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9XO03vJOrw6fap6E4qNA5JWKJcKTRMV { top:30.4375rem;left:0rem;width:37.4375rem;height:56.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOVNrogXhc9Dv56yGxT0cmVU18P1Zbzw { width:47.75rem;height:;top:5.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPIZwTFouWRDmFSMWdole1JTI3eyLcrn { width:32.1875rem;height:2rem;top:26.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK0nosimkXmrwN6HmqAHqFfQC9CO30E9 { top:10.125rem;left:18.625rem;width:29.125rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE7KXhfIWe43Kw3AzuD1JcVxxKWngq0T { width:25.1875rem;height:2.1875rem;top:12.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8ZHz5SGnW75vEKA90KVlamB0z3HlfGT { width:32.1875rem;height:;top:15.75rem;left:0rem;font-size:1.0625rem;display:block; }#i8ZHz5SGnW75vEKA90KVlamB0z3HlfGT li:before{  }
 }@media only screen and (max-width: 763px) { #lVUiAsZpRddMAMT1n0w9npTZHyJkMKbZ { width:29.4375rem;height:5.25rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU9LnZbZdUfhsmOQxv3t9iIFpG7iZO6p { display:block; }
 }@media only screen and (max-width: 763px) { #RIQB00elbNP4B7gG07ddJcUfaW4LyPOM { display:block; }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF3SiGZv2iPpXg9FtV1OI08HETyl2rSO { top:30.4375rem;left:0rem;width:37.4375rem;height:56.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhkkaCsKr83vq9NC9Lxfh8LEH378WQQg { width:39.3125rem;height:;top:3.625rem;left:4.2179689407349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeuQee7MzHkQahEoIMBbrngaAWpxlzaM { width:36.125rem;height:3.8125rem;top:22.9375rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duSskLquRJKfWP3UBzbbOaKPW9geVU6u { width:28.25rem;height:2.1875rem;top:10.5rem;left:9.7500009536744rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoxpP60lCpf4VzrexcZ8ITNthKNaIksE { width:19.0625rem;height:1.75rem;top:16.9375rem;left:0rem;font-size:1.125rem;display:block; }#qoxpP60lCpf4VzrexcZ8ITNthKNaIksE li:before{  }
 }@media only screen and (max-width: 763px) { #c3ShaF5K4eVXwxfrhVTSU06nBRhfJ2SS { width:13.0625rem;height:1.75rem;top:16.9375rem;left:8.1874990463256rem;font-size:1.125rem;display:block; }#c3ShaF5K4eVXwxfrhVTSU06nBRhfJ2SS li:before{  }
 }@media only screen and (max-width: 763px) { #lX6izxTohlQygP1KrNJElyk14OFNVLVQ { width:15.6875rem;height:1.75rem;top:16.9375rem;left:23.125000953674rem;font-size:1.125rem;display:block; }#lX6izxTohlQygP1KrNJElyk14OFNVLVQ li:before{  }
 }@media only screen and (max-width: 763px) { #yTPr18rSgqN4TPBE2XCS11u2WR1QsBTC { width:17.875rem;height:1.75rem;top:16.9375rem;left:29.875rem;font-size:1.125rem;display:block; }#yTPr18rSgqN4TPBE2XCS11u2WR1QsBTC li:before{  }
 }@media only screen and (max-width: 763px) { #m2GXnzLI4WATaNQbcc4XvW7ipKK8VdnN { top:21.6875rem;left:3.1242189407349rem;width:43.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 { display:block; }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOscFHzKNKoezMNG0psIshlTTIJ9IKzE { top:30.4375rem;left:0rem;width:37.4375rem;height:56.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uu6hs8Km55xkARGvlniKwIH4DK541OFH { width:37.5rem;height:5.25rem;top:3.75rem;left:5.1242189407349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FapNihXmaqF0oiVMJPHKntaRgNerrD8Q { width:47.75rem;height:1.875rem;top:23.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga8Jxlp6yNsee3x7Ja0XZAPPlK1bqTdT { width:28.25rem;height:2.1875rem;top:11.4375rem;left:9.7500009536744rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H36yrKveFckFSH9eBZDIg4sf2dBfirE0 { width:10.9375rem;height:2.9375rem;top:16.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMC6WA7MqJ4UwvNgGMpAmAaCJbvZTaZf { width:9.0625rem;height:2.9375rem;top:16.375rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnIIaDuNcnldfezkIxQv3f5SUao2NRIt { width:7.625rem;height:2.9375rem;top:16.375rem;left:24.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8NdWWRcNSPL8cadSrtEDy0ZbEsZ9uMR { width:10.375rem;height:2.9375rem;top:16.375rem;left:36.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9QhOHP1v69UqzRR1uN1JkL1TGwG2KmI { width:5rem;height:2.9375rem;top:16.375rem;left:42.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svOfJkw6MM0tpdbckLpCASW22gC4yZUR { top:16.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGb0Vfuftb5IKDeZHLBuCl2BMlBauw7v { top:16.3125rem;left:7rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXDN2kfgUW3H4Puf3lotZ8aaTyrkWyRr { top:16.3125rem;left:20.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTNvHOqQ57vxToBUhPMagnBhv2PSpDOt { top:16.3125rem;left:33.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poQAGfDUWH9m4kpBbJGITuiNGvLWIyPk { top:16.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS { display:block; }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oh0dheUT36HLsfg7P6q5L7GHxP5Ex8uT { top:30.4375rem;left:0rem;width:37.4375rem;height:56.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wImICRtCVdfUuGS1yH2Lq1GXtTsg32mZ { width:47.75rem;height:;top:4.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVs5y5IK9xppMyUJbfGST8qc9sfoPvK5 { width:24.6875rem;height:3.375rem;top:42.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szoNrkG5xCKmmCi4pFoL8BNuUU4OAx1C { width:24.1875rem;height:;top:34.125rem;left:0rem;font-size:1.0625rem;display:block; }#szoNrkG5xCKmmCi4pFoL8BNuUU4OAx1C li:before{  }
 }@media only screen and (max-width: 763px) { #rSycJwbvorTVOtddw4atdJQtiMNn4wyF { width:21.9375rem;height:2.1875rem;top:31.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHGwGWKK6wJws4pRqvtKzQ2tJUS5gme2 { width:23.875rem;height:2.1875rem;top:31.25rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcfqx8zglgmSo8if5rSZ7JnJPfmIDFVd { width:25.4375rem;height:6.75rem;top:34.375rem;left:22.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7RTNoISaKpfGtRa3GgMOOsqGwqOdBKi { width:24.6875rem;height:1.6875rem;top:42.625rem;left:23.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCl3yioFkhBqN4gq4aTz4BnIOWIP3tWq { top:12.8125rem;left:0rem;width:26.25rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkUV6fv2MX6BV5WLBENsHxZhWWW57Uqb { top:12.8125rem;left:21.5rem;width:26.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA { display:block; }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tD7Gn8qTX3xBSOD8xh24v1gJFZk17qFh { top:30.4375rem;left:0rem;width:37.4375rem;height:56.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ty3x6fVPtVvydLKanOxv3sr579v04Op0 { width:47.75rem;height:;top:11.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK5obVt6RCiVTPc4ixKTRTuhJEpbDUZR { width:40.1875rem;height:4.375rem;top:18.1875rem;left:3.7804689407349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-regular-label { width:29.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-text { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-text {padding-top: 0; padding-bottom: 0;}#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-textarea { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-select { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-select {padding-top: 0; padding-bottom: 0;}#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-button { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-checkbox-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz  { width:29.375rem;height:20.625rem;top:23.625rem;left:7.936718940735rem; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .radio-container { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz {display:block;}#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz { width:29.375rem;height:20.625rem;top:23.625rem;left:7.936718940735rem; }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #GQwT0GVnppgMAq2CabLslfaTzpDNu6Z7 {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #y55VvqR4uUKUdMRulG50BsxB90Gh5L2d {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #lml0yxT3axq0TTA4srVbp0Uilg7HueFW {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #szvXkLhO3K5pzfs2sTUyAGupcsFT7Kl1 {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #rKnKCr54RK42TWsV9kGFtyxRr71rx7De {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #bNdSk3yb7WSvvaifyM8UFnGK0TSkuASL {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #TLoWFKATeJ3wWw7Xlubp3TVx1fdPXEZl {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #lMHx1KiXy1cytADHLNyMGqpGo5P3VSP1 {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #xmZdiolgC2wonZJlhi6QzZTJguAS4UZ7 {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #Ry1096AL4hMST5ySi4DkeKqeoAnCq8IS {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #yHNafiO8xTzx9kabHEg2hoilPlS3xv2F {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ { display:flex;width:18rem;height:5.0625rem;top:44.1875rem;left:2.2249994277954rem; }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #T4W5yUXzOBWvPwaMugS5IQEKyOUvfycn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #Tyk30uZDtoIX4if3pOvVXqvC37387oL6 {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #yD0TeMnSHv25TsltVPCoQXsvxRNK8H7S {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #cZ6eqmxGJBLozuFNDNwfa21k7NNhfENx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #WpyHta109ZSLTpCSpa7TTV2unUCsXUfR {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #b53yCqGwFM0RQKeVcGlOakCK3nBJhnCF {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #b1G24C51Dfd6kl7fqsJICBcAdB67FIPa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #MP7r2JvIIud6hSAsO6SdxUsVPgstOCyT {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #uUeLwArLyUufEGAnpn7341F4xHrcUq6y {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #hRvEBXGdn7usiBZqORbcXBERTDIL8Fyo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #wu5kdQ0RW326BbarSJRFkCraLpdWDiJX {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #uXnwWpczWf3AsB3qazOg3TI9s9CBTVOp {  }
 }@media only screen and (max-width: 763px) { #ZMNqgeyT1oBmasWathGp9zBXrK3ssWRy { width:40.1875rem;height:2.1875rem;top:2.25rem;left:3.7804689407349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni2dL8x5zbfJKuOtzskvmu203oZG2Gan { display:block; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7ZilyVLBeWtd7GAsfItvxbqUAAmAXAE { top:5.6875rem;left:18.500000953674rem;width:10.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container { display: none; }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl { background-color:#5617e0;background-image:url("https://images.assets-landingi.com/uc/5eac5054-3350-4d20-aa74-68b0bae75de9/conecfyfranquiamobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.adaptive-delivery-prevent-bg, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyload, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyloading { background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { background-color: transparent; background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .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); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { border-width: 0; border-radius: 0; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsh4p5T0gqqOF81eT9aVWASZcB2zZP8Q { width:20rem;height:6.05rem;top:12.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vnKIJF22ZoQumc19o5Rfa0XllUm91cNK { width:18.375rem;height:6.5rem;top:19.5625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RpkU3TfudmsmTnhIJnfnyyNN32BfFX2C { width:2.875rem;height:1.625rem;top:2.3125rem;left:17.124999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBysz2GeCQV29NG4uBiNTBUmzCPKtA4R { width:19.9375rem;height:5.25rem;top:27.5009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFRExiqKHtVi6mkRur0F6pi7IWcvLT8O { display:block; }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o .widget-text.counter-number { padding-top:0.424375rem;padding-right:0.3775rem;padding-bottom:0.424375rem;padding-left:0.3775rem;width:2.264375rem;min-width:2.264375rem;height:2.281875rem;font-size:1.698125rem;line-height:36.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.159375rem solid #66fed6;border-right:0.161875rem solid #66fed6;border-bottom:0.159375rem solid #66fed6;border-left:0.161875rem solid #66fed6; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.01875rem;height:0.901875rem;font-size:0.636875rem;line-height:14.43px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o { display:flex;width:16.8125rem;height:4.625rem;top:34.125rem;left:1.080078125rem;padding-top:0.504375rem;padding-right:0.511875rem;padding-bottom:0.504375rem;padding-left:0.511875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #fFQTOQUtDZhK7TDyWDr9kqUp7f5k3PJo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #INhqzDeDKTi0lwXTTtLEsrMRi82RL4Cb {  }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #fBtOmhtoDbc3dv7HUZT3t9iz0JV5mkfB {  }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #iiqoKfXzDAOClnL2qDNPJBWQL0vV9WTl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #HogSloHcZ3Ck5HVKXxuHZVffhrFsuwi5 {  }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #TMu2sewXT7TupPETkFTBdoW5HyePGR0V {  }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #C8lJLBDatnnJX3q8cWoEdrSvT3ya3Vq9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #tit2q5ZnwmgkkHsPrbhRVG5TLvKPxeQ1 {  }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #RTXRfHP61evq3UENDSPI1gxQJHQrgsR2 {  }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #hSJTIfhKoQuRxkkvoh6URNPVaThKbRAv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #d11CuH2CpegLnarXBHkc3sbwAnbEx7RR {  }
 }@media only screen and (max-width: 763px) { #Su1XAUfLgF83zL0a8mdHDQUaTsuWB34o #THG7LLPfG2RktSeTa08T1VkKvMoiTPLB {  }
 }@media only screen and (max-width: 763px) { #uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC { background-color:#ffffff;background-image:none;display:block; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container { background-color: transparent; background-image: none; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container > .video-iframe-container { display: none; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row > .video-iframe-container { display: none; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .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); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJaO5PDL1vh5KiqTNwCKmxhUUITpRIs6 { width:17.375rem;height:6.25rem;top:1.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iLirsMX5HeOgBUmu5wcp4QraJyXbiuK8 { width:18rem;height:3.9rem;top:8.1875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;font-family:geologica;display:block; }
 }@media only screen and (max-width: 763px) { #D8QVempTeECuDczHoef4Qt28u9J3hf3D { width:18.5625rem;height:7.125rem;top:21.125rem;left:0.71875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.1;display:block; }#D8QVempTeECuDczHoef4Qt28u9J3hf3D li:before{  }
 }@media only screen and (max-width: 763px) { #FU3Xwf6KmEL9et3OxnUGTa1oCpGU2gwX { width:20rem;height:4.74375rem;top:15.2353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u8mHQzNEnWp8BTMeWPIiq7ytUc1rsyOB { width:19.75rem;height:16.0625rem;top:13.7353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat { background-color:#5617e0;background-image:none;display:block; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container { background-color: transparent; background-image: none; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container > .video-iframe-container { display: none; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row > .video-iframe-container { display: none; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .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); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlkTVvzaXZXpwchmluEb2Xu39g3TCo8o { width:17.625rem;height:7.5rem;top:1.43359375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nbDrITXew2rliIssx7fgE78tfnUT7Hip { width:6.9375rem;height:1.275rem;top:10.8125rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.2;color:#66fed6;display:block; }
 }@media only screen and (max-width: 763px) { #iQoxnOUx9xXBfN8yfQWggzVAShOv8K2S { width:6.5625rem;height:1.275rem;top:13.9375rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.2;color:#66fed6;display:block; }
 }@media only screen and (max-width: 763px) { #CMbRkCtTwZR7DBWF6NvTAheGqqtdr16c { width:12.75rem;height:1.275rem;top:17rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.2;color:#66fed6;display:block; }
 }@media only screen and (max-width: 763px) { #m6ySZiOz8QVoDxKuDFXfh8q0RnlKvZsv { width:20rem;height:8.925rem;top:26.5390625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7shCpNkZMZ3HQCIFVCOX8lyysNfaz0 { width:20rem;height:4.5rem;top:20.8828125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VHx3hGCL8D6MHXIw1AIftFz3eUsquTCG { display:flex;width:1.8125rem;height:1.8125rem;top:10.5625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #OKwiRQLy6EfVQusoFmEtM8QRgGB9ZzcZ { display:flex;width:1.8125rem;height:1.8125rem;top:13.625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #M91UAtFwnWmDGLCIio9HulbvNFTq5Tby { display:flex;width:1.8125rem;height:1.8125rem;top:16.6875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #lXURTx3999JyKdD5O0DS3O8EBZFEnp7y { background-color:#5617e0;background-image:none;display:block; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container { background-color: transparent; background-image: none; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container > .video-iframe-container { display: none; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row > .video-iframe-container { display: none; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .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); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGcKnKlrAXdTNaQ05ufx0rkOeuRksUhK { width:20rem;height:1.375rem;top:57.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #LuyvhJAOa89pAqI4X6r5mpcWOo1PFWra { width:20rem;height:2.0625rem;top:59.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #gsOGLul8etoIkliNQgl6gtb85ZwHGZSd { width:20rem;height:18.1960125rem;top:71.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #NsUWansLr8kScl4KJ7hvMxM0UUixOuR1 { width:18.9375rem;height:15.75rem;top:52.3125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15012;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-text.counter-number { padding-top:0.460625rem;padding-right:0.398125rem;padding-bottom:0.460625rem;padding-left:0.398125rem;width:2.3875rem;min-width:2.3875rem;height:2.473125rem;font-size:1.840625rem;line-height:39.57px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #00ff4e;border-left:0.0625rem solid #00ff4e;border-right:0.0625rem solid #00ff4e;border-bottom:0.0625rem solid #00ff4e;color:#00ff4e;font-family:archivo; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.18375rem;height:0.97625rem;font-size:0.69125rem;line-height:15.62px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#00ff4e;font-family:archivo; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb { width:17.25rem;height:4.783125rem;display:flex;top:76.5rem;left:1.5843750238419rem;z-index:15013;padding-top:0.07375rem;padding-right:0.071875rem;padding-bottom:0.07375rem;padding-left:0.071875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #S1IxFUPorR0HKo1l9fgIbaT7vOSIZi5H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #BWTpSfQpAdP7A1oQ4b02LI0IZxbnTiu7 {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #KJniGehJh86Pg9L5a529LVPm7ZCBSPx5 {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #aHDoIzgk2qa0ruPL76RVW52vOOi3hl1f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #SKfE9xXPT7a7oNdNx2ePogZtHNM7QBOI {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #efDByhG6DlsCQ5s6MBJ0BsNFhcIa2ThJ {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #Eb1LIXA4lawf8SvJeTTEoFdoxXNWNhpS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #gdiF3PoFk3B6Aak6Qvmfff1DKSk1sJHy {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #lOP8NPZJIu0Bagua74RzDkZNmXILg2pJ {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #AeQKF67PHvs9NuFMbOuACADaK7U7LuS8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #dTRoTnuH3WAaAJFSQcWwm5I9U3ZiexIm {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #DBTSGSwpSMrqsICzNUGStdPAos5xvgoQ {  }
 }@media only screen and (max-width: 763px) { #Un1hIDHGJKQzWqwOXBR787r6V5bIJMbh { width:17.3125rem;height:1.375rem;top:64.4375rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;z-index:15003;font-family:geologica;display:none; }
 }@media only screen and (max-width: 763px) { #Wrg0CokHh2FtdiuoI6G7pLprQ9uxxlrq { width:20rem;height:auto;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #TaMLMw64CZieNsQxpmJTFM03XRySVGDo { width:17rem;height:6rem;top:1.1328125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;z-index:15017;color:#66ffd7;display:block; }
 }@media only screen and (max-width: 763px) { #nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 { background-color:#010104;background-image:none;display:block; }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .row .container { background-color: transparent; background-image: none; }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .row .container > .video-iframe-container { display: none; }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .row > .video-iframe-container { display: none; }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .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); }#nQwDNqIGmvHbs0Rq3st39P8ThxLifEf0 > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ur2wL2DeSK3JvNwKodW7TKHHKOFCCE6L { width:16.75rem;height:3.65625rem;top:27.125rem;left:0.84375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15016;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZPDTfq94oGiuJy60VSNKncBHL8NTMSw7 { width:20rem;height:1.375rem;top:57.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #a5qIgJTeAVIuwRICyyu98DzlgD4SZG2F { width:20rem;height:2.0625rem;top:59.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #Ux5zimWaTbaDJRA53F3vRL7mQuQtqOvx { width:20rem;height:18.1960125rem;top:71.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #bH60qan397WbCJHeclSwGt3iIv32yDXc { width:18.9375rem;height:15.75rem;top:52.3125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15012;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 .widget-text.counter-number { padding-top:0.460625rem;padding-right:0.398125rem;padding-bottom:0.460625rem;padding-left:0.398125rem;width:2.3875rem;min-width:2.3875rem;height:2.473125rem;font-size:1.840625rem;line-height:39.57px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #00ff4e;border-left:0.0625rem solid #00ff4e;border-right:0.0625rem solid #00ff4e;border-bottom:0.0625rem solid #00ff4e;color:#00ff4e;font-family:archivo; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.18375rem;height:0.97625rem;font-size:0.69125rem;line-height:15.62px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#00ff4e;font-family:archivo; }
#MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 { width:17.25rem;height:4.783125rem;display:flex;top:76.5rem;left:1.5843750238419rem;z-index:15013;padding-top:0.07375rem;padding-right:0.071875rem;padding-bottom:0.07375rem;padding-left:0.071875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #Nn2vv5WrTPUnI1R27SLtp6Pvik1yUXy1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #z5fLCyu1tg7g4mLgfUoOrsxsUQF6Tpsb {  }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #Eszdhwccuaab6ba0ccCmzG80ywDZyn9T {  }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #bxdS4JZxnP9w4uBPb301mtpwzG4m9Zyp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #EMTqRafBkWvc0Jgh9QR8ZmNoDalyWhmM {  }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #CphD5BgGuwN7p72r5toVZaFU6crWuvMK {  }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #Xug7r5aLSpm8ZmInmxDWwcGQmrbt182p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #MEZsppLauNF6uUUsNISqNriGfIPT0mtu {  }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #BfDctbqEhdiAB0JDBr1fwsxIhfv5ZBd6 {  }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #XAudFuB9EqEMxcAE2sXTFoJooXrqQGCQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #uke4nNPD8THfKs4rtvPdcJkD0UM60dwM {  }
 }@media only screen and (max-width: 763px) { #MMtVAbN8DtsPZzsZAvkp3rqsR32TuWD7 #CoxVKFdzWHtn5VVcUlZ7T02obFgMBATG {  }
 }@media only screen and (max-width: 763px) { #SyNerkICsbwXN2n2xEpiTNJJHm7eBBXp { width:17.3125rem;height:1.375rem;top:64.4375rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;z-index:15003;font-family:geologica;display:none; }
 }@media only screen and (max-width: 763px) { #rJH4Tm3MkUG3CkvLupbhSeWbDLp0p3Up { width:20rem;height:auto;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #soZTyyVyd1yPZXV9F5mcW0pgXmbLXqpT { width:18.3125rem;height:9.75rem;top:11.4375rem;left:0.84375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15016;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a2WfoHkVGS3v8Vm6PK5pqom1qGiyQZ6e { width:20rem;height:auto;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #aOFSxh7S6siZFDAXAJSfTtxMv0zW6M0n { width:16.0625rem;height:0;top:37.84375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #cQFvH0Nfkdzm0BHWvFzDCKGBpw2NrFa6 { width:16.0625rem;height:0;top:56.71875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #CGhMbKcJAZ813She6srtJQ8tTTgEZn6E { width:19.75rem;height:12.9375rem;top:9.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KraNTgD6e2olJdPbonqUy4GGSimM6Tdy { width:19.75rem;height:9rem;top:24.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh7iLTIKcMgaUwm28yQED8GpPllWfHPn { width:17rem;height:4.5rem;top:2.7578125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;z-index:15018;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Oyni0xi7igfn9XKKVsunTia1QBrMDsfm { background-color:#ffffff;background-image:none;display:block; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container { background-color: transparent; background-image: none; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container > .video-iframe-container { display: none; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row > .video-iframe-container { display: none; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .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); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container { width:20rem;height:86.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2lJ1B5wv9h71kvGBIuirvVewfZqS0uc { width:20rem;height:30.0164375rem;top:81.717186927794rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #kc2WmQ2Hvh4nbN3s8qcbAtDeTOnNOdQM { width:20rem;height:6.25rem;top:2.1923828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QqTWPDSI44VT1DMI6zaSA7DWVR8GP9La { width:19.75rem;height:10rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpbagTGItDlM9Wpkr3vg9mfrbNz8pUED { width:18.125rem;height:2.5125rem;top:16.119140625rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.1;display:block; }#OpbagTGItDlM9Wpkr3vg9mfrbNz8pUED li:before{  }
 }@media only screen and (max-width: 763px) { #ISiXf3IT5rJl1ZDMbIcRPZnLROc2GLbs { width:15.1875rem;height:2.75rem;top:12.375rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iPeWSLFHTOdkcsvK4gSFHqq3dPJhe2Uv { width:18.75rem;height:6.125rem;top:26.3125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.1;display:block; }#iPeWSLFHTOdkcsvK4gSFHqq3dPJhe2Uv li:before{  }
 }@media only screen and (max-width: 763px) { #Tc13IRoDTxrhnHkRmr9rWCT3paR6Fn3A { width:17.6875rem;height:1.375rem;top:23.9375rem;left:1rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iKzPMPhdE2pDZJMhG56IM6Sz0SkmD8Cy { width:18.0625rem;height:5.025rem;top:39.80078125rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.1;display:block; }#iKzPMPhdE2pDZJMhG56IM6Sz0SkmD8Cy li:before{  }
 }@media only screen and (max-width: 763px) { #C6wpXgukQEwoGGaPVrBCzlJuay07Dy30 { width:15.9375rem;height:1.375rem;top:37.4375rem;left:1rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cMqgdazduwRae8Qq0WPBkPZTOP71p7KP { width:19.75rem;height:11.8125rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iikvICXbi4BnNb5p1R2wZE7yVPJamGgP { width:19.75rem;height:11.8125rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRv5HNyElGGMtXFdBULdhLtikkdMBlAK { width:19.75rem;height:12.625rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egthma9UlpkT1oGwHBihC4HTgsCbfTuI { width:16.875rem;height:7.225rem;top:52.9375rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.1;display:block; }#egthma9UlpkT1oGwHBihC4HTgsCbfTuI li:before{  }
 }@media only screen and (max-width: 763px) { #dRPHpIGDBWczEhnPv8alZJEJGrG1Uz29 { width:17.0625rem;height:1.375rem;top:50.5rem;left:1rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dZgZCRlcK11rgCQvDZBz3u14xH8m3GBl { width:19.75rem;height:12.0625rem;top:63.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrOX1fPOreCXfgrJEKV0phXJXX6dnNac { width:17.3125rem;height:4.7125rem;top:68.8125rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.1;display:block; }#vrOX1fPOreCXfgrJEKV0phXJXX6dnNac li:before{  }
 }@media only screen and (max-width: 763px) { #C6NIoO7OkEdhp3K6KGVqTkQ39DJbtbPp { width:16.125rem;height:2.75rem;top:65rem;left:1rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zgZZec9i5NqpoPceWxlZoGtw6MzUNVI2 { width:20rem;height:5.15625rem;top:78.1298828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr { background-color:#66ffd7;background-image:none;display:block; }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .row .container { background-color: transparent; background-image: none; }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .row .container > .video-iframe-container { display: none; }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .row > .video-iframe-container { display: none; }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .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); }#aqlaZzuJLapBMdtn7GDUQOnShKkpBFhr > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9XO03vJOrw6fap6E4qNA5JWKJcKTRMV { width:20rem;height:30.0164375rem;top:81.717186927794rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #yOVNrogXhc9Dv56yGxT0cmVU18P1Zbzw { width:20rem;height:3.125rem;top:17.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WPIZwTFouWRDmFSMWdole1JTI3eyLcrn { width:15.625rem;height:2.75rem;top:42.75rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GK0nosimkXmrwN6HmqAHqFfQC9CO30E9 { width:14.375rem;height:15.25rem;top:1.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE7KXhfIWe43Kw3AzuD1JcVxxKWngq0T { width:20rem;height:3.025rem;top:22.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #i8ZHz5SGnW75vEKA90KVlamB0z3HlfGT { width:19rem;height:14.10625rem;top:26.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.1;display:block; }#i8ZHz5SGnW75vEKA90KVlamB0z3HlfGT li:before{  }
 }@media only screen and (max-width: 763px) { #lVUiAsZpRddMAMT1n0w9npTZHyJkMKbZ { width:20rem;height:5.25rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU9LnZbZdUfhsmOQxv3t9iIFpG7iZO6p { display:block; }
 }@media only screen and (max-width: 763px) { #RIQB00elbNP4B7gG07ddJcUfaW4LyPOM { background-color:#5617e0;background-image:none;display:block; }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .row .container { background-color: transparent; background-image: none; }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .row .container > .video-iframe-container { display: none; }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .row > .video-iframe-container { display: none; }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .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); }#RIQB00elbNP4B7gG07ddJcUfaW4LyPOM > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF3SiGZv2iPpXg9FtV1OI08HETyl2rSO { width:20rem;height:30.0164375rem;top:81.717186927794rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #FhkkaCsKr83vq9NC9Lxfh8LEH378WQQg { width:20rem;height:4.6875rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IeuQee7MzHkQahEoIMBbrngaAWpxlzaM { width:18.875rem;height:3.7125rem;top:24.39453125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #duSskLquRJKfWP3UBzbbOaKPW9geVU6u { width:20rem;height:3.025rem;top:8.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qoxpP60lCpf4VzrexcZ8ITNthKNaIksE { width:19.0625rem;height:1.2375rem;top:12.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.1;display:block; }#qoxpP60lCpf4VzrexcZ8ITNthKNaIksE li:before{  }
 }@media only screen and (max-width: 763px) { #c3ShaF5K4eVXwxfrhVTSU06nBRhfJ2SS { width:13.0625rem;height:1.2375rem;top:15rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.1;display:block; }#c3ShaF5K4eVXwxfrhVTSU06nBRhfJ2SS li:before{  }
 }@media only screen and (max-width: 763px) { #lX6izxTohlQygP1KrNJElyk14OFNVLVQ { width:15.6875rem;height:1.2375rem;top:17.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.1;display:block; }#lX6izxTohlQygP1KrNJElyk14OFNVLVQ li:before{  }
 }@media only screen and (max-width: 763px) { #yTPr18rSgqN4TPBE2XCS11u2WR1QsBTC { width:17.875rem;height:1.2375rem;top:19.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.1;display:block; }#yTPr18rSgqN4TPBE2XCS11u2WR1QsBTC li:before{  }
 }@media only screen and (max-width: 763px) { #m2GXnzLI4WATaNQbcc4XvW7ipKK8VdnN { width:20rem;height:6.25rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 { background-color:#ffffff;background-image:none;display:block; }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .row .container { background-color: transparent; background-image: none; }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .row .container > .video-iframe-container { display: none; }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .row > .video-iframe-container { display: none; }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .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); }#Gz7Qo90nZ5qpdQGSu69wZoEfACKcqIx0 > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOscFHzKNKoezMNG0psIshlTTIJ9IKzE { width:20rem;height:30.0164375rem;top:81.717186927794rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #Uu6hs8Km55xkARGvlniKwIH4DK541OFH { width:20rem;height:4.6875rem;top:2.8173828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FapNihXmaqF0oiVMJPHKntaRgNerrD8Q { width:18.8125rem;height:4.125rem;top:53.6337890625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ga8Jxlp6yNsee3x7Ja0XZAPPlK1bqTdT { width:20rem;height:1.5125rem;top:9.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #H36yrKveFckFSH9eBZDIg4sf2dBfirE0 { width:10.9375rem;height:2.3375rem;top:16.625rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qMC6WA7MqJ4UwvNgGMpAmAaCJbvZTaZf { width:9.0625rem;height:2.3375rem;top:24.625rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JnIIaDuNcnldfezkIxQv3f5SUao2NRIt { width:7.625rem;height:2.3375rem;top:32.5625rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Q8NdWWRcNSPL8cadSrtEDy0ZbEsZ9uMR { width:10.375rem;height:2.3375rem;top:40.5rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #a9QhOHP1v69UqzRR1uN1JkL1TGwG2KmI { width:5rem;height:2.3375rem;top:48.5rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #svOfJkw6MM0tpdbckLpCASW22gC4yZUR { display:flex;width:3.125rem;height:3.125rem;top:12.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #hGb0Vfuftb5IKDeZHLBuCl2BMlBauw7v { display:flex;width:3.125rem;height:3.125rem;top:20.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eXDN2kfgUW3H4Puf3lotZ8aaTyrkWyRr { display:flex;width:3.125rem;height:3.125rem;top:28.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #sTNvHOqQ57vxToBUhPMagnBhv2PSpDOt { display:flex;width:3.125rem;height:3.125rem;top:36.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #poQAGfDUWH9m4kpBbJGITuiNGvLWIyPk { display:flex;width:3.125rem;height:3.125rem;top:44.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS { background-color:#66ffd7;background-image:none;display:block; }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .row .container { background-color: transparent; background-image: none; }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .row .container > .video-iframe-container { display: none; }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .row > .video-iframe-container { display: none; }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .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); }#L8GaaMnBCFQ2yxqJurmzSGOEVssOFpHS > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oh0dheUT36HLsfg7P6q5L7GHxP5Ex8uT { width:20rem;height:30.0164375rem;top:81.717186927794rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #wImICRtCVdfUuGS1yH2Lq1GXtTsg32mZ { width:20rem;height:6.25rem;top:2.3798828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hVs5y5IK9xppMyUJbfGST8qc9sfoPvK5 { width:20rem;height:2.3375rem;top:37.8056640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #szoNrkG5xCKmmCi4pFoL8BNuUU4OAx1C { width:16.8125rem;height:9.11875rem;top:27.759765625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.1;display:block; }#szoNrkG5xCKmmCi4pFoL8BNuUU4OAx1C li:before{  }
 }@media only screen and (max-width: 763px) { #rSycJwbvorTVOtddw4atdJQtiMNn4wyF { width:20rem;height:1.5125rem;top:25.623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pHGwGWKK6wJws4pRqvtKzQ2tJUS5gme2 { width:14.25rem;height:1.5125rem;top:57.634765625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Wcfqx8zglgmSo8if5rSZ7JnJPfmIDFVd { width:16.6875rem;height:5.95rem;top:59.7587890625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T7RTNoISaKpfGtRa3GgMOOsqGwqOdBKi { width:16.375rem;height:2.3375rem;top:67.5166015625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RCl3yioFkhBqN4gq4aTz4BnIOWIP3tWq { width:20rem;height:13.285125rem;top:11.3798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkUV6fv2MX6BV5WLBENsHxZhWWW57Uqb { width:20rem;height:13.333rem;top:43.4150390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA { background-color:#5617e0;background-image:none;display:block; }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .row .container { background-color: transparent; background-image: none; }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .row .container > .video-iframe-container { display: none; }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .row > .video-iframe-container { display: none; }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .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); }#KOyJW3pikbHWFT8J4HXnqbMbZSAlvFlA > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tD7Gn8qTX3xBSOD8xh24v1gJFZk17qFh { width:20rem;height:30.0164375rem;top:81.717186927794rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #ty3x6fVPtVvydLKanOxv3sr579v04Op0 { width:20rem;height:6.25rem;top:14.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dK5obVt6RCiVTPc4ixKTRTuhJEpbDUZR { width:20rem;height:7.5625rem;top:21.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-text {padding-top: 0; padding-bottom: 0;}#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-select {padding-top: 0; padding-bottom: 0;}#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz  { width:17.5rem;height:auto;top:29.900390625rem;left:0rem; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz {display:block;}#q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz { width:17.5rem;height:auto;top:29.900390625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #GQwT0GVnppgMAq2CabLslfaTzpDNu6Z7 {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #y55VvqR4uUKUdMRulG50BsxB90Gh5L2d {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #lml0yxT3axq0TTA4srVbp0Uilg7HueFW {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #szvXkLhO3K5pzfs2sTUyAGupcsFT7Kl1 {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #rKnKCr54RK42TWsV9kGFtyxRr71rx7De {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #bNdSk3yb7WSvvaifyM8UFnGK0TSkuASL {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #TLoWFKATeJ3wWw7Xlubp3TVx1fdPXEZl {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #lMHx1KiXy1cytADHLNyMGqpGo5P3VSP1 {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #xmZdiolgC2wonZJlhi6QzZTJguAS4UZ7 {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #Ry1096AL4hMST5ySi4DkeKqeoAnCq8IS {  }
 }@media only screen and (max-width: 763px) { #q1h2cQReKmi5evK3zWkf2OLRwdAUH5Sz #yHNafiO8xTzx9kabHEg2hoilPlS3xv2F {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ .widget-text.counter-number { padding-top:0.424375rem;padding-right:0.3775rem;padding-bottom:0.424375rem;padding-left:0.3775rem;width:2.264375rem;min-width:2.264375rem;height:2.281875rem;font-size:1.698125rem;line-height:36.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.159375rem solid #66fed6;border-right:0.161875rem solid #66fed6;border-bottom:0.159375rem solid #66fed6;border-left:0.161875rem solid #66fed6; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.01875rem;height:0.901875rem;font-size:0.636875rem;line-height:14.43px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ { display:flex;width:16.8125rem;height:4.625rem;top:6.1533203125rem;left:1.080078125rem;padding-top:0.504375rem;padding-right:0.511875rem;padding-bottom:0.504375rem;padding-left:0.511875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #T4W5yUXzOBWvPwaMugS5IQEKyOUvfycn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #Tyk30uZDtoIX4if3pOvVXqvC37387oL6 {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #yD0TeMnSHv25TsltVPCoQXsvxRNK8H7S {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #cZ6eqmxGJBLozuFNDNwfa21k7NNhfENx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #WpyHta109ZSLTpCSpa7TTV2unUCsXUfR {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #b53yCqGwFM0RQKeVcGlOakCK3nBJhnCF {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #b1G24C51Dfd6kl7fqsJICBcAdB67FIPa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #MP7r2JvIIud6hSAsO6SdxUsVPgstOCyT {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #uUeLwArLyUufEGAnpn7341F4xHrcUq6y {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #hRvEBXGdn7usiBZqORbcXBERTDIL8Fyo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #wu5kdQ0RW326BbarSJRFkCraLpdWDiJX {  }
 }@media only screen and (max-width: 763px) { #Oxac6y8WCIvmrbDuRbkqFCaPnlESZhpQ #uXnwWpczWf3AsB3qazOg3TI9s9CBTVOp {  }
 }@media only screen and (max-width: 763px) { #ZMNqgeyT1oBmasWathGp9zBXrK3ssWRy { width:17.625rem;height:3.025rem;top:1.8173828125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ni2dL8x5zbfJKuOtzskvmu203oZG2Gan { background-color:#010104;background-image:none;display:block; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { background-color: transparent; background-image: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container > .video-iframe-container { display: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row > .video-iframe-container { display: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .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); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7ZilyVLBeWtd7GAsfItvxbqUAAmAXAE { width:9.5625rem;height:1.8125rem;top:1.6875rem;left:5.21875rem;display:block; }
 }