.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v { background-color:#1c1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { background-color: transparent; background-image: none; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container > .video-iframe-container { display: none; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row > .video-iframe-container { display: none; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .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); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { border-width: 0; border-radius: 0; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { font-size:0.875rem;font-family:comfortaa;height:57.875rem;width:75rem;overflow:visible;position:relative;display:block; }#T2wl42DD74Oc2Obv7rnA1ETkC4rlKmHh { color:#ffffff;display:block;width:43.3125rem;position:absolute;font-family:comfortaa;font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:14.25rem;left:1.21875rem;height:8.660125rem;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;display:block; }
#VoH1cg0TEL3m0BssZiOqJuPfiLNFiW7d { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:36.1875rem;width:25.9375rem;top:12.1875rem;left:45.375rem;display:block; }
#a61aSxzHO2aDFkg5xE2u12NH0K0OoaUM { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:41.1875rem;display:block; }
#EHuyDmmTThTKuEp5VWH6DGVDNAcfk34v { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:43.5625rem;display:block; }
#WTbstccfXgVslbeO2EvJmqTMgVEgbm6T { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:48.3125rem;display:block; }
#mMnEraGv3ko6lIbfsQykV0wrJwMANVHf { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:45.9375rem;display:block; }
#JvGoeeGlUTXvee4ACsimOSgSgsWnp1uJ { position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(92,74,182,0.4));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(92,74,182,0.4));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(92,74,182,0.4));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(92,74,182,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5c4ab666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5c4ab666' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(92,74,182,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:11.125rem;top:12.0625rem;left:60.3125rem;display:block; }
#Fa4mbdxc8wZlEGvWJy4RSyIk3yZK9dWw { position:absolute;display:block;z-index:15074;background-color:#383548;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:37.1875rem;left:39.375rem;display:block; }
#SNWSf7QLvQUXdkTMIynLpUhdCDsPZtTt { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:comfortaa;font-size:1.625rem;font-weight:400;z-index:15075;line-height:1.6;letter-spacing:0;top:39.25rem;left:39.0625rem;height:5.19921875rem;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;text-align:center;text-align-last:center;display:block; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-form-header {  }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-regular-label { height:auto;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;color:#ffffff;width:25rem;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;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:comfortaa;vertical-align:top; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-text {padding-top: 0; padding-bottom: 0;}#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:comfortaa;vertical-align:top; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;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:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:comfortaa;font-size:1rem;overflow:hidden;vertical-align:top; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-select {padding-top: 0; padding-bottom: 0;}#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .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; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#7a62f3;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#1c1b24;width:25rem;height:3.4375rem;font-family:comfortaa;overflow:hidden; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .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:comfortaa;line-height:1.3;font-size:0.6875rem;font-weight:400;color:#ffffff;vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;float:none; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .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; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:comfortaa;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-container:first-of-type{padding-top:0;}#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-container:last-of-type{padding-bottom:0;}#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:30.2998046875rem;left:0rem; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-info-text { display:block;height:auto;font-family:comfortaa;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK {display:block;}#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:30.2998046875rem;left:0rem; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #nB3dQhp40hobVvdLPLnpEtn0X3sKOBO0 { position:relative; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #DzCqvbTDdaUReDzNWwBJX8vc8duaJ3AO { position:relative;display:none; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #IkraTioIpUbbwd3iLxfdGbhiHCZiXlfC { position:relative; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #aW0aqIHqIGTI92IPtZspRmkBPKVWdnfg { position:relative; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #A3VzVshDTTKB40ZlEqb7PhgzdbDvlEtB { position:relative;display:none; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #rsdNhNLyvLlktiuX6cPapT4nq2UO9Ox4 { position:relative; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #BT9rcpU9bOprHDK2HK1w4512Pbqq1LLR { position:relative; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #iW9lar1fDDXpirKzyKLL31sXZqpJ51Qw { position:relative;z-index:2; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #KWTPhmTtnngbU3eQPIBblNIlK2v5T4vF { position:relative; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #CfFmsZIuCtTJwMor227GRI99RRRHuHDm { position:relative; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #lepiEIyT9fiexBqw2b6Ccq4r8JtMSITS { position:relative; }
#hKfpseV0UgRIQ5MrCxzyiNZpHrDgMvss { color:#b5b5b5;display:block;width:37.3125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:23.1875rem;left:1.21875rem;height:6.796875rem;display:block; }
#pOKM3EQJF7sJRuQBQmh0b59V9k9JXVpT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:8.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#fNPRubhOuqbA93TBVHApJFqozFynUUkh { position:absolute;display:block;z-index:14997;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:36.4375rem;width:25.75rem;top:12.375rem;left:45.375rem;overflow:hidden;display:block; }
#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc.adaptive-delivery-prevent-bg, #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc.lazyload, #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc.lazyloading { background-image: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { background-color: transparent; background-image: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.9); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container > .video-iframe-container { display: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.9); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row > .video-iframe-container { display: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .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); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { border-width: 0; border-radius: 0; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { font-size:0.875rem;font-family:comfortaa;height:41.875rem;width:75rem;position:relative;display:block; }#Tw1STw1J0QXz8Dul4RyqIWA4SvJTbJmB { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#wl6TroaJ2SXoeTmWT3DXuorwPzRbl4v1 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#iOi5T3UxWLADck7v5JWl7d5yvsLX8Lbx { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#yrsTU0LAtVUZUNn8xg8X9LScAGfwtgfT { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#r1zBezKCtRz0CzAL7azA3WTkJ4N6pypz { color:#7a62f3;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LOdJQdRfz2SwmhCStwxVxrWI59MEcT5w { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.625rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dgAcrhZ8aDnCMWksXMCLzJTApQLpdxPi { position:absolute;display:block;z-index:15023;background-color:#1c1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:15.25rem;left:53.75rem;display:block; }
#fkpHqDOEbKeErcD9VcJGtAO7M1xaTzRB { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.125rem;left:55.625rem; }
#Bu2IoBUNmZgxUFPPIIaTWVz95RwIuTpq { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.1875rem;left:55.625rem;height:2.55060625rem;font-style:normal;display:block; }
#hTCbqOfvcxOfaMGTBQFHaFBB0JW2np0d { position:absolute;display:block;z-index:15019;background-color:#1c1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:15.25rem;left:26.875rem;display:block; }
#q7E8prKxnivPPvp3x4pEKfv9682ELTmM { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20.1875rem;left:28.75rem;height:3.8984375rem;font-style:normal;display:block; }
#zSe1oIgSBlzXdNNdC4EcHmlGZi4lhRXO { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.125rem;left:55.625rem;height:8.496125rem;font-style:normal;display:block; }
#cTRGazlDAd3wty2zJchzC7h5H394oAFR { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:24.875rem;left:28.75rem;height:6.796875rem;font-style:normal;display:block; }
#lCQJqbTuqXv1JJrcimvhkOU5DnkxdQ7F { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.125rem;left:28.75rem; }
#OnuneLh3Eb61onTTaunfvnZZV3B1dKGv { position:absolute;display:block;z-index:15015;background-color:#1c1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:15.25rem;left:0rem;display:block; }
#fS2Uh1HRrxotVR3NgvSHM9QzheJA588Z { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.1875rem;left:1.875rem;height:2.55060625rem;font-style:normal;display:block; }
#kzAIMnsr8s0Sl4ARFmMJRwWHr2rXhJlG { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.125rem;left:1.875rem;height:8.496125rem;font-style:normal;display:block; }
#rPrMoTg0PaCLOTTb1Wp0mV0WvvsGr4kZ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.125rem;left:1.875rem; }
#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe.adaptive-delivery-prevent-bg, #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe.lazyload, #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe.lazyloading { background-image: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { background-color: transparent; background-image: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,98,243,0.8); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container > .video-iframe-container { display: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,98,243,0.8); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row > .video-iframe-container { display: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .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); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { border-width: 0; border-radius: 0; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { font-size:0.875rem;font-family:comfortaa;height:37.5rem;width:75rem;position:relative;display:block; }#eKwIpAMKKfPtT0JhKeCKATKiZ9rGuBq2 { color:#ffffff;display:block;width:55rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:12.625rem;left:10rem;height:;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;text-align:center;text-align-last:center;display:block; }
#Zql8GWaIm6roTlM2OATcKw0GDgTLxfTW { color:#ffffff;display:block;width:55rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:16.900390625rem;left:10rem;height:3.82421875rem;text-align:center;text-align-last:center;display:block; }
#Qdphw5xkbDeLXPu41fsIUPAylpvyRFLi { background-color:#7a62f3;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.5rem;left:31.125rem;display:block; }
#NTS05Wu3f4mEPkfIk9xmnDIOXsupH1tR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OoBKJ3hv9wKN3WNuLdKlzDTukdmQzcvL { position:absolute;display:block;z-index:15001;background-color:#1c1b24;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:60rem;top:8.125rem;left:7.5rem;display:block; }
#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161519;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; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { background-color: transparent; background-image: none; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container > .video-iframe-container { display: none; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row > .video-iframe-container { display: none; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .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); }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { border-width: 0; border-radius: 0; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { font-size:0.875rem;font-family:comfortaa;height:50rem;width:75rem;position:relative;display:block; }#DnJuysBEkP7iUC39pDcrRg8kmAaQt2T9 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:7.0625rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XNNaLOCZtBvzBVUHleLZFZHWKo0wNZQQ { color:#7a62f3;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:5.375rem;left:0rem;height:1.69921875rem;font-style:normal;display:block; }
#HTrbzli4WW2ZN0chcTIC9mGd4sayD8f5 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#rKaTLMhLR43cITPI9vMH9AWB8u4c4uPD { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#fWDIaM4Pt9BV132PKW4y3rpi34Q55ITR { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#SSiM9USzgHD8HQADweBfAFHFTSPPOWgT { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#SyTBi7aO4kkkwVqhhy8NJGrJ7DLBzz1b { color:#ffffff;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:29.3125rem;left:41.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#MsBJxT1QTFHWTASLMoLUnMLOmUyIXBAl { color:#ededed;display:block;width:21.8125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:31.75rem;left:41.4375rem;height:11.8945rem;font-style:normal;display:block; }
#hdgmxTLlrhgOZip3fsIPJTNpeCB7HXcT { box-sizing:content-box;color:#5d92ff;font-size:1rem;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:15020;opacity:1;top:27.25rem;left:41.4375rem; }
#vqoFd7gPKaFGEFhIpgQ2e63IIT8U36NL { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:15.25rem;left:41.1875rem;height:10.1953125rem;font-style:normal;display:block; }
#S1JDRSWWBAVmI3LMl8mgWOSwPMX7Z81f { color:#ffffff;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:12.8125rem;left:41.1875rem;height:1.9121125rem;font-style:normal;display:block; }
#Sbs075lB9y036QayOAI8XFbNlrUGPefd { box-sizing:content-box;color:#5d92ff;font-size:1rem;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:15023;opacity:1;top:10.75rem;left:41.1875rem; }
#D9cvRab1yvWKFfgAmWyEtBNezhgSS1CQ { color:#b5b5b5;display:block;width:36.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:12.3125rem;left:0rem;height:32.2851875rem;display:block; }
#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;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:none; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { border-width: 0; border-radius: 0; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { font-size:0.875rem;font-family:comfortaa;height:58.125rem;width:75rem;position:relative;display:none; }#pbTZFxmAQezDTCCg7CH5IHQLSUtEb8lC { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:15.3125rem;left:0rem;display:block; }
#BUxsxqlW0XQnarFQGdTdiBu5i75f9vG4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:19.875rem;left:2.5rem; }
#aWEb0kqbtNyJShGM72QwH9dgXdUkuJW8 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:22.9375rem;left:2.5rem;height:2.54980625rem;font-style:normal;display:block; }
#Fyn48s1oLnBNoG3zBxqZNd998W4309t0 { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:26.125rem;left:2.5rem;height:3.3984375rem;font-style:normal;display:block; }
#K2oy51mbtNJwlceWRW3ixlc6hxa3F8Vs { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(288deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(288deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(288deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(288deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );";background-image: linear-gradient(288deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:15.3125rem;left:37.5rem;display:block; }
#fTw09vZvxJrZzXmf98oy32uNbRn32ukZ { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:26.125rem;left:40rem;height:3.3984375rem;font-style:normal;display:block; }
#disOiVK2uW3Zs3axAp5aWdyPoxzWRTTr { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.875rem;left:40rem; }
#VGLFo4uZV1Mm4K5ZcS5u1RoM6fLAPIGt { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:22.9375rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#w7aVeU0OxHOScwi2cy0f64ItQZT1rU44 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(351deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(351deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(351deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );";background-image: linear-gradient(351deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:34.0625rem;left:0rem;display:block; }
#kiUQBTQRWni9FFxoF23fKWBTC15UttZG { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:44.875rem;left:2.5rem;height:3.3984375rem;font-style:normal;display:block; }
#EvyuVh9BMN6mh22axmSSGaSiLvxvvmGk { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:38.625rem;left:2.5rem; }
#I9dLAC6ad0ea8FgVxs1RXufcg0wceTXO { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:41.6875rem;left:2.5rem;height:2.54980625rem;font-style:normal;display:block; }
#ATI8rPTfEI3GkLbnS7VgnTDRcMyvSMMo { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(120deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(120deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(120deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );";background-image: linear-gradient(120deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:34.0625rem;left:37.5rem;display:block; }
#Sw3XD6IaaVM4ITh38RZR63ybS9nTc5Fx { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:44.875rem;left:40rem;height:3.3984375rem;font-style:normal;display:block; }
#PHLPe9BTovuUa83DMCcweUUL8KfQDmmb { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:41.6875rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#okfUMypUD974uJDF2UxICgNTbk691c56 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:38.625rem;left:40rem; }
#SQimVyg9PQgHBXqVgTQsmMiG53DOUeQc { color:#7a62f3;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:6.25rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MNJARixfvCe1ROA83xIbsZdLNXELTWkk { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#waqCyu1Eq2i3qqfCTWrk2JGK3sheINfn { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#BU8VvM15bGOhEy7XyFL991TtO1L0oQnL { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#IMBOeDgJElZtlkohIKqTAe0ZCDVGi1kJ { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#P736Zp0zZ3TTR6ZTZkw7V2NkbsNeEPxr { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p { background-color:#1c1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row .container { background-color: transparent; background-image: none; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row .container > .video-iframe-container { display: none; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row > .video-iframe-container { display: none; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .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); }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row .container { border-width: 0; border-radius: 0; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row .container { font-size:0.875rem;font-family:comfortaa;height:46.875rem;width:75rem;overflow:visible;position:relative;display:block; }#evnnUnpMouBVMNTTmDmMi9b5Tt14XuPf { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:11.5625rem;left:6.6875rem;height:6.2996875rem;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;display:block; }
#rUhCAEb8BkG4cHwi3VxAgdr9r3ul9SGw { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:41.25rem;display:block; }
#c8olx3UDtyJZBoeReA8WaDyHHFDgm3zU { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:43.625rem;display:block; }
#omJuiI1plD5C0zttApclxDTxZQURff6L { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:48.375rem;display:block; }
#rIrxJ3r5VqkGDgGtpvx1TJkAg8qL1zsd { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:46rem;display:block; }
#DLe0CEESB5MXNP7ZouG10TRbhmHUik6o { color:#b5b5b5;display:block;width:28.8125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:18.5rem;left:6.6875rem;height:5.09765625rem;display:block; }
#DwaaFRa9V6TtS73iNKf9OoVHF18a7HZ7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:26.6875rem;top:11.5625rem;left:44.125rem;overflow:hidden;display:block; }
#gNvGHldR5TcCqkZv8dD02U6HMCabC3bk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:36.3125rem;top:16.15625rem;left:38.6875rem;overflow:hidden;display:block; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-form-header {  }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-regular-label { height:auto;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;color:#ffffff;width:25rem;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;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:comfortaa;vertical-align:top; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:comfortaa;vertical-align:top; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;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:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:comfortaa;font-size:1rem;overflow:hidden;vertical-align:top; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .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; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#7a62f3;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#1c1b24;width:25rem;height:3.4375rem;font-family:comfortaa;overflow:hidden; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .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:comfortaa;line-height:1.3;font-size:0.6875rem;font-weight:400;color:#ffffff;vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;float:none; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .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; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:comfortaa;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-container:first-of-type{padding-top:0;}#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-container:last-of-type{padding-bottom:0;}#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15035;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:23.59765625rem;left:6rem; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-info-text { display:block;height:auto;font-family:comfortaa;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 {display:block;}#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15035;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:23.59765625rem;left:6rem; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #rRiVUHoeDdbmbbuBDTSeTIMTeTKrkKNy { position:relative; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #dOASZZkrMeFTZwMO0ZbLhqTVlACGrStO { position:relative;display:none; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #HEMvGcLnLsb9uwE56d9xZfTeAFbAPbKp { position:relative; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #TVa0VoISfbBTQkKdspsrJJVlyVekNqCP { position:relative; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #FkgGGQGBmVKMfmoHG4bPlX9vvgXDVDph { position:relative;display:none; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #NporEgFGfr26JrdPSlgr1FMczyVdvQ9W { position:relative; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #qn2v0BKSVvUvKZv9stCi0gOsp2b6FpT2 { position:relative; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #THq5q1Ui3gD1qI49phFUWUksQIQ4ppBR { position:relative;z-index:2; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #Ad3zaVmQh3mZwdQCkVJ2T3XvFH2gPJwo { position:relative; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #UscuTvKibv75aFoN0cyt3q5SqkKUZzis { position:relative; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #dTMX3740kPq7gREklsRCQ2aTgGOk3MXv { position:relative; }
#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;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; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { background-color: transparent; background-image: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .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); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { border-width: 0; border-radius: 0; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { font-size:0.875rem;font-family:comfortaa;height:7.5rem;width:75rem;position:relative;display:block; }#ewUlh4FvtAETAeUC3auCtlZQC3DKA0XT { color:#ffffff;display:block;width:51.0625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:10rem;height:1.487925rem;text-align:left;text-align-last:left;display:block; }
#ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:7.5rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#yLp3CKU3LOySCsDiwVgENgzTA1TWnFA1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;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:15043;opacity:1;top:3rem;left:73.5rem; }
#JJ4pKK52dOKRTHH8TdqpD9xEOn1s9Uiy { box-sizing:content-box;color:#5d92ff;font-size:1rem;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:15042;opacity:1;top:3rem;left:71.25rem; }
#AqnTQqJx3rtzTkbS5bcZI7BHcSG0yPRq { box-sizing:content-box;color:#5d92ff;font-size:1rem;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:15041;opacity:1;top:3rem;left:69.125rem; }
#AqnTQqJx3rtzTkbS5bcZI7BHcSG0yPRq > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v { display:block; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2wl42DD74Oc2Obv7rnA1ETkC4rlKmHh { top:14.25rem;left:0rem;width:43.3125rem;height:8.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoH1cg0TEL3m0BssZiOqJuPfiLNFiW7d { width:25.9375rem;height:36.1875rem;top:12.1875rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a61aSxzHO2aDFkg5xE2u12NH0K0OoaUM { width:0.5rem;height:31.25rem;top:0rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHuyDmmTThTKuEp5VWH6DGVDNAcfk34v { width:0.5rem;height:31.25rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTbstccfXgVslbeO2EvJmqTMgVEgbm6T { width:0.5rem;height:31.25rem;top:0rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMnEraGv3ko6lIbfsQykV0wrJwMANVHf { width:0.5rem;height:31.25rem;top:0rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvGoeeGlUTXvee4ACsimOSgSgsWnp1uJ { width:11.125rem;height:36.75rem;top:12.0625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa4mbdxc8wZlEGvWJy4RSyIk3yZK9dWw { width:8.6875rem;height:8.6875rem;top:37.1875rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNWSf7QLvQUXdkTMIynLpUhdCDsPZtTt { top:39.25rem;left:25.4375rem;width:9.5rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-text {padding-top: 0; padding-bottom: 0;}#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-select {padding-top: 0; padding-bottom: 0;}#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK  { width:25rem;height:auto;top:30.25rem;left:0rem; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK {display:block;}#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK { width:25rem;height:auto;top:30.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #nB3dQhp40hobVvdLPLnpEtn0X3sKOBO0 {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #DzCqvbTDdaUReDzNWwBJX8vc8duaJ3AO {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #IkraTioIpUbbwd3iLxfdGbhiHCZiXlfC {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #aW0aqIHqIGTI92IPtZspRmkBPKVWdnfg {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #A3VzVshDTTKB40ZlEqb7PhgzdbDvlEtB {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #rsdNhNLyvLlktiuX6cPapT4nq2UO9Ox4 {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #BT9rcpU9bOprHDK2HK1w4512Pbqq1LLR {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #iW9lar1fDDXpirKzyKLL31sXZqpJ51Qw {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #KWTPhmTtnngbU3eQPIBblNIlK2v5T4vF {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #CfFmsZIuCtTJwMor227GRI99RRRHuHDm {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #lepiEIyT9fiexBqw2b6Ccq4r8JtMSITS {  }
 }@media only screen and (max-width: 763px) { #hKfpseV0UgRIQ5MrCxzyiNZpHrDgMvss { top:23.1875rem;left:0rem;width:37.3125rem;height:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOKM3EQJF7sJRuQBQmh0b59V9k9JXVpT { width:8.625rem;height:6.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNPRubhOuqbA93TBVHApJFqozFynUUkh { top:12.375rem;left:22rem;width:25.75rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc { display:block; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tw1STw1J0QXz8Dul4RyqIWA4SvJTbJmB { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl6TroaJ2SXoeTmWT3DXuorwPzRbl4v1 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOi5T3UxWLADck7v5JWl7d5yvsLX8Lbx { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsTU0LAtVUZUNn8xg8X9LScAGfwtgfT { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1zBezKCtRz0CzAL7azA3WTkJ4N6pypz { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOdJQdRfz2SwmhCStwxVxrWI59MEcT5w { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgAcrhZ8aDnCMWksXMCLzJTApQLpdxPi { width:21.25rem;height:17.1875rem;top:15.25rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkpHqDOEbKeErcD9VcJGtAO7M1xaTzRB { top:17.125rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu2IoBUNmZgxUFPPIIaTWVz95RwIuTpq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCbqOfvcxOfaMGTBQFHaFBB0JW2np0d { width:21.25rem;height:17.1875rem;top:15.25rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7E8prKxnivPPvp3x4pEKfv9682ELTmM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSe1oIgSBlzXdNNdC4EcHmlGZi4lhRXO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRGazlDAd3wty2zJchzC7h5H394oAFR { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCQJqbTuqXv1JJrcimvhkOU5DnkxdQ7F { top:17.125rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnuneLh3Eb61onTTaunfvnZZV3B1dKGv { width:21.25rem;height:17.1875rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS2Uh1HRrxotVR3NgvSHM9QzheJA588Z { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzAIMnsr8s0Sl4ARFmMJRwWHr2rXhJlG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPrMoTg0PaCLOTTb1Wp0mV0WvvsGr4kZ { top:17.125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe { display:block; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKwIpAMKKfPtT0JhKeCKATKiZ9rGuBq2 { top:12.625rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zql8GWaIm6roTlM2OATcKw0GDgTLxfTW { top:16.875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdphw5xkbDeLXPu41fsIUPAylpvyRFLi { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTS05Wu3f4mEPkfIk9xmnDIOXsupH1tR { display:block; }
 }@media only screen and (max-width: 763px) { #OoBKJ3hv9wKN3WNuLdKlzDTukdmQzcvL { width:47.75rem;height:21.25rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl { display:block; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnJuysBEkP7iUC39pDcrRg8kmAaQt2T9 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNNaLOCZtBvzBVUHleLZFZHWKo0wNZQQ { top:5.375rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrbzli4WW2ZN0chcTIC9mGd4sayD8f5 { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKaTLMhLR43cITPI9vMH9AWB8u4c4uPD { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDIaM4Pt9BV132PKW4y3rpi34Q55ITR { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSiM9USzgHD8HQADweBfAFHFTSPPOWgT { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTBi7aO4kkkwVqhhy8NJGrJ7DLBzz1b { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsBJxT1QTFHWTASLMoLUnMLOmUyIXBAl { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdgmxTLlrhgOZip3fsIPJTNpeCB7HXcT { top:27.25rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqoFd7gPKaFGEFhIpgQ2e63IIT8U36NL { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1JDRSWWBAVmI3LMl8mgWOSwPMX7Z81f { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbs075lB9y036QayOAI8XFbNlrUGPefd { top:10.75rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9cvRab1yvWKFfgAmWyEtBNezhgSS1CQ { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l { display:block; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbTZFxmAQezDTCCg7CH5IHQLSUtEb8lC { width:37.5rem;height:18.75rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUxsxqlW0XQnarFQGdTdiBu5i75f9vG4 { top:19.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWEb0kqbtNyJShGM72QwH9dgXdUkuJW8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyn48s1oLnBNoG3zBxqZNd998W4309t0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2oy51mbtNJwlceWRW3ixlc6hxa3F8Vs { width:37.5rem;height:18.75rem;top:15.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTw09vZvxJrZzXmf98oy32uNbRn32ukZ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #disOiVK2uW3Zs3axAp5aWdyPoxzWRTTr { top:19.875rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGLFo4uZV1Mm4K5ZcS5u1RoM6fLAPIGt { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7aVeU0OxHOScwi2cy0f64ItQZT1rU44 { width:37.5rem;height:18.75rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiUQBTQRWni9FFxoF23fKWBTC15UttZG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvyuVh9BMN6mh22axmSSGaSiLvxvvmGk { top:38.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9dLAC6ad0ea8FgVxs1RXufcg0wceTXO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATI8rPTfEI3GkLbnS7VgnTDRcMyvSMMo { width:37.5rem;height:18.75rem;top:34.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw3XD6IaaVM4ITh38RZR63ybS9nTc5Fx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHLPe9BTovuUa83DMCcweUUL8KfQDmmb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okfUMypUD974uJDF2UxICgNTbk691c56 { top:38.625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQimVyg9PQgHBXqVgTQsmMiG53DOUeQc { top:6.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJARixfvCe1ROA83xIbsZdLNXELTWkk { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waqCyu1Eq2i3qqfCTWrk2JGK3sheINfn { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU8VvM15bGOhEy7XyFL991TtO1L0oQnL { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMBOeDgJElZtlkohIKqTAe0ZCDVGi1kJ { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P736Zp0zZ3TTR6ZTZkw7V2NkbsNeEPxr { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoNTEb55F92I0CtbteZHtOwKO0wGuX2p { display:block; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evnnUnpMouBVMNTTmDmMi9b5Tt14XuPf { top:11.5625rem;left:0rem;width:34.0625rem;height:6.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUhCAEb8BkG4cHwi3VxAgdr9r3ul9SGw { width:0.5rem;height:31.25rem;top:0rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8olx3UDtyJZBoeReA8WaDyHHFDgm3zU { width:0.5rem;height:31.25rem;top:0rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #omJuiI1plD5C0zttApclxDTxZQURff6L { width:0.5rem;height:31.25rem;top:0rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIrxJ3r5VqkGDgGtpvx1TJkAg8qL1zsd { width:0.5rem;height:31.25rem;top:0rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLe0CEESB5MXNP7ZouG10TRbhmHUik6o { top:18.5rem;left:0rem;width:28.8125rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwaaFRa9V6TtS73iNKf9OoVHF18a7HZ7 { top:11.5625rem;left:21.0625rem;width:26.6875rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNvGHldR5TcCqkZv8dD02U6HMCabC3bk { top:16.125rem;left:11.4375rem;width:36.3125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49  { width:25rem;height:auto;top:23.5625rem;left:0rem; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 {display:block;}#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 { width:25rem;height:auto;top:23.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #rRiVUHoeDdbmbbuBDTSeTIMTeTKrkKNy {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #dOASZZkrMeFTZwMO0ZbLhqTVlACGrStO {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #HEMvGcLnLsb9uwE56d9xZfTeAFbAPbKp {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #TVa0VoISfbBTQkKdspsrJJVlyVekNqCP {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #FkgGGQGBmVKMfmoHG4bPlX9vvgXDVDph {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #NporEgFGfr26JrdPSlgr1FMczyVdvQ9W {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #qn2v0BKSVvUvKZv9stCi0gOsp2b6FpT2 {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #THq5q1Ui3gD1qI49phFUWUksQIQ4ppBR {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #Ad3zaVmQh3mZwdQCkVJ2T3XvFH2gPJwo {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #UscuTvKibv75aFoN0cyt3q5SqkKUZzis {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #dTMX3740kPq7gREklsRCQ2aTgGOk3MXv {  }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewUlh4FvtAETAeUC3auCtlZQC3DKA0XT { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { width:7.5rem;height:5.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLp3CKU3LOySCsDiwVgENgzTA1TWnFA1 { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ4pKK52dOKRTHH8TdqpD9xEOn1s9Uiy { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqnTQqJx3rtzTkbS5bcZI7BHcSG0yPRq { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#AqnTQqJx3rtzTkbS5bcZI7BHcSG0yPRq > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v { display:block; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2wl42DD74Oc2Obv7rnA1ETkC4rlKmHh { width:19.25rem;height:9.1845625rem;top:4.6875rem;left:0.375rem;font-size:1.3125rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VoH1cg0TEL3m0BssZiOqJuPfiLNFiW7d { width:20rem;height:10.3125rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #a61aSxzHO2aDFkg5xE2u12NH0K0OoaUM { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #EHuyDmmTThTKuEp5VWH6DGVDNAcfk34v { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #WTbstccfXgVslbeO2EvJmqTMgVEgbm6T { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #mMnEraGv3ko6lIbfsQykV0wrJwMANVHf { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #JvGoeeGlUTXvee4ACsimOSgSgsWnp1uJ { width:10.6875rem;height:15.0625rem;top:15.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa4mbdxc8wZlEGvWJy4RSyIk3yZK9dWw { width:5.125rem;height:5.125rem;top:22.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNWSf7QLvQUXdkTMIynLpUhdCDsPZtTt { width:5rem;height:2.798825rem;top:23.5625rem;left:12.3125rem;font-size:0.875rem;z-index:15079;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-text {padding-top: 0; padding-bottom: 0;}#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-select {padding-top: 0; padding-bottom: 0;}#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;height:3.125rem; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-container:first-of-type{padding-top:0;}#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .widget-container:last-of-type{padding-bottom:0;}#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK  { width:17.5rem;height:auto;top:42.999820709229rem;left:0rem; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK {display:block;}#gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK { width:17.5rem;height:auto;top:42.999820709229rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #nB3dQhp40hobVvdLPLnpEtn0X3sKOBO0 {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #DzCqvbTDdaUReDzNWwBJX8vc8duaJ3AO {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #IkraTioIpUbbwd3iLxfdGbhiHCZiXlfC {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #aW0aqIHqIGTI92IPtZspRmkBPKVWdnfg {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #A3VzVshDTTKB40ZlEqb7PhgzdbDvlEtB {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #rsdNhNLyvLlktiuX6cPapT4nq2UO9Ox4 {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #BT9rcpU9bOprHDK2HK1w4512Pbqq1LLR {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #iW9lar1fDDXpirKzyKLL31sXZqpJ51Qw {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #KWTPhmTtnngbU3eQPIBblNIlK2v5T4vF {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #CfFmsZIuCtTJwMor227GRI99RRRHuHDm {  }
 }@media only screen and (max-width: 763px) { #gfA7DrN7xkwTm0T2PTzV9aQIikyMAseK #lepiEIyT9fiexBqw2b6Ccq4r8JtMSITS {  }
 }@media only screen and (max-width: 763px) { #hKfpseV0UgRIQ5MrCxzyiNZpHrDgMvss { width:15.7493125rem;height:10.1953125rem;top:32.186611175537rem;left:2.124467253685rem;font-size:0.75rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOKM3EQJF7sJRuQBQmh0b59V9k9JXVpT { width:6.9993125rem;height:5.4367875rem;top:0rem;left:7.1812852621081rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNPRubhOuqbA93TBVHApJFqozFynUUkh { width:10.6875rem;height:15.125rem;top:15.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc { display:block; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tw1STw1J0QXz8Dul4RyqIWA4SvJTbJmB { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl6TroaJ2SXoeTmWT3DXuorwPzRbl4v1 { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOi5T3UxWLADck7v5JWl7d5yvsLX8Lbx { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsTU0LAtVUZUNn8xg8X9LScAGfwtgfT { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1zBezKCtRz0CzAL7azA3WTkJ4N6pypz { width:20rem;height:1.69921875rem;top:3.73828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOdJQdRfz2SwmhCStwxVxrWI59MEcT5w { width:20rem;height:5.60014375rem;top:5.7066760063171rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgAcrhZ8aDnCMWksXMCLzJTApQLpdxPi { width:20rem;height:17.1875rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkpHqDOEbKeErcD9VcJGtAO7M1xaTzRB { display:flex;width:2.125rem;height:2.125rem;top:53.875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #Bu2IoBUNmZgxUFPPIIaTWVz95RwIuTpq { width:17.5rem;height:2.55060625rem;top:56.9375rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hTCbqOfvcxOfaMGTBQFHaFBB0JW2np0d { width:20rem;height:17.1875rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7E8prKxnivPPvp3x4pEKfv9682ELTmM { width:17.5rem;height:3.8984375rem;top:37.0625rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zSe1oIgSBlzXdNNdC4EcHmlGZi4lhRXO { width:17.5rem;height:7.4365rem;top:59.875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cTRGazlDAd3wty2zJchzC7h5H394oAFR { width:17.5rem;height:5.94921875rem;top:40.9375rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lCQJqbTuqXv1JJrcimvhkOU5DnkxdQ7F { display:flex;width:2.125rem;height:2.125rem;top:34rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #OnuneLh3Eb61onTTaunfvnZZV3B1dKGv { width:20rem;height:17.1875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS2Uh1HRrxotVR3NgvSHM9QzheJA588Z { width:17.5rem;height:2.55060625rem;top:17.3125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kzAIMnsr8s0Sl4ARFmMJRwWHr2rXhJlG { width:17.5rem;height:5.94921875rem;top:20.25rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rPrMoTg0PaCLOTTb1Wp0mV0WvvsGr4kZ { display:flex;width:2.125rem;height:2.125rem;top:13.75rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe { display:block; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKwIpAMKKfPtT0JhKeCKATKiZ9rGuBq2 { width:17.5rem;height:9.597625rem;top:2.7485795021057rem;left:1.2491122484207rem;font-size:2rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Zql8GWaIm6roTlM2OATcKw0GDgTLxfTW { width:17.5rem;height:7.4365rem;top:13.746448993683rem;left:1.2491122484207rem;font-size:0.875rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Qdphw5xkbDeLXPu41fsIUPAylpvyRFLi { width:12.7476875rem;height:3.75rem;top:22.8115234375rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #NTS05Wu3f4mEPkfIk9xmnDIOXsupH1tR { display:block; }
 }@media only screen and (max-width: 763px) { #OoBKJ3hv9wKN3WNuLdKlzDTukdmQzcvL { width:20rem;height:27.1875rem;top:1.0617980957031rem;left:0.12428975105286rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl { display:block; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { width:20rem;height:81.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnJuysBEkP7iUC39pDcrRg8kmAaQt2T9 { width:20rem;height:2.80006875rem;top:4.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XNNaLOCZtBvzBVUHleLZFZHWKo0wNZQQ { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTrbzli4WW2ZN0chcTIC9mGd4sayD8f5 { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKaTLMhLR43cITPI9vMH9AWB8u4c4uPD { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDIaM4Pt9BV132PKW4y3rpi34Q55ITR { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSiM9USzgHD8HQADweBfAFHFTSPPOWgT { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTBi7aO4kkkwVqhhy8NJGrJ7DLBzz1b { width:19.875rem;height:1.9121125rem;top:65.436782836912rem;left:-1.1920928955078E-7rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #MsBJxT1QTFHWTASLMoLUnMLOmUyIXBAl { width:20rem;height:10.411125rem;top:68.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdgmxTLlrhgOZip3fsIPJTNpeCB7HXcT { display:flex;width:1.49946875rem;height:1.49946875rem;top:65.641866683963rem;left:3.4374998807907rem; }
 }@media only screen and (max-width: 763px) { #vqoFd7gPKaFGEFhIpgQ2e63IIT8U36NL { width:20rem;height:8.9238125rem;top:54.91654586792rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1JDRSWWBAVmI3LMl8mgWOSwPMX7Z81f { width:19.8125rem;height:1.9121125rem;top:52.374816894531rem;left:0.062499880790711rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Sbs075lB9y036QayOAI8XFbNlrUGPefd { display:flex;width:1.49946875rem;height:1.49946875rem;top:52.579899787903rem;left:3.4374998807907rem; }
 }@media only screen and (max-width: 763px) { #D9cvRab1yvWKFfgAmWyEtBNezhgSS1CQ { width:20rem;height:41.64451875rem;top:8.249025rem;left:0rem;font-size:0.875rem;z-index:15005;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l { display:none; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { width:20rem;height:88rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pbTZFxmAQezDTCCg7CH5IHQLSUtEb8lC { width:20rem;height:16.25rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUxsxqlW0XQnarFQGdTdiBu5i75f9vG4 { display:flex;width:2.125rem;height:2.125rem;top:15.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #aWEb0kqbtNyJShGM72QwH9dgXdUkuJW8 { width:17.5rem;height:2.54980625rem;top:18.4375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fyn48s1oLnBNoG3zBxqZNd998W4309t0 { width:17.5rem;height:5.09765625rem;top:21.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K2oy51mbtNJwlceWRW3ixlc6hxa3F8Vs { width:20rem;height:16.25rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTw09vZvxJrZzXmf98oy32uNbRn32ukZ { width:17.5rem;height:5.09765625rem;top:39.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #disOiVK2uW3Zs3axAp5aWdyPoxzWRTTr { display:flex;width:2.125rem;height:2.125rem;top:33.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #VGLFo4uZV1Mm4K5ZcS5u1RoM6fLAPIGt { width:17.5rem;height:2.54980625rem;top:36.5625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w7aVeU0OxHOScwi2cy0f64ItQZT1rU44 { width:20rem;height:16.25rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiUQBTQRWni9FFxoF23fKWBTC15UttZG { width:17.5rem;height:5.09765625rem;top:57.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EvyuVh9BMN6mh22axmSSGaSiLvxvvmGk { display:flex;width:2.125rem;height:2.125rem;top:51.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #I9dLAC6ad0ea8FgVxs1RXufcg0wceTXO { width:17.5rem;height:2.54980625rem;top:54.6875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ATI8rPTfEI3GkLbnS7VgnTDRcMyvSMMo { width:20rem;height:16.25rem;top:67.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw3XD6IaaVM4ITh38RZR63ybS9nTc5Fx { width:17.5rem;height:5.09765625rem;top:75.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PHLPe9BTovuUa83DMCcweUUL8KfQDmmb { width:17.5rem;height:2.54980625rem;top:72.4375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #okfUMypUD974uJDF2UxICgNTbk691c56 { display:flex;width:2.125rem;height:2.125rem;top:69.75rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #SQimVyg9PQgHBXqVgTQsmMiG53DOUeQc { width:20rem;height:1.69921875rem;top:4.42578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJARixfvCe1ROA83xIbsZdLNXELTWkk { width:20rem;height:5.5996125rem;top:6.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #waqCyu1Eq2i3qqfCTWrk2JGK3sheINfn { width:0.5rem;height:11.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU8VvM15bGOhEy7XyFL991TtO1L0oQnL { width:0.5rem;height:11.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMBOeDgJElZtlkohIKqTAe0ZCDVGi1kJ { width:0.5rem;height:11.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P736Zp0zZ3TTR6ZTZkw7V2NkbsNeEPxr { width:0.5rem;height:11.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoNTEb55F92I0CtbteZHtOwKO0wGuX2p { display:block; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evnnUnpMouBVMNTTmDmMi9b5Tt14XuPf { width:20rem;height:7.1990625rem;top:2.3748183250427rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUhCAEb8BkG4cHwi3VxAgdr9r3ul9SGw { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8olx3UDtyJZBoeReA8WaDyHHFDgm3zU { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omJuiI1plD5C0zttApclxDTxZQURff6L { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIrxJ3r5VqkGDgGtpvx1TJkAg8qL1zsd { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLe0CEESB5MXNP7ZouG10TRbhmHUik6o { width:20rem;height:7.4365rem;top:10.811434268951rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwaaFRa9V6TtS73iNKf9OoVHF18a7HZ7 { width:13.9373125rem;height:18.4375rem;top:38.5625rem;left:3rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #gNvGHldR5TcCqkZv8dD02U6HMCabC3bk { width:20rem;height:16.937125rem;top:40.0625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;height:3.125rem; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-container:first-of-type{padding-top:0;}#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .widget-container:last-of-type{padding-bottom:0;}#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49  { width:17.5rem;height:auto;top:18.9375rem;left:0rem; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 {display:block;}#OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 { width:17.5rem;height:auto;top:18.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #rRiVUHoeDdbmbbuBDTSeTIMTeTKrkKNy {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #dOASZZkrMeFTZwMO0ZbLhqTVlACGrStO {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #HEMvGcLnLsb9uwE56d9xZfTeAFbAPbKp {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #TVa0VoISfbBTQkKdspsrJJVlyVekNqCP {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #FkgGGQGBmVKMfmoHG4bPlX9vvgXDVDph {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #NporEgFGfr26JrdPSlgr1FMczyVdvQ9W {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #qn2v0BKSVvUvKZv9stCi0gOsp2b6FpT2 {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #THq5q1Ui3gD1qI49phFUWUksQIQ4ppBR {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #Ad3zaVmQh3mZwdQCkVJ2T3XvFH2gPJwo {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #UscuTvKibv75aFoN0cyt3q5SqkKUZzis {  }
 }@media only screen and (max-width: 763px) { #OWOQ2gXnzt29ftuWC9fJS0TEzCmB6Z49 #dTMX3740kPq7gREklsRCQ2aTgGOk3MXv {  }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewUlh4FvtAETAeUC3auCtlZQC3DKA0XT { width:20rem;height:1.487925rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { width:4.625rem;height:3.625rem;top:3.5617980957031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLp3CKU3LOySCsDiwVgENgzTA1TWnFA1 { display:flex;width:1.49946875rem;height:1.49946875rem;top:4.6244697570801rem;left:17.936788916588rem; }
 }@media only screen and (max-width: 763px) { #JJ4pKK52dOKRTHH8TdqpD9xEOn1s9Uiy { display:flex;width:1.49946875rem;height:1.49946875rem;top:4.6244697570801rem;left:15.311256766319rem; }
 }@media only screen and (max-width: 763px) { #AqnTQqJx3rtzTkbS5bcZI7BHcSG0yPRq { display:flex;width:1.49946875rem;height:1.49946875rem;top:4.6244697570801rem;left:12.811611533165rem; }
#AqnTQqJx3rtzTkbS5bcZI7BHcSG0yPRq > img { max-width: 100%;max-height:100%; width:1.49946875rem; height:1.49946875rem; } }