.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,236,247;--color-primary-1:129,192,230;--color-primary-2:2,128,204;--color-primary-3:1,64,102;--color-primary-4:0,19,31;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"Roboto Condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #131333, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(360deg, #131333, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(360deg, #131333, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(360deg, #131333, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#131333', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#131333', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(360deg, #131333, rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:75rem;overflow:visible;position:relative;display:block; }#PmB2kSuIb9iFAsTZA9wtHPdwcpQySquT { color:#fcc701;display:block;width:58.997375rem;position:absolute;font-family:georgia;font-size:2rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.279948234558rem;left:8rem;height:2.19965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qxnBTPXwyF06klzXPlASFwDy2KMMqXXC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#N5mIZkfhxwSA2iq1tTBbCRvSxD3xvIlK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#MLZkuc7pI1Qo0UeQUAUZ5CrmXG3V7i0K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#e9M3PfwGq122Uvtl754XOasWnTkgv6tv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#qXTRgE7VsegUNlhsDS3EJBLloPH6ZeD4 { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#Jhc8SFTNJo9DdfItlk58w9k4BU0RJkBK { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.9934896230698rem;left:12.53125rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gmaTRvOmdWaM6ww1roWgziuDVPTTTDT4 { color:rgba(var(--color-secondary-0),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:52.582064628601rem;left:9.53125rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L1NVoPmDoUeOkuwAxSA222cfyykTUAtS { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(199deg, #d8a318, #fcc701);background-image: -moz-linear-gradient(199deg, #d8a318, #fcc701);background-image: -ms-linear-gradient(199deg, #d8a318, #fcc701);background-image: -o-linear-gradient(199deg, #d8a318, #fcc701);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8a318', endColorstr='#fcc701' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8a318', endColorstr='#fcc701' );";background-image: linear-gradient(199deg, #d8a318, #fcc701);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:29.6875rem;width:33.9375rem;top:19.3125rem;left:20.53125rem;display:block; }
#MoANo3DCg11c2DWDJvbnSnkDPC2TiNqP { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.375rem;left:22.468753814698rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wo56ZZ4CfowLPu21hgPpQol4i64AgTHr { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.122426986694rem;left:24.531253814698rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-form-header {  }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#000000;width:24.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .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:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:24.8125rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top;line-height:1.5; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-input-text {padding-top: 0; padding-bottom: 0;}#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:24.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top;line-height:1.5; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .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:24.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-input-select {padding-top: 0; padding-bottom: 0;}#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .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:#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;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:24.8125rem;height:3.875rem;font-family:ubuntu;overflow:hidden; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU [class*="-text"]:-moz-placeholder { color:#292c2c;font-family:lato;font-size:0.875rem; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU [class*="-text"]::-moz-placeholder { color:#292c2c;font-family:lato;font-size:0.875rem; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU [class*="-text"]:-ms-input-placeholder { color:#292c2c;font-family:lato;font-size:0.875rem; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU [class*="-text"]::-webkit-input-placeholder { color:#292c2c;font-family:lato;font-size:0.875rem; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .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(255,255,255,0.8);vertical-align:top;width:23.625rem;overflow:hidden;font-style:normal;float:none; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .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; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .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;float:none; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-container:first-of-type{padding-top:0;}#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-container:last-of-type{padding-bottom:0;}#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.8125rem;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:26.583333969116rem;left:23.843751907349rem; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.8125rem;display:block;vertical-align:top; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .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; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU {display:block;}#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.8125rem;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:26.583333969116rem;left:23.843751907349rem; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #TITn1RcTu2rKfPX5yFsvQeN2tZh3prT9 { position:relative; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #PLp9hnelmnhxoOTM1SBBcNevJhDhLcLx { position:relative;display:block; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #uJdpbbVNeSeeWCcC6y9ZmRxRIDb3oW4O { position:relative; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #phmfkplJ42tX1t9VC7ZwLsLpEbpylmKJ { position:relative; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #p6SdM9lVZGOc3ayx0USnEGoBbylWTmBo { position:relative;display:block; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #F7RU3JbFq5zMmELancWmX4KRL4TWAinv { position:relative; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #A5fDphmJc0ozckTtD63WdfRlkPU2KBku { position:relative; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #ARcqqQ5dK0onvfoxGvZMiFLsFzJdaLBv { position:relative; }
#IZ623RiSusl8S7AtiiEZnBbKOyP8NK5Z { color:rgba(var(--color-primary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:42.750033378601rem;left:26.000003814698rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u6ZtCTqgMA89i9c3WTo1b2Aqrlmt8437 { color:#000000;display:block;width:45.747375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:45.936228752136rem;left:14.625rem;height:0.7309rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL { background-color:#131333;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { background-color: transparent; background-image: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container > .video-iframe-container { display: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row > .video-iframe-container { display: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .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); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { border-width: 0; border-radius: 0; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#mVTgMa2VeGy82IV3TIsrwZPIHsEg4L85 { color:rgba(var(--color-secondary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.080078125rem;left:13.468423843384rem;height:5.36198125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#hzhNm7IQB4bNU1vmy7zoMRlBaNrqe7ok { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#ztpXDlKotc899Ds4rec3rf2mKF6Teoo8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#b5Kg0RyT3kyymTlKl1VE3B4CclGh9PSp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#gQqgO26kqwEZ9pyfnAPNvX1lPzqO0OiW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#hzC8h8Ie0D4TczKOGxuiL1Df5ICPGoHZ { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#JvPELa1zbi9l7TmwGxd0DUNir3cbJmRZ { color:#ffffff;display:block;width:38.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.686848640442rem;left:14.999185562134rem;height:1.94965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gvwkceuWhuvsgwEv4Fyd3SA9Dz0HRerk { color:rgba(var(--color-secondary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:14.060872077942rem;left:14.999185562134rem;height:12rem;font-style:normal;display:block; }#gvwkceuWhuvsgwEv4Fyd3SA9Dz0HRerk li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#gvwkceuWhuvsgwEv4Fyd3SA9Dz0HRerk li:before{  }
#mUgI5cEv7LRy6cAMXEDv4tw9talGwHTl { color:#ffffff;display:block;width:38.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:28.499348640442rem;left:14.999185562134rem;height:1.94965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B1QA163cniXsFuCTBriax4CbrvFglpXU { color:#ffffff;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:32.4365234375rem;left:14.999185562134rem;height:5.84895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I { background-color:#131333;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .row .container { background-color: transparent; background-image: none; }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .row .container > .video-iframe-container { display: none; }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .row > .video-iframe-container { display: none; }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .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); }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .row .container { border-width: 0; border-radius: 0; }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .row .container { font-size:0.875rem;font-family:arial;height:85.5rem;width:75rem;overflow:visible;position:relative;display:block; }#yfqENxy9oHaOh9TQGcCmoPTIctHcXP33 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#ABVLR68hii48nAV38azoS27l3Wp1kAy1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#vRnpdld1D6K1I10aL0khinqzIOO0L7KD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#bhrS6OLNL0LW2Cq22J08C9fGMMDUKsu3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#uqaFbHXTqWcLzSupgt9u6fk0bznVWGEL { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#yQTmExEZqw3hWkyamul977DXX7ocKLHw { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8723907470703rem;left:14.686199188233rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UzAAnX7dWvzCgdbq7TM2onsoaTC85ie1 { color:#ffffff;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1238613128662rem;left:14.686849594116rem;height:3.89930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NiRczN0dvTBo5XPUNCsiCOUI7Mw7oPIB { color:rgba(var(--color-secondary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:15.435380935669rem;left:14.686685562134rem;height:67.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yp3AgTVVHmfaTTKhFyNnhqG1VWJp0wvs { color:#ffffff;display:block;width:46.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.747228622436rem;left:14.686685562134rem;height:1.94965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 { background-color:#131333;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .row .container { background-color: transparent; background-image: none; }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .row .container > .video-iframe-container { display: none; }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .row > .video-iframe-container { display: none; }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .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); }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .row .container { border-width: 0; border-radius: 0; }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;overflow:visible;position:relative;display:block; }#a8l06Pxb0pLM9AJ3BCBSC2lM62WrWVTg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#Kza7DGyGVcsMpRFNBVlOu9upkXnxn29v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#tXHovir46AifqsoqEXtkhZ9gSrsufyR4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#JVdbl8QrBW7PFN8JkR04RxZeNUwLp5Vz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#JspsKTFiT6huldU5OJiSMsa67EvxoQkr { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#ywolsIeFg7pkKG6ThyR3As9ASEcEZeEx { color:#ffffff;display:block;width:34.25rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.48828125rem;left:13.936199188233rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ahyCZsLB0rBZTCn73hI68LpEpeXtNnTo { color:rgba(var(--color-primary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:6.07666015625rem;left:14.03076171875rem;height:20.548625rem;font-style:normal;display:block; }#ahyCZsLB0rBZTCn73hI68LpEpeXtNnTo li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ahyCZsLB0rBZTCn73hI68LpEpeXtNnTo li:before{  }
#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ { background-color:#131333;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container { background-color: transparent; background-image: none; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container > .video-iframe-container { display: none; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row > .video-iframe-container { display: none; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .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); }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container { border-width: 0; border-radius: 0; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;overflow:visible;position:relative;display:block; }#TwnUyK4qmUmpTGKH0pIqTHms0RrC4RZe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#uakTn0TGC5i9M22eo9bhbvwa6ZX4LIT1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#VxS4xARF8FxiLqZz0FEWIigEBqgJVh8c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#ka96FIOF4D99aiBRp6FCHet7bfOTkXHD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#MNWUTf7Afw5kcOGEhef0xLd8Q1uorqUU { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#faDOkXmZmdXMfmQJIW81QKilQqfq0Emi { color:#ffffff;display:block;width:24.93325rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.7488613128662rem;left:13.9990234375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK { color:rgba(var(--color-primary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.0633144378663rem;left:13.9990234375rem;height:20.548625rem;font-style:normal;display:block; }#ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK li:before{  }
#MoEOJO089MfPFT0KHSsrq1X9Vmst2QFt { color:#ffffff;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5362949371338rem;left:13.968099594116rem;height:1.94965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e { background-color:#131333;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .row .container { background-color: transparent; background-image: none; }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .row .container > .video-iframe-container { display: none; }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .row > .video-iframe-container { display: none; }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .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); }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .row .container { border-width: 0; border-radius: 0; }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;overflow:visible;position:relative;display:block; }#v57BUs2WEvZckRplBlFzcg9w0ZCz2hdU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#zqnIQy1nykUQwmd9NikLIwBlTadfKsSw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#nbRqEKSoC3qw24wWJkJ4zIHizGiRsyoK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#zxGA0FX6ifocbu43iGobyE0A41sr6E90 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#NTA214OU9hVRba0T2gQbMTgseCTJVFaW { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#vOKNDnzHVTPDocEMS3WFdoghi7cqSm2r { color:#ffffff;display:block;width:24.93325rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1238441467285rem;left:13.9990234375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aEGn3ZwZ8e6WT4nAKLQMFgfM9ibyN8vN { color:rgba(var(--color-secondary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:5.2498207092285rem;left:13.9990234375rem;height:21.798625rem;font-style:normal;display:block; }#aEGn3ZwZ8e6WT4nAKLQMFgfM9ibyN8vN li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#aEGn3ZwZ8e6WT4nAKLQMFgfM9ibyN8vN li:before{  }
#sCRb9C5WOOklTmmTxDNPNw7lvR4FeM5z { color:#ffffff;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:29.387191772461rem;left:13.9990234375rem;height:3.89930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw { background-color:#131333;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .row .container { background-color: transparent; background-image: none; }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .row .container > .video-iframe-container { display: none; }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .row > .video-iframe-container { display: none; }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .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); }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .row .container { border-width: 0; border-radius: 0; }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Eu2hs1vQ0uaBZ3Pd6ca1wUK8y0vWZHni { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#LrTxHmmhWiOWoksmMw6CbcivuH65ruXK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#BEJdRwRodKBH8orZmBXnsNHy2gbImoNq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#eVm5T2mhmrLRv4onhT5I27qHFlhS9lDy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#urxM8EdSwRTtFkiGAbBtVTEaoyAJuQUG { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#cUuTrMlfVeUT00hKgcXTk1hx5v2Gch3F { color:#ffffff;display:block;width:47.625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4986972808838rem;left:13.811199188233rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ur051T0rMd14lfFuWwlUeQLek5ZKDni1 { color:#ffffff;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.2481966018677rem;left:13.811849594116rem;height:3.89930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Of2s2f9FciksegVbT0JvFJ238OkXFNXC { color:#ffffff;display:block;width:45.7465rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15006;line-height:.9;letter-spacing:0;top:21.060764789581rem;left:11.246528625488rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZNoo0Vs7p8UM8bM78MNw3CkAbnF8Cedr { background-color:#fcc701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131333;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.4375rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:16.289930820465rem;left:20.901910781861rem;display:block; }
#bt0mbsu5Gu4ILIO7qgqxSdczkTk2qnFV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mu18rqt6UNoUfkLaVTChLmEeXQ4tlGO3 { color:#ffffff;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.434027194977rem;left:9.1197910308837rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O { background-color:#131333;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .row .container { background-color: transparent; background-image: none; }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .row .container > .video-iframe-container { display: none; }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .row > .video-iframe-container { display: none; }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .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); }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .row .container { border-width: 0; border-radius: 0; }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;overflow:visible;position:relative;display:block; }#pFZ9aIThZIgQl2iMXWpc4i9IITGAEp7O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#S7vbKurTrS1zNwpHT4J77mCtdafPBs7D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#zgSB8Fs3OBlvaR6sTzk8xNDvgl1v82TT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#ig3x6kuJEOVgmNgP6UepE4FNbz5MxULG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#EN1bCi3ylP2Qi7sI7FIEKEE7UlgubcU8 { box-sizing:content-box;height:2.0625rem;width:24.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#zXf07N7vnHNmt76eGlnyebwQqv8JP8DQ { color:rgba(var(--color-secondary-0),1);display:block;width:66.4375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.229156494141rem;left:0rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmB2kSuIb9iFAsTZA9wtHPdwcpQySquT { width:34.4375rem;height:4.39930625rem;top:4.8125rem;left:4.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxnBTPXwyF06klzXPlASFwDy2KMMqXXC { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5mIZkfhxwSA2iq1tTBbCRvSxD3xvIlK { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLZkuc7pI1Qo0UeQUAUZ5CrmXG3V7i0K { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9M3PfwGq122Uvtl754XOasWnTkgv6tv { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXTRgE7VsegUNlhsDS3EJBLloPH6ZeD4 { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jhc8SFTNJo9DdfItlk58w9k4BU0RJkBK { width:20.625rem;height:1.9236125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gmaTRvOmdWaM6ww1roWgziuDVPTTTDT4 { width:34.5625rem;height:2.59895625rem;top:13.888889312744rem;left:6.5937500596044rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1NVoPmDoUeOkuwAxSA222cfyykTUAtS { width:33.9375rem;height:29.6875rem;top:19.3125rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoANo3DCg11c2DWDJvbnSnkDPC2TiNqP { width:30.0625rem;height:2.875rem;top:21.375rem;left:8.8437538146975rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo56ZZ4CfowLPu21hgPpQol4i64AgTHr { width:25.9375rem;height:1.29948125rem;top:25.0625rem;left:10.906253814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-input-text {padding-top: 0; padding-bottom: 0;}#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-input-select {padding-top: 0; padding-bottom: 0;}#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU {display:block;}#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #TITn1RcTu2rKfPX5yFsvQeN2tZh3prT9 {  }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #PLp9hnelmnhxoOTM1SBBcNevJhDhLcLx {  }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #uJdpbbVNeSeeWCcC6y9ZmRxRIDb3oW4O {  }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #phmfkplJ42tX1t9VC7ZwLsLpEbpylmKJ {  }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #p6SdM9lVZGOc3ayx0USnEGoBbylWTmBo {  }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #F7RU3JbFq5zMmELancWmX4KRL4TWAinv {  }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #A5fDphmJc0ozckTtD63WdfRlkPU2KBku {  }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #ARcqqQ5dK0onvfoxGvZMiFLsFzJdaLBv {  }
 }@media only screen and (max-width: 763px) { #IZ623RiSusl8S7AtiiEZnBbKOyP8NK5Z { width:34.5625rem;height:2.59895625rem;top:11.291666984558rem;left:6.5937500596044rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ZtCTqgMA89i9c3WTo1b2Aqrlmt8437 { width:39.625rem;height:0.89930625rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL { display:block; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVTgMa2VeGy82IV3TIsrwZPIHsEg4L85 { width:34.5625rem;height:3.8984375rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzhNm7IQB4bNU1vmy7zoMRlBaNrqe7ok { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztpXDlKotc899Ds4rec3rf2mKF6Teoo8 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5Kg0RyT3kyymTlKl1VE3B4CclGh9PSp { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQqgO26kqwEZ9pyfnAPNvX1lPzqO0OiW { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzC8h8Ie0D4TczKOGxuiL1Df5ICPGoHZ { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvPELa1zbi9l7TmwGxd0DUNir3cbJmRZ { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gvwkceuWhuvsgwEv4Fyd3SA9Dz0HRerk { width:35.437rem;height:8.25rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }#gvwkceuWhuvsgwEv4Fyd3SA9Dz0HRerk li:before{  }
 }@media only screen and (max-width: 763px) { #mUgI5cEv7LRy6cAMXEDv4tw9talGwHTl { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B1QA163cniXsFuCTBriax4CbrvFglpXU { width:39.625rem;height:3.8984375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I { display:block; }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfqENxy9oHaOh9TQGcCmoPTIctHcXP33 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABVLR68hii48nAV38azoS27l3Wp1kAy1 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRnpdld1D6K1I10aL0khinqzIOO0L7KD { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhrS6OLNL0LW2Cq22J08C9fGMMDUKsu3 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uqaFbHXTqWcLzSupgt9u6fk0bznVWGEL { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQTmExEZqw3hWkyamul977DXX7ocKLHw { width:20.625rem;height:1.13715rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UzAAnX7dWvzCgdbq7TM2onsoaTC85ie1 { width:39.625rem;height:2.59895625rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NiRczN0dvTBo5XPUNCsiCOUI7Mw7oPIB { width:35.437rem;height:43.5rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp3AgTVVHmfaTTKhFyNnhqG1VWJp0wvs { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 { display:block; }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8l06Pxb0pLM9AJ3BCBSC2lM62WrWVTg { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kza7DGyGVcsMpRFNBVlOu9upkXnxn29v { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXHovir46AifqsoqEXtkhZ9gSrsufyR4 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVdbl8QrBW7PFN8JkR04RxZeNUwLp5Vz { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JspsKTFiT6huldU5OJiSMsa67EvxoQkr { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywolsIeFg7pkKG6ThyR3As9ASEcEZeEx { width:20.625rem;height:1.13715rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ahyCZsLB0rBZTCn73hI68LpEpeXtNnTo { width:35.437rem;height:14.9444375rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }#ahyCZsLB0rBZTCn73hI68LpEpeXtNnTo li:before{  }
 }@media only screen and (max-width: 763px) { #PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ { display:block; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwnUyK4qmUmpTGKH0pIqTHms0RrC4RZe { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uakTn0TGC5i9M22eo9bhbvwa6ZX4LIT1 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxS4xARF8FxiLqZz0FEWIigEBqgJVh8c { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ka96FIOF4D99aiBRp6FCHet7bfOTkXHD { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNWUTf7Afw5kcOGEhef0xLd8Q1uorqUU { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #faDOkXmZmdXMfmQJIW81QKilQqfq0Emi { width:20.625rem;height:1.13715rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK { width:35.437rem;height:14.9444375rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }#ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK li:before{  }
 }@media only screen and (max-width: 763px) { #MoEOJO089MfPFT0KHSsrq1X9Vmst2QFt { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUI2yn9OQWLxNuMMl2npphFekFAyaz9e { display:block; }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v57BUs2WEvZckRplBlFzcg9w0ZCz2hdU { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqnIQy1nykUQwmd9NikLIwBlTadfKsSw { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbRqEKSoC3qw24wWJkJ4zIHizGiRsyoK { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxGA0FX6ifocbu43iGobyE0A41sr6E90 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTA214OU9hVRba0T2gQbMTgseCTJVFaW { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOKNDnzHVTPDocEMS3WFdoghi7cqSm2r { width:20.625rem;height:1.13715rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aEGn3ZwZ8e6WT4nAKLQMFgfM9ibyN8vN { width:35.437rem;height:13.3958125rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }#aEGn3ZwZ8e6WT4nAKLQMFgfM9ibyN8vN li:before{  }
 }@media only screen and (max-width: 763px) { #sCRb9C5WOOklTmmTxDNPNw7lvR4FeM5z { width:39.625rem;height:2.59895625rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bVbNg4iq38nnF1n9J2TZ9io52xiiobJw { display:block; }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eu2hs1vQ0uaBZ3Pd6ca1wUK8y0vWZHni { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrTxHmmhWiOWoksmMw6CbcivuH65ruXK { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEJdRwRodKBH8orZmBXnsNHy2gbImoNq { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVm5T2mhmrLRv4onhT5I27qHFlhS9lDy { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #urxM8EdSwRTtFkiGAbBtVTEaoyAJuQUG { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUuTrMlfVeUT00hKgcXTk1hx5v2Gch3F { width:20.625rem;height:1.13715rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ur051T0rMd14lfFuWwlUeQLek5ZKDni1 { width:39.625rem;height:2.59895625rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Of2s2f9FciksegVbT0JvFJ238OkXFNXC { width:39.625rem;height:2.69791875rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZNoo0Vs7p8UM8bM78MNw3CkAbnF8Cedr { width:26.4375rem;height:3.4375rem;top:16.25rem;left:7.2769107818606rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt0mbsu5Gu4ILIO7qgqxSdczkTk2qnFV { display:block; }
 }@media only screen and (max-width: 763px) { #mu18rqt6UNoUfkLaVTChLmEeXQ4tlGO3 { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O { display:block; }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFZ9aIThZIgQl2iMXWpc4i9IITGAEp7O { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7vbKurTrS1zNwpHT4J77mCtdafPBs7D { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgSB8Fs3OBlvaR6sTzk8xNDvgl1v82TT { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ig3x6kuJEOVgmNgP6UepE4FNbz5MxULG { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EN1bCi3ylP2Qi7sI7FIEKEE7UlgubcU8 { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXf07N7vnHNmt76eGlnyebwQqv8JP8DQ { width:47.7498125rem;height:0.5688475rem;top:36.748859405517rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmB2kSuIb9iFAsTZA9wtHPdwcpQySquT { width:20rem;height:3.16145625rem;top:8.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxnBTPXwyF06klzXPlASFwDy2KMMqXXC { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #N5mIZkfhxwSA2iq1tTBbCRvSxD3xvIlK { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #MLZkuc7pI1Qo0UeQUAUZ5CrmXG3V7i0K { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #e9M3PfwGq122Uvtl754XOasWnTkgv6tv { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #qXTRgE7VsegUNlhsDS3EJBLloPH6ZeD4 { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jhc8SFTNJo9DdfItlk58w9k4BU0RJkBK { width:17.875rem;height:4.5rem;top:1.9375rem;left:1.0625000596046rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gmaTRvOmdWaM6ww1roWgziuDVPTTTDT4 { width:20rem;height:2.625rem;top:38.144097328186rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L1NVoPmDoUeOkuwAxSA222cfyykTUAtS { width:20rem;height:22.3125rem;top:14.421875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d8a318, #fcc701);background-image: -moz-linear-gradient(360deg, #d8a318, #fcc701);background-image: -ms-linear-gradient(360deg, #d8a318, #fcc701);background-image: -o-linear-gradient(360deg, #d8a318, #fcc701);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8a318', endColorstr='#fcc701' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8a318', endColorstr='#fcc701' );";background-image: linear-gradient(360deg, #d8a318, #fcc701);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MoANo3DCg11c2DWDJvbnSnkDPC2TiNqP { width:18.75rem;height:1.787325rem;top:15.671875rem;left:0.62500005960463rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wo56ZZ4CfowLPu21hgPpQol4i64AgTHr { width:20rem;height:1.29948125rem;top:18.481771469116rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .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; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-input-text {padding-top: 0; padding-bottom: 0;}#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-input-select {padding-top: 0; padding-bottom: 0;}#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .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; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU  { width:17.5rem;height:auto;top:19.005208969116rem;left:0rem; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU {display:block;}#CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU { width:17.5rem;height:auto;top:19.005208969116rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #TITn1RcTu2rKfPX5yFsvQeN2tZh3prT9 {  }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #PLp9hnelmnhxoOTM1SBBcNevJhDhLcLx {  }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #uJdpbbVNeSeeWCcC6y9ZmRxRIDb3oW4O {  }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #phmfkplJ42tX1t9VC7ZwLsLpEbpylmKJ {  }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #p6SdM9lVZGOc3ayx0USnEGoBbylWTmBo {  }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #F7RU3JbFq5zMmELancWmX4KRL4TWAinv {  }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #A5fDphmJc0ozckTtD63WdfRlkPU2KBku {  }
 }@media only screen and (max-width: 763px) { #CMpaiHmRhvJHIFZWrgxSXEZqso4TAtOU #ARcqqQ5dK0onvfoxGvZMiFLsFzJdaLBv {  }
 }@media only screen and (max-width: 763px) { #IZ623RiSusl8S7AtiiEZnBbKOyP8NK5Z { width:20rem;height:1.75rem;top:32.729166984558rem;left:0rem;font-size:0.625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #u6ZtCTqgMA89i9c3WTo1b2Aqrlmt8437 { width:20rem;height:0.82465rem;top:35.11111164093rem;left:0rem;font-size:0.6875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { background-color: transparent; background-image: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container > .video-iframe-container { display: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row > .video-iframe-container { display: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .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); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVTgMa2VeGy82IV3TIsrwZPIHsEg4L85 { width:18.18575rem;height:6.5625rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hzhNm7IQB4bNU1vmy7zoMRlBaNrqe7ok { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ztpXDlKotc899Ds4rec3rf2mKF6Teoo8 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #b5Kg0RyT3kyymTlKl1VE3B4CclGh9PSp { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #gQqgO26kqwEZ9pyfnAPNvX1lPzqO0OiW { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #hzC8h8Ie0D4TczKOGxuiL1Df5ICPGoHZ { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvPELa1zbi9l7TmwGxd0DUNir3cbJmRZ { width:17.75rem;height:1.04948125rem;top:9.0625rem;left:1.3125rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gvwkceuWhuvsgwEv4Fyd3SA9Dz0HRerk { width:18.0625rem;height:11.25rem;top:11.36198125rem;left:1.125rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;color:#ffffff;font-weight:400;font-style:normal;display:block; }#gvwkceuWhuvsgwEv4Fyd3SA9Dz0HRerk li:before{  }
 }@media only screen and (max-width: 763px) { #mUgI5cEv7LRy6cAMXEDv4tw9talGwHTl { width:18.9375rem;height:1.04948125rem;top:23.86198125rem;left:0.5rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #B1QA163cniXsFuCTBriax4CbrvFglpXU { width:18.375rem;height:5.24739375rem;top:26.1614625rem;left:1rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .row .container { background-color: transparent; background-image: none; }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .row .container > .video-iframe-container { display: none; }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .row > .video-iframe-container { display: none; }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .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); }#UM7fNFD0daqEWT8zHTSaPSRDsURn9C8I > .row .container { width:20rem;height:68.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfqENxy9oHaOh9TQGcCmoPTIctHcXP33 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ABVLR68hii48nAV38azoS27l3Wp1kAy1 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #vRnpdld1D6K1I10aL0khinqzIOO0L7KD { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #bhrS6OLNL0LW2Cq22J08C9fGMMDUKsu3 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #uqaFbHXTqWcLzSupgt9u6fk0bznVWGEL { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQTmExEZqw3hWkyamul977DXX7ocKLHw { width:18.875rem;height:1.125rem;top:1.25rem;left:1rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UzAAnX7dWvzCgdbq7TM2onsoaTC85ie1 { width:18.1875rem;height:3.1484375rem;top:3.47395625rem;left:1.125rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NiRczN0dvTBo5XPUNCsiCOUI7Mw7oPIB { width:15.9375rem;height:57.75rem;top:10.0625rem;left:1.1875000596046rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #yp3AgTVVHmfaTTKhFyNnhqG1VWJp0wvs { width:18.8125rem;height:1.04948125rem;top:8.3090276718137rem;left:1.1875000596046rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .row .container { background-color: transparent; background-image: none; }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .row .container > .video-iframe-container { display: none; }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .row > .video-iframe-container { display: none; }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .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); }#nd6rtduV6GSv9hOZMs2IpBT69LROz9d9 > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8l06Pxb0pLM9AJ3BCBSC2lM62WrWVTg { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Kza7DGyGVcsMpRFNBVlOu9upkXnxn29v { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #tXHovir46AifqsoqEXtkhZ9gSrsufyR4 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #JVdbl8QrBW7PFN8JkR04RxZeNUwLp5Vz { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #JspsKTFiT6huldU5OJiSMsa67EvxoQkr { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywolsIeFg7pkKG6ThyR3As9ASEcEZeEx { width:18.75rem;height:1.125rem;top:1.25rem;left:1.125rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ahyCZsLB0rBZTCn73hI68LpEpeXtNnTo { width:17.9375rem;height:20.8125rem;top:3.409725189209rem;left:1.1250000596046rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:rgba(var(--color-secondary-0),1);display:block; }#ahyCZsLB0rBZTCn73hI68LpEpeXtNnTo li:before{  }
 }@media only screen and (max-width: 763px) { #PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container { background-color: transparent; background-image: none; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container > .video-iframe-container { display: none; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row > .video-iframe-container { display: none; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .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); }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwnUyK4qmUmpTGKH0pIqTHms0RrC4RZe { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #uakTn0TGC5i9M22eo9bhbvwa6ZX4LIT1 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #VxS4xARF8FxiLqZz0FEWIigEBqgJVh8c { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ka96FIOF4D99aiBRp6FCHet7bfOTkXHD { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #MNWUTf7Afw5kcOGEhef0xLd8Q1uorqUU { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #faDOkXmZmdXMfmQJIW81QKilQqfq0Emi { width:18.4375rem;height:1.125rem;top:1.25rem;left:1.4375rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK { width:16.0625rem;height:19.5rem;top:6.9999942779544rem;left:1.4375000596046rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }#ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK li:before{  }
 }@media only screen and (max-width: 763px) { #MoEOJO089MfPFT0KHSsrq1X9Vmst2QFt { width:17.75rem;height:2.09895625rem;top:3.47395625rem;left:1.5625rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IUI2yn9OQWLxNuMMl2npphFekFAyaz9e { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .row .container { background-color: transparent; background-image: none; }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .row .container > .video-iframe-container { display: none; }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .row > .video-iframe-container { display: none; }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .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); }#IUI2yn9OQWLxNuMMl2npphFekFAyaz9e > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v57BUs2WEvZckRplBlFzcg9w0ZCz2hdU { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #zqnIQy1nykUQwmd9NikLIwBlTadfKsSw { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #nbRqEKSoC3qw24wWJkJ4zIHizGiRsyoK { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #zxGA0FX6ifocbu43iGobyE0A41sr6E90 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #NTA214OU9hVRba0T2gQbMTgseCTJVFaW { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOKNDnzHVTPDocEMS3WFdoghi7cqSm2r { width:18.3125rem;height:1.125rem;top:1.25rem;left:1.5625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aEGn3ZwZ8e6WT4nAKLQMFgfM9ibyN8vN { width:17.0625rem;height:18.125rem;top:3.47395625rem;left:2rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:rgba(var(--color-secondary-0),1);display:block; }#aEGn3ZwZ8e6WT4nAKLQMFgfM9ibyN8vN li:before{  }
 }@media only screen and (max-width: 763px) { #sCRb9C5WOOklTmmTxDNPNw7lvR4FeM5z { width:18.1875rem;height:4.19791875rem;top:23.722222434357rem;left:0.90625005960463rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bVbNg4iq38nnF1n9J2TZ9io52xiiobJw { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .row .container { background-color: transparent; background-image: none; }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .row .container > .video-iframe-container { display: none; }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .row > .video-iframe-container { display: none; }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .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); }#bVbNg4iq38nnF1n9J2TZ9io52xiiobJw > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eu2hs1vQ0uaBZ3Pd6ca1wUK8y0vWZHni { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #LrTxHmmhWiOWoksmMw6CbcivuH65ruXK { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #BEJdRwRodKBH8orZmBXnsNHy2gbImoNq { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #eVm5T2mhmrLRv4onhT5I27qHFlhS9lDy { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #urxM8EdSwRTtFkiGAbBtVTEaoyAJuQUG { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUuTrMlfVeUT00hKgcXTk1hx5v2Gch3F { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ur051T0rMd14lfFuWwlUeQLek5ZKDni1 { width:18.936625rem;height:3.1484375rem;top:5.3411464691162rem;left:0.53038197755814rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Of2s2f9FciksegVbT0JvFJ238OkXFNXC { width:20rem;height:2.02344375rem;top:17.484375953674rem;left:0rem;font-size:0.5625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZNoo0Vs7p8UM8bM78MNw3CkAbnF8Cedr { width:19rem;height:3.4375rem;top:12.671871185302rem;left:0.50000005960464rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt0mbsu5Gu4ILIO7qgqxSdczkTk2qnFV { display:block; }
 }@media only screen and (max-width: 763px) { #mu18rqt6UNoUfkLaVTChLmEeXQ4tlGO3 { width:20rem;height:1.04948125rem;top:10.371528625488rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .row .container { background-color: transparent; background-image: none; }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .row .container > .video-iframe-container { display: none; }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .row > .video-iframe-container { display: none; }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .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); }#vv4yW1I5XKzJGDtlt8MrBRQF7yhqhq0O > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFZ9aIThZIgQl2iMXWpc4i9IITGAEp7O { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #S7vbKurTrS1zNwpHT4J77mCtdafPBs7D { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #zgSB8Fs3OBlvaR6sTzk8xNDvgl1v82TT { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ig3x6kuJEOVgmNgP6UepE4FNbz5MxULG { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #EN1bCi3ylP2Qi7sI7FIEKEE7UlgubcU8 { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXf07N7vnHNmt76eGlnyebwQqv8JP8DQ { width:20rem;height:1.13715rem;top:1.25rem;left:0rem;font-size:0.4375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }