.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:220,222,245;--color-primary-1:149,157,226;--color-primary-2:78,91,206;--color-primary-3:79,39,155;--color-primary-4:0,0,43;--color-secondary-0:251,223,233;--color-secondary-1:243,148,183;--color-secondary-2:231,41,110;--color-secondary-3:116,21,55;--color-secondary-4:35,6,17;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fafafa;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1b193d, #0a0827);background-image: -moz-linear-gradient(180deg, #1b193d, #0a0827);background-image: -ms-linear-gradient(180deg, #1b193d, #0a0827);background-image: -o-linear-gradient(180deg, #1b193d, #0a0827);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b193d', endColorstr='#0a0827' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b193d', endColorstr='#0a0827' );";background-image: linear-gradient(180deg, #1b193d, #0a0827);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:49.75rem;width:75rem;overflow:visible;position:relative;display:block; }#V1cM4tKWNDVJeWQI5BIeLLC4GSn4LmmF { color:#e9edfe;display:block;width:48rem;position:absolute;font-family:"segoe ui";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.4375rem;left:13rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#DzzV37LhKSnsTETCnDpBQFHh0JdTaOxB { color:#e9edfe;display:block;width:55.1875rem;position:absolute;font-family:"segoe ui";font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:20.875rem;left:9.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t5oQQUVCD6Xu7gFo0ICarq9GHmkuh3Oc { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"segoe ui";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.6875rem;left:29.59375rem;display:block; }
#ETMTirdwnxOSlaJ3hW1HcM539O2sArIP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AtT3bot0eB1kxUdqmu6H9K8foi9OBpU8 { color:#e9edfe;display:block;width:50.1875rem;position:absolute;font-family:"segoe ui";font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:24.5rem;left:11.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qa9uBBUwfd0CwNoBsb5n3wEb4GR5xrZc { color:rgba(var(--color-tertiary-0),1);display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.0625rem;left:9.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RkqydQiOL6xKbQsfzCkKcGiy5rLNfMZy { box-sizing:content-box;height:2.25rem;width:10.3125rem;position:absolute;display:block;z-index:15014;background-color:#421b3f;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.1875rem;left:32.375rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
#FIuVTHWiZauH4KGAaDRDvcere8DQqAhg { color:#e7296e;display:block;width:5.6875rem;position:absolute;font-family:"segoe ui";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:6.6875rem;left:35.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#M9X6TnuKIPSHDW5N91pOkm6IpBtzHrfT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.875rem;left:33.875rem; }
#QxdvBSz3rHxn8vswMTdzyNiHA1Ic8gOI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:39.4375rem;left:1.25rem; }
#SVZ42osE0v0UTklxLO9tHP6BG1dv7QTu { display:block;width:8.6875rem;position:absolute;font-family:"segoe ui";font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:39.3125rem;left:51.75rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#a5b4fc;display:block; }
#AI34FRnocJKAl9ZLVDyAVeklgJeE1f6H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:39.4375rem;left:63.5625rem; }
#tic21C5V8onGC5KHR8CkMniTiRSsP2PT { display:block;width:10.0625rem;position:absolute;font-family:"segoe ui";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:39.3125rem;left:64.9375rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#a5b4fc;display:block; }
#yUF8KZQ2UkPp0i7a8ouXJL79TpDzzI7p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:39.4375rem;left:26.375rem; }
#VTQcrA7aCmdivy5V94arPkZhay9XE7LO { display:block;width:8.6875rem;position:absolute;font-family:"segoe ui";font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:39.296875rem;left:27.8125rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#a5b4fc;display:block; }
#LgdOJlpX4SGOgEazITXpqVpsBU6aXlzt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:39.4375rem;left:38.625rem; }
#BNO53KBIA5m0eVTeTDlqFwydtxG4HoTH { display:block;width:8.6875rem;position:absolute;font-family:"segoe ui";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:39.3125rem;left:40.125rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#a5b4fc;display:block; }
#wFnkBd1gkMZh5SslrlSpZMLtPy5X9hB2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:39.4375rem;left:50.125rem; }
#FDwlwHMiB6NPVTPKDmkxJuItwIF6Brbw { display:block;width:20.25rem;position:absolute;font-family:"segoe ui";font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:39.296875rem;left:2.625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#a5b4fc;display:block; }
#SVNP7AX4vydcMisw9EoO96FEm0MaHTsJ { color:#e9edfe;display:block;width:48rem;position:absolute;font-family:"segoe ui";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.4375rem;left:13rem;height:6.5rem;text-align:center;text-align-last:center;display:none; }
#PemiTtWNBfrIJelZaKeSfqIlIADP2aQz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a0827, #0f0b1f);background-image: -moz-linear-gradient(180deg, #0a0827, #0f0b1f);background-image: -ms-linear-gradient(180deg, #0a0827, #0f0b1f);background-image: -o-linear-gradient(180deg, #0a0827, #0f0b1f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0827', endColorstr='#0f0b1f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0827', endColorstr='#0f0b1f' );";background-image: linear-gradient(180deg, #0a0827, #0f0b1f);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PemiTtWNBfrIJelZaKeSfqIlIADP2aQz > .row .container { background-color: transparent; background-image: none; }#PemiTtWNBfrIJelZaKeSfqIlIADP2aQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PemiTtWNBfrIJelZaKeSfqIlIADP2aQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PemiTtWNBfrIJelZaKeSfqIlIADP2aQz > .row .container > .video-iframe-container { display: none; }#PemiTtWNBfrIJelZaKeSfqIlIADP2aQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PemiTtWNBfrIJelZaKeSfqIlIADP2aQz > .row > .video-iframe-container { display: none; }#PemiTtWNBfrIJelZaKeSfqIlIADP2aQz > .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); }#PemiTtWNBfrIJelZaKeSfqIlIADP2aQz > .row .container { border-width: 0; border-radius: 0; }#PemiTtWNBfrIJelZaKeSfqIlIADP2aQz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PemiTtWNBfrIJelZaKeSfqIlIADP2aQz > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#TutkTEblJ1HquGn4vbwksTsJ1NJZoNas { color:#e9edfe;display:block;width:48rem;position:absolute;font-family:"segoe ui";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:13.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#N4LoDJ2v3HTC1yTF7lmb0XRCchRUVts8 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.5625rem;top:2.5625rem;left:44.8125rem;overflow:hidden;display:block; }
#U5ki7bqvKTL8UlgTaQ9osrI2Pf0pbg2u { color:#e9edfe;display:block;width:33.8125rem;position:absolute;font-family:"segoe ui";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:17.5rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#S0kkJssyqSIDTGwofGTT7T6a7eZ5npmW { color:#e9edfe;display:block;width:48rem;position:absolute;font-family:"segoe ui";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:13.5rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#CIyo9RvEGIua8MQP60qgdeRJeANyMGtB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f0b1f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CIyo9RvEGIua8MQP60qgdeRJeANyMGtB > .row .container { background-color: transparent; background-image: none; }#CIyo9RvEGIua8MQP60qgdeRJeANyMGtB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIyo9RvEGIua8MQP60qgdeRJeANyMGtB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIyo9RvEGIua8MQP60qgdeRJeANyMGtB > .row .container > .video-iframe-container { display: none; }#CIyo9RvEGIua8MQP60qgdeRJeANyMGtB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIyo9RvEGIua8MQP60qgdeRJeANyMGtB > .row > .video-iframe-container { display: none; }#CIyo9RvEGIua8MQP60qgdeRJeANyMGtB > .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); }#CIyo9RvEGIua8MQP60qgdeRJeANyMGtB > .row .container { border-width: 0; border-radius: 0; }#CIyo9RvEGIua8MQP60qgdeRJeANyMGtB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIyo9RvEGIua8MQP60qgdeRJeANyMGtB > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#xwsrNbhiLtN2kpM364WAMXKR9biPBFZ3 { box-sizing:content-box;height:16.25rem;width:15.875rem;position:absolute;display:block;z-index:15001;background-color:#191332;background-image:none;top:6.3125rem;left:1.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.0625rem solid #231d43;border-left:0.0625rem solid #231d43;border-right:0.0625rem solid #231d43;border-bottom:0.0625rem solid #231d43;display:block; }
#ofT6PWKvDoArzmyw4iDuooFByavhMo2t { color:#e9edfe;display:block;width:10.3125rem;position:absolute;font-family:"segoe ui";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5625rem;left:2.875rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#OIzdF6d7y032yUWz7THagcoh7V7NXcpb { color:#e9edfe;display:block;width:13.125rem;position:absolute;font-family:"segoe ui";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.625rem;left:2.75rem;height:3.41161875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RyvCQehHTMVxh9Fw7ZtAU0mMJpohhaq9 { box-sizing:content-box;height:3.8125rem;width:3.75rem;position:absolute;display:block;z-index:15002;background-color:#231d43;background-image:none;top:7.4375rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid #231d43;border-left:0.0625rem solid #231d43;border-right:0.0625rem solid #231d43;border-bottom:0.0625rem solid #231d43;display:block; }
#Pat9z8hFHXZaPSKosh1srs8tg2hnHLyr { box-sizing:content-box;height:16.25rem;width:15.875rem;position:absolute;display:block;z-index:15005;background-color:#191332;background-image:none;top:6.25rem;left:20rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.0625rem solid #231d43;border-left:0.0625rem solid #231d43;border-right:0.0625rem solid #231d43;border-bottom:0.0625rem solid #231d43;display:block; }
#oZTOLRvd3y8tI7zvZkX2ENnd9xTfFDa6 { color:#e9edfe;display:block;width:13.125rem;position:absolute;font-family:"segoe ui";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.5625rem;left:21.4375rem;height:3.41161875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HENLVsXMAQg1RZ3hXDxifrOI6vkBwcWF { color:#e9edfe;display:block;width:13.75rem;position:absolute;font-family:"segoe ui";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.5rem;left:21.5625rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#eixk2xRTmLSFaM2hTZAzyyAxddV6zMLT { box-sizing:content-box;height:3.8125rem;width:3.75rem;position:absolute;display:block;z-index:15006;background-color:#231d43;background-image:none;top:7.375rem;left:21.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid #231d43;border-left:0.0625rem solid #231d43;border-right:0.0625rem solid #231d43;border-bottom:0.0625rem solid #231d43;display:block; }
#N2D9pQxoHippCdCQU1RGXDcuVMSJkbE4 { box-sizing:content-box;height:16.25rem;width:15.875rem;position:absolute;display:block;z-index:15009;background-color:#191332;background-image:none;top:6.25rem;left:38.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.0625rem solid #231d43;border-left:0.0625rem solid #231d43;border-right:0.0625rem solid #231d43;border-bottom:0.0625rem solid #231d43;display:block; }
#S38s0AzAR2RQmTgEcWElLToDN4rZ5nAS { color:#e9edfe;display:block;width:13.125rem;position:absolute;font-family:"segoe ui";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.5625rem;left:40.1875rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GWEFvVR1LTeQpB9QAKTIXZTQJ6xccD43 { color:#e9edfe;display:block;width:10.3125rem;position:absolute;font-family:"segoe ui";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.5rem;left:40.3125rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#PfoWtGTK041ZCTTaIeMKTOtIKb8U2Dpz { box-sizing:content-box;height:3.8125rem;width:3.75rem;position:absolute;display:block;z-index:15010;background-color:#231d43;background-image:none;top:7.375rem;left:40.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid #231d43;border-left:0.0625rem solid #231d43;border-right:0.0625rem solid #231d43;border-bottom:0.0625rem solid #231d43;display:block; }
#C9wkwZHdQf9gbKFmgK2FAZ5FNyIDK4Bi { box-sizing:content-box;height:16.25rem;width:15.875rem;position:absolute;display:block;z-index:15013;background-color:#191332;background-image:none;top:6.25rem;left:57.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.0625rem solid #231d43;border-left:0.0625rem solid #231d43;border-right:0.0625rem solid #231d43;border-bottom:0.0625rem solid #231d43;display:block; }
#kQ61WMbWdqFEPN8ZTQ9n2N1x6hQVQSFK { color:#e9edfe;display:block;width:13.125rem;position:absolute;font-family:"segoe ui";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.5625rem;left:58.9375rem;height:3.41161875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ACb8TSZJTxG1681vEan8NHtlyhnulD3U { color:#e9edfe;display:block;width:10.3125rem;position:absolute;font-family:"segoe ui";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.5rem;left:59.0625rem;height:2.9248rem;text-align:left;text-align-last:left;display:block; }
#S54F3Zen8wlrRqi2zQ34BN8t2yqwbMsz { box-sizing:content-box;height:3.8125rem;width:3.75rem;position:absolute;display:block;z-index:15014;background-color:#231d43;background-image:none;top:7.375rem;left:59.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid #231d43;border-left:0.0625rem solid #231d43;border-right:0.0625rem solid #231d43;border-bottom:0.0625rem solid #231d43;display:block; }
#QavMyu7cx7dgTm8h1tFLiRmJbyxWwTUh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.65625rem;left:60.25rem; }
#mk1BWhLguF1Z32QRcyixwHMdoJ2PZsG7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.71875rem;left:4.125rem; }
#yIA0tnD1dTqT7OHyPt5TrUQfnlDXk7u3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.625rem;left:41.46875rem; }
#s2as2rsHOk0qSqvnGyyzimdOKOANbFKa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:8.65625rem;left:22.75rem; }
#xbT60y7OK8pcdKsobqtoBTxrorekJotL { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"segoe ui";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.25rem;left:28.75rem;display:block; }
#ECZkPJJMTUv0GvMR9p6OHu1llNpcisma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rMBHmJkEDTiRm8UttQncNX4HS3TKyTeF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f0b1f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rMBHmJkEDTiRm8UttQncNX4HS3TKyTeF > .row .container { background-color: transparent; background-image: none; }#rMBHmJkEDTiRm8UttQncNX4HS3TKyTeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMBHmJkEDTiRm8UttQncNX4HS3TKyTeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMBHmJkEDTiRm8UttQncNX4HS3TKyTeF > .row .container > .video-iframe-container { display: none; }#rMBHmJkEDTiRm8UttQncNX4HS3TKyTeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMBHmJkEDTiRm8UttQncNX4HS3TKyTeF > .row > .video-iframe-container { display: none; }#rMBHmJkEDTiRm8UttQncNX4HS3TKyTeF > .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); }#rMBHmJkEDTiRm8UttQncNX4HS3TKyTeF > .row .container { border-width: 0; border-radius: 0; }#rMBHmJkEDTiRm8UttQncNX4HS3TKyTeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMBHmJkEDTiRm8UttQncNX4HS3TKyTeF > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#QQpo1WZAXt5euFwUoheh2P70VB2ZQlxd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:40.4375rem;top:2.25rem;left:32.125rem;overflow:hidden;display:block; }
#VlfTZLCD97EAcvCuAln2Vv0s0GRhGp4i { box-sizing:content-box;height:21.1875rem;width:22.3125rem;position:absolute;display:block;z-index:15002;background-color:#191332;background-image:none;top:7.09375rem;left:1.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.0625rem solid #231d43;border-left:0.0625rem solid #231d43;border-right:0.0625rem solid #231d43;border-bottom:0.0625rem solid #231d43;display:block; }
#eWylMWrsPT955lAe4oIBJUsyNsEWzawM { color:#e9edfe;display:block;width:18.6875rem;position:absolute;font-family:"segoe ui";font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.9091796875rem;left:3.625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#B105TLMJ7xMEivvDBH2VEGncuWJGgR23 { box-sizing:content-box;height:3.8125rem;width:3.75rem;position:absolute;display:block;z-index:15003;background-color:#231d43;background-image:none;top:9.3125rem;left:3.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid #231d43;border-left:0.0625rem solid #231d43;border-right:0.0625rem solid #231d43;border-bottom:0.0625rem solid #231d43;display:block; }
#lTHv1aBtzi03OCC0sQ2F2JKfw8cO3eTN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:10.59375rem;left:4.875rem; }
#eMbl3s8nFUBPmlaawh6Tg3MPTk2saelM { color:#e9edfe;display:block;width:15.5rem;position:absolute;font-family:"segoe ui";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:2.3;letter-spacing:0;top:19.5625rem;left:5.375rem;height:4.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vrOMHSHRxxCfx5h3N5X8VQKheVwCOT7X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:20.15625rem;left:3.625rem; }
#Th12bnUPOhxtM6cbTIkiTblnCOI9QnGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:22.375rem;left:3.625rem; }
#M0tQ1SlRGhL4OIALEImkB8gJi5wnB5l0 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"segoe ui";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.625rem;left:1.75rem;display:block; }
#nWlmU2bD9yTKffyi3pvOpWlhETZfRqzv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f0b1f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .row .container { background-color: transparent; background-image: none; }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .row .container > .video-iframe-container { display: none; }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .row > .video-iframe-container { display: none; }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .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); }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .row .container { border-width: 0; border-radius: 0; }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#kWRbW8Dffs3DeVSpcbDO2mv6iIJ3ewL8 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:7.5rem;height:1.54345625rem;font-style:normal;display:none; }
#yW3e2ptnN3D2EtCD86Om6K0hcXyVlxU6 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:7.5rem;height:3.4121125rem;display:none; }
#sFrBaGCCD9i9INTNBAX6NkkkuXZ3DgO8 { color:#e9edfe;display:block;width:48rem;position:absolute;font-family:"segoe ui";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:12.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f0b1f, #1b193d);background-image: -moz-linear-gradient(180deg, #0f0b1f, #1b193d);background-image: -ms-linear-gradient(180deg, #0f0b1f, #1b193d);background-image: -o-linear-gradient(180deg, #0f0b1f, #1b193d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0b1f', endColorstr='#1b193d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0b1f', endColorstr='#1b193d' );";background-image: linear-gradient(180deg, #0f0b1f, #1b193d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .row .container { background-color: transparent; background-image: none; }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .row .container > .video-iframe-container { display: none; }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .row > .video-iframe-container { display: none; }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .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); }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .row .container { border-width: 0; border-radius: 0; }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#ToE5GiPObHnTTQryy9aghC1qo0HQdZIb { color:rgba(var(--color-primary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:13.13720703125rem;left:44.25rem;height:2.3994125rem;font-style:normal;display:none; }
#NHCL49mESMsSpshbXaMRls7wnwr8y00c { box-sizing:content-box;height:18.75rem;width:22.625rem;position:absolute;display:block;z-index:15002;background-color:#191332;background-image:none;top:3.4375rem;left:2rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.0625rem solid #231d43;border-left:0.0625rem solid #231d43;border-right:0.0625rem solid #231d43;border-bottom:0.0625rem solid #231d43;display:block; }
#GLWUMrUKnLg7SMMm9rK2annpwI5Df5Pm { color:#e9edfe;display:block;width:19.375rem;position:absolute;font-family:"segoe ui";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.375rem;left:4.0625rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#dMF0GWGtglxg2nCa981M7TUfbUHmwXhG { color:#e9edfe;display:block;width:21.125rem;position:absolute;font-family:"segoe ui";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.94970703125rem;left:3.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#ngrm3uoCCBw938sfPE29UxTKx2TyZHQR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.625rem;width:8.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:2.6875rem;left:4.0625rem; }
#AVzIOpDBrd0IllzJ7IunHIZhm4lUPtFz { box-sizing:content-box;height:18.75rem;width:22.625rem;position:absolute;display:block;z-index:15006;background-color:#191332;background-image:none;top:3.25rem;left:26.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.0625rem solid #231d43;border-left:0.0625rem solid #231d43;border-right:0.0625rem solid #231d43;border-bottom:0.0625rem solid #231d43;display:block; }
#L979gBevnS4N3do2uGz1ko3XPMkWTaFP { color:#e9edfe;display:block;width:21.125rem;position:absolute;font-family:"segoe ui";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.94970703125rem;left:28.5625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#qFF2lrUX4OHZMDdrFNEIs24huT8gJtJt { color:#e9edfe;display:block;width:19.375rem;position:absolute;font-family:"segoe ui";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.1875rem;left:28.5625rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#dq03yRGDmpLgdLdUhAT8RJqMXbziXQuK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.625rem;width:8.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:2.5rem;left:28.5625rem; }
#hhiBmHDMwfSkmF2aqETXO82xPBB4pi64 { box-sizing:content-box;height:18.75rem;width:22.625rem;position:absolute;display:block;z-index:15010;background-color:#191332;background-image:none;top:3.25rem;left:51.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.0625rem solid #231d43;border-left:0.0625rem solid #231d43;border-right:0.0625rem solid #231d43;border-bottom:0.0625rem solid #231d43;display:block; }
#tuanKGMrADHex4R5ZKDqpNLTBvh0Uk6G { color:#e9edfe;display:block;width:21.125rem;position:absolute;font-family:"segoe ui";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.94970703125rem;left:53.125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#c7LBTT7KmzqLx3mKS2vLNTg6EnVrAi3W { color:#e9edfe;display:block;width:19.375rem;position:absolute;font-family:"segoe ui";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.1875rem;left:53.125rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#olxtNNi5DN9OHRoW6hQnFIFr8aCA77oV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.625rem;width:8.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:2.5rem;left:53.125rem; }
#STEixhyBtyM3cP5ILJykPiKgnn1N2nPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b193d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#STEixhyBtyM3cP5ILJykPiKgnn1N2nPJ > .row .container { background-color: transparent; background-image: none; }#STEixhyBtyM3cP5ILJykPiKgnn1N2nPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STEixhyBtyM3cP5ILJykPiKgnn1N2nPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STEixhyBtyM3cP5ILJykPiKgnn1N2nPJ > .row .container > .video-iframe-container { display: none; }#STEixhyBtyM3cP5ILJykPiKgnn1N2nPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STEixhyBtyM3cP5ILJykPiKgnn1N2nPJ > .row > .video-iframe-container { display: none; }#STEixhyBtyM3cP5ILJykPiKgnn1N2nPJ > .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); }#STEixhyBtyM3cP5ILJykPiKgnn1N2nPJ > .row .container { border-width: 0; border-radius: 0; }#STEixhyBtyM3cP5ILJykPiKgnn1N2nPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STEixhyBtyM3cP5ILJykPiKgnn1N2nPJ > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;position:relative;display:block; }#VVgK1qq7fbkfTpXrtdPmTG9KLFFA6wP2 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.875rem;position:absolute;font-family:"segoe ui";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:12.0625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-form-header {  }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-regular-label { height:auto;display:block;font-family:"segoe ui";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.5625rem;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; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-text { border-top-left-radius:5.5625rem;border-top-right-radius:5.5625rem;border-bottom-left-radius:5.5625rem;border-bottom-right-radius:5.5625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #0f0b1f;border-left:0.0625rem solid #0f0b1f;border-right:0.0625rem solid #0f0b1f;border-bottom:0.0625rem solid #0f0b1f;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:21.5625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-text {padding-top: 0; padding-bottom: 0;}#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-textarea { border-top-left-radius:5.5625rem;border-top-right-radius:5.5625rem;border-bottom-left-radius:5.5625rem;border-bottom-right-radius:5.5625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #0f0b1f;border-left:0.0625rem solid #0f0b1f;border-right:0.0625rem solid #0f0b1f;border-bottom:0.0625rem solid #0f0b1f;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:21.5625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-select { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.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:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"segoe ui";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-select {padding-top: 0; padding-bottom: 0;}#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .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; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-button { border-top-left-radius:5.75rem;border-top-right-radius:5.75rem;border-bottom-left-radius:5.75rem;border-bottom-right-radius:5.75rem;background-color:#30c771;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.875rem;margin-bottom:0.25rem;margin-left:3.875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:13.75rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:"segoe ui";font-size:1rem; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:"segoe ui";font-size:1rem; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:"segoe ui";font-size:1rem; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:"segoe ui";font-size:1rem; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .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:dosis;line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal;float:none; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .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; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .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:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-container:first-of-type{padding-top:0;}#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-container:last-of-type{padding-bottom:0;}#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV  { 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:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.625rem;left:26.46875rem; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem;display:block;vertical-align:top; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-info-text { display:block;height:auto;font-family:dosis;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; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV {display:block;}#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV { 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:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.625rem;left:26.46875rem; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #TQbkguI0gdzpXNvp5LRDG454FrnInSXf { position:relative; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #E2SDELQSAxaJQB8q4vkNCeWLAKNQNSUh { position:relative;display:none; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #cg0elKQq1GoyiIrz19WSEHixlWpTeiTS { position:relative; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #DkmRTJvU8rOLqTMHI3GItzouKI9bXqEA { position:relative; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #NGg4K9ryAzZ7NZetsLapD59o2XE8GsbL { position:relative;display:none; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #FSzVODzXrfL7yCI6wu7skACf8rHuA0Zv { position:relative; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #qc3RTSpRNbPlFL8W1LvVun7WqkLqXUIE { position:relative; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #mWtX4gRFZ8f0b472iO1G3U7iWziahIAN { position:relative;display:none; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #cFSJqzENo5AZsIeTiNsuse42zJVWMHxQ { position:relative; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #tURSNCrFt1wQa50bCGNJvwb6RE0IXFcX { position:relative; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #HV7pwuUZssvK0rM43ANtNeqTv59ob9R1 { position:relative;display:none; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #Zz83XUzhQmR1s7XuJZ3xvytzHTnpwA25 { position:relative; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #DuRUZFgN0neTLs32eXBHxZB5um2VWoLN { position:relative; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #T6DfTDvUM2Tu1agzmOWxGwx2CgDphINf { position:relative;display:block; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #T9vSW3dSqxACPEqkydLmO1gRnPI6LuvG { position:relative; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #aTPedM4FU6xlghDWTuVFQlMNzceRR20g { position:relative; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #Q9xRLmp1xum9M3aTcygKrUJ6Zp6GTT5m { position:relative;display:block; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #rgAxgIIZTh54u1aluZl9oH3CuM7oTbwM { position:relative; }
#AEq4TRMJqaggqESSGXEV6uZJcwtWGVe6 { position:relative;display:block; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #BD3i5Alsoux6TIgiOT3dfoVhRTpGT2RG { position:relative; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #E7y1sIS9mpKnS4EzVhKoe1x2PGcmN6Eg { position:relative; }
#A0L7qxfwyQMzOdS8Ae8bRCCP7whXnAZE { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:"segoe ui";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.08740234375rem;left:21.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsNHKSTqpy2EfXNutgnQAssJUEsbFFP8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:7.5625rem;top:47.6875rem;left:33.71875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1cM4tKWNDVJeWQI5BIeLLC4GSn4LmmF { top:11.4375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzzV37LhKSnsTETCnDpBQFHh0JdTaOxB { top:20.875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5oQQUVCD6Xu7gFo0ICarq9GHmkuh3Oc { width:17.5rem;height:3.4375rem;top:30.6875rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETMTirdwnxOSlaJ3hW1HcM539O2sArIP { display:block; }
 }@media only screen and (max-width: 763px) { #AtT3bot0eB1kxUdqmu6H9K8foi9OBpU8 { top:24.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa9uBBUwfd0CwNoBsb5n3wEb4GR5xrZc { top:7.0625rem;left:0rem;width:20rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkqydQiOL6xKbQsfzCkKcGiy5rLNfMZy { top:6.1875rem;left:18.75rem;width:10.3125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIuVTHWiZauH4KGAaDRDvcere8DQqAhg { top:6.6875rem;left:21.875rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9X6TnuKIPSHDW5N91pOkm6IpBtzHrfT { top:6.875rem;left:20.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxdvBSz3rHxn8vswMTdzyNiHA1Ic8gOI { top:39.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVZ42osE0v0UTklxLO9tHP6BG1dv7QTu { width:8.6875rem;height:1.1875rem;top:39.3125rem;left:38.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI34FRnocJKAl9ZLVDyAVeklgJeE1f6H { top:39.4375rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tic21C5V8onGC5KHR8CkMniTiRSsP2PT { width:10.0625rem;height:1.1875rem;top:39.3125rem;left:37.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUF8KZQ2UkPp0i7a8ouXJL79TpDzzI7p { top:39.4375rem;left:12.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTQcrA7aCmdivy5V94arPkZhay9XE7LO { width:8.6875rem;height:1.1875rem;top:39.25rem;left:14.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgdOJlpX4SGOgEazITXpqVpsBU6aXlzt { top:39.4375rem;left:25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNO53KBIA5m0eVTeTDlqFwydtxG4HoTH { width:8.6875rem;height:1.1875rem;top:39.3125rem;left:26.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFnkBd1gkMZh5SslrlSpZMLtPy5X9hB2 { top:39.4375rem;left:36.5rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDwlwHMiB6NPVTPKDmkxJuItwIF6Brbw { width:20.25rem;height:1.1875rem;top:39.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVNP7AX4vydcMisw9EoO96FEm0MaHTsJ { top:8rem;left:0rem;width:20rem;height:9.375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PemiTtWNBfrIJelZaKeSfqIlIADP2aQz { display:block; }#PemiTtWNBfrIJelZaKeSfqIlIADP2aQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TutkTEblJ1HquGn4vbwksTsJ1NJZoNas { top:3.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4LoDJ2v3HTC1yTF7lmb0XRCchRUVts8 { top:2.5625rem;left:31.1875rem;width:5.5625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5ki7bqvKTL8UlgTaQ9osrI2Pf0pbg2u { top:8.125rem;left:3.875rem;width:33.8125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0kkJssyqSIDTGwofGTT7T6a7eZ5npmW { top:8.625rem;left:0rem;width:20rem;height:4.6875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CIyo9RvEGIua8MQP60qgdeRJeANyMGtB { display:block; }#CIyo9RvEGIua8MQP60qgdeRJeANyMGtB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwsrNbhiLtN2kpM364WAMXKR9biPBFZ3 { top:6.3125rem;left:0rem;width:15.875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofT6PWKvDoArzmyw4iDuooFByavhMo2t { top:12.5625rem;left:0rem;width:10.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIzdF6d7y032yUWz7THagcoh7V7NXcpb { top:16.625rem;left:0rem;width:13.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyvCQehHTMVxh9Fw7ZtAU0mMJpohhaq9 { top:7.4375rem;left:0rem;width:3.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pat9z8hFHXZaPSKosh1srs8tg2hnHLyr { top:6.25rem;left:7.875rem;width:15.875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTOLRvd3y8tI7zvZkX2ENnd9xTfFDa6 { top:16.5625rem;left:10.75rem;width:13.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HENLVsXMAQg1RZ3hXDxifrOI6vkBwcWF { top:12.5rem;left:10.125rem;width:13.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eixk2xRTmLSFaM2hTZAzyyAxddV6zMLT { top:7.375rem;left:11.9375rem;width:3.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2D9pQxoHippCdCQU1RGXDcuVMSJkbE4 { top:6.25rem;left:19.8125rem;width:15.875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S38s0AzAR2RQmTgEcWElLToDN4rZ5nAS { top:16.5625rem;left:22.6875rem;width:13.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWEFvVR1LTeQpB9QAKTIXZTQJ6xccD43 { top:12.5rem;left:23.875rem;width:10.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfoWtGTK041ZCTTaIeMKTOtIKb8U2Dpz { top:7.375rem;left:23.875rem;width:3.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9wkwZHdQf9gbKFmgK2FAZ5FNyIDK4Bi { top:6.25rem;left:31.75rem;width:15.875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ61WMbWdqFEPN8ZTQ9n2N1x6hQVQSFK { top:16.5625rem;left:34.625rem;width:13.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACb8TSZJTxG1681vEan8NHtlyhnulD3U { top:12.5rem;left:35.8125rem;width:10.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S54F3Zen8wlrRqi2zQ34BN8t2yqwbMsz { top:7.375rem;left:35.8125rem;width:3.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QavMyu7cx7dgTm8h1tFLiRmJbyxWwTUh { top:8.625rem;left:36.40625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk1BWhLguF1Z32QRcyixwHMdoJ2PZsG7 { top:8.6875rem;left:0.71875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIA0tnD1dTqT7OHyPt5TrUQfnlDXk7u3 { top:8.625rem;left:24.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2as2rsHOk0qSqvnGyyzimdOKOANbFKa { top:8.625rem;left:12.53125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbT60y7OK8pcdKsobqtoBTxrorekJotL { width:17.5rem;height:3.4375rem;top:28.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECZkPJJMTUv0GvMR9p6OHu1llNpcisma { display:block; }
 }@media only screen and (max-width: 763px) { #rMBHmJkEDTiRm8UttQncNX4HS3TKyTeF { display:block; }#rMBHmJkEDTiRm8UttQncNX4HS3TKyTeF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQpo1WZAXt5euFwUoheh2P70VB2ZQlxd { top:2.25rem;left:7.3125rem;width:40.4375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlfTZLCD97EAcvCuAln2Vv0s0GRhGp4i { top:7.0625rem;left:0rem;width:22.3125rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWylMWrsPT955lAe4oIBJUsyNsEWzawM { top:14.875rem;left:0rem;width:18.6875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B105TLMJ7xMEivvDBH2VEGncuWJGgR23 { top:9.3125rem;left:0rem;width:3.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTHv1aBtzi03OCC0sQ2F2JKfw8cO3eTN { top:10.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMbl3s8nFUBPmlaawh6Tg3MPTk2saelM { top:19.5625rem;left:0rem;width:15.5rem;height:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrOMHSHRxxCfx5h3N5X8VQKheVwCOT7X { top:20.125rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th12bnUPOhxtM6cbTIkiTblnCOI9QnGT { top:22.375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0tQ1SlRGhL4OIALEImkB8gJi5wnB5l0 { width:21.875rem;height:3.4375rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWlmU2bD9yTKffyi3pvOpWlhETZfRqzv { display:block; }
 }@media only screen and (max-width: 763px) { #tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP { display:block; }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWRbW8Dffs3DeVSpcbDO2mv6iIJ3ewL8 { top:4.9375rem;left:0rem;width:7.6875rem;height:1.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yW3e2ptnN3D2EtCD86Om6K0hcXyVlxU6 { top:1.5rem;left:0rem;width:6.4375rem;height:3.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFrBaGCCD9i9INTNBAX6NkkkuXZ3DgO8 { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCKJytK5654Eh1nWXAO01vzpw4QHnIVK { display:block; }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToE5GiPObHnTTQryy9aghC1qo0HQdZIb { top:13.125rem;left:30.625rem;width:12.875rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHCL49mESMsSpshbXaMRls7wnwr8y00c { top:3.4375rem;left:0rem;width:22.625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLWUMrUKnLg7SMMm9rK2annpwI5Df5Pm { top:10.375rem;left:0rem;width:19.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMF0GWGtglxg2nCa981M7TUfbUHmwXhG { top:17.9375rem;left:0rem;width:21.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngrm3uoCCBw938sfPE29UxTKx2TyZHQR { top:2.6875rem;left:0rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVzIOpDBrd0IllzJ7IunHIZhm4lUPtFz { top:3.25rem;left:12.875rem;width:22.625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L979gBevnS4N3do2uGz1ko3XPMkWTaFP { top:17.9375rem;left:14.9375rem;width:21.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFF2lrUX4OHZMDdrFNEIs24huT8gJtJt { top:10.1875rem;left:14.9375rem;width:19.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq03yRGDmpLgdLdUhAT8RJqMXbziXQuK { top:2.5rem;left:14.9375rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhiBmHDMwfSkmF2aqETXO82xPBB4pi64 { top:3.25rem;left:25rem;width:22.625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuanKGMrADHex4R5ZKDqpNLTBvh0Uk6G { top:17.9375rem;left:26.625rem;width:21.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7LBTT7KmzqLx3mKS2vLNTg6EnVrAi3W { top:10.1875rem;left:28.375rem;width:19.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olxtNNi5DN9OHRoW6hQnFIFr8aCA77oV { top:2.5rem;left:39.125rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STEixhyBtyM3cP5ILJykPiKgnn1N2nPJ { display:block; }#STEixhyBtyM3cP5ILJykPiKgnn1N2nPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVgK1qq7fbkfTpXrtdPmTG9KLFFA6wP2 { top:2.5rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-text {padding-top: 0; padding-bottom: 0;}#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-select {padding-top: 0; padding-bottom: 0;}#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.875rem; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV  { width:21.5625rem;height:auto;top:14.625rem;left:12.84375rem; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV {display:block;}#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV { width:21.5625rem;height:auto;top:14.625rem;left:12.84375rem; }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #TQbkguI0gdzpXNvp5LRDG454FrnInSXf {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #E2SDELQSAxaJQB8q4vkNCeWLAKNQNSUh { display:block; }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #cg0elKQq1GoyiIrz19WSEHixlWpTeiTS {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #DkmRTJvU8rOLqTMHI3GItzouKI9bXqEA {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #NGg4K9ryAzZ7NZetsLapD59o2XE8GsbL { display:block; }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #FSzVODzXrfL7yCI6wu7skACf8rHuA0Zv {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #qc3RTSpRNbPlFL8W1LvVun7WqkLqXUIE {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #mWtX4gRFZ8f0b472iO1G3U7iWziahIAN { display:block; }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #cFSJqzENo5AZsIeTiNsuse42zJVWMHxQ {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #tURSNCrFt1wQa50bCGNJvwb6RE0IXFcX {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #HV7pwuUZssvK0rM43ANtNeqTv59ob9R1 {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #Zz83XUzhQmR1s7XuJZ3xvytzHTnpwA25 {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #DuRUZFgN0neTLs32eXBHxZB5um2VWoLN {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #T6DfTDvUM2Tu1agzmOWxGwx2CgDphINf {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #T9vSW3dSqxACPEqkydLmO1gRnPI6LuvG {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #aTPedM4FU6xlghDWTuVFQlMNzceRR20g {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #Q9xRLmp1xum9M3aTcygKrUJ6Zp6GTT5m {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #rgAxgIIZTh54u1aluZl9oH3CuM7oTbwM {  }
 }@media only screen and (max-width: 763px) { #AEq4TRMJqaggqESSGXEV6uZJcwtWGVe6 { display:block; }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #BD3i5Alsoux6TIgiOT3dfoVhRTpGT2RG {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #E7y1sIS9mpKnS4EzVhKoe1x2PGcmN6Eg {  }
 }@media only screen and (max-width: 763px) { #A0L7qxfwyQMzOdS8Ae8bRCCP7whXnAZE { top:12.0625rem;left:8rem;width:31.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsNHKSTqpy2EfXNutgnQAssJUEsbFFP8 { top:47.6875rem;left:20.09375rem;width:7.5625rem;height:2rem;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:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1cM4tKWNDVJeWQI5BIeLLC4GSn4LmmF { width:20rem;height:0;top:8.30078125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DzzV37LhKSnsTETCnDpBQFHh0JdTaOxB { width:20rem;height:2.92480625rem;top:21.68701171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t5oQQUVCD6Xu7gFo0ICarq9GHmkuh3Oc { width:20rem;height:3.4375rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETMTirdwnxOSlaJ3hW1HcM539O2sArIP { display:block; }
 }@media only screen and (max-width: 763px) { #AtT3bot0eB1kxUdqmu6H9K8foi9OBpU8 { width:20rem;height:3.89941875rem;top:25.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qa9uBBUwfd0CwNoBsb5n3wEb4GR5xrZc { width:20rem;height:0;top:15.37451171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #RkqydQiOL6xKbQsfzCkKcGiy5rLNfMZy { width:10.3125rem;height:2.25rem;top:4.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIuVTHWiZauH4KGAaDRDvcere8DQqAhg { width:5.6875rem;height:1.29980625rem;top:4.75rem;left:8rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9X6TnuKIPSHDW5N91pOkm6IpBtzHrfT { display:flex;width:0.9375rem;height:0.9375rem;top:4.9375rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #QxdvBSz3rHxn8vswMTdzyNiHA1Ic8gOI { display:flex;width:0.9375rem;height:0.9375rem;top:40rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #SVZ42osE0v0UTklxLO9tHP6BG1dv7QTu { width:8.6875rem;height:1.21875rem;top:47.125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI34FRnocJKAl9ZLVDyAVeklgJeE1f6H { display:flex;width:0.9375rem;height:0.9375rem;top:53.1875rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #tic21C5V8onGC5KHR8CkMniTiRSsP2PT { width:10.0625rem;height:1.21875rem;top:53.0625rem;left:5.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUF8KZQ2UkPp0i7a8ouXJL79TpDzzI7p { display:flex;width:0.9375rem;height:0.9375rem;top:44.375rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #VTQcrA7aCmdivy5V94arPkZhay9XE7LO { width:8.6875rem;height:1.21875rem;top:44.25rem;left:5.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgdOJlpX4SGOgEazITXpqVpsBU6aXlzt { display:flex;width:0.9375rem;height:0.9375rem;top:50.25rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #BNO53KBIA5m0eVTeTDlqFwydtxG4HoTH { width:8.6875rem;height:1.21875rem;top:50.125rem;left:6rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFnkBd1gkMZh5SslrlSpZMLtPy5X9hB2 { display:flex;width:0.9375rem;height:0.9375rem;top:47.25rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #FDwlwHMiB6NPVTPKDmkxJuItwIF6Brbw { width:20rem;height:2.4375rem;top:39.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVNP7AX4vydcMisw9EoO96FEm0MaHTsJ { width:20rem;height:9.4238125rem;top:9.17578125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PemiTtWNBfrIJelZaKeSfqIlIADP2aQz { display:block; }#PemiTtWNBfrIJelZaKeSfqIlIADP2aQz > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TutkTEblJ1HquGn4vbwksTsJ1NJZoNas { width:20rem;height:0;top:3.18701171875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #N4LoDJ2v3HTC1yTF7lmb0XRCchRUVts8 { width:3.375rem;height:2.5625rem;top:2.68701171875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5ki7bqvKTL8UlgTaQ9osrI2Pf0pbg2u { width:20rem;height:2.76171875rem;top:7.81201171875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S0kkJssyqSIDTGwofGTT7T6a7eZ5npmW { width:18.3125rem;height:4.2246125rem;top:2.99951171875rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #CIyo9RvEGIua8MQP60qgdeRJeANyMGtB { display:block; }#CIyo9RvEGIua8MQP60qgdeRJeANyMGtB > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwsrNbhiLtN2kpM364WAMXKR9biPBFZ3 { width:15.875rem;height:16.25rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofT6PWKvDoArzmyw4iDuooFByavhMo2t { width:10.3125rem;height:2.92480625rem;top:7.5rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OIzdF6d7y032yUWz7THagcoh7V7NXcpb { width:13.125rem;height:3.41161875rem;top:11.5625rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RyvCQehHTMVxh9Fw7ZtAU0mMJpohhaq9 { width:3.75rem;height:3.8125rem;top:2.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pat9z8hFHXZaPSKosh1srs8tg2hnHLyr { width:15.875rem;height:16.25rem;top:18.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTOLRvd3y8tI7zvZkX2ENnd9xTfFDa6 { width:13.125rem;height:3.41161875rem;top:29.1875rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HENLVsXMAQg1RZ3hXDxifrOI6vkBwcWF { width:13.75rem;height:2.92480625rem;top:25.125rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eixk2xRTmLSFaM2hTZAzyyAxddV6zMLT { width:3.75rem;height:3.8125rem;top:20rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2D9pQxoHippCdCQU1RGXDcuVMSJkbE4 { width:15.875rem;height:16.25rem;top:41.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S38s0AzAR2RQmTgEcWElLToDN4rZ5nAS { width:13.125rem;height:3.41161875rem;top:51.5rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GWEFvVR1LTeQpB9QAKTIXZTQJ6xccD43 { width:10.3125rem;height:2.92480625rem;top:47.4375rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PfoWtGTK041ZCTTaIeMKTOtIKb8U2Dpz { width:3.75rem;height:3.8125rem;top:42.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9wkwZHdQf9gbKFmgK2FAZ5FNyIDK4Bi { width:15.875rem;height:16.25rem;top:58.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ61WMbWdqFEPN8ZTQ9n2N1x6hQVQSFK { width:13.125rem;height:3.41161875rem;top:69.125rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ACb8TSZJTxG1681vEan8NHtlyhnulD3U { width:10.3125rem;height:2.9248rem;top:65.0625rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S54F3Zen8wlrRqi2zQ34BN8t2yqwbMsz { width:3.75rem;height:3.8125rem;top:59.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QavMyu7cx7dgTm8h1tFLiRmJbyxWwTUh { display:flex;width:1.5rem;height:1.5rem;top:61.21875rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #mk1BWhLguF1Z32QRcyixwHMdoJ2PZsG7 { display:flex;width:1.375rem;height:1.375rem;top:3.65625rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #yIA0tnD1dTqT7OHyPt5TrUQfnlDXk7u3 { display:flex;width:1.5625rem;height:1.5625rem;top:43.5625rem;left:4.71875rem; }
 }@media only screen and (max-width: 763px) { #s2as2rsHOk0qSqvnGyyzimdOKOANbFKa { display:flex;width:1.5rem;height:1.5rem;top:21.28125rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #xbT60y7OK8pcdKsobqtoBTxrorekJotL { width:20rem;height:3.4375rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECZkPJJMTUv0GvMR9p6OHu1llNpcisma { display:block; }
 }@media only screen and (max-width: 763px) { #rMBHmJkEDTiRm8UttQncNX4HS3TKyTeF { display:block; }#rMBHmJkEDTiRm8UttQncNX4HS3TKyTeF > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQpo1WZAXt5euFwUoheh2P70VB2ZQlxd { width:20rem;height:12.890125rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlfTZLCD97EAcvCuAln2Vv0s0GRhGp4i { width:19.875rem;height:7.3125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWylMWrsPT955lAe4oIBJUsyNsEWzawM { width:18.6875rem;height:0;top:9.0654296875rem;left:1.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #B105TLMJ7xMEivvDBH2VEGncuWJGgR23 { width:3.75rem;height:3.8125rem;top:3.46875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTHv1aBtzi03OCC0sQ2F2JKfw8cO3eTN { display:flex;width:1.375rem;height:1.375rem;top:4.75rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMbl3s8nFUBPmlaawh6Tg3MPTk2saelM { width:15.5rem;height:4.3125rem;top:4.6875rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vrOMHSHRxxCfx5h3N5X8VQKheVwCOT7X { display:flex;width:1rem;height:1rem;top:5.25rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #Th12bnUPOhxtM6cbTIkiTblnCOI9QnGT { display:flex;width:1rem;height:1rem;top:7.5rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #M0tQ1SlRGhL4OIALEImkB8gJi5wnB5l0 { width:19rem;height:3.4375rem;top:27.327125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWlmU2bD9yTKffyi3pvOpWlhETZfRqzv { display:block; }
 }@media only screen and (max-width: 763px) { #tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP { background-color:#0f0b1f;background-image:none;display:block; }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .row .container { background-color: transparent; background-image: none; }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .row .container > .video-iframe-container { display: none; }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .row > .video-iframe-container { display: none; }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .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); }#tNTqgIm9X7T4SNRVJ51JNBoB0VoCA1VP > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWRbW8Dffs3DeVSpcbDO2mv6iIJ3ewL8 { width:7.6875rem;height:0;top:10.0625rem;left:12.3125rem;font-size:0.9375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #yW3e2ptnN3D2EtCD86Om6K0hcXyVlxU6 { width:6.4375rem;height:0;top:12.0625rem;left:8.3125rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #sFrBaGCCD9i9INTNBAX6NkkkuXZ3DgO8 { width:16.375rem;height:4.2246125rem;top:1.49267578125rem;left:1.8125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCKJytK5654Eh1nWXAO01vzpw4QHnIVK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f0b1f, #1b193d);background-image: -moz-linear-gradient(180deg, #0f0b1f, #1b193d);background-image: -ms-linear-gradient(180deg, #0f0b1f, #1b193d);background-image: -o-linear-gradient(180deg, #0f0b1f, #1b193d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0b1f', endColorstr='#1b193d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0b1f', endColorstr='#1b193d' );";background-image: linear-gradient(180deg, #0f0b1f, #1b193d);background-size:auto !important;display:block; }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .row .container { background-color: transparent; background-image: none; }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .row .container > .video-iframe-container { display: none; }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .row > .video-iframe-container { display: none; }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .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); }#vCKJytK5654Eh1nWXAO01vzpw4QHnIVK > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToE5GiPObHnTTQryy9aghC1qo0HQdZIb { width:12.875rem;height:0;top:12.25rem;left:5.4375rem;font-size:0.8125rem;z-index:15048;display:none; }
 }@media only screen and (max-width: 763px) { #NHCL49mESMsSpshbXaMRls7wnwr8y00c { width:19.875rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLWUMrUKnLg7SMMm9rK2annpwI5Df5Pm { width:19.375rem;height:6.499rem;top:8.1875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dMF0GWGtglxg2nCa981M7TUfbUHmwXhG { width:12.6875rem;height:2.5996125rem;top:15.82470703125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ngrm3uoCCBw938sfPE29UxTKx2TyZHQR { display:flex;width:8.625rem;height:8.625rem;top:0.625rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #AVzIOpDBrd0IllzJ7IunHIZhm4lUPtFz { width:19.875rem;height:18.75rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L979gBevnS4N3do2uGz1ko3XPMkWTaFP { width:16.875rem;height:2.5996125rem;top:36.13720703125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qFF2lrUX4OHZMDdrFNEIs24huT8gJtJt { width:19.375rem;height:6.499rem;top:28.3125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dq03yRGDmpLgdLdUhAT8RJqMXbziXQuK { display:flex;width:8.625rem;height:8.625rem;top:20.125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #hhiBmHDMwfSkmF2aqETXO82xPBB4pi64 { width:19.875rem;height:18.75rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuanKGMrADHex4R5ZKDqpNLTBvh0Uk6G { width:16.5625rem;height:2.5996125rem;top:56.19970703125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c7LBTT7KmzqLx3mKS2vLNTg6EnVrAi3W { width:19.375rem;height:5.19921875rem;top:48.4375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #olxtNNi5DN9OHRoW6hQnFIFr8aCA77oV { display:flex;width:8.625rem;height:8.625rem;top:40.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #STEixhyBtyM3cP5ILJykPiKgnn1N2nPJ { display:block; }#STEixhyBtyM3cP5ILJykPiKgnn1N2nPJ > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVgK1qq7fbkfTpXrtdPmTG9KLFFA6wP2 { width:20rem;height:6.25rem;top:2.21337890625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-text {padding-top: 0; padding-bottom: 0;}#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-select {padding-top: 0; padding-bottom: 0;}#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-input-button { width:11.1875rem;margin-top:0.25rem;margin-right:3.125rem;margin-bottom:0.25rem;margin-left:3.125rem;font-size:1.125rem;overflow:hidden; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-weight:400;font-style:normal; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV  { width:17.5rem;height:auto;top:12.486328125rem;left:0rem; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV {display:block;}#aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV { width:17.5rem;height:auto;top:12.486328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #TQbkguI0gdzpXNvp5LRDG454FrnInSXf {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #E2SDELQSAxaJQB8q4vkNCeWLAKNQNSUh { display:none; }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #cg0elKQq1GoyiIrz19WSEHixlWpTeiTS {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #DkmRTJvU8rOLqTMHI3GItzouKI9bXqEA {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #NGg4K9ryAzZ7NZetsLapD59o2XE8GsbL { display:none; }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #FSzVODzXrfL7yCI6wu7skACf8rHuA0Zv {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #qc3RTSpRNbPlFL8W1LvVun7WqkLqXUIE {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #mWtX4gRFZ8f0b472iO1G3U7iWziahIAN { display:none; }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #cFSJqzENo5AZsIeTiNsuse42zJVWMHxQ {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #tURSNCrFt1wQa50bCGNJvwb6RE0IXFcX {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #HV7pwuUZssvK0rM43ANtNeqTv59ob9R1 {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #Zz83XUzhQmR1s7XuJZ3xvytzHTnpwA25 {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #DuRUZFgN0neTLs32eXBHxZB5um2VWoLN {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #T6DfTDvUM2Tu1agzmOWxGwx2CgDphINf {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #T9vSW3dSqxACPEqkydLmO1gRnPI6LuvG {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #aTPedM4FU6xlghDWTuVFQlMNzceRR20g {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #Q9xRLmp1xum9M3aTcygKrUJ6Zp6GTT5m {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #rgAxgIIZTh54u1aluZl9oH3CuM7oTbwM {  }
 }@media only screen and (max-width: 763px) { #AEq4TRMJqaggqESSGXEV6uZJcwtWGVe6 { display:block; }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #BD3i5Alsoux6TIgiOT3dfoVhRTpGT2RG {  }
 }@media only screen and (max-width: 763px) { #aNfKaovkUTnpRXllwhKHXSyfQnIUqlNV #E7y1sIS9mpKnS4EzVhKoe1x2PGcmN6Eg {  }
 }@media only screen and (max-width: 763px) { #A0L7qxfwyQMzOdS8Ae8bRCCP7whXnAZE { width:20rem;height:2.4375rem;top:9.400390625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsNHKSTqpy2EfXNutgnQAssJUEsbFFP8 { width:7.5625rem;height:2rem;top:43.486328125rem;left:6.21875rem;display:block; }
 }