.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:219,221,232;--color-primary-1:135,142,179;--color-primary-2:15,28,102;--color-primary-3:8,14,51;--color-primary-4:2,4,15;--color-secondary-0:235,219,223;--color-secondary-1:189,135,149;--color-secondary-2:123,14,43;--color-secondary-3:62,7,22;--color-secondary-4:18,2,6;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"signika";--paragraphs-font-family:"signika"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/e2703fafb4478449323e06bc20c53388.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .row > .video-iframe-container { display: none; }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .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); }#IbcSs75tDTunQfWI8lyPB7p9vzIBUKBn { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; }#IbcSs75tDTunQfWI8lyPB7p9vzIBUKBn > .row .container { background-color: transparent; background-image: none; }#IbcSs75tDTunQfWI8lyPB7p9vzIBUKBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbcSs75tDTunQfWI8lyPB7p9vzIBUKBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbcSs75tDTunQfWI8lyPB7p9vzIBUKBn > .row .container > .video-iframe-container { display: none; }#IbcSs75tDTunQfWI8lyPB7p9vzIBUKBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbcSs75tDTunQfWI8lyPB7p9vzIBUKBn > .row > .video-iframe-container { display: none; }#IbcSs75tDTunQfWI8lyPB7p9vzIBUKBn > .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); }#IbcSs75tDTunQfWI8lyPB7p9vzIBUKBn > .row .container { border-width: 0; border-radius: 0; }#IbcSs75tDTunQfWI8lyPB7p9vzIBUKBn > .row .container { width:75rem;height:7.25rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#SBBEH9ybdUD1oVsP2ohGSw5b8uZDNJW0 { position:absolute;display:block;z-index:15013;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:4rem;width:14.125rem;top:1.625rem;left:0.8125rem;overflow:hidden;display:block; }
#uBWZxwUbuJvmnrv5emKLdK9ilxAOdROk { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.8125rem;left:53.1875rem;display:block; }
#XhfUgoJT5GXxGnTTuEWnPlhLs9aHTkuR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ns4bfAIrbudu5HIMqTCVpwA811969t5a { position:absolute;display:block;z-index:15014;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.25rem;width:18.1875rem;top:0.9375rem;left:5.125rem;overflow:hidden;display:none; }
#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f949f52-1e7a-4959-884c-47f273b9efe9/neuscaled1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb.adaptive-delivery-prevent-bg, #naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb.lazyload, #naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb.lazyloading { background-image: none; }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .row .container { background-color: transparent; background-image: none; }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .row .container > .video-iframe-container { display: none; }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .row > .video-iframe-container { display: none; }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .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); }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .row .container { border-width: 0; border-radius: 0; }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#mgVMHl0FExFTztHfyaWyLfZVRR8XuHbs { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.96875rem;left:54.28125rem;display:none; }
#uT0Hat0sCp6eL7gTRQ0UFy2MM8Xwlo7I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dGD87im1pDetT2pBb7Qc5bSQb2065736 { color:rgba(var(--color-tertiary-2),1);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0.9375rem;height:4.14355625rem;font-style:normal;display:block; }
#WrTNdsmctXkHiw9pJfE0MTnBAKuwD6HX { color:rgba(var(--color-tertiary-2),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:14.6875rem;left:1rem;height:2.0996125rem;font-style:normal;display:block; }
#mmwl9TzUAv8KLw9L4prwJCuZE9AsIGzT { color:rgba(var(--color-tertiary-2),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:18.5625rem;left:1rem;height:8.3984375rem;font-style:normal;display:block; }
#DbGRpvts9ZKp1y6g3wZ2RaWli0bJ0yH7 { box-sizing:content-box;height:32.8125rem;width:23.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.6875rem;left:49.375rem;display:block; }
#dUM8CNMUeaItmWAnQOgmkuPhW9ATapbZ { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.9375rem;left:50.875rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-form-header {  }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.875rem;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;overflow:hidden; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-3),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),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:18.875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-3),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),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:18.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),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:18.875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .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; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);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:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.5rem;overflow:hidden;font-style:normal; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .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; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-container:first-of-type{padding-top:0;}#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-container:last-of-type{padding-bottom:0;}#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:6.8125rem;left:50.1875rem; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.875rem; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 {display:block;}#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:6.8125rem;left:50.1875rem; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #Rdsn11bcyAXagT0VAtlcVSE7HFdc3bMJ { position:relative; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #cLufiVPWBxIH8w4uEws9CvGf8o6OnO9m { position:relative;display:block; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #npW2IZc4vJhz49nOadZN6rTaFtWAkXvh { position:relative; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #uBP5EDmoAgHhVEoHioOJmcZFHbyVcHlw { position:relative; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #ySKJvuZ3waPr5fzRHayeJCFJl1PETXaC { position:relative;display:block; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #bziNq6o7BUy9kItpG9yJr4LQ8Mdyvob3 { position:relative; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #wTzLGpbJshMtsdToueDn9Iqii546qE0E { position:relative; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #eV3gOCveqzoAWUxf9cLT4kAiBxTxawIv { position:relative;display:block; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #ggy6zbMiCeAXdgA3LXpLFJgNLPCcGIWy { position:relative; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #e3shRoHXtgz9vaGRDhU3av6n2kR8M4Sk { position:relative; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #KzLv3qGUcvXqI2Jp6HHOrBZbXNPgFQPX { position:relative;display:block; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #nVku68HWM6f75kZPA5whDdT9WsBfX7AT { position:relative; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #EyBTu26S5OU1NVqRfVJ5T40VXB6ybBXC { position:relative; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #KTZoMOnMKGTQ8xa0p2tpbx6OAhXnteyr { position:relative;display:block; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #xqSdS5rlISVm53CfTWpohkRBuEdnPWRH { position:relative; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #m1aKPT0fGJXGVc6bqSuu1kxRCV4G5vrw { position:relative; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #VPdf4pBx5HwOJrQZGo7rIMdhLuvPgvef { position:relative; }
#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row .container { background-color: transparent; background-image: none; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row .container > .video-iframe-container { display: none; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row > .video-iframe-container { display: none; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .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); }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row .container { border-width: 0; border-radius: 0; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#TV7wauUzVXOPlNkJ9tUnWlK6zQF1uNVa { display:block;width:60.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.8125rem;z-index:15004;line-height:1.4;top:1.994140625rem;left:7.125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:rgba(var(--color-tertiary-2),1);font-weight:700;height:;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; }
#QrkBZ22B25GrdDos6a7PD1sHTtDbfrva { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#QrkBZ22B25GrdDos6a7PD1sHTtDbfrva > .row .container { background-color: transparent; background-image: none; }#QrkBZ22B25GrdDos6a7PD1sHTtDbfrva::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrkBZ22B25GrdDos6a7PD1sHTtDbfrva > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrkBZ22B25GrdDos6a7PD1sHTtDbfrva > .row .container > .video-iframe-container { display: none; }#QrkBZ22B25GrdDos6a7PD1sHTtDbfrva > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrkBZ22B25GrdDos6a7PD1sHTtDbfrva > .row > .video-iframe-container { display: none; }#QrkBZ22B25GrdDos6a7PD1sHTtDbfrva > .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); }#QrkBZ22B25GrdDos6a7PD1sHTtDbfrva > .row .container { border-width: 0; border-radius: 0; }#QrkBZ22B25GrdDos6a7PD1sHTtDbfrva > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QrkBZ22B25GrdDos6a7PD1sHTtDbfrva > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#R4JZyyNGAvGlHZy8WIPtXvktOxMKJ0xJ { position:absolute;display:block;z-index:15016;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:40.375rem;width:40.375rem;top:0rem;left:16.75rem;overflow:hidden;display:block; }
#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { background-color: transparent; background-image: none; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container > .video-iframe-container { display: none; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row > .video-iframe-container { display: none; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .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); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { border-width: 0; border-radius: 0; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#zVTUuzttxTRfcDsxMrqyOKxUFadWP8tr { display:block;width:56rem;position:absolute;font-family:"plus jakarta sans";font-size:2.6875rem;z-index:15003;line-height:1.1;top:3.54345703125rem;left:9.5rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:rgba(var(--color-tertiary-4),1);font-weight:700;height:2.95605625rem;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; }
#nM8JdoFabvifvW5wTBblteOvrvORpU2V { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { background-color: transparent; background-image: none; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container > .video-iframe-container { display: none; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row > .video-iframe-container { display: none; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .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); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { border-width: 0; border-radius: 0; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#oDLD1Hp02uBxr7skcK8uMDynmS8AW8c5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21rem;width:33.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.5361328125rem;left:1.84375rem;overflow:hidden;display:block; }
#VbtML3zHgyaPCAfhf84uxtuwRh5BBXLw { display:block;width:34.875rem;position:absolute;font-family:eczar;font-size:1.4375rem;z-index:15002;line-height:1.4;top:3.9111328125rem;left:38.8125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:rgba(var(--color-primary-2),1);font-weight:lighter;height:22.12896875rem;text-align:left;text-align-last:left;display:block; }
#SaeUEk5OVu5V6Fisrk2GQTka1IaRXIXH { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:3.3125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:30.6796875rem;left:8.21875rem;display:block; }
#FLVVJC81XTKFxSLDWOTrZuLfzsVmT91L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { background-color: transparent; background-image: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container > .video-iframe-container { display: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row > .video-iframe-container { display: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .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); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { border-width: 0; border-radius: 0; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#z1hfTrxKcmvN68cw4UT9m2S0fwzk513F { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"plus jakarta sans";font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.333984375rem;left:21.75rem;height:2.95605625rem;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; }
#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { background-color: transparent; background-image: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container > .video-iframe-container { display: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row > .video-iframe-container { display: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .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); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { border-width: 0; border-radius: 0; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#z0tJtS2s9ohqv9tKQJscUMGtS4FiKhc3 { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:2.9375rem;left:2.75rem;height:25.59375rem;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; }
#KhSd7lDD4u6PgUSiWln4g0P5o082nkaD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;height:28.875rem;width:23.0625rem;top:2.9375rem;left:45.25rem;overflow:hidden;display:block; }
#CNsJvNXkMIcgxOn7WxBfblogSE84IsAI { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:3.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:33.5859375rem;left:2.75rem;display:block; }
#J8OZh78gS1Jq7p4XU29ESLoIyE58Xfle { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ { background-color:rgba(var(--color-primary-2),0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container { background-color: transparent; background-image: none; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container > .video-iframe-container { display: none; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row > .video-iframe-container { display: none; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .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); }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container { border-width: 0; border-radius: 0; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#chEp1EfI1NAsqDPD5oplpRxHSTQqud3o { display:block;width:21.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:2.6875rem;z-index:15002;line-height:1;top:2.625rem;left:26.78125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:rgba(var(--color-tertiary-2),1);font-weight:700;height:2.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container { background-color: transparent; background-image: none; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container > .video-iframe-container { display: none; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row > .video-iframe-container { display: none; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .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); }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container { border-width: 0; border-radius: 0; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#lRIoXvA2LPBTmkRRMGO5KuBVTSs0pNMo { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;z-index:15003;line-height:1;top:11.625rem;left:3.125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:rgba(var(--color-tertiary-0),1);font-weight:700;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ddTaAw6CZ2OiOwaOwzm9ia46TzITCTrA { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15005;top:4.125rem;left:9.3125rem;display:block; }
#mOMGTbkQpZ4d9PtoX5zlpKqhFkFv3y1q { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15007;top:4.125rem;left:33.75rem;display:block; }
#m0S0PLrLdPnw7p0wLSPrFD0FcAkaQI1K { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;z-index:15004;line-height:1;top:11.625rem;left:28.125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:rgba(var(--color-tertiary-0),1);font-weight:700;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vk8kRK9msWK5wUtmQXE6zTLoT8aiXpFB { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15009;top:4rem;left:59.375rem;display:block; }
#yUKlu7vIOdDuiFEbKclX3qUKw1RsubuE { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;z-index:15005;line-height:1;top:11.6875rem;left:53.125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:rgba(var(--color-tertiary-0),1);font-weight:700;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BiSc76dnF43iQ6UNG38eTBomunTE0esR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.6875rem;left:9.875rem; }
#ROlyUEggp1LXR9zxhImKWbgBdTauqdcM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.8125rem;left:34.4375rem; }
#DdD9XCFvOzsna42VSuUTyWKR4KOBD5ig { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.0625rem;left:60.3125rem; }
#zc99nXrLsWfJ2kDxsJ6LXDlV1vPCQNeO { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:3.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:18.53125rem;left:26.96875rem;display:block; }
#tyWGSFnMPhSI1saTVr35hVqOqZSVoPqk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ppyP1cgIqbGpythAOKMK5N9kto4KZCTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ppyP1cgIqbGpythAOKMK5N9kto4KZCTi > .row .container { background-color: transparent; background-image: none; }#ppyP1cgIqbGpythAOKMK5N9kto4KZCTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppyP1cgIqbGpythAOKMK5N9kto4KZCTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppyP1cgIqbGpythAOKMK5N9kto4KZCTi > .row .container > .video-iframe-container { display: none; }#ppyP1cgIqbGpythAOKMK5N9kto4KZCTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppyP1cgIqbGpythAOKMK5N9kto4KZCTi > .row > .video-iframe-container { display: none; }#ppyP1cgIqbGpythAOKMK5N9kto4KZCTi > .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); }#ppyP1cgIqbGpythAOKMK5N9kto4KZCTi > .row .container { border-width: 0; border-radius: 0; }#ppyP1cgIqbGpythAOKMK5N9kto4KZCTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ppyP1cgIqbGpythAOKMK5N9kto4KZCTi > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#FusHHPNEiqxDFoX3GdXwm5K1oriHnmbr { box-sizing:content-box;height:21.5625rem;width:72.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.4375rem;left:1.0625rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-3),0.5) ;display:block; }
#rtGEnBffmkca8AQbRhltotpRl1so8WRh { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11rem;left:36.1875rem;overflow:hidden;display:block; }
#JM0E5ATUKLBh2feyLOIA5lK9FMEliq3l { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:35.3125rem;display:block; }
#JhpO6t7HcOVaA32mWRas201forHLrLcH { color:#d1c30f;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.3125rem;left:3.8125rem;height:1.625rem;display:block; }
#a1AHqF0u3k7MoekhgbMZAkuhFkFbp0w3 { color:rgba(var(--color-primary-4),1);display:block;width:66.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18.9375rem;left:3.8125rem;height:6.75rem;text-align:left;text-align-last:left;font-style:italic;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; }
#FN2DN8fqiV0XgIda1S16NeOWPm2sAsu5 { color:rgba(var(--color-primary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.9375rem;left:3.8125rem;height:1.625rem;display:block; }
#apTfWsZ0xNcNCyqJu4JvkhT8tDOPMi7T { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:4.27490234375rem;left:18.59375rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JLWtf7FZz6vH6Eovs4uDOk9KkGt1ABcH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLWtf7FZz6vH6Eovs4uDOk9KkGt1ABcH > .row .container { background-color: transparent; background-image: none; }#JLWtf7FZz6vH6Eovs4uDOk9KkGt1ABcH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLWtf7FZz6vH6Eovs4uDOk9KkGt1ABcH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLWtf7FZz6vH6Eovs4uDOk9KkGt1ABcH > .row .container > .video-iframe-container { display: none; }#JLWtf7FZz6vH6Eovs4uDOk9KkGt1ABcH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLWtf7FZz6vH6Eovs4uDOk9KkGt1ABcH > .row > .video-iframe-container { display: none; }#JLWtf7FZz6vH6Eovs4uDOk9KkGt1ABcH > .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); }#JLWtf7FZz6vH6Eovs4uDOk9KkGt1ABcH > .row .container { border-width: 0; border-radius: 0; }#JLWtf7FZz6vH6Eovs4uDOk9KkGt1ABcH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLWtf7FZz6vH6Eovs4uDOk9KkGt1ABcH > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#LqKphNUVfn6rt0fzh9Cg1oOwTUMTIf1b { box-sizing:content-box;height:22.5rem;width:23.0625rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.8125rem;left:25.96875rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-3),0.5) ;display:block; }
#fqvdP1dtB6XwN7tCIVgHJhKtTf7uqgrN { 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:2.8125rem;width:2.8125rem;top:2.40625rem;left:36.09375rem;overflow:hidden;display:block; }
#Utbfym5c5FA6p3hAbJ2Am9itgeuGu1yD { box-sizing:content-box;height:22.5rem;width:23.0605625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.8125rem;left:50.96923828125rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-3),0.5) ;display:block; }
#i4vX4S93AwBqLR8RJs826RFxrsFho5Rf { box-sizing:content-box;height:22.5rem;width:23.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.8125rem;left:0.96875rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-3),0.5) ;display:block; }
#bm8l6ZRyV4cWBQVBUMNUsLZUyO2GKVxg { color:rgba(var(--color-primary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.9375rem;left:2.625rem;height:1.625rem;display:block; }
#q996gU1755eR2zlJvyUzGVwf5hFWi9rn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.40625rem;left:11.09375rem;overflow:hidden;display:block; }
#kTbIfQIVNPmZ9JEFGeAdlPVeDQILqfoI { 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:2.8125rem;width:2.8125rem;top:2.40625rem;left:61.09375rem;overflow:hidden;display:block; }
#nBg2LD3iqWuT2wKt56Tndi5ytkhpt6iR { color:rgba(var(--color-primary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:9.5rem;left:2.625rem;height:10.125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#TpB8yzDEtFesU4EcJnDm0XaJku0FQSoT { color:rgba(var(--color-primary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14998;line-height:1.5;letter-spacing:0;top:9.5rem;left:27.625rem;height:13.5rem;text-align:left;text-align-last:left;font-style:italic;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; }
#nMkr8aazNTpDCiq73imc8L0pkmmozz4h { color:rgba(var(--color-primary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:9.5rem;left:52.625rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#nygKqdBeIlN1UT5wrtHkGX7JvD8bKi9o { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:10.25rem;display:block; }
#pJAhpAr3tdpZdDtJQ5IqyQzybXkwyohf { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:35.25rem;display:block; }
#rngt7DgFtCRzdT99zhrKxSn6ikOdAXq9 { color:rgba(var(--color-primary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.8125rem;left:27.625rem;height:1.625rem;display:block; }
#LhXePSA4wXTu3Fq1UEHyrGS7cgbWmIZZ { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:60.25rem;display:block; }
#OSfXlwUQrA82wHbJ3qcchX1TGoq8MFS8 { color:rgba(var(--color-primary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.8125rem;left:52.625rem;height:1.625rem;display:block; }
#p5X3KUHdtZAU448lrDaT9soWtq1WB6W7 { color:#d1c30f;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.1875rem;left:2.625rem;height:1.625rem;display:block; }
#DnuEnZv2zmw7ccGaNVg0uhs4pPTFJ5sy { color:#d1c30f;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.1875rem;left:27.625rem;height:1.625rem;display:block; }
#Ahu8dMyTIWNpzq4WOPMIZznSbsRboiTl { color:#d1c30f;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.1875rem;left:52.625rem;height:1.625rem;display:block; }
#XfqozgMsocFiWnJHqCEQE4zUwQaEnqAZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.53125rem;left:26.96875rem;display:block; }
#GoMfzTT4sqLVp5ssD6nrnkwuOMGVrvWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc367391-8331-470f-abb2-6b438c682e78/iStock1057613520.jpg");background-position:center !important;background-repeat: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; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw.adaptive-delivery-prevent-bg, #DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw.lazyload, #DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw.lazyloading { background-image: none; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container { background-color: transparent; background-image: none; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container > .video-iframe-container { display: none; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row > .video-iframe-container { display: none; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .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); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container { border-width: 0; border-radius: 0; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#xwOuxUIOm0Qk6bp474nCDslMp5J9liaa { color:#ffffff;display:block;width:44.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.5625rem;left:15.46875rem;height:3.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#stRFAtpJJRlvVodTz5rlA6xJltmd2bBe { color:#ffffff;display:block;width:51.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:11.6875rem;left:11.9375rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yt5duElRv6n4bX2oXd73vuE9h79LbTTx { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.4375rem;left:27rem;display:block; }
#vyuabxnV8cWfNyDE1ZECSMqeDznHmGTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { background-color: transparent; background-image: none; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container > .video-iframe-container { display: none; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row > .video-iframe-container { display: none; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .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); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { border-width: 0; border-radius: 0; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#AwNO6ueNns8E7Vkuuu7bdduHqNBRr4bc { display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;z-index:15001;line-height:1;top:2.3125rem;left:49.6875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:rgba(var(--color-tertiary-1),1);font-weight:lighter;height:1rem;text-align:right;text-align-last:right;display:block; }
#O8CfhObPbF7bAtOEJLlQvz6F3LVrNT9T { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.125rem;left:59.3125rem;display:block; }
#tHwr1m7B7cDcvlMCoA2Tiv8wNkdbXohs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OypTgfRbX5G4dOtDCr5qDf8LccSWxugC { position:absolute;display:block;z-index:15014;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.25rem;width:18.1875rem;top:0.9375rem;left:5.125rem;overflow:hidden;display:block; }
#XkzreE8OuuQeePI7XhLrsl65qk5Z2Krn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:0.9375rem;left:47.25rem; }
#XkzreE8OuuQeePI7XhLrsl65qk5Z2Krn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#NLbs7sDqe4W6uADQZLPdOX4Pm92uFEfe { color:rgba(var(--color-primary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:0.9375rem;left:50.625rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bFwxPNVpqfx3ITDeeaCbwW9aAetvhFV3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:4rem;left:47.3125rem; }
#bFwxPNVpqfx3ITDeeaCbwW9aAetvhFV3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#M3EJIeQ6zurermUDoW4et1htQ05NMyTg { color:rgba(var(--color-primary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:4.1875rem;left:50.6875rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sP2fhS9VXekZQ0T3BWszmOTbLsB09vDy { 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:15024;opacity:1;top:6.5rem;left:47.25rem; }
#a0dtGrDvJXqMfKpm5RDH8aG3qXy8piWs { color:rgba(var(--color-primary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:6.8125rem;left:50.6875rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h55Of5878Vpkfp6cNlU8GnmZyve3gxiR { color:rgba(var(--color-primary-2),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:11.75rem;left:23.25rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#bswPRhCvgJEqTKXTtbgibQtlKsoWaNd8 { color:rgba(var(--color-primary-2),1);display:block;width:27.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.1875rem;left:23.3125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IbcSs75tDTunQfWI8lyPB7p9vzIBUKBn { display:block; }#IbcSs75tDTunQfWI8lyPB7p9vzIBUKBn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBBEH9ybdUD1oVsP2ohGSw5b8uZDNJW0 { top:1.625rem;left:0rem;width:14.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBWZxwUbuJvmnrv5emKLdK9ilxAOdROk { width:18.375rem;height:3.625rem;top:1.8125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhfUgoJT5GXxGnTTuEWnPlhLs9aHTkuR { display:block; }
 }@media only screen and (max-width: 763px) { #Ns4bfAIrbudu5HIMqTCVpwA811969t5a { top:0.9375rem;left:0rem;width:18.1875rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb { display:block; }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgVMHl0FExFTztHfyaWyLfZVRR8XuHbs { width:20rem;height:3.75rem;top:3.9375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT0Hat0sCp6eL7gTRQ0UFy2MM8Xwlo7I { display:block; }
 }@media only screen and (max-width: 763px) { #dGD87im1pDetT2pBb7Qc5bSQb2065736 { top:9.3125rem;left:0rem;width:41.5rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrTNdsmctXkHiw9pJfE0MTnBAKuwD6HX { top:14.6875rem;left:0rem;width:39.9375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmwl9TzUAv8KLw9L4prwJCuZE9AsIGzT { top:18.5625rem;left:0rem;width:36.9375rem;height:8.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbGRpvts9ZKp1y6g3wZ2RaWli0bJ0yH7 { top:3.6875rem;left:24.5rem;width:23.25rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUM8CNMUeaItmWAnQOgmkuPhW9ATapbZ { top:4.9375rem;left:27.75rem;width:20rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-regular-label { width:18.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-text { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-textarea { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-select { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-button { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-checkbox-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3  { width:18.875rem;height:auto;top:6.8125rem;left:26.375rem; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .radio-container { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 {display:block;}#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 { width:18.875rem;height:auto;top:6.8125rem;left:26.375rem; }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #Rdsn11bcyAXagT0VAtlcVSE7HFdc3bMJ {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #cLufiVPWBxIH8w4uEws9CvGf8o6OnO9m {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #npW2IZc4vJhz49nOadZN6rTaFtWAkXvh {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #uBP5EDmoAgHhVEoHioOJmcZFHbyVcHlw {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #ySKJvuZ3waPr5fzRHayeJCFJl1PETXaC {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #bziNq6o7BUy9kItpG9yJr4LQ8Mdyvob3 {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #wTzLGpbJshMtsdToueDn9Iqii546qE0E {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #eV3gOCveqzoAWUxf9cLT4kAiBxTxawIv {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #ggy6zbMiCeAXdgA3LXpLFJgNLPCcGIWy {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #e3shRoHXtgz9vaGRDhU3av6n2kR8M4Sk {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #KzLv3qGUcvXqI2Jp6HHOrBZbXNPgFQPX {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #nVku68HWM6f75kZPA5whDdT9WsBfX7AT {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #EyBTu26S5OU1NVqRfVJ5T40VXB6ybBXC {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #KTZoMOnMKGTQ8xa0p2tpbx6OAhXnteyr {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #xqSdS5rlISVm53CfTWpohkRBuEdnPWRH {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #m1aKPT0fGJXGVc6bqSuu1kxRCV4G5vrw {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #VPdf4pBx5HwOJrQZGo7rIMdhLuvPgvef {  }
 }@media only screen and (max-width: 763px) { #MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H { display:block; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV7wauUzVXOPlNkJ9tUnWlK6zQF1uNVa { z-index:15001;top:3.125rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrkBZ22B25GrdDos6a7PD1sHTtDbfrva { display:block; }#QrkBZ22B25GrdDos6a7PD1sHTtDbfrva > .row .container { width:47.75rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4JZyyNGAvGlHZy8WIPtXvktOxMKJ0xJ { top:0rem;left:0rem;width:40.375rem;height:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R { display:block; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVTUuzttxTRfcDsxMrqyOKxUFadWP8tr { z-index:15001;top:3.125rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM8JdoFabvifvW5wTBblteOvrvORpU2V { display:block; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { width:47.75rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDLD1Hp02uBxr7skcK8uMDynmS8AW8c5 { width:23rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbtML3zHgyaPCAfhf84uxtuwRh5BBXLw { z-index:15001;width:22.8125rem;height:17.8125rem;top:0rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaeUEk5OVu5V6Fisrk2GQTka1IaRXIXH { width:21.0625rem;height:3.3125rem;top:30.625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLVVJC81XTKFxSLDWOTrZuLfzsVmT91L { display:block; }
 }@media only screen and (max-width: 763px) { #nQsd413ecT0eOBx8TumhpklVLxVTXBB8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { background-color: transparent; background-image: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container > .video-iframe-container { display: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row > .video-iframe-container { display: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .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); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { border-width: 0; border-radius: 0; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1hfTrxKcmvN68cw4UT9m2S0fwzk513F { width:31.5rem;height:2.9375rem;top:3.3125rem;left:8.125rem;font-size:1.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { background-color: transparent; background-image: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container > .video-iframe-container { display: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row > .video-iframe-container { display: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .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); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { border-width: 0; border-radius: 0; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0tJtS2s9ohqv9tKQJscUMGtS4FiKhc3 { width:35.1875rem;height:27.5625rem;top:2.9375rem;left:0rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KhSd7lDD4u6PgUSiWln4g0P5o082nkaD { top:2.9375rem;left:24.6875rem;width:23.0625rem;height:28.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #CNsJvNXkMIcgxOn7WxBfblogSE84IsAI { width:21.0625rem;height:3.3125rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8OZh78gS1Jq7p4XU29ESLoIyE58Xfle { display:block; }
 }@media only screen and (max-width: 763px) { #FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ { display:block; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container { width:47.75rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chEp1EfI1NAsqDPD5oplpRxHSTQqud3o { z-index:15001;top:3.125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg { display:block; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container { width:47.75rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRIoXvA2LPBTmkRRMGO5KuBVTSs0pNMo { z-index:15001;width:14.6875rem;height:3.25rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTaAw6CZ2OiOwaOwzm9ia46TzITCTrA { width:6.25rem;height:6.25rem;top:3.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOMGTbkQpZ4d9PtoX5zlpKqhFkFv3y1q { width:6.25rem;height:6.25rem;top:3.125rem;left:20.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0S0PLrLdPnw7p0wLSPrFD0FcAkaQI1K { z-index:15001;width:14.6875rem;height:3.25rem;top:10.3125rem;left:16.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk8kRK9msWK5wUtmQXE6zTLoT8aiXpFB { width:6.25rem;height:6.25rem;top:3.0625rem;left:36.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUKlu7vIOdDuiFEbKclX3qUKw1RsubuE { z-index:15001;width:14.6875rem;height:3.25rem;top:10.3125rem;left:32.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiSc76dnF43iQ6UNG38eTBomunTE0esR { top:4.6875rem;left:5.3125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROlyUEggp1LXR9zxhImKWbgBdTauqdcM { top:4.8125rem;left:20.75rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdD9XCFvOzsna42VSuUTyWKR4KOBD5ig { top:5.0625rem;left:37.5rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc99nXrLsWfJ2kDxsJ6LXDlV1vPCQNeO { width:21.0625rem;height:3.3125rem;top:18.5rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyWGSFnMPhSI1saTVr35hVqOqZSVoPqk { display:block; }
 }@media only screen and (max-width: 763px) { #ppyP1cgIqbGpythAOKMK5N9kto4KZCTi { display:block; }#ppyP1cgIqbGpythAOKMK5N9kto4KZCTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FusHHPNEiqxDFoX3GdXwm5K1oriHnmbr { top:12.4375rem;left:0rem;width:47.75rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtGEnBffmkca8AQbRhltotpRl1so8WRh { top:11rem;left:22.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM0E5ATUKLBh2feyLOIA5lK9FMEliq3l { top:10.125rem;left:21.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhpO6t7HcOVaA32mWRas201forHLrLcH { top:16.3125rem;left:0rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1AHqF0u3k7MoekhgbMZAkuhFkFbp0w3 { width:47.75rem;height:6.75rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN2DN8fqiV0XgIda1S16NeOWPm2sAsu5 { top:28.9375rem;left:0rem;width:9.9375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apTfWsZ0xNcNCyqJu4JvkhT8tDOPMi7T { top:4.25rem;left:4.96875rem;width:37.8125rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLWtf7FZz6vH6Eovs4uDOk9KkGt1ABcH { display:block; }#JLWtf7FZz6vH6Eovs4uDOk9KkGt1ABcH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqKphNUVfn6rt0fzh9Cg1oOwTUMTIf1b { top:3.8125rem;left:8.6875rem;width:23.0625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqvdP1dtB6XwN7tCIVgHJhKtTf7uqgrN { top:2.375rem;left:22.40625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utbfym5c5FA6p3hAbJ2Am9itgeuGu1yD { top:3.8125rem;left:24.625rem;width:23.0625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4vX4S93AwBqLR8RJs826RFxrsFho5Rf { top:3.8125rem;left:0rem;width:23.0625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm8l6ZRyV4cWBQVBUMNUsLZUyO2GKVxg { top:22.9375rem;left:0rem;width:9.9375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q996gU1755eR2zlJvyUzGVwf5hFWi9rn { top:2.375rem;left:6.53125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTbIfQIVNPmZ9JEFGeAdlPVeDQILqfoI { top:2.375rem;left:38.28125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBg2LD3iqWuT2wKt56Tndi5ytkhpt6iR { width:19.75rem;height:11.8125rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpB8yzDEtFesU4EcJnDm0XaJku0FQSoT { width:20.625rem;height:13.5rem;top:9.5rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMkr8aazNTpDCiq73imc8L0pkmmozz4h { width:20.6875rem;height:13.5rem;top:9.5rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nygKqdBeIlN1UT5wrtHkGX7JvD8bKi9o { top:1.5625rem;left:5.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJAhpAr3tdpZdDtJQ5IqyQzybXkwyohf { top:1.5625rem;left:21.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rngt7DgFtCRzdT99zhrKxSn6ikOdAXq9 { top:23.8125rem;left:15.875rem;width:9.9375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhXePSA4wXTu3Fq1UEHyrGS7cgbWmIZZ { top:1.5625rem;left:37.4375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSfXlwUQrA82wHbJ3qcchX1TGoq8MFS8 { top:23.8125rem;left:31.75rem;width:9.9375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5X3KUHdtZAU448lrDaT9soWtq1WB6W7 { top:7.1875rem;left:0rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnuEnZv2zmw7ccGaNVg0uhs4pPTFJ5sy { top:7.1875rem;left:15.875rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahu8dMyTIWNpzq4WOPMIZznSbsRboiTl { top:7.1875rem;left:31.75rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfqozgMsocFiWnJHqCEQE4zUwQaEnqAZ { width:21.0625rem;height:3.3125rem;top:29.5rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoMfzTT4sqLVp5ssD6nrnkwuOMGVrvWA { display:block; }
 }@media only screen and (max-width: 763px) { #DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw { display:block; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwOuxUIOm0Qk6bp474nCDslMp5J9liaa { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stRFAtpJJRlvVodTz5rlA6xJltmd2bBe { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt5duElRv6n4bX2oXd73vuE9h79LbTTx { width:21.0625rem;height:3.3125rem;top:22.4375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyuabxnV8cWfNyDE1ZECSMqeDznHmGTi { display:block; }
 }@media only screen and (max-width: 763px) { #xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 { display:block; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwNO6ueNns8E7Vkuuu7bdduHqNBRr4bc { z-index:15001;top:2.6875rem;left:35.1875rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8CfhObPbF7bAtOEJLlQvz6F3LVrNT9T { width:8.1875rem;height:1.5625rem;top:2.125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHwr1m7B7cDcvlMCoA2Tiv8wNkdbXohs { display:block; }
 }@media only screen and (max-width: 763px) { #OypTgfRbX5G4dOtDCr5qDf8LccSWxugC { top:0.9375rem;left:0rem;width:18.1875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkzreE8OuuQeePI7XhLrsl65qk5Z2Krn { top:0.9375rem;left:33.625rem;width:1.875rem;height:1.875rem;display:block; }
#XkzreE8OuuQeePI7XhLrsl65qk5Z2Krn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #NLbs7sDqe4W6uADQZLPdOX4Pm92uFEfe { top:0.9375rem;left:31.4375rem;width:16.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFwxPNVpqfx3ITDeeaCbwW9aAetvhFV3 { top:4rem;left:33.6875rem;width:1.875rem;height:1.875rem;display:block; }
#bFwxPNVpqfx3ITDeeaCbwW9aAetvhFV3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #M3EJIeQ6zurermUDoW4et1htQ05NMyTg { top:4.1875rem;left:31.4375rem;width:16.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP2fhS9VXekZQ0T3BWszmOTbLsB09vDy { top:6.5rem;left:33.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0dtGrDvJXqMfKpm5RDH8aG3qXy8piWs { top:6.8125rem;left:33.1875rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h55Of5878Vpkfp6cNlU8GnmZyve3gxiR { top:11.75rem;left:9.625rem;width:28.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bswPRhCvgJEqTKXTtbgibQtlKsoWaNd8 { top:14.1875rem;left:9.6875rem;width:27.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IbcSs75tDTunQfWI8lyPB7p9vzIBUKBn { display:block; }#IbcSs75tDTunQfWI8lyPB7p9vzIBUKBn > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBBEH9ybdUD1oVsP2ohGSw5b8uZDNJW0 { width:10rem;height:2rem;top:0.9375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBWZxwUbuJvmnrv5emKLdK9ilxAOdROk { width:15.875rem;height:2.75rem;top:7.21875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhfUgoJT5GXxGnTTuEWnPlhLs9aHTkuR { display:block; }
 }@media only screen and (max-width: 763px) { #Ns4bfAIrbudu5HIMqTCVpwA811969t5a { width:13.6875rem;height:3.8125rem;top:1.125rem;left:3.15625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/957c0b66-da24-40bc-b9a0-12e83a9f5d6a/noroot");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb.adaptive-delivery-prevent-bg, #naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb.lazyload, #naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb.lazyloading { background-image: none; }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .row .container { background-color: transparent; background-image: none; }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .row .container > .video-iframe-container { display: none; }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .row > .video-iframe-container { display: none; }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .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); }#naXEIZDD5QCnBd7aFQ4mTv07O7GOrRpb > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgVMHl0FExFTztHfyaWyLfZVRR8XuHbs { width:20rem;height:3.75rem;top:11.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uT0Hat0sCp6eL7gTRQ0UFy2MM8Xwlo7I { display:block; }
 }@media only screen and (max-width: 763px) { #dGD87im1pDetT2pBb7Qc5bSQb2065736 { width:20rem;height:6.125rem;top:1.625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WrTNdsmctXkHiw9pJfE0MTnBAKuwD6HX { width:20rem;height:2.9746125rem;top:9.5625rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mmwl9TzUAv8KLw9L4prwJCuZE9AsIGzT { width:20rem;height:6.9970625rem;top:12.6875rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DbGRpvts9ZKp1y6g3wZ2RaWli0bJ0yH7 { width:20rem;height:33.125rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUM8CNMUeaItmWAnQOgmkuPhW9ATapbZ { width:20rem;height:2.51855625rem;top:23.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-regular-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-text { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.375rem; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-textarea { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-select { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-input-button { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .widget-checkbox-label { width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3  { width:16.4375rem;height:auto;top:25.6875rem;left:0.5625rem; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 .radio-container { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 {display:block;}#ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 { width:16.4375rem;height:auto;top:25.6875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #Rdsn11bcyAXagT0VAtlcVSE7HFdc3bMJ {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #cLufiVPWBxIH8w4uEws9CvGf8o6OnO9m {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #npW2IZc4vJhz49nOadZN6rTaFtWAkXvh {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #uBP5EDmoAgHhVEoHioOJmcZFHbyVcHlw {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #ySKJvuZ3waPr5fzRHayeJCFJl1PETXaC {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #bziNq6o7BUy9kItpG9yJr4LQ8Mdyvob3 {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #wTzLGpbJshMtsdToueDn9Iqii546qE0E {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #eV3gOCveqzoAWUxf9cLT4kAiBxTxawIv {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #ggy6zbMiCeAXdgA3LXpLFJgNLPCcGIWy {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #e3shRoHXtgz9vaGRDhU3av6n2kR8M4Sk {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #KzLv3qGUcvXqI2Jp6HHOrBZbXNPgFQPX {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #nVku68HWM6f75kZPA5whDdT9WsBfX7AT {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #EyBTu26S5OU1NVqRfVJ5T40VXB6ybBXC {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #KTZoMOnMKGTQ8xa0p2tpbx6OAhXnteyr {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #xqSdS5rlISVm53CfTWpohkRBuEdnPWRH {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #m1aKPT0fGJXGVc6bqSuu1kxRCV4G5vrw {  }
 }@media only screen and (max-width: 763px) { #ydZseTfd6NKVpKZxLHI6bUvx0lxZ5pT3 #VPdf4pBx5HwOJrQZGo7rIMdhLuvPgvef {  }
 }@media only screen and (max-width: 763px) { #MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H { display:block; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV7wauUzVXOPlNkJ9tUnWlK6zQF1uNVa { z-index:15001;top:0.96875rem;left:2.28125rem;width:15.4375rem;height:5.90625rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:"plus jakarta sans";line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QrkBZ22B25GrdDos6a7PD1sHTtDbfrva { display:block; }#QrkBZ22B25GrdDos6a7PD1sHTtDbfrva > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4JZyyNGAvGlHZy8WIPtXvktOxMKJ0xJ { width:20rem;height:20rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R { display:block; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVTUuzttxTRfcDsxMrqyOKxUFadWP8tr { z-index:15001;top:1.6591796875rem;left:0rem;width:20rem;height:3.57421875rem;text-align:center;text-align-last:center;font-size:1.625rem;font-family:"plus jakarta sans";display:block; }
 }@media only screen and (max-width: 763px) { #nM8JdoFabvifvW5wTBblteOvrvORpU2V { display:block; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDLD1Hp02uBxr7skcK8uMDynmS8AW8c5 { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbtML3zHgyaPCAfhf84uxtuwRh5BBXLw { z-index:15001;top:14.4375rem;left:0rem;width:20rem;height:25.18746875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SaeUEk5OVu5V6Fisrk2GQTka1IaRXIXH { width:19rem;height:3.3125rem;top:41.8818359375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLVVJC81XTKFxSLDWOTrZuLfzsVmT91L { display:block; }
 }@media only screen and (max-width: 763px) { #nQsd413ecT0eOBx8TumhpklVLxVTXBB8 { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { background-color: transparent; background-image: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container > .video-iframe-container { display: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row > .video-iframe-container { display: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .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); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { border-width: 0; border-radius: 0; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1hfTrxKcmvN68cw4UT9m2S0fwzk513F { width:20rem;height:1.99401875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#000000;font-family:"plus jakarta sans";display:block; }
 }@media only screen and (max-width: 763px) { #Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { background-color: transparent; background-image: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container > .video-iframe-container { display: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row > .video-iframe-container { display: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .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); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { border-width: 0; border-radius: 0; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0tJtS2s9ohqv9tKQJscUMGtS4FiKhc3 { width:20rem;height:35.4375rem;top:1.90625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KhSd7lDD4u6PgUSiWln4g0P5o082nkaD { width:16.75rem;height:20.9375rem;top:39.53125rem;left:1.5927734375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #CNsJvNXkMIcgxOn7WxBfblogSE84IsAI { width:19rem;height:3.3125rem;top:63.28125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8OZh78gS1Jq7p4XU29ESLoIyE58Xfle { display:block; }
 }@media only screen and (max-width: 763px) { #FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ { display:block; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chEp1EfI1NAsqDPD5oplpRxHSTQqud3o { z-index:15001;width:20rem;height:2.68115rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2.0625rem;font-family:"plus jakarta sans";display:block; }
 }@media only screen and (max-width: 763px) { #fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg { display:block; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRIoXvA2LPBTmkRRMGO5KuBVTSs0pNMo { z-index:15001;width:18.9375rem;height:1.625rem;top:8.75rem;left:0.5rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddTaAw6CZ2OiOwaOwzm9ia46TzITCTrA { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOMGTbkQpZ4d9PtoX5zlpKqhFkFv3y1q { width:6.25rem;height:6.25rem;top:13rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0S0PLrLdPnw7p0wLSPrFD0FcAkaQI1K { z-index:15001;width:18.9375rem;height:1.625rem;top:20.5rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vk8kRK9msWK5wUtmQXE6zTLoT8aiXpFB { width:6.25rem;height:6.25rem;top:23.375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUKlu7vIOdDuiFEbKclX3qUKw1RsubuE { z-index:15001;width:18.9375rem;height:1.625rem;top:30.875rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BiSc76dnF43iQ6UNG38eTBomunTE0esR { display:flex;width:5.1875rem;height:5.1875rem;top:1.78125rem;left:7.46875rem; }
 }@media only screen and (max-width: 763px) { #ROlyUEggp1LXR9zxhImKWbgBdTauqdcM { display:flex;width:4.8125rem;height:4.8125rem;top:13.75rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #DdD9XCFvOzsna42VSuUTyWKR4KOBD5ig { display:flex;width:4.3125rem;height:4.3125rem;top:24.4375rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #zc99nXrLsWfJ2kDxsJ6LXDlV1vPCQNeO { width:19rem;height:3.3125rem;top:35.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyWGSFnMPhSI1saTVr35hVqOqZSVoPqk { display:block; }
 }@media only screen and (max-width: 763px) { #ppyP1cgIqbGpythAOKMK5N9kto4KZCTi { display:block; }#ppyP1cgIqbGpythAOKMK5N9kto4KZCTi > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FusHHPNEiqxDFoX3GdXwm5K1oriHnmbr { width:20rem;height:30.875rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtGEnBffmkca8AQbRhltotpRl1so8WRh { width:2.8125rem;height:2.8125rem;top:5.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM0E5ATUKLBh2feyLOIA5lK9FMEliq3l { width:4.5rem;height:4.5rem;top:5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhpO6t7HcOVaA32mWRas201forHLrLcH { width:9.9375rem;height:1.625rem;top:11rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1AHqF0u3k7MoekhgbMZAkuhFkFbp0w3 { width:16.9375rem;height:21rem;top:13.375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN2DN8fqiV0XgIda1S16NeOWPm2sAsu5 { width:12.5rem;height:1.54345625rem;top:35.1875rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apTfWsZ0xNcNCyqJu4JvkhT8tDOPMi7T { width:20rem;height:1.875rem;top:1.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #JLWtf7FZz6vH6Eovs4uDOk9KkGt1ABcH { display:block; }#JLWtf7FZz6vH6Eovs4uDOk9KkGt1ABcH > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqKphNUVfn6rt0fzh9Cg1oOwTUMTIf1b { width:20rem;height:21.1875rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqvdP1dtB6XwN7tCIVgHJhKtTf7uqgrN { width:2.8125rem;height:2.8125rem;top:1.46875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utbfym5c5FA6p3hAbJ2Am9itgeuGu1yD { width:20rem;height:21.6875rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4vX4S93AwBqLR8RJs826RFxrsFho5Rf { width:20rem;height:22.8125rem;top:2.875rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #bm8l6ZRyV4cWBQVBUMNUsLZUyO2GKVxg { width:9.4360625rem;height:1.54345625rem;top:22.875rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q996gU1755eR2zlJvyUzGVwf5hFWi9rn { width:2.8125rem;height:2.8125rem;top:27.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTbIfQIVNPmZ9JEFGeAdlPVeDQILqfoI { width:2.8125rem;height:2.8125rem;top:51.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBg2LD3iqWuT2wKt56Tndi5ytkhpt6iR { width:16.875rem;height:10.5rem;top:35.4375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpB8yzDEtFesU4EcJnDm0XaJku0FQSoT { width:16.4375rem;height:13.5rem;top:8.78125rem;left:1.78125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMkr8aazNTpDCiq73imc8L0pkmmozz4h { width:17.125rem;height:12rem;top:59.25rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nygKqdBeIlN1UT5wrtHkGX7JvD8bKi9o { width:4.5rem;height:4.5rem;top:0.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJAhpAr3tdpZdDtJQ5IqyQzybXkwyohf { width:4.5rem;height:4.5rem;top:27rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rngt7DgFtCRzdT99zhrKxSn6ikOdAXq9 { width:9.9375rem;height:1.54345625rem;top:47rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhXePSA4wXTu3Fq1UEHyrGS7cgbWmIZZ { width:4.5rem;height:4.5rem;top:51.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSfXlwUQrA82wHbJ3qcchX1TGoq8MFS8 { width:9.9375rem;height:1.54345625rem;top:72.25rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5X3KUHdtZAU448lrDaT9soWtq1WB6W7 { width:9.9375rem;height:1.625rem;top:6.25rem;left:1.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnuEnZv2zmw7ccGaNVg0uhs4pPTFJ5sy { width:9.9375rem;height:1.625rem;top:32.9375rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahu8dMyTIWNpzq4WOPMIZznSbsRboiTl { width:9.9375rem;height:1.625rem;top:56.75rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfqozgMsocFiWnJHqCEQE4zUwQaEnqAZ { width:19rem;height:3.3125rem;top:78.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoMfzTT4sqLVp5ssD6nrnkwuOMGVrvWA { display:block; }
 }@media only screen and (max-width: 763px) { #DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw { background-color:rgba(var(--color-primary-2),0.65);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container { background-color: transparent; background-image: none; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container > .video-iframe-container { display: none; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row > .video-iframe-container { display: none; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .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); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container { border-width: 0; border-radius: 0; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwOuxUIOm0Qk6bp474nCDslMp5J9liaa { width:16.25rem;height:4.19921875rem;top:2.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #stRFAtpJJRlvVodTz5rlA6xJltmd2bBe { width:18.4375rem;height:12rem;top:9.625rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt5duElRv6n4bX2oXd73vuE9h79LbTTx { width:19rem;height:3.3125rem;top:24.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyuabxnV8cWfNyDE1ZECSMqeDznHmGTi { display:block; }
 }@media only screen and (max-width: 763px) { #xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 { display:block; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwNO6ueNns8E7Vkuuu7bdduHqNBRr4bc { z-index:15001;top:10.875rem;left:5.75rem;color:#d9d9d9;font-family:signika;font-weight:lighter;text-align:center;text-align-last:center;font-size:1rem;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;height:0;width:8.4375rem;box-shadow: none;overflow:visible;display:none; }
 }@media only screen and (max-width: 763px) { #O8CfhObPbF7bAtOEJLlQvz6F3LVrNT9T { width:7.1875rem;height:1.5625rem;top:17.375rem;left:6.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:none; }
 }@media only screen and (max-width: 763px) { #tHwr1m7B7cDcvlMCoA2Tiv8wNkdbXohs { display:block; }
 }@media only screen and (max-width: 763px) { #OypTgfRbX5G4dOtDCr5qDf8LccSWxugC { width:16.5rem;height:4.6875rem;top:1.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkzreE8OuuQeePI7XhLrsl65qk5Z2Krn { display:flex;width:1.875rem;height:1.875rem;top:8.6875rem;left:0.875rem;font-size:1.125rem; }
#XkzreE8OuuQeePI7XhLrsl65qk5Z2Krn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #NLbs7sDqe4W6uADQZLPdOX4Pm92uFEfe { width:16.3125rem;height:2.923825rem;top:8.6875rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFwxPNVpqfx3ITDeeaCbwW9aAetvhFV3 { display:flex;width:1.875rem;height:1.875rem;top:12.4375rem;left:0.875rem;font-size:1.125rem; }
#bFwxPNVpqfx3ITDeeaCbwW9aAetvhFV3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #M3EJIeQ6zurermUDoW4et1htQ05NMyTg { width:16.3125rem;height:1.4624rem;top:12.625rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sP2fhS9VXekZQ0T3BWszmOTbLsB09vDy { display:flex;width:2.0625rem;height:2.0625rem;top:15.375rem;left:0.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #a0dtGrDvJXqMfKpm5RDH8aG3qXy8piWs { width:14.5625rem;height:1.4624rem;top:15.6875rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h55Of5878Vpkfp6cNlU8GnmZyve3gxiR { width:20rem;height:1.3125rem;top:19.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bswPRhCvgJEqTKXTtbgibQtlKsoWaNd8 { width:20rem;height:1.13720625rem;top:22.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }