.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:225,220,223;--color-primary-1:155,140,149;--color-primary-2:55,24,42;--color-primary-3:28,12,21;--color-primary-4:8,4,6;--color-secondary-0:251,248,254;--color-secondary-1:240,231,252;--color-secondary-2:225,206,248;--color-secondary-3:113,103,124;--color-secondary-4:34,31,37;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { position:relative;display:block; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { background-color: transparent; background-image: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container > .video-iframe-container { display: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container { display: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .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); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { border-width: 0; border-radius: 0; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hCg2GuTyMfR8PQNtmxf8QJ7V83dGRym0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.2498125rem;width:15.999375rem;top:2.2970921993256rem;left:29.498699188233rem;overflow:hidden;display:block; }
#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #000000);background-image: -moz-linear-gradient(180deg, #000000, #000000);background-image: -ms-linear-gradient(180deg, #000000, #000000);background-image: -o-linear-gradient(180deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, #000000, #000000);background-size:cover !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;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { border-width: 0; border-radius: 0; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:75rem;height:73.1875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { color:rgba(var(--color-tertiary-0),1);display:block;width:51.749125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.9945745468139rem;left:12.248264312744rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(199deg, #000000, #000000);background-image: -moz-linear-gradient(199deg, #000000, #000000);background-image: -ms-linear-gradient(199deg, #000000, #000000);background-image: -o-linear-gradient(199deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(199deg, #000000, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;height:26.875rem;width:35.3125rem;top:19.496528625488rem;left:20.467666625976rem;display:block; }
#rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.497179031372rem;left:23.436416625976rem;height:3.412325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r4KprOkH34f4k49GdZvSWxPFukJL3z4U { color:rgba(var(--color-tertiary-0),1);display:block;width:29.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:44.1875rem;left:23.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-form-header {  }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#000000;width:42.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; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:42.375rem;box-sizing:border-box;height:3.4375rem;color:#050b26;font-size:1rem;overflow:hidden;font-family:ubuntu; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:42.375rem;box-sizing:border-box;height:4.375rem;color:#050b26;font-size:1rem;overflow:hidden;font-family:ubuntu; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:42.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#5cc131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:42.375rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-moz-placeholder { color:rgba(5,11,38,0.3);font-family:ubuntu;font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-moz-placeholder { color:rgba(5,11,38,0.3);font-family:ubuntu;font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-ms-input-placeholder { color:rgba(5,11,38,0.3);font-family:ubuntu;font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-webkit-input-placeholder { color:rgba(5,11,38,0.3);font-family:ubuntu;font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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:ubuntu;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.8);vertical-align:top;width:41rem;overflow:hidden;font-style:normal; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container:first-of-type{padding-top:0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container:last-of-type{padding-bottom:0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:42.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:24.0625rem;left:15.68576335907rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:42.375rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:42.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:24.0625rem;left:15.68576335907rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #w8XTyhLE95fZk06kLmDQ3IHFrb1u4pWs { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #fgcvSTGeoa9IgsTTTP3ZZ1TP4bgOQ0WT { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #ndq1A79G8ScDnb73xdHsaBfZpHZtlEEZ { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #JmLTbXxxrQg9vTJp1XT4QRWC7xVZuOXH { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #TGbAAd4NOGVXWwZaUldZFJC8Q9zGdBBG { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #WG4JkWxeuSM6JC1KJbLnLOppORQrQTlt { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI { position:relative; }
#C2uzvaykN0I4n8HT4HCyc9DBG3X7FDhS { color:rgba(var(--color-tertiary-0),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.5625rem;left:16.875rem;height:1.21875rem;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; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz .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; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image: -webkit-linear-gradient(107deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(107deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(107deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(107deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(107deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:contain !important;color:#000000;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;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; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz { 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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:13.936632156372rem;left:28.873699188233rem;z-index:15008; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #frehvczlxCQ11KAO6C1mlDgLwQ9982xT { display:flex;position:relative;top:0rem;left:0rem; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #Dd3fbmu0C6TWCvNmTyacNaRwSDGTeFpM { width:auto; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #h1FoL1SbTpoE7sUZLTZu6RXQiEDQL5uQ {  }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #XbssyOmrZZooMspsDHRrEpW4zC1oTpoW { display:flex;position:relative;top:0rem;left:0rem; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #dPJ69GvWImrq4zmM8b5Ff6dR79dsQLTb {  }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #ZTaGF0SffBdN4Ep0bBBsCWCOFF9lu6qX {  }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #ye2PHKdkoFaczZ9LmSKOAfWI8xN6ZTQT { display:flex;position:relative;top:0rem;left:0rem; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #JZdqtQVMtKVe9aMJ50akz24etIwczICS {  }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #cpIl8K08BNUFoQ7xMPgyUQGieLSp3pcu {  }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #akc8OPgLtWemovZw4kUC4Nd0XUBwutwx { display:flex;position:relative;top:0rem;left:0rem; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #GPypoTW70KzetRBBhJ1ykaTX3C1clx7k {  }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #fagGCsTomzex8PPJQLC3ALMsfRg12zZJ {  }
#HF2i2NJZbDSfVtVP01Dx4VSggyhAayD8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:46.371547698974rem;left:35.780166625976rem; }
#HF2i2NJZbDSfVtVP01Dx4VSggyhAayD8 > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #000000, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #000000, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #000000, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #000000, rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:75rem;position:relative;display:block; }#xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:21.875rem;left:0rem;height:2.37521875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:25.75rem;left:0rem;height:4.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ZG8EmssumHiZuIDUBDu3VXvnQVgFxPlx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:34.25rem;left:35.1875rem; }
#ZG8EmssumHiZuIDUBDu3VXvnQVgFxPlx > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { background-color: transparent; background-image: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container > .video-iframe-container { display: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container { display: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .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); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { border-width: 0; border-radius: 0; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { font-size:0.875rem;font-family:arial;height:77rem;width:75rem;position:relative;display:block; }#Mb8T2ehNxdlsqzyHbRJVQUVERohdau51 { color:#050b26;display:block;width:28.875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:0.15713882446289rem;left:3.75rem;height:;font-style:normal;display:block; }
#mWaZLWaHJ13uuVIodxXbKudwAcrv1dqc { color:rgba(var(--color-tertiary-0),1);display:block;width:52.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:8.6371536254881rem;left:11.40625rem;height:3.412325rem;text-align:center;text-align-last:center;display:block; }
#PSrpNshsWHFMeQFQTAE1TuP9BOCOAQil { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:13.804254531861rem;left:0rem;height:30rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#G9mGGchv3bwEVQVWgZNnyyL3UMTbqipE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:50.410171508789rem;left:35.15625rem; }
#G9mGGchv3bwEVQVWgZNnyyL3UMTbqipE > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; }#XRFVXa2f9pKy7UliuRRAOdfwiz8Gif4A { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.43728125rem;width:16.25rem;top:1.4973955154419rem;left:29.375rem;overflow:hidden;display:block; }
#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #000000, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #000000, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #000000, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #000000, rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { background-color: transparent; background-image: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container > .video-iframe-container { display: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container { display: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .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); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { border-width: 0; border-radius: 0; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { font-size:0.875rem;font-family:arial;height:84.125rem;width:75rem;position:relative;display:block; }#tRIXAlK27f1VeODJumnhNFiduKGH1i6W { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8735rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.875rem;left:3.75rem;height:7.4739375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PHaFS6fvEIMRw59OdV43HZNH0erDeFvQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:46.3748125rem;width:25.686875rem;top:4.5rem;left:45.5625rem;display:block; }
#Iae01d224Z4ykrbpqtH0wgC6UN67pMHy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:52.381732940674rem;left:35.15625rem; }
#Iae01d224Z4ykrbpqtH0wgC6UN67pMHy > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; }#fhkUUTdC4LdCmXsEkGcw3F8XIhV5rZly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fhkUUTdC4LdCmXsEkGcw3F8XIhV5rZly > .row .container { background-color: transparent; background-image: none; }#fhkUUTdC4LdCmXsEkGcw3F8XIhV5rZly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhkUUTdC4LdCmXsEkGcw3F8XIhV5rZly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhkUUTdC4LdCmXsEkGcw3F8XIhV5rZly > .row .container > .video-iframe-container { display: none; }#fhkUUTdC4LdCmXsEkGcw3F8XIhV5rZly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhkUUTdC4LdCmXsEkGcw3F8XIhV5rZly > .row > .video-iframe-container { display: none; }#fhkUUTdC4LdCmXsEkGcw3F8XIhV5rZly > .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); }#fhkUUTdC4LdCmXsEkGcw3F8XIhV5rZly > .row .container { border-width: 0; border-radius: 0; }#fhkUUTdC4LdCmXsEkGcw3F8XIhV5rZly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fhkUUTdC4LdCmXsEkGcw3F8XIhV5rZly > .row .container { font-size:0.875rem;font-family:arial;height:65.625rem;width:75rem;position:relative;display:block; }#aZLr2rrR6n9F89E60X7LgRvLWTntBr0i { color:rgba(var(--color-tertiary-0),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.248264312744rem;left:15.15625rem;height:5.19965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-form-header {  }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#000000;width:42.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; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:42.375rem;box-sizing:border-box;height:3.4375rem;color:#050b26;font-size:1rem;overflow:hidden;font-family:ubuntu; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-input-text {padding-top: 0; padding-bottom: 0;}#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:42.375rem;box-sizing:border-box;height:4.375rem;color:#050b26;font-size:1rem;overflow:hidden;font-family:ubuntu; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:42.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-input-select {padding-top: 0; padding-bottom: 0;}#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .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; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#5cc131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:42.375rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB [class*="-text"]:-moz-placeholder { color:rgba(5,11,38,0.3);font-family:ubuntu;font-size:0.875rem; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB [class*="-text"]::-moz-placeholder { color:rgba(5,11,38,0.3);font-family:ubuntu;font-size:0.875rem; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB [class*="-text"]:-ms-input-placeholder { color:rgba(5,11,38,0.3);font-family:ubuntu;font-size:0.875rem; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB [class*="-text"]::-webkit-input-placeholder { color:rgba(5,11,38,0.3);font-family:ubuntu;font-size:0.875rem; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .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:ubuntu;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.8);vertical-align:top;width:41rem;overflow:hidden;font-style:normal; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .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; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .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:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-container:first-of-type{padding-top:0;}#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-container:last-of-type{padding-bottom:0;}#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:42.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.124145507812rem;left:15.06076335907rem; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:42.375rem; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB {display:block;}#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:42.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.124145507812rem;left:15.06076335907rem; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #U9rfIuP94SOS2yf2QD8uyw8SqLowPHeq { position:relative; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #DcTeL1ZK3kOReLe5RSlgibUx46p1rL4R { position:relative;display:block; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #laBIM7XQAg5zWyKfkWliqx5m3IbvLdOc { position:relative; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #zQNX3WaS3V6W1NCuxXxNW9bfDahqzdDu { position:relative; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #tE5lTcEetTDpnng95w4hVhAOVKmvtv6d { position:relative;display:block; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #DkNA9km8BnT2R5vVum27Fixgt3OEURGD { position:relative; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #EMTLoEraf8T30CUhax9tAumADmpbDZZ9 { position:relative; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #ZXsQghLWk1JkwFtst1P38pQmfaStzcpc { position:relative;display:block; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #HoNDdQdI3Ro9VwDXq4Ocyn7LrBc4hzbA { position:relative; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #dOQJT0R1wTMp3avrHLmVBLxXVlLz2MMD { position:relative; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #lizbCG83flz8MXEVERuKMTRTTQVD07lr { position:relative; }
#Aph0ymTJS0EZc69i1fxrQklOINhVBur2 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.125rem;left:16.25rem;height:1.21875rem;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; }
#QI5WKVAPpTpqWupTAQ24FlISkmK6qqns { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:44.312072753906rem;left:26.999351501465rem;height:2.13715rem;font-style:normal;display:block; }
#JJqxX0yPC2i8bpxNSa8ho9R8F6yMykxi { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2.99805rem;width:2.99805rem;top:43.875rem;left:38.125rem;display:block; }
#X3R6fpxpKAM1TnyPmrEU3t6PNMsMVCl0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:44.4375rem;left:38.6875rem; }
#X3R6fpxpKAM1TnyPmrEU3t6PNMsMVCl0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#lZ9mIfhTc22JVLR9TZhnUU8eeFi9ZANx { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2.99805rem;width:2.99805rem;top:43.875rem;left:41.5rem;display:block; }
#vEdr3R6l75526E26R0AaQhXPZE2z8xSO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:44.4375rem;left:42.0625rem; }
#vEdr3R6l75526E26R0AaQhXPZE2z8xSO > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#SppX9APbO4QPbUWwKgdHpLVGQv3DoTLy { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2.99805rem;width:2.99805rem;top:43.875rem;left:44.8125rem;display:block; }
#E9wToiga1sDnzNUxiDinpziRReMnoFy9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:44.4375rem;left:45.375rem; }
#E9wToiga1sDnzNUxiDinpziRReMnoFy9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD .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; }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image: -webkit-linear-gradient(107deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(107deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(107deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(107deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(107deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:contain !important;color:#000000;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;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; }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD { 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:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.125rem;left:28.25rem;z-index:15009; }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #LfmTxeNNOGaxxEC2vIG8mwakrssXT5d2 { display:flex;position:relative;top:0rem;left:0rem; }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #TbA2vsdGlZaJUkDbTUqHcQq7JbAMTmmn { width:auto; }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #gOM34szVkO5kU6EgPGxFKule2FT0KStl {  }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #ZimxULFCTb1ThpyJtDUOVwh4fP8yEMcg { display:flex;position:relative;top:0rem;left:0rem; }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #fCSmOrCwZ6ImH6VrD8JCWbHsMLTIEOhs {  }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #ZT5glpT0v9gB6XSxwhzBfE1kd4VP9FQz {  }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #OgcdqFPLmUh1XoeP8eritO0Oyc1F88cT { display:flex;position:relative;top:0rem;left:0rem; }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #MVTrciPoUEbkCgW7iX9Mt8wMKhQi3JaT {  }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #PgyHdcGAMGJJTo4cXpkicUpfvKC7wMOt {  }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #MGxt2Wp3yURdBuPFF01qwLWcwdfSeVL5 { display:flex;position:relative;top:0rem;left:0rem; }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #zGH8uKUla6SdGo3GdszndZTNrm2Q5JzW {  }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #yzbGLD3tr7R7fJpI9KJ2cm21ey8h20Ho {  }
#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(184deg, #000000, #000000);background-image: -moz-linear-gradient(184deg, #000000, #000000);background-image: -ms-linear-gradient(184deg, #000000, #000000);background-image: -o-linear-gradient(184deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(184deg, #000000, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { background-color: transparent; background-image: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .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); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { border-width: 0; border-radius: 0; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:7.625rem;left:0rem;height:2.88715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CnBDoOqQgPEWsQrbbbB5d1yRvftupXiZ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:11.125rem;left:0rem;height:1.89995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B3b758OeUzvN3u64q42F5l2b1cuzxNn5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13.6875rem;left:27.4375rem;display:block; }
#zGv7Z8488BkeNIdeLaC7JFSR1C2XXmQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { display:block; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { background-color: transparent; background-image: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container > .video-iframe-container { display: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container { display: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .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); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { border-width: 0; border-radius: 0; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCg2GuTyMfR8PQNtmxf8QJ7V83dGRym0 { top:2.25rem;left:15.873699188233rem;width:15.9375rem;height:8.2179076819407rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { border-width: 0; border-radius: 0; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:47.75rem;height:7.5rem;top:4.9375rem;left:0rem;font-size:3.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { width:35.3125rem;height:26.875rem;top:19.4375rem;left:6.8426666259762rem;background-color:transparent;background-image: -webkit-linear-gradient(199deg, #fda63f, #ff5335);background-image: -moz-linear-gradient(199deg, #fda63f, #ff5335);background-image: -ms-linear-gradient(199deg, #fda63f, #ff5335);background-image: -o-linear-gradient(199deg, #fda63f, #ff5335);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda63f', endColorstr='#ff5335' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda63f', endColorstr='#ff5335' );";background-image: linear-gradient(199deg, #fda63f, #ff5335);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;display:block; }
 }@media only screen and (max-width: 763px) { #rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { width:29.375rem;height:3.375rem;top:19.4375rem;left:9.8114166259762rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r4KprOkH34f4k49GdZvSWxPFukJL3z4U { width:29.375rem;height:1.1875rem;top:44.1875rem;left:9.75rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block;background-color:transparent;background-image:none;color:#000000; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#050b26; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#050b26; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;color:#161616; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#f2f9ff; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-moz-placeholder { color:rgba(5,11,38,0.3); }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-moz-placeholder { color:rgba(5,11,38,0.3); }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-ms-input-placeholder { color:rgba(5,11,38,0.3); }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-webkit-input-placeholder { color:rgba(5,11,38,0.3); }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(255,255,255,0.8); }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-radio-label { color:#161616; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-info-text { color:#000000; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #w8XTyhLE95fZk06kLmDQ3IHFrb1u4pWs {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #fgcvSTGeoa9IgsTTTP3ZZ1TP4bgOQ0WT { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #ndq1A79G8ScDnb73xdHsaBfZpHZtlEEZ {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #JmLTbXxxrQg9vTJp1XT4QRWC7xVZuOXH {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #TGbAAd4NOGVXWwZaUldZFJC8Q9zGdBBG {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #WG4JkWxeuSM6JC1KJbLnLOppORQrQTlt {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI {  }
 }@media only screen and (max-width: 763px) { #C2uzvaykN0I4n8HT4HCyc9DBG3X7FDhS { top:23.5625rem;left:3.25rem;width:42.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz .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; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz .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; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz { width:18.5rem;height:5.1875rem;display:flex;top:21.5rem;left:19.71875rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #frehvczlxCQ11KAO6C1mlDgLwQ9982xT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #Dd3fbmu0C6TWCvNmTyacNaRwSDGTeFpM {  }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #h1FoL1SbTpoE7sUZLTZu6RXQiEDQL5uQ {  }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #XbssyOmrZZooMspsDHRrEpW4zC1oTpoW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #dPJ69GvWImrq4zmM8b5Ff6dR79dsQLTb {  }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #ZTaGF0SffBdN4Ep0bBBsCWCOFF9lu6qX {  }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #ye2PHKdkoFaczZ9LmSKOAfWI8xN6ZTQT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #JZdqtQVMtKVe9aMJ50akz24etIwczICS {  }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #cpIl8K08BNUFoQ7xMPgyUQGieLSp3pcu {  }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #akc8OPgLtWemovZw4kUC4Nd0XUBwutwx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #GPypoTW70KzetRBBhJ1ykaTX3C1clx7k {  }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #fagGCsTomzex8PPJQLC3ALMsfRg12zZJ {  }
 }@media only screen and (max-width: 763px) { #HF2i2NJZbDSfVtVP01Dx4VSggyhAayD8 { top:46.3125rem;left:22.155166625976rem;width:4.6875rem;height:4.6875rem;display:block; }
#HF2i2NJZbDSfVtVP01Dx4VSggyhAayD8 > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:47.75rem;height:2.375rem;top:21.875rem;left:0rem;font-size:1.625rem;color:#ff5335;display:block; }
 }@media only screen and (max-width: 763px) { #iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { width:47.75rem;height:4.4375rem;top:25.75rem;left:0rem;font-size:0.875rem;color:#696d7d;display:block; }
 }@media only screen and (max-width: 763px) { #ZG8EmssumHiZuIDUBDu3VXvnQVgFxPlx { top:34.25rem;left:21.5625rem;width:4.6875rem;height:4.6875rem;display:block; }
#ZG8EmssumHiZuIDUBDu3VXvnQVgFxPlx > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #zE30dTsVnTV1Zit218wynC6Gp8w1F6gf { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { background-color: transparent; background-image: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container > .video-iframe-container { display: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container { display: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .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); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { border-width: 0; border-radius: 0; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb8T2ehNxdlsqzyHbRJVQUVERohdau51 { width:28.875rem;height:;top:0.125rem;left:0rem;font-size:1.1875rem;color:#050b26;display:block; }
 }@media only screen and (max-width: 763px) { #mWaZLWaHJ13uuVIodxXbKudwAcrv1dqc { top:8.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSrpNshsWHFMeQFQTAE1TuP9BOCOAQil { width:47.75rem;height:33.75rem;top:13.75rem;left:0rem;font-size:0.875rem;color:#3f414b;display:block; }
 }@media only screen and (max-width: 763px) { #G9mGGchv3bwEVQVWgZNnyyL3UMTbqipE { top:50.375rem;left:19.1875rem;width:4.6875rem;height:4.6875rem;display:block; }
#G9mGGchv3bwEVQVWgZNnyyL3UMTbqipE > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #XRFVXa2f9pKy7UliuRRAOdfwiz8Gif4A { width:16.25rem;height:5.43728125rem;top:1.4375rem;left:7.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { background-color: transparent; background-image: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container > .video-iframe-container { display: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container { display: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .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); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { border-width: 0; border-radius: 0; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRIXAlK27f1VeODJumnhNFiduKGH1i6W { top:23.875rem;left:0rem;width:35.8125rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHaFS6fvEIMRw59OdV43HZNH0erDeFvQ { top:4.5rem;left:22.125rem;width:25.625rem;height:46.263104029295rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iae01d224Z4ykrbpqtH0wgC6UN67pMHy { top:52.375rem;left:21.53125rem;width:4.6875rem;height:4.6875rem;display:block; }
#Iae01d224Z4ykrbpqtH0wgC6UN67pMHy > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #fhkUUTdC4LdCmXsEkGcw3F8XIhV5rZly { display:block; }#fhkUUTdC4LdCmXsEkGcw3F8XIhV5rZly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZLr2rrR6n9F89E60X7LgRvLWTntBr0i { width:44.6875rem;height:5.1875rem;top:12.1875rem;left:1.53125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block;background-color:transparent;background-image:none;color:#000000; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#050b26; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-input-text {padding-top: 0; padding-bottom: 0;}#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#050b26; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;color:#161616; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-input-select {padding-top: 0; padding-bottom: 0;}#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#f2f9ff; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB [class*="-text"]:-moz-placeholder { color:rgba(5,11,38,0.3); }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB [class*="-text"]::-moz-placeholder { color:rgba(5,11,38,0.3); }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB [class*="-text"]:-ms-input-placeholder { color:rgba(5,11,38,0.3); }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB [class*="-text"]::-webkit-input-placeholder { color:rgba(5,11,38,0.3); }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(255,255,255,0.8); }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-radio-label { color:#161616; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-info-text { color:#000000; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB {display:block;}#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #U9rfIuP94SOS2yf2QD8uyw8SqLowPHeq {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #DcTeL1ZK3kOReLe5RSlgibUx46p1rL4R { display:block; }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #laBIM7XQAg5zWyKfkWliqx5m3IbvLdOc {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #zQNX3WaS3V6W1NCuxXxNW9bfDahqzdDu {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #tE5lTcEetTDpnng95w4hVhAOVKmvtv6d { display:block; }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #DkNA9km8BnT2R5vVum27Fixgt3OEURGD {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #EMTLoEraf8T30CUhax9tAumADmpbDZZ9 {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #ZXsQghLWk1JkwFtst1P38pQmfaStzcpc {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #HoNDdQdI3Ro9VwDXq4Ocyn7LrBc4hzbA {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #dOQJT0R1wTMp3avrHLmVBLxXVlLz2MMD {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #lizbCG83flz8MXEVERuKMTRTTQVD07lr {  }
 }@media only screen and (max-width: 763px) { #Aph0ymTJS0EZc69i1fxrQklOINhVBur2 { top:19.125rem;left:2.625rem;width:42.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5WKVAPpTpqWupTAQ24FlISkmK6qqns { width:10.4375rem;height:4.25rem;top:44.25rem;left:13.374351501465rem;color:#0f18a3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJqxX0yPC2i8bpxNSa8ho9R8F6yMykxi { width:2.9375rem;height:2.9375rem;top:43.875rem;left:24.5rem;background-color:#fda63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X3R6fpxpKAM1TnyPmrEU3t6PNMsMVCl0 { width:1.875rem;height:1.875rem;top:44.4375rem;left:25.0625rem;color:#5d92ff;display:block; }
#X3R6fpxpKAM1TnyPmrEU3t6PNMsMVCl0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #lZ9mIfhTc22JVLR9TZhnUU8eeFi9ZANx { width:2.9375rem;height:2.9375rem;top:43.875rem;left:27.875rem;background-color:#fda63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vEdr3R6l75526E26R0AaQhXPZE2z8xSO { top:44.4375rem;left:28.4375rem;width:1.875rem;height:1.875rem;display:block; }
#vEdr3R6l75526E26R0AaQhXPZE2z8xSO > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #SppX9APbO4QPbUWwKgdHpLVGQv3DoTLy { width:2.9375rem;height:2.9375rem;top:43.875rem;left:31.1875rem;background-color:#fda63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E9wToiga1sDnzNUxiDinpziRReMnoFy9 { width:1.875rem;height:1.875rem;top:44.4375rem;left:31.75rem;color:#5d92ff;display:block; }
#E9wToiga1sDnzNUxiDinpziRReMnoFy9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD .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; }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD .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; }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD { width:18.5rem;height:5.1875rem;display:flex;top:21.5rem;left:19.71875rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #LfmTxeNNOGaxxEC2vIG8mwakrssXT5d2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #TbA2vsdGlZaJUkDbTUqHcQq7JbAMTmmn {  }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #gOM34szVkO5kU6EgPGxFKule2FT0KStl {  }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #ZimxULFCTb1ThpyJtDUOVwh4fP8yEMcg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #fCSmOrCwZ6ImH6VrD8JCWbHsMLTIEOhs {  }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #ZT5glpT0v9gB6XSxwhzBfE1kd4VP9FQz {  }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #OgcdqFPLmUh1XoeP8eritO0Oyc1F88cT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #MVTrciPoUEbkCgW7iX9Mt8wMKhQi3JaT {  }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #PgyHdcGAMGJJTo4cXpkicUpfvKC7wMOt {  }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #MGxt2Wp3yURdBuPFF01qwLWcwdfSeVL5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #zGH8uKUla6SdGo3GdszndZTNrm2Q5JzW {  }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #yzbGLD3tr7R7fJpI9KJ2cm21ey8h20Ho {  }
 }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { background-color:transparent;background-image: -webkit-linear-gradient(196deg, #fda63f, #ff5335);background-image: -moz-linear-gradient(196deg, #fda63f, #ff5335);background-image: -ms-linear-gradient(196deg, #fda63f, #ff5335);background-image: -o-linear-gradient(196deg, #fda63f, #ff5335);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda63f', endColorstr='#ff5335' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda63f', endColorstr='#ff5335' );";background-image: linear-gradient(196deg, #fda63f, #ff5335);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { background-color: transparent; background-image: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .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); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { border-width: 0; border-radius: 0; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { width:47.75rem;height:2.875rem;top:7.625rem;left:0rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CnBDoOqQgPEWsQrbbbB5d1yRvftupXiZ { width:47.75rem;height:1.875rem;top:11.0625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B3b758OeUzvN3u64q42F5l2b1cuzxNn5 { width:20rem;height:3.4375rem;top:13.6875rem;left:13.8125rem;background-color:#080c52;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zGv7Z8488BkeNIdeLaC7JFSR1C2XXmQ5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { background-color:#000000;background-image:none;border-top:0.75rem solid #000000;border-left:0.75rem solid #000000;border-right:0.75rem solid #000000;border-bottom:0.75rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { background-color: transparent; background-image: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container > .video-iframe-container { display: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container { display: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .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); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { border-width: 0; border-radius: 0; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCg2GuTyMfR8PQNtmxf8QJ7V83dGRym0 { width:10.061875rem;height:5.06185rem;top:1.872829914093rem;left:4.9685333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:#000000;background-image:none;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { border-width: 0; border-radius: 0; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:20rem;height:3.15104375rem;top:0rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { width:20rem;height:22.9373125rem;top:0rem;left:0rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { width:18.75rem;height:2.0996125rem;top:9.6864147186281rem;left:0.62500005960463rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;font-family:arial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r4KprOkH34f4k49GdZvSWxPFukJL3z4U { width:20rem;height:1.2000875rem;top:31.741539001465rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;color:#000000; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#050b26; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#050b26; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;color:#161616; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-size:1rem;overflow:hidden;background-color:#00a912;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#f2f9ff;font-family:arial; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-moz-placeholder { color:rgba(5,11,38,0.3);font-family:arial;font-weight:700;font-style:normal; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-moz-placeholder { color:rgba(5,11,38,0.3);font-family:arial;font-weight:700;font-style:normal; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-ms-input-placeholder { color:rgba(5,11,38,0.3);font-family:arial;font-weight:700;font-style:normal; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-webkit-input-placeholder { color:rgba(5,11,38,0.3);font-family:arial;font-weight:700;font-style:normal; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(255,255,255,0.8); }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-radio-label { color:#161616; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { width:17.5rem;height:auto;top:14.537326812744rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-info-text { color:#000000; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { width:17.5rem;height:auto;top:14.537326812744rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #w8XTyhLE95fZk06kLmDQ3IHFrb1u4pWs {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #fgcvSTGeoa9IgsTTTP3ZZ1TP4bgOQ0WT { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #ndq1A79G8ScDnb73xdHsaBfZpHZtlEEZ {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #JmLTbXxxrQg9vTJp1XT4QRWC7xVZuOXH {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #TGbAAd4NOGVXWwZaUldZFJC8Q9zGdBBG {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #WG4JkWxeuSM6JC1KJbLnLOppORQrQTlt {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI {  }
 }@media only screen and (max-width: 763px) { #C2uzvaykN0I4n8HT4HCyc9DBG3X7FDhS { width:20rem;height:2.098525rem;top:12.432067871094rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz .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; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz .widget-text.counter-number { padding-top:0.505625rem;padding-right:0.456875rem;padding-bottom:0.505625rem;padding-left:0.456875rem;width:2.74125rem;min-width:2.74125rem;height:2.71625rem;font-size:2.0225rem;line-height:43.46px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.066875rem solid #ffffff;border-right:0.0675rem solid #ffffff;border-bottom:0.066875rem solid #ffffff;border-left:0.0675rem solid #ffffff; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.315625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.655rem;height:1.06rem;font-size:0.75875rem;line-height:16.96px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz { width:19.1875rem;height:5.236875rem;display:flex;top:3.7456598281861rem;left:0.43619793653488rem;z-index:15008;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #frehvczlxCQ11KAO6C1mlDgLwQ9982xT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #Dd3fbmu0C6TWCvNmTyacNaRwSDGTeFpM {  }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #h1FoL1SbTpoE7sUZLTZu6RXQiEDQL5uQ {  }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #XbssyOmrZZooMspsDHRrEpW4zC1oTpoW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #dPJ69GvWImrq4zmM8b5Ff6dR79dsQLTb {  }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #ZTaGF0SffBdN4Ep0bBBsCWCOFF9lu6qX {  }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #ye2PHKdkoFaczZ9LmSKOAfWI8xN6ZTQT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #JZdqtQVMtKVe9aMJ50akz24etIwczICS {  }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #cpIl8K08BNUFoQ7xMPgyUQGieLSp3pcu {  }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #akc8OPgLtWemovZw4kUC4Nd0XUBwutwx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #GPypoTW70KzetRBBhJ1ykaTX3C1clx7k {  }
 }@media only screen and (max-width: 763px) { #L5HNJXT0KEB32ZRqKXx47m6meT8AmNGz #fagGCsTomzex8PPJQLC3ALMsfRg12zZJ {  }
 }@media only screen and (max-width: 763px) { #HF2i2NJZbDSfVtVP01Dx4VSggyhAayD8 { display:flex;width:2.8125rem;height:2.8125rem;top:35.061854362488rem;left:8.624132454395rem;font-size:1.9375rem; }
#HF2i2NJZbDSfVtVP01Dx4VSggyhAayD8 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #37182a);background-image: -moz-linear-gradient(180deg, #000000, #37182a);background-image: -ms-linear-gradient(180deg, #000000, #37182a);background-image: -o-linear-gradient(180deg, #000000, #37182a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#37182a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#37182a' );";background-image: linear-gradient(180deg, #000000, #37182a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:20rem;height:3.8997375rem;top:1.7458763122559rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { width:20rem;height:8.3919375rem;top:7.4175348281863rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;color:#ffffff;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZG8EmssumHiZuIDUBDu3VXvnQVgFxPlx { display:flex;width:2.8125rem;height:2.8125rem;top:16.803385734558rem;left:8.5937502980231rem;font-size:1.9375rem; }
#ZG8EmssumHiZuIDUBDu3VXvnQVgFxPlx > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #zE30dTsVnTV1Zit218wynC6Gp8w1F6gf { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37182a, #000000);background-image: -moz-linear-gradient(180deg, #37182a, #000000);background-image: -ms-linear-gradient(180deg, #37182a, #000000);background-image: -o-linear-gradient(180deg, #37182a, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37182a', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37182a', endColorstr='#000000' );";background-image: linear-gradient(180deg, #37182a, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { background-color: transparent; background-image: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container > .video-iframe-container { display: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container { display: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .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); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { border-width: 0; border-radius: 0; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb8T2ehNxdlsqzyHbRJVQUVERohdau51 { width:18.3125rem;height:0;top:21.375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;color:#050b26;display:block; }
 }@media only screen and (max-width: 763px) { #mWaZLWaHJ13uuVIodxXbKudwAcrv1dqc { width:20rem;height:3.75rem;top:5.6857643127441rem;left:0rem;font-size:1.5625rem;font-family:arial;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PSrpNshsWHFMeQFQTAE1TuP9BOCOAQil { width:20rem;height:53.148875rem;top:12.684898376465rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.6;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G9mGGchv3bwEVQVWgZNnyyL3UMTbqipE { display:flex;width:2.8125rem;height:2.8125rem;top:68.460289001462rem;left:8.5937502980231rem;font-size:1.9375rem; }
#G9mGGchv3bwEVQVWgZNnyyL3UMTbqipE > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #XRFVXa2f9pKy7UliuRRAOdfwiz8Gif4A { width:12.061625rem;height:4.12435rem;top:0rem;left:3.9680989384651rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #37182a);background-image: -moz-linear-gradient(180deg, #000000, #37182a);background-image: -ms-linear-gradient(180deg, #000000, #37182a);background-image: -o-linear-gradient(180deg, #000000, #37182a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#37182a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#37182a' );";background-image: linear-gradient(180deg, #000000, #37182a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { background-color: transparent; background-image: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container > .video-iframe-container { display: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container { display: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .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); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { border-width: 0; border-radius: 0; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRIXAlK27f1VeODJumnhNFiduKGH1i6W { width:20rem;height:4.798175rem;top:0rem;left:0rem;font-size:2rem;font-family:arial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PHaFS6fvEIMRw59OdV43HZNH0erDeFvQ { width:20rem;height:35.762396090926rem;top:7.1338958740238rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iae01d224Z4ykrbpqtH0wgC6UN67pMHy { display:flex;width:4.6875rem;height:4.6875rem;top:44.144989746094rem;left:7.625rem;font-size:1.9375rem; }
#Iae01d224Z4ykrbpqtH0wgC6UN67pMHy > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #fhkUUTdC4LdCmXsEkGcw3F8XIhV5rZly { display:block; }#fhkUUTdC4LdCmXsEkGcw3F8XIhV5rZly > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZLr2rrR6n9F89E60X7LgRvLWTntBr0i { width:20rem;height:2.69965rem;top:10.120443344116rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;color:#000000; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#050b26; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-input-text {padding-top: 0; padding-bottom: 0;}#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#050b26; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;color:#161616; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-input-select {padding-top: 0; padding-bottom: 0;}#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-size:1rem;overflow:hidden;background-color:#00a912;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#f2f9ff;font-family:arial; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB [class*="-text"]:-moz-placeholder { color:rgba(5,11,38,0.3);font-family:arial;font-weight:700;font-style:normal; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB [class*="-text"]::-moz-placeholder { color:rgba(5,11,38,0.3);font-family:arial;font-weight:700;font-style:normal; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB [class*="-text"]:-ms-input-placeholder { color:rgba(5,11,38,0.3);font-family:arial;font-weight:700;font-style:normal; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB [class*="-text"]::-webkit-input-placeholder { color:rgba(5,11,38,0.3);font-family:arial;font-weight:700;font-style:normal; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(255,255,255,0.8); }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-radio-label { color:#161616; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB  { width:17.5rem;height:auto;top:15.391708374024rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB .widget-info-text { color:#000000; }
#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB {display:block;}#uwLHl6vuRHwEVes4pul1uXXs9D4szdGB { width:17.5rem;height:auto;top:15.391708374024rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #U9rfIuP94SOS2yf2QD8uyw8SqLowPHeq {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #DcTeL1ZK3kOReLe5RSlgibUx46p1rL4R { display:block; }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #laBIM7XQAg5zWyKfkWliqx5m3IbvLdOc {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #zQNX3WaS3V6W1NCuxXxNW9bfDahqzdDu {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #tE5lTcEetTDpnng95w4hVhAOVKmvtv6d { display:block; }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #DkNA9km8BnT2R5vVum27Fixgt3OEURGD {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #EMTLoEraf8T30CUhax9tAumADmpbDZZ9 {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #ZXsQghLWk1JkwFtst1P38pQmfaStzcpc {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #HoNDdQdI3Ro9VwDXq4Ocyn7LrBc4hzbA {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #dOQJT0R1wTMp3avrHLmVBLxXVlLz2MMD {  }
 }@media only screen and (max-width: 763px) { #uwLHl6vuRHwEVes4pul1uXXs9D4szdGB #lizbCG83flz8MXEVERuKMTRTTQVD07lr {  }
 }@media only screen and (max-width: 763px) { #Aph0ymTJS0EZc69i1fxrQklOINhVBur2 { width:20rem;height:2.098525rem;top:14.015838623047rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #QI5WKVAPpTpqWupTAQ24FlISkmK6qqns { width:9.749375rem;height:1.89995625rem;top:38.375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;font-family:arial;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JJqxX0yPC2i8bpxNSa8ho9R8F6yMykxi { width:2.125rem;height:2.125rem;top:38.25rem;left:11.5625rem;background-color:#e1cef8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X3R6fpxpKAM1TnyPmrEU3t6PNMsMVCl0 { width:1.375rem;height:1.375rem;top:38.5625rem;left:11.9375rem;color:#5d92ff;font-size:0.9375rem;display:block; }
#X3R6fpxpKAM1TnyPmrEU3t6PNMsMVCl0 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #lZ9mIfhTc22JVLR9TZhnUU8eeFi9ZANx { width:2.125rem;height:2.125rem;top:38.25rem;left:14.0625rem;background-color:#e1cef8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vEdr3R6l75526E26R0AaQhXPZE2z8xSO { display:flex;width:1.375rem;height:1.375rem;top:38.5625rem;left:14.4375rem;font-size:0.9375rem; }
#vEdr3R6l75526E26R0AaQhXPZE2z8xSO > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #SppX9APbO4QPbUWwKgdHpLVGQv3DoTLy { width:2.125rem;height:2.125rem;top:38.25rem;left:16.5625rem;background-color:#e1cef8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E9wToiga1sDnzNUxiDinpziRReMnoFy9 { width:1.375rem;height:1.375rem;top:38.625rem;left:16.9375rem;color:#5d92ff;font-size:0.9375rem;display:block; }
#E9wToiga1sDnzNUxiDinpziRReMnoFy9 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD .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; }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD .widget-text.counter-number { padding-top:0.505625rem;padding-right:0.456875rem;padding-bottom:0.505625rem;padding-left:0.456875rem;width:2.74125rem;min-width:2.74125rem;height:2.71625rem;font-size:2.0225rem;line-height:43.46px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.066875rem solid #ffffff;border-right:0.0675rem solid #ffffff;border-bottom:0.066875rem solid #ffffff;border-left:0.0675rem solid #ffffff; }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.315625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.655rem;height:1.06rem;font-size:0.75875rem;line-height:16.96px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD { width:19.1875rem;height:5.236875rem;display:flex;top:3.6859760284424rem;left:0.40581601858139rem;z-index:15008;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #LfmTxeNNOGaxxEC2vIG8mwakrssXT5d2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #TbA2vsdGlZaJUkDbTUqHcQq7JbAMTmmn {  }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #gOM34szVkO5kU6EgPGxFKule2FT0KStl {  }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #ZimxULFCTb1ThpyJtDUOVwh4fP8yEMcg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #fCSmOrCwZ6ImH6VrD8JCWbHsMLTIEOhs {  }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #ZT5glpT0v9gB6XSxwhzBfE1kd4VP9FQz {  }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #OgcdqFPLmUh1XoeP8eritO0Oyc1F88cT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #MVTrciPoUEbkCgW7iX9Mt8wMKhQi3JaT {  }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #PgyHdcGAMGJJTo4cXpkicUpfvKC7wMOt {  }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #MGxt2Wp3yURdBuPFF01qwLWcwdfSeVL5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #zGH8uKUla6SdGo3GdszndZTNrm2Q5JzW {  }
 }@media only screen and (max-width: 763px) { #WTlObaJZCpmLxuh45gvUdTwnLFCsPxiD #yzbGLD3tr7R7fJpI9KJ2cm21ey8h20Ho {  }
 }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { background-color:transparent;background-image: -webkit-linear-gradient(196deg, #000000, #000000);background-image: -moz-linear-gradient(196deg, #000000, #000000);background-image: -ms-linear-gradient(196deg, #000000, #000000);background-image: -o-linear-gradient(196deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(196deg, #000000, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { background-color: transparent; background-image: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .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); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { border-width: 0; border-radius: 0; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { width:20rem;height:1.31293125rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#ffffff;line-height:1;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #CnBDoOqQgPEWsQrbbbB5d1yRvftupXiZ { width:20rem;height:2.44791875rem;top:10.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;color:#ffffff;font-family:arial;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B3b758OeUzvN3u64q42F5l2b1cuzxNn5 { width:18.311625rem;height:2.87435rem;top:14.0625rem;left:0.8125rem;font-size:1rem;background-color:#37182a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;font-family:arial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zGv7Z8488BkeNIdeLaC7JFSR1C2XXmQ5 { display:block; }
 }