.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:243,217,222;--color-primary-1:216,128,144;--color-primary-2:176,0,32;--color-primary-3:88,0,16;--color-primary-4:26,0,5;--color-secondary-0:238,235,243;--color-secondary-1:203,194,218;--color-secondary-2:168,153,193;--color-secondary-3:155,128,200;--color-secondary-4:79,25,100;--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:"ubuntu";--paragraphs-font-family:"ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:rgba(11,21,63,0.3);background-image:url("https://images.assets-landingi.com/uc/872ea9d1-e2e2-4e80-aeb5-88e9602ed86f/Money2020toLP1980x1280px1920x1080px35.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:60rem;height:66.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:rgba(var(--color-tertiary-0),0.8);display:block;width:39.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:16.414844512939rem;left:0.09375rem;height:11.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:32.27499961853rem;left:0.09375rem;height:4.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.25rem;width:22.375rem;top:7.6875rem;left:37.625rem;display:block; }
#usz6MIeQ2xKry57sRChBys22H2UlPJkz { color:#050b26;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.028124809265rem;left:40.031251907349rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-form-header {  }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:2.875rem;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem 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:2.75rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:12.875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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.7;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.8);vertical-align:top;width:17rem;overflow:hidden;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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.3; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:first-of-type{padding-top:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:last-of-type{padding-bottom:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.5625rem;left:38.343751907349rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.4375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;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; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.5625rem;left:38.343751907349rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Uh8k2ae3H8WVDy7o2zo5O3mRJJqFpoyX { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #kqO7OA0peswlyTaeqTZnTXm3vXWopnuo { position:relative;z-index:2; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #FX8upcBiK8ozt1Ag1RCUxutZFWfnVCa1 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #eCpKU3E3NIeoZ2dV00bIVKz3v4iZQgrG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #u3AQntSRfng5t3rKP0XB29AzcQTLzxf9 { position:relative;z-index:2; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #mSspn7iaEC3AXfXXEsugw5cZtAtoefae { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n { position:relative; }
#E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { 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:1.5625rem;width:1.5625rem;top:48.5625rem;left:29.625rem;overflow:hidden;display:block; }
#xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { background-color:rgba(var(--color-tertiary-0),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-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.9375rem;left:27.0625rem;display:block; }
#dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { 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:8rem;width:8rem;top:3.1875rem;left:0.09375rem;overflow:hidden;display:block; }
#Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { position:absolute;display:block;z-index:15006;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:22.375rem;top:7.6875rem;left:37.625rem;display:block; }
#sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:13.25rem;width:20rem;top:52.75rem;left:0rem;display:block; }
#eCldaZIn9pzgDmxO8rnge6vDSvrED4Ng { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:20rem;top:52.3125rem;left:0rem;display:block; }
#KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { position:absolute;display:block;z-index:15017;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20rem;top:52.75rem;left:40rem;display:block; }#KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz.adaptive-delivery-prevent-bg, #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz.lazyload, #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz.lazyloading { background-image: none; }
#K12VHG2ITCfs8TXqy17HWzlgkh66JL6d { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:20rem;top:52.3125rem;left:40rem;display:block; }
#WSIitP1n7wSEs5oKimDVETQ51XdryJfX { 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:13.125rem;width:19.875rem;top:52.75rem;left:20rem;overflow:hidden;display:block; }
#gqPuU3JHIMN6RbDbJcQLzxm2TGz0fXiK { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.4375rem;width:20rem;top:52.3125rem;left:20rem;display:block; }
#viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:55.47500038147rem;left:1.3624992370606rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:55.47500038147rem;left:42.925001144409rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d3af62a6-9992-41a0-bf8e-5dfbe0b39039/Money2020toLP1980x1280px1920x1080px38.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.adaptive-delivery-prevent-bg, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyload, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyloading { background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { background-color: transparent; background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .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); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { border-width: 0; border-radius: 0; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:60rem;position:relative;display:block; }#eJp76CysykqwaPSEbXTV1hHlXkitJT2x { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.9375rem;left:21.093751907349rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vX9tXUyqVSIFw208EfsSoTaBwahy9sxp { position:absolute;display:block;z-index:15016;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20rem;top:0rem;left:20rem;display:block; }
#m4coCkIDprtuHZuU507DdPy1ST34RAfI { position:absolute;display:block;z-index:15024;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:13.125rem;width:20rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#e60RB3foyEabr37tB91TvcUCi8nPQc3V { position:absolute;display:block;z-index:15028;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:13.1875rem;width:20rem;top:0rem;left:40.125001907349rem;overflow:hidden;display:block; }
#LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:16.8125rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { color:rgba(var(--color-tertiary-0),0.7);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:26.125rem;left:7.71875rem;height:20.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eRcURKO0JW9EPOP50cl1OP6O6vKxVzLV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050b26;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:13.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:51.125rem;left:22.562501907349rem;display:block; }
#sL3Ip1GqzK3mqlz0C06cXmJAxp83rQ2n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mvz2SuQCaTfAzbHPV0UkJLRIosNMxTku { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:19.96249961853rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/gL7IypUn/section4_bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321.adaptive-delivery-prevent-bg, #aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321.lazyload, #aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321.lazyloading { background-image: none; }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .row .container { background-color: transparent; background-image: none; }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .row .container > .video-iframe-container { display: none; }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .row > .video-iframe-container { display: none; }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .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); }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .row .container { border-width: 0; border-radius: 0; }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;position:relative;display:block; }#d8afvXB6ccE8bOP2lwDaCsJSJmAKySpo { color:#050b26;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:7.5000019073488rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNQyPgEv79TzR4lXPEhRxQuXwGIeGSFq { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.375rem;left:0.125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#et0uINNSH1E8V47JRl9ytMmSbZBOmoQ9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:14.487500190735rem;left:20.250001907349rem; }
#z55F14DzvdgKcIXcVuUWg4e0F8tthfum { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.625rem;left:16.625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SzIr3UOrQN25XiRqMOA0ce0dXou710mu { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.375rem;width:14.375rem;top:12.562500715256rem;left:15.062501907349rem;display:block; }
#e7cqcngiZ2T8CICwOfXASK6usar94fNh { color:#050b26;display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:30.0625rem;left:2.34375rem;height:6.075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yXBR2lt6dg8dqhTOyuJpFiX0NrOkglD4 { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.375rem;width:14.375rem;top:12.5625rem;left:0rem;display:block; }
#NpkBwKs1zttFLyb7LTMPclXTnCeoho1c { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.375rem;width:14.375rem;top:12.562500715256rem;left:30.175001144409rem;display:block; }
#xTWcKXTn8em9pPCkCRUWCr80mTRF8KTu { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.625000715256rem;left:31.675001144409rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qTo5IDpwPS8nzxJXzTuErobSzMSzg1ab { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;top:13.812500715256rem;left:35.050001144409rem; }
#QAR5AtTBht9TXCX0oprro2iQ3G55d5go { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:16.237499952316rem;left:37.78750038147rem;display:block; }
#rKnoHLlu4qSQS3ZNpFNNCtBpEoONcaHA { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2.875rem;width:2.875rem;top:14.125000715256rem;left:34.125001907349rem;display:block; }
#PzaCgskXOW6TFRbQJvzbfW9Zku97Nl5V { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:19.018750190735rem;left:2.34375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JT7NOSo2laW4tD5JTbycSKHxoXOcbM2W { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:13.8125rem;left:5.71875rem; }
#EwGxPFKdVdTDXO2sc3OwoITUxN60yTaK { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:13.8125rem;left:6.625rem;display:block; }
#NFGw0BN8Dym4HG5aBCmSGP2E5SbnhN9W { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:21.6875rem;left:1.5rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nImqVxV3oBtuFnmMTpFg7Us9aOlQ5nMn { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:22.418750762939rem;left:16.562501907349rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OgtFDvP5Rh59lpaUas00cv7e7biT2mQT { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:17.625rem;left:21.281251907349rem;display:block; }
#Nv7Zh71lyCQLyp4cnMKW1TEFIGksZ9S6 { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2.75rem;width:2.75rem;top:14.125rem;left:20.0625rem;display:block; }
#HyxgMOlhXnGi6mJPa1skld76ygTIMX2x { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.375rem;width:14.375rem;top:12.562500715256rem;left:45.625001907349rem;display:block; }
#sS40RNyVlKZmmkzOkBZx7Md02RmC3SIa { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.018750190735rem;left:47.125001907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OrtHNyqRW26II1OcXJ1Wlydwi5s9QmAv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:13.812500715256rem;left:50.500001907349rem; }
#ScB5s4zvyuEcZ5uzThp1Q7PPOFAog1VA { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:21.6875rem;left:47.125001907349rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e3GuLfrG3SeFPC9lztM0ZoQHl0gwmAP7 { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:21.6875rem;left:31.675001144409rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZsH21509HvalzSTNbTpqODBuOMF8yMTd { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:21.6875rem;left:31.675001144409rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VkFzdkfTiFSfxCkqySTTuAoCwkiqfoKk { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2.875rem;width:2.875rem;top:14.6875rem;left:51.375001907349rem;display:block; }
#mC1TrERNn11ZHZco3S0e52xqRVUigz8f { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:16.60000038147rem;left:7.0625rem;display:block; }
#HhBrCwLcKrF7KMfPtk5E5bEnAUgRR8F6 { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:16.60000038147rem;left:53.237504959106rem;display:block; }
#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { background-color: transparent; background-image: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .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); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { border-width: 0; border-radius: 0; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:60rem;position:relative;display:block; }#bRKGHw3eiyO9vz0taFXdn7gD5f4lZ8cr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050b26;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:13.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.749994277954rem;left:23.250001907349rem;display:block; }
#uTIx2n3Tvc6RTSJp7H9RaVa95JLlCQq7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gSsnHsJu83nOndIXrguSGr1RsZ8P85Pn { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.125rem;left:0.125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXSdvZdMBdE0f7GDard6qxmMn5blDEFi { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:11.625rem;left:1.5rem;display:block; }
#uAR7JkFsbbqJT1GyfyPuVRaK5XXA25fm { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(181deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(181deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(181deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(181deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:11.4375rem;left:27.75rem;display:block; }
#PlkvS1Tc8aPWnuqLqqm2znSkxVF3H9sn { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.5rem;left:6.875rem; }
#DiMqO8AQeGfUZfodQUkcKCdP8FT9TB40 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:13.8125rem;left:27.75rem; }
#de4acg3fnvaSaOf78xBfWzXyD9rxyVxV { color:rgba(var(--color-tertiary-1),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:20.625rem;left:0rem;height:8.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mwUtH2CfeWtnZdwSfoU3X0HtzztKdm16 { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:11.4375rem;left:54rem;display:block; }
#pmDMBUcMZuDoPArhVPIDknDfTnF1a8gL { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:13.8125rem;left:48rem; }
#FFvqHAaLxKhBrx1RKxbWEbKrQsnOEhqt { color:rgba(var(--color-secondary-0),1);display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:8.32421875rem;left:9.4375rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UXKMFgPgGnZcqcwb6ZL5BwFP95QHe7QF { color:rgba(var(--color-tertiary-1),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.7;letter-spacing:0;top:20.625rem;left:20.625rem;height:8.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ob4JwCsyw8AT7CPvlheo1GZFsshepGex { color:rgba(var(--color-tertiary-1),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:20.625rem;left:41.1875rem;height:10.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9f9a293e-879b-4965-9414-2259b3d52d87/Money2020toLP1980x1280px1920x1080px5.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.adaptive-delivery-prevent-bg, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyload, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyloading { background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { background-color: transparent; background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .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); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { border-width: 0; border-radius: 0; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:60rem;position:relative;display:block; }#qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:5.5rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KWTUknxdNK6gcpDw5CTIfoa1GtpQu2um { color:rgba(var(--color-tertiary-0),0.7);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:8.5242195129394rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToPGLlgNC1zOck0lB4B7O49q4CZ9vZIW { 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:8.1875rem;width:8.1875rem;top:15.031250536442rem;left:1.1750011444092rem;overflow:hidden;display:block; }
#NspIREhv91nbmyJWq6LgB0BTmo1w7DOn { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:8.5rem;top:16.062499582768rem;left:49.375001907349rem;overflow:hidden;display:block; }
#hc12TaTqQiCX5LIV4KV7TdRTKqGPlAxS { 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:2.625rem;width:11.4375rem;top:17.812499582768rem;left:10.5rem;overflow:hidden;display:block; }
#Qvv8m7JrApmxb0EKWqZnxKkwTIcnAT5T { 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:2.5625rem;width:7.6875rem;top:17.843749582768rem;left:38.312501907349rem;overflow:hidden;display:block; }
#CtbfCRJfTOlq2dXHnzBf8uxEzgeshg1V { 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:3.0625rem;width:11.1875rem;top:17.593749582768rem;left:24.406251907349rem;overflow:hidden;display:block; }
#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/gL7IypUn/section4_bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW.adaptive-delivery-prevent-bg, #MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW.lazyload, #MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW.lazyloading { background-image: none; }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .row .container { background-color: transparent; background-image: none; }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .row .container > .video-iframe-container { display: none; }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .row > .video-iframe-container { display: none; }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .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); }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .row .container { border-width: 0; border-radius: 0; }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:60rem;position:relative;display:block; }#GcGAL572gZtLQ998InWfUz0iU1hHbeqF { color:#050b26;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:8.4375rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PnqET7vAD2oXhacs3T5eMsIw2hctmJ4v { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.375rem;left:0.125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#faET8qsPd1EhpIXBQp9riQE3LM2WEohQ { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.28750038147rem;left:24.312501907349rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yLZoro1RipVga3qts8fl02tTWKR5exM9 { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.375rem;width:14.375rem;top:12.5625rem;left:22.6875rem;display:block; }
#ghmlrrGGMnVcNpsWBWlhyT02vAAwGs2d { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.375rem;width:14.375rem;top:12.5625rem;left:6rem;display:block; }
#kfJa8ge7v09AviPXb1GUyv5fwTgh13KE { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.375rem;width:14.375rem;top:12.5625rem;left:39.625rem;display:block; }
#pnTDq7rqKlzPwJez7XH698zWofVDhe1v { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:18.28750038147rem;left:41.125001907349rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wRxKn1vNcuNNLpzgKCU11JlfmvFwZPXv { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.55624961853rem;left:7.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m2PtlEhTRNcGliSMo5DwHkwMO2WsJhez { color:#050b26;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:20.528125762939rem;left:7.125rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tdD41HAh5JMnbTPaI9A9ZTJkmXUvN0ON { color:#050b26;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:21.63437461853rem;left:23.375001907349rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fAqcIXbDh32rl4KexV9IZTDgSwQc39Ts { color:#050b26;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:21.534376144409rem;left:40.687501907349rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pDpRCZ91P0HgK0gS9141ABsL1LPvZmNb { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.6875rem;left:11.15625rem; }
#F07TomTx2k3XI5XItiIEw9RXDfR4hRVM { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:13.6875rem;left:27.968751907349rem; }
#omfOMLZd7xpoLSOhFlTGhHoialfUgck2 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:13.6875rem;left:44.781251907349rem; }
#xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/096f6dfe-d9a5-4696-9718-1760d9fbebbb/Money2020toLP1980x1280px1920x1080px37.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm.adaptive-delivery-prevent-bg, #xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm.lazyload, #xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm.lazyloading { background-image: none; }#xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm > .row .container { background-color: transparent; background-image: none; }#xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm > .row .container > .video-iframe-container { display: none; }#xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm > .row > .video-iframe-container { display: none; }#xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm > .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); }#xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm > .row .container { border-width: 0; border-radius: 0; }#xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:60rem;position:relative;display:block; }#OmgsgoBbcgIJ60A7r5XI3R2AZRWZO5mf { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.5617036819458rem;left:0.125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RyLst90bx286JsnzcJKrwIXnR2PSggdd { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:23.5625rem;top:13.15625rem;left:36.437501907349rem;display:block; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-form-header {  }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:2.875rem;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-text {padding-top: 0; padding-bottom: 0;}#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-select {padding-top: 0; padding-bottom: 0;}#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem 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:2.75rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:12.875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .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.7;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.8);vertical-align:top;width:17rem;overflow:hidden;font-style:normal; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .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; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .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.3; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-container:first-of-type{padding-top:0;}#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-container:last-of-type{padding-bottom:0;}#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB  { background-color:rgba(var(--color-secondary-2),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.91250038147rem;left:37.393751144409rem; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.4375rem; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;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; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB {display:block;}#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB { background-color:rgba(var(--color-secondary-2),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.91250038147rem;left:37.393751144409rem; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #V3cWKvN7yINn8KIA8hHe1vCVxSdfkdhI { position:relative; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #XOKS9hi2O9Zwwmf6iiLIEGilqfOhWaBH { position:relative;display:block; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #bXPC23qTqHf9r81GBJwPsMBpNI1MKvOL { position:relative; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #JnsqHyctqWEkTOIt9dKayO25vcmP3zhg { position:relative; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #b8I63WAEas9tih36tbHIG8MoECcOrEuf { position:relative;display:block; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #hOlE24q7f6SCpDNz1IcJCWxSppqhGoFp { position:relative; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #MWaBMdtShnXOKbbLkOp75vO49HzZnWvi { position:relative; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #vsmxsQG9Q8ykFCewDIqO6LvdAi7kpUf6 { position:relative;display:block; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #KNLNQyGw8lStRd6HAuVCsF6IpRyMswyr { position:relative; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #LzGnaCyUgtkFQCRADc6xyBqnEcRzlI7h { position:relative; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #iP1toxBtqvzAohA2TtrAfoyxoSf1BAKW { position:relative;display:block; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #kb5iGJfAZli9B0mOhRPX6LvT5nw3Mfpl { position:relative; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #WK2s8A2uzvqZOpKpSTAnMNrtLBsh0t2o { position:relative; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #zMf1HDRgzwGpWqLgVaXv2q6nlF8E7CrD { position:relative;z-index:2; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #czRsPR8SdmKhmMQtylSxCpKkJMVKcBdE { position:relative; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #U7Ko8SwQZSd9W2iXl3Z8vMMMF9XJE3bh { position:relative; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #b9PqkmcXslDJbZURiPtTlgOBID4MKsnf { position:relative;z-index:2; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #mV05kKKGsyapV47Hh1pQlbCTN0nSkXPd { position:relative; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #Ad88eXyfLSyo5AZPdvu39KGzWE7F3Vvo { position:relative; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #ScNhLzwwkiylD8QkLaa5GqzZWbkoF2fI { position:relative; }
#NZmOItbG2UpR6WPoUineNE7OxwsvEGnR { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:9.0625rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f9cNpD5XP32sb5HT6z83rwyrCsMpno4C { color:rgba(var(--color-tertiary-1),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.7;letter-spacing:0;top:13.893750190735rem;left:4.1000003814697rem;height:28.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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;z-index:auto;display:block; }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .row .container { background-color: transparent; background-image: none; }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .row .container > .video-iframe-container { display: none; }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .row > .video-iframe-container { display: none; }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .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); }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .row .container { border-width: 0; border-radius: 0; }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:60rem;position:relative;display:block; }#dZMndeRCCJ8fHr8yJuprHc9n1TWeaaWl { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:12.875rem;left:1.0625rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AT28SF1Jn6tseTTz7x4AgoZDropiq6f3 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:3.5789070129394rem;left:8.9375rem;overflow:hidden;display:block; }
#XNRnSKknKnuwcsTNqf1yDD0syJnOt7oo { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:3.5789070129394rem;left:17.58749961853rem;height:8.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7Cr1lfqHIIQuUp7q3WzhTI2p6kyf4f0 { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:6.92812538147rem;left:38.78750038147rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8NuuJW3y3eQgUfXHHD380slX0TKH84n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.1875rem;left:35.60000038147rem; }
#MO53gwAP9scdiTHgDhqV9OUg97a0LFRW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.6609382629394rem;left:35.60000038147rem; }
#zNAoUXM4m6p3K3hGxv0OH0x4rXsZRxBG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.2859382629394rem;left:35.60000038147rem; }
#IgSLcFmegeTSiipFyMztK9x9Pwc3xTgC { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:4.1429691314697rem;left:39.03750038147rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuMyNdZT2WFA16H0hTCTUPhXpwh7oPEE { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:9.1414070129394rem;left:38.97500038147rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATk5kv41AKe945NhmywrXT4i2mWsyUFt { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:12.875rem;left:35.60000038147rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:39.0625rem;height:11.5rem;top:16.375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:34.4375rem;height:4rem;top:32.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:22.375rem;height:35.25rem;top:7.6875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:17.5625rem;height:2.1875rem;top:10rem;left:30.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Uh8k2ae3H8WVDy7o2zo5O3mRJJqFpoyX {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #kqO7OA0peswlyTaeqTZnTXm3vXWopnuo {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #FX8upcBiK8ozt1Ag1RCUxutZFWfnVCa1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #eCpKU3E3NIeoZ2dV00bIVKz3v4iZQgrG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #u3AQntSRfng5t3rKP0XB29AzcQTLzxf9 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #mSspn7iaEC3AXfXXEsugw5cZtAtoefae {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { width:1.5625rem;height:1.5625rem;top:48.5625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { width:6.625rem;height:1.3125rem;top:45.9375rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block; }
 }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:8rem;height:8rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:22.375rem;height:6.875rem;top:7.6875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { width:20rem;height:13.25rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCldaZIn9pzgDmxO8rnge6vDSvrED4Ng { width:20rem;height:0.4375rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { width:20rem;height:13.25rem;top:52.75rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K12VHG2ITCfs8TXqy17HWzlgkh66JL6d { width:20rem;height:0.4375rem;top:52.3125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSIitP1n7wSEs5oKimDVETQ51XdryJfX { width:19.875rem;height:13.125rem;top:52.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqPuU3JHIMN6RbDbJcQLzxm2TGz0fXiK { width:20rem;height:0.4375rem;top:52.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { width:16.375rem;height:7.75rem;top:55.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { width:14.75rem;height:7.75rem;top:55.4375rem;left:33rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJp76CysykqwaPSEbXTV1hHlXkitJT2x { width:17.8125rem;height:5.8125rem;top:3.9375rem;left:14.968751907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX9tXUyqVSIFw208EfsSoTaBwahy9sxp { width:20rem;height:13.25rem;top:0rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4coCkIDprtuHZuU507DdPy1ST34RAfI { width:20rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e60RB3foyEabr37tB91TvcUCi8nPQc3V { width:20rem;height:13.1875rem;top:0rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { width:47.75rem;height:2.375rem;top:16.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { width:44.5625rem;height:20.25rem;top:26.125rem;left:1.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRcURKO0JW9EPOP50cl1OP6O6vKxVzLV { width:13.5rem;height:3.4375rem;top:51.125rem;left:16.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL3Ip1GqzK3mqlz0C06cXmJAxp83rQ2n { display:block; }
 }@media only screen and (max-width: 763px) { #mvz2SuQCaTfAzbHPV0UkJLRIosNMxTku { width:47.75rem;height:2rem;top:19.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 { display:block; }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8afvXB6ccE8bOP2lwDaCsJSJmAKySpo { width:47.75rem;height:2rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNQyPgEv79TzR4lXPEhRxQuXwGIeGSFq { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #et0uINNSH1E8V47JRl9ytMmSbZBOmoQ9 { width:4rem;height:4rem;top:14.4375rem;left:14.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #z55F14DzvdgKcIXcVuUWg4e0F8tthfum { width:11.375rem;height:2.875rem;top:17.625rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzIr3UOrQN25XiRqMOA0ce0dXou710mu { width:14.375rem;height:14.375rem;top:12.5625rem;left:8.9375019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7cqcngiZ2T8CICwOfXASK6usar94fNh { width:47.75rem;height:6.0625rem;top:30.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXBR2lt6dg8dqhTOyuJpFiX0NrOkglD4 { width:14.375rem;height:14.375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpkBwKs1zttFLyb7LTMPclXTnCeoho1c { width:14.375rem;height:14.375rem;top:12.5625rem;left:24.050001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTWcKXTn8em9pPCkCRUWCr80mTRF8KTu { width:11.375rem;height:2.875rem;top:17.625rem;left:25.550001144409rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTo5IDpwPS8nzxJXzTuErobSzMSzg1ab { width:4.625rem;height:4.625rem;top:13.8125rem;left:28.925001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAR5AtTBht9TXCX0oprro2iQ3G55d5go { width:1.9375rem;height:1.9375rem;top:16.1875rem;left:31.66250038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKnoHLlu4qSQS3ZNpFNNCtBpEoONcaHA { width:2.875rem;height:2.875rem;top:14.125rem;left:28.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzaCgskXOW6TFRbQJvzbfW9Zku97Nl5V { width:11.375rem;height:1.4375rem;top:19rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT7NOSo2laW4tD5JTbycSKHxoXOcbM2W { width:4.625rem;height:4.625rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwGxPFKdVdTDXO2sc3OwoITUxN60yTaK { width:2.8125rem;height:2.8125rem;top:13.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFGw0BN8Dym4HG5aBCmSGP2E5SbnhN9W { width:11.375rem;height:4.375rem;top:21.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nImqVxV3oBtuFnmMTpFg7Us9aOlQ5nMn { width:11.375rem;height:2.875rem;top:22.375rem;left:10.437501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgtFDvP5Rh59lpaUas00cv7e7biT2mQT { width:1.9375rem;height:1.9375rem;top:17.625rem;left:15.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv7Zh71lyCQLyp4cnMKW1TEFIGksZ9S6 { width:2.75rem;height:2.75rem;top:14.125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyxgMOlhXnGi6mJPa1skld76ygTIMX2x { width:14.375rem;height:14.375rem;top:12.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS40RNyVlKZmmkzOkBZx7Md02RmC3SIa { width:11.375rem;height:1.4375rem;top:19rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrtHNyqRW26II1OcXJ1Wlydwi5s9QmAv { width:4.625rem;height:4.625rem;top:13.8125rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScB5s4zvyuEcZ5uzThp1Q7PPOFAog1VA { width:11.375rem;height:4.375rem;top:21.6875rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3GuLfrG3SeFPC9lztM0ZoQHl0gwmAP7 { width:11.375rem;height:0;top:21.6875rem;left:25.550001144409rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsH21509HvalzSTNbTpqODBuOMF8yMTd { width:11.375rem;height:4.375rem;top:21.6875rem;left:25.550001144409rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkFzdkfTiFSfxCkqySTTuAoCwkiqfoKk { width:2.875rem;height:2.875rem;top:14.6875rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC1TrERNn11ZHZco3S0e52xqRVUigz8f { width:1.9375rem;height:1.9375rem;top:16.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhBrCwLcKrF7KMfPtk5E5bEnAUgRR8F6 { width:1.9375rem;height:1.9375rem;top:16.5625rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRKGHw3eiyO9vz0taFXdn7gD5f4lZ8cr { width:13.5rem;height:3.4375rem;top:34.6875rem;left:17.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTIx2n3Tvc6RTSJp7H9RaVa95JLlCQq7 { display:block; }
 }@media only screen and (max-width: 763px) { #gSsnHsJu83nOndIXrguSGr1RsZ8P85Pn { width:47.75rem;height:2.375rem;top:4.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXSdvZdMBdE0f7GDard6qxmMn5blDEFi { width:4.5rem;height:4.5rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAR7JkFsbbqJT1GyfyPuVRaK5XXA25fm { width:4.5rem;height:4.5rem;top:11.4375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlkvS1Tc8aPWnuqLqqm2znSkxVF3H9sn { top:13.5rem;left:0.75rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiMqO8AQeGfUZfodQUkcKCdP8FT9TB40 { top:13.8125rem;left:21.625rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #de4acg3fnvaSaOf78xBfWzXyD9rxyVxV { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwUtH2CfeWtnZdwSfoU3X0HtzztKdm16 { width:4.5rem;height:4.5rem;top:11.4375rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmDMBUcMZuDoPArhVPIDknDfTnF1a8gL { top:13.8125rem;left:41.875rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFvqHAaLxKhBrx1RKxbWEbKrQsnOEhqt { width:41.125rem;height:2rem;top:8.3125rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXKMFgPgGnZcqcwb6ZL5BwFP95QHe7QF { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob4JwCsyw8AT7CPvlheo1GZFsshepGex { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:47.75rem;height:2.375rem;top:5.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWTUknxdNK6gcpDw5CTIfoa1GtpQu2um { width:47.75rem;height:2rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToPGLlgNC1zOck0lB4B7O49q4CZ9vZIW { width:8.1875rem;height:8.1875rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NspIREhv91nbmyJWq6LgB0BTmo1w7DOn { width:8.5rem;height:6.125rem;top:16rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc12TaTqQiCX5LIV4KV7TdRTKqGPlAxS { width:11.4375rem;height:2.625rem;top:17.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvv8m7JrApmxb0EKWqZnxKkwTIcnAT5T { width:7.6875rem;height:2.5625rem;top:17.8125rem;left:32.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtbfCRJfTOlq2dXHnzBf8uxEzgeshg1V { width:11.1875rem;height:3.0625rem;top:17.5625rem;left:18.281251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW { display:block; }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcGAL572gZtLQ998InWfUz0iU1hHbeqF { width:47.75rem;height:2rem;top:8.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnqET7vAD2oXhacs3T5eMsIw2hctmJ4v { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faET8qsPd1EhpIXBQp9riQE3LM2WEohQ { width:11.375rem;height:2.875rem;top:18.25rem;left:18.187501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLZoro1RipVga3qts8fl02tTWKR5exM9 { width:14.375rem;height:14.375rem;top:12.5625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghmlrrGGMnVcNpsWBWlhyT02vAAwGs2d { width:14.375rem;height:14.375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfJa8ge7v09AviPXb1GUyv5fwTgh13KE { width:14.375rem;height:14.375rem;top:12.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnTDq7rqKlzPwJez7XH698zWofVDhe1v { width:11.375rem;height:2.875rem;top:18.25rem;left:35.000001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRxKn1vNcuNNLpzgKCU11JlfmvFwZPXv { width:11.375rem;height:1.4375rem;top:18.5rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2PtlEhTRNcGliSMo5DwHkwMO2WsJhez { width:12.125rem;height:5.25rem;top:20.5rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdD41HAh5JMnbTPaI9A9ZTJkmXUvN0ON { width:13.25rem;height:4.1875rem;top:21.625rem;left:17.250001907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAqcIXbDh32rl4KexV9IZTDgSwQc39Ts { width:12.25rem;height:4.1875rem;top:21.5rem;left:34.562501907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDpRCZ91P0HgK0gS9141ABsL1LPvZmNb { top:13.6875rem;left:5.03125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F07TomTx2k3XI5XItiIEw9RXDfR4hRVM { top:13.6875rem;left:21.843751907349rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omfOMLZd7xpoLSOhFlTGhHoialfUgck2 { top:13.6875rem;left:38.656251907349rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm { display:block; }#xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmgsgoBbcgIJ60A7r5XI3R2AZRWZO5mf { width:47.75rem;height:2.375rem;top:5.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyLst90bx286JsnzcJKrwIXnR2PSggdd { width:23.5625rem;height:30.375rem;top:13.125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-text {padding-top: 0; padding-bottom: 0;}#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-select {padding-top: 0; padding-bottom: 0;}#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB {display:block;}#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #V3cWKvN7yINn8KIA8hHe1vCVxSdfkdhI {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #XOKS9hi2O9Zwwmf6iiLIEGilqfOhWaBH { display:block; }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #bXPC23qTqHf9r81GBJwPsMBpNI1MKvOL {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #JnsqHyctqWEkTOIt9dKayO25vcmP3zhg {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #b8I63WAEas9tih36tbHIG8MoECcOrEuf { display:block; }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #hOlE24q7f6SCpDNz1IcJCWxSppqhGoFp {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #MWaBMdtShnXOKbbLkOp75vO49HzZnWvi {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #vsmxsQG9Q8ykFCewDIqO6LvdAi7kpUf6 { display:block; }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #KNLNQyGw8lStRd6HAuVCsF6IpRyMswyr {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #LzGnaCyUgtkFQCRADc6xyBqnEcRzlI7h {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #iP1toxBtqvzAohA2TtrAfoyxoSf1BAKW { display:block; }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #kb5iGJfAZli9B0mOhRPX6LvT5nw3Mfpl {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #WK2s8A2uzvqZOpKpSTAnMNrtLBsh0t2o {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #zMf1HDRgzwGpWqLgVaXv2q6nlF8E7CrD {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #czRsPR8SdmKhmMQtylSxCpKkJMVKcBdE {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #U7Ko8SwQZSd9W2iXl3Z8vMMMF9XJE3bh {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #b9PqkmcXslDJbZURiPtTlgOBID4MKsnf {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #mV05kKKGsyapV47Hh1pQlbCTN0nSkXPd {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #Ad88eXyfLSyo5AZPdvu39KGzWE7F3Vvo {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #ScNhLzwwkiylD8QkLaa5GqzZWbkoF2fI {  }
 }@media only screen and (max-width: 763px) { #NZmOItbG2UpR6WPoUineNE7OxwsvEGnR { width:47.75rem;height:2rem;top:9.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9cNpD5XP32sb5HT6z83rwyrCsMpno4C { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb { display:block; }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZMndeRCCJ8fHr8yJuprHc9n1TWeaaWl { top:12.875rem;left:0rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT28SF1Jn6tseTTz7x4AgoZDropiq6f3 { top:3.5625rem;left:2.8125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNRnSKknKnuwcsTNqf1yDD0syJnOt7oo { width:14.4375rem;height:8.0625rem;top:3.5625rem;left:11.46249961853rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Cr1lfqHIIQuUp7q3WzhTI2p6kyf4f0 { width:9.8125rem;height:2rem;top:6.875rem;left:32.66250038147rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8NuuJW3y3eQgUfXHHD380slX0TKH84n { top:4.1875rem;left:29.47500038147rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO53gwAP9scdiTHgDhqV9OUg97a0LFRW { top:6.625rem;left:29.47500038147rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNAoUXM4m6p3K3hGxv0OH0x4rXsZRxBG { top:9.25rem;left:29.47500038147rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgSLcFmegeTSiipFyMztK9x9Pwc3xTgC { width:7.25rem;height:2rem;top:4.125rem;left:32.91250038147rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuMyNdZT2WFA16H0hTCTUPhXpwh7oPEE { width:12.4375rem;height:2rem;top:9.125rem;left:32.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATk5kv41AKe945NhmywrXT4i2mWsyUFt { top:12.875rem;left:24.6875rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d665bf9d-2ce6-4b56-bf94-f18cdc8e09df/Projektbeznazwy30.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:108.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:16.125rem;height:11.25rem;top:7.1875rem;left:1.6554687619209rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:14.5625rem;height:5.6rem;top:21.125rem;left:2.7187500596046rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:20rem;height:27.0625rem;top:34.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:18.75rem;height:1.95rem;top:30.83749961853rem;left:0.62421876192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;height:2.875rem;font-size:1rem;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:17.5rem;height:auto;top:34.531251430511rem;left:0rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:17.5rem;height:auto;top:34.531251430511rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Uh8k2ae3H8WVDy7o2zo5O3mRJJqFpoyX {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #kqO7OA0peswlyTaeqTZnTXm3vXWopnuo {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #FX8upcBiK8ozt1Ag1RCUxutZFWfnVCa1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #eCpKU3E3NIeoZ2dV00bIVKz3v4iZQgrG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #u3AQntSRfng5t3rKP0XB29AzcQTLzxf9 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #mSspn7iaEC3AXfXXEsugw5cZtAtoefae {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { width:1.5625rem;height:1.5625rem;top:65.4375rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { width:6.625rem;height:1.3125rem;top:63.6240234375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block; }
 }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:5.125rem;height:5.125rem;top:0.875rem;left:7.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:20rem;height:5.5rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { width:20rem;height:13.25rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCldaZIn9pzgDmxO8rnge6vDSvrED4Ng { width:0.4375rem;height:13.25rem;top:68.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { width:20rem;height:13.25rem;top:95.499996900556rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K12VHG2ITCfs8TXqy17HWzlgkh66JL6d { width:0.4375rem;height:13.25rem;top:95.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSIitP1n7wSEs5oKimDVETQ51XdryJfX { width:19.875rem;height:13.125rem;top:82rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqPuU3JHIMN6RbDbJcQLzxm2TGz0fXiK { width:0.4375rem;height:13.25rem;top:81.8125rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { width:14.25rem;height:7.8rem;top:71.475001811981rem;left:2.8750000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { width:14.8125rem;height:7.8rem;top:98.224218368531rem;left:2.5937500596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:20rem;height:91.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJp76CysykqwaPSEbXTV1hHlXkitJT2x { width:16.5rem;height:5.85rem;top:16.887500762939rem;left:1.7500000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vX9tXUyqVSIFw208EfsSoTaBwahy9sxp { width:20rem;height:13.25rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4coCkIDprtuHZuU507DdPy1ST34RAfI { width:19.875rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e60RB3foyEabr37tB91TvcUCi8nPQc3V { width:19.75rem;height:11.0625rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { width:17.375rem;height:3.75rem;top:40.75rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { width:16.5rem;height:32.4rem;top:50.249219894409rem;left:1.7500000596046rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRcURKO0JW9EPOP50cl1OP6O6vKxVzLV { width:13.5rem;height:3.4375rem;top:85.536718368531rem;left:3.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL3Ip1GqzK3mqlz0C06cXmJAxp83rQ2n { display:block; }
 }@media only screen and (max-width: 763px) { #mvz2SuQCaTfAzbHPV0UkJLRIosNMxTku { width:16.75rem;height:3.15rem;top:45.53671836853rem;left:1.6250000596046rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 { background-color:#f5f5f5;background-image:none;display:block; }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .row .container { background-color: transparent; background-image: none; }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .row .container > .video-iframe-container { display: none; }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .row > .video-iframe-container { display: none; }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .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); }#aBk7eiH6EW0PVXTWJSSoXJEOmFlP3321 > .row .container { width:20rem;height:107rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8afvXB6ccE8bOP2lwDaCsJSJmAKySpo { width:10.625rem;height:3.15rem;top:9.362500190735rem;left:4.6875000596046rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNQyPgEv79TzR4lXPEhRxQuXwGIeGSFq { width:17.375rem;height:5.625rem;top:2.375rem;left:1.3125000596046rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #et0uINNSH1E8V47JRl9ytMmSbZBOmoQ9 { width:3.8125rem;height:3.8125rem;top:15.487500190735rem;left:8.0937505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #z55F14DzvdgKcIXcVuUWg4e0F8tthfum { width:11.375rem;height:2.6rem;top:19.300000190735rem;left:4.3125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzIr3UOrQN25XiRqMOA0ce0dXou710mu { width:14.0625rem;height:14.0625rem;top:13.9375rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7cqcngiZ2T8CICwOfXASK6usar94fNh { width:12.5rem;height:12.6rem;top:80.036733627319rem;left:3.7500000596046rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXBR2lt6dg8dqhTOyuJpFiX0NrOkglD4 { width:14.375rem;height:14.375rem;top:29.186719894409rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpkBwKs1zttFLyb7LTMPclXTnCeoho1c { width:14.375rem;height:14.375rem;top:44.700000286103rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTWcKXTn8em9pPCkCRUWCr80mTRF8KTu { width:11.375rem;height:2.6rem;top:49.6875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTo5IDpwPS8nzxJXzTuErobSzMSzg1ab { width:4.625rem;height:4.625rem;top:45.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAR5AtTBht9TXCX0oprro2iQ3G55d5go { width:1.9375rem;height:1.9375rem;top:47.25rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKnoHLlu4qSQS3ZNpFNNCtBpEoONcaHA { width:2.875rem;height:2.875rem;top:46.862500190735rem;left:7.1937499642375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzaCgskXOW6TFRbQJvzbfW9Zku97Nl5V { width:11.375rem;height:1.3rem;top:36.5rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JT7NOSo2laW4tD5JTbycSKHxoXOcbM2W { width:4.625rem;height:4.625rem;top:31.125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwGxPFKdVdTDXO2sc3OwoITUxN60yTaK { width:2.0625rem;height:2.0625rem;top:31.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFGw0BN8Dym4HG5aBCmSGP2E5SbnhN9W { width:11.375rem;height:3.9rem;top:38.75rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nImqVxV3oBtuFnmMTpFg7Us9aOlQ5nMn { width:11.375rem;height:2.6rem;top:23.124218940735rem;left:4.3125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgtFDvP5Rh59lpaUas00cv7e7biT2mQT { width:1.9375rem;height:1.9375rem;top:18.061718940735rem;left:10.018749773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv7Zh71lyCQLyp4cnMKW1TEFIGksZ9S6 { width:2.75rem;height:2.75rem;top:14.811718940735rem;left:8.0937505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyxgMOlhXnGi6mJPa1skld76ygTIMX2x { width:14.375rem;height:14.375rem;top:60.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS40RNyVlKZmmkzOkBZx7Md02RmC3SIa { width:11.375rem;height:1.3rem;top:66.6875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OrtHNyqRW26II1OcXJ1Wlydwi5s9QmAv { width:4.625rem;height:4.625rem;top:61.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScB5s4zvyuEcZ5uzThp1Q7PPOFAog1VA { width:11.375rem;height:3.9rem;top:69.3125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3GuLfrG3SeFPC9lztM0ZoQHl0gwmAP7 { width:11.375rem;height:0;top:106.91171264649rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZsH21509HvalzSTNbTpqODBuOMF8yMTd { width:11.375rem;height:3.9rem;top:53.436719894409rem;left:4.3125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VkFzdkfTiFSfxCkqySTTuAoCwkiqfoKk { width:2.875rem;height:2.875rem;top:62.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC1TrERNn11ZHZco3S0e52xqRVUigz8f { width:1.9375rem;height:1.9375rem;top:33.862500190735rem;left:10.424999773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhBrCwLcKrF7KMfPtk5E5bEnAUgRR8F6 { width:1.9375rem;height:1.9375rem;top:64.25rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:20rem;height:82.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRKGHw3eiyO9vz0taFXdn7gD5f4lZ8cr { width:12.375rem;height:2.875rem;top:75.700000762938rem;left:4.4054690003395rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTIx2n3Tvc6RTSJp7H9RaVa95JLlCQq7 { display:block; }
 }@media only screen and (max-width: 763px) { #gSsnHsJu83nOndIXrguSGr1RsZ8P85Pn { width:20rem;height:1.875rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXSdvZdMBdE0f7GDard6qxmMn5blDEFi { width:4.5rem;height:4.5rem;top:26.9rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAR7JkFsbbqJT1GyfyPuVRaK5XXA25fm { width:4.5rem;height:4.5rem;top:46.9rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlkvS1Tc8aPWnuqLqqm2znSkxVF3H9sn { display:flex;width:5.75rem;height:5.75rem;top:12.586719036102rem;left:7.1250000596044rem; }
 }@media only screen and (max-width: 763px) { #DiMqO8AQeGfUZfodQUkcKCdP8FT9TB40 { display:flex;width:6rem;height:6rem;top:32.525000572204rem;left:7.0000000596044rem; }
 }@media only screen and (max-width: 763px) { #de4acg3fnvaSaOf78xBfWzXyD9rxyVxV { width:17.75rem;height:10.2rem;top:19.58749961853rem;left:1.1242187619209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwUtH2CfeWtnZdwSfoU3X0HtzztKdm16 { width:4.5rem;height:4.5rem;top:60.025rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmDMBUcMZuDoPArhVPIDknDfTnF1a8gL { display:flex;width:6.125rem;height:6.125rem;top:53.950000762939rem;left:7.5304685235025rem; }
 }@media only screen and (max-width: 763px) { #FFvqHAaLxKhBrx1RKxbWEbKrQsnOEhqt { width:15.25rem;height:4.725rem;top:5.6875rem;left:2.25rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXKMFgPgGnZcqcwb6ZL5BwFP95QHe7QF { width:17.4375rem;height:11.9rem;top:39.462500572204rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ob4JwCsyw8AT7CPvlheo1GZFsshepGex { width:18.8125rem;height:10.2rem;top:61.22500038147rem;left:1.1874999403954rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:20rem;height:1.875rem;top:4.6875004768372rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWTUknxdNK6gcpDw5CTIfoa1GtpQu2um { width:19.125rem;height:3.6rem;top:8.3125004768369rem;left:0.43671876192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToPGLlgNC1zOck0lB4B7O49q4CZ9vZIW { width:8.1875rem;height:8.1875rem;top:14.53750038147rem;left:5.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NspIREhv91nbmyJWq6LgB0BTmo1w7DOn { width:8.75rem;height:6.375rem;top:25.71875rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc12TaTqQiCX5LIV4KV7TdRTKqGPlAxS { width:11.1875rem;height:2.6875rem;top:35.85000038147rem;left:4.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvv8m7JrApmxb0EKWqZnxKkwTIcnAT5T { width:11.3125rem;height:3.6875rem;top:42.72500038147rem;left:4.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtbfCRJfTOlq2dXHnzBf8uxEzgeshg1V { width:11.1875rem;height:3.0625rem;top:50.28750038147rem;left:4.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW { background-color:#f5f5f5;background-image:none;display:block; }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .row .container { background-color: transparent; background-image: none; }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .row .container > .video-iframe-container { display: none; }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .row > .video-iframe-container { display: none; }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .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); }#MpN2RBJnTFEELvdfDE9wMKw4NmhTIfaW > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcGAL572gZtLQ998InWfUz0iU1hHbeqF { width:18.3125rem;height:1.575rem;top:6.862500190735rem;left:0.84296876192094rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnqET7vAD2oXhacs3T5eMsIw2hctmJ4v { width:20rem;height:1.875rem;top:3.2500180006028rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faET8qsPd1EhpIXBQp9riQE3LM2WEohQ { width:11.375rem;height:2.6rem;top:15.774219512939rem;left:4.3125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLZoro1RipVga3qts8fl02tTWKR5exM9 { width:14.0625rem;height:14.0625rem;top:10.04296875rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghmlrrGGMnVcNpsWBWlhyT02vAAwGs2d { width:14.375rem;height:14.375rem;top:25.899219512939rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfJa8ge7v09AviPXb1GUyv5fwTgh13KE { width:14.375rem;height:14.375rem;top:41.937501907349rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnTDq7rqKlzPwJez7XH698zWofVDhe1v { width:11.375rem;height:2.6rem;top:47.825000762939rem;left:4.3125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRxKn1vNcuNNLpzgKCU11JlfmvFwZPXv { width:11.375rem;height:1.3rem;top:31.53671836853rem;left:4.3125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m2PtlEhTRNcGliSMo5DwHkwMO2WsJhez { width:12.125rem;height:5.28125rem;top:33.946094512939rem;left:3.9375000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdD41HAh5JMnbTPaI9A9ZTJkmXUvN0ON { width:13.25rem;height:4.225rem;top:19.16796875rem;left:3.3750000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fAqcIXbDh32rl4KexV9IZTDgSwQc39Ts { width:12.25rem;height:4.225rem;top:51.312501907349rem;left:3.8750000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDpRCZ91P0HgK0gS9141ABsL1LPvZmNb { display:flex;width:4.0625rem;height:4.0625rem;top:26.60546875rem;left:7.9687505364419rem; }
 }@media only screen and (max-width: 763px) { #F07TomTx2k3XI5XItiIEw9RXDfR4hRVM { display:flex;width:4.0625rem;height:4.0625rem;top:11.02968788147rem;left:7.9687505364419rem; }
 }@media only screen and (max-width: 763px) { #omfOMLZd7xpoLSOhFlTGhHoialfUgck2 { display:flex;width:4.0625rem;height:4.0625rem;top:42.95546913147rem;left:7.9687505364419rem; }
 }@media only screen and (max-width: 763px) { #xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm { display:block; }#xqrkUqFrvyFtJb7AefD3lMSHyT4Re1cm > .row .container { width:20rem;height:75.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmgsgoBbcgIJ60A7r5XI3R2AZRWZO5mf { width:17.125rem;height:3.75rem;top:3.4367189407349rem;left:1.4375000596046rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyLst90bx286JsnzcJKrwIXnR2PSggdd { width:20rem;height:27rem;top:45.687524795532rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-text {padding-top: 0; padding-bottom: 0;}#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-select {padding-top: 0; padding-bottom: 0;}#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-input-button { width:12.125rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;height:2.875rem;font-size:1rem;overflow:hidden; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB  { width:17.375rem;height:24.25rem;top:45.6875rem;left:0.125rem; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB {display:block;}#bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB { width:17.375rem;height:24.25rem;top:45.6875rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #V3cWKvN7yINn8KIA8hHe1vCVxSdfkdhI {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #XOKS9hi2O9Zwwmf6iiLIEGilqfOhWaBH { display:block; }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #bXPC23qTqHf9r81GBJwPsMBpNI1MKvOL {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #JnsqHyctqWEkTOIt9dKayO25vcmP3zhg {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #b8I63WAEas9tih36tbHIG8MoECcOrEuf { display:block; }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #hOlE24q7f6SCpDNz1IcJCWxSppqhGoFp {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #MWaBMdtShnXOKbbLkOp75vO49HzZnWvi {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #vsmxsQG9Q8ykFCewDIqO6LvdAi7kpUf6 { display:block; }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #KNLNQyGw8lStRd6HAuVCsF6IpRyMswyr {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #LzGnaCyUgtkFQCRADc6xyBqnEcRzlI7h {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #iP1toxBtqvzAohA2TtrAfoyxoSf1BAKW { display:block; }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #kb5iGJfAZli9B0mOhRPX6LvT5nw3Mfpl {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #WK2s8A2uzvqZOpKpSTAnMNrtLBsh0t2o {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #zMf1HDRgzwGpWqLgVaXv2q6nlF8E7CrD {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #czRsPR8SdmKhmMQtylSxCpKkJMVKcBdE {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #U7Ko8SwQZSd9W2iXl3Z8vMMMF9XJE3bh {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #b9PqkmcXslDJbZURiPtTlgOBID4MKsnf {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #mV05kKKGsyapV47Hh1pQlbCTN0nSkXPd {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #Ad88eXyfLSyo5AZPdvu39KGzWE7F3Vvo {  }
 }@media only screen and (max-width: 763px) { #bi8ikcdKLBxdTuneE9v8L7Hex65Z06aB #ScNhLzwwkiylD8QkLaa5GqzZWbkoF2fI {  }
 }@media only screen and (max-width: 763px) { #NZmOItbG2UpR6WPoUineNE7OxwsvEGnR { width:12.625rem;height:3.15rem;top:7.9375rem;left:3.6875000596046rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9cNpD5XP32sb5HT6z83rwyrCsMpno4C { width:20rem;height:30.6rem;top:13.650001525879rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .row .container { background-color: transparent; background-image: none; }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .row .container > .video-iframe-container { display: none; }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .row > .video-iframe-container { display: none; }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .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); }#GaLWOETUVBfWFcfTrLM8dXV0zyzLyKXb > .row .container { width:20rem;height:46.812487792969rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZMndeRCCJ8fHr8yJuprHc9n1TWeaaWl { width:20rem;height:1.4rem;top:25.42499961704rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT28SF1Jn6tseTTz7x4AgoZDropiq6f3 { width:6rem;height:6rem;top:1.4859377741814rem;left:7.8437505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNRnSKknKnuwcsTNqf1yDD0syJnOt7oo { width:11.5rem;height:6.3rem;top:10.625rem;left:3.6250000596046rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Cr1lfqHIIQuUp7q3WzhTI2p6kyf4f0 { width:14.4375rem;height:1.575rem;top:18.400000572204rem;left:3.6250000596046rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8NuuJW3y3eQgUfXHHD380slX0TKH84n { display:flex;width:1.9375rem;height:1.9375rem;top:28.049987792969rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #MO53gwAP9scdiTHgDhqV9OUg97a0LFRW { display:flex;width:1.9375rem;height:1.9375rem;top:34.512487792969rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #zNAoUXM4m6p3K3hGxv0OH0x4rXsZRxBG { display:flex;width:1.9375rem;height:1.9375rem;top:37.699987792969rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #IgSLcFmegeTSiipFyMztK9x9Pwc3xTgC { width:7.25rem;height:0;top:31.237487792969rem;left:6.375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuMyNdZT2WFA16H0hTCTUPhXpwh7oPEE { width:12.4375rem;height:0;top:40.887487792969rem;left:3.75rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATk5kv41AKe945NhmywrXT4i2mWsyUFt { width:20rem;height:0;top:44.162487792969rem;left:0rem;font-size:0.875rem;display:block; }
 }