.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,255;--color-primary-1:255,255,255;--color-primary-2:255,255,255;--color-primary-3:128,128,128;--color-primary-4:38,38,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:217,222,225;--color-tertiary-1:130,146,157;--color-tertiary-2:4,37,58;--color-tertiary-3:2,19,29;--color-tertiary-4:1,6,9;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#c1bfca;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); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cbbbb3;background-image:url("https://images.assets-landingi.com/uc/4acd4456-c6d1-4fa7-9d77-fe02bed5ee86/uju_section012.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P.adaptive-delivery-prevent-bg, #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P.lazyload, #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P.lazyloading { background-image: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { background-color: transparent; background-image: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .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); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { border-width: 0; border-radius: 0; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-form-header {  }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:28.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .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:#f5f3ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #ecc26b;border-left:0.125rem solid #ecc26b;border-right:0.125rem solid #ecc26b;border-bottom:0.125rem solid #ecc26b;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:28.125rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-input-text {padding-top: 0; padding-bottom: 0;}#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f5f3ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #ecc26b;border-left:0.125rem solid #ecc26b;border-right:0.125rem solid #ecc26b;border-bottom:0.125rem solid #ecc26b;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:28.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-input-select {padding-top: 0; padding-bottom: 0;}#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .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:transparent;background-image: -webkit-linear-gradient(166deg, #dfa730, #a76614);background-image: -moz-linear-gradient(166deg, #dfa730, #a76614);background-image: -ms-linear-gradient(166deg, #dfa730, #a76614);background-image: -o-linear-gradient(166deg, #dfa730, #a76614);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa730', endColorstr='#a76614' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa730', endColorstr='#a76614' );";background-image: linear-gradient(166deg, #dfa730, #a76614);background-size:initial !important;border-top:0.25rem solid #ecc26b;border-left:0.25rem solid #ecc26b;border-right:0.25rem solid #ecc26b;border-bottom:0.25rem solid #ecc26b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#3a2608;width:28.125rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD [class*="-text"]:-moz-placeholder { color:#3a2608;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD [class*="-text"]::-moz-placeholder { color:#3a2608;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD [class*="-text"]:-ms-input-placeholder { color:#3a2608;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD [class*="-text"]::-webkit-input-placeholder { color:#3a2608;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:26.875rem;overflow:hidden;font-style:normal;float:none; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .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; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-container:first-of-type{padding-top:0;}#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-container:last-of-type{padding-bottom:0;}#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:22.1875rem;top:17.59375rem;z-index:15020;position:absolute; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.125rem;display:block;vertical-align:top; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD {display:block;}#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:22.1875rem;top:17.59375rem;z-index:15020;position:absolute; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #PEgVhxrWhI85X1iWucCAIQgMfJFi3qXx { position:relative; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #ASnD6GUtgQAQsZD9EXOzrqh0PMMzPHbt { position:relative;display:none; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #yGh0epn4wXPE9r9J33Q9ZLvePyTPmBny { position:relative; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #OFOWBBCsRk9qSkfUQX8wkrCUZH6i3w04 { position:relative; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #zPq7fuwIR8lFVorFd9uCPOkU1f9Nqvbf { position:relative;display:none; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #bho9zMRnRphQVVLNCIKUew3px0mXsqIJ { position:relative; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #BwUmSW9yBddcZO00ffiT2gFU3feXF9s1 { position:relative; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #oD7RNrqzGVxw3vHRyTefgm2MTr0IqTg3 { position:relative;display:none; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #MS1pXA69BXp63rJFAGNRHwISqy1mJzgR { position:relative; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #mtMgh9FwSHwNcOIQMsCxuLL066GRJfIA { position:relative; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #nX7BtcDW2QiaoXoFKRy7Hpnz3yrWMRTu { position:relative;z-index:2; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #nlgr1F24MuqFHrof2PUK3bw6n7MZwg8O { position:relative; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #WCeP2U7BfiO9oDXQzOKQ6Av63SUe6rh3 { position:relative; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #x2ygNBdg7tk1EA8gpfDPQVVZRt5Qh1cX { position:relative; }
#mW3iTLCdbqib6TrB7ysne4xQWV26TM4l { color:#3f352c;display:block;width:41.0625rem;position:absolute;font-family:"playfair display";font-size:4.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:4.125rem;left:16.96875rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pcDcU2wH1TyIzIko5vh5TgG0h1umEHtG { color:#3e3226;display:block;width:35.125rem;position:absolute;font-family:"playfair display";font-size:3.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:9.974609375rem;left:19.9375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cbbbb3;background-image:url("https://images.assets-landingi.com/uc/9c74122a-ceb8-4ab9-9440-c5bdbb8572b3/uju_section011.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5.adaptive-delivery-prevent-bg, #PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5.lazyload, #PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5.lazyloading { background-image: none; }#PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5 > .row .container { border-width: 0; border-radius: 0; }#PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5 > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;position:relative;display:none; }#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-form-header {  }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:28.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .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:#f5f3ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #ecc26b;border-left:0.125rem solid #ecc26b;border-right:0.125rem solid #ecc26b;border-bottom:0.125rem solid #ecc26b;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:28.125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-input-text {padding-top: 0; padding-bottom: 0;}#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f5f3ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #ecc26b;border-left:0.125rem solid #ecc26b;border-right:0.125rem solid #ecc26b;border-bottom:0.125rem solid #ecc26b;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:28.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-input-select {padding-top: 0; padding-bottom: 0;}#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .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:transparent;background-image: -webkit-linear-gradient(166deg, #dfa730, #a76614);background-image: -moz-linear-gradient(166deg, #dfa730, #a76614);background-image: -ms-linear-gradient(166deg, #dfa730, #a76614);background-image: -o-linear-gradient(166deg, #dfa730, #a76614);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa730', endColorstr='#a76614' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa730', endColorstr='#a76614' );";background-image: linear-gradient(166deg, #dfa730, #a76614);background-size:initial !important;border-top:0.25rem solid #ecc26b;border-left:0.25rem solid #ecc26b;border-right:0.25rem solid #ecc26b;border-bottom:0.25rem solid #ecc26b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#3a2608;width:28.125rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN [class*="-text"]:-moz-placeholder { color:#3a2608;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN [class*="-text"]::-moz-placeholder { color:#3a2608;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN [class*="-text"]:-ms-input-placeholder { color:#3a2608;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN [class*="-text"]::-webkit-input-placeholder { color:#3a2608;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:26.875rem;overflow:hidden;font-style:normal; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .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; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-container:first-of-type{padding-top:0;}#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-container:last-of-type{padding-bottom:0;}#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:22.1875rem;top:21.40625rem;z-index:15020;position:absolute; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.125rem;display:block;vertical-align:top; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN {display:block;}#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:22.1875rem;top:21.40625rem;z-index:15020;position:absolute; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #Ho6RCuQv5Guf7oteVx9puJZ8rT8LOtZ4 { position:relative; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #GG6F04kJcKJssLdZMy1XyDVT5k9WMyZq { position:relative;display:block; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #F1ls5B9VLCUuPfJvlEoDhurhoiNTa8tc { position:relative; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #QQQGKidIIkVoDZW2QH6vt2x9WfitABoQ { position:relative; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #l6XdtDSMtkmOTI9ZUXcNyIolkOEhE4wG { position:relative;display:block; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #wEGGQVKriZWu8ly4ISktsIknR7zT9NJR { position:relative; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #BuK4QRhXnE91CLmbei6TBCFKR3quBwuE { position:relative; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #gOW6nWImReWKqXfTItfphTF1zPczwmTE { position:relative;display:none; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #gAuuHHGqbaSVnrMcRI4DahQQri5r56RA { position:relative; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #eiLmQ3viFUz7f46T6ntTRGoUiJVpJAmv { position:relative; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #L9sDFJSrZa0OrzXVgK4NxyV4NwCc2r7m { position:relative;z-index:2; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #nqfUEnomF5rJWtlwgqZZWzgfTggmTFJq { position:relative; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #BW1WfszFOe00yzWG3qIewGUJ2Ip0AUcp { position:relative; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #SsNGMSEsGt59bZZVdh0Z26hQ0Jiy0gat { position:relative; }
#rKs0XgVOKMCIv1imUxKNgtEG7kk9JiFW { color:#3f352c;display:block;width:41.0625rem;position:absolute;font-family:"playfair display";font-size:4.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:5.8125rem;left:16.96875rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Ezxu90UJNhGLhiW512GLT7CbzTP2dqyp { color:#3e3226;display:block;width:35.125rem;position:absolute;font-family:"playfair display";font-size:3.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.662109375rem;left:19.9375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1bfca;background-image:url("https://images.assets-landingi.com/uc/8382f19d-13fc-462d-8990-11f1a4bfdd80/uju_section02.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo.adaptive-delivery-prevent-bg, #L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo.lazyload, #L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo.lazyloading { background-image: none; }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .row .container { background-color: transparent; background-image: none; }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .row .container > .video-iframe-container { display: none; }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .row > .video-iframe-container { display: none; }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .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); }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .row .container { border-width: 0; border-radius: 0; }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#Kog4NTgKpyoZocAHUvNf3DKFsldisnA5 { box-sizing:content-box;height:29.9375rem;width:40.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(230,212,200,0.4);background-image:none;box-shadow: none;border-top:0.25rem solid #c1bfca;border-left:0.25rem solid #c1bfca;border-right:0.25rem solid #c1bfca;border-bottom:0.25rem solid #c1bfca;top:4.4375rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.25rem;display:block; }
#GhgsfwxWIAdrzTPb030mXrL319UngVK0 { color:#3e3226;display:block;width:35.125rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:7.3125rem;left:2.8125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cXPkSqhwM6HRtEr0qwmlqKW7bqH0231h { color:#3e3226;display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:17.4375rem;left:4.09375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HCW7WCwXdQUaAH959vPgsdemwKPT8lOo { color:#3e3226;display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:21.556640625rem;left:4.09375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tKRd1v0uOKKb3UBGMP0GRx3U9cRlRP4e { color:#3e3226;display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:25.744140625rem;left:4.09375rem;height:5.361325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1bfca;background-image:url("https://images.assets-landingi.com/uc/ac7f3bd5-53a5-4f72-aeb2-7785e9c2ed8c/uju_section03.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE.adaptive-delivery-prevent-bg, #SOHIoKIiVLCu5maADxfBRbGVqH5u20LE.lazyload, #SOHIoKIiVLCu5maADxfBRbGVqH5u20LE.lazyloading { background-image: none; }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .row .container { background-color: transparent; background-image: none; }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .row .container > .video-iframe-container { display: none; }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .row > .video-iframe-container { display: none; }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .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); }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .row .container { border-width: 0; border-radius: 0; }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#pyhfHPtVxIE6ACTPdDTIVFrmNKOK3adq { color:#3e3226;display:block;width:31.5rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:5.0625rem;left:6.03125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cWmghIno0xcsdSVFPl8G9cMbR24vBohF { color:#3e3226;display:block;width:23.1875rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:14.25rem;left:9.6875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nVbzMkANb9RhgO5ipPmKIyIcpzRfMcgq { color:#3e3226;display:block;width:24.1875rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:17.6875rem;left:9.6875rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ffUgRtly8cgyKW04u0e2et1ZkcZI3aZa { color:#3e3226;display:block;width:27.9375rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.625rem;left:9.6875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LBo6aILDSIxwNoobMck1hsNhpKATdFXC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#TABhQLggJ7vFZFWuDbfTm3B661J99ENH { box-sizing:content-box;height:6.375rem;width:35.375rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -moz-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -ms-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -o-linear-gradient(180deg, #f4e7df, #c1bfca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#c1bfca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#c1bfca' );";background-image: linear-gradient(180deg, #f4e7df, #c1bfca);background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:39.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JP1WNPRx3vsA5Irazng6pkr986zcfk0V { box-sizing:content-box;height:6.375rem;width:35.3125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -moz-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -ms-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -o-linear-gradient(180deg, #f4e7df, #c1bfca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#c1bfca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#c1bfca' );";background-image: linear-gradient(180deg, #f4e7df, #c1bfca);background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:39.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#E35oFkUoaWrS9pdZp68ZuvDW2t992WC4 { box-sizing:content-box;height:6.375rem;width:35.3125rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -moz-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -ms-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -o-linear-gradient(180deg, #f4e7df, #c1bfca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#c1bfca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#c1bfca' );";background-image: linear-gradient(180deg, #f4e7df, #c1bfca);background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.75rem;left:39.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LZQQqhTKWXVtB5wiBfaVJdgDD0CiRyOf { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#dbb676;background-image:none;box-shadow: none;border-top:0.1875rem solid #a8842c;border-left:0.1875rem solid #a8842c;border-right:0.1875rem solid #a8842c;border-bottom:0.1875rem solid #a8842c;top:1.59375rem;left:41.78125rem;display:block; }
#CfRohknQKaeviUI5mLdoBSTZKssyuJfN { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#dbb676;background-image:none;box-shadow: none;border-top:0.1875rem solid #a8842c;border-left:0.1875rem solid #a8842c;border-right:0.1875rem solid #a8842c;border-bottom:0.1875rem solid #a8842c;top:8.5625rem;left:41.8125rem;display:block; }
#TploEoGCgLC9VwlSHa4gMs14XMmrBmL8 { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:#dbb676;background-image:none;box-shadow: none;border-top:0.1875rem solid #a8842c;border-left:0.1875rem solid #a8842c;border-right:0.1875rem solid #a8842c;border-bottom:0.1875rem solid #a8842c;top:15.5625rem;left:41.78125rem;display:block; }
#XcUEnlfxCp693V5a5VJtvEuuaP0u1SPP { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:2.8125rem;left:43.0625rem; }
#TZR0CxTgz2qIzEtKhRfwHZDk3Qygo3ya { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:9.75rem;left:43.125rem; }
#qwiUNMPEIglchNfAU9rdEJWp8v7Os1xd { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:16.912109375rem;left:43.03125rem; }
#WhUmSLhn8WC2eCqvGQxkE8IoDUWgtSaS { color:#3e3226;display:block;width:23.25rem;position:absolute;font-family:"playfair display";font-size:1.3125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.59375rem;left:48.5rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#szMUVNIozeRHgFcx8e50TCbzCATPcraC { color:#3e3226;display:block;width:23.25rem;position:absolute;font-family:"playfair display";font-size:1.3125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8.5625rem;left:48.5rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JyJq6dOd8uNF4sBBtw4wZhO4Phi5eBpq { color:#3e3226;display:block;width:23.25rem;position:absolute;font-family:"playfair display";font-size:1.3125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:15.5rem;left:48.5rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#smAr9VN6a6hT05T7QgLiGvdhWbTt7lSv { color:#3e3226;display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:3.74365234375rem;left:48.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hpHD9z2r3oHepZTS5W1dWk1BDZrQeZBW { color:#3e3226;display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:10.625rem;left:48.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HUD91hhEoWBgiGQr4pyAt9grTl0QFW4i { color:#3e3226;display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:17.5625rem;left:48.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LfrzSzv8WGJvq3ctBUqk2Erl3SWPBSu2 { box-sizing:content-box;height:18.125rem;width:17.4375rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #f4e7df, #195588);background-image: -moz-linear-gradient(181deg, #f4e7df, #195588);background-image: -ms-linear-gradient(181deg, #f4e7df, #195588);background-image: -o-linear-gradient(181deg, #f4e7df, #195588);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#195588' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#195588' );";background-image: linear-gradient(181deg, #f4e7df, #195588);background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.599609375rem;left:39.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rSGTTehZ4vGA6wdOlGT4A5ofHiUpA8ZZ { box-sizing:content-box;height:18.125rem;width:17.25rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4e7df, #195588);background-image: -moz-linear-gradient(180deg, #f4e7df, #195588);background-image: -ms-linear-gradient(180deg, #f4e7df, #195588);background-image: -o-linear-gradient(180deg, #f4e7df, #195588);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#195588' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#195588' );";background-image: linear-gradient(180deg, #f4e7df, #195588);background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5rem;left:57.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#M3cPb0FXE11UhzBUk4dzJGLEGFqTNQTM { box-sizing:content-box;height:6.875rem;width:6.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#dbb676;background-image:url("https://images.assets-landingi.com/uc/3a28cc48-4caf-4171-9345-cd25c5184d68/john.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.1875rem solid #ecc26b;border-left:0.1875rem solid #ecc26b;border-right:0.1875rem solid #ecc26b;border-bottom:0.1875rem solid #ecc26b;top:21.599609375rem;left:40.875rem;display:block; }#M3cPb0FXE11UhzBUk4dzJGLEGFqTNQTM.adaptive-delivery-prevent-bg, #M3cPb0FXE11UhzBUk4dzJGLEGFqTNQTM.lazyload, #M3cPb0FXE11UhzBUk4dzJGLEGFqTNQTM.lazyloading { background-image: none; }
#A6pHvZyqlCmG7kZoKCUC7oFdv5TVoz4D { box-sizing:content-box;height:6.875rem;width:6.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#dbb676;background-image:url("https://images.assets-landingi.com/uc/4c42abe7-52ed-4e63-a913-b11e919fdd57/rebecca.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.1875rem solid #ecc26b;border-left:0.1875rem solid #ecc26b;border-right:0.1875rem solid #ecc26b;border-bottom:0.1875rem solid #ecc26b;top:21.599609375rem;left:58.8125rem;display:block; }#A6pHvZyqlCmG7kZoKCUC7oFdv5TVoz4D.adaptive-delivery-prevent-bg, #A6pHvZyqlCmG7kZoKCUC7oFdv5TVoz4D.lazyload, #A6pHvZyqlCmG7kZoKCUC7oFdv5TVoz4D.lazyloading { background-image: none; }
#pVnuMy1AQt1J9KryxZeF0e2414SN9TEb { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:29.63720703125rem;left:59.4375rem;height:8.3994375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#fdPi7GNcNvUDkerNr6vR8HE5xK7QHXVL { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:29.63720703125rem;left:41.78125rem;height:10.3984375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#qceKATx7PTQmR50uIdXbZ4lK3UaL5P3k { color:#022647;display:block;width:6.875rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:25.82421875rem;left:67.21875rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DSDpWydZ9T2Qbv80kMMGIDdN8Fm7k55L { color:#022647;display:block;width:6.875rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:25.82421875rem;left:49.25rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#auTlHzs0wReDtFFTdPNPir8mRLPpn0uW { box-sizing:content-box;height:29.9375rem;width:40.25rem;position:absolute;display:block;z-index:15000;background-color:#e6d4c8;background-image:none;box-shadow: none;border-top:0.25rem solid #f1dbdb;border-left:0.25rem solid #f1dbdb;border-right:0.25rem solid #f1dbdb;border-bottom:0.25rem solid #f1dbdb;top:4.4375rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.25rem;display:none; }
#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1bfca;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; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row .container { background-color: transparent; background-image: none; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row .container > .video-iframe-container { display: none; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row > .video-iframe-container { display: none; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .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); }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row .container { border-width: 0; border-radius: 0; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#d1EgzOdtNBTubZcBAFOM1I6FwXpVSq0a { color:rgba(var(--color-tertiary-2),1);display:block;width:23.9999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.0623226165771rem;left:26.999289512634rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hdwyfVrDmXiWHEOVReW5ESEmDhedsB1A { color:rgba(var(--color-tertiary-2),1);display:block;width:24.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.462890625rem;left:26.091796875rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qNzsuO2zHmEmHTh7gcckQyBi4vlFNHr0 { background-color:transparent;background-image:none;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-2),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.1875rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:6.3125rem;left:31.5615234375rem;display:block; }
#seNcLTolArmvRpXIe377UD57F5WIvl9N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-regular-label { display:block; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-checkbox-label { width:13.75rem; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD  { width:15rem;height:auto; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD {display:block;}#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #PEgVhxrWhI85X1iWucCAIQgMfJFi3qXx {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #ASnD6GUtgQAQsZD9EXOzrqh0PMMzPHbt { display:block; }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #yGh0epn4wXPE9r9J33Q9ZLvePyTPmBny {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #OFOWBBCsRk9qSkfUQX8wkrCUZH6i3w04 {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #zPq7fuwIR8lFVorFd9uCPOkU1f9Nqvbf { display:block; }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #bho9zMRnRphQVVLNCIKUew3px0mXsqIJ {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #BwUmSW9yBddcZO00ffiT2gFU3feXF9s1 {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #oD7RNrqzGVxw3vHRyTefgm2MTr0IqTg3 { display:block; }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #MS1pXA69BXp63rJFAGNRHwISqy1mJzgR {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #mtMgh9FwSHwNcOIQMsCxuLL066GRJfIA {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #nX7BtcDW2QiaoXoFKRy7Hpnz3yrWMRTu { z-index:2; }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #nlgr1F24MuqFHrof2PUK3bw6n7MZwg8O {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #WCeP2U7BfiO9oDXQzOKQ6Av63SUe6rh3 {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #x2ygNBdg7tk1EA8gpfDPQVVZRt5Qh1cX {  }
 }@media only screen and (max-width: 763px) { #mW3iTLCdbqib6TrB7ysne4xQWV26TM4l { top:4.125rem;left:3.34375rem;width:41.0625rem;height:5.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcDcU2wH1TyIzIko5vh5TgG0h1umEHtG { top:9.9375rem;left:6.3125rem;width:35.125rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5 { display:none; }#PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5 > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-regular-label { display:block; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-checkbox-label { width:13.75rem; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN  { width:15rem;height:auto; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN {display:block;}#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #Ho6RCuQv5Guf7oteVx9puJZ8rT8LOtZ4 {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #GG6F04kJcKJssLdZMy1XyDVT5k9WMyZq { display:block; }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #F1ls5B9VLCUuPfJvlEoDhurhoiNTa8tc {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #QQQGKidIIkVoDZW2QH6vt2x9WfitABoQ {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #l6XdtDSMtkmOTI9ZUXcNyIolkOEhE4wG { display:block; }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #wEGGQVKriZWu8ly4ISktsIknR7zT9NJR {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #BuK4QRhXnE91CLmbei6TBCFKR3quBwuE {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #gOW6nWImReWKqXfTItfphTF1zPczwmTE { display:block; }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #gAuuHHGqbaSVnrMcRI4DahQQri5r56RA {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #eiLmQ3viFUz7f46T6ntTRGoUiJVpJAmv {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #L9sDFJSrZa0OrzXVgK4NxyV4NwCc2r7m { z-index:2; }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #nqfUEnomF5rJWtlwgqZZWzgfTggmTFJq {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #BW1WfszFOe00yzWG3qIewGUJ2Ip0AUcp {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #SsNGMSEsGt59bZZVdh0Z26hQ0Jiy0gat {  }
 }@media only screen and (max-width: 763px) { #rKs0XgVOKMCIv1imUxKNgtEG7kk9JiFW { top:5.8125rem;left:3.34375rem;width:41.0625rem;height:5.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezxu90UJNhGLhiW512GLT7CbzTP2dqyp { top:11.625rem;left:6.3125rem;width:35.125rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo { display:block; }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kog4NTgKpyoZocAHUvNf3DKFsldisnA5 { top:4.4375rem;left:0rem;width:40.25rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhgsfwxWIAdrzTPb030mXrL319UngVK0 { top:7.3125rem;left:0rem;width:35.125rem;height:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXPkSqhwM6HRtEr0qwmlqKW7bqH0231h { top:17.4375rem;left:0rem;width:35.125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCW7WCwXdQUaAH959vPgsdemwKPT8lOo { top:21.5rem;left:0rem;width:35.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKRd1v0uOKKb3UBGMP0GRx3U9cRlRP4e { top:25.6875rem;left:0rem;width:33.4375rem;height:5.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOHIoKIiVLCu5maADxfBRbGVqH5u20LE { display:block; }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyhfHPtVxIE6ACTPdDTIVFrmNKOK3adq { top:5.0625rem;left:0rem;width:31.5rem;height:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWmghIno0xcsdSVFPl8G9cMbR24vBohF { top:14.25rem;left:0rem;width:23.1875rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVbzMkANb9RhgO5ipPmKIyIcpzRfMcgq { top:17.6875rem;left:0rem;width:24.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffUgRtly8cgyKW04u0e2et1ZkcZI3aZa { top:22.625rem;left:0rem;width:27.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBo6aILDSIxwNoobMck1hsNhpKATdFXC { display:none; }
 }@media only screen and (max-width: 763px) { #TABhQLggJ7vFZFWuDbfTm3B661J99ENH { top:0.75rem;left:12.375rem;width:35.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP1WNPRx3vsA5Irazng6pkr986zcfk0V { top:7.75rem;left:12.4375rem;width:35.3125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E35oFkUoaWrS9pdZp68ZuvDW2t992WC4 { top:14.75rem;left:12.4375rem;width:35.3125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZQQqhTKWXVtB5wiBfaVJdgDD0CiRyOf { top:1.5625rem;left:28.15625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfRohknQKaeviUI5mLdoBSTZKssyuJfN { top:8.5625rem;left:28.1875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TploEoGCgLC9VwlSHa4gMs14XMmrBmL8 { top:15.5625rem;left:28.15625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcUEnlfxCp693V5a5VJtvEuuaP0u1SPP { top:2.8125rem;left:29.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZR0CxTgz2qIzEtKhRfwHZDk3Qygo3ya { top:9.75rem;left:29.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwiUNMPEIglchNfAU9rdEJWp8v7Os1xd { top:16.875rem;left:29.40625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhUmSLhn8WC2eCqvGQxkE8IoDUWgtSaS { top:1.5625rem;left:24.5rem;width:23.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szMUVNIozeRHgFcx8e50TCbzCATPcraC { top:8.5625rem;left:24.5rem;width:23.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyJq6dOd8uNF4sBBtw4wZhO4Phi5eBpq { top:15.5rem;left:24.5rem;width:23.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smAr9VN6a6hT05T7QgLiGvdhWbTt7lSv { top:3.6875rem;left:24.5rem;width:23.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpHD9z2r3oHepZTS5W1dWk1BDZrQeZBW { top:10.625rem;left:24.5rem;width:23.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUD91hhEoWBgiGQr4pyAt9grTl0QFW4i { top:17.5625rem;left:24.5rem;width:23.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfrzSzv8WGJvq3ctBUqk2Erl3SWPBSu2 { top:23.5625rem;left:26.0625rem;width:17.4375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSGTTehZ4vGA6wdOlGT4A5ofHiUpA8ZZ { top:23.5rem;left:30.3125rem;width:17.25rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3cPb0FXE11UhzBUk4dzJGLEGFqTNQTM { top:21.5625rem;left:27.25rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6pHvZyqlCmG7kZoKCUC7oFdv5TVoz4D { top:21.5625rem;left:40.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVnuMy1AQt1J9KryxZeF0e2414SN9TEb { top:29.625rem;left:34rem;width:13.75rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdPi7GNcNvUDkerNr6vR8HE5xK7QHXVL { top:29.625rem;left:28.15625rem;width:14.4375rem;height:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qceKATx7PTQmR50uIdXbZ4lK3UaL5P3k { top:25.8125rem;left:40.875rem;width:6.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSDpWydZ9T2Qbv80kMMGIDdN8Fm7k55L { top:25.8125rem;left:35.625rem;width:6.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auTlHzs0wReDtFFTdPNPir8mRLPpn0uW { top:4.4375rem;left:0rem;width:40.25rem;height:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H { display:block; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1EgzOdtNBTubZcBAFOM1I6FwXpVSq0a { top:2rem;left:13.3740234375rem;width:23.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdwyfVrDmXiWHEOVReW5ESEmDhedsB1A { top:4.4375rem;left:12.466796875rem;width:24.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNzsuO2zHmEmHTh7gcckQyBi4vlFNHr0 { width:13.875rem;height:2.1875rem;top:6.3125rem;left:17.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seNcLTolArmvRpXIe377UD57F5WIvl9N { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#c1bfca;background-image:none;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); } }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { background-color:#c1bfca;background-image:url("https://images.assets-landingi.com/uc/4acd4456-c6d1-4fa7-9d77-fe02bed5ee86/uju_section012.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P.adaptive-delivery-prevent-bg, #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P.lazyload, #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P.lazyloading { background-image: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { background-color: transparent; background-image: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .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); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-input-text {padding-top: 0; padding-bottom: 0;}#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-input-select {padding-top: 0; padding-bottom: 0;}#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.625rem;font-size:1.25rem;overflow:hidden; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD [class*="-text"]:-moz-placeholder { font-size:1rem; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD [class*="-text"]::-moz-placeholder { font-size:1rem; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#3f352c; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-container:first-of-type{padding-top:0;}#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .widget-container:last-of-type{padding-bottom:0;}#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD  { width:17.5rem;height:auto;top:16.85546875rem;left:0rem; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD {display:block;}#bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD { width:17.5rem;height:auto;top:16.85546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #PEgVhxrWhI85X1iWucCAIQgMfJFi3qXx {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #ASnD6GUtgQAQsZD9EXOzrqh0PMMzPHbt { display:block; }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #yGh0epn4wXPE9r9J33Q9ZLvePyTPmBny {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #OFOWBBCsRk9qSkfUQX8wkrCUZH6i3w04 {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #zPq7fuwIR8lFVorFd9uCPOkU1f9Nqvbf { display:block; }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #bho9zMRnRphQVVLNCIKUew3px0mXsqIJ {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #BwUmSW9yBddcZO00ffiT2gFU3feXF9s1 {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #oD7RNrqzGVxw3vHRyTefgm2MTr0IqTg3 { display:none; }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #MS1pXA69BXp63rJFAGNRHwISqy1mJzgR {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #mtMgh9FwSHwNcOIQMsCxuLL066GRJfIA {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #nX7BtcDW2QiaoXoFKRy7Hpnz3yrWMRTu { z-index:2; }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #nlgr1F24MuqFHrof2PUK3bw6n7MZwg8O {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #WCeP2U7BfiO9oDXQzOKQ6Av63SUe6rh3 {  }
 }@media only screen and (max-width: 763px) { #bXIoBEhA1EWTfaTZSatNbFQPDyqklUkD #x2ygNBdg7tk1EA8gpfDPQVVZRt5Qh1cX {  }
 }@media only screen and (max-width: 763px) { #mW3iTLCdbqib6TrB7ysne4xQWV26TM4l { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;font-size:1.6875rem;font-weight:400;font-style:italic;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pcDcU2wH1TyIzIko5vh5TgG0h1umEHtG { width:20rem;height:1.7871125rem;top:4.6933625rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5 { background-color:transparent;background-image: -webkit-linear-gradient(top, #f4e7df, #2a69a2);background-image: -moz-linear-gradient(top, #f4e7df, #2a69a2);background-image: -ms-linear-gradient(top, #f4e7df, #2a69a2);background-image: -o-linear-gradient(top, #f4e7df, #2a69a2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#2a69a2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#2a69a2' );";background-image: linear-gradient(to bottom, #f4e7df, #2a69a2);background-size:contain !important;display:block; }#PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5 > .row .container { background-color: transparent; background-image: none; }#PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5 > .row .container > .video-iframe-container { display: none; }#PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5 > .row > .video-iframe-container { display: none; }#PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5 > .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); }#PLBHIxpJlaZMCGIvr7Co3Xlg736JnsQ5 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;display:block;vertical-align:top; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-input-text {padding-top: 0; padding-bottom: 0;}#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-input-select {padding-top: 0; padding-bottom: 0;}#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;height:3.125rem;font-size:1.25rem;overflow:hidden; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN [class*="-text"]:-moz-placeholder { font-size:1rem; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN [class*="-text"]::-moz-placeholder { font-size:1rem; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#f3ede9;float:none; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-radio-label { float:none; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-container:first-of-type{padding-top:0;}#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .widget-container:last-of-type{padding-bottom:0;}#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN  { width:17.5rem;height:auto;top:4.66796875rem;left:0rem; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN {display:block;}#VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN { width:17.5rem;height:auto;top:4.66796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #Ho6RCuQv5Guf7oteVx9puJZ8rT8LOtZ4 {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #GG6F04kJcKJssLdZMy1XyDVT5k9WMyZq { display:none; }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #F1ls5B9VLCUuPfJvlEoDhurhoiNTa8tc {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #QQQGKidIIkVoDZW2QH6vt2x9WfitABoQ {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #l6XdtDSMtkmOTI9ZUXcNyIolkOEhE4wG { display:none; }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #wEGGQVKriZWu8ly4ISktsIknR7zT9NJR {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #BuK4QRhXnE91CLmbei6TBCFKR3quBwuE {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #gOW6nWImReWKqXfTItfphTF1zPczwmTE { display:none; }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #gAuuHHGqbaSVnrMcRI4DahQQri5r56RA {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #eiLmQ3viFUz7f46T6ntTRGoUiJVpJAmv {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #L9sDFJSrZa0OrzXVgK4NxyV4NwCc2r7m { z-index:2; }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #nqfUEnomF5rJWtlwgqZZWzgfTggmTFJq {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #BW1WfszFOe00yzWG3qIewGUJ2Ip0AUcp {  }
 }@media only screen and (max-width: 763px) { #VL88UKQ4U1BinduQdBPD8HiH3v6hb8SN #SsNGMSEsGt59bZZVdh0Z26hQ0Jiy0gat {  }
 }@media only screen and (max-width: 763px) { #rKs0XgVOKMCIv1imUxKNgtEG7kk9JiFW { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;font-size:1.6875rem;font-weight:400;font-style:italic;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ezxu90UJNhGLhiW512GLT7CbzTP2dqyp { width:20rem;height:1.7871125rem;top:3.443359375rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo { background-color:rgba(42,105,162,0.58);background-image:url("https://images.assets-landingi.com/uc/8382f19d-13fc-462d-8990-11f1a4bfdd80/uju_section02.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo.adaptive-delivery-prevent-bg, #L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo.lazyload, #L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo.lazyloading { background-image: none; }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .row .container { background-color: transparent; background-image: none; }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .row .container > .video-iframe-container { display: none; }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .row > .video-iframe-container { display: none; }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .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); }#L3F33VCNx3tzV4iIEbFVgPDFWeKe0ooo > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kog4NTgKpyoZocAHUvNf3DKFsldisnA5 { width:19.5rem;height:19.8125rem;top:7.931640625rem;left:0rem;background-color:rgba(230,212,200,0.7);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GhgsfwxWIAdrzTPb030mXrL319UngVK0 { width:20rem;height:3.57421875rem;top:9.125rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cXPkSqhwM6HRtEr0qwmlqKW7bqH0231h { width:15.6875rem;height:2.5996125rem;top:14.375rem;left:2.15625rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCW7WCwXdQUaAH959vPgsdemwKPT8lOo { width:17.4375rem;height:2.4375rem;top:18.0625rem;left:1.8125rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tKRd1v0uOKKb3UBGMP0GRx3U9cRlRP4e { width:17.75rem;height:5.19921875rem;top:21.5rem;left:1.125rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SOHIoKIiVLCu5maADxfBRbGVqH5u20LE { background-color:rgba(42,105,162,0.58);background-image:url("https://images.assets-landingi.com/uc/ac7f3bd5-53a5-4f72-aeb2-7785e9c2ed8c/uju_section03.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE.adaptive-delivery-prevent-bg, #SOHIoKIiVLCu5maADxfBRbGVqH5u20LE.lazyload, #SOHIoKIiVLCu5maADxfBRbGVqH5u20LE.lazyloading { background-image: none; }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .row .container { background-color: transparent; background-image: none; }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .row .container > .video-iframe-container { display: none; }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .row > .video-iframe-container { display: none; }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .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); }#SOHIoKIiVLCu5maADxfBRbGVqH5u20LE > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyhfHPtVxIE6ACTPdDTIVFrmNKOK3adq { width:20rem;height:3.57421875rem;top:2.5rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWmghIno0xcsdSVFPl8G9cMbR24vBohF { width:16.75rem;height:1.29980625rem;top:9.9375rem;left:1.625rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nVbzMkANb9RhgO5ipPmKIyIcpzRfMcgq { width:17.625rem;height:2.5996125rem;top:12.1875rem;left:1.1875rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ffUgRtly8cgyKW04u0e2et1ZkcZI3aZa { width:14.75rem;height:2.5996125rem;top:15.8125rem;left:2.625rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LBo6aILDSIxwNoobMck1hsNhpKATdFXC { top:1.880859375rem;left:2.34375rem;width:15.3125rem;height:4.8125rem;z-index:15023;background-color:rgba(255,230,200,0.58);background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TABhQLggJ7vFZFWuDbfTm3B661J99ENH { width:20rem;height:6.875rem;top:20.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -moz-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -ms-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -o-linear-gradient(180deg, #f4e7df, #c1bfca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#c1bfca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#c1bfca' );";background-image: linear-gradient(180deg, #f4e7df, #c1bfca);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JP1WNPRx3vsA5Irazng6pkr986zcfk0V { width:20rem;height:6.875rem;top:27.9375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -moz-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -ms-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -o-linear-gradient(180deg, #f4e7df, #c1bfca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#c1bfca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#c1bfca' );";background-image: linear-gradient(180deg, #f4e7df, #c1bfca);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #E35oFkUoaWrS9pdZp68ZuvDW2t992WC4 { width:20rem;height:6.875rem;top:35.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -moz-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -ms-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -o-linear-gradient(180deg, #f4e7df, #c1bfca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#c1bfca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#c1bfca' );";background-image: linear-gradient(180deg, #f4e7df, #c1bfca);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LZQQqhTKWXVtB5wiBfaVJdgDD0CiRyOf { width:2.5rem;height:2.5rem;top:21.125rem;left:0.625rem;border-top:0.125rem solid #a8842c;border-left:0.125rem solid #a8842c;border-right:0.125rem solid #a8842c;border-bottom:0.125rem solid #a8842c;display:block; }
 }@media only screen and (max-width: 763px) { #CfRohknQKaeviUI5mLdoBSTZKssyuJfN { width:2.5rem;height:2.5rem;top:28.75rem;left:0.625rem;border-top:0.125rem solid #a8842c;border-left:0.125rem solid #a8842c;border-right:0.125rem solid #a8842c;border-bottom:0.125rem solid #a8842c;display:block; }
 }@media only screen and (max-width: 763px) { #TploEoGCgLC9VwlSHa4gMs14XMmrBmL8 { width:2.5rem;height:2.5rem;top:36.125rem;left:0.625rem;border-top:0.125rem solid #a8842c;border-left:0.125rem solid #a8842c;border-right:0.125rem solid #a8842c;border-bottom:0.125rem solid #a8842c;display:block; }
 }@media only screen and (max-width: 763px) { #XcUEnlfxCp693V5a5VJtvEuuaP0u1SPP { display:flex;width:1.25rem;height:1.25rem;top:21.875rem;left:1.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TZR0CxTgz2qIzEtKhRfwHZDk3Qygo3ya { display:flex;width:1.25rem;height:1.25rem;top:29.5rem;left:1.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qwiUNMPEIglchNfAU9rdEJWp8v7Os1xd { display:flex;width:1.25rem;height:1.25rem;top:36.875rem;left:1.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #WhUmSLhn8WC2eCqvGQxkE8IoDUWgtSaS { width:11.9375rem;height:1.29980625rem;top:21.125rem;left:4.5rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #szMUVNIozeRHgFcx8e50TCbzCATPcraC { width:12.375rem;height:1.29980625rem;top:28.75rem;left:4.5625rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JyJq6dOd8uNF4sBBtw4wZhO4Phi5eBpq { width:14rem;height:1.29980625rem;top:36.125rem;left:4.4375rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #smAr9VN6a6hT05T7QgLiGvdhWbTt7lSv { width:14.375rem;height:3.41161875rem;top:23.125rem;left:4.5rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hpHD9z2r3oHepZTS5W1dWk1BDZrQeZBW { width:14.0625rem;height:2.2744125rem;top:30.75rem;left:4.625rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HUD91hhEoWBgiGQr4pyAt9grTl0QFW4i { width:14.125rem;height:2.2744125rem;top:38.1875rem;left:4.5625rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LfrzSzv8WGJvq3ctBUqk2Erl3SWPBSu2 { width:20rem;height:12rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSGTTehZ4vGA6wdOlGT4A5ofHiUpA8ZZ { width:20rem;height:11.875rem;top:59.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3cPb0FXE11UhzBUk4dzJGLEGFqTNQTM { width:5rem;height:5rem;top:43.375rem;left:1rem;border-top:0.125rem solid #a8842c;border-left:0.125rem solid #a8842c;border-right:0.125rem solid #a8842c;border-bottom:0.125rem solid #a8842c;display:block; }
 }@media only screen and (max-width: 763px) { #A6pHvZyqlCmG7kZoKCUC7oFdv5TVoz4D { width:5rem;height:5rem;top:57.8125rem;left:0.875rem;border-top:0.125rem solid #a8842c;border-left:0.125rem solid #a8842c;border-right:0.125rem solid #a8842c;border-bottom:0.125rem solid #a8842c;display:block; }
 }@media only screen and (max-width: 763px) { #pVnuMy1AQt1J9KryxZeF0e2414SN9TEb { width:17.5625rem;height:6.12305rem;top:63.83984375rem;left:1.0625rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fdPi7GNcNvUDkerNr6vR8HE5xK7QHXVL { width:17.8125rem;height:6.82325rem;top:49.14013671875rem;left:1.09375rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qceKATx7PTQmR50uIdXbZ4lK3UaL5P3k { width:6.875rem;height:1.29980625rem;top:60.3115234375rem;left:7.03125rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DSDpWydZ9T2Qbv80kMMGIDdN8Fm7k55L { width:6.875rem;height:1.29980625rem;top:45.82763671875rem;left:7.03125rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #auTlHzs0wReDtFFTdPNPir8mRLPpn0uW { width:19.5rem;height:10.3125rem;top:8.9375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -moz-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -ms-linear-gradient(180deg, #f4e7df, #c1bfca);background-image: -o-linear-gradient(180deg, #f4e7df, #c1bfca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#c1bfca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7df', endColorstr='#c1bfca' );";background-image: linear-gradient(180deg, #f4e7df, #c1bfca);background-size:auto !important;z-index:15002;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H { display:block; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1EgzOdtNBTubZcBAFOM1I6FwXpVSq0a { width:20rem;height:0.9746125rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdwyfVrDmXiWHEOVReW5ESEmDhedsB1A { width:14.5625rem;height:1.94921875rem;top:3.099609375rem;left:2.71875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qNzsuO2zHmEmHTh7gcckQyBi4vlFNHr0 { width:20rem;height:2.1875rem;top:5.923828125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #seNcLTolArmvRpXIe377UD57F5WIvl9N { display:block; }
 }