.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,215,254;--color-primary-1:159,134,253;--color-primary-2:95,53,251;--color-primary-3:57,32,151;--color-primary-4:48,0,78;--color-secondary-0:219,240,251;--color-secondary-1:135,205,242;--color-secondary-2:14,154,229;--color-secondary-3:7,77,115;--color-secondary-4:2,23,34;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Roboto;--paragraphs-font-family:Roboto; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { border-width: 0; border-radius: 0; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { color:rgba(var(--color-primary-4),1);display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:10.9990234375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:21.875rem;left:0rem;height:8.4375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { background-color:transparent;background-image: -webkit-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.9375rem 0.625rem 1.25rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:4.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.5615234375rem;left:12.9375rem;display:block; }
#wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { position:absolute;display:block;z-index:15004;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:6rem;width:9.375rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#Ph6kkaySquVRMCMKFKByG0dn7KIRxhT2 { background-color:rgba(var(--color-secondary-2),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.15625rem;left:12.5rem;display:block; }
#fVG8Bcg1UXdTNxURJSpnLHnZZZVqXW3R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HCw6Zodd9mhxs3TPLMtFs7b8DSnAUJxZ { background-color:rgba(var(--color-secondary-2),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.15625rem;left:21.875rem;display:block; }
#BZ0cuXNicRm4m98dAd43hty86iiiFDnG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:6.25rem;left:12.5rem;overflow:hidden;display:block; }
#m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { position:absolute;display:block;z-index:15010;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:1.6875rem;width:1.6875rem;top:37.5615234375rem;left:7.4375rem;overflow:hidden;display:block; }
#oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:32.3740234375rem;left:38.625rem;overflow:hidden;display:block; }
#dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:6.6875rem;left:43.125rem;display:block; }
#SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { position:absolute;display:block;z-index:15013;background-color:#ffc143;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffc143;border-left:0.1875rem solid #ffc143;border-right:0.1875rem solid #ffc143;border-bottom:0.1875rem solid #ffc143;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8.1875rem;left:63.125rem;display:block; }
#f3Hl07L1K783vraM3iAMr4IBgJWKnwdL { position:absolute;display:block;z-index:15014;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:23.8125rem;width:35.9375rem;top:10.9990234375rem;left:39.0625rem;overflow:hidden;display:block; }
#IiHKVl8dXgdHi3c8JfptQXTgVMZWQqpy { background-color:rgba(var(--color-secondary-2),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.15625rem;left:31.25rem;display:block; }
#Jd6h1OSczOlX8QSGo4DOgwm6eS2Qxt7N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { background-color: transparent; background-image: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { border-width: 0; border-radius: 0; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.19921875rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#I7NpukgATkHQa1aqgpcX3lt1W0LaJxaL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#I7NpukgATkHQa1aqgpcX3lt1W0LaJxaL > .row .container { background-color: transparent; background-image: none; }#I7NpukgATkHQa1aqgpcX3lt1W0LaJxaL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7NpukgATkHQa1aqgpcX3lt1W0LaJxaL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7NpukgATkHQa1aqgpcX3lt1W0LaJxaL > .row .container > .video-iframe-container { display: none; }#I7NpukgATkHQa1aqgpcX3lt1W0LaJxaL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7NpukgATkHQa1aqgpcX3lt1W0LaJxaL > .row > .video-iframe-container { display: none; }#I7NpukgATkHQa1aqgpcX3lt1W0LaJxaL > .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); }#I7NpukgATkHQa1aqgpcX3lt1W0LaJxaL > .row .container { border-width: 0; border-radius: 0; }#I7NpukgATkHQa1aqgpcX3lt1W0LaJxaL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I7NpukgATkHQa1aqgpcX3lt1W0LaJxaL > .row .container { font-size:0.875rem;font-family:arial;height:72.375rem;width:75rem;position:relative;display:block; }#nkg9dRKuTDfv3o6BZivBILKOT59k7Q5e { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.125rem;left:6.25rem; }
#OzLOmHXoQb780qZmRkyB3usqGOWw4TTT { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:15.625rem;left:62.5rem; }
#ozEVMZr8X4FhEoOgUR2eT4t7c9PU5heo { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:28.125rem;left:5.625rem; }
#BXWVii0fua1fEOAkXvlKIhCTNhvvQWIm { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:53.125rem;left:6.25rem; }
#X1BDHLGMoCXznEIm7hhwUAxxfWbh8cRh { color:#9880a7;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:15.625rem;height:2.4375rem;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; }
#v32tsB8nKM03kUqHuAvRHOp7pxTKeC95 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6.25rem;left:15.625rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#h7fVFKoVOqCG17nK929bX7bVzRX2ENkC { color:#9880a7;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.625rem;left:40.625rem;height:2.4375rem;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:right;text-align-last:right;display:block; }
#NazscEdQcQgIVfUD6s0Up9JsUmCwa1DV { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.75rem;left:6.25rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#m6uT0Q4LZZiTnET6QsLpnWNo0etrDefV { color:#9880a7;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.125rem;left:15.625rem;height:2.4375rem;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:left;text-align-last:left;display:block; }
#aOFsnkv456HD4gVGL7vf2sOAuVMFnbUm { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:31.25rem;left:15.625rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RQh55wWNR67TyZQGo2Dqa05kBrG17NWT { color:#9880a7;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:40.625rem;left:39.375rem;height:2.4375rem;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:right;text-align-last:right;display:block; }
#BDLhm8AuZeBJMbSErpLr5TL6tL3GMT9E { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:43.75rem;left:6.25rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ICTyiUqNyOtxI6p8rUhCBm4PNebuSqAd { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:56.25rem;left:15.625rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#f6TqbRIa5KCS4esDryp66lpgQG0bZmuT { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:40.625rem;left:62.5rem; }
#dVwksTbb3VgBCwd0PCH4uCnvnumKA6mt { color:#9880a7;display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:53.125rem;left:15.625rem;height:2.4375rem;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:left;text-align-last:left;display:block; }
#InFgtTZs0MKZ491e3J5SQJzzF7JLBeDW { background-color:transparent;background-image: -webkit-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:65.5625rem;left:29.0625rem;display:block; }
#vcZ8xtkMKBPtgrzunPziMt6P2s90WlTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { background-color: transparent; background-image: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .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); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { border-width: 0; border-radius: 0; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.95703125rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { background-color: transparent; background-image: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .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); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { border-width: 0; border-radius: 0; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.375rem;width:28.75rem;top:1.4375rem;left:4.375rem;display:block; }
#uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:5.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.5625rem;left:6rem;height:9.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { position:absolute;display:block;z-index:15007;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:1.5rem;width:1.4375rem;top:4.5rem;left:24.375rem;overflow:hidden;display:block; }
#eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { position:absolute;display:block;z-index:15012;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:1.75rem;width:1.75rem;top:2.6875rem;left:28.5625rem;overflow:hidden;display:block; }
#EfZMQhxcFdIwZPfhPzcnmpRSNkD7KgbG { color:rgba(var(--color-tertiary-0),0.19);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.09375rem;left:10.4375rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.375rem;width:28.75rem;top:1.4375rem;left:41.875rem;display:block; }
#uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.4375rem;left:43.6875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:6.5625rem;left:43.6875rem;height:9.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:4.8125rem;left:66.75rem;overflow:hidden;display:block; }
#HQOlhshWMlKLXRrmMMFcN32eDWESRasK { position:absolute;display:block;z-index:15020;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:1.75rem;width:1.75rem;top:2.8125rem;left:61.4375rem;overflow:hidden;display:block; }
#lelS5TFDo2xgkIPVBWkOpLEdC4Oh3ls3 { color:rgba(var(--color-tertiary-0),0.19);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:15.9375rem;left:53.5rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { background-color: transparent; background-image: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .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); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { border-width: 0; border-radius: 0; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.375rem;width:28.75rem;top:1.4375rem;left:4.375rem;display:block; }
#OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3125rem;left:5.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.75rem;left:6rem;height:9.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mtXoDtbVfpraH5lEgzVl9PTHpdArkKTv { position:absolute;display:block;z-index:15007;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:1.5rem;width:1.4375rem;top:4.5rem;left:25.1875rem;overflow:hidden;display:block; }
#lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { position:absolute;display:block;z-index:15012;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:1.75rem;width:1.75rem;top:2.75rem;left:29.375rem;overflow:hidden;display:block; }
#i6Ca7CiJN7N2CQ76Iz6r5ptzmGitiQME { color:rgba(var(--color-tertiary-0),0.19);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.125rem;left:15.9375rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.375rem;width:28.75rem;top:1.4375rem;left:41.875rem;display:block; }
#ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3125rem;left:43.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PdI9ewuyhlUBLJIfESykX86k9WfLb47R { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:6.75rem;left:43.6875rem;height:7.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:3.4375rem;left:66.875rem;overflow:hidden;display:block; }
#b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { position:absolute;display:block;z-index:15020;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:1.75rem;width:1.75rem;top:2.8125rem;left:62.8125rem;overflow:hidden;display:block; }
#zWh78woyI44qEmLEpvbfhVPwSvSFuTbx { color:rgba(var(--color-tertiary-0),0.19);display:block;width:21.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.125rem;left:47.25rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DP0FAtKg0PKLs1Gban4kBTsMcTbkIylc { background-color:transparent;background-image: -webkit-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32rem;left:49.5625rem;display:none; }
#JMTuDaxJrSHAES3lMhOF7TlKb7DiDdxD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J20WNlvUH33l25LZ4T4bAgkVrOUxFAIU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J20WNlvUH33l25LZ4T4bAgkVrOUxFAIU > .row .container { background-color: transparent; background-image: none; }#J20WNlvUH33l25LZ4T4bAgkVrOUxFAIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J20WNlvUH33l25LZ4T4bAgkVrOUxFAIU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J20WNlvUH33l25LZ4T4bAgkVrOUxFAIU > .row .container > .video-iframe-container { display: none; }#J20WNlvUH33l25LZ4T4bAgkVrOUxFAIU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J20WNlvUH33l25LZ4T4bAgkVrOUxFAIU > .row > .video-iframe-container { display: none; }#J20WNlvUH33l25LZ4T4bAgkVrOUxFAIU > .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); }#J20WNlvUH33l25LZ4T4bAgkVrOUxFAIU > .row .container { border-width: 0; border-radius: 0; }#J20WNlvUH33l25LZ4T4bAgkVrOUxFAIU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J20WNlvUH33l25LZ4T4bAgkVrOUxFAIU > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#aP3OKypCuXBg8CdylCquGeISthH5W96T { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:30.03125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#TVzJkvfnlKLKUll3FakFCRrWmlktz4Fo { position:absolute;display:block;z-index:15006;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:3.75rem;width:15.625rem;top:6.25rem;left:8.125rem;overflow:hidden;display:block; }
#b3GolNMmwCvTChSiOiXpnXURmmryEF96 { position:absolute;display:block;z-index:15007;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:4.1875rem;width:12.5rem;top:6.25rem;left:31.25rem;overflow:hidden;display:block; }
#xJA5Tp8dqTNxrKPX9fTfZKiiJ59KRHcT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:15.625rem;top:15rem;left:52.15625rem;overflow:hidden;display:block; }
#FmvGI2TN3JxJ1EUi3kXLOtKrqg60WfDv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:15.625rem;top:14.875rem;left:29.6875rem;overflow:hidden;display:block; }
#kMsE0GZZk6MSXpq7TGLqHqgn3aI9sXuf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:15.625rem;top:22.71875rem;left:8.125rem;overflow:hidden;display:block; }
#MlTklUizoULh1L1i1Q8TcML4LbFVdNIL { position:absolute;display:block;z-index:15014;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:4.875rem;width:15.625rem;top:13.75rem;left:8.125rem;overflow:hidden;display:block; }
#VW4S0McIHX0v5adK47oZFRaeSwtaQwop { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:14.5rem;top:6.4375rem;left:52.71875rem;overflow:hidden;display:block; }
#ULvbV6tNlouBbJuOqT02E4f4XM8plqQ4 { position:absolute;display:block;z-index:15016;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:3.375rem;width:15.625rem;top:23rem;left:29.6875rem;overflow:hidden;display:block; }
#IvAcmldRbRZNDiT666hbxhbuf15iTqfo { position:absolute;display:block;z-index:15017;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:4.25rem;width:15.625rem;top:22.5625rem;left:52.15625rem;overflow:hidden;display:block; }
#sMrTbcFTAVXZzN2Ic5XSTLCM6ccz4HTG { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:28.1875rem;left:20.0625rem;overflow:hidden;display:block; }
#UnwWPVefTmRdnmOMWWJ7c6FFbIVgG2GX { position:absolute;display:block;z-index:15019;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:9.3125rem;width:9.375rem;top:29.15625rem;left:43.75rem;overflow:hidden;display:block; }
#FkymBrZyNXqwKwAdcr5LGFMmPL9Ndyn9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#FkymBrZyNXqwKwAdcr5LGFMmPL9Ndyn9 > .row .container { background-color: transparent; background-image: none; }#FkymBrZyNXqwKwAdcr5LGFMmPL9Ndyn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkymBrZyNXqwKwAdcr5LGFMmPL9Ndyn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkymBrZyNXqwKwAdcr5LGFMmPL9Ndyn9 > .row .container > .video-iframe-container { display: none; }#FkymBrZyNXqwKwAdcr5LGFMmPL9Ndyn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkymBrZyNXqwKwAdcr5LGFMmPL9Ndyn9 > .row > .video-iframe-container { display: none; }#FkymBrZyNXqwKwAdcr5LGFMmPL9Ndyn9 > .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); }#FkymBrZyNXqwKwAdcr5LGFMmPL9Ndyn9 > .row .container { border-width: 0; border-radius: 0; }#FkymBrZyNXqwKwAdcr5LGFMmPL9Ndyn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FkymBrZyNXqwKwAdcr5LGFMmPL9Ndyn9 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#QT9z0oSzma7sOhrnsgynNRkzt3RbchVf { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#yfu0LRVL4AQwK5W2OTMofi5nl07vCXxm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:18.4375rem;width:32.8125rem;top:7.5rem;left:39.0625rem;display:block; }
#wDiW6fuKPN6OHFyzJUckCT3tZ0rB3hHA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:18.4375rem;width:32.8125rem;top:7.5rem;left:3.125rem;display:block; }
#ozqG244k2iOK34tnPnqNqTlrBSXHlirs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { background-color: transparent; background-image: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .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); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { border-width: 0; border-radius: 0; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#wTK95r2eEVccKUO94sxKaGKhAOAdixRT { 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:25.1875rem;width:29.6875rem;top:6.8125rem;left:3.90625rem;overflow:hidden;display:block; }
#DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { color:rgba(var(--color-primary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:40.90625rem;height:3.0869125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:5.537109375rem;left:40.90625rem;height:24rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ynH1pF4SEniKd9M1rrhCezImSsQSwBkT { background-color:transparent;background-image: -webkit-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32rem;left:48.78125rem;display:block; }
#vwx43LIkT2Bp1UBtMwxDeU7OEqNsQKAF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ha8elJcFVkD4MyN8nL2c7IHRZIubQ5Ib { position:absolute;display:block;z-index:15020;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.1875rem;width:19.6875rem;top:3.625rem;left:8.90625rem;overflow:hidden;display:block; }
#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { background-color: transparent; background-image: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .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); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { border-width: 0; border-radius: 0; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.55078125rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.98828125rem;left:18.34375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-form-header {  }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.4375rem;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;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:20.4375rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-primary-4),1);font-size:1.0625rem;overflow:hidden;font-family:ubuntu;vertical-align:top;text-align:center;text-align-last:center;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-textarea { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:20.4375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-4),1);font-size:1.0625rem;overflow:hidden;font-family:ubuntu;vertical-align:top;text-align:center;text-align-last:center;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#55ff43;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:4.0625rem;margin-bottom:0.25rem;margin-left:4.0625rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:700;color:rgba(var(--color-primary-4),1);width:12.25rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.3125rem 0.3125rem 1.875rem rgba(0,2,168,0.5) ;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:19.1875rem;overflow:hidden;font-style:normal;float:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:first-of-type{padding-top:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:last-of-type{padding-bottom:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:26.03125rem;top:12.30078125rem;z-index:15005;position:absolute; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem;display:block;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS {display:block;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:26.03125rem;top:12.30078125rem;z-index:15005;position:absolute; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #kyRDzcTACSTi6TeM2skCwperxQOCDX2J { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #TukKPqeLf0UIvXFTpIxLCgMydgO3NRny { position:relative;display:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J4ZwgRfzLRy7FOQ08ve0rNNSyA7hJ10B { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ZWQkiAoQX60yb69gu5GhbUOrtvKT9o2T { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #nLkZFhhLRtwvlDxSrnlG3GE57NO6NnMF { position:relative;display:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #tBEZVRZ54srORtJUWnieWK1may4knc8u { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Fz3d6EH12P0qKd5WEgQJXPNLtaaUnt9R { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Goi9Zo7uwzPSKb3y6GoVxw6H2eRBKpdh { position:relative;display:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #HOTKl06vTdOZ9eFSTe3do3EdlWUK3OUD { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #q8xdWUO4SdLNSei71uqTFyww5gBByfF8 { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #yPgSZrTwnFhNTCywvkvT38Ts4Mds7f6L { position:relative;display:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #GmPbTMB1T9eIPytEDHr8OmwddrSre8Ow { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #xIVhnQZTgRvceZfMlzXXD48ZGEeq0t6A { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #EzzADWe5mQq2qLZ7ExEFaPEMDnQKnLp8 { position:relative;z-index:2; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #c2H3gHVtUuuo2TgFCFNsLbGOom4pfilK { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ECoT145LSJAoyl5VeE6w8wdTZuaduc7e { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #X8vx3qBaxwEZIM4r9vI1vFw4dNmN8CEz { position:relative; }
#OOqaXf0QQ0PPNwFKEy0HQbdXC29MDOQr { position:absolute;display:block;z-index:15017;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:1.5rem;width:1.4375rem;top:17.5rem;left:19.8125rem;overflow:hidden;display:block; }
#JTdpcKAXnX6odx60NXwPcIRCylB5fyLX { position:absolute;display:block;z-index:15022;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:1.75rem;width:1.75rem;top:15.4375rem;left:14.5rem;overflow:hidden;display:block; }
#e5bnez3O3zFOa0bTQ88M7klKezdFrulJ { position:absolute;display:block;z-index:15023;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:1.75rem;width:1.75rem;top:2.8250000476837rem;left:60.8125rem;overflow:hidden;display:block; }
#ozrWWAVBLHxKiZO5T1rJcR5SmvVyOcz0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:2.1124999523163rem;left:14.875rem;overflow:hidden;display:block; }
#mJyBytKOsEuBkSD5gsr4OPXX15PDRBIP { position:absolute;display:block;z-index:15023;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:1.75rem;width:1.75rem;top:27.237499952316rem;left:57.875rem;overflow:hidden;display:block; }
#guxZeiG7WCNLphvLhJ4PgAoy6FfhbSbz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#guxZeiG7WCNLphvLhJ4PgAoy6FfhbSbz > .row .container { background-color: transparent; background-image: none; }#guxZeiG7WCNLphvLhJ4PgAoy6FfhbSbz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guxZeiG7WCNLphvLhJ4PgAoy6FfhbSbz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guxZeiG7WCNLphvLhJ4PgAoy6FfhbSbz > .row .container > .video-iframe-container { display: none; }#guxZeiG7WCNLphvLhJ4PgAoy6FfhbSbz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guxZeiG7WCNLphvLhJ4PgAoy6FfhbSbz > .row > .video-iframe-container { display: none; }#guxZeiG7WCNLphvLhJ4PgAoy6FfhbSbz > .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); }#guxZeiG7WCNLphvLhJ4PgAoy6FfhbSbz > .row .container { border-width: 0; border-radius: 0; }#guxZeiG7WCNLphvLhJ4PgAoy6FfhbSbz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guxZeiG7WCNLphvLhJ4PgAoy6FfhbSbz > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#EnaVZZVR3TRkU8na9CQ19X2K2TxRUaTJ { color:rgba(var(--color-primary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.76953125rem;left:11.875rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LrCcTTbxD4WXTEpmtMF2tWBXNSlVywiC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:7.9375rem;left:11.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tJmpwuAVU4Auufs7gJopOpr0HnvGt3cB { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:10.5rem;left:11.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GJplmwzLndRTekxTI6apl1SkQ90bANEa { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.9375rem;left:41.875rem; }
#GJplmwzLndRTekxTI6apl1SkQ90bANEa > img { max-width: 100%;max-height:100%; width:5rem; height:5rem; }#GnN8yLP0FTzJcQc3nGENNT1G3WgnNBHU { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:6.9375rem;left:49.375rem; }
#GnN8yLP0FTzJcQc3nGENNT1G3WgnNBHU > img { max-width: 100%;max-height:100%; width:5rem; height:5rem; }#setz7uP0apIuVU8osVDW8Asfkdfe3nLx { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.9375rem;left:56.875rem; }
#setz7uP0apIuVU8osVDW8Asfkdfe3nLx > img { max-width: 100%;max-height:100%; width:5rem; height:5rem; }#IqiXt6CKOuHJ8CuqVHV14m3foypTZnHW { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:15.9375rem;left:23.3125rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATFskPPRorgvrWRD6BEmGGnh3I7XMm0F { color:rgba(var(--color-primary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.068359375rem;left:40.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { top:10.9375rem;left:0rem;width:42.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { top:21.875rem;left:0rem;width:39.6875rem;height:8.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:16.8125rem;height:4.0625rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { top:1.875rem;left:0rem;width:9.375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph6kkaySquVRMCMKFKByG0dn7KIRxhT2 { width:9.375rem;height:3.4375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVG8Bcg1UXdTNxURJSpnLHnZZZVqXW3R { display:block; }
 }@media only screen and (max-width: 763px) { #HCw6Zodd9mhxs3TPLMtFs7b8DSnAUJxZ { width:9.375rem;height:3.4375rem;top:3.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ0cuXNicRm4m98dAd43hty86iiiFDnG { display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { top:6.25rem;left:0rem;width:1.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { top:37.5rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { top:32.3125rem;left:25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { top:6.6875rem;left:29.5rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { top:8.1875rem;left:46.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Hl07L1K783vraM3iAMr4IBgJWKnwdL { top:10.9375rem;left:11.8125rem;width:35.9375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiHKVl8dXgdHi3c8JfptQXTgVMZWQqpy { width:9.375rem;height:3.4375rem;top:3.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd6h1OSczOlX8QSGo4DOgwm6eS2Qxt7N { display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { top:1.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7NpukgATkHQa1aqgpcX3lt1W0LaJxaL { display:block; }#I7NpukgATkHQa1aqgpcX3lt1W0LaJxaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkg9dRKuTDfv3o6BZivBILKOT59k7Q5e { top:3.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzLOmHXoQb780qZmRkyB3usqGOWw4TTT { top:15.625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozEVMZr8X4FhEoOgUR2eT4t7c9PU5heo { top:28.125rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXWVii0fua1fEOAkXvlKIhCTNhvvQWIm { top:53.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1BDHLGMoCXznEIm7hhwUAxxfWbh8cRh { top:3.125rem;left:2rem;width:18.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v32tsB8nKM03kUqHuAvRHOp7pxTKeC95 { top:6.25rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7fVFKoVOqCG17nK929bX7bVzRX2ENkC { top:15.625rem;left:27rem;width:18.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NazscEdQcQgIVfUD6s0Up9JsUmCwa1DV { top:18.75rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6uT0Q4LZZiTnET6QsLpnWNo0etrDefV { top:28.125rem;left:2rem;width:18.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOFsnkv456HD4gVGL7vf2sOAuVMFnbUm { top:31.25rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQh55wWNR67TyZQGo2Dqa05kBrG17NWT { top:40.625rem;left:25.75rem;width:20rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDLhm8AuZeBJMbSErpLr5TL6tL3GMT9E { top:43.75rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICTyiUqNyOtxI6p8rUhCBm4PNebuSqAd { top:56.25rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6TqbRIa5KCS4esDryp66lpgQG0bZmuT { top:40.625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVwksTbb3VgBCwd0PCH4uCnvnumKA6mt { top:53.125rem;left:2rem;width:20.125rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InFgtTZs0MKZ491e3J5SQJzzF7JLBeDW { width:16.875rem;height:4.0625rem;top:65.5625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcZ8xtkMKBPtgrzunPziMt6P2s90WlTf { display:block; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { top:0.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { top:1.4375rem;left:0rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { top:3.4375rem;left:0rem;width:25rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { top:6.5625rem;left:0rem;width:25rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { top:4.5rem;left:17.5625rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { top:2.6875rem;left:21.75rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfZMQhxcFdIwZPfhPzcnmpRSNkD7KgbG { top:16.0625rem;left:3.3125rem;width:20.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { top:1.4375rem;left:19rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { top:3.4375rem;left:22.75rem;width:25rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { top:6.5625rem;left:22.75rem;width:25rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { top:4.8125rem;left:46.3125rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQOlhshWMlKLXRrmMMFcN32eDWESRasK { top:2.8125rem;left:41rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lelS5TFDo2xgkIPVBWkOpLEdC4Oh3ls3 { top:15.9375rem;left:32.5rem;width:15.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { top:1.4375rem;left:0rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { top:3.3125rem;left:0rem;width:25rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { top:6.75rem;left:0rem;width:25rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtXoDtbVfpraH5lEgzVl9PTHpdArkKTv { top:4.5rem;left:18.375rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { top:2.75rem;left:22.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Ca7CiJN7N2CQ76Iz6r5ptzmGitiQME { top:16.125rem;left:8.8125rem;width:15.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { top:1.4375rem;left:19rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { top:3.3125rem;left:22.75rem;width:25rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdI9ewuyhlUBLJIfESykX86k9WfLb47R { top:6.75rem;left:22.75rem;width:25rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { top:3.4375rem;left:46.3125rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { top:2.8125rem;left:42.375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWh78woyI44qEmLEpvbfhVPwSvSFuTbx { top:16.125rem;left:26.25rem;width:21.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP0FAtKg0PKLs1Gban4kBTsMcTbkIylc { width:15.3125rem;height:3.4375rem;top:32rem;left:29.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMTuDaxJrSHAES3lMhOF7TlKb7DiDdxD { display:block; }
 }@media only screen and (max-width: 763px) { #J20WNlvUH33l25LZ4T4bAgkVrOUxFAIU { display:block; }#J20WNlvUH33l25LZ4T4bAgkVrOUxFAIU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aP3OKypCuXBg8CdylCquGeISthH5W96T { top:1.5625rem;left:16.40625rem;width:14.9375rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVzJkvfnlKLKUll3FakFCRrWmlktz4Fo { top:6.25rem;left:0rem;width:15.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3GolNMmwCvTChSiOiXpnXURmmryEF96 { top:6.25rem;left:17.625rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJA5Tp8dqTNxrKPX9fTfZKiiJ59KRHcT { top:15rem;left:32.125rem;width:15.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmvGI2TN3JxJ1EUi3kXLOtKrqg60WfDv { top:14.875rem;left:16.0625rem;width:15.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMsE0GZZk6MSXpq7TGLqHqgn3aI9sXuf { top:22.6875rem;left:0rem;width:15.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlTklUizoULh1L1i1Q8TcML4LbFVdNIL { top:13.75rem;left:0rem;width:15.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW4S0McIHX0v5adK47oZFRaeSwtaQwop { top:6.4375rem;left:33.25rem;width:14.5rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULvbV6tNlouBbJuOqT02E4f4XM8plqQ4 { top:23rem;left:16.0625rem;width:15.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvAcmldRbRZNDiT666hbxhbuf15iTqfo { top:22.5625rem;left:32.125rem;width:15.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMrTbcFTAVXZzN2Ic5XSTLCM6ccz4HTG { top:28.1875rem;left:6.4375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnwWPVefTmRdnmOMWWJ7c6FFbIVgG2GX { top:29.125rem;left:30.125rem;width:9.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkymBrZyNXqwKwAdcr5LGFMmPL9Ndyn9 { display:block; }#FkymBrZyNXqwKwAdcr5LGFMmPL9Ndyn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QT9z0oSzma7sOhrnsgynNRkzt3RbchVf { top:1.25rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfu0LRVL4AQwK5W2OTMofi5nl07vCXxm { top:7.5rem;left:14.9375rem;width:32.8125rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDiW6fuKPN6OHFyzJUckCT3tZ0rB3hHA { top:7.5rem;left:0rem;width:32.8125rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTK95r2eEVccKUO94sxKaGKhAOAdixRT { top:6.8125rem;left:0rem;width:29.6875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { top:1.6875rem;left:18.875rem;width:28.875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { top:5.5rem;left:15.125rem;width:32.625rem;height:24rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynH1pF4SEniKd9M1rrhCezImSsQSwBkT { width:16.875rem;height:4.0625rem;top:32rem;left:28.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwx43LIkT2Bp1UBtMwxDeU7OEqNsQKAF { display:block; }
 }@media only screen and (max-width: 763px) { #ha8elJcFVkD4MyN8nL2c7IHRZIubQ5Ib { top:3.625rem;left:2.09375rem;width:19.6875rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { top:1.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { top:5.9375rem;left:4.71875rem;width:38.3125rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-checkbox-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS  { width:20.4375rem;height:auto;top:12.25rem;left:12.40625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS {display:block;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS { width:20.4375rem;height:auto;top:12.25rem;left:12.40625rem; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #kyRDzcTACSTi6TeM2skCwperxQOCDX2J {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #TukKPqeLf0UIvXFTpIxLCgMydgO3NRny { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J4ZwgRfzLRy7FOQ08ve0rNNSyA7hJ10B {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ZWQkiAoQX60yb69gu5GhbUOrtvKT9o2T {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #nLkZFhhLRtwvlDxSrnlG3GE57NO6NnMF { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #tBEZVRZ54srORtJUWnieWK1may4knc8u {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Fz3d6EH12P0qKd5WEgQJXPNLtaaUnt9R {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Goi9Zo7uwzPSKb3y6GoVxw6H2eRBKpdh { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #HOTKl06vTdOZ9eFSTe3do3EdlWUK3OUD {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #q8xdWUO4SdLNSei71uqTFyww5gBByfF8 {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #yPgSZrTwnFhNTCywvkvT38Ts4Mds7f6L {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #GmPbTMB1T9eIPytEDHr8OmwddrSre8Ow {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #xIVhnQZTgRvceZfMlzXXD48ZGEeq0t6A {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #EzzADWe5mQq2qLZ7ExEFaPEMDnQKnLp8 {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #c2H3gHVtUuuo2TgFCFNsLbGOom4pfilK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ECoT145LSJAoyl5VeE6w8wdTZuaduc7e {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #X8vx3qBaxwEZIM4r9vI1vFw4dNmN8CEz {  }
 }@media only screen and (max-width: 763px) { #OOqaXf0QQ0PPNwFKEy0HQbdXC29MDOQr { top:17.5rem;left:6.1875rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTdpcKAXnX6odx60NXwPcIRCylB5fyLX { top:15.4375rem;left:0.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5bnez3O3zFOa0bTQ88M7klKezdFrulJ { top:2.8125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozrWWAVBLHxKiZO5T1rJcR5SmvVyOcz0 { top:2.0625rem;left:1.25rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJyBytKOsEuBkSD5gsr4OPXX15PDRBIP { top:27.1875rem;left:44.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #guxZeiG7WCNLphvLhJ4PgAoy6FfhbSbz { display:block; }#guxZeiG7WCNLphvLhJ4PgAoy6FfhbSbz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnaVZZVR3TRkU8na9CQ19X2K2TxRUaTJ { top:1.75rem;left:0rem;width:22.1875rem;height:5.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrCcTTbxD4WXTEpmtMF2tWBXNSlVywiC { top:7.9375rem;left:0rem;width:18.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJmpwuAVU4Auufs7gJopOpr0HnvGt3cB { top:10.5rem;left:0rem;width:21.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJplmwzLndRTekxTI6apl1SkQ90bANEa { top:6.9375rem;left:28.25rem;width:5rem;height:5rem;display:block; }
#GJplmwzLndRTekxTI6apl1SkQ90bANEa > img { max-width: 100%;max-height:100%; width:5rem; height:5rem; } }@media only screen and (max-width: 763px) { #GnN8yLP0FTzJcQc3nGENNT1G3WgnNBHU { top:6.9375rem;left:35.75rem;width:5rem;height:5rem;display:block; }
#GnN8yLP0FTzJcQc3nGENNT1G3WgnNBHU > img { max-width: 100%;max-height:100%; width:5rem; height:5rem; } }@media only screen and (max-width: 763px) { #setz7uP0apIuVU8osVDW8Asfkdfe3nLx { top:6.9375rem;left:42.75rem;width:5rem;height:5rem;display:block; }
#setz7uP0apIuVU8osVDW8Asfkdfe3nLx > img { max-width: 100%;max-height:100%; width:5rem; height:5rem; } }@media only screen and (max-width: 763px) { #IqiXt6CKOuHJ8CuqVHV14m3foypTZnHW { top:15.9375rem;left:9.6875rem;width:29.4375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATFskPPRorgvrWRD6BEmGGnh3I7XMm0F { top:3.0625rem;left:25.25rem;width:22.5rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { width:20rem;height:4.6875rem;top:7.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#30004e;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { width:18.75rem;height:7.5rem;top:13.3125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:13.75rem;height:3.125rem;top:35.875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { width:7.5rem;height:4.875rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph6kkaySquVRMCMKFKByG0dn7KIRxhT2 { width:6.25rem;height:3.4375rem;top:7.375rem;left:6.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVG8Bcg1UXdTNxURJSpnLHnZZZVqXW3R { display:block; }
 }@media only screen and (max-width: 763px) { #HCw6Zodd9mhxs3TPLMtFs7b8DSnAUJxZ { width:6.25rem;height:3.4375rem;top:12.0625rem;left:6.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZ0cuXNicRm4m98dAd43hty86iiiFDnG { display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { width:1.5625rem;height:1.5rem;top:6.25rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { width:1.6875rem;height:1.6875rem;top:37.5rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { width:2.375rem;height:2.375rem;top:32.3125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { width:0.625rem;height:0.625rem;top:6.6875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { width:0.375rem;height:0.3125rem;top:30.1884765625rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3Hl07L1K783vraM3iAMr4IBgJWKnwdL { width:17.5rem;height:11.5625rem;top:22.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiHKVl8dXgdHi3c8JfptQXTgVMZWQqpy { width:6.25rem;height:3.4375rem;top:19.125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jd6h1OSczOlX8QSGo4DOgwm6eS2Qxt7N { display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { width:18.0625rem;height:4.6875rem;top:1.09375rem;left:0.96875rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I7NpukgATkHQa1aqgpcX3lt1W0LaJxaL { display:block; }#I7NpukgATkHQa1aqgpcX3lt1W0LaJxaL > .row .container { width:20rem;height:142.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkg9dRKuTDfv3o6BZivBILKOT59k7Q5e { display:flex;width:6.25rem;height:6.25rem;top:1.5625rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #OzLOmHXoQb780qZmRkyB3usqGOWw4TTT { display:flex;width:6.25rem;height:6.25rem;top:29.375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #ozEVMZr8X4FhEoOgUR2eT4t7c9PU5heo { display:flex;width:6.25rem;height:6.25rem;top:55.4375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #BXWVii0fua1fEOAkXvlKIhCTNhvvQWIm { display:flex;width:6.25rem;height:6.25rem;top:110.3125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #X1BDHLGMoCXznEIm7hhwUAxxfWbh8cRh { width:18.75rem;height:2.03125rem;top:9.0625rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v32tsB8nKM03kUqHuAvRHOp7pxTKeC95 { width:17.5rem;height:15.1875rem;top:12.1875rem;left:1.25rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #h7fVFKoVOqCG17nK929bX7bVzRX2ENkC { width:18.75rem;height:2.03125rem;top:36.875rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NazscEdQcQgIVfUD6s0Up9JsUmCwa1DV { width:17.5rem;height:13.5rem;top:39.9375rem;left:1.25rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #m6uT0Q4LZZiTnET6QsLpnWNo0etrDefV { width:18.75rem;height:2.03125rem;top:62.4375rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aOFsnkv456HD4gVGL7vf2sOAuVMFnbUm { width:17.5rem;height:15.1875rem;top:65.75rem;left:1.25rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #RQh55wWNR67TyZQGo2Dqa05kBrG17NWT { width:20rem;height:2.03125rem;top:90.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDLhm8AuZeBJMbSErpLr5TL6tL3GMT9E { width:17.5rem;height:15.1875rem;top:93.625rem;left:1.25rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ICTyiUqNyOtxI6p8rUhCBm4PNebuSqAd { width:17.5rem;height:15.1875rem;top:121.1875rem;left:1.25rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #f6TqbRIa5KCS4esDryp66lpgQG0bZmuT { display:flex;width:6.25rem;height:6.25rem;top:83.09375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #dVwksTbb3VgBCwd0PCH4uCnvnumKA6mt { width:20rem;height:2.03125rem;top:117.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #InFgtTZs0MKZ491e3J5SQJzzF7JLBeDW { width:15.3125rem;height:3.4375rem;top:137.625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcZ8xtkMKBPtgrzunPziMt6P2s90WlTf { display:block; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { width:20rem;height:2.34375rem;top:0.953125rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { width:19.375rem;height:18.375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { width:17.25rem;height:1.8681625rem;top:3.125rem;left:1.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { width:17.5rem;height:10.125rem;top:6.21875rem;left:1.25rem;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { width:1.4375rem;height:1.5rem;top:16.33046913147rem;left:17.187500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { width:1.75rem;height:1.75rem;top:15.78125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfZMQhxcFdIwZPfhPzcnmpRSNkD7KgbG { width:12.5rem;height:0;top:1.66796875rem;left:6.3749998807906rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { width:19.375rem;height:18.375rem;top:20.78750038147rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { width:18rem;height:1.8681625rem;top:22.5rem;left:1rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { width:17.5rem;height:11.8125rem;top:25.8125rem;left:1.25rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { width:1.4375rem;height:1.5rem;top:36.0625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQOlhshWMlKLXRrmMMFcN32eDWESRasK { width:1.75rem;height:1.75rem;top:35.9375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lelS5TFDo2xgkIPVBWkOpLEdC4Oh3ls3 { width:12.5rem;height:0;top:21.125rem;left:6.6874998807906rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { width:19.375rem;height:18.375rem;top:0.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { width:15.875rem;height:1.8681625rem;top:2.6875rem;left:2.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { width:17.5rem;height:10.125rem;top:5.84375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtXoDtbVfpraH5lEgzVl9PTHpdArkKTv { width:1.4375rem;height:1.5rem;top:16.7666015625rem;left:14.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { width:1.75rem;height:1.75rem;top:16.642188549042rem;left:16.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Ca7CiJN7N2CQ76Iz6r5ptzmGitiQME { width:12.5rem;height:0;top:1.7914066314698rem;left:6.1249998807907rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { width:19.375rem;height:18.375rem;top:20.787506103516rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { width:17.625rem;height:1.8681625rem;top:22.8125rem;left:1.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdI9ewuyhlUBLJIfESykX86k9WfLb47R { width:17.5rem;height:8.4375rem;top:26.458984375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { width:1.4375rem;height:1.5rem;top:37.72500038147rem;left:17.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { width:1.75rem;height:1.75rem;top:36.175001144409rem;left:13.937500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWh78woyI44qEmLEpvbfhVPwSvSFuTbx { width:12.5rem;height:0;top:21.624999523163rem;left:6.1249998807907rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DP0FAtKg0PKLs1Gban4kBTsMcTbkIylc { width:15.3125rem;height:3.4375rem;top:41.3125rem;left:2.34375rem;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #JMTuDaxJrSHAES3lMhOF7TlKb7DiDdxD { display:block; }
 }@media only screen and (max-width: 763px) { #J20WNlvUH33l25LZ4T4bAgkVrOUxFAIU { display:block; }#J20WNlvUH33l25LZ4T4bAgkVrOUxFAIU > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aP3OKypCuXBg8CdylCquGeISthH5W96T { width:14.9375rem;height:2.4375rem;top:1.25rem;left:2.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVzJkvfnlKLKUll3FakFCRrWmlktz4Fo { width:12.5rem;height:3rem;top:4.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3GolNMmwCvTChSiOiXpnXURmmryEF96 { width:9.25rem;height:3.125rem;top:9.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJA5Tp8dqTNxrKPX9fTfZKiiJ59KRHcT { width:13.75rem;height:2.0625rem;top:28.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmvGI2TN3JxJ1EUi3kXLOtKrqg60WfDv { width:13.75rem;height:2.25rem;top:24.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMsE0GZZk6MSXpq7TGLqHqgn3aI9sXuf { width:15.625rem;height:3.9375rem;top:31.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlTklUizoULh1L1i1Q8TcML4LbFVdNIL { width:15.625rem;height:4.875rem;top:18.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW4S0McIHX0v5adK47oZFRaeSwtaQwop { width:14.5rem;height:3.8125rem;top:13.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULvbV6tNlouBbJuOqT02E4f4XM8plqQ4 { width:15.625rem;height:3.375rem;top:36.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvAcmldRbRZNDiT666hbxhbuf15iTqfo { width:15.625rem;height:4.25rem;top:41.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMrTbcFTAVXZzN2Ic5XSTLCM6ccz4HTG { width:11.25rem;height:11.25rem;top:46.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnwWPVefTmRdnmOMWWJ7c6FFbIVgG2GX { width:9.375rem;height:9.3125rem;top:59.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkymBrZyNXqwKwAdcr5LGFMmPL9Ndyn9 { display:block; }#FkymBrZyNXqwKwAdcr5LGFMmPL9Ndyn9 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QT9z0oSzma7sOhrnsgynNRkzt3RbchVf { width:20rem;height:2.34375rem;top:1.25rem;left:0rem;font-size:1.5625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yfu0LRVL4AQwK5W2OTMofi5nl07vCXxm { height:11.25rem;width:20rem;top:17.6748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDiW6fuKPN6OHFyzJUckCT3tZ0rB3hHA { height:11.2373125rem;width:20rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTK95r2eEVccKUO94sxKaGKhAOAdixRT { width:20rem;height:17rem;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { width:19.1875rem;height:2.4375rem;top:1.25rem;left:0.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { width:18.0625rem;height:32.285125rem;top:4.9375rem;left:0.9375rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ynH1pF4SEniKd9M1rrhCezImSsQSwBkT { width:14.375rem;height:3rem;top:38.4716875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwx43LIkT2Bp1UBtMwxDeU7OEqNsQKAF { display:block; }
 }@media only screen and (max-width: 763px) { #ha8elJcFVkD4MyN8nL2c7IHRZIubQ5Ib { width:19.6875rem;height:35.1875rem;top:3.625rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { width:16.4375rem;height:4.375rem;top:0.9375rem;left:1.78125rem;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { width:16.625rem;height:9rem;top:5.9375rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-form-header {  }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.5rem;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;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#30004e;font-size:0.9375rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-textarea { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#30004e;font-size:0.9375rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#7cff43;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:4.375rem;margin-bottom:0.25rem;margin-left:4.375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#30004e;width:8.75rem;height:3.125rem;font-family:roboto;overflow:hidden;box-shadow: 0.3125rem 0.3125rem 1.875rem rgba(0,2,168,0.5) ;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-moz-placeholder { color:#30004e;font-family:roboto;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-moz-placeholder { color:#30004e;font-family:roboto;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-ms-input-placeholder { color:#30004e;font-family:roboto;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-webkit-input-placeholder { color:#30004e;font-family:roboto;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:first-of-type{padding-top:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:last-of-type{padding-bottom:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:15.5400390625rem;z-index:15001; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS {display:block;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:15.5400390625rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #kyRDzcTACSTi6TeM2skCwperxQOCDX2J {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #TukKPqeLf0UIvXFTpIxLCgMydgO3NRny { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J4ZwgRfzLRy7FOQ08ve0rNNSyA7hJ10B {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ZWQkiAoQX60yb69gu5GhbUOrtvKT9o2T {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #nLkZFhhLRtwvlDxSrnlG3GE57NO6NnMF { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #tBEZVRZ54srORtJUWnieWK1may4knc8u {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Fz3d6EH12P0qKd5WEgQJXPNLtaaUnt9R {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Goi9Zo7uwzPSKb3y6GoVxw6H2eRBKpdh { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #HOTKl06vTdOZ9eFSTe3do3EdlWUK3OUD {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #q8xdWUO4SdLNSei71uqTFyww5gBByfF8 {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #yPgSZrTwnFhNTCywvkvT38Ts4Mds7f6L {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #GmPbTMB1T9eIPytEDHr8OmwddrSre8Ow {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #xIVhnQZTgRvceZfMlzXXD48ZGEeq0t6A {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #EzzADWe5mQq2qLZ7ExEFaPEMDnQKnLp8 {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #c2H3gHVtUuuo2TgFCFNsLbGOom4pfilK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ECoT145LSJAoyl5VeE6w8wdTZuaduc7e {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #X8vx3qBaxwEZIM4r9vI1vFw4dNmN8CEz {  }
 }@media only screen and (max-width: 763px) { #OOqaXf0QQ0PPNwFKEy0HQbdXC29MDOQr { width:1.4375rem;height:1.5rem;top:27.0400625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTdpcKAXnX6odx60NXwPcIRCylB5fyLX { width:1.75rem;height:1.75rem;top:24.0400625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5bnez3O3zFOa0bTQ88M7klKezdFrulJ { width:1.75rem;height:1.75rem;top:10.125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozrWWAVBLHxKiZO5T1rJcR5SmvVyOcz0 { width:1.4375rem;height:1.5rem;top:7.375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJyBytKOsEuBkSD5gsr4OPXX15PDRBIP { width:1.75rem;height:1.75rem;top:55.9629375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #guxZeiG7WCNLphvLhJ4PgAoy6FfhbSbz { display:block; }#guxZeiG7WCNLphvLhJ4PgAoy6FfhbSbz > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnaVZZVR3TRkU8na9CQ19X2K2TxRUaTJ { width:20rem;height:4.375rem;top:0.9375rem;left:0rem;font-size:1.5625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrCcTTbxD4WXTEpmtMF2tWBXNSlVywiC { width:13.8125rem;height:1.4619125rem;top:6.84375rem;left:3.125rem;font-size:1rem;line-height:1.4;font-family:ubuntu;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJmpwuAVU4Auufs7gJopOpr0HnvGt3cB { width:16.4375rem;height:1.4619125rem;top:9.65625rem;left:1.78125rem;font-size:1rem;line-height:1.4;font-family:ubuntu;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJplmwzLndRTekxTI6apl1SkQ90bANEa { display:flex;width:3.125rem;height:3.125rem;top:17.0625rem;left:2.5rem;font-size:2.1875rem; }
#GJplmwzLndRTekxTI6apl1SkQ90bANEa > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #GnN8yLP0FTzJcQc3nGENNT1G3WgnNBHU { display:flex;width:3.4375rem;height:3.4375rem;top:16.9375rem;left:8.3125rem;font-size:2.375rem; }
#GnN8yLP0FTzJcQc3nGENNT1G3WgnNBHU > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #setz7uP0apIuVU8osVDW8Asfkdfe3nLx { display:flex;width:3.125rem;height:3.125rem;top:17.0625rem;left:14.375rem;font-size:2.1875rem; }
#setz7uP0apIuVU8osVDW8Asfkdfe3nLx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #IqiXt6CKOuHJ8CuqVHV14m3foypTZnHW { width:20rem;height:1.2246125rem;top:22.630859375rem;left:0rem;font-size:0.875rem;line-height:1.4;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #ATFskPPRorgvrWRD6BEmGGnh3I7XMm0F { width:20rem;height:2.1875rem;top:13.3125rem;left:0rem;font-size:1.5625rem;line-height:1.4;display:block; }
 }