.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:240,172,176;--color-primary-1:224,97,105;--color-primary-2:168,73,79;--color-primary-3:112,49,53;--color-primary-4:56,24,26;--color-secondary-0:197,191,191;--color-secondary-1:144,138,138;--color-secondary-2:96,91,91;--color-secondary-3:53,49,49;--color-secondary-4:18,16,16;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Fraunces";--paragraphs-font-family:"Fraunces"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;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; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row .container { background-color: transparent; background-image: none; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row .container > .video-iframe-container { display: none; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row > .video-iframe-container { display: none; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .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); }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row .container { border-width: 0; border-radius: 0; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row .container { font-size:0.875rem;font-family:fraunces;height:4.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.363125rem;padding-right:0.326875rem;padding-bottom:0.363125rem;padding-left:0.326875rem;display:block;align-items:center;width:1.961875rem;min-width:1.961875rem;height:1.9525rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.453125rem;font-weight:700;line-height:31.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.615625rem;height:0.771875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.545rem;font-weight:400;line-height:12.35px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.4375rem;height:3.6777375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.125rem;left:60.5625rem;z-index:15032; }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #uBU9IT1emiyGTzg6QPsgG6XloGI48QeT { display:flex;position:relative;top:0rem;left:0rem; }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #ubTqr8MgtgSkxMopQZMy3vAgdIdc8Bfk { width:auto; }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #skNCAxczRPf9R8N12iuRxrkD3lQ3fB3a {  }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #KOdUtnhhL3tbRl7LwKavgwlZXIZ4b7eR { display:flex;position:relative;top:0rem;left:0rem; }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #PSLheTzXTXf2ZQLdBTz1813cRnoKLrln {  }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #ue82kz9CQIlreHcdevvW8hOuDvx4BZTz {  }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #WIyP4VoDxxp0TSqqgfvd9oOBWyyzT0EN { display:flex;position:relative;top:0rem;left:0rem; }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #RQxG9axdrkZeQyuKgwgTZhrTlN2I9JME {  }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #iQdUQH15eSigIpHTF5ySbBqcnMfzFI7C {  }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #FffTbynrCsa9TcCTRdIqpzkaCvSr5DGJ { display:flex;position:relative;top:0rem;left:0rem; }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #sIgQzT6TqGsLf2Gilt3H8TB6bnGn1MeD {  }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #ey30XTn9OWReEHDDoioaLHH8A2lzwVlJ {  }
#LPox9qqavsFloonRk9dX5N4Bziu9EpDz { background-color:rgba(var(--color-primary-1),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:0.3125rem;left:32.1875rem;display:block; }
#smKGODqHiT0tqTVpXGyTRBKnIE47dr1v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PI1fQ12tkm2yK497RF3cOKuhRepNCD1J { color:rgba(var(--color-tertiary-0),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.07470703125rem;left:3.375rem;height:1.9121125rem;font-style:normal;display:block; }
#TR45wXFx67TDDfG17fdK8TfyiaACUh9a { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;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; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { background-color: transparent; background-image: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container > .video-iframe-container { display: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container { display: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .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); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { border-width: 0; border-radius: 0; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { font-size:0.875rem;font-family:fraunces;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#KFcn7uPNMQ9ZtMv8btwHnHRiILnxHDcV { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:none; }
#XCpfyLOVkzNZe0TTCNJmhHmCvuh2bwMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#layx5fz6EGyAGdcGlnqtqa3yBRA7Ol4h { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:33.6875rem;display:block; }
#DrruT0P8rhH0py1FrzmhVWzheDiOq9lI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PeKaeEVofrTOZTi5y8pBQfH4rw34MShm { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:41.75rem;display:block; }
#u1o0opd8t9foJHbKMJGSRLNZ6xl5p5CI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pVMr7XX0W05BlVt71Zg6Bv2d7tbesPdV { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:24.375rem;display:block; }
#kaNpoW6MfTB1ldl5n6dyF5AmkM95PvOC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NORTaxVFORlZCah9Lm3stkImrzTAm8Ce { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:17.875rem;top:0.6875rem;left:0.9375rem;overflow:hidden;display:block; }
#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW.adaptive-delivery-prevent-bg, #aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW.lazyload, #aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW.lazyloading { background-image: none; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row .container { background-color: transparent; background-image: none; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row .container > .video-iframe-container { display: none; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row > .video-iframe-container { display: none; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .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); }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row .container { border-width: 0; border-radius: 0; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW::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; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row .container { font-size:0.875rem;font-family:fraunces;height:57.5rem;width:75rem;position:relative;display:block; }#iZ6H2Q2hLkPLVHkHv6975pSzgrXxk58C { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:8.375rem;left:45rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eEgQMGT1t0U8b8ywhJRqM6uXwRO3asal { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:10.5rem;left:45rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-form-header {  }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:25rem;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;font-style:normal; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .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; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:12.5rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:12.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .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:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .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; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:fraunces;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-container:first-of-type{padding-top:0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-container:last-of-type{padding-bottom:0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.787109375rem;left:43.75rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu {display:block;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.787109375rem;left:43.75rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #qpItcofeSaW9ZSM96tgAd1WiFSwz7T6Z { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #Hx8EWQsO8f3F2012cZswXPeeWMlr8xfH { position:relative;display:block; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #yKCGco6Ui2WVNOTG2WWUa7cFCyahFtTT { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #zPsHRW0q0hxC8DsQ48hGzXwFM6kS4PcU { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #tobHNCLxdES0KesobgQWZ8K3wfN3zHZi { position:relative;display:block; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #l5TlayTM7CERHA3oJsEqoegidSfe7eHt { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #ZlFAb0mR61LJPnnmKpOEq7cm5DWgNvyR { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #a6qnULQFEQBUaeoahKms9GHpTpGcDPEJ { position:relative;display:block; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #yyBwkeapd2TE77dQqLVntRavconCTkh3 { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #aRXdqgAiUMqI5Sy21mDDUBtOxnuKTSXS { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #QTcR3yTTnQiWiDCO0l7PvuCN8oPpcQky { position:relative;display:block; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #eiFphOhgUkWTvzgSWos35TrWyFeXubcS { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #VSMOVt8dzN9TRZCTWBVJOKIQTDNaCzcE { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #OV9mhqbpb4tsQTL7EF204kEFfzumm2bh { position:relative;display:block; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #VDAfiQWqRCLfTGUqBXHDhhkqMVIcSBTL { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #dJHWzKHw4nx0KfDMhufZ2edRuCUbIJ9p { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #A3kL4gCqDLDvATNlmBMahC7rg90r9nMl { position:relative;display:block; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #IVOFhqFkgEgrxVPT873tg3VaLq3OL3bD { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #XHdDpBe9AIDQOhhbcDkSV5tsITVWemPy { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #g7z8B7KtA3gm6IIusR7TvfZkIwyLQ5T2 { position:relative; }
#XVMRMksyXMI9A0iIoFbWxt5EgralSg4e { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.25rem;width:35rem;top:4.3125rem;left:40rem;display:block; }
#HMZP6eClOK48sCvuzLT9PN4e4fnJ6ILr { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:27.5rem;left:0rem;height:1.69970625rem;display:block; }
#IoKCx54F4SZmTDefcBH5AQtIZ8eCEgI6 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vLdQTTwCD0Lx1mKTm1ydozUfqhOAlSId { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.375rem;left:0rem;display:block; }
#Afq3ICUPX9xKKeE19QOzhaSEtyGK3IFJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aHLWR7SXVGNlT3w5ruuHy1IS49UTAimn { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:35.25rem;display:block; }
#rFzZXTHGhhZrIUAWqCZvc8LMAP04JHtm { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:37.625rem;display:block; }
#V9FPcvzr71VJrhfL4Ci2qJrTUTJ2fBGO { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:42.375rem;display:block; }
#UxHo2GDwb7ZMAxyRoSbug9g8sFRqSJpL { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:40rem;display:block; }
#kc8vb0ILBcuUWguS3qS7AnZIdkqsQgkx { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:18.75rem;left:63.625rem;display:block; }
#ZvRadUKm1yK4fwerBVpXG3LtT3fami0N { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:18.75rem;left:66rem;display:block; }
#aPgwp4OWDoykb78ui2ul5KC0zwbm4XsP { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:18.75rem;left:68.375rem;display:block; }
#GpFv8EBvH1Q7hgmNMbPPftcqBTEKTquU { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:18.75rem;left:70.75rem;display:block; }
#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container { background-color: transparent; background-image: none; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container > .video-iframe-container { display: none; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row > .video-iframe-container { display: none; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .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); }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container { border-width: 0; border-radius: 0; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container { font-size:0.875rem;font-family:fraunces;height:50rem;width:75rem;position:relative;display:block; }#XzGveBS0iueH80WGpSnSLEVupqraKh0O { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:18.375rem;left:0rem;height:13.597625rem;display:block; }
#cSUcax2TUcAX6mbKQTa7FS0DHUpm8MTF { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:12.8125rem;left:0rem;height:3.67480625rem;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; }
#hhxkC6NGg2TFRNa9AuS1WiAywwu8cOSq { color:rgba(var(--color-primary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:11.125rem;left:0rem;height:1.69970625rem;font-style:normal;display:block; }
#rrJMgq2VAIpSbMumpnkt4Ihazykcad8p { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#rcHfXd30FABxhtpZF28KZHzLv9bPZT4y { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#VXPHcaf4ufauwdTQJGUOTHenLdtLQNfb { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#HmFAszN6c3gyD2vStEzph1w4FnwuAOr7 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#VsSzFwe1OKTJbVw80hezevwfRkgVByPF { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:38.63818359375rem;left:0rem;height:1.9121125rem;font-style:normal;display:block; }
#BqMs4LRhwe4g6Vaw3eV82L9qMhhxPt60 { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:41.33740234375rem;left:0rem;height:5.09911875rem;font-style:normal;display:block; }
#gq7aO4fiIFJwoX0PD7hTOhWh9TEFbGPP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:36.375rem;left:0rem; }
#F2vuWf0G1nUTHVDk8s50VNfbNoGAevtJ { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:41.33740234375rem;left:17.5625rem;height:3.3994125rem;font-style:normal;display:block; }
#SekEiq7AK6KmDeedWipSG4O60C8r1blz { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:38.63818359375rem;left:17.5625rem;height:1.9121125rem;font-style:normal;display:block; }
#tlPExZRhfK3St7TOUdwERCLr5XuxXTcw { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:36.375rem;left:18rem; }
#EAVPkw2AqFSEul6KuHVILHdbUnS4m5OZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:12.8125rem;left:37.5rem;overflow:hidden;display:block; }
#pFf781f62QDtChKc0fdB46ktAz1WeRXl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:25.3125rem;left:56.25rem;overflow:hidden;display:block; }
#tpe72KJ908nAz3Ts6tHR2PxgAl7yRTq9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tpe72KJ908nAz3Ts6tHR2PxgAl7yRTq9 > .row .container { background-color: transparent; background-image: none; }#tpe72KJ908nAz3Ts6tHR2PxgAl7yRTq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpe72KJ908nAz3Ts6tHR2PxgAl7yRTq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpe72KJ908nAz3Ts6tHR2PxgAl7yRTq9 > .row .container > .video-iframe-container { display: none; }#tpe72KJ908nAz3Ts6tHR2PxgAl7yRTq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpe72KJ908nAz3Ts6tHR2PxgAl7yRTq9 > .row > .video-iframe-container { display: none; }#tpe72KJ908nAz3Ts6tHR2PxgAl7yRTq9 > .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); }#tpe72KJ908nAz3Ts6tHR2PxgAl7yRTq9 > .row .container { border-width: 0; border-radius: 0; }#tpe72KJ908nAz3Ts6tHR2PxgAl7yRTq9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tpe72KJ908nAz3Ts6tHR2PxgAl7yRTq9 > .row .container { font-size:0.875rem;font-family:fraunces;height:35.625rem;width:75rem;position:relative;display:block; }#idQsEsb4im2qrDx85k8L2WcPwrOQ46DN { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.375rem;left:10.1875rem; }
#SN3CrWFAEC1Pbw9xkJ15Zn9F4E4zI2ds { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.25rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dMFrf1ef7QPHTTZSvqNGN9JF27HEO9py { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.1875rem;left:0rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5SuTIy5T9NeRI6PWkqCRXPXE69Uc7Wx { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0EVtpTOzDmH9AvWIz81s7XnHvVnyUTb { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TzDWTgXcTZme2yW9gLaUm7sB7hUGINuw { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#GVlzWOCW2Q93G2u2bifA9mpHXAVGa6J3 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#f5bEmtT9HTF3SQLwm71T1qKiTr5KEh2s { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#oV6C06hkO2MkHyZ4ITEIRbOUfHb0xzlb { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#iP7lhRtHcSGKo8VhP2Ga37L9bHtZ9fMK { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.1875rem;left:9rem;display:block; }
#w4dMsPlK2K7GbStTqCRtH0AW1LdoKzPa { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23rem;left:26.25rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwfoawpmSmrogXLhDx6OTANIS0vbXKco { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.0625rem;left:26.25rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tRkSdyPkkTAbJJt3OtPTA4UKQ14ieQtZ { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:35.25rem;display:block; }
#QXxVEGPmQ8MAbLOc9CWqOUEn69RD3uJv { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.1875rem;left:36.4375rem; }
#c66rmTqU7Zu8ZVMDCm1o6gDNPnLE88Hm { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23rem;left:52.5rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yvQeXVGPTr1BP2LBf7crnl8FDwX0TZCq { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.0625rem;left:52.5rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ytTDrk4xGe7Z7l0tCwqiCNH8syx0oJBV { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:61.5rem;display:block; }
#cVlBEOHiI1yfwI9Br8krX9fOzrAE864w { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.1875rem;left:62.6875rem; }
#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container { background-color: transparent; background-image: none; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container > .video-iframe-container { display: none; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row > .video-iframe-container { display: none; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .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); }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container { border-width: 0; border-radius: 0; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container { font-size:0.875rem;font-family:fraunces;height:56.25rem;width:75rem;position:relative;display:block; }#NCToeFhp1030trKdVNEpfw51wMx4SM1M { color:rgba(var(--color-primary-1),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:19.375rem;left:4.0625rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G4aJ7ANOKOU6D2khMJn3nxnvF65NX449 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:21.0625rem;left:4.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.25rem;width:37.5rem;top:0rem;left:0rem;display:block; }#Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc.adaptive-delivery-prevent-bg, #Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc.lazyload, #Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc.lazyloading { background-image: none; }
#Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc::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; }#Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#IGwXNfFTLPDXBnguHafUzbLHm5bb20IQ { color:rgba(var(--color-tertiary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:33.8125rem;left:4.0625rem;height:1.69970625rem;display:block; }
#ac1vSDxs43eUfd1FkrwZlmHMgXli31sZ { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#isTB2kTsL6aEnvfAPDGDLw2sSBrH9tJw { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.5625rem;left:40rem; }
#GJkyDJBkeSfWkPaKM4th3uNJslqxgwCW { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:7.625rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#nQiK2l62AgoPGOJNZkiI6oDm4GKAFxIU { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:10.8125rem;left:40rem;height:1.69970625rem;font-style:normal;display:block; }
#Kr6glD6f6O4WsXJucfMqXhAcCG6Xf383 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:18.75rem;left:37.5rem;display:block; }
#MuFuGscCXHE2tyXU0SyvLil4KeKbk8bq { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:29.5625rem;left:40rem;height:1.69970625rem;font-style:normal;display:block; }
#MVPJUIHP6TLQhHNOx4o7BewckShFFryZ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:23.3125rem;left:40rem; }
#GNxZgRn4OpANE9gQPzTpRvkaupVXMosL { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:26.375rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#sThwqz094n5Fbkfg6AsilPFI0GODTps1 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:37.5rem;left:37.5rem;display:block; }
#qltzbAVZz0aDZw0HT88e3pNHRHbS8iqK { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:48.3125rem;left:40rem;height:1.69970625rem;font-style:normal;display:block; }
#XEGNk5IyldV14oLBHQ4Rr1UeP05cWHPT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:42.0625rem;left:40rem; }
#SgcyFkgqGkHIqD95Zsir351gdXVKc2y2 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:45.125rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#AOalswUhmikQftwLpV1clDTNeTtKdCiX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.8);background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_2.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX.adaptive-delivery-prevent-bg, #AOalswUhmikQftwLpV1clDTNeTtKdCiX.lazyload, #AOalswUhmikQftwLpV1clDTNeTtKdCiX.lazyloading { background-image: none; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row .container { background-color: transparent; background-image: none; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row .container > .video-iframe-container { display: none; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row > .video-iframe-container { display: none; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .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); }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row .container { border-width: 0; border-radius: 0; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row .container { font-size:0.875rem;font-family:fraunces;height:46.25rem;width:75rem;position:relative;display:block; }#wXegukrNEpNeW16bW6ldyqFlLp5p9MDr { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:32.5rem;top:6.5625rem;left:42.5rem;display:block; }
#uuL2ui0BShNvwZhFrcToUJCdPcolPXF8 { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:22.5625rem;left:45.625rem;height:3.3994125rem;display:block; }
#ZlFftrDaMeAOv7MNxnJnHtWm7PzFuy2z { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:13.3125rem;left:45.625rem;height:3.67480625rem;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; }
#P8ccK86XlepoiKANF78xLOpE2RaZT0A0 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.5625rem;left:45.625rem;display:block; }
#TbscMACUBGg5syB3UXyIMTBGDRtKOy8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wLomiz7wGggScIiINDQa1k1MO2bXJfpQ { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:1.1875rem;left:45.625rem;display:block; }
#XPrgRwt2RiN1z0lDHa1gVzu9mBcfJLhI { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:1.1875rem;left:48rem;display:block; }
#JB2FTHS32gT7D9g1ERNe2KaunFIRzxQc { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:1.1875rem;left:50.375rem;display:block; }
#hgOoyLyxgn3f8VudUZkPT7TLe1Xw735p { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:1.1875rem;left:52.75rem;display:block; }
#yc5HABVRzdTgpgnLtHKRZFaDeQAHh4Dy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yc5HABVRzdTgpgnLtHKRZFaDeQAHh4Dy > .row .container { background-color: transparent; background-image: none; }#yc5HABVRzdTgpgnLtHKRZFaDeQAHh4Dy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yc5HABVRzdTgpgnLtHKRZFaDeQAHh4Dy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yc5HABVRzdTgpgnLtHKRZFaDeQAHh4Dy > .row .container > .video-iframe-container { display: none; }#yc5HABVRzdTgpgnLtHKRZFaDeQAHh4Dy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yc5HABVRzdTgpgnLtHKRZFaDeQAHh4Dy > .row > .video-iframe-container { display: none; }#yc5HABVRzdTgpgnLtHKRZFaDeQAHh4Dy > .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); }#yc5HABVRzdTgpgnLtHKRZFaDeQAHh4Dy > .row .container { border-width: 0; border-radius: 0; }#yc5HABVRzdTgpgnLtHKRZFaDeQAHh4Dy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yc5HABVRzdTgpgnLtHKRZFaDeQAHh4Dy > .row .container { font-size:0.875rem;font-family:fraunces;height:47.5rem;width:75rem;position:relative;display:block; }#aEhTEdlAOTlysRAcKMe03G9ExSdevWvP { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:32.1875rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#xHPTBehhsiXcZAL49KzdE4DuHloEL4Zr { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:35.125rem;left:0rem;height:3.3994125rem;font-style:normal;display:block; }
#aWQfiUOFRdZsoeeTVMS72WFBLy66E0DQ { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y0VrQJLSXBhTd5dVAkU1bxTzaihzm3nX { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZcpwPo04GIFWWaR44ACuERf2sfvvh1Jz { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#gt3xf6XD44ysw6OZiyaa1O8t32A769IM { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#uSUvS2HtEgeqN8TLP8TrmgqVetIUMJ2t { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#f63Mg99lAAh2u4HBr5EKUN2FJ06q0kZW { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#AfvDf1ChODCglMThWFcO72WH5PrazbXk { position:absolute;display:block;z-index:15003;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:14.875rem;width:22.375rem;top:16rem;left:0rem;overflow:hidden;display:block; }
#b8VNWpbhM0LNibIF8taIztofOQ4XmbOf { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:32.1875rem;left:26.25rem;height:2.54980625rem;font-style:normal;display:block; }
#dPnzyLTr5vbRP1IfA1c3DGeWETggpf95 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:35.125rem;left:26.25rem;height:3.3994125rem;font-style:normal;display:block; }
#lsJiBGxSv4k9N45rikR35RhI3BFQRanF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:19.875rem;top:16rem;left:26.25rem;overflow:hidden;display:block; }
#TOb07WifKvPnpadZCfNvmxTd5vkeSLTZ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:32.1875rem;left:52.5rem;height:2.54980625rem;font-style:normal;display:block; }
#uBi5Abp0SaN15GDyqihmpmxT0iBOBbQ3 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:35.125rem;left:52.5rem;height:3.3994125rem;font-style:normal;display:block; }
#FucD7Crcs5bQJmUeQyHOn9n6toLwaTLS { 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:14.875rem;width:22.375rem;top:16rem;left:52.5rem;overflow:hidden;display:block; }
#ZpCUpfq4n52sfVisMZV0Ap07UJOcth3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.8);background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZpCUpfq4n52sfVisMZV0Ap07UJOcth3t.adaptive-delivery-prevent-bg, #ZpCUpfq4n52sfVisMZV0Ap07UJOcth3t.lazyload, #ZpCUpfq4n52sfVisMZV0Ap07UJOcth3t.lazyloading { background-image: none; }#ZpCUpfq4n52sfVisMZV0Ap07UJOcth3t > .row .container { border-width: 0; border-radius: 0; }#ZpCUpfq4n52sfVisMZV0Ap07UJOcth3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZpCUpfq4n52sfVisMZV0Ap07UJOcth3t > .row .container { font-size:0.875rem;font-family:fraunces;height:46.25rem;width:75rem;position:relative;display:none; }#Uvpn7qn76RCRkVCDdXerQmL8wsg76SRz { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:32.5rem;top:6.5625rem;left:42.5rem;display:block; }
#gE8GAuWKEidOocVMlVubq7oheSegr1Qh { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:22.5625rem;left:45.625rem;height:6.7988125rem;display:block; }
#ypNt9GSrJcbq8yuRJ8zKTtqXQy1nZKAx { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:13.3125rem;left:45.625rem;height:;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; }
#Ky7IpeCalkAHQeh1yCvBUHL2L0sChMeU { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.5625rem;left:45.625rem;display:block; }
#yF80hWzy1R31NxtmUF1Q5ANcE1qvzuRI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zHJ1f8FDUyzaRu2RZPnQO20Nu1DkSI0p { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:1.1875rem;left:45.625rem;display:block; }
#I04vXDA4ukN8yRrxBFUrnTrXOVt68LBE { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:1.1875rem;left:48rem;display:block; }
#KmWxfwrR61m8AOInOnqJrvoG5yGzN5Th { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:1.1875rem;left:50.375rem;display:block; }
#Hp06opEI0p6ZhrLIb9FytDfEPqhEucAf { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:1.1875rem;left:52.75rem;display:block; }
#KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_2.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T.adaptive-delivery-prevent-bg, #KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T.lazyload, #KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T.lazyloading { background-image: none; }#KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T > .row .container { background-color: transparent; background-image: none; }#KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T > .row .container > .video-iframe-container { display: none; }#KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T > .row > .video-iframe-container { display: none; }#KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T > .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); }#KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T > .row .container { border-width: 0; border-radius: 0; }#KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T::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; }#KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T > .row .container { font-size:0.875rem;font-family:fraunces;height:37.5rem;width:75rem;position:relative;display:block; }#xsGNOC1AEx9ZC9PTdP69egPIi6pHRnLP { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:12.625rem;left:10rem;height:3.1499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zG1q88qPyGAZA3O6WehIQ6Vd8Bdeah3l { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:16.875rem;left:10rem;height:1.9121125rem;text-align:center;text-align-last:center;display:block; }
#BSZsuDArpFxSLpztRIviRW65t4mq9Cmv { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.5rem;left:31.125rem;display:block; }
#SChbecVTCeH7UOTOUNhCDWoAvvmk8Vpw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gJHnQ0tn5RavuCX6h48d3BAvLtyGWp9f { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:60rem;top:8.125rem;left:7.5rem;display:block; }
#eOnViax1KDOg1PB2GMeDBbAQ1UdpKms2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eOnViax1KDOg1PB2GMeDBbAQ1UdpKms2 > .row .container { border-width: 0; border-radius: 0; }#eOnViax1KDOg1PB2GMeDBbAQ1UdpKms2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOnViax1KDOg1PB2GMeDBbAQ1UdpKms2 > .row .container { font-size:0.875rem;font-family:fraunces;height:57.6875rem;width:75rem;position:relative;display:none; }#gViD1awy7nmXBeLufvg3nnrRlonZS5Fv { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#co7v2Pmdf54TQw9INAfpO1uVFBOrEg7m { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#u0DEeARyVLnhXpuGsX8NtALSt3qLeuTU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:14.0498046875rem;left:0rem;overflow:hidden;display:block; }
#zJMIXkMOm7MWORCq8iBJ3Ar14NAXFx2L { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:38.9375rem;left:0rem;height:10.19825rem;text-align:left;text-align-last:left;display:block; }
#A9l893rZZkp1g5PJGL0xd4xIAoaOSeCC { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:36rem;left:0rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#v0s1rVWVdN8I1gBlwhPFOX3BRTir42Qm { color:rgba(var(--color-primary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:34.0625rem;left:0rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#KRf0atJgcgFEwyaRwWRW8mHkvz31OTO2 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:18.75rem;top:12.4248046875rem;left:0rem;display:block; }
#Xb2agsVhpPS825hTBPcm3gs80raPFTIT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:38.9375rem;left:18.75rem;height:8.4985625rem;text-align:left;text-align-last:left;display:block; }
#yMZCe2rpWTHJH93fWuTTkCFsDQmtvlQ4 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:36rem;left:18.75rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#aOuvidkOq842U4IEWegyQrozhonowP9d { color:rgba(var(--color-primary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:34.0625rem;left:18.75rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#I4L0mTXikv5cpwZ0bgu7CfkHRZrvXhep { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:14.0625rem;left:18.75rem;overflow:hidden;display:block; }
#DDWW4PFi4S6fP5N2V6T9IKcoA0qnGwRA { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:18.75rem;top:12.4375rem;left:18.75rem;display:block; }
#i2WgrnUOEJJbza9beq5R6zIoURovm5CW { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:38.9375rem;left:37.5rem;height:8.4985625rem;text-align:left;text-align-last:left;display:block; }
#DRJJHhtWyrqaEnDruuKxvLiWTp9SZqbs { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:36rem;left:37.5rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#Z3N5o086lN582EatkST2TevS2ux6mAOB { color:rgba(var(--color-primary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:34.0625rem;left:37.5rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#h7UKsAf0Nvg8l0WVpr58yb6qAJM2owv4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:14.0625rem;left:37.5rem;overflow:hidden;display:block; }
#aXUzam3gCigScKmQ59JET7UMvpTaT8db { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:18.75rem;top:12.4375rem;left:37.5rem;display:block; }
#i3PWOqmWLVrG09iBo5LPwnoILMEqlUfA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:38.9375rem;left:56.25rem;height:8.4985625rem;text-align:left;text-align-last:left;display:block; }
#IdF62bPrJdt2u7wRI9nz2rHgH6ZL67Gr { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:36rem;left:56.25rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#XBMs8QmqbVxsTOJg53OTgZwlcgMMxAgl { color:rgba(var(--color-primary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:34.0625rem;left:56.25rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#otguC15XTMRN4LPAok05CLFuo3UlQEwx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:14.0625rem;left:56.25rem;overflow:hidden;display:block; }
#VmDGhMXceIBAGDameRXMDhdyGx4DzLWN { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:18.75rem;top:12.4375rem;left:56.25rem;display:block; }
#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_2.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW.adaptive-delivery-prevent-bg, #TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW.lazyload, #TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW.lazyloading { background-image: none; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row .container { background-color: transparent; background-image: none; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row .container > .video-iframe-container { display: none; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row > .video-iframe-container { display: none; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .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); }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row .container { border-width: 0; border-radius: 0; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW::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; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row .container { font-size:0.875rem;font-family:fraunces;height:74.125rem;width:75rem;position:relative;display:block; }#VC44deeUTdo01gdIJiGaFJI09DuvnVGe { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:13.5rem;left:32.5rem;display:block; }
#dZM7giI1b3TwPkkxdFBKMncQcsQUP9hS { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:15.75rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sE7kub7a3VJgnkZ1oksTqTrHG9AwbIm0 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:15.1875rem;left:46.25rem;height:2.54980625rem;font-style:normal;display:block; }
#Fr9os7n0atVLVhlFlyEteQmiApdAZnAT { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:18.375rem;left:46.25rem;height:3.3994125rem;font-style:normal;display:block; }
#nBiFgp3cAhM7UmpBBoK2vlQz7uK5hKG0 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:27.25rem;left:32.5rem;display:block; }
#qn5eH8KoyxPSBC8nXimIe9Vga4UMvWoa { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:28.9375rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#E4TEyraMXkVixCR3uAhGPWTU5vKk2Poq { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:32.125rem;left:0rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dVOL8F2SsbSrbvodloT8TwtfuEmvm37I { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:29.5625rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qbCsvncmaio2KPMCA5eossbEk0lV5Te3 { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:46.5rem;left:46.25rem;height:3.3994125rem;font-style:normal;display:block; }
#uTMSexJfZhgyXXVNvNDtpTcIvi9qxtEb { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:60.25rem;left:0rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FJ5xQnowdCK3cS0DNy4TdeEUxM9bv0wZ { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:41rem;left:32.5rem;display:block; }
#GTZOwt9Askm6m4vVsCbGfilH9qC4he1b { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:43.3125rem;left:46.25rem;height:2.54980625rem;font-style:normal;display:block; }
#VihJa9B1fQhXfW6hCtiG6fJtMChWd6KR { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:54.75rem;left:32.5rem;display:block; }
#yglzXdLROauk8beNtWbbcvX8VN3wEwqf { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:57.0625rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qO0bkmyuKUGglsqn7vHSdd9M32MnoLBs { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:43.3125rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ihWcGxNJRZ9rRqkD12V8uueU3XkUXVWi { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:57.0625rem;left:34.375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CrVaIJRIXpqoLyVygTMWSiUEVFrRmSTW { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6y8vrSfyVdMUMX0PValwU36DPbXrhdN { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i8Tg5orREbAWONWJRoOxCHhqMZBTSzZl { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:21.1748046875rem;left:37.25rem;display:block; }
#eEy5ZT9SW7NzTxpTfKFIpLWVvM8DB95p { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:34.9873046875rem;left:37.25rem;display:block; }
#o9ypv4T6tccKSMIpliNPKMkehWLXoykC { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:48.7373046875rem;left:37.25rem;display:block; }
#VIGuKSi6gHfxfP3xlp6U6bUOipnU7aiu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VIGuKSi6gHfxfP3xlp6U6bUOipnU7aiu > .row .container { border-width: 0; border-radius: 0; }#VIGuKSi6gHfxfP3xlp6U6bUOipnU7aiu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VIGuKSi6gHfxfP3xlp6U6bUOipnU7aiu > .row .container { font-size:0.875rem;font-family:fraunces;height:51.25rem;width:75rem;position:relative;display:none; }#UgONHKmAn7q85U3Vba9Is0GA9nzTSSvT { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:6.25rem;left:11.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#z5D7SBRf0gdnbwSvMOxBkaGwuORXCpcV { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:7.9375rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EDvbXsVQ92bFnFFEiQzatqwDneZcCLL1 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:37.5rem;top:23.45556640625rem;left:37.5rem;display:block; }
#b4OTt0TcH6pmhRnyvIIucxvAZWZxv1k3 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:26.0625rem;left:39.375rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XM8rgVJkARqpEH3lSSJT82i9E3JG0aa5 { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:33.75rem;top:30.25rem;left:39.375rem;display:block; }
#DsdqTpP87ddBTnhacBnw8i1AkIbIqKts { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.6875rem;left:39.375rem;display:block; }
#dTXf2hKnaukqhn67y1crIpFsXCOZHTox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XrS1mm0BSfiXldu3thK3QLO6OdOXzd22 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:17.8125rem;left:3.375rem;height:2.54980625rem;font-style:normal;display:block; }
#EctoAf7pDeQDKmWcBNIVPTldnMpK7TLV { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:20.75rem;left:3.375rem;height:1.69970625rem;font-style:normal;display:block; }
#PeDp3mnX87r5yRkH1OulK5AIE5PmXg12 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:17.8125rem;left:0rem; }
#Lo4sVnh9LHNKxc7G0pfsRNlBxogvBo9z { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:29.6875rem;left:3.375rem;height:1.69970625rem;font-style:normal;display:block; }
#FpwpZZ62EdUZ6GrMCgrnkX9W9BZH0dQF { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:26.75rem;left:3.375rem;height:2.54980625rem;font-style:normal;display:block; }
#Ubvw2GA8K87ziTrpixSWF5I2Fg28NgKW { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:26.75rem;left:0rem; }
#VzUGy3upoxTLNcdQ3CDCt9k5ydJugJuA { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:38.6875rem;left:3.375rem;height:3.3994125rem;font-style:normal;display:block; }
#TrKgWTZR0nkRKKyQfXTuKIVKDUZMiZF2 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:35.75rem;left:3.375rem;height:2.54980625rem;font-style:normal;display:block; }
#G6dtOZ9MFm6p1VZmikWpvRbqTOB71O8w { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:35.75rem;left:0rem; }
#sVouVxmIHsDC22ZM4Z8ZQKcOW7Qz2mHT { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:31.6875rem;left:39.375rem;height:5.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sVouVxmIHsDC22ZM4Z8ZQKcOW7Qz2mHT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sVouVxmIHsDC22ZM4Z8ZQKcOW7Qz2mHT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0b01568d242b44696d58079fd625d83ae18142c7.svg); }
#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .row .container { border-width: 0; border-radius: 0; }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .row .container { font-size:0.875rem;font-family:fraunces;height:20rem;width:75rem;position:relative;display:none; }#AUXBLNpsy71hZkoHCgAAaBkubGwKXMCD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:4.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G8FBSGST7RzluWHebAFNt3MHDbd5SeHV { color:rgba(var(--color-primary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:11.9375rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#pgLl4lNp7hg1lf9O6nP3c6lJTCNdn5LP { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:0rem;display:block; }
#O4o56TE2dE8zHTbTMlvUT0UQJ3Eftt4h { color:rgba(var(--color-primary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:11.9375rem;left:19.375rem;height:2.54980625rem;font-style:normal;display:block; }
#aZWLo2Aa7oDX4b7A11mmPS74UsfE5z7z { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.5625rem;left:19.375rem;height:4.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RD1lgb5TC1JIzzkQV5HKEAbeKT7cEF7w { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:19.375rem;display:block; }
#IQTbG8KXnGXrvnpOXTQmKJcemZWMEduz { color:rgba(var(--color-primary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:11.9375rem;left:38.75rem;height:2.54980625rem;font-style:normal;display:block; }
#oqHq6iN8WTQd3BG3PTqZDxdDq2T13H3G { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.5625rem;left:38.75rem;height:4.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uJfqZz3R34MMXAnlDmn9RqGQq78FW8D4 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:38.75rem;display:block; }
#uXTPOr7uETPHRnx9uFyLWnkUTm50HeRb { color:rgba(var(--color-primary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:11.9375rem;left:58.75rem;height:2.54980625rem;font-style:normal;display:block; }
#NehEJvfodCyOB2uXnsGbJzvJ1tpBhCkE { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.5625rem;left:58.75rem;height:4.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nGW90l0hlyP9iTTGTcwT4z4HGqd9R44k { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:58.75rem;display:block; }
#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row .container { background-color: transparent; background-image: none; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row .container > .video-iframe-container { display: none; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row > .video-iframe-container { display: none; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .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); }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row .container { border-width: 0; border-radius: 0; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row .container { font-size:0.875rem;font-family:fraunces;height:37.5rem;width:75rem;position:relative;display:block; }#Mw9qKoyk6TELCAimPJzKllSmBbkcXXgx { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:5.0625rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u077VpkkiOCqIwxpADIN4UPP6AHIAEgC { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.75rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TtUVG038AlwdgQ4n6sdbaHOeQKuZLxhP { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#O6vlKzMGpUaCtqHs0cEC5vHabXP5HFcU { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#c9n5hIm61Woo9lRr3CROf8zUitFSGZN8 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#Dm2RsCOQ9d50yOGgDIrnezPDRBhDqH6C { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#fdhUrhptkxo6iH5BSKeOxlsoS70fs6gi { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:25rem;top:13.75rem;left:0rem;display:block; }
#pVGlaTE4VHxcwoXMXT87PQDSDSDT69aW { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:17rem;left:1.625rem;height:7.6484375rem;font-style:italic;display:block; }
#pWUCKIQPEu28u1gy2pbFPqCUv9P7TIyB { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:25.1875rem;left:1.625rem;height:1.48730625rem;font-style:normal;display:block; }
#KBPagraL4hKD97sgNKihhu4Ntuce9SqN { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:15rem;left:0.875rem; }
#PxO1teARKBaxcs8HDLrXJzEq5u9AKRlV { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:25rem;top:13.75rem;left:25rem;display:block; }
#zgraEiEy9N3iR3Z1qpQngyTNQ8OvhHUI { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.7;letter-spacing:0;top:17rem;left:26.625rem;height:5.736325rem;font-style:italic;display:block; }
#MeFeTBFzmgH8UH0d8hMgOOLF6zlUWXPx { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.7;letter-spacing:0;top:25.1875rem;left:26.625rem;height:1.48730625rem;font-style:normal;display:block; }
#dg5tBrzkCmfaI5udpcQxN2kPIMRo9Ewm { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:15rem;left:25.875rem; }
#tDI7rX5UpbbxGHJ8QZq17L2RWBMPox7N { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:25rem;top:13.75rem;left:50rem;display:block; }
#IsrmXQ5B5Ouf3HMkXUCLETA9fVyerFC2 { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.7;letter-spacing:0;top:17rem;left:51.625rem;height:5.736325rem;font-style:italic;display:block; }
#f5MvfLXdtk3PC96UySZ9Jx7ntyJMnhCT { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:25.1875rem;left:51.625rem;height:1.48730625rem;font-style:normal;display:block; }
#TttCctwKQawSaVgyVai1gyAOdfLaqz79 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:15rem;left:50.875rem; }
#ClSb9TmxkbMrZHFDDTXXuZ0S3oPSVHZ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ClSb9TmxkbMrZHFDDTXXuZ0S3oPSVHZ8 > .row .container { background-color: transparent; background-image: none; }#ClSb9TmxkbMrZHFDDTXXuZ0S3oPSVHZ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClSb9TmxkbMrZHFDDTXXuZ0S3oPSVHZ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClSb9TmxkbMrZHFDDTXXuZ0S3oPSVHZ8 > .row .container > .video-iframe-container { display: none; }#ClSb9TmxkbMrZHFDDTXXuZ0S3oPSVHZ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClSb9TmxkbMrZHFDDTXXuZ0S3oPSVHZ8 > .row > .video-iframe-container { display: none; }#ClSb9TmxkbMrZHFDDTXXuZ0S3oPSVHZ8 > .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); }#ClSb9TmxkbMrZHFDDTXXuZ0S3oPSVHZ8 > .row .container { border-width: 0; border-radius: 0; }#ClSb9TmxkbMrZHFDDTXXuZ0S3oPSVHZ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClSb9TmxkbMrZHFDDTXXuZ0S3oPSVHZ8 > .row .container { font-size:0.875rem;font-family:fraunces;height:30rem;width:75rem;position:relative;display:block; }#K4huKv0R8TDeCnyHtppaDhxNaZPbTzOZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:6.25rem;left:67.5rem;overflow:hidden;display:block; }
#VZyTGJPMgXipsHdI1hIghOStUtkrON5c { position:absolute;display:block;z-index:15001;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:7.5rem;width:7.5rem;top:6.25rem;left:57.5625rem;overflow:hidden;display:block; }
#T6eJ0EhF6qNfklhu05eu7z30aOt8WTGp { position:absolute;display:block;z-index:15002;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:7.5rem;width:7.5rem;top:6.25rem;left:47.625rem;overflow:hidden;display:block; }
#Z3Azd0A3aT3eHob7a6BvTLKhia3ugW9k { position:absolute;display:block;z-index:15002;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:7.5rem;width:7.5rem;top:6.25rem;left:37.6875rem;overflow:hidden;display:block; }
#lL5NMBl86gbDP96qBkp8WGqJOUs51RBI { color:rgba(var(--color-primary-1),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eebs2tVcVNJUhvQzlIAeGEP97wpNs3Xh { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VarAW71GO3ycMWprWKW08HOrVlehlkOA { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:6.25rem;left:27.625rem;display:block; }
#wCNIGwETRSpAIsZTsM1XmbHKPyaJDJy1 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:6.25rem;left:30rem;display:block; }
#kB6u0SpZ22RGBnsxLOBOr7C6ocxfJXwJ { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:6.25rem;left:32.375rem;display:block; }
#zwtgdxV5a4wmHuoOmv4D1hVysV1TQ28o { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:6.25rem;left:34.75rem;display:block; }
#cEPEKacwPfmw3qw85An3P7gWz8PUWalf { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:13.4873046875rem;left:0rem;height:6.9995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BdzoxEFdUZciwram1QzI9hC8O5NRxwT8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:16.25rem;left:37.6875rem;overflow:hidden;display:block; }
#PNIKNxoaQfJ50gWlKxV5BALhM36g3TP8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:16.25rem;left:67.5rem;overflow:hidden;display:block; }
#tt7TnhipEL4l6ifXIr6ln76zLCi4VQZ8 { position:absolute;display:block;z-index:15005;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:7.5rem;width:7.5rem;top:16.25rem;left:57.5625rem;overflow:hidden;display:block; }
#gm6NcQeFkWNb6PN5o3QzGzed6gIezwkB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:16.25rem;left:47.625rem;overflow:hidden;display:block; }
#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/marketing-pr_1920x1080_3.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD.adaptive-delivery-prevent-bg, #zZu5Iy9dLTzTD96oLafE8BblIWmccDHD.lazyload, #zZu5Iy9dLTzTD96oLafE8BblIWmccDHD.lazyloading { background-image: none; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row .container { background-color: transparent; background-image: none; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row .container > .video-iframe-container { display: none; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row > .video-iframe-container { display: none; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .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); }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row .container { border-width: 0; border-radius: 0; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD::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; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row .container { font-size:0.875rem;font-family:fraunces;height:49rem;width:75rem;position:relative;display:block; }#PpwpKUwcRbPib2tZWFMAalnCFbeB4uzm { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:10.6875rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-form-header {  }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:25rem;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;font-style:normal; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .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; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:12.5rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:12.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .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:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .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; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:fraunces;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-container:first-of-type{padding-top:0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-container:last-of-type{padding-bottom:0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:43.75rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 {display:block;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:43.75rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #bKLtxOGQF6zD85nZh1eziBT8qkRD03kr { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #vm5wppvHT3TwXTTX8WVB4TteV8znz267 { position:relative;display:block; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BxxXASTZsG61pQE8THxS7Q8fGSioaufn { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #beZuHAxoScBLwGKiOzwdBS6dzEguUPCk { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #HciCn555J06PbUGJDh5kU3AWRZAd5MRi { position:relative;display:block; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #Fdu0uDDeH3dMz3MCzCOWu91guJ9zuLeX { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #rwpX7NTi2oA2De9lmKxWi60bvptJ9qCN { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #XD8FyvOZwBPpmSGnArAglE5naFgFRH2W { position:relative;display:block; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BS1dBt2LGacJcymoWZ4KaJL3onn8o0y1 { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #JDz0wpeURrTy3W04MUmNQMcQ954EMxXT { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #UcXmnZh1n1VM9XeS5E1QcH8HfGKEbSz2 { position:relative;display:block; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #KDZPzl6gUx7D8gZvMFP1AVxWTnoEXDzZ { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #M7luO0DqJEOKVz8lUsJng7Mdpsa3Mr36 { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #R1Iiyet4HhcUVWzQiyVwIhLEqtRmGWqe { position:relative;display:block; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #QqqapS2mlJzgpK795ZxoXrko1THDscdm { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #DASJnWMt84fCzofFVn9WAXr28CSKx29L { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #awig1Ko2T0loyZMTTunOvwQy74RtLJcP { position:relative;display:block; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #AMa485PXli1522rdzkrNgf7qCuEPUyfF { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BUlhnv3LpntbhLzaTKCvkpsADEQf8oDP { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #kx1Cy4ze5xR65b6UtDhTAXLL8aatIG6Z { position:relative; }
#OXwUOIzazXIbhtu749V7dKox0UF70ZT4 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.5rem;width:35rem;top:5.625rem;left:40rem;display:block; }
#L2U5x4e3nR16zAxU7zJi78tlwFLGfmVn { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:15.5625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Wmw5wD4OGelX3r9cTZ6tdDXNyduKeASo { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:35.25rem;display:block; }
#UMrkP5hukTRw2g7e4r3R6bquBFFu8gnS { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:37.625rem;display:block; }
#sAdMgfPZntEVXW61dmP3JZoyMBEHRHXQ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:42.375rem;display:block; }
#klEh8EOacqvIKXEVLSNmrTiDl09Ll4LX { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:40rem;display:block; }
#OrmJq8hQ45CkHu4m12Ji5qOepcI508r1 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:10.6875rem;left:63.625rem;display:block; }
#Z3T2f1s1bSXifMgAHm6vXFExoHAX7rRI { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:10.6875rem;left:66rem;display:block; }
#RhBmf8aDKB77A1gO1XPqehtVXMKzH6y4 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:10.6875rem;left:68.375rem;display:block; }
#x6roCM6WJV2QVSeTNW7BdUNtVsAnsATN { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:10.6875rem;left:70.75rem;display:block; }
#rRCEwXKiOv0LIe8d0H32TLv8dysZ7ZeI { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:26.125rem;left:0rem;height:1.69970625rem;display:block; }
#bwLs3bgcNTkdmNFWkkIuzryuXVTWUKwG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bwLs3bgcNTkdmNFWkkIuzryuXVTWUKwG > .row .container { border-width: 0; border-radius: 0; }#bwLs3bgcNTkdmNFWkkIuzryuXVTWUKwG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bwLs3bgcNTkdmNFWkkIuzryuXVTWUKwG > .row .container { font-size:0.875rem;font-family:fraunces;height:38rem;width:75rem;position:relative;display:none; }#t2T9MEgwEJwta50diWvwVlRNAnRZTE7O { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Oz2UsRpZmMKXZfHFkOtiLvky7ytso3fw { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:16.4375rem;left:0rem;height:3.3994125rem;display:block; }
#gu9XpTqALJPwaiqIgPU7LHe5X5KW18FO { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:25.625rem;top:14.6875rem;left:0rem;display:block; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:2;overflow:hidden; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_58cdd31406dea2f2804c8933778ffeb69b85c5a1.svg");background-size:contain !important; }#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs .accordion-trigger.adaptive-delivery-prevent-bg, #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs .accordion-trigger.lazyload, #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs .accordion-trigger.lazyloading { background-image: none; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.0625rem;left:32.3125rem; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #OrXF3XcX568qwtL2ebNhJJ8ScwVzMrG3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #LnGM9EefekxETO1QBzylDdUuqTDxZlBM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #ruGhUTI1agt1xafsTI7DQXXGQwyrv9zk { display:block;position:relative; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #oCTKTZvvFmZlBuhlTUlacpth3rFnE0GX {  }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #KoSZBMVeTqg1C8gCIoNArXHmOOIKK2vs {  }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #oir3c42Xg7NrTyc4ChNIioQg6WSCFgM4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #bGS6Bkf9RMoe0VqiuBr8qEGMkbO4UvaQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #neRPLho9iX8FqiDyCBXCnW631dl2hzXo { display:block;position:relative; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #W8tKVRJn7mJFRHEPFuFEZtwP46LErsvF {  }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #AdhLh1KrMNJFVXeQgeGWDyHJWqrZ3Ag8 { display:none; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #ROv0GJi6K5veLiumEFsFd5TPD4s6nSJ4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #WdrOeT6mLUmlNBqXan84w7moAh2TmiLJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #aksvaAxwizpNZ51h2XJNIOW7yUS4Wm9C { display:block;position:relative; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #fWQPse7EIe6FCZd6AP4xzEVyGOHvL7Pc {  }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #wUpIrD8Cf2u0rlXDbBVPdblpCniEggvK { display:none; }
#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { background-color: transparent; background-image: none; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container > .video-iframe-container { display: none; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row > .video-iframe-container { display: none; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .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); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { border-width: 0; border-radius: 0; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { font-size:0.875rem;font-family:fraunces;height:50rem;width:75rem;position:relative;display:block; }#ovRlO8xA7SZA2xdMCzCCfpLDoo47UPCZ { color:rgba(var(--color-primary-1),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dLvPdu4OWJDP4LM7lA9SfSrTRkgHkuDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fKCCgTNog93mL1m4LMogvZixo81U1qaA { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.4873046875rem;left:0rem;height:1.69970625rem;display:block; }
#bGhhbuesTkQdnDw7a8tsdfhm8fV8Kh6e { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19.25rem;left:0rem; }
#dMwSEGHswpf61KQ9AFqd7RUGNtmrfn3e { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:21.0625rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#TTPZl5OgJVPvJWFl8IbGGWLJ69dVDszr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:19.0625rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#qL3TxHi1cO0R0r6crzC6B2bsZpiFybCL { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:27.5rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#BaVobLqLXt1suwKPl778dUCPrxyqRSgE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:25.6875rem;left:0rem; }
#DJulburORTX5HGbm8Vo8ST2QSDTnNNMI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:25.5rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#Fbi4QTqpokwOKZPiwqrRdqPqE78sTFgA { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:32.125rem;left:0rem; }
#Sq0TZcXxLGW4cToP7T29eqPqPPhoQRLI { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:33.9375rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#HnssPZq9ZPbqh0LSmc3i7VW6fQOKa0L3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:31.9375rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#RooJ6txxO1qzawdgcHbL0Twm1aGEVROs { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#NpwTEUWOUNNtBgfmKRA5tOZhiK1AqJxJ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#hdIS7kSoq4l6BCNvSl8M0IFtoXoFBgq4 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#f79AlVymqv5MnCJsyqHN4ZWTrAQDCcdy { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#TTBW94DBgWm4LP9lOJg89R9C0PWIqksO { position:absolute;display:block;z-index:15047;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:12.5rem;width:18.75rem;top:6.25rem;left:36.25rem;overflow:hidden;display:block; }
#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { background-color: transparent; background-image: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .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); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { border-width: 0; border-radius: 0; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { font-size:0.875rem;font-family:fraunces;height:7.5rem;width:75rem;position:relative;display:block; }#knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { color:rgba(var(--color-tertiary-0),1);display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:10rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { position:absolute;display:block;z-index:15001;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.1875rem;width:7.8125rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #er6DOh6ekXN2KcfchSppmxl2s8UAgL2h { display:block; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT { display:flex;width:18rem;height:5.0625rem;top:30rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #uBU9IT1emiyGTzg6QPsgG6XloGI48QeT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #ubTqr8MgtgSkxMopQZMy3vAgdIdc8Bfk {  }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #skNCAxczRPf9R8N12iuRxrkD3lQ3fB3a {  }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #KOdUtnhhL3tbRl7LwKavgwlZXIZ4b7eR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #PSLheTzXTXf2ZQLdBTz1813cRnoKLrln {  }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #ue82kz9CQIlreHcdevvW8hOuDvx4BZTz {  }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #WIyP4VoDxxp0TSqqgfvd9oOBWyyzT0EN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #RQxG9axdrkZeQyuKgwgTZhrTlN2I9JME {  }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #iQdUQH15eSigIpHTF5ySbBqcnMfzFI7C {  }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #FffTbynrCsa9TcCTRdIqpzkaCvSr5DGJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #sIgQzT6TqGsLf2Gilt3H8TB6bnGn1MeD {  }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #ey30XTn9OWReEHDDoioaLHH8A2lzwVlJ {  }
 }@media only screen and (max-width: 763px) { #LPox9qqavsFloonRk9dX5N4Bziu9EpDz { width:17.5rem;height:3.4375rem;top:0.3125rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smKGODqHiT0tqTVpXGyTRBKnIE47dr1v { display:block; }
 }@media only screen and (max-width: 763px) { #PI1fQ12tkm2yK497RF3cOKuhRepNCD1J { top:1.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR45wXFx67TDDfG17fdK8TfyiaACUh9a { display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFcn7uPNMQ9ZtMv8btwHnHRiILnxHDcV { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCpfyLOVkzNZe0TTCNJmhHmCvuh2bwMX { display:block; }
 }@media only screen and (max-width: 763px) { #layx5fz6EGyAGdcGlnqtqa3yBRA7Ol4h { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrruT0P8rhH0py1FrzmhVWzheDiOq9lI { display:block; }
 }@media only screen and (max-width: 763px) { #PeKaeEVofrTOZTi5y8pBQfH4rw34MShm { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1o0opd8t9foJHbKMJGSRLNZ6xl5p5CI { display:block; }
 }@media only screen and (max-width: 763px) { #pVMr7XX0W05BlVt71Zg6Bv2d7tbesPdV { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaNpoW6MfTB1ldl5n6dyF5AmkM95PvOC { display:block; }
 }@media only screen and (max-width: 763px) { #NORTaxVFORlZCah9Lm3stkImrzTAm8Ce { top:0.6875rem;left:0rem;width:17.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW { display:block; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZ6H2Q2hLkPLVHkHv6975pSzgrXxk58C { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEgQMGT1t0U8b8ywhJRqM6uXwRO3asal { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu  { width:25rem;height:auto;top:17.75rem;left:20.25rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu {display:block;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu { width:25rem;height:auto;top:17.75rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #qpItcofeSaW9ZSM96tgAd1WiFSwz7T6Z {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #Hx8EWQsO8f3F2012cZswXPeeWMlr8xfH {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #yKCGco6Ui2WVNOTG2WWUa7cFCyahFtTT {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #zPsHRW0q0hxC8DsQ48hGzXwFM6kS4PcU {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #tobHNCLxdES0KesobgQWZ8K3wfN3zHZi {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #l5TlayTM7CERHA3oJsEqoegidSfe7eHt {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #ZlFAb0mR61LJPnnmKpOEq7cm5DWgNvyR {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #a6qnULQFEQBUaeoahKms9GHpTpGcDPEJ {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #yyBwkeapd2TE77dQqLVntRavconCTkh3 {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #aRXdqgAiUMqI5Sy21mDDUBtOxnuKTSXS {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #QTcR3yTTnQiWiDCO0l7PvuCN8oPpcQky {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #eiFphOhgUkWTvzgSWos35TrWyFeXubcS {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #VSMOVt8dzN9TRZCTWBVJOKIQTDNaCzcE {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #OV9mhqbpb4tsQTL7EF204kEFfzumm2bh {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #VDAfiQWqRCLfTGUqBXHDhhkqMVIcSBTL {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #dJHWzKHw4nx0KfDMhufZ2edRuCUbIJ9p {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #A3kL4gCqDLDvATNlmBMahC7rg90r9nMl {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #IVOFhqFkgEgrxVPT873tg3VaLq3OL3bD {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #XHdDpBe9AIDQOhhbcDkSV5tsITVWemPy {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #g7z8B7KtA3gm6IIusR7TvfZkIwyLQ5T2 {  }
 }@media only screen and (max-width: 763px) { #XVMRMksyXMI9A0iIoFbWxt5EgralSg4e { width:35rem;height:52.25rem;top:4.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMZP6eClOK48sCvuzLT9PN4e4fnJ6ILr { top:27.5rem;left:0rem;width:33.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoKCx54F4SZmTDefcBH5AQtIZ8eCEgI6 { top:11.125rem;left:0rem;width:33.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdQTTwCD0Lx1mKTm1ydozUfqhOAlSId { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afq3ICUPX9xKKeE19QOzhaSEtyGK3IFJ { display:block; }
 }@media only screen and (max-width: 763px) { #aHLWR7SXVGNlT3w5ruuHy1IS49UTAimn { width:0.5rem;height:31.25rem;top:0rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFzZXTHGhhZrIUAWqCZvc8LMAP04JHtm { width:0.5rem;height:31.25rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9FPcvzr71VJrhfL4Ci2qJrTUTJ2fBGO { width:0.5rem;height:31.25rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxHo2GDwb7ZMAxyRoSbug9g8sFRqSJpL { width:0.5rem;height:31.25rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc8vb0ILBcuUWguS3qS7AnZIdkqsQgkx { width:0.5rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvRadUKm1yK4fwerBVpXG3LtT3fami0N { width:0.5rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPgwp4OWDoykb78ui2ul5KC0zwbm4XsP { width:0.5rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpFv8EBvH1Q7hgmNMbPPftcqBTEKTquU { width:0.5rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW { display:block; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzGveBS0iueH80WGpSnSLEVupqraKh0O { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSUcax2TUcAX6mbKQTa7FS0DHUpm8MTF { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhxkC6NGg2TFRNa9AuS1WiAywwu8cOSq { top:11.125rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrJMgq2VAIpSbMumpnkt4Ihazykcad8p { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcHfXd30FABxhtpZF28KZHzLv9bPZT4y { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXPHcaf4ufauwdTQJGUOTHenLdtLQNfb { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmFAszN6c3gyD2vStEzph1w4FnwuAOr7 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsSzFwe1OKTJbVw80hezevwfRkgVByPF { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqMs4LRhwe4g6Vaw3eV82L9qMhhxPt60 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq7aO4fiIFJwoX0PD7hTOhWh9TEFbGPP { top:36.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2vuWf0G1nUTHVDk8s50VNfbNoGAevtJ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SekEiq7AK6KmDeedWipSG4O60C8r1blz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlPExZRhfK3St7TOUdwERCLr5XuxXTcw { top:36.375rem;left:11.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAVPkw2AqFSEul6KuHVILHdbUnS4m5OZ { top:12.8125rem;left:23.875rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFf781f62QDtChKc0fdB46ktAz1WeRXl { top:25.3125rem;left:29rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpe72KJ908nAz3Ts6tHR2PxgAl7yRTq9 { display:block; }#tpe72KJ908nAz3Ts6tHR2PxgAl7yRTq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idQsEsb4im2qrDx85k8L2WcPwrOQ46DN { top:16.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN3CrWFAEC1Pbw9xkJ15Zn9F4E4zI2ds { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMFrf1ef7QPHTTZSvqNGN9JF27HEO9py { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5SuTIy5T9NeRI6PWkqCRXPXE69Uc7Wx { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0EVtpTOzDmH9AvWIz81s7XnHvVnyUTb { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzDWTgXcTZme2yW9gLaUm7sB7hUGINuw { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVlzWOCW2Q93G2u2bifA9mpHXAVGa6J3 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5bEmtT9HTF3SQLwm71T1qKiTr5KEh2s { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV6C06hkO2MkHyZ4ITEIRbOUfHb0xzlb { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP7lhRtHcSGKo8VhP2Ga37L9bHtZ9fMK { width:4.5rem;height:4.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4dMsPlK2K7GbStTqCRtH0AW1LdoKzPa { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwfoawpmSmrogXLhDx6OTANIS0vbXKco { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRkSdyPkkTAbJJt3OtPTA4UKQ14ieQtZ { width:4.5rem;height:4.5rem;top:15rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXxVEGPmQ8MAbLOc9CWqOUEn69RD3uJv { top:16.1875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c66rmTqU7Zu8ZVMDCm1o6gDNPnLE88Hm { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvQeXVGPTr1BP2LBf7crnl8FDwX0TZCq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTDrk4xGe7Z7l0tCwqiCNH8syx0oJBV { width:4.5rem;height:4.5rem;top:15rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVlBEOHiI1yfwI9Br8krX9fOzrAE864w { top:16.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE { display:block; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCToeFhp1030trKdVNEpfw51wMx4SM1M { top:19.375rem;left:0rem;width:29.375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4aJ7ANOKOU6D2khMJn3nxnvF65NX449 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc { width:37.5rem;height:56.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGwXNfFTLPDXBnguHafUzbLHm5bb20IQ { top:33.8125rem;left:0rem;width:29.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac1vSDxs43eUfd1FkrwZlmHMgXli31sZ { width:37.5rem;height:18.75rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #isTB2kTsL6aEnvfAPDGDLw2sSBrH9tJw { top:4.5625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJkyDJBkeSfWkPaKM4th3uNJslqxgwCW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQiK2l62AgoPGOJNZkiI6oDm4GKAFxIU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr6glD6f6O4WsXJucfMqXhAcCG6Xf383 { width:37.5rem;height:18.75rem;top:18.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuFuGscCXHE2tyXU0SyvLil4KeKbk8bq { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVPJUIHP6TLQhHNOx4o7BewckShFFryZ { top:23.3125rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNxZgRn4OpANE9gQPzTpRvkaupVXMosL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sThwqz094n5Fbkfg6AsilPFI0GODTps1 { width:37.5rem;height:18.75rem;top:37.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qltzbAVZz0aDZw0HT88e3pNHRHbS8iqK { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEGNk5IyldV14oLBHQ4Rr1UeP05cWHPT { top:42.0625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgcyFkgqGkHIqD95Zsir351gdXVKc2y2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOalswUhmikQftwLpV1clDTNeTtKdCiX { display:block; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXegukrNEpNeW16bW6ldyqFlLp5p9MDr { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuL2ui0BShNvwZhFrcToUJCdPcolPXF8 { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlFftrDaMeAOv7MNxnJnHtWm7PzFuy2z { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ccK86XlepoiKANF78xLOpE2RaZT0A0 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbscMACUBGg5syB3UXyIMTBGDRtKOy8x { display:block; }
 }@media only screen and (max-width: 763px) { #wLomiz7wGggScIiINDQa1k1MO2bXJfpQ { width:0.5rem;height:9.375rem;top:1.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPrgRwt2RiN1z0lDHa1gVzu9mBcfJLhI { width:0.5rem;height:9.375rem;top:1.1875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB2FTHS32gT7D9g1ERNe2KaunFIRzxQc { width:0.5rem;height:9.375rem;top:1.1875rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgOoyLyxgn3f8VudUZkPT7TLe1Xw735p { width:0.5rem;height:9.375rem;top:1.1875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc5HABVRzdTgpgnLtHKRZFaDeQAHh4Dy { display:block; }#yc5HABVRzdTgpgnLtHKRZFaDeQAHh4Dy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEhTEdlAOTlysRAcKMe03G9ExSdevWvP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHPTBehhsiXcZAL49KzdE4DuHloEL4Zr { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWQfiUOFRdZsoeeTVMS72WFBLy66E0DQ { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0VrQJLSXBhTd5dVAkU1bxTzaihzm3nX { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcpwPo04GIFWWaR44ACuERf2sfvvh1Jz { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt3xf6XD44ysw6OZiyaa1O8t32A769IM { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSUvS2HtEgeqN8TLP8TrmgqVetIUMJ2t { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f63Mg99lAAh2u4HBr5EKUN2FJ06q0kZW { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfvDf1ChODCglMThWFcO72WH5PrazbXk { top:16rem;left:0rem;width:22.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8VNWpbhM0LNibIF8taIztofOQ4XmbOf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPnzyLTr5vbRP1IfA1c3DGeWETggpf95 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsJiBGxSv4k9N45rikR35RhI3BFQRanF { top:16rem;left:12.625rem;width:19.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOb07WifKvPnpadZCfNvmxTd5vkeSLTZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBi5Abp0SaN15GDyqihmpmxT0iBOBbQ3 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FucD7Crcs5bQJmUeQyHOn9n6toLwaTLS { top:16rem;left:25.25rem;width:22.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpCUpfq4n52sfVisMZV0Ap07UJOcth3t { display:block; }#ZpCUpfq4n52sfVisMZV0Ap07UJOcth3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uvpn7qn76RCRkVCDdXerQmL8wsg76SRz { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE8GAuWKEidOocVMlVubq7oheSegr1Qh { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypNt9GSrJcbq8yuRJ8zKTtqXQy1nZKAx { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky7IpeCalkAHQeh1yCvBUHL2L0sChMeU { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF80hWzy1R31NxtmUF1Q5ANcE1qvzuRI { display:block; }
 }@media only screen and (max-width: 763px) { #zHJ1f8FDUyzaRu2RZPnQO20Nu1DkSI0p { width:0.5rem;height:9.375rem;top:1.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #I04vXDA4ukN8yRrxBFUrnTrXOVt68LBE { width:0.5rem;height:9.375rem;top:1.1875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmWxfwrR61m8AOInOnqJrvoG5yGzN5Th { width:0.5rem;height:9.375rem;top:1.1875rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp06opEI0p6ZhrLIb9FytDfEPqhEucAf { width:0.5rem;height:9.375rem;top:1.1875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T { display:block; }#KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsGNOC1AEx9ZC9PTdP69egPIi6pHRnLP { top:12.625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG1q88qPyGAZA3O6WehIQ6Vd8Bdeah3l { top:16.875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSZsuDArpFxSLpztRIviRW65t4mq9Cmv { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SChbecVTCeH7UOTOUNhCDWoAvvmk8Vpw { display:block; }
 }@media only screen and (max-width: 763px) { #gJHnQ0tn5RavuCX6h48d3BAvLtyGWp9f { width:47.75rem;height:21.25rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOnViax1KDOg1PB2GMeDBbAQ1UdpKms2 { display:block; }#eOnViax1KDOg1PB2GMeDBbAQ1UdpKms2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gViD1awy7nmXBeLufvg3nnrRlonZS5Fv { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #co7v2Pmdf54TQw9INAfpO1uVFBOrEg7m { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0DEeARyVLnhXpuGsX8NtALSt3qLeuTU { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJMIXkMOm7MWORCq8iBJ3Ar14NAXFx2L { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9l893rZZkp1g5PJGL0xd4xIAoaOSeCC { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0s1rVWVdN8I1gBlwhPFOX3BRTir42Qm { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRf0atJgcgFEwyaRwWRW8mHkvz31OTO2 { width:18.75rem;height:16.1875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb2agsVhpPS825hTBPcm3gs80raPFTIT { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMZCe2rpWTHJH93fWuTTkCFsDQmtvlQ4 { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOuvidkOq842U4IEWegyQrozhonowP9d { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4L0mTXikv5cpwZ0bgu7CfkHRZrvXhep { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDWW4PFi4S6fP5N2V6T9IKcoA0qnGwRA { width:18.75rem;height:16.1875rem;top:12.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2WgrnUOEJJbza9beq5R6zIoURovm5CW { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRJJHhtWyrqaEnDruuKxvLiWTp9SZqbs { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3N5o086lN582EatkST2TevS2ux6mAOB { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7UKsAf0Nvg8l0WVpr58yb6qAJM2owv4 { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXUzam3gCigScKmQ59JET7UMvpTaT8db { width:18.75rem;height:16.1875rem;top:12.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3PWOqmWLVrG09iBo5LPwnoILMEqlUfA { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdF62bPrJdt2u7wRI9nz2rHgH6ZL67Gr { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBMs8QmqbVxsTOJg53OTgZwlcgMMxAgl { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otguC15XTMRN4LPAok05CLFuo3UlQEwx { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmDGhMXceIBAGDameRXMDhdyGx4DzLWN { width:18.75rem;height:16.1875rem;top:12.4375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW { display:block; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VC44deeUTdo01gdIJiGaFJI09DuvnVGe { width:10rem;height:10rem;top:13.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZM7giI1b3TwPkkxdFBKMncQcsQUP9hS { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE7kub7a3VJgnkZ1oksTqTrHG9AwbIm0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr9os7n0atVLVhlFlyEteQmiApdAZnAT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiFgp3cAhM7UmpBBoK2vlQz7uK5hKG0 { width:10rem;height:10rem;top:27.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn5eH8KoyxPSBC8nXimIe9Vga4UMvWoa { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4TEyraMXkVixCR3uAhGPWTU5vKk2Poq { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVOL8F2SsbSrbvodloT8TwtfuEmvm37I { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbCsvncmaio2KPMCA5eossbEk0lV5Te3 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTMSexJfZhgyXXVNvNDtpTcIvi9qxtEb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ5xQnowdCK3cS0DNy4TdeEUxM9bv0wZ { width:10rem;height:10rem;top:41rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZOwt9Askm6m4vVsCbGfilH9qC4he1b { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VihJa9B1fQhXfW6hCtiG6fJtMChWd6KR { width:10rem;height:10rem;top:54.75rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yglzXdLROauk8beNtWbbcvX8VN3wEwqf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO0bkmyuKUGglsqn7vHSdd9M32MnoLBs { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihWcGxNJRZ9rRqkD12V8uueU3XkUXVWi { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrVaIJRIXpqoLyVygTMWSiUEVFrRmSTW { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6y8vrSfyVdMUMX0PValwU36DPbXrhdN { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Tg5orREbAWONWJRoOxCHhqMZBTSzZl { width:0.5rem;height:7.5rem;top:21.125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEy5ZT9SW7NzTxpTfKFIpLWVvM8DB95p { width:0.5rem;height:7.5rem;top:34.9375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9ypv4T6tccKSMIpliNPKMkehWLXoykC { width:0.5rem;height:7.5rem;top:48.6875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIGuKSi6gHfxfP3xlp6U6bUOipnU7aiu { display:block; }#VIGuKSi6gHfxfP3xlp6U6bUOipnU7aiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgONHKmAn7q85U3Vba9Is0GA9nzTSSvT { top:6.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5D7SBRf0gdnbwSvMOxBkaGwuORXCpcV { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDvbXsVQ92bFnFFEiQzatqwDneZcCLL1 { width:37.5rem;height:22.1875rem;top:23.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4OTt0TcH6pmhRnyvIIucxvAZWZxv1k3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM8rgVJkARqpEH3lSSJT82i9E3JG0aa5 { width:33.75rem;height:0.0625rem;top:30.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsdqTpP87ddBTnhacBnw8i1AkIbIqKts { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXf2hKnaukqhn67y1crIpFsXCOZHTox { display:block; }
 }@media only screen and (max-width: 763px) { #XrS1mm0BSfiXldu3thK3QLO6OdOXzd22 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EctoAf7pDeQDKmWcBNIVPTldnMpK7TLV { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeDp3mnX87r5yRkH1OulK5AIE5PmXg12 { top:17.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo4sVnh9LHNKxc7G0pfsRNlBxogvBo9z { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpwpZZ62EdUZ6GrMCgrnkX9W9BZH0dQF { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubvw2GA8K87ziTrpixSWF5I2Fg28NgKW { top:26.75rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzUGy3upoxTLNcdQ3CDCt9k5ydJugJuA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrKgWTZR0nkRKKyQfXTuKIVKDUZMiZF2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6dtOZ9MFm6p1VZmikWpvRbqTOB71O8w { top:35.75rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVouVxmIHsDC22ZM4Z8ZQKcOW7Qz2mHT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#sVouVxmIHsDC22ZM4Z8ZQKcOW7Qz2mHT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0b01568d242b44696d58079fd625d83ae18142c7.svg); }
 }@media only screen and (max-width: 763px) { #HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 { display:block; }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUXBLNpsy71hZkoHCgAAaBkubGwKXMCD { top:5.5625rem;left:0rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8FBSGST7RzluWHebAFNt3MHDbd5SeHV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgLl4lNp7hg1lf9O6nP3c6lJTCNdn5LP { width:16.25rem;height:0.5rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4o56TE2dE8zHTbTMlvUT0UQJ3Eftt4h { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZWLo2Aa7oDX4b7A11mmPS74UsfE5z7z { top:5.5625rem;left:5.75rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD1lgb5TC1JIzzkQV5HKEAbeKT7cEF7w { width:16.25rem;height:0.5rem;top:10.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQTbG8KXnGXrvnpOXTQmKJcemZWMEduz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqHq6iN8WTQd3BG3PTqZDxdDq2T13H3G { top:5.5625rem;left:25.125rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJfqZz3R34MMXAnlDmn9RqGQq78FW8D4 { width:16.25rem;height:0.5rem;top:10.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXTPOr7uETPHRnx9uFyLWnkUTm50HeRb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NehEJvfodCyOB2uXnsGbJzvJ1tpBhCkE { top:5.5625rem;left:31.5rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGW90l0hlyP9iTTGTcwT4z4HGqd9R44k { width:16.25rem;height:0.5rem;top:10.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ { display:block; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mw9qKoyk6TELCAimPJzKllSmBbkcXXgx { top:5.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u077VpkkiOCqIwxpADIN4UPP6AHIAEgC { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtUVG038AlwdgQ4n6sdbaHOeQKuZLxhP { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6vlKzMGpUaCtqHs0cEC5vHabXP5HFcU { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9n5hIm61Woo9lRr3CROf8zUitFSGZN8 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm2RsCOQ9d50yOGgDIrnezPDRBhDqH6C { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdhUrhptkxo6iH5BSKeOxlsoS70fs6gi { width:25rem;height:15rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGlaTE4VHxcwoXMXT87PQDSDSDT69aW { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWUCKIQPEu28u1gy2pbFPqCUv9P7TIyB { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBPagraL4hKD97sgNKihhu4Ntuce9SqN { width:2rem;height:2rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxO1teARKBaxcs8HDLrXJzEq5u9AKRlV { width:25rem;height:15rem;top:13.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgraEiEy9N3iR3Z1qpQngyTNQ8OvhHUI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeFeTBFzmgH8UH0d8hMgOOLF6zlUWXPx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg5tBrzkCmfaI5udpcQxN2kPIMRo9Ewm { width:2rem;height:2rem;top:15rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDI7rX5UpbbxGHJ8QZq17L2RWBMPox7N { width:25rem;height:15rem;top:13.75rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsrmXQ5B5Ouf3HMkXUCLETA9fVyerFC2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5MvfLXdtk3PC96UySZ9Jx7ntyJMnhCT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TttCctwKQawSaVgyVai1gyAOdfLaqz79 { width:2rem;height:2rem;top:15rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClSb9TmxkbMrZHFDDTXXuZ0S3oPSVHZ8 { display:block; }#ClSb9TmxkbMrZHFDDTXXuZ0S3oPSVHZ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4huKv0R8TDeCnyHtppaDhxNaZPbTzOZ { width:7.5rem;height:7.5rem;top:6.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZyTGJPMgXipsHdI1hIghOStUtkrON5c { width:7.5rem;height:7.5rem;top:6.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6eJ0EhF6qNfklhu05eu7z30aOt8WTGp { width:7.5rem;height:7.5rem;top:6.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Azd0A3aT3eHob7a6BvTLKhia3ugW9k { width:7.5rem;height:7.5rem;top:6.25rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL5NMBl86gbDP96qBkp8WGqJOUs51RBI { top:6.25rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eebs2tVcVNJUhvQzlIAeGEP97wpNs3Xh { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VarAW71GO3ycMWprWKW08HOrVlehlkOA { width:0.5rem;height:5rem;top:6.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCNIGwETRSpAIsZTsM1XmbHKPyaJDJy1 { width:0.5rem;height:5rem;top:6.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB6u0SpZ22RGBnsxLOBOr7C6ocxfJXwJ { width:0.5rem;height:5rem;top:6.25rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwtgdxV5a4wmHuoOmv4D1hVysV1TQ28o { width:0.5rem;height:5rem;top:6.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEPEKacwPfmw3qw85An3P7gWz8PUWalf { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdzoxEFdUZciwram1QzI9hC8O5NRxwT8 { width:7.5rem;height:7.5rem;top:16.25rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNIKNxoaQfJ50gWlKxV5BALhM36g3TP8 { width:7.5rem;height:7.5rem;top:16.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt7TnhipEL4l6ifXIr6ln76zLCi4VQZ8 { width:7.5rem;height:7.5rem;top:16.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm6NcQeFkWNb6PN5o3QzGzed6gIezwkB { width:7.5rem;height:7.5rem;top:16.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZu5Iy9dLTzTD96oLafE8BblIWmccDHD { display:block; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpwpKUwcRbPib2tZWFMAalnCFbeB4uzm { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3  { width:25rem;height:auto;top:8.75rem;left:20.25rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 {display:block;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 { width:25rem;height:auto;top:8.75rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #bKLtxOGQF6zD85nZh1eziBT8qkRD03kr {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #vm5wppvHT3TwXTTX8WVB4TteV8znz267 {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BxxXASTZsG61pQE8THxS7Q8fGSioaufn {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #beZuHAxoScBLwGKiOzwdBS6dzEguUPCk {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #HciCn555J06PbUGJDh5kU3AWRZAd5MRi {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #Fdu0uDDeH3dMz3MCzCOWu91guJ9zuLeX {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #rwpX7NTi2oA2De9lmKxWi60bvptJ9qCN {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #XD8FyvOZwBPpmSGnArAglE5naFgFRH2W {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BS1dBt2LGacJcymoWZ4KaJL3onn8o0y1 {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #JDz0wpeURrTy3W04MUmNQMcQ954EMxXT {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #UcXmnZh1n1VM9XeS5E1QcH8HfGKEbSz2 {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #KDZPzl6gUx7D8gZvMFP1AVxWTnoEXDzZ {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #M7luO0DqJEOKVz8lUsJng7Mdpsa3Mr36 {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #R1Iiyet4HhcUVWzQiyVwIhLEqtRmGWqe {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #QqqapS2mlJzgpK795ZxoXrko1THDscdm {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #DASJnWMt84fCzofFVn9WAXr28CSKx29L {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #awig1Ko2T0loyZMTTunOvwQy74RtLJcP {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #AMa485PXli1522rdzkrNgf7qCuEPUyfF {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BUlhnv3LpntbhLzaTKCvkpsADEQf8oDP {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #kx1Cy4ze5xR65b6UtDhTAXLL8aatIG6Z {  }
 }@media only screen and (max-width: 763px) { #OXwUOIzazXIbhtu749V7dKox0UF70ZT4 { width:35rem;height:41.5rem;top:5.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2U5x4e3nR16zAxU7zJi78tlwFLGfmVn { top:15.5625rem;left:0rem;width:33.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmw5wD4OGelX3r9cTZ6tdDXNyduKeASo { width:0.5rem;height:31.25rem;top:0rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMrkP5hukTRw2g7e4r3R6bquBFFu8gnS { width:0.5rem;height:31.25rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAdMgfPZntEVXW61dmP3JZoyMBEHRHXQ { width:0.5rem;height:31.25rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klEh8EOacqvIKXEVLSNmrTiDl09Ll4LX { width:0.5rem;height:31.25rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrmJq8hQ45CkHu4m12Ji5qOepcI508r1 { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3T2f1s1bSXifMgAHm6vXFExoHAX7rRI { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhBmf8aDKB77A1gO1XPqehtVXMKzH6y4 { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6roCM6WJV2QVSeTNW7BdUNtVsAnsATN { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRCEwXKiOv0LIe8d0H32TLv8dysZ7ZeI { top:26.125rem;left:0rem;width:33.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwLs3bgcNTkdmNFWkkIuzryuXVTWUKwG { display:block; }#bwLs3bgcNTkdmNFWkkIuzryuXVTWUKwG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2T9MEgwEJwta50diWvwVlRNAnRZTE7O { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz2UsRpZmMKXZfHFkOtiLvky7ytso3fw { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu9XpTqALJPwaiqIgPU7LHe5X5KW18FO { width:25.625rem;height:0.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #OrXF3XcX568qwtL2ebNhJJ8ScwVzMrG3 {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #LnGM9EefekxETO1QBzylDdUuqTDxZlBM {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #ruGhUTI1agt1xafsTI7DQXXGQwyrv9zk {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #oCTKTZvvFmZlBuhlTUlacpth3rFnE0GX {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #KoSZBMVeTqg1C8gCIoNArXHmOOIKK2vs {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #oir3c42Xg7NrTyc4ChNIioQg6WSCFgM4 {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #bGS6Bkf9RMoe0VqiuBr8qEGMkbO4UvaQ {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #neRPLho9iX8FqiDyCBXCnW631dl2hzXo {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #W8tKVRJn7mJFRHEPFuFEZtwP46LErsvF {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #AdhLh1KrMNJFVXeQgeGWDyHJWqrZ3Ag8 {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #ROv0GJi6K5veLiumEFsFd5TPD4s6nSJ4 {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #WdrOeT6mLUmlNBqXan84w7moAh2TmiLJ {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #aksvaAxwizpNZ51h2XJNIOW7yUS4Wm9C {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #fWQPse7EIe6FCZd6AP4xzEVyGOHvL7Pc {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #wUpIrD8Cf2u0rlXDbBVPdblpCniEggvK {  }
 }@media only screen and (max-width: 763px) { #Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv { display:block; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovRlO8xA7SZA2xdMCzCCfpLDoo47UPCZ { top:6.25rem;left:0rem;width:31.25rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLvPdu4OWJDP4LM7lA9SfSrTRkgHkuDJ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKCCgTNog93mL1m4LMogvZixo81U1qaA { top:13.4375rem;left:0rem;width:31.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGhhbuesTkQdnDw7a8tsdfhm8fV8Kh6e { width:1.5rem;height:1.5rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMwSEGHswpf61KQ9AFqd7RUGNtmrfn3e { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTPZl5OgJVPvJWFl8IbGGWLJ69dVDszr { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL3TxHi1cO0R0r6crzC6B2bsZpiFybCL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaVobLqLXt1suwKPl778dUCPrxyqRSgE { width:1.5rem;height:1.5rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJulburORTX5HGbm8Vo8ST2QSDTnNNMI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbi4QTqpokwOKZPiwqrRdqPqE78sTFgA { width:1.5rem;height:1.5rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq0TZcXxLGW4cToP7T29eqPqPPhoQRLI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnssPZq9ZPbqh0LSmc3i7VW6fQOKa0L3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RooJ6txxO1qzawdgcHbL0Twm1aGEVROs { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpwTEUWOUNNtBgfmKRA5tOZhiK1AqJxJ { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdIS7kSoq4l6BCNvSl8M0IFtoXoFBgq4 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79AlVymqv5MnCJsyqHN4ZWTrAQDCcdy { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBW94DBgWm4LP9lOJg89R9C0PWIqksO { width:18.75rem;height:12.5rem;top:6.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { width:7.8125rem;height:2.1875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #er6DOh6ekXN2KcfchSppmxl2s8UAgL2h { display:block; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.296875rem;padding-bottom:0.333125rem;padding-left:0.296875rem;width:1.781875rem;min-width:1.781875rem;height:1.791875rem;font-size:1.333125rem;line-height:28.67px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.208125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.375625rem;height:0.708125rem;font-size:0.5rem;line-height:11.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT { display:flex;width:12.1875rem;height:3.375rem;top:4.0234375rem;left:3.90625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #uBU9IT1emiyGTzg6QPsgG6XloGI48QeT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #ubTqr8MgtgSkxMopQZMy3vAgdIdc8Bfk {  }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #skNCAxczRPf9R8N12iuRxrkD3lQ3fB3a {  }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #KOdUtnhhL3tbRl7LwKavgwlZXIZ4b7eR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #PSLheTzXTXf2ZQLdBTz1813cRnoKLrln {  }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #ue82kz9CQIlreHcdevvW8hOuDvx4BZTz {  }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #WIyP4VoDxxp0TSqqgfvd9oOBWyyzT0EN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #RQxG9axdrkZeQyuKgwgTZhrTlN2I9JME {  }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #iQdUQH15eSigIpHTF5ySbBqcnMfzFI7C {  }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #FffTbynrCsa9TcCTRdIqpzkaCvSr5DGJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #sIgQzT6TqGsLf2Gilt3H8TB6bnGn1MeD {  }
 }@media only screen and (max-width: 763px) { #gqs8EauJpLsfH3Vp0STMf2VGVCgcZAuT #ey30XTn9OWReEHDDoioaLHH8A2lzwVlJ {  }
 }@media only screen and (max-width: 763px) { #LPox9qqavsFloonRk9dX5N4Bziu9EpDz { width:17.5rem;height:3.4375rem;top:8.6484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smKGODqHiT0tqTVpXGyTRBKnIE47dr1v { display:block; }
 }@media only screen and (max-width: 763px) { #PI1fQ12tkm2yK497RF3cOKuhRepNCD1J { width:20rem;height:1.69970625rem;top:1.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TR45wXFx67TDDfG17fdK8TfyiaACUh9a { display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFcn7uPNMQ9ZtMv8btwHnHRiILnxHDcV { width:12.75rem;height:3.75rem;top:19.375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XCpfyLOVkzNZe0TTCNJmhHmCvuh2bwMX { display:block; }
 }@media only screen and (max-width: 763px) { #layx5fz6EGyAGdcGlnqtqa3yBRA7Ol4h { width:8.125rem;height:3.75rem;top:11.640625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrruT0P8rhH0py1FrzmhVWzheDiOq9lI { display:block; }
 }@media only screen and (max-width: 763px) { #PeKaeEVofrTOZTi5y8pBQfH4rw34MShm { width:11.25rem;height:3.75rem;top:17.59375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1o0opd8t9foJHbKMJGSRLNZ6xl5p5CI { display:block; }
 }@media only screen and (max-width: 763px) { #pVMr7XX0W05BlVt71Zg6Bv2d7tbesPdV { width:8.125rem;height:3.75rem;top:23.59375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaNpoW6MfTB1ldl5n6dyF5AmkM95PvOC { display:block; }
 }@media only screen and (max-width: 763px) { #NORTaxVFORlZCah9Lm3stkImrzTAm8Ce { width:20rem;height:5.25rem;top:3.5164555647841rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW { display:block; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZ6H2Q2hLkPLVHkHv6975pSzgrXxk58C { width:17.5rem;height:1.57470625rem;top:26.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEgQMGT1t0U8b8ywhJRqM6uXwRO3asal { width:17.5rem;height:5.5996125rem;top:29.625rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu  { width:17.5rem;height:auto;top:35.224609375rem;left:0rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu {display:block;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu { width:17.5rem;height:auto;top:35.224609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #qpItcofeSaW9ZSM96tgAd1WiFSwz7T6Z {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #Hx8EWQsO8f3F2012cZswXPeeWMlr8xfH {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #yKCGco6Ui2WVNOTG2WWUa7cFCyahFtTT {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #zPsHRW0q0hxC8DsQ48hGzXwFM6kS4PcU {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #tobHNCLxdES0KesobgQWZ8K3wfN3zHZi {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #l5TlayTM7CERHA3oJsEqoegidSfe7eHt {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #ZlFAb0mR61LJPnnmKpOEq7cm5DWgNvyR {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #a6qnULQFEQBUaeoahKms9GHpTpGcDPEJ {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #yyBwkeapd2TE77dQqLVntRavconCTkh3 {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #aRXdqgAiUMqI5Sy21mDDUBtOxnuKTSXS {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #QTcR3yTTnQiWiDCO0l7PvuCN8oPpcQky {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #eiFphOhgUkWTvzgSWos35TrWyFeXubcS {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #VSMOVt8dzN9TRZCTWBVJOKIQTDNaCzcE {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #OV9mhqbpb4tsQTL7EF204kEFfzumm2bh {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #VDAfiQWqRCLfTGUqBXHDhhkqMVIcSBTL {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #dJHWzKHw4nx0KfDMhufZ2edRuCUbIJ9p {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #A3kL4gCqDLDvATNlmBMahC7rg90r9nMl {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #IVOFhqFkgEgrxVPT873tg3VaLq3OL3bD {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #XHdDpBe9AIDQOhhbcDkSV5tsITVWemPy {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #g7z8B7KtA3gm6IIusR7TvfZkIwyLQ5T2 {  }
 }@media only screen and (max-width: 763px) { #XVMRMksyXMI9A0iIoFbWxt5EgralSg4e { width:20rem;height:51.0625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMZP6eClOK48sCvuzLT9PN4e4fnJ6ILr { width:20rem;height:3.3994125rem;top:14.734375rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IoKCx54F4SZmTDefcBH5AQtIZ8eCEgI6 { width:20rem;height:6.2998125rem;top:4.375rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLdQTTwCD0Lx1mKTm1ydozUfqhOAlSId { width:12.75rem;height:3.75rem;top:21.7705078125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Afq3ICUPX9xKKeE19QOzhaSEtyGK3IFJ { display:block; }
 }@media only screen and (max-width: 763px) { #aHLWR7SXVGNlT3w5ruuHy1IS49UTAimn { width:0.5rem;height:31.25rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFzZXTHGhhZrIUAWqCZvc8LMAP04JHtm { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9FPcvzr71VJrhfL4Ci2qJrTUTJ2fBGO { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxHo2GDwb7ZMAxyRoSbug9g8sFRqSJpL { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc8vb0ILBcuUWguS3qS7AnZIdkqsQgkx { width:0.5rem;height:31.25rem;top:37.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvRadUKm1yK4fwerBVpXG3LtT3fami0N { width:0.5rem;height:31.25rem;top:37.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPgwp4OWDoykb78ui2ul5KC0zwbm4XsP { width:0.5rem;height:31.25rem;top:37.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpFv8EBvH1Q7hgmNMbPPftcqBTEKTquU { width:0.5rem;height:31.25rem;top:37.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW { display:block; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzGveBS0iueH80WGpSnSLEVupqraKh0O { width:20rem;height:23.795875rem;top:8.249025rem;left:0rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #cSUcax2TUcAX6mbKQTa7FS0DHUpm8MTF { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhxkC6NGg2TFRNa9AuS1WiAywwu8cOSq { width:20rem;height:2.125rem;top:1.57421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrJMgq2VAIpSbMumpnkt4Ihazykcad8p { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcHfXd30FABxhtpZF28KZHzLv9bPZT4y { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXPHcaf4ufauwdTQJGUOTHenLdtLQNfb { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmFAszN6c3gyD2vStEzph1w4FnwuAOr7 { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsSzFwe1OKTJbVw80hezevwfRkgVByPF { width:17.5rem;height:1.9121125rem;top:51.5rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BqMs4LRhwe4g6Vaw3eV82L9qMhhxPt60 { width:20rem;height:3.3994125rem;top:55.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gq7aO4fiIFJwoX0PD7hTOhWh9TEFbGPP { display:flex;width:1.5rem;height:1.5rem;top:51.7060546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F2vuWf0G1nUTHVDk8s50VNfbNoGAevtJ { width:20rem;height:3.3994125rem;top:65.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SekEiq7AK6KmDeedWipSG4O60C8r1blz { width:17.5rem;height:1.9121125rem;top:61.2685546875rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tlPExZRhfK3St7TOUdwERCLr5XuxXTcw { display:flex;width:1.5rem;height:1.5rem;top:61.474609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAVPkw2AqFSEul6KuHVILHdbUnS4m5OZ { width:10rem;height:6.625rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFf781f62QDtChKc0fdB46ktAz1WeRXl { width:10rem;height:6.625rem;top:43.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpe72KJ908nAz3Ts6tHR2PxgAl7yRTq9 { display:block; }#tpe72KJ908nAz3Ts6tHR2PxgAl7yRTq9 > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idQsEsb4im2qrDx85k8L2WcPwrOQ46DN { display:flex;width:2.125rem;height:2.125rem;top:14.3125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #SN3CrWFAEC1Pbw9xkJ15Zn9F4E4zI2ds { width:20rem;height:2.54980625rem;top:18.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMFrf1ef7QPHTTZSvqNGN9JF27HEO9py { width:20rem;height:3.3994125rem;top:21.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5SuTIy5T9NeRI6PWkqCRXPXE69Uc7Wx { width:20rem;height:2.125rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0EVtpTOzDmH9AvWIz81s7XnHvVnyUTb { width:20rem;height:2.79980625rem;top:5.44921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzDWTgXcTZme2yW9gLaUm7sB7hUGINuw { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVlzWOCW2Q93G2u2bifA9mpHXAVGa6J3 { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5bEmtT9HTF3SQLwm71T1qKiTr5KEh2s { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV6C06hkO2MkHyZ4ITEIRbOUfHb0xzlb { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP7lhRtHcSGKo8VhP2Ga37L9bHtZ9fMK { width:4.5rem;height:4.5rem;top:13.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4dMsPlK2K7GbStTqCRtH0AW1LdoKzPa { width:20rem;height:3.3994125rem;top:37.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwfoawpmSmrogXLhDx6OTANIS0vbXKco { width:20rem;height:2.54980625rem;top:33.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRkSdyPkkTAbJJt3OtPTA4UKQ14ieQtZ { width:4.5rem;height:4.5rem;top:28.16015625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXxVEGPmQ8MAbLOc9CWqOUEn69RD3uJv { display:flex;width:2.125rem;height:2.125rem;top:29.34765625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #c66rmTqU7Zu8ZVMDCm1o6gDNPnLE88Hm { width:20rem;height:3.3994125rem;top:52.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvQeXVGPTr1BP2LBf7crnl8FDwX0TZCq { width:20rem;height:2.54980625rem;top:49.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ytTDrk4xGe7Z7l0tCwqiCNH8syx0oJBV { width:4.5rem;height:4.5rem;top:44.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVlBEOHiI1yfwI9Br8krX9fOzrAE864w { display:flex;width:2.125rem;height:2.125rem;top:45.25rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE { display:block; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCToeFhp1030trKdVNEpfw51wMx4SM1M { width:16.25rem;height:4.25rem;top:6.3125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4aJ7ANOKOU6D2khMJn3nxnvF65NX449 { width:16.25rem;height:5.5996125rem;top:11.4375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGwXNfFTLPDXBnguHafUzbLHm5bb20IQ { width:16.25rem;height:3.3994125rem;top:18.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac1vSDxs43eUfd1FkrwZlmHMgXli31sZ { width:20rem;height:16.25rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isTB2kTsL6aEnvfAPDGDLw2sSBrH9tJw { display:flex;width:2.125rem;height:2.125rem;top:35rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #GJkyDJBkeSfWkPaKM4th3uNJslqxgwCW { width:17.5rem;height:2.54980625rem;top:38.0625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nQiK2l62AgoPGOJNZkiI6oDm4GKAFxIU { width:17.5rem;height:3.3994125rem;top:41.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kr6glD6f6O4WsXJucfMqXhAcCG6Xf383 { width:20rem;height:16.25rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuFuGscCXHE2tyXU0SyvLil4KeKbk8bq { width:17.5rem;height:3.3994125rem;top:59.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MVPJUIHP6TLQhHNOx4o7BewckShFFryZ { display:flex;width:2.125rem;height:2.125rem;top:53.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #GNxZgRn4OpANE9gQPzTpRvkaupVXMosL { width:17.5rem;height:2.54980625rem;top:56.1875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sThwqz094n5Fbkfg6AsilPFI0GODTps1 { width:20rem;height:16.25rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qltzbAVZz0aDZw0HT88e3pNHRHbS8iqK { width:17.5rem;height:3.3994125rem;top:77.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XEGNk5IyldV14oLBHQ4Rr1UeP05cWHPT { display:flex;width:2.125rem;height:2.125rem;top:71.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #SgcyFkgqGkHIqD95Zsir351gdXVKc2y2 { width:17.5rem;height:2.54980625rem;top:74.3125rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AOalswUhmikQftwLpV1clDTNeTtKdCiX { display:block; }#AOalswUhmikQftwLpV1clDTNeTtKdCiX > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXegukrNEpNeW16bW6ldyqFlLp5p9MDr { width:20rem;height:24.8125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuL2ui0BShNvwZhFrcToUJCdPcolPXF8 { width:17.5rem;height:6.7988125rem;top:9.974609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlFftrDaMeAOv7MNxnJnHtWm7PzFuy2z { width:17.5rem;height:2.79980625rem;top:3.125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ccK86XlepoiKANF78xLOpE2RaZT0A0 { width:12.75rem;height:3.75rem;top:20.345703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbscMACUBGg5syB3UXyIMTBGDRtKOy8x { display:block; }
 }@media only screen and (max-width: 763px) { #wLomiz7wGggScIiINDQa1k1MO2bXJfpQ { width:0.5rem;height:9.375rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPrgRwt2RiN1z0lDHa1gVzu9mBcfJLhI { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB2FTHS32gT7D9g1ERNe2KaunFIRzxQc { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgOoyLyxgn3f8VudUZkPT7TLe1Xw735p { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc5HABVRzdTgpgnLtHKRZFaDeQAHh4Dy { display:block; }#yc5HABVRzdTgpgnLtHKRZFaDeQAHh4Dy > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEhTEdlAOTlysRAcKMe03G9ExSdevWvP { width:20rem;height:2.54980625rem;top:26.69970703125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHPTBehhsiXcZAL49KzdE4DuHloEL4Zr { width:20rem;height:3.3994125rem;top:29.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWQfiUOFRdZsoeeTVMS72WFBLy66E0DQ { width:20rem;height:2.125rem;top:1.36328125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0VrQJLSXBhTd5dVAkU1bxTzaihzm3nX { width:20rem;height:8.3994375rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcpwPo04GIFWWaR44ACuERf2sfvvh1Jz { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt3xf6XD44ysw6OZiyaa1O8t32A769IM { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSUvS2HtEgeqN8TLP8TrmgqVetIUMJ2t { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f63Mg99lAAh2u4HBr5EKUN2FJ06q0kZW { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfvDf1ChODCglMThWFcO72WH5PrazbXk { width:19.875rem;height:13.25rem;top:12.53466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8VNWpbhM0LNibIF8taIztofOQ4XmbOf { width:20rem;height:2.54980625rem;top:49.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPnzyLTr5vbRP1IfA1c3DGeWETggpf95 { width:20rem;height:3.3994125rem;top:53.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lsJiBGxSv4k9N45rikR35RhI3BFQRanF { width:17.625rem;height:13.1875rem;top:35.53515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOb07WifKvPnpadZCfNvmxTd5vkeSLTZ { width:20rem;height:2.54980625rem;top:73.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uBi5Abp0SaN15GDyqihmpmxT0iBOBbQ3 { width:20rem;height:3.3994125rem;top:77.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FucD7Crcs5bQJmUeQyHOn9n6toLwaTLS { width:19.875rem;height:13.25rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpCUpfq4n52sfVisMZV0Ap07UJOcth3t { display:none; }#ZpCUpfq4n52sfVisMZV0Ap07UJOcth3t > .row .container { width:20rem;height:39.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uvpn7qn76RCRkVCDdXerQmL8wsg76SRz { width:20rem;height:25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE8GAuWKEidOocVMlVubq7oheSegr1Qh { width:17.5rem;height:8.4985625rem;top:9.974609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypNt9GSrJcbq8yuRJ8zKTtqXQy1nZKAx { width:17.5rem;height:5.5996125rem;top:3.125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky7IpeCalkAHQeh1yCvBUHL2L0sChMeU { width:12.75rem;height:3.75rem;top:20.345703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF80hWzy1R31NxtmUF1Q5ANcE1qvzuRI { display:block; }
 }@media only screen and (max-width: 763px) { #zHJ1f8FDUyzaRu2RZPnQO20Nu1DkSI0p { width:0.5rem;height:9.375rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I04vXDA4ukN8yRrxBFUrnTrXOVt68LBE { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmWxfwrR61m8AOInOnqJrvoG5yGzN5Th { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp06opEI0p6ZhrLIb9FytDfEPqhEucAf { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T { display:block; }#KrUcwLiqOObWbfLkk7QStx8Zw68HrW5T > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsGNOC1AEx9ZC9PTdP69egPIi6pHRnLP { width:17.5rem;height:6.2998125rem;top:10rem;left:1.25rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #zG1q88qPyGAZA3O6WehIQ6Vd8Bdeah3l { width:17.5rem;height:3.82421875rem;top:20.625rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #BSZsuDArpFxSLpztRIviRW65t4mq9Cmv { width:12.75rem;height:3.75rem;top:27.9375rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #SChbecVTCeH7UOTOUNhCDWoAvvmk8Vpw { display:block; }
 }@media only screen and (max-width: 763px) { #gJHnQ0tn5RavuCX6h48d3BAvLtyGWp9f { width:20rem;height:28.75rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOnViax1KDOg1PB2GMeDBbAQ1UdpKms2 { display:none; }#eOnViax1KDOg1PB2GMeDBbAQ1UdpKms2 > .row .container { width:20rem;height:168.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gViD1awy7nmXBeLufvg3nnrRlonZS5Fv { width:20rem;height:2.125rem;top:3.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #co7v2Pmdf54TQw9INAfpO1uVFBOrEg7m { width:20rem;height:2.79980625rem;top:7.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0DEeARyVLnhXpuGsX8NtALSt3qLeuTU { width:20rem;height:20rem;top:14.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJMIXkMOm7MWORCq8iBJ3Ar14NAXFx2L { width:20rem;height:8.4985625rem;top:40.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9l893rZZkp1g5PJGL0xd4xIAoaOSeCC { width:20rem;height:1.69970625rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0s1rVWVdN8I1gBlwhPFOX3BRTir42Qm { width:20rem;height:1.9121125rem;top:35.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRf0atJgcgFEwyaRwWRW8mHkvz31OTO2 { width:20rem;height:16.1875rem;top:13.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb2agsVhpPS825hTBPcm3gs80raPFTIT { width:20rem;height:8.4985625rem;top:78.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMZCe2rpWTHJH93fWuTTkCFsDQmtvlQ4 { width:20rem;height:1.69970625rem;top:75.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOuvidkOq842U4IEWegyQrozhonowP9d { width:20rem;height:1.9121125rem;top:73.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4L0mTXikv5cpwZ0bgu7CfkHRZrvXhep { width:20rem;height:20rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDWW4PFi4S6fP5N2V6T9IKcoA0qnGwRA { width:20rem;height:16.1875rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2WgrnUOEJJbza9beq5R6zIoURovm5CW { width:20rem;height:6.7988125rem;top:116.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRJJHhtWyrqaEnDruuKxvLiWTp9SZqbs { width:20rem;height:1.69970625rem;top:113.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3N5o086lN582EatkST2TevS2ux6mAOB { width:20rem;height:1.9121125rem;top:112rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7UKsAf0Nvg8l0WVpr58yb6qAJM2owv4 { width:20rem;height:20rem;top:90.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXUzam3gCigScKmQ59JET7UMvpTaT8db { width:20rem;height:16.1875rem;top:89.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3PWOqmWLVrG09iBo5LPwnoILMEqlUfA { width:20rem;height:6.7988125rem;top:155.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdF62bPrJdt2u7wRI9nz2rHgH6ZL67Gr { width:20rem;height:1.69970625rem;top:152.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBMs8QmqbVxsTOJg53OTgZwlcgMMxAgl { width:20rem;height:1.9121125rem;top:150.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otguC15XTMRN4LPAok05CLFuo3UlQEwx { width:20rem;height:20rem;top:128.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmDGhMXceIBAGDameRXMDhdyGx4DzLWN { width:20rem;height:16.1875rem;top:127.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW { display:block; }#TUdfHLRisvpN1Nps7mZkwCmxwFXnLyJW > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VC44deeUTdo01gdIJiGaFJI09DuvnVGe { width:10rem;height:10rem;top:8.249025rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZM7giI1b3TwPkkxdFBKMncQcsQUP9hS { width:6.25rem;height:5.42480625rem;top:10.536134375rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE7kub7a3VJgnkZ1oksTqTrHG9AwbIm0 { width:16.875rem;height:2.54980625rem;top:18.875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fr9os7n0atVLVhlFlyEteQmiApdAZnAT { width:16.875rem;height:5.09911875rem;top:21.375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBiFgp3cAhM7UmpBBoK2vlQz7uK5hKG0 { width:10rem;height:10rem;top:30.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn5eH8KoyxPSBC8nXimIe9Vga4UMvWoa { width:16.875rem;height:2.54980625rem;top:40.6875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4TEyraMXkVixCR3uAhGPWTU5vKk2Poq { width:16.875rem;height:5.09911875rem;top:43.1875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dVOL8F2SsbSrbvodloT8TwtfuEmvm37I { width:6.25rem;height:5.42480625rem;top:32.375rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbCsvncmaio2KPMCA5eossbEk0lV5Te3 { width:16.875rem;height:5.09911875rem;top:65rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTMSexJfZhgyXXVNvNDtpTcIvi9qxtEb { width:16.875rem;height:5.09911875rem;top:86.8125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJ5xQnowdCK3cS0DNy4TdeEUxM9bv0wZ { width:10rem;height:10rem;top:51.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZOwt9Askm6m4vVsCbGfilH9qC4he1b { width:20rem;height:2.54980625rem;top:62.5126953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VihJa9B1fQhXfW6hCtiG6fJtMChWd6KR { width:10rem;height:10rem;top:73.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yglzXdLROauk8beNtWbbcvX8VN3wEwqf { width:16.875rem;height:2.54980625rem;top:84.3125rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qO0bkmyuKUGglsqn7vHSdd9M32MnoLBs { width:6.25rem;height:5.42480625rem;top:54.1875rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihWcGxNJRZ9rRqkD12V8uueU3XkUXVWi { width:6.25rem;height:5.42480625rem;top:76rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrVaIJRIXpqoLyVygTMWSiUEVFrRmSTW { width:20rem;height:2.125rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6y8vrSfyVdMUMX0PValwU36DPbXrhdN { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Tg5orREbAWONWJRoOxCHhqMZBTSzZl { width:12.5rem;height:0.5rem;top:15.5234375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEy5ZT9SW7NzTxpTfKFIpLWVvM8DB95p { width:12.5rem;height:0.5rem;top:40.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9ypv4T6tccKSMIpliNPKMkehWLXoykC { width:12.5rem;height:0.5rem;top:53.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIGuKSi6gHfxfP3xlp6U6bUOipnU7aiu { display:none; }#VIGuKSi6gHfxfP3xlp6U6bUOipnU7aiu > .row .container { width:20rem;height:80.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UgONHKmAn7q85U3Vba9Is0GA9nzTSSvT { width:20rem;height:2.125rem;top:0.88671875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5D7SBRf0gdnbwSvMOxBkaGwuORXCpcV { width:20rem;height:2.79980625rem;top:2.94921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDvbXsVQ92bFnFFEiQzatqwDneZcCLL1 { width:20rem;height:30rem;top:8.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4OTt0TcH6pmhRnyvIIucxvAZWZxv1k3 { width:17.5rem;height:2.9746125rem;top:18.2109375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XM8rgVJkARqpEH3lSSJT82i9E3JG0aa5 { width:17.5rem;height:0.0625rem;top:23.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsdqTpP87ddBTnhacBnw8i1AkIbIqKts { width:10.625rem;height:3.75rem;top:32.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXf2hKnaukqhn67y1crIpFsXCOZHTox { display:block; }
 }@media only screen and (max-width: 763px) { #XrS1mm0BSfiXldu3thK3QLO6OdOXzd22 { width:16.875rem;height:2.54980625rem;top:42.8740234375rem;left:3.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EctoAf7pDeQDKmWcBNIVPTldnMpK7TLV { width:16.875rem;height:3.3994125rem;top:46.111328125rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PeDp3mnX87r5yRkH1OulK5AIE5PmXg12 { display:flex;width:2.125rem;height:2.125rem;top:43.0859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lo4sVnh9LHNKxc7G0pfsRNlBxogvBo9z { width:16.875rem;height:1.69970625rem;top:58.3212921875rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FpwpZZ62EdUZ6GrMCgrnkX9W9BZH0dQF { width:16.875rem;height:2.54980625rem;top:55.1464859375rem;left:3.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ubvw2GA8K87ziTrpixSWF5I2Fg28NgKW { display:flex;width:2.125rem;height:2.125rem;top:55.3583984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VzUGy3upoxTLNcdQ3CDCt9k5ydJugJuA { width:16.875rem;height:3.3994125rem;top:70.5937546875rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TrKgWTZR0nkRKKyQfXTuKIVKDUZMiZF2 { width:16.875rem;height:2.54980625rem;top:67.4189484375rem;left:3.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G6dtOZ9MFm6p1VZmikWpvRbqTOB71O8w { display:flex;width:2.125rem;height:2.125rem;top:67.630859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sVouVxmIHsDC22ZM4Z8ZQKcOW7Qz2mHT { width:17.5rem;height:5.72411875rem;top:25.828125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#sVouVxmIHsDC22ZM4Z8ZQKcOW7Qz2mHT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0b01568d242b44696d58079fd625d83ae18142c7.svg); }
 }@media only screen and (max-width: 763px) { #HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 { display:none; }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AUXBLNpsy71hZkoHCgAAaBkubGwKXMCD { width:16.25rem;height:4.6499rem;top:1.25rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8FBSGST7RzluWHebAFNt3MHDbd5SeHV { width:16.25rem;height:1.9121125rem;top:7.625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pgLl4lNp7hg1lf9O6nP3c6lJTCNdn5LP { width:16.25rem;height:0.5rem;top:6.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4o56TE2dE8zHTbTMlvUT0UQJ3Eftt4h { width:16.25rem;height:1.9121125rem;top:17.810546875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aZWLo2Aa7oDX4b7A11mmPS74UsfE5z7z { width:16.25rem;height:4.6499rem;top:11.412109375rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD1lgb5TC1JIzzkQV5HKEAbeKT7cEF7w { width:16.25rem;height:0.5rem;top:16.685546875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQTbG8KXnGXrvnpOXTQmKJcemZWMEduz { width:16.25rem;height:1.9121125rem;top:27.99609375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oqHq6iN8WTQd3BG3PTqZDxdDq2T13H3G { width:16.25rem;height:4.6499rem;top:21.59765625rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJfqZz3R34MMXAnlDmn9RqGQq78FW8D4 { width:16.25rem;height:0.5rem;top:26.87109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXTPOr7uETPHRnx9uFyLWnkUTm50HeRb { width:16.25rem;height:1.9121125rem;top:38.181640625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NehEJvfodCyOB2uXnsGbJzvJ1tpBhCkE { width:16.25rem;height:4.6499rem;top:31.783203125rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGW90l0hlyP9iTTGTcwT4z4HGqd9R44k { width:16.25rem;height:0.5rem;top:37.056640625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ { display:block; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mw9qKoyk6TELCAimPJzKllSmBbkcXXgx { width:20rem;height:2.125rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u077VpkkiOCqIwxpADIN4UPP6AHIAEgC { width:20rem;height:5.5996125rem;top:2.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtUVG038AlwdgQ4n6sdbaHOeQKuZLxhP { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6vlKzMGpUaCtqHs0cEC5vHabXP5HFcU { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9n5hIm61Woo9lRr3CROf8zUitFSGZN8 { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm2RsCOQ9d50yOGgDIrnezPDRBhDqH6C { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdhUrhptkxo6iH5BSKeOxlsoS70fs6gi { width:20rem;height:17.8125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGlaTE4VHxcwoXMXT87PQDSDSDT69aW { width:17.5rem;height:9.5605625rem;top:11.875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pWUCKIQPEu28u1gy2pbFPqCUv9P7TIyB { width:17.5rem;height:1.69970625rem;top:22rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBPagraL4hKD97sgNKihhu4Ntuce9SqN { display:flex;width:2rem;height:2rem;top:9.9375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #PxO1teARKBaxcs8HDLrXJzEq5u9AKRlV { width:20rem;height:17.8125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgraEiEy9N3iR3Z1qpQngyTNQ8OvhHUI { width:17.5rem;height:7.6484375rem;top:30.9375rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MeFeTBFzmgH8UH0d8hMgOOLF6zlUWXPx { width:17.5rem;height:1.69970625rem;top:41.125rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dg5tBrzkCmfaI5udpcQxN2kPIMRo9Ewm { display:flex;width:2rem;height:2rem;top:28.9375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #tDI7rX5UpbbxGHJ8QZq17L2RWBMPox7N { width:20rem;height:17.8125rem;top:46.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsrmXQ5B5Ouf3HMkXUCLETA9fVyerFC2 { width:17.5rem;height:9.5605625rem;top:50.5625rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f5MvfLXdtk3PC96UySZ9Jx7ntyJMnhCT { width:17.5rem;height:1.69970625rem;top:60.75rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TttCctwKQawSaVgyVai1gyAOdfLaqz79 { display:flex;width:2rem;height:2rem;top:48.625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #ClSb9TmxkbMrZHFDDTXXuZ0S3oPSVHZ8 { display:block; }#ClSb9TmxkbMrZHFDDTXXuZ0S3oPSVHZ8 > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4huKv0R8TDeCnyHtppaDhxNaZPbTzOZ { width:7.5rem;height:7.5rem;top:31rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZyTGJPMgXipsHdI1hIghOStUtkrON5c { width:7.5rem;height:7.5rem;top:31rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6eJ0EhF6qNfklhu05eu7z30aOt8WTGp { width:7.5rem;height:7.5rem;top:21.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Azd0A3aT3eHob7a6BvTLKhia3ugW9k { width:7.5rem;height:7.5rem;top:21.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL5NMBl86gbDP96qBkp8WGqJOUs51RBI { width:20rem;height:2.125rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eebs2tVcVNJUhvQzlIAeGEP97wpNs3Xh { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VarAW71GO3ycMWprWKW08HOrVlehlkOA { width:0.5rem;height:5rem;top:1.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCNIGwETRSpAIsZTsM1XmbHKPyaJDJy1 { width:0.5rem;height:5rem;top:1.25rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB6u0SpZ22RGBnsxLOBOr7C6ocxfJXwJ { width:0.5rem;height:5rem;top:1.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwtgdxV5a4wmHuoOmv4D1hVysV1TQ28o { width:0.5rem;height:5rem;top:1.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEPEKacwPfmw3qw85An3P7gWz8PUWalf { width:20rem;height:12.599125rem;top:8.4990234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdzoxEFdUZciwram1QzI9hC8O5NRxwT8 { width:7.5rem;height:7.5rem;top:40.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNIKNxoaQfJ50gWlKxV5BALhM36g3TP8 { width:7.5rem;height:7.5rem;top:49.75rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt7TnhipEL4l6ifXIr6ln76zLCi4VQZ8 { width:7.5rem;height:7.5rem;top:49.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm6NcQeFkWNb6PN5o3QzGzed6gIezwkB { width:7.5rem;height:7.5rem;top:40.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZu5Iy9dLTzTD96oLafE8BblIWmccDHD { display:block; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpwpKUwcRbPib2tZWFMAalnCFbeB4uzm { width:17.5rem;height:1.57470625rem;top:5.80078125rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3  { width:17.5rem;height:auto;top:23.9375rem;left:0rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 {display:block;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 { width:17.5rem;height:auto;top:23.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #bKLtxOGQF6zD85nZh1eziBT8qkRD03kr {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #vm5wppvHT3TwXTTX8WVB4TteV8znz267 {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BxxXASTZsG61pQE8THxS7Q8fGSioaufn {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #beZuHAxoScBLwGKiOzwdBS6dzEguUPCk {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #HciCn555J06PbUGJDh5kU3AWRZAd5MRi {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #Fdu0uDDeH3dMz3MCzCOWu91guJ9zuLeX {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #rwpX7NTi2oA2De9lmKxWi60bvptJ9qCN {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #XD8FyvOZwBPpmSGnArAglE5naFgFRH2W {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BS1dBt2LGacJcymoWZ4KaJL3onn8o0y1 {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #JDz0wpeURrTy3W04MUmNQMcQ954EMxXT {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #UcXmnZh1n1VM9XeS5E1QcH8HfGKEbSz2 {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #KDZPzl6gUx7D8gZvMFP1AVxWTnoEXDzZ {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #M7luO0DqJEOKVz8lUsJng7Mdpsa3Mr36 {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #R1Iiyet4HhcUVWzQiyVwIhLEqtRmGWqe {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #QqqapS2mlJzgpK795ZxoXrko1THDscdm {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #DASJnWMt84fCzofFVn9WAXr28CSKx29L {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #awig1Ko2T0loyZMTTunOvwQy74RtLJcP {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #AMa485PXli1522rdzkrNgf7qCuEPUyfF {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BUlhnv3LpntbhLzaTKCvkpsADEQf8oDP {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #kx1Cy4ze5xR65b6UtDhTAXLL8aatIG6Z {  }
 }@media only screen and (max-width: 763px) { #OXwUOIzazXIbhtu749V7dKox0UF70ZT4 { width:20rem;height:38.0625rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2U5x4e3nR16zAxU7zJi78tlwFLGfmVn { width:20rem;height:6.2998125rem;top:8.125rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wmw5wD4OGelX3r9cTZ6tdDXNyduKeASo { width:0.5rem;height:31.25rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMrkP5hukTRw2g7e4r3R6bquBFFu8gnS { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAdMgfPZntEVXW61dmP3JZoyMBEHRHXQ { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klEh8EOacqvIKXEVLSNmrTiDl09Ll4LX { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrmJq8hQ45CkHu4m12Ji5qOepcI508r1 { width:0.5rem;height:31.25rem;top:23.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3T2f1s1bSXifMgAHm6vXFExoHAX7rRI { width:0.5rem;height:31.25rem;top:23.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhBmf8aDKB77A1gO1XPqehtVXMKzH6y4 { width:0.5rem;height:31.25rem;top:23.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6roCM6WJV2QVSeTNW7BdUNtVsAnsATN { width:0.5rem;height:31.25rem;top:23.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRCEwXKiOv0LIe8d0H32TLv8dysZ7ZeI { width:20rem;height:3.3994125rem;top:15.5rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwLs3bgcNTkdmNFWkkIuzryuXVTWUKwG { display:none; }#bwLs3bgcNTkdmNFWkkIuzryuXVTWUKwG > .row .container { width:20rem;height:50.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t2T9MEgwEJwta50diWvwVlRNAnRZTE7O { width:20rem;height:5.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz2UsRpZmMKXZfHFkOtiLvky7ytso3fw { width:20rem;height:3.3994125rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu9XpTqALJPwaiqIgPU7LHe5X5KW18FO { width:20rem;height:0.5rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs .accordion-desc-text { font-size:0.875rem;height:auto; }
#kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs { display:flex;height:auto;width:20rem;top:17.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #OrXF3XcX568qwtL2ebNhJJ8ScwVzMrG3 {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #LnGM9EefekxETO1QBzylDdUuqTDxZlBM {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #ruGhUTI1agt1xafsTI7DQXXGQwyrv9zk {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #oCTKTZvvFmZlBuhlTUlacpth3rFnE0GX {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #KoSZBMVeTqg1C8gCIoNArXHmOOIKK2vs {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #oir3c42Xg7NrTyc4ChNIioQg6WSCFgM4 {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #bGS6Bkf9RMoe0VqiuBr8qEGMkbO4UvaQ {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #neRPLho9iX8FqiDyCBXCnW631dl2hzXo {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #W8tKVRJn7mJFRHEPFuFEZtwP46LErsvF {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #AdhLh1KrMNJFVXeQgeGWDyHJWqrZ3Ag8 {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #ROv0GJi6K5veLiumEFsFd5TPD4s6nSJ4 {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #WdrOeT6mLUmlNBqXan84w7moAh2TmiLJ {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #aksvaAxwizpNZ51h2XJNIOW7yUS4Wm9C {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #fWQPse7EIe6FCZd6AP4xzEVyGOHvL7Pc {  }
 }@media only screen and (max-width: 763px) { #kWPswnOdI9hkucGaiANtUmkLdW1Pf4Qs #wUpIrD8Cf2u0rlXDbBVPdblpCniEggvK {  }
 }@media only screen and (max-width: 763px) { #Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv { display:block; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovRlO8xA7SZA2xdMCzCCfpLDoo47UPCZ { width:20rem;height:2.125rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLvPdu4OWJDP4LM7lA9SfSrTRkgHkuDJ { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKCCgTNog93mL1m4LMogvZixo81U1qaA { width:20rem;height:3.3994125rem;top:8.249025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGhhbuesTkQdnDw7a8tsdfhm8fV8Kh6e { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dMwSEGHswpf61KQ9AFqd7RUGNtmrfn3e { width:20rem;height:2.54980625rem;top:17.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTPZl5OgJVPvJWFl8IbGGWLJ69dVDszr { width:15.3125rem;height:1.9121125rem;top:15.25rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qL3TxHi1cO0R0r6crzC6B2bsZpiFybCL { width:20rem;height:2.54980625rem;top:24.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BaVobLqLXt1suwKPl778dUCPrxyqRSgE { display:flex;width:1.5rem;height:1.5rem;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DJulburORTX5HGbm8Vo8ST2QSDTnNNMI { width:15.3125rem;height:1.9121125rem;top:22rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fbi4QTqpokwOKZPiwqrRdqPqE78sTFgA { display:flex;width:1.5rem;height:1.5rem;top:29.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Sq0TZcXxLGW4cToP7T29eqPqPPhoQRLI { width:20rem;height:2.54980625rem;top:31.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HnssPZq9ZPbqh0LSmc3i7VW6fQOKa0L3 { width:15.3125rem;height:1.9121125rem;top:28.9375rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RooJ6txxO1qzawdgcHbL0Twm1aGEVROs { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpwTEUWOUNNtBgfmKRA5tOZhiK1AqJxJ { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdIS7kSoq4l6BCNvSl8M0IFtoXoFBgq4 { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79AlVymqv5MnCJsyqHN4ZWTrAQDCcdy { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBW94DBgWm4LP9lOJg89R9C0PWIqksO { width:18.75rem;height:12.5rem;top:37.5996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { width:20rem;height:3.3994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { width:4.5625rem;height:1.25rem;top:3.5625rem;left:0rem;display:none; }
 }