.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:222,221,229;--color-primary-1:145,140,167;--color-primary-2:35,25,79;--color-primary-3:18,13,40;--color-primary-4:5,4,12;--color-secondary-0:250,255,254;--color-secondary-1:238,255,252;--color-secondary-2:221,254,248;--color-secondary-3:77,92,122;--color-secondary-4:33,38,37;--color-tertiary-0:255,255,255;--color-tertiary-1:181,187,190;--color-tertiary-2:9,29,37;--color-tertiary-3:5,15,19;--color-tertiary-4:1,3,4;--headlines-font-family:"Fraunces";--paragraphs-font-family:"Open Sans "; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_1ba7b29a49e66efd4af51b912a7d539ab0a4e524.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8Qaxmsdbxsr21TVG58lO5Wuu8h2Cw5L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0625;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#t8Qaxmsdbxsr21TVG58lO5Wuu8h2Cw5L > .row .container { background-color: transparent; background-image: none; }#t8Qaxmsdbxsr21TVG58lO5Wuu8h2Cw5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8Qaxmsdbxsr21TVG58lO5Wuu8h2Cw5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8Qaxmsdbxsr21TVG58lO5Wuu8h2Cw5L > .row .container > .video-iframe-container { display: none; }#t8Qaxmsdbxsr21TVG58lO5Wuu8h2Cw5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8Qaxmsdbxsr21TVG58lO5Wuu8h2Cw5L > .row > .video-iframe-container { display: none; }#t8Qaxmsdbxsr21TVG58lO5Wuu8h2Cw5L > .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); }#t8Qaxmsdbxsr21TVG58lO5Wuu8h2Cw5L > .row .container { border-width: 0; border-radius: 0; }#t8Qaxmsdbxsr21TVG58lO5Wuu8h2Cw5L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t8Qaxmsdbxsr21TVG58lO5Wuu8h2Cw5L > .row .container { font-size:0.875rem;font-family:fraunces;height:6.875rem;width:75rem;position:relative;display:block; }#c8AWlCgHXkZc2Gdk7LE6Nb2HVQ7TTTXT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f3f3e9;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(6,17,38,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.75rem;left:27.000000476837rem;display:block; }
#dx9CE070KBd8hoIRt5pTy5lCvsX5znRD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnuInmnLo80gaMGLuGNO3KVHFzwzHNKu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:4.5625rem;top:1.3125rem;left:27.611328601837rem;overflow:hidden;display:block; }
#Zkc1KLBEoMzrMmmFZHRQLN3J9hdT5oG5 { color:rgba(var(--color-primary-1),1);display:block;width:31rem;position:absolute;font-family:neuton;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.2);top:5.5755209922791rem;left:20.156250476837rem;height:2.59895625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P { background-color:#04042e;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row .container { background-color: transparent; background-image: none; }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row .container > .video-iframe-container { display: none; }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row > .video-iframe-container { display: none; }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .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); }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row .container { border-width: 0; border-radius: 0; }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row .container { font-size:0.875rem;font-family:fraunces;height:106.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#WbTLkQtgDfNJF3fuds9ii8Luz8tGrGmo { color:rgba(var(--color-tertiary-0),1);display:block;width:67.5625rem;position:absolute;font-family:fraunces;font-size:5.8125rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:56.604169845581rem;left:5.125rem;height:11.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Um8FuTspJC56XtQIyT1uCu8J5gWMIkS4 { box-sizing:content-box;height:11.9375rem;width:45.1875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c14d9f, #6724b3);background-image: -moz-linear-gradient(180deg, #c14d9f, #6724b3);background-image: -ms-linear-gradient(180deg, #c14d9f, #6724b3);background-image: -o-linear-gradient(180deg, #c14d9f, #6724b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c14d9f', endColorstr='#6724b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c14d9f', endColorstr='#6724b3' );";background-image: linear-gradient(180deg, #c14d9f, #6724b3);background-size:auto !important;top:42.354167938233rem;left:14.906250476837rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;border-top:0.125rem solid #d024c5;border-left:0.125rem solid #d024c5;border-right:0.125rem solid #d024c5;border-bottom:0.125rem solid #d024c5;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#lcnvglmgIpss1gqQHGT6I5oc3hZwls81 { z-index:15003;top:64.186850547788rem;left:31.187502384186rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WZJwx3fHPhXFDin9yvb06RL8TTZTUDTr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E4DzTzEnZytzHvDwM02f6eEPhlzlOR8p { color:#da80ec;display:block;width:63.1875rem;position:absolute;font-family:fraunces;font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.375rem;left:5.90625rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xwrz5XW8wbs2Jrayatmx6KQeICD8TFHX { color:rgba(var(--color-secondary-0),1);display:block;width:19.5rem;position:absolute;font-family:fraunces;font-size:2.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(53,132,183,0.5);top:4.78125rem;left:15.625000476837rem;height:2.4746125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aduQqamKBmevWON7pJtOocUlLRz4Ihg4 { color:rgba(var(--color-secondary-0),1);display:block;width:67.625rem;position:absolute;font-family:fraunces;font-size:2.0625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(53,132,183,0.5);top:7.443359375rem;left:4.40625rem;height:4.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }#aduQqamKBmevWON7pJtOocUlLRz4Ihg4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aduQqamKBmevWON7pJtOocUlLRz4Ihg4 li:before{  }
#mtaKsSVHigpyJ5mHwnFCmSH0KyUxNGgh { color:#da80ec;display:block;width:26.4375rem;position:absolute;font-family:fraunces;font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.849609375rem;left:35.885416507721rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DzMVMqlIhweuzRNv3UhDrbaOkHhWZpIx { position:absolute;display:block;z-index:15008;border-top:0.1875rem solid #ac2dc6;border-left:0.1875rem solid #ac2dc6;border-right:0.1875rem solid #ac2dc6;border-bottom:0.1875rem solid #ac2dc6;box-shadow: none;height:20.375rem;width:36.25rem;top:17.374349594116rem;left:19.332682132721rem;display:block; }
#CJoVGdZSC6EWP4cD6CMFpoCLFLHvcM7z { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:15.4375rem;top:44.635417938233rem;left:29.781250476837rem;display:block; }
#hOP9ekTJsrufFNv5DwaK2LbkvgZe9Kir { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:43.479167938233rem;left:15.687500476837rem;overflow:hidden;display:block; }
#waWDq75vb1wHK68oFEO8GKIFVN7At9JW { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:4.9375rem;top:47.156250953674rem;left:46.242189884186rem;overflow:hidden;display:block; }
#bwzT30BimrReBofJcbBa4mz9uzBWTKH9 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:42.96875rem;left:51.929689884186rem;overflow:hidden;display:block; }
#TbnaRPR2exDkQ9yc7Ss3m4UeprWLsszt { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:48.041667938233rem;left:22.906250476837rem;overflow:hidden;display:block; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-form-header {  }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;color:#ffffff;width:15rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2;text-align:left;text-align-last:left; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-input-text { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:15rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.75rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-input-text {padding-top: 0; padding-bottom: 0;}#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-textarea { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:15rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.75rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-input-select { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:15rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:"open sans";font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-input-select {padding-top: 0; padding-bottom: 0;}#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#f2f9ff;width:15rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.5) ; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .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.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:13.625rem;overflow:hidden;font-style:normal; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .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; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .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:#ffffff;overflow:hidden;font-style:normal;line-height:1.5; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-container:first-of-type{padding-top:0;}#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-container:last-of-type{padding-bottom:0;}#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt  { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:28.750000476837rem;top:85.873703002931rem;z-index:15013;position:absolute; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt {display:block;}#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:28.750000476837rem;top:85.873703002931rem;z-index:15013;position:absolute; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #Xg4umb5rK55UyEnrGpXOhIITL9l6Qqbt { position:relative; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #UAFTJbfxwhTqSGcs9ZcmAzW3gtgRdLeC { position:relative;display:block; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #SigFqawQgSl11FNLWBEaardONnc8Ko0U { position:relative; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #ADNL6L42lbWAMvfvmbFffSteUH8uGk9e { position:relative; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #EpBTxmKlo9gQuEUU5mBu16lul3ZRymo9 { position:relative;display:block; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #NnG5rwxRamB7oO2FF5sT0NwVwhI0WbI5 { position:relative; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #XsyLUakAObQ3l5WxdxOXnuZHPV7zDIx2 { position:relative; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #ayT2XORfVVGMFVMWTRRdVQDMHyAA9QkV { position:relative;display:block; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #y421lJM7mcrwfD6v9wk6d1xFzHH8UwRC { position:relative; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #fR7cipyzxlpCXc1IQEwOz7f3TD8rN97A { position:relative; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #EbqryPxA6r1edxX1qnV8S388skoUmoS7 { position:relative; }
#brUI4vu1O0Cp95SBGHSfgZeTXtLTRG68 { color:#d6e1e6;display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:72.74999809265rem;left:28.031250476837rem;height:8.285125rem;display:block; }
#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/922e3afb-9799-44d1-af84-6f0203958e1d/volcan.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6.adaptive-delivery-prevent-bg, #WTAa39D6J7grHKdAEVulR6hzfkggvZJ6.lazyload, #WTAa39D6J7grHKdAEVulR6hzfkggvZJ6.lazyloading { background-image: none; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row .container { background-color: transparent; background-image: none; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row .container > .video-iframe-container { display: none; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row > .video-iframe-container { display: none; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .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); }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row .container { border-width: 0; border-radius: 0; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row .container { font-size:0.875rem;font-family:fraunces;height:43.6875rem;width:75rem;position:relative;display:block; }#cR4vAvE9q5tPBskXKTUDmudJZPNJXvuD { color:#9c2faf;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),1);top:7.1875rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C3bBXe94XLhkFanlwXzcNKdOEiqzLT6K { box-sizing:content-box;height:4.8125rem;width:16.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.249349594116rem;left:2.5rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.1875rem solid rgba(174,38,139,0.81);border-left:0.1875rem solid rgba(174,38,139,0.81);border-right:0.1875rem solid rgba(174,38,139,0.81);border-bottom:0.1875rem solid rgba(174,38,139,0.81);display:block; }
#wRgC4Qd5QEpfmzWle0zxWGEsFtDStGXE { box-sizing:content-box;height:4.8125rem;width:16.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.248699188233rem;left:19.978516101837rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.1875rem solid rgba(181,16,125,0.89);border-left:0.1875rem solid rgba(181,16,125,0.89);border-right:0.1875rem solid rgba(181,16,125,0.89);border-bottom:0.1875rem solid rgba(181,16,125,0.89);display:block; }
#viT66otTMfKT60ulXskdZHvkUelmPakr { box-sizing:content-box;height:4.8125rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.25rem;left:39.0625rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.1875rem solid rgba(139,33,107,0.83);border-left:0.1875rem solid rgba(139,33,107,0.83);border-right:0.1875rem solid rgba(139,33,107,0.83);border-bottom:0.1875rem solid rgba(139,33,107,0.83);display:block; }
#zBOT0SluMCF4TatDSQ3ABGJJyFTym8QM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:17rem;left:3.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cZAzoD98HG6hKhWVO2tQwnB8UF76cUBi { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:22.375001430511rem;left:2.853515625rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oQALLGkdMqrIlANBCItXytn16m3JzT0l { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:16.947266876698rem;left:21.676432132721rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iacgzOvQOXJTKPSFtvoNt9tzKPV93QRV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:22.249994277954rem;left:20.228516101837rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KEpkzBqH5qsKBg97MmsAGHXgdGyWbyEW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:17rem;left:40.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u2xkDBreSvTxWTQu1St8fbUKLJDCmCkN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:22.687501430511rem;left:39.416666507721rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W89TCrOiLEd8PleD8xdIyJsiLSeN71sW { z-index:15003;top:33.125rem;left:31.875002384186rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hEWFmT03z4ThrrsSx0gGnLyzbOOs9wHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIxBcTzAoBIz0fOsT5ocoknZaxJsXMIc { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.5rem;left:46.625002384186rem; }
#osJMAfGGvxxPAOOCu7c1I54OcrDAmCB1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:16.947265625rem;left:59.375002384186rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xtm99S57lfTWq64RlgqGosHHr4elhhR5 { box-sizing:content-box;height:4.8125rem;width:16.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.25rem;left:58.5625rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.1875rem solid rgba(160,22,125,0.72);border-left:0.1875rem solid rgba(160,22,125,0.72);border-right:0.1875rem solid rgba(160,22,125,0.72);border-bottom:0.1875rem solid rgba(160,22,125,0.72);display:block; }
#y8mw1w5B1CNqHv8GUFClJWmIsp7BkuIl { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:22.062501430511rem;left:59.375002384186rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hiANnW2iSTIkDTgC8umi9KCIHClbrN8Z { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.416016340256rem;left:66.750002384187rem; }
#OrGrUr7F9UCDegFBeZuKbWmwzup5QlHU { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.4375rem;left:9.9479165077212rem; }
#eUm4GIo2Id4OQvcfSKypXbaJ1bRCxzzl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.4375rem;left:27.250000476837rem; }
#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { position:relative;display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { background-color: transparent; background-image: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .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); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { border-width: 0; border-radius: 0; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:fraunces;height:53.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container.adaptive-delivery-prevent-bg, #kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container.lazyload, #kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container.lazyloading { background-image: none; }#RGuHRSPzg3CTnlSZBNpr96OLIOTNV14M { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:12.125rem;left:4.0625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WnDZEXGZfFJl6dtOg5z8zHJQDApwhx19 { z-index:15003;top:21.937502861023rem;left:6.1875004768372rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#prl11bgbJD66xZzbc5JCxKIQyVUi6TDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kq9Lsr4xIxZCsceSV8VmaqhGR82TK9aE { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:44.8125rem;width:16.0625rem;top:6.8736991882325rem;left:55.375002384186rem;overflow:hidden;display:block; }
#FHDIuNcNWCTMU3K24z1xPDvXEgkz0hlc { box-sizing:content-box;height:11.1875rem;width:23.9375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:9.8639335632325rem;left:1.875rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid rgba(182,33,189,0.91);border-left:0.0625rem solid rgba(182,33,189,0.91);border-right:0.0625rem solid rgba(182,33,189,0.91);border-bottom:0.0625rem solid rgba(182,33,189,0.91);display:block; }
#sbBhdUz0coGCSF0FaMP6lfvFDMX0Rxki { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.1875rem;left:26.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0.625rem rgba(176,24,161,0.87) ;display:block; }
#I8Dq0TtDqGun7MFJvxqxXlWb0fMRIBP0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.8125rem;left:28.4375rem; }
#DahzhNtqW2Tk8kGArQelE64NfmQZeO3c { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:15.75rem;left:30.3125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WmdKW5HIMM5gnJJVPok3QyLktPyueV7H { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.625rem;left:28.4375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eCJ3nCWBO67n0P2vvDEsoV3hucZOz6AU { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;top:18.9375rem;left:28.4375rem;display:block; }
#p3oHD5ToQfCE28iTaV7fqTQrUB4Gh20D { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.229168891907rem;left:3.75rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0.625rem #a531c4 ;display:block; }
#hbztbABRfcLhBUuwT2qekXBRDQ7tizzf { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.749341011047rem;left:6.9166665077213rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IhbnDmueFpsy88wm2UovSb2MbNFibSzP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:38.686841011047rem;left:5.625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hZpTJWb8xOBwL6z1kuOkzhr1x9claf4K { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;top:37rem;left:1.875rem;display:block; }
#LHcq18sZ1MiwTIBXR14KVCFuhIpvdg3y { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.25rem;left:26.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0.625rem rgba(166,54,185,0.85) ;display:block; }
#zZfbP88a4raknaooTH7xrld7iHyh2BT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.8125rem;left:30.3125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U7oUyEiqFXPEOnRPbm3t1WuzcUPWZ63Z { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:38.6875rem;left:28.4375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aFm8dVCOPu4cWVUx2sAEaSi6QuSXMPA1 { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;top:37rem;left:28.4375rem;display:block; }
#Gigx82oEBaeAKpgfMNVrfSqMhZVL6sRm { color:#9c2faf;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),1);top:3.5618438720703rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JlPP0KHcg0uZK0IXdhzqPo2KHqFoT2BW { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.4375rem;left:9.9479165077212rem;display:none; }
#AOTb6vUXJTvdFWVOaQUOOHJo4sgLBIpL { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.4375rem;left:9.9479165077212rem;display:none; }
#UycSSJWfLexfxC46dZdAB7fkQKKWwSup { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.4375rem;left:9.9479165077212rem;display:none; }
#ScQwAvxEIvltso3oDyTWT6RHEMTFniVZ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.71875rem;left:28.343750476837rem; }
#TU0ErTOpwzGneGeznVTKbPiHor9zbK6X { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:33.779949188233rem;left:28.343750476837rem; }
#DeSadHcVCeSeNJnf3cFs0VpAp7oSVJyv { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:33.779949188233rem;left:4.7916665077209rem; }
#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/14d77e39-9965-4461-aa16-b9786fbf83a2/FAMILIA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE.adaptive-delivery-prevent-bg, #bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE.lazyload, #bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE.lazyloading { background-image: none; }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .row .container { background-color: transparent; background-image: none; }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .row .container > .video-iframe-container { display: none; }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .row > .video-iframe-container { display: none; }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .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); }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .row .container { border-width: 0; border-radius: 0; }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .row .container { font-size:0.875rem;font-family:fraunces;height:37.25rem;width:75rem;overflow:visible;position:relative;display:block; }#aBbxXVc4DHaNcAnneWtW5itf2LKVlOdc { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:17.666666671634rem;left:4.2076821327209rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dCJ946PbXL733NuKunQccTpEFTT3DEoN { box-sizing:content-box;height:24.4375rem;width:37.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.12434387207rem;left:36.979166507721rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#WSrAUCm4ZXHXN9xDkFHD1ao22Dq572kU { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:9.0625rem;left:40.6875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a8TP6R0togNqFZZqkMFU4LNV3MPfQL3A { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:fraunces;font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:10.6875rem;left:40.6875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c80QAkvbQvTEfvl72oBiJHh8CCC3oB0N { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:13.0625rem;left:40.6875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M9TlBzsUbEB0ZBcTGtdsuhTvdmSHxo2X { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:fraunces;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:14.6875rem;left:40.6875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P3cHwbxaUMk8xuTLHuUeOdgxlrczpPq6 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:16.875rem;left:40.687502384186rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XdpvCm8ZDfi8s0Xp9XL5Alw6pMmSlZDt { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:fraunces;font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:18.5rem;left:40.6875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l3J6wwRnZftTiqSEItmzLHaCfFqJX2B2 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:20.875rem;left:40.6875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TbhkTrb65a8edo7GRlkNS03ebseQxRAV { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:fraunces;font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:22.5rem;left:40.6875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OHTRrVeVReNwM2RCINUDnbF0bX9ALhy3 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:24.875rem;left:40.6875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vhtzsk10eNiKC98iNzAudLWT5brd4knl { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:fraunces;font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:26.5rem;left:40.6875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZZtq6qtG6m9Vm9uzB8kpPtPANrq0UoTc { z-index:15003;top:24.87500064075rem;left:8.3750004768369rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TaaJ2NLxt4Soc96sgMCW4pS7VBtKR2U1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CD3HOvsHS1QIXE4FDWHgcKrvqozsHsPV { box-sizing:content-box;height:0.0625rem;width:43.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.375rem;left:0.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#r6G7G2TB6shkiD5KVW2vdn25dkDx104o { color:#9c2faf;display:block;width:33.25rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),1);top:8.0618495941163rem;left:2.6666665077209rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yVva4AffCERmNiP4Bdg6Wdefib9yltCo { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:33.779948234558rem;left:4.7916665077209rem; }
#O08T0kZbTNQ53PiqAu5OSmgRMk1vT6Zp { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:33.779948234558rem;left:28.343750476837rem; }
#Bn3Lv2RAxKiBJxJMC4NJfwRXcPp6uhww { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.71875rem;left:28.343750476837rem; }
#m3v5q6ftLfMhgTCGP5S5IlA45K07Fmzu { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:33.779948234558rem;left:28.343750476837rem;display:none; }
#MooxnOrEyuo1bx74zzgRCwGI106CNVN8 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:33.779948234558rem;left:28.343750476837rem;display:none; }
#GA2uqVNVoIxWtVv9ubT8Z5vTdLdwiTW1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:33.779948234558rem;left:28.343750476837rem;display:none; }
#oD0JgdSTlhrEG9dgTsIm5DvBwTIkIgm4 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:9rem;left:38.468752384186rem; }
#WiaODD7k1R1Jivs9TuWN9DUkqO6zg2tv { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.000000476837rem;left:38.468752384186rem; }
#qtdEB3lJ8NJUv4oml7oI3UMuOnhUIloO { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.812500476837rem;left:38.468752384186rem; }
#LCPe6rz8fdUCiP7fJcyW0dT4RTQaUkBs { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:20.770833492279rem;left:38.468752384186rem; }
#ZNKXRDlQ8kSK9VMtLdUTe7sCdilZJyQ0 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:24.875001430511rem;left:38.468752384186rem; }
#FbqOaOPsseTQZbcm2xbqxGF9DD2MSiM2 { z-index:;position:relative;display:block; }#FbqOaOPsseTQZbcm2xbqxGF9DD2MSiM2 { background-color: transparent; background-image: none; }#FbqOaOPsseTQZbcm2xbqxGF9DD2MSiM2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbqOaOPsseTQZbcm2xbqxGF9DD2MSiM2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbqOaOPsseTQZbcm2xbqxGF9DD2MSiM2 > .row .container > .video-iframe-container { display: none; }#FbqOaOPsseTQZbcm2xbqxGF9DD2MSiM2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbqOaOPsseTQZbcm2xbqxGF9DD2MSiM2 > .row > .video-iframe-container { display: none; }#FbqOaOPsseTQZbcm2xbqxGF9DD2MSiM2 > .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); }#FbqOaOPsseTQZbcm2xbqxGF9DD2MSiM2 { border-width: 0; border-radius: 0; }#FbqOaOPsseTQZbcm2xbqxGF9DD2MSiM2 > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:fraunces;height:41.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#KD0Th1QdkeXGsGiccfChFWPWtg6hiE8P { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:13.4375rem;left:3.40625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MCzkJsLrMQdfOAWvTUQ8wCgiA1bWRKIc { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:21.375rem;left:3.40625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vcsby7HFtkcEo5cHOyKaQ0xFSycMEmzE { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:6.1875rem;left:43.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zNG05Wu72HKF7brmmXEPcs7eWWomUbUb { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.625rem;left:43.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zP7X0sAGAZUKpkOgQdOTh3qDm6vdXzIT { box-sizing:content-box;height:5rem;width:22.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:5.5625rem;left:19.4375rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.125rem solid #b221a5;border-left:0.125rem solid #b221a5;border-right:0.125rem solid #b221a5;border-bottom:0.125rem solid #b221a5;display:block; }
#E2oTrmd7yPKzxeIChrECR8sZbLagPCT9 { box-sizing:content-box;height:32.8125rem;width:34.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.3750100135803rem;left:1.5625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.1875rem solid rgba(167,48,194,0.95);border-left:0.1875rem solid rgba(167,48,194,0.95);border-right:0.1875rem solid rgba(167,48,194,0.95);border-bottom:0.1875rem solid rgba(167,48,194,0.95);display:block; }
#OeMhJTe2SA6MdmMXHg3Ft9gn8E83bVyH { color:#af17c6;display:block;width:5.6875rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:6.625rem;left:34.3125rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dPhLZRgytTX8pONAhx05rcqMp1WoQU08 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:14.9375rem;left:43.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ewwBzmt6puLzJmpLfnuOEdwhSw6bXUid { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:12.5rem;left:43.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xwLhou8RRrvXT5e3KcNLNH79vTRLgq3t { box-sizing:content-box;height:5rem;width:22.0625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:12rem;left:19.625rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.125rem solid #9f1ca4;border-left:0.125rem solid #9f1ca4;border-right:0.125rem solid #9f1ca4;border-bottom:0.125rem solid #9f1ca4;display:block; }
#CFNrfapRooBOeGqlnlXUEf187spmbL70 { color:#af1b98;display:block;width:5.6875rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:12.9375rem;left:34.3125rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dhk2Fm4GVmHqxVPnRH9EhxgflAfrlXGB { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:21.375rem;left:43.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WI0iDTRz1FNAlsGz83MAyddQLQ0Wmypp { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:18.9375rem;left:43.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yLSAAV10IuWquTGiGBp8KNsEgqZsGUKK { box-sizing:content-box;height:5rem;width:23.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:18.3125rem;left:18.5625rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.125rem solid #ac1dab;border-left:0.125rem solid #ac1dab;border-right:0.125rem solid #ac1dab;border-bottom:0.125rem solid #ac1dab;display:block; }
#lXSqhUR33siE0hoAV72wZ203Z8Sa1Hf1 { color:#d027c7;display:block;width:5.6875rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:19.4375rem;left:34.3125rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ezyfnUlXZGOqdATnGTcbmwKIOA3TtQ7F { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:27.75rem;left:43.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EX0C1TG2dyLwB3wJn3lTRTExM4zACSuJ { box-sizing:content-box;height:5rem;width:23.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:24.6875rem;left:18.5rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.125rem solid #ab31b0;border-left:0.125rem solid #ab31b0;border-right:0.125rem solid #ab31b0;border-bottom:0.125rem solid #ab31b0;display:block; }
#GgbP1X9T5OfBkMlorTC1xpAGQipZlOqt { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:25.3125rem;left:43.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fLlS7nhCPkqZcS87oFPmaLJRyO1RbM9Q { color:#ae24b3;display:block;width:5.6875rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:25.8125rem;left:34.25rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TBrVqV6uVAuTIeVpkw8memu5yZHRXnEQ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:34.125rem;left:43.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TotIi4VBI8sgn4icb8AH2QLoDMse1MHg { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:31.6875rem;left:43.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vSzlGfZrRWFSkSUBhpcX9z1eKE89nokO { box-sizing:content-box;height:5rem;width:23.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:31.0625rem;left:18.5rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.125rem solid #b725b6;border-left:0.125rem solid #b725b6;border-right:0.125rem solid #b725b6;border-bottom:0.125rem solid #b725b6;display:block; }
#wOsJlxzfe4hp46d2OwRtcfAzTFJP2a4X { color:#c823b3;display:block;width:5.6875rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:32.1875rem;left:34.25rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV { position:relative;display:block; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV { background-color: transparent; background-image: none; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container > .video-iframe-container { display: none; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row > .video-iframe-container { display: none; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .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); }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV { border-width: 0; border-radius: 0; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a7783cfd-6e8b-47c0-a577-4c640edb6533/2NOV.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:fraunces;height:37.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container.adaptive-delivery-prevent-bg, #MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container.lazyload, #MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container.lazyloading { background-image: none; }#DsDwbSBivB8fRTsICXt3EzkSZkHUGrZm { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5625rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:18.5625rem;left:6.25rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vJcsaEDym5kyfRaTifdAgXuTfBvMs6JP { z-index:15003;top:25.125009536743rem;left:28.250000476837rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JnIM5AJ4Z9ROPqiIOevVXSWXcFJh6vxk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cNZdNkKwPs6xummvgG1aRETnby9p7oew { box-sizing:content-box;height:17.375rem;width:68.4375rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;top:14.8125rem;left:2.25rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#IHQZpQ9Oi7W4aGFNLVnTSnepHUhRcLJ4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:12.1875rem;width:12.5rem;top:17.3125rem;left:46.8125rem;overflow:hidden;display:block; }
#UhvNml8zsMIzGsML3dBf7pBRKJQHoGqU { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15004;background-color:#5f0957;background-image:none;top:5.6875rem;left:25.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iSzLhxgyeTmm42hb1Hr88VSA36KwTPsK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.0625rem;left:49.5rem; }
#VTAcraeoWTAwf5eXRrZsmALLaIxBnot8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:5.125rem;left:24.3125rem; }
#JDqSW6okcfbH2zg5yDeSop93qrqbKUB0 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:12.5rem;width:6.9375rem;top:16.874350309372rem;left:63.125002384188rem;overflow:hidden;display:block; }
#iSfut3zpwTpkSGAVZwxIOxbpKTKV57nw { color:#9c2faf;display:block;width:34.5625rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),1);top:1.7500104904175rem;left:19.885416507721rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TGGDseWvMKwsFDm9gwqUsi17vB3Q2a0G { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:5.0000114440918rem;left:24.250000476837rem; }
#hLha2LL2stOVBxmyWVOgqJNAWJ1o1Qra { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.0000009536743rem;left:49.375000476837rem; }
#C9ZtPP46q1Z4wkywPFlxbqozHbEDON44 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.0000009536743rem;left:49.375000476837rem;display:none; }
#kqQmZlfqVlG2ipiW0G01AU9ILwd3ppNB { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.0000009536743rem;left:49.375000476837rem;display:none; }
#w17DNQnL5190Estp0AdpF7AB7MzaJbnm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#w17DNQnL5190Estp0AdpF7AB7MzaJbnm > .row .container { background-color: transparent; background-image: none; }#w17DNQnL5190Estp0AdpF7AB7MzaJbnm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w17DNQnL5190Estp0AdpF7AB7MzaJbnm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w17DNQnL5190Estp0AdpF7AB7MzaJbnm > .row .container > .video-iframe-container { display: none; }#w17DNQnL5190Estp0AdpF7AB7MzaJbnm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w17DNQnL5190Estp0AdpF7AB7MzaJbnm > .row > .video-iframe-container { display: none; }#w17DNQnL5190Estp0AdpF7AB7MzaJbnm > .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); }#w17DNQnL5190Estp0AdpF7AB7MzaJbnm > .row .container { border-width: 0; border-radius: 0; }#w17DNQnL5190Estp0AdpF7AB7MzaJbnm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w17DNQnL5190Estp0AdpF7AB7MzaJbnm > .row .container { font-size:0.875rem;font-family:fraunces;height:49.5625rem;width:75rem;position:relative;display:block; }#oEIqD3nUsKo3EoBTnIoQqzzLiLh5zoOe { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:8.3125rem;left:3.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Klmtgi9EOQvWQLglVFAUZFr8N7zO9Tzy { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:20.625rem;left:3.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WzdahN3uEAR4Tu8GdfTQ2LnaIrkO0r7y { box-sizing:content-box;height:36.875rem;width:31.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.8528671264649rem;left:1.875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0.625rem rgba(208,29,204,0.2) ;border-top:0.1875rem solid #c421ca;border-left:0.1875rem solid #c421ca;border-right:0.1875rem solid #c421ca;border-bottom:0.1875rem solid #c421ca;display:block; }
#FE0zEfxn2bMBlpWBRGtPTayeRohuxl69 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:36rem;left:3.125rem;display:block; }
#XHqDpAkdEqSzSba836lA0Qaa6NuGduzo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#essVzEmah8pKzUO9VcGWLJxohmrq4ZbK { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.5rem;left:3.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #c620cc;border-left:0.0625rem solid #c620cc;border-right:0.0625rem solid #c620cc;border-bottom:0.0625rem solid #c620cc;display:block; }
#PIeN67KMeG0gyslmdzJvIblZkDF3nVc6 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:17.875rem;left:23.625rem; }
#y63xu6Q0e6q1op9hTL3bH7vMmKIcvRl1 { box-sizing:content-box;height:30rem;width:55rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:8.375rem;left:19.875rem;border-top-left-radius:0rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:37.5rem;border-top:0.125rem solid #ca2ec9;border-left:0.125rem solid #ca2ec9;border-right:0.125rem solid #ca2ec9;border-bottom:0.125rem solid #ca2ec9;display:block; }
#HNzXtFM1CofKyZUZMUBETQPm8uQlmUH0 { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.5rem;left:62.1875rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#r2gOSACImQZZJQEsxsE6FWSFDDyETRMb { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:28.375rem;left:3.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wHJ7pIgC2aPb6wK2eqTto9dPR1ufibvQ { position:absolute;display:block;z-index:15008;border-top:0.125rem solid #a817c3;border-left:0.125rem solid #a817c3;border-right:0.125rem solid #a817c3;border-bottom:0.125rem solid #a817c3;box-shadow: none;height:22.3125rem;width:39.9375rem;top:12.25rem;left:35.0625rem;display:block; }
#q8FsrBw9mF70rXapiWtd5ZdlDmUA48Bu { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.8125rem;left:23.531250476837rem; }
#eBff7PVAv6e3nSU4h4xkqxHDTcs43Uoc { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.8125rem;left:23.531250476837rem;display:none; }
#gL1b44TpPqytolys1t9gkb3y4XySTBBC { z-index:;position:relative;display:block; }#gL1b44TpPqytolys1t9gkb3y4XySTBBC { background-color: transparent; background-image: none; }#gL1b44TpPqytolys1t9gkb3y4XySTBBC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL1b44TpPqytolys1t9gkb3y4XySTBBC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL1b44TpPqytolys1t9gkb3y4XySTBBC > .row .container > .video-iframe-container { display: none; }#gL1b44TpPqytolys1t9gkb3y4XySTBBC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL1b44TpPqytolys1t9gkb3y4XySTBBC > .row > .video-iframe-container { display: none; }#gL1b44TpPqytolys1t9gkb3y4XySTBBC > .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); }#gL1b44TpPqytolys1t9gkb3y4XySTBBC { border-width: 0; border-radius: 0; }#gL1b44TpPqytolys1t9gkb3y4XySTBBC > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:fraunces;height:43.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#InN62uQ65k061zdm7MFXwA1sLV8yVPDo { box-sizing:content-box;height:26.5rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.3326824605463rem;left:1rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.1875rem solid #c81cb9;border-left:0.1875rem solid #c81cb9;border-right:0.1875rem solid #c81cb9;border-bottom:0.1875rem solid #c81cb9;display:block; }
#XwEVd7Gb7H6vh5xCGHaDUrLJZduPa8iq { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:13.25rem;left:2rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h7PdqShO8NJxKB5AbAgunLZGa6ardAXT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:30.604169845581rem;left:6.8750004768369rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IiGsK3QynKuOlQXqHLF5Cq6RLwUFBWc8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:29.3125rem;left:2.3125rem;overflow:hidden;display:block; }
#TPtqUNvPc1KZ8MUPZkAE7xeSaeMTOKf0 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:9.6666774749756rem;left:4.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lQzf27ukTkpGX7P8W0GPW804N0H1hWb5 { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18rem;left:25.5625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.125rem solid #cb3bd7;border-left:0.125rem solid #cb3bd7;border-right:0.125rem solid #cb3bd7;border-bottom:0.125rem solid #cb3bd7;display:block; }
#yq4tozuaT7RcMifmqBqxMsgxfoOZyCgK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:22.125rem;left:27.5625rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uURnWpzgeqqoK7pc7RoZUPu8dXaGQM3Q { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:19.875rem;left:27.4375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oO2e7OPPpp6O5U16bBwwsWE4TrAuuCQW { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:30.812502861023rem;left:58.666666507721rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WHEEFlhxg1fMEcd1TzE6P5MzvMJiBvtV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:29.5625rem;left:27.4375rem;overflow:hidden;display:block; }
#ZcNq7WsqpFGvMGzBIlEkFSVPztIaTTnc { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18rem;left:51.125rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.125rem solid #9e19c8;border-left:0.125rem solid #9e19c8;border-right:0.125rem solid #9e19c8;border-bottom:0.125rem solid #9e19c8;display:block; }
#Jz6WvciMymipifFaKnEWq8Iq2TQqm3wV { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:22.125rem;left:53.125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SmV1RQhabNESdBN1oR7zTK1mzPr6iRW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:19.875rem;left:53rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bF4eL4fBAtfBx0fLU64QnsPVrpCT7uL2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:30.604169845581rem;left:33.104166507721rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AfiVT7Rt6IT9GpOsheGxO8g728DfAWnc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:29.5625rem;left:53rem;overflow:hidden;display:block; }
#L4gTME6yDTPiMAuc2DA6er1zVfTGQXhG { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.1875rem;left:27.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sraV67DkKTVo9ADdiAPePGV9l1DZILyb { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.1875rem;left:53.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IsAahW6T3EzUBIAIzvMsHC6J4iNwef1r { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.1875rem;left:1.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pb3P6IbaCeQQX57vKVDz7TQWnty9oUoT { color:#9c2faf;display:block;width:42.0625rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),1);top:6.666015625rem;left:27.562500476837rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XkW5LOe2hn8TZVDZLFxOnxmRy5GlxQxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#XkW5LOe2hn8TZVDZLFxOnxmRy5GlxQxZ > .row .container { background-color: transparent; background-image: none; }#XkW5LOe2hn8TZVDZLFxOnxmRy5GlxQxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkW5LOe2hn8TZVDZLFxOnxmRy5GlxQxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkW5LOe2hn8TZVDZLFxOnxmRy5GlxQxZ > .row .container > .video-iframe-container { display: none; }#XkW5LOe2hn8TZVDZLFxOnxmRy5GlxQxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkW5LOe2hn8TZVDZLFxOnxmRy5GlxQxZ > .row > .video-iframe-container { display: none; }#XkW5LOe2hn8TZVDZLFxOnxmRy5GlxQxZ > .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); }#XkW5LOe2hn8TZVDZLFxOnxmRy5GlxQxZ > .row .container { border-width: 0; border-radius: 0; }#XkW5LOe2hn8TZVDZLFxOnxmRy5GlxQxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XkW5LOe2hn8TZVDZLFxOnxmRy5GlxQxZ > .row .container { font-size:0.875rem;font-family:fraunces;height:50.5rem;width:75rem;position:relative;display:block; }#ASSQT5wPvfkbP7pclhHJhTaNkGcN12I8 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:34.698567867279rem;left:3.125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wkfPJXQza65BoWTeEV9dFbEW3lTTbhWw { box-sizing:content-box;height:0.0625rem;width:19rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.5625rem;left:3.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GBcX8vWSa2JXbi03g5M3o4lF7VQDwZRv { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:16rem;left:21.9375rem; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-form-header {  }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-regular-label { height:auto;display:block;font-family:fraunces;font-size:0.875rem;font-weight:400;color:#0d0d0d;width:22rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .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:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:fraunces;vertical-align:top;text-align:center;text-align-last:center; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-textarea { 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:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:fraunces;vertical-align:top;text-align:center;text-align-last:center; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:fraunces;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .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; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.0625rem;margin-bottom:0.25rem;margin-left:6.0625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);width:9.875rem;height:3.375rem;font-family:fraunces;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.6);font-family:fraunces;font-size:0.875rem;text-align:center;text-align-last:center; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.6);font-family:fraunces;font-size:0.875rem;text-align:center;text-align-last:center; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.6);font-family:fraunces;font-size:0.875rem;text-align:center;text-align-last:center; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.6);font-family:fraunces;font-size:0.875rem;text-align:center;text-align-last:center; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .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:fraunces;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:20.75rem;overflow:hidden;font-style:normal;float:none; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .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; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:fraunces;font-size:0.875rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-container:first-of-type{padding-top:0;}#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-container:last-of-type{padding-bottom:0;}#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:15.036460876465rem;left:50.498697757721rem; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22rem;display:block;vertical-align:top; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-info-text { display:block;height:auto;font-family:fraunces;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 {display:block;}#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:15.036460876465rem;left:50.498697757721rem; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #r7wbS4AHWATyt9rHMJyGn61yxukoFFfM { position:relative; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #mtbDOpTdIDigr4HLxIwacJcgqRb6v3NQ { position:relative;display:block; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #Pbspdb92zWqS0sVTzTibG8KMbaIx1JQu { position:relative; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #twLzS1zwmVqfsNTmxLka6XV5UQeDMNJv { position:relative; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #AIwZ3STpPO8yoQCUp1m55DNXyVlI53hX { position:relative;display:none; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #rAgnONutBc49xUgDMSi29T1cTFPeeqyV { position:relative; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #nUFdc6aVbqX1dhlLXsprTORNl9G1mTDR { position:relative; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #v0RQOJT61d5TgNtRUOan3xz0zXDf0Qwr { position:relative;display:none; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #qOFZPGOlxlAlG8UtEvMo9g3STrPkdNoe { position:relative; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #BP4nH11Iwle9IvFJ6Zo2PVUHM4JRNxLk { position:relative; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #BQTH1m2t7aBwkfnpT6eTJzspr7IoUaBT { position:relative;display:none; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #J3xyHqLrrqDe0bGhz74ZmiUsW6EZvJq2 { position:relative; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #G6CRTGT79U1sz0Q95pGDibE8RUQdgneu { position:relative; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #LBLtNsiTFr4ET8rCFlTwq6T90oImw9d9 { position:relative;z-index:2; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #NFAFMVGvmKcvZ9s3KLSRHrt7EI17pTBf { position:relative; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #ovK9MBBeFmOUPoG9abZcAUpPrTyqy9G7 { position:relative; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #eLRlrJlOn6ghpGcduG8uU0rbWpiRXesl { position:relative; }
#aiSzDHBzOTcgTqL3XKhxLXVoWX8SLF5X { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:42.4375rem;left:62.5rem; }
#fJsaWLeTT9ddp3eWJAe7ThzDnEO1Cq5Z { box-sizing:content-box;height:29.375rem;width:24.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.5625rem;left:50.1875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.1875rem solid #b029b5;border-left:0.1875rem solid #b029b5;border-right:0.1875rem solid #b029b5;border-bottom:0.1875rem solid #b029b5;display:block; }
#TS9bmLbZUVdSM4pK2ZkOxIDbrBsfK4Fw { position:absolute;display:block;z-index:15018;border-top:0.125rem solid #9d1dae;border-left:0.125rem solid #9d1dae;border-right:0.125rem solid #9d1dae;border-bottom:0.125rem solid #9d1dae;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:13.75rem;width:25rem;top:11.250000476837rem;left:1.875rem;overflow:hidden;display:block; }
#xfIXDrvLwowJuvahspAFTSkeZpCgTeFW { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #a81cba;border-left:0.125rem solid #a81cba;border-right:0.125rem solid #a81cba;border-bottom:0.125rem solid #a81cba;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:12.25rem;width:22.5625rem;top:22.198569059372rem;left:26.875000476837rem;overflow:hidden;display:block; }
#HJXDKaBT9LlHKDH04vBUeXkScatHHE92 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:42.343761444092rem;left:62.500002384188rem; }
#oQZo9WrNVesZ2mW0zaNlwd5PvQcaKMP2 { color:#9c2faf;display:block;width:42.0625rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),1);top:3.6041669845581rem;left:4.125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uVAyd74xg51yQZvFkD4uODKdnTq27xWB { z-index:;position:relative;display:block; }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB { background-color: transparent; background-image: none; }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .row .container > .video-iframe-container { display: none; }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .row > .video-iframe-container { display: none; }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .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); }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB { border-width: 0; border-radius: 0; }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:fraunces;height:34.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Ic5SrBsdUriPLSQFDfQftAHVMygCB6A2 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:19.187488555908rem;left:2.8125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uLF2PZuG5rBVUPw3bmy81ZBue8yBbbx2 { box-sizing:content-box;height:26.5625rem;width:34.3125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:3.875rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.1875rem solid #b430b9;border-left:0.1875rem solid #b430b9;border-right:0.1875rem solid #b430b9;border-bottom:0.1875rem solid #b430b9;display:block; }
#BHAIITTqAHgKEq3AbNz30NxQbuaz0TfR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.5rem;left:70.8125rem; }
#roykntrzfIbwEZpQuoHuHvyAHKoV7csJ { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15010;background-color:#b31aa5;background-image:none;top:5.0625rem;left:39.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#emTyNWs9t1FkpBqh6ISMO0oAdqJHKuw1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.5rem;left:38.375rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:fraunces;color:rgba(var(--color-tertiary-4),1);height:auto; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:fraunces;color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a281c8ff9fc60cdb376621a12fed045d5997fa63.svg");background-size:contain !important; }#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-trigger.adaptive-delivery-prevent-bg, #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-trigger.lazyload, #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-trigger.lazyloading { background-image: none; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx { box-sizing:content-box;height:auto;width:31.375rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.3125rem;left:39.5rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #kaPQEpITBTTazWbi2doiwUWuhUznxhJW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL { display:block;position:relative; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 { display:block;position:relative; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS { display:none; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE { display:block;position:relative; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #t10kCL5xicfb2aPOowA6xxmUPwel6PBd { display:none; }
#NupSIFluqxtRIV6cnPH1mWNBI7X1ZEk9 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.40625rem;left:38.354166507721rem; }
#gAce6fNHXFL8o9nd7EBCkUlQ8xULc815 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.40625rem;left:70.718752384187rem; }
#cVZ7AQ2SM5ObiJhgn2lzJhSPuTCQfN45 { color:#9c2faf;display:block;width:42.0625rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),1);top:8.3125rem;left:2.8125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0.125rem solid #c920b1;border-left:0.125rem solid #c920b1;border-right:0.125rem solid #c920b1;border-bottom:0.125rem solid #c920b1;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container { background-color: transparent; background-image: none; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container > .video-iframe-container { display: none; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row > .video-iframe-container { display: none; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .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); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container { border-width: 0; border-radius: 0; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container { font-size:0.875rem;font-family:fraunces;height:28.375rem;width:75rem;overflow:visible;position:relative;display:block; }#D8e5GBVpoIOLZNTQ8iV9JkefBEUBiEK9 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:8.9375rem;left:3.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fMD1taCFWS3mxsl0WTZU4GWFrUa5m4GS { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.291667938233rem;left:3.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r0r1DysHElnrIRxzNEsshohVvndITWTJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.4375rem;left:23.8125rem; }
#O2lGCtTnfnoD4sXnwA4Kwpy0S4TsCNte { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15012;background-color:#c71eb1;background-image:none;top:6rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#esWMInCuA1aCc3rnWZyKwHqSXgTvvwoy { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.25rem;left:44.25rem; }
#J3JF1OIPzBEczJFk3p5BTPpqoIZ3pCsg { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.6875rem;left:44.1875rem; }
#VsdsJQyIMRRAM3KPTJrQoKHTqVRBEik5 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.3125rem;left:44.25rem; }
#qUrDmU6oglHTK0ruV5rtqX8UTa5f0Rck { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.9375rem;left:48.5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V180pMKSO4DcVp4HlzHnzX58WXtOMbbk { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:13.4375rem;left:48.5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ln6mJxanIXEcN1O7cTwpcinxPmE6ETqt { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.8125rem;left:48.5rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v32xOM3FQKCx1dD3DEzDZ3wpLU07whnB { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.3437404632568rem;left:23.718750476837rem; }
#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e0c6dd, rgba(178,31,138,0.69));background-image: -moz-linear-gradient(180deg, #e0c6dd, rgba(178,31,138,0.69));background-image: -ms-linear-gradient(180deg, #e0c6dd, rgba(178,31,138,0.69));background-image: -o-linear-gradient(180deg, #e0c6dd, rgba(178,31,138,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0c6dd', endColorstr='#b21f8aaf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0c6dd', endColorstr='#b21f8aaf' );";background-image: linear-gradient(180deg, #e0c6dd, rgba(178,31,138,0.69));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row .container { background-color: transparent; background-image: none; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row .container > .video-iframe-container { display: none; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row > .video-iframe-container { display: none; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .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); }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row .container { border-width: 0; border-radius: 0; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row .container { font-size:0.875rem;font-family:fraunces;height:18.75rem;width:75rem;position:relative;display:block; }#JFnVoQJuzJyGSnUHm888MVOhog0cITkK { color:rgba(var(--color-tertiary-4),1);display:block;width:38rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:17.436850070953rem;left:3.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vRhS9SD597huJWHfPkX5EyTsqf4lhT6Q { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:6.0937504768372rem;left:54.687502384186rem; }
#vRhS9SD597huJWHfPkX5EyTsqf4lhT6Q > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#PMgOo3qpICFH4oD64205AT1r1XqVPPkA { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.2500004768369rem;left:58.750002384186rem; }
#PMgOo3qpICFH4oD64205AT1r1XqVPPkA > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#bbDFzZUrUS9weaF4vpRq7eVKpaELg87i { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.4687504768369rem;left:63.416666507719rem; }
#m3fxWShXp0WD0pGCizRIdsRA20OvCRz9 { z-index:15003;top:9.2708339691163rem;left:59.437502384186rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.979166625rem;height:3.354166625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T9ysqbyCofEkDoAcIDW4W2esbzf875rL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTPFeO7vGLZDUXdVO3TAe6yCH7ooVStr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.75rem;top:3.0097661018372rem;left:6.3750004768369rem;overflow:hidden;display:block; }
#TCiCLPkN8vu02ezNJrC3prf9DObKiTb3 { z-index:15003;top:9.2708339691163rem;left:44.811850070953rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.979166625rem;height:3.354166625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aq6m5pO6c90Z5htgIaeo8Xme7DNA2qtk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mfkkCZoASpfG9vCQIFIfi4T9zkV2aS2k { z-index:15003;top:9.2708339691163rem;left:29.812500476837rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.979166625rem;height:3.354166625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wwV1NIUZp2HII1URpqTLLK8WoTicWTf4 { 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) { #t8Qaxmsdbxsr21TVG58lO5Wuu8h2Cw5L { display:block; }#t8Qaxmsdbxsr21TVG58lO5Wuu8h2Cw5L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8AWlCgHXkZc2Gdk7LE6Nb2HVQ7TTTXT { width:15.0625rem;height:3.375rem;top:1.75rem;left:13.375000476837rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx9CE070KBd8hoIRt5pTy5lCvsX5znRD { display:block; }
 }@media only screen and (max-width: 763px) { #XnuInmnLo80gaMGLuGNO3KVHFzwzHNKu { top:1.3125rem;left:13.986328601837rem;width:4.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkc1KLBEoMzrMmmFZHRQLN3J9hdT5oG5 { top:5.5625rem;left:6.5312504768369rem;width:31rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P { display:block; }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbTLkQtgDfNJF3fuds9ii8Luz8tGrGmo { top:56.5625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um8FuTspJC56XtQIyT1uCu8J5gWMIkS4 { top:42.3125rem;left:1.2812504768372rem;width:45.1875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcnvglmgIpss1gqQHGT6I5oc3hZwls81 { top:64.125rem;left:17.562502384186rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZJwx3fHPhXFDin9yvb06RL8TTZTUDTr { display:block; }
 }@media only screen and (max-width: 763px) { #E4DzTzEnZytzHvDwM02f6eEPhlzlOR8p { top:2.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwrz5XW8wbs2Jrayatmx6KQeICD8TFHX { top:4.75rem;left:2.0000004768372rem;width:19.5rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aduQqamKBmevWON7pJtOocUlLRz4Ihg4 { top:7.4375rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:2.0625rem;display:block; }#aduQqamKBmevWON7pJtOocUlLRz4Ihg4 li:before{  }
 }@media only screen and (max-width: 763px) { #mtaKsSVHigpyJ5mHwnFCmSH0KyUxNGgh { top:4.8125rem;left:21.3125rem;width:26.4375rem;height:2.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzMVMqlIhweuzRNv3UhDrbaOkHhWZpIx { top:17.3125rem;left:5.7076821327209rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJoVGdZSC6EWP4cD6CMFpoCLFLHvcM7z { top:44.625rem;left:16.156250476837rem;width:15.4375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOP9ekTJsrufFNv5DwaK2LbkvgZe9Kir { top:43.4375rem;left:2.0625004768372rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waWDq75vb1wHK68oFEO8GKIFVN7At9JW { top:47.125rem;left:32.617189884186rem;width:4.9375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwzT30BimrReBofJcbBa4mz9uzBWTKH9 { top:42.9375rem;left:38.304689884186rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbnaRPR2exDkQ9yc7Ss3m4UeprWLsszt { top:48rem;left:9.2812504768369rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-input-text {padding-top: 0; padding-bottom: 0;}#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-input-select {padding-top: 0; padding-bottom: 0;}#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-checkbox-label { width:13.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt  { width:15rem;height:auto;top:85.8125rem;left:15.125000476837rem; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt {display:block;}#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt { width:15rem;height:auto;top:85.8125rem;left:15.125000476837rem; }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #Xg4umb5rK55UyEnrGpXOhIITL9l6Qqbt {  }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #UAFTJbfxwhTqSGcs9ZcmAzW3gtgRdLeC { display:block; }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #SigFqawQgSl11FNLWBEaardONnc8Ko0U {  }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #ADNL6L42lbWAMvfvmbFffSteUH8uGk9e {  }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #EpBTxmKlo9gQuEUU5mBu16lul3ZRymo9 { display:block; }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #NnG5rwxRamB7oO2FF5sT0NwVwhI0WbI5 {  }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #XsyLUakAObQ3l5WxdxOXnuZHPV7zDIx2 {  }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #ayT2XORfVVGMFVMWTRRdVQDMHyAA9QkV { display:block; }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #y421lJM7mcrwfD6v9wk6d1xFzHH8UwRC {  }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #fR7cipyzxlpCXc1IQEwOz7f3TD8rN97A {  }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #EbqryPxA6r1edxX1qnV8S388skoUmoS7 {  }
 }@media only screen and (max-width: 763px) { #brUI4vu1O0Cp95SBGHSfgZeTXtLTRG68 { top:72.75rem;left:14.406250476837rem;width:20.375rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 { display:block; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cR4vAvE9q5tPBskXKTUDmudJZPNJXvuD { top:7.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3bBXe94XLhkFanlwXzcNKdOEiqzLT6K { top:15.1875rem;left:0rem;width:16.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRgC4Qd5QEpfmzWle0zxWGEsFtDStGXE { top:15.1875rem;left:6.3535161018369rem;width:16.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #viT66otTMfKT60ulXskdZHvkUelmPakr { top:15.25rem;left:25.4375rem;width:16.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBOT0SluMCF4TatDSQ3ABGJJyFTym8QM { top:17rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZAzoD98HG6hKhWVO2tQwnB8UF76cUBi { top:22.375rem;left:0rem;width:15.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQALLGkdMqrIlANBCItXytn16m3JzT0l { top:16.9375rem;left:8.0514321327212rem;width:13.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iacgzOvQOXJTKPSFtvoNt9tzKPV93QRV { top:22.1875rem;left:6.6035161018369rem;width:15.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEpkzBqH5qsKBg97MmsAGHXgdGyWbyEW { top:17rem;left:26.9375rem;width:13.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2xkDBreSvTxWTQu1St8fbUKLJDCmCkN { top:22.6875rem;left:25.791666507721rem;width:15.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W89TCrOiLEd8PleD8xdIyJsiLSeN71sW { top:33.125rem;left:18.250002384186rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEWFmT03z4ThrrsSx0gGnLyzbOOs9wHT { display:block; }
 }@media only screen and (max-width: 763px) { #FIxBcTzAoBIz0fOsT5ocoknZaxJsXMIc { top:14.5rem;left:33.000002384186rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osJMAfGGvxxPAOOCu7c1I54OcrDAmCB1 { top:16.9375rem;left:32.125rem;width:15.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtm99S57lfTWq64RlgqGosHHr4elhhR5 { top:15.25rem;left:31.375rem;width:16.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8mw1w5B1CNqHv8GUFClJWmIsp7BkuIl { top:22.0625rem;left:34.4375rem;width:13.3125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiANnW2iSTIkDTgC8umi9KCIHClbrN8Z { top:14.375rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrGrUr7F9UCDegFBeZuKbWmwzup5QlHU { top:14.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUm4GIo2Id4OQvcfSKypXbaJ1bRCxzzl { top:14.4375rem;left:13.625000476837rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGuHRSPzg3CTnlSZBNpr96OLIOTNV14M { top:12.125rem;left:0rem;width:21.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnDZEXGZfFJl6dtOg5z8zHJQDApwhx19 { top:21.9375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prl11bgbJD66xZzbc5JCxKIQyVUi6TDJ { display:block; }
 }@media only screen and (max-width: 763px) { #Kq9Lsr4xIxZCsceSV8VmaqhGR82TK9aE { top:6.8125rem;left:31.6875rem;width:16.0625rem;height:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHDIuNcNWCTMU3K24z1xPDvXEgkz0hlc { top:9.8125rem;left:0rem;width:23.9375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbBhdUz0coGCSF0FaMP6lfvFDMX0Rxki { top:13.1875rem;left:12.9375rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8Dq0TtDqGun7MFJvxqxXlWb0fMRIBP0 { top:15.8125rem;left:14.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DahzhNtqW2Tk8kGArQelE64NfmQZeO3c { top:15.75rem;left:16.6875rem;width:16.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmdKW5HIMM5gnJJVPok3QyLktPyueV7H { top:20.625rem;left:14.8125rem;width:18.125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCJ3nCWBO67n0P2vvDEsoV3hucZOz6AU { top:18.9375rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3oHD5ToQfCE28iTaV7fqTQrUB4Gh20D { top:31.1875rem;left:0rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbztbABRfcLhBUuwT2qekXBRDQ7tizzf { top:33.6875rem;left:0rem;width:16.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhbnDmueFpsy88wm2UovSb2MbNFibSzP { top:38.625rem;left:0rem;width:18.125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZpTJWb8xOBwL6z1kuOkzhr1x9claf4K { top:37rem;left:0rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHcq18sZ1MiwTIBXR14KVCFuhIpvdg3y { top:31.25rem;left:12.9375rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZfbP88a4raknaooTH7xrld7iHyh2BT9 { top:33.8125rem;left:16.6875rem;width:16.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7oUyEiqFXPEOnRPbm3t1WuzcUPWZ63Z { top:38.6875rem;left:14.8125rem;width:18.125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFm8dVCOPu4cWVUx2sAEaSi6QuSXMPA1 { top:37rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gigx82oEBaeAKpgfMNVrfSqMhZVL6sRm { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlPP0KHcg0uZK0IXdhzqPo2KHqFoT2BW { top:14.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOTb6vUXJTvdFWVOaQUOOHJo4sgLBIpL { top:14.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UycSSJWfLexfxC46dZdAB7fkQKKWwSup { top:14.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScQwAvxEIvltso3oDyTWT6RHEMTFniVZ { top:15.6875rem;left:14.718750476837rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0ErTOpwzGneGeznVTKbPiHor9zbK6X { top:33.75rem;left:14.718750476837rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeSadHcVCeSeNJnf3cFs0VpAp7oSVJyv { top:33.75rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE { display:block; }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBbxXVc4DHaNcAnneWtW5itf2LKVlOdc { top:17.625rem;left:0rem;width:31.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCJ946PbXL733NuKunQccTpEFTT3DEoN { top:8.0625rem;left:9.6875rem;width:37.9375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSrAUCm4ZXHXN9xDkFHD1ao22Dq572kU { top:9.0625rem;left:15.5625rem;width:32.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8TP6R0togNqFZZqkMFU4LNV3MPfQL3A { top:10.6875rem;left:15.5625rem;width:32.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c80QAkvbQvTEfvl72oBiJHh8CCC3oB0N { top:13.0625rem;left:15.5625rem;width:32.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9TlBzsUbEB0ZBcTGtdsuhTvdmSHxo2X { top:14.6875rem;left:17.4375rem;width:30.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3cHwbxaUMk8xuTLHuUeOdgxlrczpPq6 { top:16.875rem;left:15.5625rem;width:32.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdpvCm8ZDfi8s0Xp9XL5Alw6pMmSlZDt { top:18.5rem;left:15.5625rem;width:32.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3J6wwRnZftTiqSEItmzLHaCfFqJX2B2 { top:20.875rem;left:15.5625rem;width:32.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbhkTrb65a8edo7GRlkNS03ebseQxRAV { top:22.5rem;left:15.5625rem;width:32.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHTRrVeVReNwM2RCINUDnbF0bX9ALhy3 { top:24.875rem;left:15.5625rem;width:32.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhtzsk10eNiKC98iNzAudLWT5brd4knl { top:26.5rem;left:15.5625rem;width:32.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZtq6qtG6m9Vm9uzB8kpPtPANrq0UoTc { top:24.875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaaJ2NLxt4Soc96sgMCW4pS7VBtKR2U1 { display:block; }
 }@media only screen and (max-width: 763px) { #CD3HOvsHS1QIXE4FDWHgcKrvqozsHsPV { top:6.375rem;left:0rem;width:43.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6G7G2TB6shkiD5KVW2vdn25dkDx104o { top:8rem;left:0rem;width:33.25rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVva4AffCERmNiP4Bdg6Wdefib9yltCo { top:33.75rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O08T0kZbTNQ53PiqAu5OSmgRMk1vT6Zp { top:33.75rem;left:14.718750476837rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn3Lv2RAxKiBJxJMC4NJfwRXcPp6uhww { top:15.6875rem;left:14.718750476837rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3v5q6ftLfMhgTCGP5S5IlA45K07Fmzu { top:33.75rem;left:14.718750476837rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MooxnOrEyuo1bx74zzgRCwGI106CNVN8 { top:33.75rem;left:14.718750476837rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GA2uqVNVoIxWtVv9ubT8Z5vTdLdwiTW1 { top:33.75rem;left:14.718750476837rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oD0JgdSTlhrEG9dgTsIm5DvBwTIkIgm4 { top:9rem;left:24.843752384186rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiaODD7k1R1Jivs9TuWN9DUkqO6zg2tv { top:13rem;left:24.843752384186rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtdEB3lJ8NJUv4oml7oI3UMuOnhUIloO { top:16.8125rem;left:24.843752384186rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCPe6rz8fdUCiP7fJcyW0dT4RTQaUkBs { top:20.75rem;left:24.843752384186rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNKXRDlQ8kSK9VMtLdUTe7sCdilZJyQ0 { top:24.875rem;left:24.843752384186rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbqOaOPsseTQZbcm2xbqxGF9DD2MSiM2 { display:block; }#FbqOaOPsseTQZbcm2xbqxGF9DD2MSiM2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KD0Th1QdkeXGsGiccfChFWPWtg6hiE8P { top:13.4375rem;left:0rem;width:30.625rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCzkJsLrMQdfOAWvTUQ8wCgiA1bWRKIc { top:21.375rem;left:0rem;width:30.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcsby7HFtkcEo5cHOyKaQ0xFSycMEmzE { top:6.1875rem;left:16rem;width:31.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNG05Wu72HKF7brmmXEPcs7eWWomUbUb { top:8.625rem;left:16rem;width:31.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP7X0sAGAZUKpkOgQdOTh3qDm6vdXzIT { top:5.5625rem;left:5.8125rem;width:22.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2oTrmd7yPKzxeIChrECR8sZbLagPCT9 { top:4.375rem;left:0rem;width:34.3125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeMhJTe2SA6MdmMXHg3Ft9gn8E83bVyH { top:6.625rem;left:20.6875rem;width:5.6875rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPhLZRgytTX8pONAhx05rcqMp1WoQU08 { top:14.9375rem;left:16.125rem;width:31.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewwBzmt6puLzJmpLfnuOEdwhSw6bXUid { top:12.5rem;left:16rem;width:31.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwLhou8RRrvXT5e3KcNLNH79vTRLgq3t { top:12rem;left:6rem;width:22.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFNrfapRooBOeGqlnlXUEf187spmbL70 { top:12.9375rem;left:20.6875rem;width:5.6875rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhk2Fm4GVmHqxVPnRH9EhxgflAfrlXGB { top:21.375rem;left:16.0625rem;width:31.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI0iDTRz1FNAlsGz83MAyddQLQ0Wmypp { top:18.9375rem;left:16rem;width:31.75rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLSAAV10IuWquTGiGBp8KNsEgqZsGUKK { top:18.3125rem;left:4.9375rem;width:23.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXSqhUR33siE0hoAV72wZ203Z8Sa1Hf1 { top:19.4375rem;left:20.6875rem;width:5.6875rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezyfnUlXZGOqdATnGTcbmwKIOA3TtQ7F { top:27.75rem;left:16.0625rem;width:31.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX0C1TG2dyLwB3wJn3lTRTExM4zACSuJ { top:24.6875rem;left:4.875rem;width:23.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgbP1X9T5OfBkMlorTC1xpAGQipZlOqt { top:25.3125rem;left:16rem;width:31.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLlS7nhCPkqZcS87oFPmaLJRyO1RbM9Q { top:25.8125rem;left:20.625rem;width:5.6875rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrVqV6uVAuTIeVpkw8memu5yZHRXnEQ { top:34.125rem;left:16.0625rem;width:31.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TotIi4VBI8sgn4icb8AH2QLoDMse1MHg { top:31.6875rem;left:16rem;width:31.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSzlGfZrRWFSkSUBhpcX9z1eKE89nokO { top:31.0625rem;left:4.875rem;width:23.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOsJlxzfe4hp46d2OwRtcfAzTFJP2a4X { top:32.1875rem;left:20.625rem;width:5.6875rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV { display:block; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsDwbSBivB8fRTsICXt3EzkSZkHUGrZm { top:18.5625rem;left:0rem;width:38.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJcsaEDym5kyfRaTifdAgXuTfBvMs6JP { top:25.125rem;left:14.625000476837rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnIM5AJ4Z9ROPqiIOevVXSWXcFJh6vxk { display:block; }
 }@media only screen and (max-width: 763px) { #cNZdNkKwPs6xummvgG1aRETnby9p7oew { top:14.8125rem;left:0rem;width:47.625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHQZpQ9Oi7W4aGFNLVnTSnepHUhRcLJ4 { top:17.3125rem;left:33.1875rem;width:12.5rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhvNml8zsMIzGsML3dBf7pBRKJQHoGqU { top:5.6875rem;left:11.4375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSzLhxgyeTmm42hb1Hr88VSA36KwTPsK { top:5.0625rem;left:35.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTAcraeoWTAwf5eXRrZsmALLaIxBnot8 { top:5.125rem;left:10.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDqSW6okcfbH2zg5yDeSop93qrqbKUB0 { top:16.8125rem;left:40.8125rem;width:6.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSfut3zpwTpkSGAVZwxIOxbpKTKV57nw { top:1.75rem;left:6.2604165077213rem;width:34.5625rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGGDseWvMKwsFDm9gwqUsi17vB3Q2a0G { top:5rem;left:10.625000476837rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLha2LL2stOVBxmyWVOgqJNAWJ1o1Qra { top:5rem;left:35.750000476837rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9ZtPP46q1Z4wkywPFlxbqozHbEDON44 { top:5rem;left:35.750000476837rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqQmZlfqVlG2ipiW0G01AU9ILwd3ppNB { top:5rem;left:35.750000476837rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w17DNQnL5190Estp0AdpF7AB7MzaJbnm { display:block; }#w17DNQnL5190Estp0AdpF7AB7MzaJbnm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEIqD3nUsKo3EoBTnIoQqzzLiLh5zoOe { top:8.3125rem;left:0rem;width:25rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klmtgi9EOQvWQLglVFAUZFr8N7zO9Tzy { top:20.625rem;left:0rem;width:25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzdahN3uEAR4Tu8GdfTQ2LnaIrkO0r7y { top:4.8125rem;left:0rem;width:31.125rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE0zEfxn2bMBlpWBRGtPTayeRohuxl69 { width:11.25rem;height:3.375rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHqDpAkdEqSzSba836lA0Qaa6NuGduzo { display:block; }
 }@media only screen and (max-width: 763px) { #essVzEmah8pKzUO9VcGWLJxohmrq4ZbK { top:18.5rem;left:0rem;width:21.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIeN67KMeG0gyslmdzJvIblZkDF3nVc6 { top:17.875rem;left:10rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y63xu6Q0e6q1op9hTL3bH7vMmKIcvRl1 { top:8.375rem;left:0rem;width:47.625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNzXtFM1CofKyZUZMUBETQPm8uQlmUH0 { top:6.5rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2gOSACImQZZJQEsxsE6FWSFDDyETRMb { top:28.375rem;left:0rem;width:25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHJ7pIgC2aPb6wK2eqTto9dPR1ufibvQ { top:12.25rem;left:7.8125rem;width:39.9375rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8FsrBw9mF70rXapiWtd5ZdlDmUA48Bu { top:17.8125rem;left:9.9062504768369rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBff7PVAv6e3nSU4h4xkqxHDTcs43Uoc { top:17.8125rem;left:9.9062504768369rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gL1b44TpPqytolys1t9gkb3y4XySTBBC { display:block; }#gL1b44TpPqytolys1t9gkb3y4XySTBBC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InN62uQ65k061zdm7MFXwA1sLV8yVPDo { top:7.3125rem;left:0rem;width:23.75rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwEVd7Gb7H6vh5xCGHaDUrLJZduPa8iq { top:13.25rem;left:0rem;width:19.875rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7PdqShO8NJxKB5AbAgunLZGa6ardAXT { top:30.5625rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiGsK3QynKuOlQXqHLF5Cq6RLwUFBWc8 { top:29.3125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPtqUNvPc1KZ8MUPZkAE7xeSaeMTOKf0 { top:9.625rem;left:0rem;width:19.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQzf27ukTkpGX7P8W0GPW804N0H1hWb5 { top:18rem;left:11.9375rem;width:23.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq4tozuaT7RcMifmqBqxMsgxfoOZyCgK { top:22.125rem;left:13.9375rem;width:19.875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uURnWpzgeqqoK7pc7RoZUPu8dXaGQM3Q { top:19.875rem;left:13.8125rem;width:19.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO2e7OPPpp6O5U16bBwwsWE4TrAuuCQW { top:30.8125rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHEEFlhxg1fMEcd1TzE6P5MzvMJiBvtV { top:29.5625rem;left:13.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcNq7WsqpFGvMGzBIlEkFSVPztIaTTnc { top:18rem;left:23.875rem;width:23.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz6WvciMymipifFaKnEWq8Iq2TQqm3wV { top:22.125rem;left:27.875rem;width:19.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmV1RQhabNESdBN1oR7zTK1mzPr6iRW5 { top:19.875rem;left:27.875rem;width:19.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF4eL4fBAtfBx0fLU64QnsPVrpCT7uL2 { top:30.5625rem;left:19.479166507721rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfiVT7Rt6IT9GpOsheGxO8g728DfAWnc { top:29.5625rem;left:39.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4gTME6yDTPiMAuc2DA6er1zVfTGQXhG { top:28.1875rem;left:13.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sraV67DkKTVo9ADdiAPePGV9l1DZILyb { top:28.1875rem;left:27.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsAahW6T3EzUBIAIzvMsHC6J4iNwef1r { top:28.1875rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb3P6IbaCeQQX57vKVDz7TQWnty9oUoT { top:6.625rem;left:5.6875rem;width:42.0625rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkW5LOe2hn8TZVDZLFxOnxmRy5GlxQxZ { display:block; }#XkW5LOe2hn8TZVDZLFxOnxmRy5GlxQxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASSQT5wPvfkbP7pclhHJhTaNkGcN12I8 { top:34.6875rem;left:0rem;width:25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkfPJXQza65BoWTeEV9dFbEW3lTTbhWw { top:16.5625rem;left:0rem;width:19rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBcX8vWSa2JXbi03g5M3o4lF7VQDwZRv { top:16rem;left:8.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-regular-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-input-text { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-textarea { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-input-select { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-input-button { width:9.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.0625rem; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-checkbox-label { width:20.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9  { width:22rem;height:auto;top:15rem;left:23.25rem; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .radio-container { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 {display:block;}#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 { width:22rem;height:auto;top:15rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #r7wbS4AHWATyt9rHMJyGn61yxukoFFfM {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #mtbDOpTdIDigr4HLxIwacJcgqRb6v3NQ {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #Pbspdb92zWqS0sVTzTibG8KMbaIx1JQu {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #twLzS1zwmVqfsNTmxLka6XV5UQeDMNJv {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #AIwZ3STpPO8yoQCUp1m55DNXyVlI53hX {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #rAgnONutBc49xUgDMSi29T1cTFPeeqyV {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #nUFdc6aVbqX1dhlLXsprTORNl9G1mTDR {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #v0RQOJT61d5TgNtRUOan3xz0zXDf0Qwr {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #qOFZPGOlxlAlG8UtEvMo9g3STrPkdNoe {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #BP4nH11Iwle9IvFJ6Zo2PVUHM4JRNxLk {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #BQTH1m2t7aBwkfnpT6eTJzspr7IoUaBT {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #J3xyHqLrrqDe0bGhz74ZmiUsW6EZvJq2 {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #G6CRTGT79U1sz0Q95pGDibE8RUQdgneu {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #LBLtNsiTFr4ET8rCFlTwq6T90oImw9d9 {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #NFAFMVGvmKcvZ9s3KLSRHrt7EI17pTBf {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #ovK9MBBeFmOUPoG9abZcAUpPrTyqy9G7 {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #eLRlrJlOn6ghpGcduG8uU0rbWpiRXesl {  }
 }@media only screen and (max-width: 763px) { #aiSzDHBzOTcgTqL3XKhxLXVoWX8SLF5X { top:42.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJsaWLeTT9ddp3eWJAe7ThzDnEO1Cq5Z { top:13.5625rem;left:22.8125rem;width:24.8125rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS9bmLbZUVdSM4pK2ZkOxIDbrBsfK4Fw { top:11.25rem;left:0rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfIXDrvLwowJuvahspAFTSkeZpCgTeFW { top:22.1875rem;left:13.250000476837rem;width:22.5625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJXDKaBT9LlHKDH04vBUeXkScatHHE92 { top:42.3125rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQZo9WrNVesZ2mW0zaNlwd5PvQcaKMP2 { top:3.5625rem;left:0rem;width:42.0625rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVAyd74xg51yQZvFkD4uODKdnTq27xWB { display:block; }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ic5SrBsdUriPLSQFDfQftAHVMygCB6A2 { top:19.125rem;left:0rem;width:29.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLF2PZuG5rBVUPw3bmy81ZBue8yBbbx2 { top:3.875rem;left:0rem;width:34.3125rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHAIITTqAHgKEq3AbNz30NxQbuaz0TfR { top:4.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roykntrzfIbwEZpQuoHuHvyAHKoV7csJ { top:5.0625rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emTyNWs9t1FkpBqh6ISMO0oAdqJHKuw1 { top:4.5rem;left:24.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx { display:flex;height:auto;width:27.8125rem;top:6.0625rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #NupSIFluqxtRIV6cnPH1mWNBI7X1ZEk9 { top:4.375rem;left:24.729166507721rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAce6fNHXFL8o9nd7EBCkUlQ8xULc815 { top:4.375rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVZ7AQ2SM5ObiJhgn2lzJhSPuTCQfN45 { top:8.3125rem;left:0rem;width:42.0625rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN { display:block; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8e5GBVpoIOLZNTQ8iV9JkefBEUBiEK9 { top:8.9375rem;left:0rem;width:37.5rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMD1taCFWS3mxsl0WTZU4GWFrUa5m4GS { top:14.25rem;left:0rem;width:37.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0r1DysHElnrIRxzNEsshohVvndITWTJ { top:5.4375rem;left:10.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2lGCtTnfnoD4sXnwA4Kwpy0S4TsCNte { top:6rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esWMInCuA1aCc3rnWZyKwHqSXgTvvwoy { top:17.25rem;left:30.625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3JF1OIPzBEczJFk3p5BTPpqoIZ3pCsg { top:12.6875rem;left:30.5625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsdsJQyIMRRAM3KPTJrQoKHTqVRBEik5 { top:8.3125rem;left:30.625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUrDmU6oglHTK0ruV5rtqX8UTa5f0Rck { top:8.9375rem;left:23.375rem;width:24.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V180pMKSO4DcVp4HlzHnzX58WXtOMbbk { top:13.4375rem;left:23.375rem;width:24.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln6mJxanIXEcN1O7cTwpcinxPmE6ETqt { top:17.8125rem;left:23.375rem;width:24.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v32xOM3FQKCx1dD3DEzDZ3wpLU07whnB { top:5.3125rem;left:10.093750476837rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v { display:block; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFnVoQJuzJyGSnUHm888MVOhog0cITkK { top:17.375rem;left:0rem;width:38rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRhS9SD597huJWHfPkX5EyTsqf4lhT6Q { top:6.0625rem;left:41.062502384186rem;width:2.375rem;height:2.375rem;display:block; }
#vRhS9SD597huJWHfPkX5EyTsqf4lhT6Q > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #PMgOo3qpICFH4oD64205AT1r1XqVPPkA { top:6.25rem;left:45.125002384186rem;width:2.0625rem;height:2.0625rem;display:block; }
#PMgOo3qpICFH4oD64205AT1r1XqVPPkA > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #bbDFzZUrUS9weaF4vpRq7eVKpaELg87i { top:6.4375rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3fxWShXp0WD0pGCizRIdsRA20OvCRz9 { top:9.25rem;left:33.8125rem;width:13.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9ysqbyCofEkDoAcIDW4W2esbzf875rL { display:block; }
 }@media only screen and (max-width: 763px) { #LTPFeO7vGLZDUXdVO3TAe6yCH7ooVStr { width:11.75rem;height:11.75rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiCLPkN8vu02ezNJrC3prf9DObKiTb3 { top:9.25rem;left:31.186850070953rem;width:13.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq6m5pO6c90Z5htgIaeo8Xme7DNA2qtk { display:block; }
 }@media only screen and (max-width: 763px) { #mfkkCZoASpfG9vCQIFIfi4T9zkV2aS2k { top:9.25rem;left:16.187500476837rem;width:13.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwV1NIUZp2HII1URpqTLLK8WoTicWTf4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #t8Qaxmsdbxsr21TVG58lO5Wuu8h2Cw5L { position:relative;z-index:auto;display:block; }#t8Qaxmsdbxsr21TVG58lO5Wuu8h2Cw5L > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8AWlCgHXkZc2Gdk7LE6Nb2HVQ7TTTXT { width:14.375rem;height:2.8125rem;top:4.0625rem;left:2.8125001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx9CE070KBd8hoIRt5pTy5lCvsX5znRD { display:block; }
 }@media only screen and (max-width: 763px) { #XnuInmnLo80gaMGLuGNO3KVHFzwzHNKu { width:5.6875rem;height:4rem;top:2.9166667461395rem;left:2.0000001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zkc1KLBEoMzrMmmFZHRQLN3J9hdT5oG5 { width:20rem;height:2.59895625rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P { background-color:#061342;background-image:none;border-top:0.0625rem solid #9da291;border-left:0.0625rem solid #9da291;border-right:0.0625rem solid #9da291;border-bottom:0.0625rem solid #9da291;display:block; }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row .container { background-color: transparent; background-image: none; }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row .container > .video-iframe-container { display: none; }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row > .video-iframe-container { display: block; }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .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); }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row .container { border-width: 0; border-radius: 0; }#vfMXisTtJ2mQuvHlOOpoUexosrbk0K8P > .row .container { width:20rem;height:113.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbTLkQtgDfNJF3fuds9ii8Luz8tGrGmo { width:20rem;height:4rem;top:66.184897422788rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um8FuTspJC56XtQIyT1uCu8J5gWMIkS4 { width:20rem;height:24.75rem;top:46.977865219116rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcnvglmgIpss1gqQHGT6I5oc3hZwls81 { top:75.499349117281rem;left:1.9166666269302rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZJwx3fHPhXFDin9yvb06RL8TTZTUDTr { display:block; }
 }@media only screen and (max-width: 763px) { #E4DzTzEnZytzHvDwM02f6eEPhlzlOR8p { width:20rem;height:9.5989375rem;top:2.0000009536743rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwrz5XW8wbs2Jrayatmx6KQeICD8TFHX { width:19.5rem;height:2.3997375rem;top:11.660807609558rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aduQqamKBmevWON7pJtOocUlLRz4Ihg4 { width:20rem;height:11.9986875rem;top:20.499999046326rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }#aduQqamKBmevWON7pJtOocUlLRz4Ihg4 li:before{  }
 }@media only screen and (max-width: 763px) { #mtaKsSVHigpyJ5mHwnFCmSH0KyUxNGgh { width:20rem;height:4.79948125rem;top:15.05859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzMVMqlIhweuzRNv3UhDrbaOkHhWZpIx { height:11.240875rem;width:20rem;top:34.107423782349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJoVGdZSC6EWP4cD6CMFpoCLFLHvcM7z { width:8.8125rem;height:2.625rem;top:47.853518486023rem;left:5.9791666269303rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hOP9ekTJsrufFNv5DwaK2LbkvgZe9Kir { width:6.8125rem;height:6.8125rem;top:51.45703125rem;left:1.9166666269302rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #waWDq75vb1wHK68oFEO8GKIFVN7At9JW { width:4.9375rem;height:6.375rem;top:59.850912094116rem;left:12.437500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bwzT30BimrReBofJcbBa4mz9uzBWTKH9 { width:6.125rem;height:6.125rem;top:59.975260734558rem;left:2.2604166269303rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TbnaRPR2exDkQ9yc7Ss3m4UeprWLsszt { width:5.6875rem;height:5.6875rem;top:52.018880367279rem;left:12.062500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt .widget-regular-label { display:block; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt  { width:15rem;height:auto;top:93.9375rem;left:1.2500001192093rem; }
#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt {display:block;}#X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt { width:15rem;height:auto;top:93.9375rem;left:1.2500001192093rem; }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #Xg4umb5rK55UyEnrGpXOhIITL9l6Qqbt {  }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #UAFTJbfxwhTqSGcs9ZcmAzW3gtgRdLeC { display:block; }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #SigFqawQgSl11FNLWBEaardONnc8Ko0U {  }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #ADNL6L42lbWAMvfvmbFffSteUH8uGk9e {  }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #EpBTxmKlo9gQuEUU5mBu16lul3ZRymo9 { display:block; }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #NnG5rwxRamB7oO2FF5sT0NwVwhI0WbI5 {  }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #XsyLUakAObQ3l5WxdxOXnuZHPV7zDIx2 {  }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #ayT2XORfVVGMFVMWTRRdVQDMHyAA9QkV { display:block; }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #y421lJM7mcrwfD6v9wk6d1xFzHH8UwRC {  }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #fR7cipyzxlpCXc1IQEwOz7f3TD8rN97A {  }
 }@media only screen and (max-width: 763px) { #X4NDz4VSzNq6OvhWT7QVeruODgt3TlFt #EbqryPxA6r1edxX1qnV8S388skoUmoS7 {  }
 }@media only screen and (max-width: 763px) { #brUI4vu1O0Cp95SBGHSfgZeTXtLTRG68 { width:16.1875rem;height:9.096375rem;top:81.8242225647rem;left:1.2291666269302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 { display:block; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cR4vAvE9q5tPBskXKTUDmudJZPNJXvuD { width:20rem;height:4rem;top:2.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #C3bBXe94XLhkFanlwXzcNKdOEiqzLT6K { width:16.25rem;height:4.8125rem;top:10.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRgC4Qd5QEpfmzWle0zxWGEsFtDStGXE { width:16.25rem;height:4.8125rem;top:24.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #viT66otTMfKT60ulXskdZHvkUelmPakr { width:16.25rem;height:4.8125rem;top:36.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBOT0SluMCF4TatDSQ3ABGJJyFTym8QM { width:13.3125rem;height:1.5rem;top:12.125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZAzoD98HG6hKhWVO2tQwnB8UF76cUBi { width:20rem;height:5.25rem;top:16.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oQALLGkdMqrIlANBCItXytn16m3JzT0l { width:13.3125rem;height:1.5rem;top:26rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iacgzOvQOXJTKPSFtvoNt9tzKPV93QRV { width:20rem;height:3.9375rem;top:30.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #KEpkzBqH5qsKBg97MmsAGHXgdGyWbyEW { width:13.3125rem;height:1.5rem;top:38.5625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2xkDBreSvTxWTQu1St8fbUKLJDCmCkN { width:20rem;height:3.9375rem;top:42.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #W89TCrOiLEd8PleD8xdIyJsiLSeN71sW { top:68.729171752931rem;left:2.6041666269303rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEWFmT03z4ThrrsSx0gGnLyzbOOs9wHT { display:block; }
 }@media only screen and (max-width: 763px) { #FIxBcTzAoBIz0fOsT5ocoknZaxJsXMIc { display:flex;width:1.25rem;height:1.25rem;top:36.0625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #osJMAfGGvxxPAOOCu7c1I54OcrDAmCB1 { width:20rem;height:1.3125rem;top:52.479167938233rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xtm99S57lfTWq64RlgqGosHHr4elhhR5 { width:16.25rem;height:4.8125rem;top:50.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8mw1w5B1CNqHv8GUFClJWmIsp7BkuIl { width:13.3125rem;height:7.5rem;top:56.229167938233rem;left:3.3437501192093rem;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #hiANnW2iSTIkDTgC8umi9KCIHClbrN8Z { display:flex;width:1.4375rem;height:1.4375rem;top:9.6249914169313rem;left:9.2812505960463rem; }
 }@media only screen and (max-width: 763px) { #OrGrUr7F9UCDegFBeZuKbWmwzup5QlHU { display:flex;width:1.4375rem;height:1.4375rem;top:49.937501907349rem;left:9.2812505960463rem; }
 }@media only screen and (max-width: 763px) { #eUm4GIo2Id4OQvcfSKypXbaJ1bRCxzzl { display:flex;width:1.4375rem;height:1.4375rem;top:23.500001430511rem;left:9.2812505960463rem; }
 }@media only screen and (max-width: 763px) { #kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGuHRSPzg3CTnlSZBNpr96OLIOTNV14M { width:20rem;height:6rem;top:8.2291774749756rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnDZEXGZfFJl6dtOg5z8zHJQDApwhx19 { top:19.510416984558rem;left:0rem;width:11.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prl11bgbJD66xZzbc5JCxKIQyVUi6TDJ { display:block; }
 }@media only screen and (max-width: 763px) { #Kq9Lsr4xIxZCsceSV8VmaqhGR82TK9aE { width:5.5rem;height:13.75rem;top:15.259115219116rem;left:12.697266221046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHDIuNcNWCTMU3K24z1xPDvXEgkz0hlc { width:6.5625rem;height:14.5rem;top:14.748026rem;left:12.035312282099rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbBhdUz0coGCSF0FaMP6lfvFDMX0Rxki { width:20rem;height:14.8125rem;top:30.854167938233rem;left:0rem;box-shadow: 0rem 0rem 0.625rem rgba(185,41,184,0.72) ;display:block; }
 }@media only screen and (max-width: 763px) { #I8Dq0TtDqGun7MFJvxqxXlWb0fMRIBP0 { display:flex;width:1.25rem;height:1.25rem;top:35.062501907349rem;left:1.2500001192093rem; }
 }@media only screen and (max-width: 763px) { #DahzhNtqW2Tk8kGArQelE64NfmQZeO3c { width:14.375rem;height:1.5rem;top:34.937501907349rem;left:3.2500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmdKW5HIMM5gnJJVPok3QyLktPyueV7H { width:17.5rem;height:2.625rem;top:39.687501907349rem;left:1.2500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCJ3nCWBO67n0P2vvDEsoV3hucZOz6AU { width:16.25rem;height:0.0625rem;top:37.593751907349rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3oHD5ToQfCE28iTaV7fqTQrUB4Gh20D { width:20rem;height:14.8125rem;top:48.374349117279rem;left:0rem;box-shadow: 0rem 0rem 0.625rem rgba(161,24,186,0.71) ;display:block; }
 }@media only screen and (max-width: 763px) { #hbztbABRfcLhBUuwT2qekXBRDQ7tizzf { width:14.375rem;height:1.5rem;top:52rem;left:2.8750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhbnDmueFpsy88wm2UovSb2MbNFibSzP { width:17.5rem;height:2.625rem;top:55.9375rem;left:1.3750001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZpTJWb8xOBwL6z1kuOkzhr1x9claf4K { width:16.25rem;height:0.0625rem;top:54.666666984558rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHcq18sZ1MiwTIBXR14KVCFuhIpvdg3y { width:20rem;height:14.8125rem;top:65.000002622606rem;left:0rem;box-shadow: 0rem 0rem 0.625rem rgba(169,40,179,0.83) ;display:block; }
 }@media only screen and (max-width: 763px) { #zZfbP88a4raknaooTH7xrld7iHyh2BT9 { width:14.375rem;height:1.5rem;top:68.499351501462rem;left:3.8639322519303rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7oUyEiqFXPEOnRPbm3t1WuzcUPWZ63Z { width:17.5rem;height:2.625rem;top:72.875002861025rem;left:1.2500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFm8dVCOPu4cWVUx2sAEaSi6QuSXMPA1 { width:16.25rem;height:0.0625rem;top:71.592451095581rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gigx82oEBaeAKpgfMNVrfSqMhZVL6sRm { width:20rem;height:4rem;top:1.7499938011169rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #JlPP0KHcg0uZK0IXdhzqPo2KHqFoT2BW { display:flex;width:1.4375rem;height:1.4375rem;top:34.96875rem;left:1.15625rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #AOTb6vUXJTvdFWVOaQUOOHJo4sgLBIpL { display:flex;width:1.4375rem;height:1.4375rem;top:52.03125rem;left:1.15625rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #UycSSJWfLexfxC46dZdAB7fkQKKWwSup { display:flex;width:1.4375rem;height:1.4375rem;top:68.468752861025rem;left:1.7812501192093rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #ScQwAvxEIvltso3oDyTWT6RHEMTFniVZ { display:flex;width:1.4375rem;height:1.4375rem;top:86.4375013113rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #TU0ErTOpwzGneGeznVTKbPiHor9zbK6X { display:flex;width:1.4375rem;height:1.4375rem;top:83.7500013113rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #DeSadHcVCeSeNJnf3cFs0VpAp7oSVJyv { display:flex;width:1.4375rem;height:1.4375rem;top:81.0625013113rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/14d77e39-9965-4461-aa16-b9786fbf83a2/FAMILIA.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE.adaptive-delivery-prevent-bg, #bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE.lazyload, #bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE.lazyloading { background-image: none; }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .row .container { background-color: transparent; background-image: none; }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .row .container > .video-iframe-container { display: none; }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .row > .video-iframe-container { display: none; }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .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); }#bNxUbTTehTLPoxVwcOdgMT4cZc4RlqiE > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBbxXVc4DHaNcAnneWtW5itf2LKVlOdc { width:20rem;height:6rem;top:9.2493596076963rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #dCJ946PbXL733NuKunQccTpEFTT3DEoN { width:19.875rem;height:27.25rem;top:27.999351501465rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #WSrAUCm4ZXHXN9xDkFHD1ao22Dq572kU { width:15.625rem;height:1.3125rem;top:29.8125rem;left:2.7500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8TP6R0togNqFZZqkMFU4LNV3MPfQL3A { width:18.125rem;height:2.25rem;top:32.0625rem;left:1.2500001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c80QAkvbQvTEfvl72oBiJHh8CCC3oB0N { width:15.625rem;height:1.3125rem;top:35.16667175293rem;left:2.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M9TlBzsUbEB0ZBcTGtdsuhTvdmSHxo2X { width:18.125rem;height:2.25rem;top:37.312500953674rem;left:1.5625001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P3cHwbxaUMk8xuTLHuUeOdgxlrczpPq6 { width:15.625rem;height:1.3125rem;top:40.562501430511rem;left:2.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XdpvCm8ZDfi8s0Xp9XL5Alw6pMmSlZDt { width:18.125rem;height:2.25rem;top:42.625001430511rem;left:1.8750001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l3J6wwRnZftTiqSEItmzLHaCfFqJX2B2 { width:15.625rem;height:1.3125rem;top:45.312501907349rem;left:2.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TbhkTrb65a8edo7GRlkNS03ebseQxRAV { width:18.125rem;height:2.25rem;top:47.124991416931rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OHTRrVeVReNwM2RCINUDnbF0bX9ALhy3 { width:15.625rem;height:1.3125rem;top:49.750001907349rem;left:2.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vhtzsk10eNiKC98iNzAudLWT5brd4knl { width:18.125rem;height:2.25rem;top:52.062490463257rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZZtq6qtG6m9Vm9uzB8kpPtPANrq0UoTc { top:73.144533751463rem;left:2.9236541915011rem;width:14.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaaJ2NLxt4Soc96sgMCW4pS7VBtKR2U1 { display:block; }
 }@media only screen and (max-width: 763px) { #CD3HOvsHS1QIXE4FDWHgcKrvqozsHsPV { width:20rem;height:0.0625rem;top:8.5rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #r6G7G2TB6shkiD5KVW2vdn25dkDx104o { width:20rem;height:4rem;top:2.20703125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #yVva4AffCERmNiP4Bdg6Wdefib9yltCo { display:flex;width:1.4375rem;height:1.4375rem;top:7.8535165786744rem;left:9.2812505960463rem; }
 }@media only screen and (max-width: 763px) { #O08T0kZbTNQ53PiqAu5OSmgRMk1vT6Zp { display:flex;width:1.4375rem;height:1.4375rem;top:35.104167938233rem;left:0.79166662693025rem; }
 }@media only screen and (max-width: 763px) { #Bn3Lv2RAxKiBJxJMC4NJfwRXcPp6uhww { display:flex;width:1.4375rem;height:1.4375rem;top:29.75rem;left:0.93750011920931rem; }
 }@media only screen and (max-width: 763px) { #m3v5q6ftLfMhgTCGP5S5IlA45K07Fmzu { display:flex;width:1.4375rem;height:1.4375rem;top:40.354167938233rem;left:0.97916662693025rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #MooxnOrEyuo1bx74zzgRCwGI106CNVN8 { display:flex;width:1.4375rem;height:1.4375rem;top:45.229167938233rem;left:0.91666662693025rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #GA2uqVNVoIxWtVv9ubT8Z5vTdLdwiTW1 { display:flex;width:1.4375rem;height:1.4375rem;top:49.666667938233rem;left:1.2291666269302rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #oD0JgdSTlhrEG9dgTsIm5DvBwTIkIgm4 { display:flex;width:1.4375rem;height:1.4375rem;top:80.749343872069rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #WiaODD7k1R1Jivs9TuWN9DUkqO6zg2tv { display:flex;width:1.4375rem;height:1.4375rem;top:78.061843872069rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #qtdEB3lJ8NJUv4oml7oI3UMuOnhUIloO { display:flex;width:1.4375rem;height:1.4375rem;top:75.374343872069rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #LCPe6rz8fdUCiP7fJcyW0dT4RTQaUkBs { display:flex;width:1.4375rem;height:1.4375rem;top:72.686843872069rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #ZNKXRDlQ8kSK9VMtLdUTe7sCdilZJyQ0 { display:flex;width:1.4375rem;height:1.4375rem;top:69.999343872069rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #FbqOaOPsseTQZbcm2xbqxGF9DD2MSiM2 { display:block; }#FbqOaOPsseTQZbcm2xbqxGF9DD2MSiM2 > .row .container { width:20rem;height:79.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KD0Th1QdkeXGsGiccfChFWPWtg6hiE8P { width:17.5rem;height:4rem;top:4.0625rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MCzkJsLrMQdfOAWvTUQ8wCgiA1bWRKIc { width:17.5rem;height:4.5rem;top:9.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vcsby7HFtkcEo5cHOyKaQ0xFSycMEmzE { width:15.5625rem;height:1.5rem;top:21.125rem;left:3.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zNG05Wu72HKF7brmmXEPcs7eWWomUbUb { width:18.75rem;height:3rem;top:25.125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zP7X0sAGAZUKpkOgQdOTh3qDm6vdXzIT { width:19.875rem;height:4.375rem;top:19.6875rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #E2oTrmd7yPKzxeIChrECR8sZbLagPCT9 { width:20rem;height:15.125rem;top:2.1875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #OeMhJTe2SA6MdmMXHg3Ft9gn8E83bVyH { width:4.375rem;height:2rem;top:20.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPhLZRgytTX8pONAhx05rcqMp1WoQU08 { width:18.75rem;height:3rem;top:37rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ewwBzmt6puLzJmpLfnuOEdwhSw6bXUid { width:15.5625rem;height:1.5rem;top:33rem;left:3.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xwLhou8RRrvXT5e3KcNLNH79vTRLgq3t { width:19.875rem;height:4.375rem;top:31.5625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #CFNrfapRooBOeGqlnlXUEf187spmbL70 { width:4.375rem;height:2rem;top:32.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhk2Fm4GVmHqxVPnRH9EhxgflAfrlXGB { width:18.75rem;height:4.5rem;top:48.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WI0iDTRz1FNAlsGz83MAyddQLQ0Wmypp { width:15.5625rem;height:1.5rem;top:44.875rem;left:3.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yLSAAV10IuWquTGiGBp8KNsEgqZsGUKK { width:19.875rem;height:4.375rem;top:43.4375rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #lXSqhUR33siE0hoAV72wZ203Z8Sa1Hf1 { width:4.375rem;height:2rem;top:44.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ezyfnUlXZGOqdATnGTcbmwKIOA3TtQ7F { width:18.75rem;height:3rem;top:60.4375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EX0C1TG2dyLwB3wJn3lTRTExM4zACSuJ { width:19.875rem;height:4.375rem;top:55rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #GgbP1X9T5OfBkMlorTC1xpAGQipZlOqt { width:15.5625rem;height:1.5rem;top:56.4375rem;left:3.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fLlS7nhCPkqZcS87oFPmaLJRyO1RbM9Q { width:4.375rem;height:2rem;top:56.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBrVqV6uVAuTIeVpkw8memu5yZHRXnEQ { width:18.75rem;height:3rem;top:72.3125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TotIi4VBI8sgn4icb8AH2QLoDMse1MHg { width:15.5625rem;height:1.5rem;top:68.25rem;left:3.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vSzlGfZrRWFSkSUBhpcX9z1eKE89nokO { width:19.875rem;height:4.375rem;top:66.875rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #wOsJlxzfe4hp46d2OwRtcfAzTFJP2a4X { width:4.375rem;height:2rem;top:68.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV { display:block; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV { background-color: transparent; background-image: none; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container > .video-iframe-container { display: none; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row > .video-iframe-container { display: none; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .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); }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container { width:20rem;height:61.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a7783cfd-6e8b-47c0-a577-4c640edb6533/2NOV.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container.adaptive-delivery-prevent-bg, #MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container.lazyload, #MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #DsDwbSBivB8fRTsICXt3EzkSZkHUGrZm { width:20rem;height:4.5rem;top:38.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJcsaEDym5kyfRaTifdAgXuTfBvMs6JP { top:46.25rem;left:4.0625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnIM5AJ4Z9ROPqiIOevVXSWXcFJh6vxk { display:block; }
 }@media only screen and (max-width: 763px) { #cNZdNkKwPs6xummvgG1aRETnby9p7oew { width:13.0625rem;height:22.4375rem;top:13.1875rem;left:3.4375rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #IHQZpQ9Oi7W4aGFNLVnTSnepHUhRcLJ4 { width:9.375rem;height:9.125rem;top:11.062511444092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhvNml8zsMIzGsML3dBf7pBRKJQHoGqU { width:20rem;height:0.0625rem;top:3.75rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #iSzLhxgyeTmm42hb1Hr88VSA36KwTPsK { display:flex;width:1.25rem;height:1.25rem;top:3.15625rem;left:18.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #VTAcraeoWTAwf5eXRrZsmALLaIxBnot8 { display:flex;width:1.25rem;height:1.25rem;top:3.15625rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #JDqSW6okcfbH2zg5yDeSop93qrqbKUB0 { width:5.1875rem;height:9.375rem;top:27.687501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSfut3zpwTpkSGAVZwxIOxbpKTKV57nw { width:20rem;height:4rem;top:3.7499809265137rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #TGGDseWvMKwsFDm9gwqUsi17vB3Q2a0G { display:flex;width:1.4375rem;height:1.4375rem;top:53.625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #hLha2LL2stOVBxmyWVOgqJNAWJ1o1Qra { display:flex;width:1.4375rem;height:1.4375rem;top:50.9375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #C9ZtPP46q1Z4wkywPFlxbqozHbEDON44 { display:flex;width:1.4375rem;height:1.4375rem;top:3.0625009536743rem;left:18.562500596046rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #kqQmZlfqVlG2ipiW0G01AU9ILwd3ppNB { display:flex;width:1.4375rem;height:1.4375rem;top:3.0625rem;left:0rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #w17DNQnL5190Estp0AdpF7AB7MzaJbnm { display:block; }#w17DNQnL5190Estp0AdpF7AB7MzaJbnm > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEIqD3nUsKo3EoBTnIoQqzzLiLh5zoOe { width:18.125rem;height:4rem;top:3.125rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klmtgi9EOQvWQLglVFAUZFr8N7zO9Tzy { width:18.125rem;height:7.875rem;top:11.1875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzdahN3uEAR4Tu8GdfTQ2LnaIrkO0r7y { width:20rem;height:41.5625rem;top:1.25rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #FE0zEfxn2bMBlpWBRGtPTayeRohuxl69 { width:11.166666625rem;height:3.291666625rem;top:28.312501430511rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHqDpAkdEqSzSba836lA0Qaa6NuGduzo { display:block; }
 }@media only screen and (max-width: 763px) { #essVzEmah8pKzUO9VcGWLJxohmrq4ZbK { width:16.4375rem;height:0.0625rem;top:9.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIeN67KMeG0gyslmdzJvIblZkDF3nVc6 { display:flex;width:1.25rem;height:1.25rem;top:8.625rem;left:16.5625rem; }
 }@media only screen and (max-width: 763px) { #y63xu6Q0e6q1op9hTL3bH7vMmKIcvRl1 { width:16.25rem;height:5.4375rem;top:40.125rem;left:3.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #HNzXtFM1CofKyZUZMUBETQPm8uQlmUH0 { width:9.375rem;height:9.375rem;top:38.21875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2gOSACImQZZJQEsxsE6FWSFDDyETRMb { width:18.125rem;height:7.875rem;top:19.5625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHJ7pIgC2aPb6wK2eqTto9dPR1ufibvQ { height:11.197604790419rem;width:20rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8FsrBw9mF70rXapiWtd5ZdlDmUA48Bu { display:flex;width:1.4375rem;height:1.4375rem;top:48.84375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #eBff7PVAv6e3nSU4h4xkqxHDTcs43Uoc { display:flex;width:1.4375rem;height:1.4375rem;top:8.603515625rem;left:16.500000596046rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #gL1b44TpPqytolys1t9gkb3y4XySTBBC { display:block; }#gL1b44TpPqytolys1t9gkb3y4XySTBBC > .row .container { width:20rem;height:75.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InN62uQ65k061zdm7MFXwA1sLV8yVPDo { width:19.875rem;height:26.125rem;top:10rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #XwEVd7Gb7H6vh5xCGHaDUrLJZduPa8iq { width:17.5rem;height:10.5rem;top:14.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7PdqShO8NJxKB5AbAgunLZGa6ardAXT { width:11.5rem;height:1.3125rem;top:33.1875rem;left:6.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IiGsK3QynKuOlQXqHLF5Cq6RLwUFBWc8 { width:3.75rem;height:3.75rem;top:31rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPtqUNvPc1KZ8MUPZkAE7xeSaeMTOKf0 { width:17.5rem;height:1.5rem;top:11.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQzf27ukTkpGX7P8W0GPW804N0H1hWb5 { width:19.875rem;height:16.5625rem;top:38.125rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #yq4tozuaT7RcMifmqBqxMsgxfoOZyCgK { width:17.5rem;height:5.25rem;top:42.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uURnWpzgeqqoK7pc7RoZUPu8dXaGQM3Q { width:17.5rem;height:1.5rem;top:40rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO2e7OPPpp6O5U16bBwwsWE4TrAuuCQW { width:11.5rem;height:1.3125rem;top:69.104148864744rem;left:6.2500001192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHEEFlhxg1fMEcd1TzE6P5MzvMJiBvtV { width:3.75rem;height:3.75rem;top:49.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcNq7WsqpFGvMGzBIlEkFSVPztIaTTnc { width:19.875rem;height:16.5625rem;top:56.6875rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #Jz6WvciMymipifFaKnEWq8Iq2TQqm3wV { width:17.5rem;height:3.9375rem;top:60.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmV1RQhabNESdBN1oR7zTK1mzPr6iRW5 { width:17.5rem;height:1.5rem;top:58.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF4eL4fBAtfBx0fLU64QnsPVrpCT7uL2 { width:11.5rem;height:1.3125rem;top:50.906251430511rem;left:6.2500001192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfiVT7Rt6IT9GpOsheGxO8g728DfAWnc { width:3.75rem;height:3.75rem;top:68.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4gTME6yDTPiMAuc2DA6er1zVfTGQXhG { width:17.5rem;height:0.0625rem;top:48.3125rem;left:1.25rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #sraV67DkKTVo9ADdiAPePGV9l1DZILyb { width:17.5rem;height:0.0625rem;top:66.875rem;left:1.25rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #IsAahW6T3EzUBIAIzvMsHC6J4iNwef1r { width:17.5rem;height:0.0625rem;top:29.6875rem;left:1.25rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #pb3P6IbaCeQQX57vKVDz7TQWnty9oUoT { width:20rem;height:4rem;top:2.5624790191651rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #XkW5LOe2hn8TZVDZLFxOnxmRy5GlxQxZ { display:block; }#XkW5LOe2hn8TZVDZLFxOnxmRy5GlxQxZ > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASSQT5wPvfkbP7pclhHJhTaNkGcN12I8 { width:20rem;height:6rem;top:18.6123046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkfPJXQza65BoWTeEV9dFbEW3lTTbhWw { width:19rem;height:0.0625rem;top:9.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBcX8vWSa2JXbi03g5M3o4lF7VQDwZRv { display:flex;width:1.25rem;height:1.25rem;top:8.9375rem;left:18.75rem; }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-input-button { width:7.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.8125rem; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9  { width:17.5rem;height:24.0625rem;top:31.375rem;left:0rem; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 {display:block;}#IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 { width:17.5rem;height:24.0625rem;top:31.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #r7wbS4AHWATyt9rHMJyGn61yxukoFFfM {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #mtbDOpTdIDigr4HLxIwacJcgqRb6v3NQ {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #Pbspdb92zWqS0sVTzTibG8KMbaIx1JQu {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #twLzS1zwmVqfsNTmxLka6XV5UQeDMNJv {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #AIwZ3STpPO8yoQCUp1m55DNXyVlI53hX {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #rAgnONutBc49xUgDMSi29T1cTFPeeqyV {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #nUFdc6aVbqX1dhlLXsprTORNl9G1mTDR {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #v0RQOJT61d5TgNtRUOan3xz0zXDf0Qwr {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #qOFZPGOlxlAlG8UtEvMo9g3STrPkdNoe {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #BP4nH11Iwle9IvFJ6Zo2PVUHM4JRNxLk {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #BQTH1m2t7aBwkfnpT6eTJzspr7IoUaBT {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #J3xyHqLrrqDe0bGhz74ZmiUsW6EZvJq2 {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #G6CRTGT79U1sz0Q95pGDibE8RUQdgneu {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #LBLtNsiTFr4ET8rCFlTwq6T90oImw9d9 {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #NFAFMVGvmKcvZ9s3KLSRHrt7EI17pTBf {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #ovK9MBBeFmOUPoG9abZcAUpPrTyqy9G7 {  }
 }@media only screen and (max-width: 763px) { #IxUOqRZVEOkBCuyFTXBwrAGIQsKSyLK9 #eLRlrJlOn6ghpGcduG8uU0rbWpiRXesl {  }
 }@media only screen and (max-width: 763px) { #aiSzDHBzOTcgTqL3XKhxLXVoWX8SLF5X { display:flex;width:1.25rem;height:1.25rem;top:58.8125rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #fJsaWLeTT9ddp3eWJAe7ThzDnEO1Cq5Z { width:19.875rem;height:29.375rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS9bmLbZUVdSM4pK2ZkOxIDbrBsfK4Fw { width:13.0625rem;height:7.1875rem;top:8.0615234375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfIXDrvLwowJuvahspAFTSkeZpCgTeFW { width:5.5rem;height:3rem;top:8.0615234375rem;left:14.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJXDKaBT9LlHKDH04vBUeXkScatHHE92 { display:flex;width:1.4375rem;height:1.4375rem;top:64.5625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #oQZo9WrNVesZ2mW0zaNlwd5PvQcaKMP2 { width:20rem;height:2rem;top:3.3118286132812rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #uVAyd74xg51yQZvFkD4uODKdnTq27xWB { display:block; }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .row .container { width:20rem;height:57.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ic5SrBsdUriPLSQFDfQftAHVMygCB6A2 { width:17.5rem;height:4.5rem;top:12.6875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uLF2PZuG5rBVUPw3bmy81ZBue8yBbbx2 { width:20rem;height:16.5625rem;top:2.1875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #BHAIITTqAHgKEq3AbNz30NxQbuaz0TfR { display:flex;width:1.25rem;height:1.25rem;top:21.6875rem;left:18.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #roykntrzfIbwEZpQuoHuHvyAHKoV7csJ { width:19.375rem;height:0.0625rem;top:22.3125rem;left:0.3125rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #emTyNWs9t1FkpBqh6ISMO0oAdqJHKuw1 { display:flex;width:1.25rem;height:1.25rem;top:21.75rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx { display:flex;height:auto;width:20rem;top:24.75rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #NupSIFluqxtRIV6cnPH1mWNBI7X1ZEk9 { display:flex;width:1.4375rem;height:1.4375rem;top:52.5625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #gAce6fNHXFL8o9nd7EBCkUlQ8xULc815 { display:flex;width:1.4375rem;height:1.4375rem;top:49.875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #cVZ7AQ2SM5ObiJhgn2lzJhSPuTCQfN45 { width:20rem;height:4rem;top:6.6250257492062rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN { display:block; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8e5GBVpoIOLZNTQ8iV9JkefBEUBiEK9 { width:20rem;height:2rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fMD1taCFWS3mxsl0WTZU4GWFrUa5m4GS { width:20rem;height:4.5rem;top:8rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0r1DysHElnrIRxzNEsshohVvndITWTJ { display:flex;width:1.25rem;height:1.25rem;top:15.0625rem;left:9.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #O2lGCtTnfnoD4sXnwA4Kwpy0S4TsCNte { width:20rem;height:0.0625rem;top:15.6875rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #esWMInCuA1aCc3rnWZyKwHqSXgTvvwoy { display:flex;width:3.25rem;height:3.25rem;top:36.8125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #J3JF1OIPzBEczJFk3p5BTPpqoIZ3pCsg { display:flex;width:3.25rem;height:3.25rem;top:27.6875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #VsdsJQyIMRRAM3KPTJrQoKHTqVRBEik5 { display:flex;width:3.25rem;height:3.25rem;top:18.625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #qUrDmU6oglHTK0ruV5rtqX8UTa5f0Rck { width:18.75rem;height:1.5rem;top:23.125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V180pMKSO4DcVp4HlzHnzX58WXtOMbbk { width:18.75rem;height:1.5rem;top:32.1875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ln6mJxanIXEcN1O7cTwpcinxPmE6ETqt { width:18.75rem;height:3rem;top:41.3125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v32xOM3FQKCx1dD3DEzDZ3wpLU07whnB { display:flex;width:1.4375rem;height:1.4375rem;top:45.562515258789rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v { display:block; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFnVoQJuzJyGSnUHm888MVOhog0cITkK { width:20rem;height:1.3125rem;top:10.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRhS9SD597huJWHfPkX5EyTsqf4lhT6Q { display:flex;width:2.375rem;height:2.375rem;top:7.875rem;left:2.9687501192093rem;font-size:1.625rem; }
#vRhS9SD597huJWHfPkX5EyTsqf4lhT6Q > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #PMgOo3qpICFH4oD64205AT1r1XqVPPkA { display:flex;width:2.375rem;height:2.375rem;top:7.8541660308837rem;left:8.8125005960463rem;font-size:1.625rem; }
#PMgOo3qpICFH4oD64205AT1r1XqVPPkA > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #bbDFzZUrUS9weaF4vpRq7eVKpaELg87i { display:flex;width:2rem;height:2rem;top:8.25rem;left:14.989583611488rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #m3fxWShXp0WD0pGCizRIdsRA20OvCRz9 { top:20.625rem;left:2.9687501192093rem;width:13.979166625rem;height:3.354166625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9ysqbyCofEkDoAcIDW4W2esbzf875rL { display:block; }
 }@media only screen and (max-width: 763px) { #LTPFeO7vGLZDUXdVO3TAe6yCH7ooVStr { width:7rem;height:7rem;top:0.5rem;left:7.3125005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiCLPkN8vu02ezNJrC3prf9DObKiTb3 { top:17.270833969116rem;left:2.9687501192093rem;width:13.979166625rem;height:3.354166625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq6m5pO6c90Z5htgIaeo8Xme7DNA2qtk { display:block; }
 }@media only screen and (max-width: 763px) { #mfkkCZoASpfG9vCQIFIfi4T9zkV2aS2k { top:13.916667938233rem;left:2.9687501192093rem;width:13.979166625rem;height:3.354166625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwV1NIUZp2HII1URpqTLLK8WoTicWTf4 { display:block; }
 }